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
81 stars 23 forks source link

Fix STRDS removement and unregistration of rasters in STRDS #354

Open anikaweinmann opened 2 years ago

anikaweinmann commented 2 years ago

The STRDS support is adjusted so that the tgis sqlite.db is copied by creating a temporare mapset and copies (with renamed mapset) the tgis sqlite.db by the mapset merge. This can only work if https://github.com/OSGeo/grass/pull/2447 is merged.

metzm commented 2 years ago

What about creating a list of space-time datasets to be copied and using t.copy?