Hi,
I'm using GDAL since 2012 and one of the first things I've read is this:
https://trac.osgeo.org/gdal/wiki/GdalOgrInPython
The first mention of the deprecation of this import was added 13 years
ago. To quote from there:
"
Additionally, there are five compatibility modules that are included but
provide notices to state that they are deprecated and will be going
away. If you are using GDAL 1.5 bindings, you should update your imports
to utilize the usage above, but the following will work until at least
GDAL 2.0.
"
Not sure, if it's worth the effort to reinstate that behaviour. People
would have to move on anyway, sooner or later. Just my 2c.
Huge thanks to Even and all the other people involved with GDAL and
OSGEO for providing such great tools!
Cheers,
Kai
Am 05.11.20 um 15:39 schrieb Even Rouault:
Hi,
As noted in https://github.com/OSGeo/gdal/issues/3149, the old way of
importing the Python bindings with "import gdal" instead of "from osgeo import
gdal" was accidentally broken in 3.2.0 . The old way has been officially
deprecated for many years.
Any opinion if we should just acknowledge that removal by updating 3.2 NEWS or
restore back the old import way (per PR https://github.com/OSGeo/gdal/pull/
3150) for 3.2.1 ? (whatever we do, at least people using 3.2.0 would be
impacted)
Even
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev