<?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 of latitude/longitude through REST API in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1372447#M4645</link>
    <description>&lt;P&gt;not for nothing since this post was from September but the call you are making on esri's elevation service is returning the depth/elev value in Web Mercator (the uom is meters not degrees) out in the polar regions along the Greenwich line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
 "objectId": 0,
 "name": "Pixel",
 "value": "730.826",
 "location": {
  "x": -1.107384508E7,
  "y": 5054889.08,
  "spatialReference": {
   "wkid": 102100,
   "latestWkid": 3857
  }
 },
 "properties": null,
 "catalogItems": null,
 "catalogItemVisibilities": []
}&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://elevation.arcgis.com/arcgis/rest/services/WorldElevation/TopoBathy/ImageServer/identify?geometry=-11073845.08%2C5054889.08+&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;renderingRule=&amp;amp;renderingRules=&amp;amp;pixelSize=&amp;amp;time=&amp;amp;returnGeometry=true&amp;amp;returnCatalogItems=false&amp;amp;returnPixelValues=true&amp;amp;maxItemCount=&amp;amp;f=html" target="_blank"&gt;Identify: (WorldElevation/TopoBathy) (arcgis.com)&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2024 19:20:11 GMT</pubDate>
    <dc:creator>SHMAGIC</dc:creator>
    <dc:date>2024-01-19T19:20:11Z</dc:date>
    <item>
      <title>Elevation of latitude/longitude through REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1328612#M4550</link>
      <description>&lt;P&gt;Is it possible to get the elevation (approximate is fine) of a specific latitude &amp;amp; longitude through the REST API?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 11:05:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1328612#M4550</guid>
      <dc:creator>bmccoy</dc:creator>
      <dc:date>2023-09-14T11:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation of latitude/longitude through REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1328660#M4551</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/718627"&gt;@bmccoy&lt;/a&gt;&amp;nbsp;I believe this is possible, the REST API doc states:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Find elevation values along input lines and return a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/rest/elevation/api-reference/profile.htm" target="_blank" rel="noopener"&gt;profile&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;feature&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Reference:&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/elevation/api-reference/get-started-with-elevation-services.htm" target="_blank" rel="noopener"&gt;Elevation analysis service&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 13:17:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1328660#M4551</guid>
      <dc:creator>AyanPalit</dc:creator>
      <dc:date>2023-09-14T13:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation of latitude/longitude through REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1328679#M4552</link>
      <description>&lt;P&gt;Thank you for the reply&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/512"&gt;@AyanPalit&lt;/a&gt;&amp;nbsp;, but this is not what we need for our application.&amp;nbsp; I believe the the profile feature would allow us to submit a job and it would return us an analysis along a line.&amp;nbsp; We just simply need to get the elevation of a specific lat/lon within the US.&amp;nbsp; So as the user clicks a point on a map, we would be able to retrieve the elevation of that specific map point and display it.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 13:37:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1328679#M4552</guid>
      <dc:creator>bmccoy</dc:creator>
      <dc:date>2023-09-14T13:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation of latitude/longitude through REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1328692#M4553</link>
      <description>&lt;P&gt;To clarify, I found this endpoint...&lt;A href="https://elevation.arcgis.com/arcgis/rest/services/WorldElevation/TopoBathy/ImageServer/identify?geometry=-99.4473%2C41.2057&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;renderingRule=&amp;amp;renderingRules=&amp;amp;pixelSize=&amp;amp;time=&amp;amp;returnGeometry=false&amp;amp;returnCatalogItems=false&amp;amp;returnPixelValues=true&amp;amp;maxItemCount=&amp;amp;f=html" target="_blank"&gt;https://elevation.arcgis.com/arcgis/rest/services/WorldElevation/TopoBathy/ImageServer/identify?geometry=-99.4473%2C41.2057&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;renderingRule=&amp;amp;renderingRules=&amp;amp;pixelSize=&amp;amp;time=&amp;amp;returnGeometry=false&amp;amp;returnCatalogItems=false&amp;amp;returnPixelValues=true&amp;amp;maxItemCount=&amp;amp;pjson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But that returns...&lt;/P&gt;&lt;PRE&gt;{
 "objectId": 0,
 "name": "Pixel",
 "value": "-2317",
 "location": {
  "x": -99.447299999999998,
  "y": 41.2057,
  "spatialReference": {
   "wkid": 102100,
   "latestWkid": 3857
  }
 },
 "properties": null,
 "catalogItems": null,
 "catalogItemVisibilities": [
  
 ]
}&lt;BR /&gt;&lt;BR /&gt;I believe this is close to what we need, but the value returned is obviously not correct.&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Sep 2023 14:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1328692#M4553</guid>
      <dc:creator>bmccoy</dc:creator>
      <dc:date>2023-09-14T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation of latitude/longitude through REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1329242#M4554</link>
      <description>&lt;P&gt;You might consider other options. &lt;A href="https://apps.nationalmap.gov/epqs/" target="_blank"&gt;EPQS (nationalmap.gov)&lt;/A&gt;&amp;nbsp;comes to mind. If you are working with Image Services, then you might be able to use one of those endpoints. I think&amp;nbsp;&lt;STRONG&gt;Identify&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Get Samples&lt;/STRONG&gt; could work for this use case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 19:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1329242#M4554</guid>
      <dc:creator>EarlMedina</dc:creator>
      <dc:date>2023-09-15T19:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation of latitude/longitude through REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1329247#M4555</link>
      <description>&lt;P&gt;Thank you Earl.&amp;nbsp; I happened to find that endpoint with the nationalmap.gov site that you mentioned yesterday after some searching.&amp;nbsp; They have exactly what we need for our use case.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 19:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1329247#M4555</guid>
      <dc:creator>bmccoy</dc:creator>
      <dc:date>2023-09-15T19:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation of latitude/longitude through REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1372447#M4645</link>
      <description>&lt;P&gt;not for nothing since this post was from September but the call you are making on esri's elevation service is returning the depth/elev value in Web Mercator (the uom is meters not degrees) out in the polar regions along the Greenwich line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
 "objectId": 0,
 "name": "Pixel",
 "value": "730.826",
 "location": {
  "x": -1.107384508E7,
  "y": 5054889.08,
  "spatialReference": {
   "wkid": 102100,
   "latestWkid": 3857
  }
 },
 "properties": null,
 "catalogItems": null,
 "catalogItemVisibilities": []
}&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://elevation.arcgis.com/arcgis/rest/services/WorldElevation/TopoBathy/ImageServer/identify?geometry=-11073845.08%2C5054889.08+&amp;amp;geometryType=esriGeometryPoint&amp;amp;mosaicRule=&amp;amp;renderingRule=&amp;amp;renderingRules=&amp;amp;pixelSize=&amp;amp;time=&amp;amp;returnGeometry=true&amp;amp;returnCatalogItems=false&amp;amp;returnPixelValues=true&amp;amp;maxItemCount=&amp;amp;f=html" target="_blank"&gt;Identify: (WorldElevation/TopoBathy) (arcgis.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 19:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1372447#M4645</guid>
      <dc:creator>SHMAGIC</dc:creator>
      <dc:date>2024-01-19T19:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation of latitude/longitude through REST API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1402014#M4713</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/532031"&gt;@SHMAGIC&lt;/a&gt;&amp;nbsp;This is a great solution thank you.&amp;nbsp; My question is if you are doing this in vanilla Python, I'm curious how this works since you need a token.&amp;nbsp; I can generate an API key, but elevation is not technically in the "location services" available to your API tokens.&amp;nbsp; So is it possible to generate an token for API requests based on an API token without specifying your username and password (we log in via SAML)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 15:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/elevation-of-latitude-longitude-through-rest-api/m-p/1402014#M4713</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2024-03-28T15:38:32Z</dc:date>
    </item>
  </channel>
</rss>

