o2r-project / geoextent

Python library for extrating geospatial extent of files and directories with multiple data formats
https://o2r.info/geoextent/
MIT License
1 stars 4 forks source link

Give a warning on CLI if GDAL < 3.x is used #107

Open nuest opened 3 years ago

nuest commented 3 years ago

When geoextent is executed using GDAL 2.x, there should be a warning log because we cannot guarantee correct coordinate order for GDAL 2.

SbastianGarzon commented 3 years ago

This discussion is relevant : https://github.com/OSGeo/gdal/issues/1546