Tagged Questions
2
votes
1answer
36 views
Geopy Error with Reverse Geocoding
I am using Geopy. I get following error for the code.
I have using the same code as on https://code.google.com/p/geopy/wiki/ReverseGeocoding
from geopy import geocoders
g = geocoders.GeoNames()
...
2
votes
1answer
177 views
What Reliable Reverse Geocoding API Can I Use?
I am working in a company where our team requirement is to do reverse geocoding lookups. Below is our requirement.
To give you more background, the 3 geolocation-related needs I have are as follows:
...
0
votes
0answers
64 views
How to Input Street Addresses to Output the Corresponding Political Districts by using Shape files
I understand this is all free advice here in this wonderful exchange but I want to say that if what I am asking is above and beyond free, we can discuss offline a small consultative gig for you by ...
5
votes
1answer
547 views
SQL Query to Reverse Geocoding in PostGIS
I try to do Reverse Geocode from my shapefile on the database.
I'd already try with Spatialite and PostGIS to put shapefile (.shp) into it. But I'm still can't delivered my objection about reverse ...
16
votes
1answer
1k views
Comparison of geocoding solutions (such as Gisgraphy & PostGIS 2.0)
As I am sure many of you are aware, PostGIS has finally released Version 2.0 and included within this version they have also built a geocoder (see: http://postgis.refractions.net/docs/Extras.html).
...
3
votes
4answers
2k views
Free api to reverse geocode latitude, longitude to census tract?
I have a bunch of latitude,longitude coordinates (mostly city/town centroids) in the United States for which I'd like to find the containing census tract.
For instance,
input => nn.nnn, -nn.nnn ...
6
votes
2answers
375 views
Comparing TIGERLine 2006 (and prior) With New Shapefile Format
I have created a geo database using MySQL and the TIGERLine data files available from the US Census. This is actually an MSSQL database I created that I've transfered to MySQL. Everything works ...
4
votes
1answer
358 views
Is there a service that does geocoding with advanced language support?
I'm building an address disambiguation page and I'm interested in having geocoding results returned in the local language of the country the result's in.
For example, if I make a reverse geocoding ...
11
votes
4answers
2k views
What reliable GeoCoding service would you recommend me?
I'm looking for a web service providing a full address based on coordinates (and reverse).
I'm ready to pay for that service.
I don't want to use Google's API.
3
votes
3answers
1k views
Techniques for offline reverse geocoding on a mobile device?
I am working on a mobile mapping application (currently iOS, eventually Android) - and I am struggling with how to best support reverse geocoding from lat/long to Country/State without using an online ...
6
votes
2answers
2k views
How to reverse geocode with ArcMap?
What steps to I have to take in ArcMap (ArcEditor) to input a lat / long and return nearest address?
I found the Reverse Geocode tool but I can't figure out what to put in the "Input Features" and ...