#3992: v.import man page should say what -f's ro, rw, and rw+ are
--------------------------+---------------------------------
Reporter: jidanni | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: trivial | Milestone: 7.8.3
Component: Docs | Version: git-releasebranch78
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------
Comment (by neteler):
For reference, the output is
{{{
v.import -f
Supported formats:
PCIDSK (rw+): PCIDSK Database File
netCDF (rw+): Network Common Data Format
JP2OpenJPEG (rw): JPEG-2000 driver based on OpenJPEG library
JPEG2000 (rw): JPEG-2000 part 1 (ISO/IEC 15444-1), based on Jasper
library
PDF (rw+): Geospatial PDF
...
}}}
The `ro`, `rw`, and `rw+` may come from GDAL/OGR. Since v.import is a
wrapper around v.in.ogr, the related source code is this (main.c):