<?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: get coordinates of points for each 100 meters of a line in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226173#M7822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in ArcMap 10&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 22:18:07 GMT</pubDate>
    <dc:creator>CiprianoLopez</dc:creator>
    <dc:date>2013-06-24T22:18:07Z</dc:date>
    <item>
      <title>get coordinates of points for each 100 meters of a line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226172#M7821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;as I can get the coordinates for each 100 meters of a line of 2 kilometers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much...clr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 22:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226172#M7821</guid>
      <dc:creator>CiprianoLopez</dc:creator>
      <dc:date>2013-06-24T22:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: get coordinates of points for each 100 meters of a line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226173#M7822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in ArcMap 10&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 22:18:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226173#M7822</guid>
      <dc:creator>CiprianoLopez</dc:creator>
      <dc:date>2013-06-24T22:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: get coordinates of points for each 100 meters of a line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226174#M7823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;use Densify to create a vertex every 100 meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;use Feature Vertices To Points &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Add XY&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may want to use Feature Vertices To Points &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on the undensified line first, and then use that point layer to flag the existing (not-every-100-meters) vertex points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;make the lines into routes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then create events every 100 meters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;convert the events to points&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;add xy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 11:59:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226174#M7823</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2013-06-25T11:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: get coordinates of points for each 100 meters of a line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226175#M7824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you very much, use the Display Route Events, Greetings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 13:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226175#M7824</guid>
      <dc:creator>CiprianoLopez</dc:creator>
      <dc:date>2013-06-25T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: get coordinates of points for each 100 meters of a line</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226176#M7825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alternatively you can use ET Geowizards (a 3rd party addon, with a free version for download) where you can split a line by lengths (there are other options too such as number of segments), then you can proceed as above and convert the line to points (using the nodes as the points) adding xy to get your coords.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 14:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/get-coordinates-of-points-for-each-100-meters-of-a/m-p/226176#M7825</guid>
      <dc:creator>RebeccaRoss</dc:creator>
      <dc:date>2013-06-25T14:24:47Z</dc:date>
    </item>
  </channel>
</rss>

