A GIS operation for converting street addresses into spatial data that can be displayed as features on a map, usually by referencing address information from a street segment data layer.
1
vote
0answers
16 views
How can I set the settings of an Address Locator within a Model or arcpy?
I am creating a model that processes a large road dataset, then creates an address locator from the roads. The Create Address Locator tool does not allow me to set options like Spelling Sensitivity or ...
2
votes
0answers
29 views
Can Google Geocode returning addresses nearby
I am using google geocoding to bring me addresses according to what a user type on the search box in my iOS app. I would like to know if it is possible, lets say when the user types m google api ...
3
votes
1answer
44 views
Best way to create a georeference and projected data from a hand-drawn maps of mythical village for use in spatial stats training modules
I am preparing datasets for students in a spatial statistics course for a module on spatial autoregressive models. We will use ArcGIS 10.1. The first dataset will correspond to a mythical ...
2
votes
1answer
25 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()
...
0
votes
0answers
24 views
cannot submit address to Google geocoder on iPad: ArcGIS JS webmap app
I am working on a web map app for desktop and iPads. The app uses a Google geocoder to locate addresses or intersections, added with the standard code in 'init':
geocoder = new ...
0
votes
1answer
23 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
44 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?
3
votes
1answer
49 views
Geocoding Multiple Addresses using ArcGis JS API
I am new to using the ArcGIS JavaScript API. I am currently trying to develop an application but I am having troubles with it.
The application I am developing uses a .csv file with a bunch of ...
5
votes
2answers
62 views
Batch geocode with multiple services?
I've got a batch of addresses to geocode (on the order of 10,000), I've looked at various services for doing the geocoding, and each service seems to be able to locate a portion between 50% and 90% of ...
0
votes
1answer
37 views
Imported GPS data does not overlap with map
I´m working on QGIS and I geocoded 2 addresses of a city in Germany and tried to input the text-file as a layer. It worked, but the 2 points must be in the map of the city and if I zoom to the ...
2
votes
0answers
49 views
Shapefile and geocoding to retrieve an area name
I'm very new to GIS and all things geospatial!
I have dbf, prj, sbn, sbx, shp and shx files that have been provided to me. The shapefile contains information on parts of the country that have been ...
1
vote
0answers
59 views
How do I geocode street addresses that have information redacted (e.g. 14XX Main St.)?
My city has an open data section listing crimes and accidents amongst other things. They include approximate time, type of crime, etc. The way they formatted the location Looks something like this ...
2
votes
1answer
82 views
Correct coordinate systems, but trustworthy distance between points?
I have limited GIS experience with projections and I have some questions about trying to accurately display point data from two different sources in ArcGIS 10.1 in order to do a proximity analysis.
...
0
votes
1answer
53 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
0answers
57 views
How to add geocoder and routing options in geoexplorer in Opengeo suite 3.0.1?
I am using Opengeo suite 3.0.1 and was wanted to know if there is a way to add a geocoding and routing options using osm. Basically, I am trying to add text boxes (one for start point and one for end ...