ssj-delta-cu / ssj-overview

Delta Service Area Boundaries and Associated data
Other
2 stars 1 forks source link

Compute ET statistics for each model type and regions #13

Closed qjhart closed 8 years ago

qjhart commented 8 years ago

We have or will compute a standard monthly data product for each of the ET modeling efforts. These data need to be summarized for each LandIQ level_2 type, and a number of regions in the delta. A good start to this the EE script /ssj-delta-cu/ssj-overview/et_comparison.js This script shows some some statistics for some of the models, for alfalfa, and showing the mean values. This script need to be modified in the following ways:

andybell commented 8 years ago

@qjhart Chart.image.byClass() can only work using a single value from one reducer. Combining multiple reducers in a single chart won't work. It's possible to have a separate chart for each of the stats we need but I think that it's going to get unruly really fast.

I found a way to use a reduce by region to produce the stats for each of the ET results. The JSON output to the console is a bit hideous but I think that it has most of the info needed. I'm at a bit of a loss about how to format the nested dictionaries into a csv.

qjhart commented 8 years ago

@andybell Okay. I like your strategy.

I think there are three ways forward,