Version 23 (modified by 13 years ago) ( diff ) | ,
---|
Table of Contents
PostGIS topological editing
Goal: Implement PostGIS geometry editing functionality in GRASS GIS (wxGUI digitizer and v.edit
module)
See also OGR Interface and wxGUI vector digitizer roadmap.
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
- Implement PostgreSQL driver to read PostGIS geometry directly (not using OGR library)
- Extend PostgreSQL driver to write PostGIS geometry directly (not using OGR library)
- Implement GRASS-based topology management in PostgreSQL driver
- Implement PostGIS-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
Roadmap
- Read access (geometry)
- Write access (geometry)
References
Pool
- v.topo.pg.out - converts GRASS topology to PostGIS
Note:
See TracWiki
for help on using the wiki.