Make compatible with Landsat Collection 2 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks for developing this nice toolbox for running SEBAL in GEE, it is very useful for remote sensing applications.
Collection 1 is now retired in GEE so the toolbox does not work anymore. The changes between Landsat Collection 1 and Collection 2 are documented in this GEE page https://developers.google.com/earth-engine/landsat_c1_to_c2 as well as in the USGS documentation.
Azeem Khan and myself from the Remote Sensing team at the NSW Department of Climate Change, Energy, Environment and Water edited the toolbox to work with Collection 2 and tested it to make sure it was producing the same results.
The following changes were applied :
We computed Evaporative Fraction (EF) using the existing Collection 1 toolbox and the new Collection 2 toolbox for an area in Australia and found negligible differences (of the order of 1-2%).
We hope this pull request helps users continue using the toolbox with Landsat Collection 2.
Kilian Vos and Azeem Khan