Version 13 (modified by 15 years ago) ( diff ) | ,
---|
Vector library in GRASS 7
Table of Contents
See:
File-based spatial index
Direct OGR read access
Capability to read OGR layers directly without linking them via v.external
. Example:
v.info map=~/shapefiles/@OGR layer=busstopsall v.extract input=PG:dbname=nc_spm_08@OGR layer=busstopsall where="STREET_1 = 'William Moore Dr.'" output=b1
List of modules which supports direct OGR read access ((*) indicates work in progress):
Direct OGR write access
TODO
Redesign support structures
Reduce memory requirements particularly for points and lines
TODO
Note:
See TracWiki
for help on using the wiki.