I installed GDAL core and python bingings (ArcGIS10.2). There are no error massage import:
from osgeo import gdal
from osgeo import ogr
from osgeo import osr
But there are errors:
No module named ogr2ogr
ImportError: cannot import name ogr2ogr
What to do to use ogr2ogr?
Thanks.
from osgeo import gdal
from osgeo import ogr
from osgeo import osr
But there are errors:
No module named ogr2ogr
ImportError: cannot import name ogr2ogr
What to do to use ogr2ogr?
Thanks.