Sentinel1 composites - bands and properties #1164
karelvancamp
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Thank you for the suggestions. Could you submit a PR? The result I changed the function is make all timelapse functions use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sentinel 1 images reductions/composites are best done using consistent selections of image properties. Current def does not allow to separate ascending and descending orbits. This causes loss of visuals clues s.a. elevation when these are reduced together.
For example: https://code.earthengine.google.com/?scriptPath=users%2Fkarelvancamp%2Ftutorials%3ACOPERNICUS_S1_GRD_properties
The problem is mentioned here https://developers.google.com/earth-engine/guides/sentinel1
Possible solution could be to also allow [dict] input for bands rather than [str]. Dict could contain property filters desidred. When using [str], fall back to safe defaults. (IW, ascending)
Then reduce them seperatly. Then join again. Should be feasible.
Minimalistic approach is to add some input parameters for filtering same properties entire collection.
ps: if using dict approach, I would consider adding support for selecting expressions instead of bands. This enables RGB mappings.
Was looking into making Pauli color coded Sentinel1_legacy_timelapse()
Beta Was this translation helpful? Give feedback.
All reactions