Selon Pierre Marcel Anselme Lacroix <pierre.lacr...@unige.ch>: > Hi, > > I would like to know whether GDAL has the equivalents of the ArcGIS "Update" > and "Eliminate" tools. > > http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000005p000000 > http://resources.arcgis.com/en/help/main/10.1/index.html#/Update/00080000000t000000/ > > I did not find any equivalents. Did I miss something?
Pietro, In GDAL 1.10, Update is available as OGR_L_Update ( http://www.gdal.org/ogr/ogr__api_8h.html#a87b478c971619145dee7d8d8deeac702 ) . This can be for example used from the Python script at http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/ogr_layer_algebra.py Eliminate has no direct equivalent in GDAL, AFAIK. At first sight, the algorithm could likely be coded with the operations on geometry already available in the OGRGeometry class (Intersection, Length, Area). Best regards, Even -- Geospatial professional services http://even.rouault.free.fr/services.html _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev