Hi,
As part of my project, I’m looking to download Sentinel-1 GRD images from the Sentinel-S1-L1C S3 bucket. However, I have encountered alignment issues with Sentinel-2 images, prompting me to download these images from Google Earth Engine instead. The default data type of the images in Google Earth Engine is float64, but I require them in uint16 format to reduce file size.
Despite my efforts to rescale the float64 images, we have been unable to achieve pixel values that match those of the ESA’s uint16 images, even though the spatial alignment is correct. This discrepancy is a significant bottleneck in my workflow, and resolving it is critical for the progression of my project.
To address this issue, I have several queries:
- Could anyone provide details on how ESA processes Sentinel-1 GRD images post-capture?
- What method does ESA use to convert these images from float64 to uint16 data type?
- Do the backscatter coefficients (alpha0, beta0, and gamma0) play a role in this conversion process?
- Does anyone have any alternative solutions or recommendations for converting the image from float64 to uint16 data type while preserving pixel value integrity?
I would greatly appreciate your guidance on these questions to help us overcome this challenge.
Thank you very much for your time and assistance.