WikiWatershed / model-my-watershed

The web application front end for Model My Watershed.
https://modelmywatershed.org
Apache License 2.0
57 stars 31 forks source link

Add Mapshed model output to HS export #2666

Closed ajrobbins closed 6 years ago

ajrobbins commented 6 years ago

As reported by @aufdenkampe , the HydroShare export currently does not include MapShed model output (hydrology table and water quality tables). Add csv's for those tables to the HS export.

rajadain commented 6 years ago

There are more items in the results view than just the tables, such as summary statistics:

image

Should these also be included, or just the tables?

ajrobbins commented 6 years ago

@aufdenkampe thoughts?

ajrobbins commented 6 years ago

Filename should be: model_multiyear_scenarioname_hydrology | waterquality Should output as a csv exactly matching the UI

aufdenkampe commented 6 years ago

@rajadain, regarding additional summary statistics, can you append those to the CSVs, as extra columns, but with blanks for all the rows except the Total / Entire Watershed row?

rajadain commented 6 years ago

Like this:

Sources Sediment Total Nitrogen Total Phosphorus Mean Flow (m3/year) Mean Flow (m3/s)
Total Loads (kg) 10,842,816.7 299,694.8 45,412.5 115,777,006 3.67
Loading Rates (kg/ha) 1,320.94 36.51 5.53
Mean Annual Concentration (mg/l) 93.65 2.59 0.39
Mean Low-Flow Concentration (mg/l) 99.41 2.05 0.48

?