Skip to content

Commit

Permalink
notes for clean geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Jun 24, 2011
1 parent 4987dde commit 16e4f85
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions clean-geometry.txt
@@ -0,0 +1,13 @@
# These are incomplete notes for processing NaturalEarth shapes so that polygons
# crossing the 180° meridian don't wrap around and look weird (wrong). As usual
# all the credit goes to Dane Springmeyer who actually figured it out.

# See also: cleanGeometry.sql

* imported shapefile with shp2pgsql

* update land set the_geom = cleanGeometry(the_geom);

* dumped back out with pgsql2shp

* ogr reproject/clip

0 comments on commit 16e4f85

Please sign in to comment.