PostGIS topological editing
Goal: Implement PostGIS geometry (simple features and topological) editing functionality in GRASS GIS (wxGUI digitizer and v.edit
module) using GRASS-PostGIS data provider.
See also GRASS-OGR data provider 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 driverImplement GRASS-based topology management in PostgreSQL driver- Add more...
Topology models in GRASS and PostGIS
Topological elements in GRASS (see API manual):
- Nodes
- Lines (lines, boundaries, centroids)
- Areas
- Isles
Topological elements in PostGIS (see PostGIS's wiki):
- Nodes
- Edges
- Faces
References
- PostGIS Topology
- http://strk.keybit.net/blog/2011/10/14/postgis-topology-iso-sqlmm-complete
- http://grass.osgeo.org/wiki/PostGIS_Topology
See also
Related modules
- v.out.postgis - export GRASS vector map to PostGIS feature table or topology schema
- v.topo.pg.out - converts GRASS topology to PostGIS
- v.build.pg - builds PostGIS Topology for GRASS vector map
Last modified
11 years ago
Last modified on 11/29/13 04:40:07
Note:
See TracWiki
for help on using the wiki.