Closed bekozi closed 10 years ago
All of the above changes are implemented.
I made a mistake on this. See corrections below!
Fixed, and redeployed on dev-hydra.
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."
Good catch. I fixed it, but will go into effect next time I redeploy (when I log back into NOAA VPN).
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.)