<?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: Calculate point location from offset observer in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714937#M40512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't remember exactly what software I was using, but I know for sure there are programs out there, for free, that will take all of your bearing/distance measurements and output a point shapefile. I think we may have been using &lt;/SPAN&gt;&lt;A href="http://www.locateiii.com/Download.htm"&gt;Locate&lt;/A&gt;&lt;SPAN&gt;, it looks about right.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2011 16:01:46 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2011-06-10T16:01:46Z</dc:date>
    <item>
      <title>Calculate point location from offset observer</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714934#M40509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm conducting a forest bird survey in which I need to precisely record locations of individual birds. It's impossible to use a GPS to directly find the coordinates for each sighting because of the steep terrain and forest canopy. But I do have UTM coordinates for many control points across my study site. From these controls, I can get an azimuth and distance to observed birds using a compass and range finder. So, is there a tool, program, or calculation I can use to find the UTM coordinate of a bird from the coordinate of the observer, plus distance and azimuth estimates?&amp;nbsp; It would be perfect if I could do this as a calculated field in my attribute table.&amp;nbsp; Any help would be very much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working with ArcGis 9.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 16:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714934#M40509</guid>
      <dc:creator>DavidGordon1</dc:creator>
      <dc:date>2011-06-08T16:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate point location from offset observer</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714935#M40510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As an interim method, i.e. clunky, you can locate individual Bird sites using the "direction-distance" tool in editing functions for drawing polylines and locating vertices.&amp;nbsp; This is activated by snapping the sketch tool with a polyline FC to your control/reference point then right clicking for the pulldown menu or CTRL- G and entering the direction-distance data.&amp;nbsp; Then you would have to snap a point to the end of the line that is drawn.&amp;nbsp; This will work very precisely, and could be sped up by entering the direction and distance info in fields for the reference point so you can see them in the attribute table then draw all the lines before switching to the point feature class to add points at the end of the lines for your birds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, you can do this with the direction-distance editing tool in a point feature class only,&amp;nbsp; (looks like a circle with a line through it in the 9.3 editing tool pulldown).&amp;nbsp;&amp;nbsp; First snap to you reference point and hit A to enter an azimuth, snap to the same point again and hit D to enter the distance, then hit enter to make a new point.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I prefer the polyline method; having to snap back to the same point twice is a bit confusing and drawing the polylines will create a verifyable record of how you located the points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the points located you can output the coordinates in new fields in your point feature class using Calculate Geometry. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another way that runs a bit outside ArcMAP, I guess you could export your GPS reference points to a spreadsheet then add your azimuth and distance and calcuate trigonometrically (add D*sin (az in radians) to the X coordinate and D*cos (az in rad) to the Y for new X-Y positions then return that table to ArcMAP as an ADD X-Y Data function from the Tools menu using the new coordinates.&amp;nbsp; You could do the calculation in ArcMAP but you would have to reinput the X-Y table anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;good luck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hardolph&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 03:27:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714935#M40510</guid>
      <dc:creator>HardolphWasteneys</dc:creator>
      <dc:date>2011-06-09T03:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate point location from offset observer</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714936#M40511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good ideas Hardolf!&amp;nbsp; I'll try using the direction-distance tool in editing.&amp;nbsp; I hadn't thought of that.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 04:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714936#M40511</guid>
      <dc:creator>DavidGordon1</dc:creator>
      <dc:date>2011-06-09T04:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate point location from offset observer</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714937#M40512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't remember exactly what software I was using, but I know for sure there are programs out there, for free, that will take all of your bearing/distance measurements and output a point shapefile. I think we may have been using &lt;/SPAN&gt;&lt;A href="http://www.locateiii.com/Download.htm"&gt;Locate&lt;/A&gt;&lt;SPAN&gt;, it looks about right.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 16:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714937#M40512</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-06-10T16:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate point location from offset observer</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714938#M40513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I finally got around to doing this analysis using the trigonometric approach suggested by Hardolph.&amp;nbsp; I transferred all the data from my attribute table into Excel, then set up the functions described by Hardolph to calculate the bird locations, then brought it back into Arc as an XY event layer.&amp;nbsp; Worked great!&amp;nbsp; Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 18:22:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714938#M40513</guid>
      <dc:creator>DavidGordon1</dc:creator>
      <dc:date>2011-08-23T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate point location from offset observer</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714939#M40514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How did you collect your direction data?&amp;nbsp; I would assume that you used compass direction, with North being 0, and following compass degrees.&amp;nbsp; The problem with using radians, or Trig functions seems to be that the 0 in Radians is a compass 90, or East.&amp;nbsp; Additionally Radians increase counter-clockwise as apposed to clockwise when using compass degrees.&amp;nbsp; I am doing a similar task and I cannot figure out how to compensate for this offset.&amp;nbsp; Did your points line up correctly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 12:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714939#M40514</guid>
      <dc:creator>RyanTrimbath</dc:creator>
      <dc:date>2012-07-23T12:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate point location from offset observer</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714940#M40515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe the problem is related to my PCS NAD_1983_UTM_Zone_17N&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 13:58:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714940#M40515</guid>
      <dc:creator>RyanTrimbath</dc:creator>
      <dc:date>2012-07-23T13:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate point location from offset observer</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714941#M40516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It works but the degrees you need to subtract your bearing from 450.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rad=((450-degrees)*pi)/180&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 14:15:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714941#M40516</guid>
      <dc:creator>RyanTrimbath</dc:creator>
      <dc:date>2012-07-23T14:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate point location from offset observer</title>
      <link>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714942#M40517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4823"&gt;Hardolph Wasteneys&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;Hi Hardolph, &lt;/P&gt;&lt;P&gt;I have a problem which you can solve. I have a CAD Drawing of industrial facility and it has single UTM coordinate point in SW corner and other is said to be calculated through Trigonometry in order to georeference it. Would you be kind enough to help? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 11:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/calculate-point-location-from-offset-observer/m-p/714942#M40517</guid>
      <dc:creator>S_Afridi</dc:creator>
      <dc:date>2015-09-02T11:20:42Z</dc:date>
    </item>
  </channel>
</rss>

