I am looking to create a python script to create a temporary raster as an image server layer from USGS 3DEPElevation to use as the source raster to get elevations for a number of points using ArcGIS Pro using the Extract Multi Values to Points tool. Using these 2 GP tools is straight forward using a local DEM as a source, but I would like to use the USGS 3DEPElevation as the DEM source DEM: https://elevation.nationalmap.gov/arcgis/rest/services/3DEPElevation/ImageServer
In Pro, when I run the Make Image Server Layer tool using the USGS 3DEPElevation data for the extent of a number of points which is~24 x24 miles
WARNING 000950: Output raster exceeds the size limitation (rows: 8000 and columns: 8000) defined on the image server. Please input a smaller extent.
So my input would be a point layer ex> Wells and a temporary raster as an image server layer from USGS 3DEPElevation whose extent would be based on the extent of the Wells layer. The Output DEM field name in the Wells layer something like DEM3DEP.
Thanks for any help you can supply