Changes between Version 4 and Version 5 of UsersWikiTopologyExample
- Timestamp:
- 04/08/12 17:10:07 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiTopologyExample
v4 v5 2 2 This is a shell script showing how Postgis topologies can be used to convert linestring geometries into topologically valid polygons. 3 3 4 It uses geometry points within polygons to associate the created polygons with attribute data, and checks that all points have a matching polygon and the no points share a polygon. 4 It uses geometry points within polygons to associate the created polygons with attribute data, and checks that all points have a matching polygon and the no points share a polygon. It was a useful learning exercise for me to work with topologies & will hopefully help others as well. 5 5 6 6