The gdalinfo does not work in my Python script Can anyone tell me what the prblem is? I imported all the packages from osgeo, all the other functions work except gdal
feedback
|
|
gdalinfo is a utility that works outside of the Python environment. It is used via the command line. | |||
|
feedback
|