mikejohnson51 / climateR

An R 📦 for getting point and gridded climate data by AOI
https://mikejohnson51.github.io/climateR/
MIT License
168 stars 40 forks source link

TerraClim Data Available through 2018 #10

Closed pjgoodling closed 4 years ago

pjgoodling commented 4 years ago

It looks like the ending data of the TerraClim dataset is hardcoded to be 2017. However data is now available through 2018. It looks like a simple update in getTerraClim will do the trick.

mikejohnson51 commented 4 years ago

Hi @pjgoodling, this is now fixed, thank you!

FYI the new terraclim product has a Fill mismatch in the netcdf files. I fixed this by appending #fillmismatch to the end of all terraclim products. It should be stable but I have contacted the server mainters as well.

Thanks again,

Mike

pjgoodling commented 4 years ago

Ok great! Thank you!