Creates an analysis ready sentinel-1 SAR image collection in Google Earth Engine by applying additional border noise correction, speckle filtering and radiometric terrain normalization.
MIT License
233
stars
83
forks
source link
Same parameters, different results in Code Editor and Python #19
Hi there! I am attempting to implement the gee_s1_ard script on Google Colab.
While the script works correctly on Google Earth Engine Code Editor (returning 57 available images for my ROI), when trying to run it on Google Colab with the same parameters, it indicates no images available.
In Code editor I've created a polygon while In python, I've imported a shapefile and then I've converted it into a ee.Geometry
Result in Code editor:
Result in Python:
Geometry in python:
Tt would help me a lot to know what mistake I am making.
Sorry for the late response. It's because you have extra parameters such as Orbit number in the Python code. Set the orbit number to None and try again. You should have similar results.
Hi there! I am attempting to implement the gee_s1_ard script on Google Colab.
Result in Code editor:
Result in Python:
Geometry in python:
Tt would help me a lot to know what mistake I am making.
Thanks in advance!