Topological correctness of the input data is not guaranteed, overlapping of (many) polygones may occur. According to GRASS GIS topological model, imported data may have more layers in case of overlapping polygones . The sqlite/spatialite data is shipped in EPSG:3035 projection. The script uses pyspatialite for connecting to the sqlite/spatialite database.
With the database update by end 2015 the column PERCENTAGE_COVER in the HABITATS table was renamed to PERCENTAGECOVER. The addon script was adapted accordingly; for Natura 2000 database versions < 2015, the column has to be renamed back.
Depending on which taxonomy was used to identify species, different species codes may be used for species across EU member states. Check the Reference Portal for Natura 2000 (Codelist for species (Annex II,IV,V)) for species and their synonyms.
# list spatial layer(s) already availabe in the sqlite/spatialite database v.in.natura2000 -l input=Natura2000_end2014.sqlite # import already available spatial layer v.in.natura2000 input=Natura2000_end2014.sqlite existing_layer=sv1800 # list biogeographic regions v.in.natura2000 -b input=Natura2000_end2014.sqlite # list EU member states codes v.in.natura2000 -m input=Natura2000_end2014.sqlite # list habitats of community interest v.in.natura2000 -h input=Natura2000_end2014.sqlite # list species of community interest v.in.natura2000 -s input=Natura2000_end2014.sqlite # list protected area site types v.in.natura2000 -t input=Natura2000_end2014.sqlite # import protected areas of type A v.in.natura2000 input=Natura2000_end2014.sqlite / output=pa_typeA sitetype=A # import protected areas with habitat 3230 v.in.natura2000 input=Natura2000_end2014.sqlite / output=pa_habitat3230 habitat_code=3230 # import protected areas with species 1800 v.in.natura2000 input=Natura2000_end2014.sqlite / output=pa_species1800 species_code=1800 # import protected areas within the Alpine biogeographical region v.in.natura2000 input=Natura2000_end2014.sqlite / output=pa_alpineregion biogeographic_region=Alpine # import protected areas of member state Austria v.in.natura2000 input=Natura2000_end2014.sqlite / output=pa_austria member_state=AT
Available at: v.in.natura2000 source code (history)
Latest change: Monday Jan 30 19:52:26 2023 in commit: cac8d9d848299297977d1315b7e90cc3f7698730
Main index | Vector index | Topics index | Keywords index | Graphical index | Full index
© 2003-2024 GRASS Development Team, GRASS GIS 8.4.1dev Reference Manual