nationalparkservice / EnvironmentalSetting_Toolkit

Tools supporting the NPS IMD Environmental Setting protocol
Other
3 stars 2 forks source link

Review GDD outputs #20

Closed llnelson closed 6 years ago

llnelson commented 6 years ago

c.f. Dave's comments

llnelson commented 6 years ago

Phone/email convo (20180320) Google Doc with Keith Eggleston (ACIS): request logic is correct if want counts of gdd by year

If want accumulated gdd by year, can make this request (which includes gdd count): `params = { uid: "26215", sdate: "1997-01-01", edate: "2017-12-31", elems: [{ name: "gdd32", base: 32, interval: "yly", duration: "yly", reduce: "sum"

    },{
    name: "gdd32",
    base: 32,
        interval: "yly",
        duration: "yly",
        reduce: [{reduce: "cnt_ge_0", add: "mcnt"}]
    }]
};`
llnelson commented 6 years ago

Closed 20180320