Make compatible with Landsat Collection 2#2
Open
kvos wants to merge 1 commit intogee-hydro:masterfrom
Open
Conversation
Collection 1 is now retired in GEE so the toolbox does not work anymore. We adapted it to work with Collection 2, which involves the following changes (https://developers.google.com/earth-engine/landsat_c1_to_c2): - point to Collection 2 products - change scaling factors for optical and thermal bands
|
I want to know "var i_q_med in era5 = ee. ImageCollection (' projects/et - brasil/assets/ERA5 / hourly / 1030 / specific_humidity '), select (' specific_humidity) "should be input in what kind of A file? Can you give me an example? |
|
Hello, I have a question to consult you: when going to the cloud processing, how to consider. Does the direct mask or linear interpolation fill the value of the cloud region? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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