simon-smart88 / disagapp

R shiny app for disaggregation regression
https://simon-smart88.github.io/disagapp/
0 stars 0 forks source link

Covariate handling #2

Closed timcdlucas closed 7 months ago

timcdlucas commented 7 months ago

Matching covariate rasters

simon-smart88 commented 7 months ago

Should we keep the original rasters when preparing the stack?

timcdlucas commented 7 months ago

I think so. In case someone changes their mind about what they want to do. It's a shame to redo the download at that point. Maybe longer term we can make sure the old ones are on disk not in RAM or something.

simon-smart88 commented 7 months ago

Cool that's what I thought to but wanted to check. We may want to remove either the originals or the stacked version at some point (or at least give the option) because otherwise it will triplicated by the time disaggregation::prepare_data() is called. Maybe best to remove the stacked version once they are safely in that object?