<?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: Creating a Point at a specific distance between two Points in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42270#M1532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you know how to create a featureclass?&lt;/P&gt;&lt;P&gt;could you put the coordinates in a csv or excel spreadsheet? (the math I assume you know how to do)&lt;/P&gt;&lt;P&gt;any suggestions would seem to be too basic, so perhaps you can comment on what you have looked and/or ruled out&lt;/P&gt;&lt;P&gt;Unless I have completely misread this and you are looking for doing some of this in &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy/what-is-arcpy-.htm"&gt;arcpy and the polyline, pointgeometry class &lt;/A&gt;etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2017 17:45:51 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-02-15T17:45:51Z</dc:date>
    <item>
      <title>Creating a Point at a specific distance between two Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42269#M1531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am trying to create a new&amp;nbsp;point shapefile and&amp;nbsp;I am unsure how to create it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a new&amp;nbsp;series of points that would be based on a specific distance between two points in an existing point data set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already created an attribute table with two target points that the new point should be in-between and a specified distance that the new point should be away from one of the points towards the direction of the other point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;New point A &amp;nbsp;should be between existing point&amp;nbsp;1 and point 2, 60m from point 1 towards point 2&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;New point B&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;should be between existing point&amp;nbsp;2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and point 3, 80m from point 2&amp;nbsp;towards point 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;New point C&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;should be between existing point&amp;nbsp;3&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and point 4, 106m from point 3 towards point&amp;nbsp;4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I am sure there are tools that can do this in ARC, but I am unsure what to use or how to get started, any help would be much appreciated.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42269#M1531</guid>
      <dc:creator>TommiTiidus</dc:creator>
      <dc:date>2017-02-15T17:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Point at a specific distance between two Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42270#M1532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you know how to create a featureclass?&lt;/P&gt;&lt;P&gt;could you put the coordinates in a csv or excel spreadsheet? (the math I assume you know how to do)&lt;/P&gt;&lt;P&gt;any suggestions would seem to be too basic, so perhaps you can comment on what you have looked and/or ruled out&lt;/P&gt;&lt;P&gt;Unless I have completely misread this and you are looking for doing some of this in &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy/what-is-arcpy-.htm"&gt;arcpy and the polyline, pointgeometry class &lt;/A&gt;etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 17:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42270#M1532</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-02-15T17:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Point at a specific distance between two Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42271#M1533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further to Dan's suggestion, I'd say the easiest solution is to use arcpy. Create a temporary &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-classes/polyline.htm"&gt;polyline geometry&lt;/A&gt; in between the points, and use its positionAlongLine(value) method to make the new point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 18:05:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42271#M1533</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-02-15T18:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Point at a specific distance between two Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42272#M1534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was wrote in other thread see that link :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/187962-how-to-survey-features-that-are-very-close-together"&gt;https://community.esri.com/thread/187962-how-to-survey-features-that-are-very-close-together&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;you can draw it in Arcmap from 2 distance intersect (DISTANCE-DISTANCE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="292604" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/322765_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 18:14:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42272#M1534</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2017-02-15T18:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Point at a specific distance between two Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42273#M1535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another workflow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Add a new field to your data table called "Line ID".&amp;nbsp; Give each point pair the same LineID value.&amp;nbsp; Then use &lt;EM&gt;Points to Line&lt;/EM&gt; with the &lt;EM&gt;Line Field (optional)&lt;/EM&gt; setting set to &lt;EM&gt;LineID&lt;/EM&gt;.&amp;nbsp; This will generate a new line feature class from your point pairs.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003s000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003s000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Points To Line (Data Management)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Go into &lt;EM&gt;editing&lt;/EM&gt; mode.&amp;nbsp; Select a line, then on the &lt;EM&gt;Editor toolbar&lt;/EM&gt; click &lt;EM&gt;Editor&lt;/EM&gt;, then &lt;EM&gt;Split,&lt;/EM&gt; and manually enter the split distance.&amp;nbsp; Note - check the line &lt;EM&gt;Directionality&lt;/EM&gt; so the split is occurring in the desired spot. &amp;nbsp; After the line is split, delete the segment not needed.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m80000001q000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m80000001q000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Splitting lines at a specified distance or percentage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Create a new point in Editing Mode by Snapping it to the line end of the newly-edited line file.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:&amp;nbsp; Added step 3 to finish the process (didn't have enough caffeine at original time of writing, so left out the obvious &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 16:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42273#M1535</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-02-16T16:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Point at a specific distance between two Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42274#M1536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a screenshot of your attribute table? It really matters how you've got it set up (e.g. is each individual point a separate feature linked to its pair by an ID, or are there from-to coordinates in a single feature?).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 17:11:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42274#M1536</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-02-16T17:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Point at a specific distance between two Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42275#M1537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have access to an &lt;EM&gt;Advanced&lt;/EM&gt; license, Step 2 and 3 can be replaced with the following to eliminate most of the manual editing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Run &lt;EM&gt;Feature Vertice to Points&lt;/EM&gt; with the &lt;EM&gt;Point Location (optional)&lt;/EM&gt; set to &lt;EM&gt;Start&lt;/EM&gt; to create a point layer of the line starting points from the lines generated in step 1.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003p000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003p000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Feature Vertice to Points (Data Management)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Add a field to the Points for Distance and populate it with the appropriate value (or Join it from your existing table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; &lt;EM&gt;Buffer&lt;/EM&gt; the Points, using the Distance Field as the criteria.&amp;nbsp; This will create a polygon layer around each start point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; &lt;EM&gt;Intersect&lt;/EM&gt; the Line layer (from step&amp;nbsp; 1) and the Buffer polygon layer, with the &lt;EM&gt;Output Type (optional)&lt;/EM&gt; set to &lt;EM&gt;Point&lt;/EM&gt;.&amp;nbsp; This will create points on the line at the distance from the start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.&amp;nbsp; Run &lt;EM&gt;Split Line at Point&lt;/EM&gt; on the Line layer using the Line layer as the input and the points from the Intersect.&amp;nbsp; This will result in a new line layer split at the points.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003w00000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003w00000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Split Line at Point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.&amp;nbsp; Manually delete the unneeded segments.&amp;nbsp; Or alternately, do &lt;EM&gt;Spatial Joins&lt;/EM&gt; to append the information to each line, then do a query to find the ones not needed and delete them en masse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.&amp;nbsp; Run &lt;EM&gt;Feature Vertices to Points&lt;/EM&gt; again on the lines, with the Point Location (optional) set to &lt;EM&gt;End.&amp;nbsp; &lt;/EM&gt;The result will be your final points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caveats:&amp;nbsp; If there are many points close together and the distances for each are greater than the distance to nearby points, nearby lines will be split multiple times.&amp;nbsp; This will require careful review after splitting the lines to pick the correct segments to be deleted, and then editing to reconnect the lines back into one segment for each line (representing start point to desired distance).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if this process can be automated with &lt;EM&gt;Modelbuilder&lt;/EM&gt; or &lt;EM&gt;Python&lt;/EM&gt;, if you are familiar with either.&amp;nbsp; This might be worth figuring out if you have many datapoints to do and/or will be repeating this same process often.&amp;nbsp; I bet there is probably a way to do this whole thing with more finesse with &lt;EM&gt;Python;&lt;/EM&gt; but this will work otherwise.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 17:43:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/creating-a-point-at-a-specific-distance-between/m-p/42275#M1537</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-02-16T17:43:19Z</dc:date>
    </item>
  </channel>
</rss>

