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

Empty precipitation series via KNMI daggegevens api for stations IJsselsteyn(L) 913 #245

Open
martinvonk opened this issue Oct 2, 2024 · 4 comments
Assignees

Comments

@martinvonk
Copy link
Collaborator

martinvonk commented Oct 2, 2024

pobs_api = hpd.PrecipitationObs.from_knmi(meteo_var="RD", stn=913, use_api=True)
assert pobs_api.empty

pobs_url = hpd.PrecipitationObs.from_knmi(meteo_var="RD", stn=913, use_api=False)
assert pobs_url.empty

The pobs_api is empty while the pobs_url is not empty.
Not sure why this happens since there is data available. Maybe it has something to do with the station name: IJsselsteyn(L).

@martinvonk
Copy link
Collaborator Author

Or maybe it is the fault of the knmi that the file is empty on the api server but not via the url.

@martinvonk
Copy link
Collaborator Author

@OnnoEbbens
Copy link
Collaborator

This:

Or maybe it is the fault of the knmi that the file is empty on the api server but not via the url.

@martinvonk martinvonk changed the title Empty precipitation series via KNMI api Empty precipitation series via KNMI api for station IJsselsteyn(L) Oct 9, 2024
@martinvonk
Copy link
Collaborator Author

I sent an email to the KNMI.

@martinvonk martinvonk changed the title Empty precipitation series via KNMI api for station IJsselsteyn(L) Empty precipitation series via KNMI daggegevens api for station IJsselsteyn(L) Oct 15, 2024
@martinvonk martinvonk self-assigned this Oct 16, 2024
@martinvonk martinvonk changed the title Empty precipitation series via KNMI daggegevens api for station IJsselsteyn(L) Empty precipitation series via KNMI daggegevens api for stations IJsselsteyn(L) 913 and Heibloem 096 Oct 18, 2024
@martinvonk martinvonk changed the title Empty precipitation series via KNMI daggegevens api for stations IJsselsteyn(L) 913 and Heibloem 096 Empty precipitation series via KNMI daggegevens api for stations IJsselsteyn(L) 913 Oct 18, 2024
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