<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: INTERSECTION LOCATOR in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442445#M25206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm struggling with this same issue of locating intersections.&amp;nbsp; I have a US Streets with AltNames locator and what I find is that the AltNames table is interfering with locating intersections.&amp;nbsp; Example: There is a stretch of road that has a "main name" - JAMES MADISON HIGHWAY, but also has 3 or 4 aliases: "US-15", "US-29", "US-17", etc. All of these US routes run together over this stretch of road.&amp;nbsp; But at some point they diverge and US-17 splits off.&amp;nbsp; So I'd like to be able to locate the intersection of US-15 and US-17 and have it find this place where US-17 splits off.&amp;nbsp; Instead, I get 166 instances of an "intersection" of US-15 and US-17, each with a match score of 100.&amp;nbsp; They occur at the endpoint of every segment of JAMES MADISON HIGHWAY that has an altname of US-15 and US-17.&amp;nbsp; So fishing through all these "false positives" to find the real intersection is next to impossible.&amp;nbsp; Then try to automate that.&amp;nbsp; It's a big challenge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Couple of other bones to pick regarding this.&amp;nbsp; The data I'm using to try and find intersections doesn't actually intersect at interchanges.&amp;nbsp; The connection is made via a ramp segment that has no name.&amp;nbsp; This is great for navigation, but I can't find the intersection of I-95 and I-64 because they don't actually intersect in the data.&amp;nbsp; But it is common to refer to such interchanges and say "go to 95 and 64 and bear right" for example.&amp;nbsp; So my locator can't find it, but my users will be asked to go there frequently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, there's a tradeoff to make between finding intersections and getting "false positives" when address searching.&amp;nbsp; In my data many of the segments where streets intersect have no address ranges.&amp;nbsp; So if I include these in my locator, the search for "0 MIDLOTHIAN TURNPIKE" I'll get dozens of 100 score returns all along the length of this highway, at the start of any segment that doesn't have an address range.&amp;nbsp; But if I take these segments out of the reference data and build a locator, then I can't find the intersections of many streets that actually exist.&amp;nbsp; All becuase the data doesn't have ranges at the intersection location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Intersections and geocoding are really powerful and it is fun to develop locators to meet users' needs, but some of the challenges are rather daunting.&amp;nbsp; If anyone has solutions or suggestions to my problems, I'd love to hear it.&amp;nbsp; And bonus 5 points if you can tell me where I live based on this post!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Thanks for reading.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Nov 2013 18:38:20 GMT</pubDate>
    <dc:creator>ChuckHarris</dc:creator>
    <dc:date>2013-11-15T18:38:20Z</dc:date>
    <item>
      <title>INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442440#M25201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this even possible? I've been reading the forums for several days now and no one has an answer.&amp;nbsp; I want to create an intersection locator based on street centerline data.&amp;nbsp; Thought using the Dual Range style would be best because my centerline data included all the necessary fields but no go. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also have intersection point data that included individual street names.&amp;nbsp; The only way that I've read (so far) to make this work is to concatenate the street name field at each intersection for each point so that your table data will read "50TH &amp;amp; FRANCE", and then would need another point at the same location with attribute reading "FRANCE &amp;amp; 50TH".&amp;nbsp; So for a 4 way intersection you would need 2 points in order to locate the intersection properly. Obviously I'm not going to do that as it would take me 6 months.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ARE THERE ANY ANSWERS OUT THERE?&amp;nbsp; I FEEL LIKE THIS SHOULD NOT BE SO DAMN COMPLICATED!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442440#M25201</guid>
      <dc:creator>MitchellWiniecki</dc:creator>
      <dc:date>2013-11-13T14:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442441#M25202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is this even possible? I've been reading the forums for several days now and no one has an answer.&amp;nbsp; I want to create an intersection locator based on street centerline data.&amp;nbsp; Thought using the Dual Range style would be best because my centerline data included all the necessary fields but no go. &lt;BR /&gt;Also have intersection point data that included individual street names.&amp;nbsp; The only way that I've read (so far) to make this work is to concatenate the street name field at each intersection for each point so that your table data will read "50TH &amp;amp; FRANCE", and then would need another point at the same location with attribute reading "FRANCE &amp;amp; 50TH".&amp;nbsp; So for a 4 way intersection you would need 2 points in order to locate the intersection properly. Obviously I'm not going to do that as it would take me 6 months.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;ARE THERE ANY ANSWERS OUT THERE?&amp;nbsp; I FEEL LIKE THIS SHOULD NOT BE SO DAMN COMPLICATED!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Push back away from the desk and take a deep breath; no it's not so d*** complicated.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem with intersections is they are sensitive to how you set up your locators.&amp;nbsp; If you specify Prefix Direction, Street Name, Suffix/Type, it wants you to enter the intersection like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E 50th ST &amp;amp; N FRANCE AVE&amp;nbsp; (or whatever...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to take shortcuts and leave the extra data off you could try creating aliases of your street names and use the US Streets w/ Alias table locator style.&amp;nbsp; Or alternatively, composite several US Streets locators in sequence that leave&amp;nbsp; the various components un-checked.&amp;nbsp; Be sure to specify&amp;nbsp; intersection symbols you want to use like : &amp;amp;, AND, @, |, etc; those are pretty standard but you can use what ever you want, so long it's specified in the list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 00:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442441#M25202</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-11-14T00:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442442#M25203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yea I've done all that in past trials and still no go. Anything else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 12:55:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442442#M25203</guid>
      <dc:creator>MitchellWiniecki</dc:creator>
      <dc:date>2013-11-14T12:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442443#M25204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mitchell,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after your create your dual range address locator, make sure to right click your locator in ArcCatalog -&amp;gt;Properties -&amp;gt; Geocoding options&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There set "Match without house number" to "Yes" and set "Match with no zones" to "Yes".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now open a fresh MXD, if you have that locator already in use, remove it and then re-add it. If it is not in your list of locators just add it and use it. Now you should be able to find intersections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 13:17:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442443#M25204</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-11-14T13:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442444#M25205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Mitchell,&lt;BR /&gt;&lt;BR /&gt;after your create your dual range address locator, make sure to right click your locator in ArcCatalog -&amp;gt;Properties -&amp;gt; Geocoding options&lt;BR /&gt;&lt;BR /&gt;There set "Match without house number" to "Yes" and set "Match with no zones" to "Yes".&lt;BR /&gt;&lt;BR /&gt;Now open a fresh MXD, if you have that locator already in use, remove it and then re-add it. If it is not in your list of locators just add it and use it. Now you should be able to find intersections.&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Spot on Tim, thanks for the help.&amp;nbsp; These changes allowed me to successfully create an Intersection locator using street centerline data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 20:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442444#M25205</guid>
      <dc:creator>MitchellWiniecki</dc:creator>
      <dc:date>2013-11-14T20:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442445#M25206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm struggling with this same issue of locating intersections.&amp;nbsp; I have a US Streets with AltNames locator and what I find is that the AltNames table is interfering with locating intersections.&amp;nbsp; Example: There is a stretch of road that has a "main name" - JAMES MADISON HIGHWAY, but also has 3 or 4 aliases: "US-15", "US-29", "US-17", etc. All of these US routes run together over this stretch of road.&amp;nbsp; But at some point they diverge and US-17 splits off.&amp;nbsp; So I'd like to be able to locate the intersection of US-15 and US-17 and have it find this place where US-17 splits off.&amp;nbsp; Instead, I get 166 instances of an "intersection" of US-15 and US-17, each with a match score of 100.&amp;nbsp; They occur at the endpoint of every segment of JAMES MADISON HIGHWAY that has an altname of US-15 and US-17.&amp;nbsp; So fishing through all these "false positives" to find the real intersection is next to impossible.&amp;nbsp; Then try to automate that.&amp;nbsp; It's a big challenge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Couple of other bones to pick regarding this.&amp;nbsp; The data I'm using to try and find intersections doesn't actually intersect at interchanges.&amp;nbsp; The connection is made via a ramp segment that has no name.&amp;nbsp; This is great for navigation, but I can't find the intersection of I-95 and I-64 because they don't actually intersect in the data.&amp;nbsp; But it is common to refer to such interchanges and say "go to 95 and 64 and bear right" for example.&amp;nbsp; So my locator can't find it, but my users will be asked to go there frequently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, there's a tradeoff to make between finding intersections and getting "false positives" when address searching.&amp;nbsp; In my data many of the segments where streets intersect have no address ranges.&amp;nbsp; So if I include these in my locator, the search for "0 MIDLOTHIAN TURNPIKE" I'll get dozens of 100 score returns all along the length of this highway, at the start of any segment that doesn't have an address range.&amp;nbsp; But if I take these segments out of the reference data and build a locator, then I can't find the intersections of many streets that actually exist.&amp;nbsp; All becuase the data doesn't have ranges at the intersection location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Intersections and geocoding are really powerful and it is fun to develop locators to meet users' needs, but some of the challenges are rather daunting.&amp;nbsp; If anyone has solutions or suggestions to my problems, I'd love to hear it.&amp;nbsp; And bonus 5 points if you can tell me where I live based on this post!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Thanks for reading.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 18:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442445#M25206</guid>
      <dc:creator>ChuckHarris</dc:creator>
      <dc:date>2013-11-15T18:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442446#M25207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is great for navigation, but I can't find the intersection of I-95 and I-64 because they don't actually intersect in the data. But it is common to refer to such interchanges and say "go to 95 and 64 and bear right" for example. So my locator can't find it, but my users will be asked to go there frequently.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For these I use a point locator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 19:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442446#M25207</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-11-15T19:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442447#M25208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you give me some tips on how to generate the data for the point locator, please?&amp;nbsp; I've seen the bit about putting street1 @ street2 in a single field, but that's giving me some pause because of the complexity of handling all the combinations required.&amp;nbsp; Thanks for the reply!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 20:04:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442447#M25208</guid>
      <dc:creator>ChuckHarris</dc:creator>
      <dc:date>2013-11-15T20:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442448#M25209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you give me some tips on how to generate the data for the point locator, please?&amp;nbsp; I've seen the bit about putting street1 @ street2 in a single field, but that's giving me some pause because of the complexity of handling all the combinations required.&amp;nbsp; Thanks for the reply!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are asking about freeways, I don't do anything too sexy; just roll up my sleeves and start adding points where I want them.&amp;nbsp; Ramps that connect Freeways to Freeways are typically known as Fly Overs, so in the data I manage each of those points follow the convention of FO &amp;lt;Freeway1&amp;gt; TO &amp;lt;Freeway2&amp;gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;FO I 15 SB to I 80 EB &lt;/STRONG&gt;&lt;SPAN&gt;for example.&amp;nbsp; You can name them what ever fits your needs.&amp;nbsp; I do something similar for On Ramps and Off Ramps: &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt; ON RAMP &amp;lt;CrossStreet&amp;gt; &amp;lt;FreewayName&amp;gt;&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 13:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442448#M25209</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-11-19T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442449#M25210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wondering if someone can assist? I am using the Dual Range locator type and the intersection query is working. However streets named with numeric values ,(1 ST SW @ 6 AV SW) take up to 2 minutes to verify, whereas Alpha named streets ( TUSCANY DR NW @ NOSE HILL BLVD NW) take seconds. Is there some way I can enhance the performance for these numbered street names, this is too long for our requirements.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 18:02:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442449#M25210</guid>
      <dc:creator>RossFindlay</dc:creator>
      <dc:date>2013-11-25T18:02:32Z</dc:date>
    </item>
    <item>
      <title>Re:BATCH  INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442450#M25211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm working for a water company that is GPSing all their street valves. Most valves are located close to street intersections. I would like to geocode all the street intersections in the service area so that I can do a spatial join to link the street intersection information to the street valves. Has anyone got any idea if a tool like this exists?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 18:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442450#M25211</guid>
      <dc:creator>EricErickson</dc:creator>
      <dc:date>2014-01-09T18:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: INTERSECTION LOCATOR</title>
      <link>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442451#M25212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check this link:&lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2013/02/11/streetintersectionlist/"&gt;http://blogs.esri.com/esri/arcgis/2013/02/11/streetintersectionlist/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used this tool to create intersection point. It is really helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sampa&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Santa Clara County&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 15:50:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/intersection-locator/m-p/442451#M25212</guid>
      <dc:creator>SampaRoy</dc:creator>
      <dc:date>2014-02-03T15:50:39Z</dc:date>
    </item>
  </channel>
</rss>

