<?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 Identify function for elevation3d service not returning in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/identify-function-for-elevation3d-service-not/m-p/578464#M2776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get an elevation value for an individual point from&amp;nbsp;&lt;A href="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"&gt;WorldElevation3D/Terrain3D/ImageServer&lt;/A&gt;. I want to use this service because it is the default service used on new scenes in ArcGIS Pro 2.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the default website interface at&amp;nbsp;&lt;A class="link-titled" href="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer/identify" title="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer/identify"&gt;Identify: (WorldElevation3D/Terrain3D)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm only setting the geometry to&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;{"x":575505.5,"y":3733770}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and the Pixel Size to:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;0.5,0.5&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The result I get is a valid return but with no elevation data:&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #e5eff7;"&gt;{  "objectId": 0,  "name": "Pixel",  "&lt;STRONG&gt;value": "NoData",&lt;/STRONG&gt; "location": {   "x": 575505.5,   "y": 3733770,   "spatialReference": {    "wkid": 102100,    "latestWkid": 3857   }  },  "properties": null,  "catalogItems": null,  "catalogItemVisibilities": [] }&lt;/PRE&gt;&lt;P&gt;Making the same call to the server used in the examples in the documentation works and gives me the value -17.5575&lt;/P&gt;&lt;P&gt;&lt;A href="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/SanAndreasLidar/ImageServer/identify?geometry={%22x%22:575505.5,%22y%22:3733770}&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;pixelSize=0.5,0.5&amp;amp;f=pjson"&gt;https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/SanAndreasLidar/ImageServer/identify?geometry={%22x%22:575505.5,%22y%22:3733770}&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;pixelSize=0.5,0.5&amp;amp;f=pjson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get an elevation value from Terrain3D elevation layer service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2020 00:21:57 GMT</pubDate>
    <dc:creator>serbanmarin1</dc:creator>
    <dc:date>2020-03-30T00:21:57Z</dc:date>
    <item>
      <title>Identify function for elevation3d service not returning</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/identify-function-for-elevation3d-service-not/m-p/578464#M2776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get an elevation value for an individual point from&amp;nbsp;&lt;A href="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"&gt;WorldElevation3D/Terrain3D/ImageServer&lt;/A&gt;. I want to use this service because it is the default service used on new scenes in ArcGIS Pro 2.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the default website interface at&amp;nbsp;&lt;A class="link-titled" href="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer/identify" title="https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer/identify"&gt;Identify: (WorldElevation3D/Terrain3D)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm only setting the geometry to&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;{"x":575505.5,"y":3733770}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and the Pixel Size to:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;0.5,0.5&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The result I get is a valid return but with no elevation data:&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #e5eff7;"&gt;{  "objectId": 0,  "name": "Pixel",  "&lt;STRONG&gt;value": "NoData",&lt;/STRONG&gt; "location": {   "x": 575505.5,   "y": 3733770,   "spatialReference": {    "wkid": 102100,    "latestWkid": 3857   }  },  "properties": null,  "catalogItems": null,  "catalogItemVisibilities": [] }&lt;/PRE&gt;&lt;P&gt;Making the same call to the server used in the examples in the documentation works and gives me the value -17.5575&lt;/P&gt;&lt;P&gt;&lt;A href="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/SanAndreasLidar/ImageServer/identify?geometry={%22x%22:575505.5,%22y%22:3733770}&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;pixelSize=0.5,0.5&amp;amp;f=pjson"&gt;https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/SanAndreasLidar/ImageServer/identify?geometry={%22x%22:575505.5,%22y%22:3733770}&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;pixelSize=0.5,0.5&amp;amp;f=pjson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get an elevation value from Terrain3D elevation layer service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 00:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/identify-function-for-elevation3d-service-not/m-p/578464#M2776</guid>
      <dc:creator>serbanmarin1</dc:creator>
      <dc:date>2020-03-30T00:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Identify function for elevation3d service not returning</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/identify-function-for-elevation3d-service-not/m-p/578465#M2777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://elevation3d.arcgis.com/"&gt;https://elevation3d.arcgis.com/&lt;/A&gt;&amp;nbsp;is configured differently than&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;A href="https://elevation.arcgis.com"&gt;https://elevation.arcgis.com&lt;/A&gt;&amp;nbsp;and wont work with the syntax posted. Use&amp;nbsp;&lt;A href="https://elevation.arcgis.com/" style="color: #2989c5; text-decoration: underline;"&gt;https://elevation.arcgis.com&lt;/A&gt;&amp;nbsp;instead&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 20:24:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/identify-function-for-elevation3d-service-not/m-p/578465#M2777</guid>
      <dc:creator>serbanmarin1</dc:creator>
      <dc:date>2020-05-19T20:24:36Z</dc:date>
    </item>
  </channel>
</rss>

