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

Proximity search #6

Open
patrick-zippenfenig opened this issue Apr 5, 2023 · 2 comments
Open

Proximity search #6

patrick-zippenfenig opened this issue Apr 5, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@patrick-zippenfenig
Copy link
Member

From @woheller69

A nice thing would be a geocoding api which returns the n largest cities around a location inside radius r

https://geocoding-api.open-meteo.com/v1/search?lat=45.0&lon=10.6&radius=50000&num=10

which returns city name, lat, lon for each city

@joshualyon
Copy link

Is this related to the /proximity endpoint?

I tried that endpoint using https://geocoding-api.open-meteo.com/v1/ as the base and it was throwing 502 errors (I've intentionally left out the full path so other users don't try it per the next comment). I noticed that after hitting that endpoint, other parts of the geocoding-api.open-meteo.com would start throwing 502 errors for a brief period of time, so I've stopped testing as I didn't want cause any issues with your service.

@Leftium
Copy link

Leftium commented Apr 23, 2024

Here is a (reference) API for reverse geocoding: https://openweathermap.org/api/geocoding-api#reverse

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

No branches or pull requests

3 participants