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

Remove `grass-session` pip package for GRASS GIS 8.4 compatibility #533

Closed neteler closed 3 weeks ago

neteler commented 3 weeks ago

(related to #531)

Two more updates are needed for GRASS GIS 8.4 compatibility: the grass-session pip package is to be removed as it is incompatible and outdated.

On GRASS-side, this PR has implemented it: https://github.com/OSGeo/grass/pull/3819

In actinia, here changes are needed (maybe more):

mmacata commented 3 weeks ago

See https://github.com/actinia-org/actinia-core/pull/534

mmacata commented 3 weeks ago

Done with above PR