-
- [x] Add contact email (someone@stanford.edu) on Settings page, Save page → exception
> It shouldn't be an exception, I think, but I'm not surprised. I don't think we ever built out a way to add use…
cbeer updated
9 years ago
-
I use Geocoder.search(address) for doing address geocoding. It returns an array of results, and I used to be able to just pick the first element from this array and get pretty precise geocoding result…
-
One item I cannot figure out is how to obtain the request status, in my case the GoogleStatus. I don't see anyway from either the GoogleGeocoder or the GoogleAddress objects.
I then assumed that i…
-
GeoPandas `geocode` module only implements forward geocoding using `geopy`. It takes in a `Series` of strings and returns a `GeoDataFrame` of the corresponding points.
GeoPandas should take advantage…
jwass updated
10 years ago
-
At the moment reverse geocoding is only supported for google, as a separate provider called `reverse`. However, other providers allow reverse geocoding (for example map quest). Moreover, some provider…
-
_From [menion.asamm](https://code.google.com/u/menion.asamm/) on June 11, 2011 12:06:18_
Good day,
I'm developer of Android mapping software Locus. I implemented your very nice library and have to …
-
enhancement idea - kind of hard so feel free to ignore.
Some objects from Bing! should be able to be traced with minimum input effort from the user. I have picked two ideal cases that an algorithm s…
-
Hi I'm trying to up ngMap to display a map with a marker in a panel on a page. It works and displays the map correctly. However as I have multiple objects on screen, the map is updating on mouseover a…
-
The main text currently says:
"**Crowd- and community-fuelled data collection about our human history**
Online assistance in performing research tasks that require either widespread user contribution…
-
It looks like the `query` key is omitting when performing a batch geocoding request. The key is used to match up the address again after it has been geocoded.
``` python
>>> from geocodio import Geoc…