Tagged Questions
1
vote
0answers
52 views
Calculating tiles extents using some level data
I have some data looking like this:
<?xml version="1.0" encoding="utf-8"?>
<levels>
<level nr="0" tileWidth="512" tileHeight="512" envSizeX="5000" envSizeY="5000" minX="465000" ...
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 ...
3
votes
1answer
441 views
Geocoding failure on concurrent requests with arcgis-10.0
I've created a small python synchronous geoprocessing script (ctagc) that runs on AGS. The script accepts a table (GPRecordSet) as an input parameter. The script then calls ...
6
votes
2answers
1k views
Is there an effective limit to the geoprocessing task Geocode Addresses?
The issue I face has the following background:
We are geocoding an immense directory of records. It is something in excess of 100 million addresses. I have split the addresses up into as small a ...
8
votes
3answers
492 views
Address Standardizer Options
Ok, so with ArcGIS 10, ESRI has depricated 'Address Standardizing' in the new locators, I know you can still use the 9.3.1 locators to do this; but I heavily suspect that after the 10.1 version we ...
3
votes
1answer
550 views
Wifi Positioning System (WPS) setup
I need to develop a shopping mall GIS. I have no idea to develop it. The shopping mall GIS should function like GPS (guides user to desire shops). Do I need to set up some GIS device at each corner of ...
5
votes
3answers
379 views
Using Multiple ShapeFiles as a single address locator
Let's say I have 5 shapefiles, and I want to use them as a single address locator via the ILocator interface. What would you recommend?
1) Merge the shapefiles into a single shapefile then convert ...