Version 32 (modified by 12 years ago) ( diff ) | ,
---|
Table of Contents
PostGIS topological editing
Goal: Implement PostGIS geometry (simple features and topological) editing functionality in GRASS GIS (wxGUI digitizer and v.edit
module)
See also OGR Interface and wxGUI vector digitizer roadmap.
See also user-oriented page at GRASS User Wiki.
Tasks
Attribute table (write) access for OGR-linked vectors (direct or linked by(implemented in r47225)v.external
)Improve OGR interface write access (in progress) - see OGR Interface(see r50670)Implement PostgreSQL driver to read PostGIS geometry directly (without using OGR library)- see grass/trunk/lib/vector/Vlib/read_pg.cExtend PostgreSQL driver to write PostGIS geometry directly (without using OGR library)- see grass/trunk/lib/vector/Vlib/write_pg.cImplement PostGIS-based topology management in PostgreSQL driver- Implement GRASS-based topology management in PostgreSQL driver
- Add more...
Topology models in GRASS and PostGIS
Topological elements in GRASS (see API manual):
- Nodes
- Lines
- Areas
- Isles
Topological elements in PostGIS (see PostGIS's wiki):
- Nodes
- Edges
- Faces
References
See also
Pool
- v.topo.pg.out - converts GRASS topology to PostGIS
Note:
See TracWiki
for help on using the wiki.