Changes between Version 4 and Version 5 of UsersWikiTopologyExample

Show
Ignore:
Timestamp:
04/08/12 17:10:07 (14 months ago)
Author:
pcreso
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiTopologyExample

    v4 v5  
    22This is a shell script showing how Postgis topologies can be used to convert linestring geometries into topologically valid polygons. 
    33 
    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. 
     4It 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. 
    55 
    66