Morps icon indicating copy to clipboard operation
Morps copied to clipboard

geometry.simplify() : ISSUE

Open jvpsgill opened this issue 11 years ago • 1 comments

Using your simplify code... simplifiedGeom = geometry.Simplify(tolerance)

Getting error: Traceback (most recent call last): File "D:\GDAL_TEST_SCRIPTS\SIMPLIFY_SHP\simplify_3.py", line 77, in simplify(infile, tolerance) File "D:\GDAL_TEST_SCRIPTS\SIMPLIFY_SHP\simplify_3.py", line 53, in simplify simplifiedGeom = geometry.Simplify(0.05) File "C:\Python25\lib\site-packages\osgeo\ogr.py", line 2604, in getattr = lambda self, name: _swig_getattr(self, Geometry, name) File "C:\Python25\lib\site-packages\osgeo\ogr.py", line 34, in _swig_getattr raise AttributeError,name AttributeError: Simplify

jvpsgill avatar Jun 27 '14 18:06 jvpsgill

Hi jvpsgill, can you provide more information on your issue? What inputs are you using? Can I see the code you are using?

chanbot5000 avatar Jul 19 '14 22:07 chanbot5000