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

Latitude / longitude = 0 failing with 400 error #4

Open
clampr opened this issue Feb 8, 2023 · 0 comments
Open

Latitude / longitude = 0 failing with 400 error #4

clampr opened this issue Feb 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@clampr
Copy link
Member

clampr commented Feb 8, 2023

with the following API- request, I get a 400 "Bad Request" - response:

https://meteostat.p.rapidapi.com/point/hourly?lat=47&lon=0&start=2020-01-01&end=2020-01-31

while, e.g., this request works fine:

https://meteostat.p.rapidapi.com/point/hourly?lat=47&lon=0.1&start=2020-01-01&end=2020-01-31

@clampr clampr added the bug Something isn't working label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant