Select to view content in your preferred language

Landsat8_Pansharpened image export

334
1
Jump to solution
02-01-2024 01:54 AM
Labels (2)
SiddharthSrivastava
New Contributor

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

0 Kudos
1 Solution

Accepted Solutions
SiddharthSrivastava
New Contributor

Ok solved my own question. Putting it out there in case anyone else stumbles across this issue - I was using Pixel Type: F32 whereas it S16 works. 

View solution in original post

0 Kudos
1 Reply
SiddharthSrivastava
New Contributor

Ok solved my own question. Putting it out there in case anyone else stumbles across this issue - I was using Pixel Type: F32 whereas it S16 works. 

0 Kudos