チームの皆様、
Pythonを使ってポイントのリストに対して標高を取得したいと考えています。提供された説明とElevation profileアドインのコードを確認し、ポリラインの標高は取得できましたが、Points FCに関しては困難があります。
ArcMap Desktop 10.6でポイントフィーチャクラスまたは緯度経度を渡して、個別または一括で標高値を収集できるPythonのサンプルコードがあれば非常に助かります。また、同じロジックをAndroidでも使用して現在地の標高を表示したいと考えています。
https://developers.arcgis.com/rest/elevation/api-reference/summarize-elevation.htm#GUID-7377687D-2FD6-4BBB-871B-3E812BD8DB4C
ありがとうございます。Mahendra k
Appreciate for your valuable support.
I tried with given solution but I am not able to view the terrain map. I have login through my organization account but there is no credits available.
Thanks
You will need an ArcGIS Organizational account to extract the values from Esri's Elevation service, since Esri's Terrain Image layer is a Subscriber content.
1. In ArcMap, sign-in to ArcGIS Online using your organizational account.
2. In ArcCatalog, GIS Servers > Add ArcGIS Server > Use GIS Services
Server URL: https://elevation.arcgis.com/arcgis/rest/services
3. Expand the Server connection, and add the Terrain Image Service to Table of Content of ArcMap. You may need to provide the login credentials again.
4. You can use this image layer Extract Values to Points Geoprocessing Tool.
Input
Output
What is subscriber content?
Subscriber content is the collection of ready-to-use map layers, analytic tools, and services published by Esri that requires an ArcGIS Online organizational subscription account to access. This includes layers from Esri such as NAIP imagery, landscape analysis layers, and historical maps. Subscriber content does not consume ArcGIS Online credits.
I want to use ESRI elevation Service and Raster for this
I can share the ArcMap (with Spatial Analyst) scenario.
If you have the Elevation Raster and the point layer, you could use Extract Values to Points (Spatial Analyst) . A sample python code is also available in the webpage linked above.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.