<?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: Roads and Mileposts - Geocoding in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/roads-and-mileposts-geocoding/m-p/479403#M27304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first thing you'll want to do is make sure that your route feature class, (your roads shapefile), is &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Creating_a_new_stand_alone_feature_class_to_store_routes/00390000000m000000/"&gt;M enabled&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; Use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000020000000"&gt;Feature Class to Feature Class&lt;/A&gt;&lt;SPAN&gt; tool to export your roads shapefile to a new shapefile and go into the Environments &amp;gt; M Values and set the Output has M Values parameter to Enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next thing you'll want to do is assign m-values to the routes in your shapefile.&amp;nbsp; What I typically suggest, to make sure that the digitized direction of the line is preserved in assigning m-values, is to add and calculate two fields, a From_Field and To_Field, where the From_Field is 0 and the To_Field is the length of the line.&amp;nbsp; Then, use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//003m00000005000000"&gt;Create Routes&lt;/A&gt;&lt;SPAN&gt; tool to create a route feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&amp;nbsp; Open up the attribute table for the output from the first step and add a From_Field and To_Field.&amp;nbsp; Make sure that they're double or floats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)&amp;nbsp; Calculate a 0 for the From_Field and use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005s00000027000000"&gt;Calculate Geometry&lt;/A&gt;&lt;SPAN&gt; function to calculate the Length for the To_Field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4)&amp;nbsp; Open the Create Routes tool, add your roads shapefile as the input, and choose the route identifier field, (the field that uniquely identifies each route or road).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5)&amp;nbsp; Choose an output feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6)&amp;nbsp; For the measure source, use the Two Fields option, and specify the From-Measure Field and To-Measure Field you created previously.&amp;nbsp; Run the tool and the output should be added to the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, you'll have a reference system to locate the addresses in your table, so you'll want to create points from your table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; Add the table to ArcMap, right click on it and go to &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//003900000028000000"&gt;Display Route Events&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&amp;nbsp; For the Route Reference, use your route feature class, and for the Route Identifier, use the field that uniquely identifies each route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)&amp;nbsp; For the input table, use the Route Identifier that uniquely identifies each route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4)&amp;nbsp; Keep the default at point events, and choose the Measure field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your output layer will be an in-memory layer, so you'll have to export this to a feature class.&amp;nbsp; The workflow above assumes some things, like you have a route identifier field that matches between your roads feature class and table.&amp;nbsp; Also, make sure that the To-Measure field is calculated in whatever units your address points mile marker units are in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2013 14:49:50 GMT</pubDate>
    <dc:creator>JonathanQuinn</dc:creator>
    <dc:date>2013-01-16T14:49:50Z</dc:date>
    <item>
      <title>Roads and Mileposts - Geocoding</title>
      <link>https://community.esri.com/t5/data-management-questions/roads-and-mileposts-geocoding/m-p/479402#M27303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My original problem is that I am trying to geocode a long list of addresses which have a large portion that are listed simply as Milepost locations... some in whole number mile markers some in decimals. (Ie, Mile marker 120 and Mile Marker 5.7)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a Roads shapefile and a Milepost Shapefile from the DOT. The milepost data is limited - it contains mile marker name and actual mile distance for the sign. After a little work, it now also lists the highway it is connected with. These mileposts, unfortunately, don't line up exactly with the roads file spatially. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From what I read, using the linear referencing toolbox is the way to go for what I need, but I just can't seem to find any good resource that really explains what I need to do. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any information or extra resources&amp;nbsp; or ideas outside of the linear referencing toolbox would be GREATLY appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rebecca Baril&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 18:22:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/roads-and-mileposts-geocoding/m-p/479402#M27303</guid>
      <dc:creator>RebeccaWilson</dc:creator>
      <dc:date>2013-01-14T18:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Roads and Mileposts - Geocoding</title>
      <link>https://community.esri.com/t5/data-management-questions/roads-and-mileposts-geocoding/m-p/479403#M27304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first thing you'll want to do is make sure that your route feature class, (your roads shapefile), is &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Creating_a_new_stand_alone_feature_class_to_store_routes/00390000000m000000/"&gt;M enabled&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; Use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000020000000"&gt;Feature Class to Feature Class&lt;/A&gt;&lt;SPAN&gt; tool to export your roads shapefile to a new shapefile and go into the Environments &amp;gt; M Values and set the Output has M Values parameter to Enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next thing you'll want to do is assign m-values to the routes in your shapefile.&amp;nbsp; What I typically suggest, to make sure that the digitized direction of the line is preserved in assigning m-values, is to add and calculate two fields, a From_Field and To_Field, where the From_Field is 0 and the To_Field is the length of the line.&amp;nbsp; Then, use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//003m00000005000000"&gt;Create Routes&lt;/A&gt;&lt;SPAN&gt; tool to create a route feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&amp;nbsp; Open up the attribute table for the output from the first step and add a From_Field and To_Field.&amp;nbsp; Make sure that they're double or floats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)&amp;nbsp; Calculate a 0 for the From_Field and use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005s00000027000000"&gt;Calculate Geometry&lt;/A&gt;&lt;SPAN&gt; function to calculate the Length for the To_Field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4)&amp;nbsp; Open the Create Routes tool, add your roads shapefile as the input, and choose the route identifier field, (the field that uniquely identifies each route or road).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5)&amp;nbsp; Choose an output feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6)&amp;nbsp; For the measure source, use the Two Fields option, and specify the From-Measure Field and To-Measure Field you created previously.&amp;nbsp; Run the tool and the output should be added to the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, you'll have a reference system to locate the addresses in your table, so you'll want to create points from your table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; Add the table to ArcMap, right click on it and go to &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//003900000028000000"&gt;Display Route Events&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&amp;nbsp; For the Route Reference, use your route feature class, and for the Route Identifier, use the field that uniquely identifies each route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)&amp;nbsp; For the input table, use the Route Identifier that uniquely identifies each route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4)&amp;nbsp; Keep the default at point events, and choose the Measure field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your output layer will be an in-memory layer, so you'll have to export this to a feature class.&amp;nbsp; The workflow above assumes some things, like you have a route identifier field that matches between your roads feature class and table.&amp;nbsp; Also, make sure that the To-Measure field is calculated in whatever units your address points mile marker units are in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 14:49:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/roads-and-mileposts-geocoding/m-p/479403#M27304</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2013-01-16T14:49:50Z</dc:date>
    </item>
  </channel>
</rss>

