dams-mcda / Dams-MCDA

Emma Fox R/Shiny Project with a docker server configuration
1 stars 0 forks source link

Multi Dam Tables #135

Closed sythel closed 4 years ago

sythel commented 4 years ago

mentioned in #124 for downloadable tables,

which tables are to be displayed on the Combined Results Page

elbfox commented 4 years ago

No multi-dam tables for viewing on-screen, because that would be really hard to interpret. For download, we can let the user download a version of Decisions (which is 2D) that is ranked according to their inputs. If it's easy to present only the top 5-10 scenarios, then that would be better, but otherwise it's fine. I will add a pdf link with some descriptive text explaining what the file includes.

sythel commented 4 years ago

Decisions Downloadable as 8x995 csv file

for top 5-10 scenarios I assume I would need idxRank from WSM.R?

elbfox commented 4 years ago

Yes, idxRank will order it, and then we could just cut everything except the top 5 - 10.

sythel commented 4 years ago

set to 10 rows for now

I think I discovered a bug: returned map is using the score instead of the idxScen which I beleive is the index for the map it should be using

issue #137

sythel commented 4 years ago

tasks complete, closing