-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
64 add support for setting a custom lst source image collection in from landsat c2 sr and from image id methods #67
Merged
gabe-parrish
merged 12 commits into
main
from
64-add-support-for-setting-a-custom-lst-source-image-collection-in-from_landsat_c2_sr-and-from_image_id-methods
May 23, 2024
Commits on Apr 29, 2024
-
valid lst_source kwargs are given by
lst_source_list = ['c2_corr', 'c2', 'low_latency'] 'low latency' being the new option from Martha's group. lst is then based off that. c2_corr is default and results in: lst = openet.core.common.landsat_c2_sr_lst_correct(sr_image, landsat.ndvi(prep_image))
Configuration menu - View commit details
-
Copy full SHA for b52fea8 - Browse repository at this point
Copy the full SHA b52fea8View commit details -
valid lst_source kwargs are given by
lst_source_list = ['c2_corr', 'c2', 'low_latency'] 'low latency' being the new option from Martha's group. lst is then based off that. c2_corr is default and results in: lst = openet.core.common.landsat_c2_sr_lst_correct(sr_image, landsat.ndvi(prep_image))
Configuration menu - View commit details
-
Copy full SHA for 43cd3b4 - Browse repository at this point
Copy the full SHA 43cd3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10cf7f1 - Browse repository at this point
Copy the full SHA 10cf7f1View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91c5726 - Browse repository at this point
Copy the full SHA 91c5726View commit details -
Configuration menu - View commit details
-
Copy full SHA for e05f16e - Browse repository at this point
Copy the full SHA e05f16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff51f97 - Browse repository at this point
Copy the full SHA ff51f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6744ba - Browse repository at this point
Copy the full SHA b6744baView commit details
Commits on May 10, 2024
-
Added a few more checks on the lst_source value, added an entry in the Image class docstring, and added code to apply a default scale_factor if one is not set.
Configuration menu - View commit details
-
Copy full SHA for 2875482 - Browse repository at this point
Copy the full SHA 2875482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 745a8d2 - Browse repository at this point
Copy the full SHA 745a8d2View commit details -
Started adding support for falling back on the input LST image if the LST source image does not exist, but ended up not implementing this (for now). If the user is expecting to use the LST source, it seems better to fail instead of returning an estimate based on the input LST, but that is not ideal when mapping over a collection. We might want to instead set the LST to a masked image or something so nothing is computed but an image is generated.
Configuration menu - View commit details
-
Copy full SHA for 25ea978 - Browse repository at this point
Copy the full SHA 25ea978View commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ce6890 - Browse repository at this point
Copy the full SHA 1ce6890View commit details
Commits on May 13, 2024
-
Adding lst_source_id to generic image properties dictionary
Configuration menu - View commit details
-
Copy full SHA for 61720b6 - Browse repository at this point
Copy the full SHA 61720b6View commit details
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.