brazil-data-cube / cube-builder

Cube Builder is an application to generate data cubes on local cluster using Python and Celery.
https://cube-builder.readthedocs.io/en/latest/
GNU General Public License v3.0
8 stars 7 forks source link

Strict geo libraries versions #224

Closed raphaelrpl closed 2 years ago

raphaelrpl commented 2 years ago

We should persist the Geo libraries like PyProj / Rasterio / COGEO with strict version in setup.py

It avoid issues related different meta header in custom proj wkt. We have already faced issues related like #209

raphaelrpl commented 2 years ago

Done in #223