-
### Use-cases
use reverse geocoding to search bus stops nearby point
reverse geocoding does not find the bus stops closest to the research point
### Attempted Solutions
I'm using reverse param…
-
Why doesn't this latitude and longitude return the city?
Latitude: `30.044420`
Longitude: `31.235712`
-
```
I tried to enter a locale outside SF with just a town name ("Davenport
Landing, CA"). Geocoder tried to turn it into Davenport Ave, Oakland
(wrong!) You need to at least show me the attempted geoc…
-
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&radiu…
-
### Discussed in https://github.com/leancodepl/patrol/discussions/1998
Originally posted by **aarjan** December 8, 2023
I am unable to test or develop the example app.
I have tried the se…
-
The covidcast package (and perhaps the API?) does not recognize AS, GU, MP, or VI, but these jurisdictions (as well as the Diamond Princess) are reported in the [JHU data](https://github.com/CSSEGISan…
-
[Just an idea for future improvement]
[ChicagoPoliceBeats (1).zip](https://github.com/chicago-police-violence/data/files/7069910/ChicagoPoliceBeats.1.zip) found here: http://edrub.in/ARE212/Sprin…
-
Hi, it would be great if support of Yandex [geocoder](https://tech.yandex.com/maps/geocoder/) could also be added in the future releases. Is it possible?
-
Right now, if there are multiple providers at the same address, only one map marker shows up.
-
According to the Apple docs, the CLGeocoder should not be used more than once per minute, and we fire requests way more often than that.
Should consider alternate methods, or only display a distance…