ubarsc / rios

A raster processing layer on top of GDAL
https://www.rioshome.org
GNU General Public License v3.0
15 stars 8 forks source link

Added VersionObj class, and use it to check GDAL for support of int64… #45

Closed neilflood closed 2 years ago

neilflood commented 2 years ago

… raster types

The VersionObj class is a local replacement for the now-deprecated distutils.LooseVersion. We now need this to check GDAL for full support of int64 raster types, but we suspect it will come in handy into the future.

neilflood commented 2 years ago

One more point. It now successfully runs out testrios.py script, but that is because it is now back to avoiding the int64 checks. We won't know for sure it is OK until GDAL release 3.5.2.

gillins commented 2 years ago

Yes good point. We should wait until 3.5.2 before pushing out the next RIOS I guess.