NAME
v.in.redlist - importing of IUCN Red List Spatial Data
KEYWORDS
vector,
geometry
SYNOPSIS
v.in.redlist
v.in.redlist --help
v.in.redlist [-ls] input=name [output=name] [species_name=string] [dir=name] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -l
- list species in IUCN Red List Spatial Data
- -s
- save species list to a text file
- --overwrite
- Allow output files to overwrite existing files
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- input=name [required]
- name of the IUCN Red List Spatial Data shapefile
- output=name
- name of the imported IUCN Red List Spatial Data
- species_name=string
- name of species which should be imported
- dir=name
- Directory where the species list will be found
v.in.redlist imports
IUCN Red List
Spatial Data.
This data is by definition in WGS84 geographic coordinates.
By the -l flag species in column 'binomial' of the attribute
table are listed. The species in column 'binomial' can be exported to a
text file by the -s flag.
One of the species mentioned by -l or -s flag has to be specified for importing.
# list species in column 'binomial' of the attribute table by -l flag
v.in.redlist -l input=GYMNOPHIONA.shp
# export species in column 'binomial' of the attribute table into a text file by -s flag
v.in.redlist -s input=GYMNOPHIONA.shp dir=C:\data\iucn\GYMNOPHIONA
# import spatial data for a user defined species
v.in.redlist input=GYMNOPHIONA.shp /
output=Scolecomorphus_vittatus species_name=Scolecomorphus vittatus
v.in.ogr
Helmut Kudrnovsky
SOURCE CODE
Available at: v.in.redlist source code (history)
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2020
GRASS Development Team,
GRASS GIS 7.8.3dev Reference Manual