Wflow.jl
Wflow.jl copied to clipboard
outsum maps
In the Python version, output summary maps could easily be generated. These were sometimes helpfull for e.g. debugging. Is this option also possible in the Julia version?
This is not (yet) possible, currently only scalar timeseries and grid timeseries are supported.
In a way this could easily be done as a post processing step, on the other hand if you want to avoid having to write the full grid timeseries to disk first, by including this we could support it without having to write all that output data first.
What is the method of viewing these files ? Which files contain the time series results for viewing ?
This issue mainly deals with adding output grids that are aggregated over time. Let's discuss methods of viewing in #148.