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.

GRASS logo

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: Monday Nov 11 18:04:48 2024 in commit: 59e289fdb093de6dd98d5827973e41128196887d


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

© 2003-2024 GRASS Development Team, GRASS GIS 8.3.3dev Reference Manual