0
votes
1answer
38 views

Creating an Address Locator with a Database of Geo Information

I am trying to build an Address Locator for ArcGIS 10.1. I would like to use a Microsoft Server MySQL database where location information is stored using an alias, an address, and XY coordinates. What ...
2
votes
1answer
55 views

How do you geocode addresses that are outside the Address Ranges of your source layer?

Im using TIGER lines to geocode a table of addresses. Say for instance the address range for a street is 1100-1200. What would be the best way to match an address such as 1094?
0
votes
1answer
64 views

Using multiple address locators in ArcGIS

I am geocoding millions of addresses for my research (every registered voter in six states). I am using two geocoders: one that is really fast and one that has fewer unmatched addresses when I ...
0
votes
2answers
168 views

How to use Google Maps geocoding with Openlayers?

I'm making a Openlayers map with some shapefile and I have Google Maps base layer. I want to create a text area and a button. When I input a address and click the button, the map should show me the ...
3
votes
3answers
2k views

Can I use the Google Geocoding API to parse and standardize address data?

I need to parse single-field addresses into multiple fields such as address number, street name, street type, etc. Esri has the Standardize Addresses tool in the Geocoding Tools toolbox, but I am ...
2
votes
3answers
2k views

Open Source Address Correction / Parser with Fuzzy Matching

Here is a a little bit of a detailed question related to address parsing/geocoding which I feel should be interesting to many users. So, essentially I am curious to know if anyone has had any ...
4
votes
3answers
798 views

How to automatically create 2D-point features from addresses in an SQL database

I currently have an SQL-Table which contains our buildings. I already added the table and now want to create features ( 2D-Points ) from that information. The biggest problem I have is that the ...
5
votes
5answers
618 views

Data Source: Address ranges for every block in NYC

I'm looking for data that defines the address ranges used on NYC blocks. On this screenshoot you can see google has noted the first addresses on each block of West End Avenue and 92nd/93rd/94th st. ...
5
votes
2answers
528 views

Do shapefiles sometimes contain the necessary data for address resolution?

Right now I am doing address resolution with a ESRI file called Street_Addresses_US.loc which works. I have been given a shape file that contains streets that was compiled by the state. Is it ...