GRASS logo

Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

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

Table of contents

DESCRIPTION

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.

EXAMPLE

  # 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 
 

SEE ALSO

v.in.ogr

AUTHOR

Helmut Kudrnovsky

SOURCE CODE

Available at: v.in.redlist source code (history)

Latest change: Friday Apr 08 05:03:42 2022 in commit: 92ed6672c99167fa2b7c3896e3395e630312036d


Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.

Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2023 GRASS Development Team, GRASS GIS 7.8.9dev Reference Manual