<?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 Drone image To Map Location in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/drone-image-to-map-location/m-p/126227#M1442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to link points in an image taken&amp;nbsp; from a drone to actual points in the map. That is, I want to click on the image, get the pixel position, and use the location, orientation, hFOV and vFOV of the drone to compute the position on the map. I have done all the required calculation already and I am able to do this on a flat terrain (at see level for example), but it becomes very inaccurate when terrain is uneven. To solve this I was thinking about&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is there method accepting a line in space and returning the&amp;nbsp; point where the line intersect the surface? I could simply pass the line of sight between the drone and the see level and obtain the actual point seen by the drone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is there method similar to the ScreenToBaseSurface that does not require to be in first person and accepts hFOV and vFOV? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Could I use somehow the ViewShed analysis to obtain information about one single point instead of the analysis overlay output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Any other idea or suggestion about how this could be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2020 02:18:37 GMT</pubDate>
    <dc:creator>santiagomonedero</dc:creator>
    <dc:date>2020-05-12T02:18:37Z</dc:date>
    <item>
      <title>Drone image To Map Location</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/drone-image-to-map-location/m-p/126227#M1442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to link points in an image taken&amp;nbsp; from a drone to actual points in the map. That is, I want to click on the image, get the pixel position, and use the location, orientation, hFOV and vFOV of the drone to compute the position on the map. I have done all the required calculation already and I am able to do this on a flat terrain (at see level for example), but it becomes very inaccurate when terrain is uneven. To solve this I was thinking about&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is there method accepting a line in space and returning the&amp;nbsp; point where the line intersect the surface? I could simply pass the line of sight between the drone and the see level and obtain the actual point seen by the drone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is there method similar to the ScreenToBaseSurface that does not require to be in first person and accepts hFOV and vFOV? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Could I use somehow the ViewShed analysis to obtain information about one single point instead of the analysis overlay output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Any other idea or suggestion about how this could be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 02:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/drone-image-to-map-location/m-p/126227#M1442</guid>
      <dc:creator>santiagomonedero</dc:creator>
      <dc:date>2020-05-12T02:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Drone image To Map Location</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/drone-image-to-map-location/m-p/126228#M1443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not have a direct answer for the question I will leave that for the Runtime team. However I do have a question for you. Have you looked into Site Scan for ArcGIS?&amp;nbsp;&lt;A class="link-titled" href="https://storymaps.arcgis.com/stories/63d7045ee7b946caa83baf4a8e955e95" title="https://storymaps.arcgis.com/stories/63d7045ee7b946caa83baf4a8e955e95"&gt;ArcGIS StoryMaps&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 17:13:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/drone-image-to-map-location/m-p/126228#M1443</guid>
      <dc:creator>ChaseFisherGIS</dc:creator>
      <dc:date>2020-07-07T17:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Drone image To Map Location</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/drone-image-to-map-location/m-p/126229#M1444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you building a WPF app? If so, you might find one of the &lt;A href="https://developers.arcgis.com/net/latest/wpf/guide/local-server-geoprocessing-tools-support.htm"&gt;supported Geoprocessing tools &lt;/A&gt;offers the functionality you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you may want to take a look at &lt;A href="https://doc.arcgis.com/en/drone2map/"&gt;Drone2Map&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 17:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/drone-image-to-map-location/m-p/126229#M1444</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-07-07T17:22:58Z</dc:date>
    </item>
  </channel>
</rss>

