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

Getting no data for some Points #93

Closed
shivank1992 opened this issue Apr 29, 2022 · 3 comments
Closed

Getting no data for some Points #93

shivank1992 opened this issue Apr 29, 2022 · 3 comments
Projects

Comments

@shivank1992
Copy link

shivank1992 commented Apr 29, 2022

I am not getting any reply for some points using point and fetch. How can I check what the error is?

--# Get hourly data
data = Hourly(point1, start, end, timezone='America/Chicago')
df = data.fetch()

How do I change the radius in this?

@clampr clampr added this to Triage in Meteostat Apr 29, 2022
@HebaAbdelrazek
Copy link

What solved this for me was to call Point inside the Hourly() not just reference an already generated point.

@JuanEcheagaray75
Copy link

Do you know if this library is limited to a certain part of the world? I've been trying to get some temperature readings with coordinates from towns in Mexico, but all I get are NaNs. I don't know whether the elevation data is critical for determining the temperature; the geocoder I use just returns plain 0s

@shivank1992
Copy link
Author

You can check the data sources from https://dev.meteostat.net/sources.html

@clampr clampr closed this as completed Aug 9, 2022
Meteostat automation moved this from Triage to Done Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

4 participants