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

Add dependencies (fixes #58) #59

Closed YouQam closed 4 years ago

nuest commented 4 years ago

@YouQam Can you please explain why you use GDAL==2.4.2 ? It doesn't even appear in the history on PyPI: https://pypi.org/project/GDAL/#history

YouQam commented 4 years ago

@YouQam Can you please explain why you use GDAL==2.4.2 ? It doesn't even appear in the history on PyPI: https://pypi.org/project/GDAL/#history

This is the version I got after using pip3 freeze > requirements.txt to generate a requirements.txt file.

YouQam commented 4 years ago

@YouQam Can you please explain why you use GDAL==2.4.2 ? It doesn't even appear in the history on PyPI: https://pypi.org/project/GDAL/#history

I updated GDAL version to 2.4.0 after testing.