genophenoenvo / neon-datasets

Repository for code and derived data from NEON data products
MIT License
0 stars 4 forks source link

update ETS model to predict rcc90 #60

Closed dlebauer closed 3 years ago

dlebauer commented 3 years ago

The first phenology model predicts greeness (gcc90) https://github.com/genophenoenvo/neon-datasets/blob/7b89995c7c63dc5d4fe4146041e75be50f6df3bd/models/simple/ets_forecast.R#L40

Can this be updated to predict rcc90 either as a single multivariate model or a new univariate model?

References: https://github.com/genophenoenvo/neon-datasets/tree/main/models#simple-team-peg and https://otexts.com/fpp3

Ask Chris about cron job originally discussed in this thread https://cyverse.slack.com/archives/CQAATRMCM/p1616445617007400

jessicaguo commented 3 years ago

PR 66 adds a separate model for rcc, and combines the output for submission to the fall challenge. I could not get the EML libraries to load, so that portion of code is untested. Will check https://data.ecoforecast.org/minio/forecasts/phenology/ to see if today's version will upload successfully.

dlebauer commented 3 years ago

PR merged - thanks!

is there anything else that needs to be done after merging?