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 methods for getting nearest knmi time series #141

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from

Conversation

dbrakenhoff
Copy link
Member

Simple interface to download nearest time series to some stored location. Makes it very easy to build time series models for stored locations based on nearest prec/evap.

pstore  # given some pastastore with stored oseries

# nearest precipitation
pstore.hpd.download_nearest_knmi_precipitation("oseries1")

# nearest evaporation
pstore.hpd.download_nearest_knmi_evaporation("oseries1")

# custom nearest
pstore.hpd.download_nearest_knmi_meteo("oseries1", meteo_var="T", kind="temp")

@dbrakenhoff dbrakenhoff added the enhancement New feature or request label Oct 10, 2024
@dbrakenhoff dbrakenhoff self-assigned this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant