weecology / bbs-forecasting

Research on forecasting using Breeding Bird Survey data
MIT License
7 stars 9 forks source link

Daily weather variables #65

Closed davharris closed 7 years ago

davharris commented 8 years ago

Paper at: http://onlinelibrary.wiley.com/doi/10.1111/ecog.02321/full

R Package is on CRAN under the name "RFc"

Here's a list of what they have available (note that the NCEP/NCAR Reanalysis has 4x daily data going back to 1948 for temp and precip; prate is short for "precipitation rate").

Joan and I played with it a bit today, and the API seems very good (it's from Microsoft Research).

image

Example script I used:

x = fcTimeSeriesDaily("airt", latitude = c(35, 36), longitude = c(-117, -118), firstYear = 1989)

ethanwhite commented 8 years ago

Nice!

sdtaylor commented 8 years ago

Another option for weather data is daymet.
And a big advantage to either of these is being able to include all the Canada sites.

ethanwhite commented 7 years ago

Next time... perhaps.