Is there a possibility to import rasters via range-http-requests based on apache?
With gdal the Metadata of the file is available in ArcGIS Pro. How can I add the raster to the map?
import arcpy
from osgeo import gdal
ds = r'/vsicurl/http://xyz.xyz.xyz.xyz:80/pixel_map.tif'
gdal.Info(ds)
Thank you and kind regards