[postgis-users] Geoprocessing & BigData
Pierre Racine
Pierre.Racine at sbf.ulaval.ca
Tue Jan 19 07:28:59 PST 2016
> @Vincent : For ArcGIS Union, please see here.
> http://resources.esri.com/help/9.3/arcgisengine/java/gp_toolref/analysis_
> tools/union_analysis_.htm
ArcGIS Union resume to removing overlaps from the union of two tables. Look at the ST_DifferenceAgg() example in the PostGIS Addons:
https://github.com/pedrogit/postgisaddons/blob/master/postgis_addons.sql
This produce a clean table (layer) without overlaps from the union of two (polygon) tables (layers).
Pierre
More information about the postgis-users
mailing list