<?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: Elevation API vs Elevation Layer Results in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-api-vs-elevation-layer-results/m-p/1640074#M5025</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/521935"&gt;@jacobgqc&lt;/a&gt;&amp;nbsp;thank you for the post. Yes this is expected. I am interested in your use case to better help you. What is that you are trying to built?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;</description>
    <pubDate>Mon, 11 Aug 2025 08:15:05 GMT</pubDate>
    <dc:creator>VikramPonnuswamy</dc:creator>
    <dc:date>2025-08-11T08:15:05Z</dc:date>
    <item>
      <title>Elevation API vs Elevation Layer Results</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-api-vs-elevation-layer-results/m-p/1639774#M5024</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We created a small "elevation checker" utility in React that uses an ElevationLayer object (from &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core/layers/ElevationLayer) queryElevation function to get the elevation data for a clicked point on a map. This works great, and the elevation values we get back seem to be the most accurate from among other sources we've seen.&lt;/P&gt;&lt;P&gt;Related, we wanted a way to programmatically verify the accuracy of a set points' elevations and decided to use&amp;nbsp;&lt;A href="https://elevation-api.arcgis.com/arcgis/rest/services/elevation-service/v1/elevation/at-point" target="_self"&gt;https://elevation-api.arcgis.com/arcgis/rest/services/elevation-service/v1/elevation/at-point&lt;/A&gt;&amp;nbsp;, which seemed to be a perfect fit. However, the results appear to be rounding to the nearest integer value, whereas the elevation layer query returned values with two decimal places.&lt;/P&gt;&lt;P&gt;I've compared several geographic locations in North America (Vancouver, San Francisco, Cincinnati, NYC) and all of them returned integer values from the API and two decimals of precision in the elevation layer.&lt;/P&gt;&lt;P&gt;Is this expected? Is there any way to programmatically get the same values returned by ElevationLayer.queryElevation()?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jake&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 18:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-api-vs-elevation-layer-results/m-p/1639774#M5024</guid>
      <dc:creator>jacobgqc</dc:creator>
      <dc:date>2025-08-06T18:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation API vs Elevation Layer Results</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-api-vs-elevation-layer-results/m-p/1640074#M5025</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/521935"&gt;@jacobgqc&lt;/a&gt;&amp;nbsp;thank you for the post. Yes this is expected. I am interested in your use case to better help you. What is that you are trying to built?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 08:15:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-api-vs-elevation-layer-results/m-p/1640074#M5025</guid>
      <dc:creator>VikramPonnuswamy</dc:creator>
      <dc:date>2025-08-11T08:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation API vs Elevation Layer Results</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-api-vs-elevation-layer-results/m-p/1642843#M5029</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/521935"&gt;@jacobgqc&lt;/a&gt;&amp;nbsp;we've now updated elevation service to return z value to 10cm precision, i.e. to 1 decimal place. So example response:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
  "result": {
    "point": {
      "x": -117.194769,
      "y": 34.057289,
      "z": 395.8,
      "spatialReference": {
        "wkid": 4326,
        "vcsWkid": 105700
      }
    }
  },
  "elevationInfo": {
    "relativeTo": "meanSeaLevel"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 13:05:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-api-vs-elevation-layer-results/m-p/1642843#M5029</guid>
      <dc:creator>VikramPonnuswamy</dc:creator>
      <dc:date>2025-08-18T13:05:48Z</dc:date>
    </item>
  </channel>
</rss>

