Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The output gives you exactly the regions which can be handled by the EvaSuite using the SPICE geopackage file. This subregions have to be specified in the eva-suite_settings https://hereon-coast.atlassian.net/wiki/spaces/SPICE/pages/983205 under the option SUBREGIONS.

...

After successful execution of the command above, you get a list of all polygons stored in the result file. The names can then be used as subregions in the eva-suite_settings https://hereon-coast.atlassian.net/wiki/spaces/SPICE/pages/983205.

B) Add subregions using a simple ascii file

One can also extend the already existing geopackage file by polygons stored in the so-called wkt-format. This format is suggested if only rectangular polygons or other simply polygons has to be implemented. The wkt format reads like this (PRUDENCE regions):

ID;NAME_0;geometry
1;P_AlpsIsreal;POLYGON ((27.0 28.5 44, 40.5 48, 15 48, 15 44, 5 4428.5, 40.5 35.7, 27.0 35.7, 27.0 28.5))
2;P_BritishIslandsSpitzbergen;POLYGON ((-10.0 505 76.0, -1030.0 5976.0, 230.0 5981.0, 210.0 505 81.0, - 10.0 50.0 ))
3;P_East-Europe;POLYGON (( 16 44, 16 55, 30 55, 30 44, 16 44 ))
4;P_France;POLYGON (( -5 44, -5 50, 5 50, 5 44, -5 44 ))
5;P_IberianPeninsula;POLYGON (( -10 36, -10 44, 3 44, 3 36, -10 36 ))
6;P_Mediterranean;POLYGON (( 3 36, 3 44, 25 44, 25 36, 3 36 ))
7;P_Mid-Europe;POLYGON (( 2 48, 2 55, 16 55, 16 48, 2 48 ))
8;P_Scandinavia;POLYGON (( 5 55, 5 70, 30 70, 30 55, 5 55 ))
9;P_North-West-Africa;POLYGON (( -10 30, -10 37, 15 37, 15 30, -10 30 ))5 76.0 ))

It is mandatory to specify an ID, a name for the region and the geometry, which is a comma-seperated list of coordinates of points. The coordinates are given as longitude and latitude in the WGS84 system. The command POLYGON(( indicates the beginning of a polygon definition, which has to be finalized with )).

...

After successful execution of the command above, you get a list of all polygons stored in the result file. The names can then be used as subregions in the eva-suite_settings https://hereon-coast.atlassian.net/wiki/spaces/SPICE/pages/983205.