OpenGeoscience / nex

2 stars 4 forks source link

Add example that calculates mean for a particular parameter over a set of timesteps #2

Closed cjh1 closed 9 years ago

cjh1 commented 9 years ago

For example calculating daily mean.

aashish24 commented 9 years ago

+1

aashish24 commented 9 years ago

a day would be really good, if you don'thave enough timestramps > 2 then use month

cjh1 commented 9 years ago

The dataset I am looking at is monthly, but I can provide the ability todo it over n timesteps.

On Wed, Apr 22, 2015 at 1:55 PM, Aashish Chaudhary <notifications@github.com

wrote:

a day would be really good, if you don'thave enough timestramps > 2 then use month

— Reply to this email directly or view it on GitHub https://github.com/OpenGeoscience/NEX/issues/2#issuecomment-95283747.

aashish24 commented 9 years ago

sure.. then you can do yearly averages.. for example

cjh1 commented 9 years ago

Spark version is pretty much done. Now need to write a serial version to do a comparison.