Morps icon indicating copy to clipboard operation
Morps copied to clipboard

Python scripts utilizing OGR

Results 5 Morps issues
Sort by recently updated
recently updated
newest added

It seems a bit much to ask the user to provide the objectID of both features to check if one is within the other. Could this be simplified or made...

as it is currently, difference creates feature outlines of where the two input datasets overlap. it should remove the area where they overlap instead of allowing the overlapping area to...

it would be good to allow the user to specify the units for the buffer operation. also need to identify what the default units are- whether it comes from the...

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)...