Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download climate data for each location using R raster package #1

Open
dlebauer opened this issue Feb 20, 2015 · 0 comments
Open

Download climate data for each location using R raster package #1

dlebauer opened this issue Feb 20, 2015 · 0 comments

Comments

@dlebauer
Copy link
Member

@sidewallme

Download each fof the 19 BioClim variables listed here http://www.worldclim.org/bioclim using the getData function of the raster package

other variables: http://www.worldclim.org/formats

library(raster)
x <- getData('worldclim', var='tmin', res=0.5, lon=5, lat=45)

note that bioclim are long-term climate means; also would be useful to find precip. and temp during harvest year (e.g. 'year' field in miscanthus.csv from #2).

Try out this script for downloading dayment: https://bitbucket.org/khufkens/daymetr

@dlebauer dlebauer reopened this Apr 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant