I would like to use the Extract Multi Points from Raster within a python script to extract the aspect of many points. I would like to use the ESRI Terrain Image Service: https://elevation.arcgis.com/arcgis/rest/services/WorldElevation/Terrain/ImageServer but extract aspect instead of elevation in meters which is default. This workflow works fine within ArcGIS Pro, but I cannot figure out a solution for doing the workflow in a python script because I cannot figure out how to call the aspect raster template on the image service through code alone.
Is there a solution? The REST Developer API documentation is not exceptionally helpful.
Thank you!