Tagged Questions
0
votes
0answers
28 views
code isn't creating an output file (ogr2ogr w/ python)
I have a python code that clips a shp file w/ a shp file using the gdal/ogr library. It seems to work but it does not create an output file.
import subprocess
# The features used to clip the input ...
2
votes
3answers
614 views
How do I use ogr2ogr to convert a GML to shapefile in Python
I am trying to convert a GML to an ESRI shapefile using ogr2ogr utility in a python script.
I have successfully installed the GDAL/OGR package via osgeo but I am now struggling to find/understand ...
