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

products are outdated #44

Open
dfguerrerom opened this issue Jul 12, 2023 · 0 comments
Open

products are outdated #44

dfguerrerom opened this issue Jul 12, 2023 · 0 comments
Assignees

Comments

@dfguerrerom
Copy link
Contributor

dfguerrerom commented Jul 12, 2023

Landsat products to perform the analysis have been deprecated:

dataset": {"toa": "LANDSAT/LE07/C01/T1_TOA", "sr": "LANDSAT/LE07/C01/T1_SR"}
dataset": {"toa": "LANDSAT/LC08/C01/T1_TOA", "sr": "LANDSAT/LC08/C01/T1_SR"}

The module will work however if the analysis and reference period falls below the following thresholds:

{
    "landsat 4": {"toa": "1993-02-14", "sr": "1993-02-14"},
    "landsat 5": {"toa": "2011-05-24", "sr": "2011-05-24"},
    "landsat 7": {"toa": "2021-12-30", "sr": "2021-12-30"},
    "landsat 8": {"toa": "2021-12-29", "sr": "2021-12-29"},
    "sentinel 2": {"toa": "2023-07-10", "sr": "2023-07-10"},
}

Some aspects to take into account:

  • the new products that replace the ones that were deprecated have different band names. In addition, in the past, for landsat 7, either TOA and SR had the same band names, but in the new, their names are mixed.

this will require:

  • be sure that the new products can perform the same results as the previous.
  • update sensors.py file and for landsat 8/7 not only change the original band names but distinguish between TOA and SR products as they are different.
@dfguerrerom dfguerrerom self-assigned this Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant