[postgis-users] st_union
Lee
quimby5 at yahoo.com
Tue Apr 13 08:55:35 PDT 2010
Hi all, First post but have been lurking for a long time.
In the process of migrating some geoprocessing procedures over to our open source stack, I came across a difference in results from postgis' st_union vs. arcgis' dissolve. From what I can tell these functions should be synonymous in theory, despite their naming. (?)
It seems like st_union is not doing a "clean" union, some slivers are remaining.
Original parcel fabric: http://quimby.ca/original.jpg
Dissolved by ArcGIS: http://quimby.ca/dissolved_by_arcgis.jpg
st_union by postgis: http://quimby.ca/dissolved_by_postgis.jpg
The input to both functions was the same table in postgis. I am defining the geometry simply as select st_union(current_assessment_parcel.the_geom) AS the_geom
Postgresql 8.4.1
Postgis 1.4
Is this simply a difference in tolerance? or am I seeing something else here.
Thanks,
Lee.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20100413/038c5c22/attachment.html>
More information about the postgis-users
mailing list