AquaSat / AquaMatch_harmonize_WQP

https://aquasat.github.io/AquaMatch_harmonize_WQP/
MIT License
1 stars 3 forks source link

Speed up sdd_report target (and others where possible) #14

Closed mbrousil closed 1 year ago

mbrousil commented 1 year ago

The sdd_report target takes a long time to run, but ideally it shouldn't. Need to figure out how to speed up the data read process, which I suspect is the bottleneck.

mbrousil commented 1 year ago

This might be finished with the latest PR...I switched to exporting PNGs of large ggplot objects instead of keeping them as targets components in lists. For now this works but I'm not sure if this is what we want to do long-term?