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

Add Daymet data to phenology observations #15

Open
KristinaRiemer opened this issue Feb 1, 2021 · 2 comments
Open

Add Daymet data to phenology observations #15

KristinaRiemer opened this issue Feb 1, 2021 · 2 comments
Assignees

Comments

@KristinaRiemer
Copy link
Collaborator

KristinaRiemer commented Feb 1, 2021

The NEON sensor data is patchy, so will use Daymet instead to get data for all records. Use API to get data by location and year.

@KristinaRiemer KristinaRiemer self-assigned this Feb 1, 2021
@dlebauer
Copy link
Contributor

dlebauer commented Feb 1, 2021

with daymetr it would look like: https://github.com/bluegreen-labs/daymetr

download_daymet(site = "Oak Ridge National Laboratories",
                lat = 36.0133,
                lon = -84.2625,
                start = 1980,
                end = 2010,
                internal = TRUE)

@KristinaRiemer
Copy link
Collaborator Author

@dlebauer oh, awesome! I hadn't seen that R package yet.

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

2 participants