Skip to content
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

Commits on Apr 29, 2024

  1. 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))
    gabe-parrish committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b52fea8 View commit details
    Browse the repository at this point in the history
  2. 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))
    gabe-parrish committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    43cd3b4 View commit details
    Browse the repository at this point in the history
  3. push

    gabe-parrish committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    10cf7f1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    91c5726 View commit details
    Browse the repository at this point in the history
  2. lst_source.ipynb added

    gabe-parrish committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e05f16e View commit details
    Browse the repository at this point in the history
  3. version bump

    gabe-parrish committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ff51f97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6744ba View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Small lst_source updates

    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.
    cgmorton committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2875482 View commit details
    Browse the repository at this point in the history
  2. Formatting and cleanup

    cgmorton committed May 10, 2024
    Configuration menu
    Copy the full SHA
    745a8d2 View commit details
    Browse the repository at this point in the history
  3. LST source updates

    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.
    cgmorton committed May 10, 2024
    Configuration menu
    Copy the full SHA
    25ea978 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    1ce6890 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Update image.py

    Adding lst_source_id to generic image properties dictionary
    cgmorton committed May 13, 2024
    Configuration menu
    Copy the full SHA
    61720b6 View commit details
    Browse the repository at this point in the history