wiki:Grass7/VectorLib

Version 73 (modified by martinl, 12 years ago) ( diff )

--

Vector library in GRASS 7

Vector Library from Programmer's Manual

See also Radim Blažek's TODO.

File-based spatial index

Done in r38385 and r39148

Memory consumption

  • 3D points: GRASS 7 needs much less memory to build the topology (about 5% of the memory needed in GRASS 6.x).
  • Support for Lowmem mode added

Done in r44859, r46901

OGR interface

Capability to read OGR layers directly without linking them via v.external and to write OGR layers directly without need to store data in the native vector format and then exporting data using v.out.ogr.

For more information see Direct OGR read and write access.

Direct PostGIS geometry editing

For more information see Direct PostGIS geometry editing.

Vector Category Index

Use a search tree to keep the category index always sorted and for fast insertion/deletion. This change would considerably improve the scalability when editing large vectors or adding or removing features while maintaining topology. Needs testing if a search tree is considerably faster than e.g. insertion sort.

TODO

3D vector data support

TODO

See also:

Note: See TracWiki for help on using the wiki.