Hi,
I have a question regarding SH data. I want to download S1 GRDH data from SH for various parcels scattered through Europe (since it would be a huge task to download and preprocess every S1 scene). I’ve used the processing API and custom evalscript, and successfully downloaded the data for an area that I have already preprocessed on my PC. I have noticed that there are some differences in the pixel values between my raster and the one I downloaded.
So my question is: what are the exact processing parameters used for S1 preprocessing? Are whole scenes processed beforehand in SH, or are they preprocessed on the fly? Do you use SNAP for preprocessing? Are the output pixel aligned to a standard grid(since I noticed there is a shift)? These are the parameters I used in evalscript:
“processing”: {
“orthorectify”: “true”,
“demInstance”: “COPERNICUS_30”,
“backCoeff”: “GAMMA0_TERRAIN”
}
And one more question, I see in some examples in evalscript that there are two objects (tiff images) listed in response:
Examples for S1GRD
Use these CURL and Postman examples to access Sentinel-1 GRD data with Sentinel Hub Processing API.
Since I am using python requests library, when I send a post request, I only get one (the first) image as a response. I don’t understand how to use this multiple response object from evalscript?
Thanks,
Ognjen