Hi all,
I'm trying to download some samples of Landsat 8 pansharpened images using this REST API endpoint - https://landsat2.arcgis.com/arcgis/rest/services/Landsat8_PanSharpened/ImageServer/1005308/image
The params which work -
- Bounding Box: 219000.0, -126300.0, 234000.0, -111300.0
- Bounding Box Spatial Reference: 32634
- Image Size: 100, 100
- Image Format: tiff
- Interpolation: RSP_BilinearInterpolation
- Format: Image
The above params give a pixel size of 150m which is ok. But then when I change Image Size to 1000, 1000 for a desired pixel size of 15m, I get error - "Unable to complete operation. Not implemented"
Is there some other parameter I'm missing? Some guidance on this would be appreciated. I tried looking around for information on the same but could not find anything.
Thanks,
Siddharth