actinia-org / actinia-core

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231) | Tutorial: https://actinia-org.github.io/actinia-core/ | Docker: https://hub.docker.com/r/mundialis/actinia-core
https://actinia.mundialis.de/
GNU General Public License v3.0
78 stars 22 forks source link

google-cloud dependency is deprecated #500

Open ninsbl opened 6 months ago

ninsbl commented 6 months ago

actinia has the following entry in the requirements.txt:

google-cloud>=0.32.0

However, google-cloud package is deprecated and not updated since 2018. Can it be removed (or replaced by a suitable successor)?

ninsbl commented 1 month ago

At least partly fixed in #514