<?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: Arcade popup - return value of ground height (eg &amp;quot;Terrain 3D&amp;quot; layer) from any point layer in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639652#M31849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/18886" target="_blank"&gt;https://community.esri.com/ideas/18886&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jun 2021 08:41:39 GMT</pubDate>
    <dc:creator>JoeNunn</dc:creator>
    <dc:date>2021-06-22T08:41:39Z</dc:date>
    <item>
      <title>Arcade popup - return value of ground height (eg "Terrain 3D" layer) from any point layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639646#M31843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to return the value of ground height in the popup of a point layer?&amp;nbsp; Only the x,y coordinates are known in the point layer (2D) but from this we should be able to get the value from the ESRI "terrain 3D" value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like this to be available in both a Map Viewer and a Scene Viewer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 09:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639646#M31843</guid>
      <dc:creator>JoeNunn</dc:creator>
      <dc:date>2020-08-10T09:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade popup - return value of ground height (eg "Terrain 3D" layer) from any point layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639647#M31844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/22592"&gt;Joe Nunn&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know this is not possible yet. I have heard that performing a REST call will be possible in the feature. With this you will be able to request the&amp;nbsp;elevation for any point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To give you an example of how I assume this will look, see below a URL to query the NED30m global elevation service:&lt;/P&gt;&lt;P&gt;&lt;A href="https://elevation.arcgis.com/arcgis/rest/services/NED30m/ImageServer/identify?geometry=%7B%22x%22+%3A+-118.15%2C+%22y%22+%3A+33.80%2C+%22spatialReference%22+%3A+%7B%22wkid%22+%3A+4326%7D%7D&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;renderingRule=&amp;amp;pixelSize=&amp;amp;time=&amp;amp;returnGeometry=false&amp;amp;returnCatalogItems=false&amp;amp;f=json"&gt;https://elevation.arcgis.com/arcgis/rest/services/NED30m/ImageServer/identify?geometry=%7B%22x%22+%3A+-118.15%2C+%22y%22+%3A+33.80%2C+%22spatialReference%22+%3A+%7B%22wkid%22+%3A+4326%7D%7D&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;renderingRule=&amp;amp;pixelSize=&amp;amp;time=&amp;amp;returnGeometry=false&amp;amp;returnCatalogItems=false&amp;amp;f=json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the page using the HTML format (change last parameter of URL), you will see this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/502900_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;The resulting json can be used to unpack the value you are interested in (in this case the value "17.2376")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 19:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639647#M31844</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-08-10T19:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade popup - return value of ground height (eg "Terrain 3D" layer) from any point layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639648#M31845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xander - going a step forward is there a way of using a similar REST call in arcade in a popup in AGOL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had read that arcade can reference other layers:&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/pump-up-your-pop-ups-with-arcade-and-the-living-atlas/" title="https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/pump-up-your-pop-ups-with-arcade-and-the-living-atlas/"&gt;Pump up Your Pop-ups With Arcade FeatureSets and the Living Atlas&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So imagine you could do something similar using a Terrain raster layer as well?&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;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 08:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639648#M31845</guid>
      <dc:creator>JoeNunn</dc:creator>
      <dc:date>2020-08-11T08:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade popup - return value of ground height (eg "Terrain 3D" layer) from any point layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639649#M31846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/people/joe.nunn@landuse.co.uk"&gt;joe.nunn@landuse.co.uk&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, terrain layer, imagery layer, tiled layers are all not supported at this time. You can use content from the living atlas, but they will have to be feature layers.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 13:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639649#M31846</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-08-11T13:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade popup - return value of ground height (eg "Terrain 3D" layer) from any point layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639650#M31847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xander - thats a shame there isn't a way to use those yet.&amp;nbsp; I know if done outside of AGOL it would be an easy task i would think.&amp;nbsp; Have done something similar in google maps api years ago that returns the elevation at a location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 15:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639650#M31847</guid>
      <dc:creator>JoeNunn</dc:creator>
      <dc:date>2020-08-11T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade popup - return value of ground height (eg "Terrain 3D" layer) from any point layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639651#M31848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/22592"&gt;Joe Nunn&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that being able to do analysis in Arcade using raster layers would be pretty cool and being able to do REST calls from Arcade will also help a lot to accomplish certain workflows. Could you create an idea for this:&amp;nbsp;&lt;A href="https://community.esri.com/community/arcgis-ideas"&gt;https://community.esri.com/community/arcgis-ideas&lt;/A&gt;&amp;nbsp;(please post back when you do).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would certainly give my vote to this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 15:36:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639651#M31848</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-08-11T15:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade popup - return value of ground height (eg "Terrain 3D" layer) from any point layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639652#M31849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/18886" target="_blank"&gt;https://community.esri.com/ideas/18886&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:41:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639652#M31849</guid>
      <dc:creator>JoeNunn</dc:creator>
      <dc:date>2021-06-22T08:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade popup - return value of ground height (eg "Terrain 3D" layer) from any point layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639653#M31850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/people/joe.nunn@landuse.co.uk"&gt;joe.nunn@landuse.co.uk&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to vote your own idea up. I just voted.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 16:11:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-popup-return-value-of-ground-height-eg-quot/m-p/639653#M31850</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-08-11T16:11:09Z</dc:date>
    </item>
  </channel>
</rss>

