Hello ,
We were trying to set up a geocoder for intersecting streets.
We took the intersecting points from street file, which has the information to set up geocoder. Then we dissolved all points to get 2 points per intersection. We then combined street names like "COUCHMAN AVE & POPPY ST" into addressCombined (new field) to bring all intersecting street field to search upon?
Questions are -
1. Is this a right way to set up geocode service for intersections?
2. Can point file work to set up geocode for intersections and what Locator Style, i will have to use?
3. Can geocode for intersection work just on input as "COUCHMAN & POPPY" or it needs Zipcode or City also?
Thanks and Regards,
Shay ~
1: It's one way to do it. I suspect you have two points because one is called Street A & Street B while the other is called Street B & Street A, right?
2: Yes you can use points; look here for a description of what types of locators are used with a specific feature type. Sometimes these single point type of locators are not very forgiving.
3. Personally, I just use a US Streets with alt names for geocoding for intersections. If the propper name is say E COCHMAN AVE and S POPPY ST, you need to have alias names that allow it to match with just Cochman & Poppy. You can also add your preffered intersection connectors: I like &, and, @....
Hope this helps
Will you be able to elaborate on # 3 please? As we tried to create a locator (from SDE point file) using US street style and having "combinedAddress" as primary address field. But no luck so far.
Also, Do all ESRI based Geocode services have [Zip code] a mandatory field?
When using streets as the basis to match to, intersections are 'found' by actual geometric intersections of the features. So if Main St and Elm Ave intersect as features, you can get a hit by using Main ST & Elm Ave as the address. However, if Main St over passes I-80, you can not get a match with I-80 & Main St.
Hi jborgion!
Do you happen to know if there's a way to create geometric intersections of street features where they don't currently exist? For example, say I want to geocode something to the point where Main St passes over I-80. I would need that to be considered an intersection in order to retrieve a match when geocoding "I-80 & Main St".
Any advice would be greatly appreciated!
Amy
My guess is you'll thank me in the morning!
The thing I noticed about the planarize technique is that it works well when using the "Dual Ranges" address locator style, but not so well with the "Street Name" style. Do you have any ideas as to why this is?
Finally, I wanted to mention that the table I am working with does not include house numbers, but rather primary and secondary streets. The intersections act more as reference points than precise locations. For example, the primary street and secondary street may not technically intersect, but the space that the two streets share is a reference point for where an event occurred.
All the more reason to use points
Is there a way to use points as references in an address locator, and subsequently to geocode a table of intersections?