[Feat] temporal: allow appending to existing STDS #3427
Labels
enhancement
New feature or request
module
Python
Related code is in Python
temporal
Related to temporal data processing
Milestone
Space Time Data Sets (STDS) are type of datas that regularly needs to be updated / extended, when new data comes in.
So far, temporal modules do allow to generate new STDS, but not to append to pre-existing STDS (generated in an earlier run of the module). So, in order to extend / update an existing STDS with a repeated run of a module, users would have to create new STDS and then register the resulting raster or vector maps into the earlier generated STDS.
It would be much more convenient for users if temporal modules that create STDS whould be able to extend / update pre-existing STDS.
Describe the solution you'd like
Temporal modules would have to be adjusted to:
The following core modules would likely be relevant:
Modules like t.rast.gapfill, t.snap, or t.shift may already contain relevant code as they update / modify existing STDS...
The text was updated successfully, but these errors were encountered: