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

Temperature Data #72

Open
FelipeCarrillo opened this issue Jan 12, 2024 · 1 comment
Open

Temperature Data #72

FelipeCarrillo opened this issue Jan 12, 2024 · 1 comment

Comments

@FelipeCarrillo
Copy link

Hi;
Just found this package and want to see if its possible to download temp data from CDEC. For example, how do I find the stations name in the California central valley?. I am interested in downloading data from Clear Creek from 2005 to present either houly or daily means. I am just trying to summarize these data by weekly, bi-weekly and monthly means and plot it. If possible, can you show how to query CDEC for temp data?

@hinkelman
Copy link

You can find stations with the CDEC Station Locator.

cdec_datasets will show you which datasets are available at the IGO station. cdec_query retrieves the data.

library(CDECRetrieve)

cdec_datasets(station = "IGO")

igo_temp = cdec_query(station = "IGO", sensor_num = 25, dur_code = "H", 
                      start_date = "2023-10-01", end_date = "2024-01-15")

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