<?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: Create points on line between speed limit signs near the road in ArcGIS 10.4 in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336865#M11810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, as I stated before this is not a quick solution, but one that sets you up with tools for great future benefits and time saving.&amp;nbsp; You can get started by using the help and tutorial from ESRI&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/linear-referencing/what-is-linear-referencing.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/linear-referencing/what-is-linear-referencing.htm"&gt;What is linear referencing?—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other youtube videos:&lt;A class="link-titled" href="https://www.youtube.com/watch?v=mWSP9VF-RFo" title="https://www.youtube.com/watch?v=mWSP9VF-RFo"&gt;Linear Referencing Using ArcGIS - YouTube&lt;/A&gt;&amp;nbsp; &amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=HWAz_Ip2z5U" title="https://www.youtube.com/watch?v=HWAz_Ip2z5U"&gt;How to Create a Event Layer in ArcGIS - YouTube&lt;/A&gt;&amp;nbsp; &amp;nbsp;Can provide some assistance in insights to what you can do with your Routes when you have them built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I and I am sure other folks will be happy to assist you through any specific problem you run into while developing your LRS and performing event overlays.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2018 15:09:28 GMT</pubDate>
    <dc:creator>TedKowal</dc:creator>
    <dc:date>2018-04-11T15:09:28Z</dc:date>
    <item>
      <title>Create points on line between speed limit signs near the road in ArcGIS 10.4</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336862#M11807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a road shapefile (lines) and and speed limit signs (points) near the roads. Now I want to create points on every 5m on the roads between these signs so every single created point should have a speed limit information of a speed for that part of road in that direction (for example if I have a road part between signs where the speed limits are from 60 to 80 and the road direction is from sign 60 to sign 80 all created 5m points should have a speed limit information of 60). Also these points must to contain information of roads too.&lt;BR /&gt;This is how I have start working:&lt;/P&gt;&lt;P&gt;1. I have joined line attributes to the signs using join by location&lt;BR /&gt; tool.&lt;BR /&gt; 2. I have snapped points to the lines&lt;BR /&gt; 3. I have split the lines on these snapped points.&lt;BR /&gt; 4. I have created the points on every 5m on these splited lines.&lt;/P&gt;&lt;P&gt;I&lt;BR /&gt; have a few problems now:&lt;/P&gt;&lt;P&gt;- How to join speed limit information on that part of road to these 5m&lt;BR /&gt; points?&lt;BR /&gt; - How to define direction of road so I can know which speed limit is&lt;BR /&gt; on each road part?&lt;BR /&gt; - How to solve this for a two directions roads (there is a attribute&lt;BR /&gt; field that contain the information is that a one way or two ways&lt;BR /&gt; road).&lt;/P&gt;&lt;P&gt;I think the ArcGIS is the best solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the files.&lt;/P&gt;&lt;P&gt;Field "sentidoD" have &amp;nbsp;information is that one way or two ways road.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 07:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336862#M11807</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-04-10T07:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create points on line between speed limit signs near the road in ArcGIS 10.4</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336863#M11808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend using LRS (Linear Referencing System) especially if you are going to manage the signs along your road system.&amp;nbsp; Quickly looking at your data, your signs do not have&amp;nbsp;a relationship to the road they are on and must be blindly snapped to the closet line which is not always correct...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can give an outline on how I would address your situation... (there is no quick easy way about it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I would create a LRS on your roads layer, perhaps using the the nombre field as your "Route."&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Having a LRS will allow your to "Event Map" without resorting to breaking up your roads into 5m segments....&lt;UL&gt;&lt;LI&gt;You could create a table/dbf/excel&amp;nbsp; that will event map your sign points to the road at whatever interval you want...&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;When building your LRS you must determine the inventory route directions for road...&lt;UL&gt;&lt;LI&gt;I use the following rules&lt;UL&gt;&lt;LI&gt;N/S roads would have a direction S to N&lt;/LI&gt;&lt;LI&gt;E/W roads would have a direction W to E&lt;/LI&gt;&lt;LI&gt;Single Direction roads would be the direction of travel&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;When building your LRS all your road segments beg/end parts of the segments must be following your direction rules&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Next you will have to add a Route field to your signs and populate the field with the corresponding route the sign is on. (This will allow you to event map your signs and get its corresponding Milepoint (reference distance along the line).&amp;nbsp; Some other fields to incorporate to make your management easier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add Route field and populate it&lt;/LI&gt;&lt;LI&gt;Add a Sign facing field&amp;nbsp; example ( 1 - Direction of travel, 2 - Opposite Direction of travel)&amp;nbsp; Populate this field... this will allow you to orientate and offset the sign for those signs on roads that have two way traffic&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can event map and overlay over your new LRS your speed limits along your road... the overlay will divide out your roads into segments relating to speed limits.&amp;nbsp; You can use the offset to position the signs&amp;nbsp; (right side&amp;nbsp; of road for direction of travel, left side of road for opposite direction of travel).... Information from the road and or signs can be handles by simple SQL queries and joins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this is a bit of work...but not much more than using the near/split and other routines and still have to manually find and fix exceptions that will occur (namely that you must snap a sign to the closest road...this can lead to many incorrect associations because the physical sign may be closer to another unrelated road...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally you will enjoy the functionality of your new LRS for other projects...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/guide-books/linear-referencing/what-is-linear-referencing.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/guide-books/linear-referencing/what-is-linear-referencing.htm"&gt;What is linear referencing?—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp; &amp;nbsp; to get you started..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Este es mi dos centavos1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336863#M11808</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2018-04-10T15:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create points on line between speed limit signs near the road in ArcGIS 10.4</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336864#M11809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is amazing! Thanks for a detailed answer. One more thing if you can do... Please, that will be&amp;nbsp;immensely useful for me if you can make some screen record step by step how to do described solution for the example I have attached.&lt;/P&gt;&lt;P&gt;Thanks in advance and also thank you so much for this what you have already send.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 16:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336864#M11809</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-04-10T16:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create points on line between speed limit signs near the road in ArcGIS 10.4</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336865#M11810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, as I stated before this is not a quick solution, but one that sets you up with tools for great future benefits and time saving.&amp;nbsp; You can get started by using the help and tutorial from ESRI&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/linear-referencing/what-is-linear-referencing.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/linear-referencing/what-is-linear-referencing.htm"&gt;What is linear referencing?—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other youtube videos:&lt;A class="link-titled" href="https://www.youtube.com/watch?v=mWSP9VF-RFo" title="https://www.youtube.com/watch?v=mWSP9VF-RFo"&gt;Linear Referencing Using ArcGIS - YouTube&lt;/A&gt;&amp;nbsp; &amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=HWAz_Ip2z5U" title="https://www.youtube.com/watch?v=HWAz_Ip2z5U"&gt;How to Create a Event Layer in ArcGIS - YouTube&lt;/A&gt;&amp;nbsp; &amp;nbsp;Can provide some assistance in insights to what you can do with your Routes when you have them built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I and I am sure other folks will be happy to assist you through any specific problem you run into while developing your LRS and performing event overlays.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 15:09:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336865#M11810</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2018-04-11T15:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create points on line between speed limit signs near the road in ArcGIS 10.4</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336866#M11811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand. Could you please explain how to define these direction rules:&lt;/P&gt;&lt;UL style="background-color: #ffffff; border: 0px; font-size: 14px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; font-size: 14px; margin: 0.5ex 0px;"&gt;N/S roads would have a direction S to N&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; font-size: 14px; margin: 0.5ex 0px;"&gt;E/W roads would have a direction W to E&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; font-size: 14px; margin: 0.5ex 0px;"&gt;Single Direction roads would be the direction of travel&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 21:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336866#M11811</guid>
      <dc:creator>SlobodanKomatina1</dc:creator>
      <dc:date>2018-04-11T21:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create points on line between speed limit signs near the road in ArcGIS 10.4</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336867#M11812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the direction how the lines are drawn on your center line segments.&amp;nbsp; All the segments should be drawn in the same direction.&amp;nbsp; From this layer you build you routes or LRS.&amp;nbsp; The LRS generally calculates "measures" increasing in value along the road.&amp;nbsp; If you have a segment that is drawn in the wrong direction that portion would "Decrease" in value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/401205_pastedImage_1.png" style="width: 620px; height: 438px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 14:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-points-on-line-between-speed-limit-signs/m-p/336867#M11812</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2018-04-12T14:48:52Z</dc:date>
    </item>
  </channel>
</rss>

