The species distribution data downloaded from GBIF hast to be unzipped before importing the csv file.
v.in.gbif saves the data to an intermediate GDAL VRT - Virtual Datasource which will be imported by v.in.ogr. The VRT data set can be copied to a user defined directory by -c flag and used in any GDAL aware software. As some column names in the original data set are similar to SQL reserverd key words, the columns will renamed with the prefix g_.
By the -r flag an on-the-fly reprojection of the data can be invoked using v.import, if the location is not in WGS84. Quality of on-the-fly reprojection is not garanteed. The traditional reprojection procedure in GRASS GIS can also be used instead.
# import GBIF data v.in.gbif input=0004248-150811131857512.csv output=chondrilla # create GDAL VRT files based upon GBIF data in user defined directory by -c flag v.in.gbif -c input=0004248-150811131857512.csv / output=chondrilla dir=C:\data\
Available at: v.in.gbif source code (history)
Latest change: Saturday Aug 31 10:22:07 2024 in commit: 0425cb3cf201a4bd0f34cd6c7ee5377a88ec3e1b
Main index | Vector index | Topics index | Keywords index | Graphical index | Full index
© 2003-2024 GRASS Development Team, GRASS GIS 8.4.1dev Reference Manual