NCPP / ClimateTranslator

2 stars 1 forks source link

improve text and descriptions in calculation section #85

Closed bekozi closed 10 years ago

bekozi commented 10 years ago

who: NCPP, Seth McGinnis

See suggestions from Seth:

If you look at the documentation for the CDO toolkit, it has similarly structured calculations, and I think it's got a pretty good naming strategy for dealing with the different temporal groupings/frequencies.

https://code.zmaw.de/projects/cdo/embedded/current/cdo.html

Section 2.8 has the names of all the different statistical operators. So I'd suggest making the UI look something like this:


No calculation (return raw data) (x) Perform calculation ( )

Temporal Summary: [ ]

Select Statistic: |average|

( ) monthly statistic (timeseries) ( ) seasonal statistic (timeseries) ( ) yearly statistic (timeseries) ( ) multi-year monthly statistic (climatology) ( ) multi-year seasonal statistic (climatology) (x) time range statistic (summarize over entire range)

Spatial Aggregation: |none| Combine subsetted geometries into a single overall value


(Other options for aggregation: area-weighted average, spatial minimum, spatial maximum, etc.)

Key:

() = radiobutton [] = checkbox |blah| = dropdown selector

(I'm not totally sold on the stuff in parentheses; once we get to the point of being able to do so, it would probably be more useful to indicate stuff like number of output values instead.)

bekozi commented 10 years ago
LucaCinquini commented 10 years ago

All of the above changes are implemented.

bekozi commented 10 years ago

I made a mistake on this. See corrections below!

LucaCinquini commented 10 years ago

Fixed, and redeployed on dev-hydra.

bekozi commented 10 years ago

It looks like the default for temporal output frequency was changed to "Monthly Climatology" when we adjusted the output groups. The default should be "Monthly Time Series." screenshot from 2014-01-22 13 58 18

LucaCinquini commented 10 years ago

Good catch. I fixed it, but will go into effect next time I redeploy (when I log back into NOAA VPN).