adugnag / gee_s1_ard

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

Closed valeriallactayo closed 8 months ago

valeriallactayo commented 1 year ago

Hi there! I am attempting to implement the gee_s1_ard script on Google Colab.

Result in Code editor: image

Result in Python: image

Geometry in python: image

Tt would help me a lot to know what mistake I am making.

Thanks in advance!

adugnag commented 8 months ago

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.