Status Update
Comments
ge...@google.com <ge...@google.com> #2
It doesn't look like this bug has a link to the affected dataset(s) in Earth
Engine. Please reply to this bug with a comment containing a URL of the form
"
If this issue doesn't affect an existing dataset, consider moving in into the "Public Trackers > Earth Engine > Datasets > New Datasets" component. If the dataset is a new or updated version of an existing dataset, you can add the URL of the existing one. And if you cannot add a URL, you can disable future automated messages by adding a comment with "dataset_bug_ranker: disable" on its own line.
Reason: Issue does not contain a dataset URL. dataset_bug_ranker: remind=P7D
wa...@hawkmail.hacc.edu <wa...@hawkmail.hacc.edu> #4
Also, I am still somewhat in the tinkering phase of things, so my code isn't very pretty.
Using a different script, I had been experimenting with extraction of coastline boundaries in the vicinity of Freeport/Surfside, Texas:
That script extracts Landsat data from the LANDSAT/LC08/C02/T1_L2 collection for the period from January 1 to January 16, 2025. These Landsat images are shown to meet the selection criteria:
LANDSAT/LC08/C02/T1_L2/LC08_025039_20250106
LANDSAT/LC08/C02/T1_L2/LC08_025040_20250106
LANDSAT/LC08/C02/T1_L2/LC08_026039_20250113
LANDSAT/LC08/C02/T1_L2/LC08_026040_20250113
So as I understand it, these scenes are from January 6 & January 13, 2025, from Landsat Scenes 025039 and 026040. This is the Collection 2, Tier 1, Level 2 data. This code seems to be working.
*
My goal was to instead use one of the Top of the Atmosphere products which also include the Landsat Panchromatic Band (B8).
For example:
ee.ImageCollection("LANDSAT/LC08/C02/T1_TOA")
ee.ImageCollection("LANDSAT/LC09/C02/T1_TOA")
I wanted to be able to use the panchromatic band to pan sharpen Band B5, B4, B3, and B2.
When I substitute in these other product alternatives, I am able to access some scenes to the east or to the north of my area of interest (e.g. LANDSAT/LC08/C02/T2_TOA/LC08_124204_20250112 , but I am NOT seeing the imagery from Scenes 025039 and 02604. I even opened the window up going back more than a year and didn't get any hits using my geography specification.
I had essentially the SAME code working just fine and was able to use it to pansharpen some scenes from well to the north (in which I have a totally separate interest). But when I sought to look for the TOA Reflectance in the vicinity of Freeport, I found essentially NO Landsat 8 or 9 products.
This is my current code for attempts to pull in the TOA data:
Regard,
Bill
si...@google.com <si...@google.com> #5
For example, one of the images you are looking for is present in T1_TOA:
Please also see
Description
A link to current exploratory code is here:
William A. Roper, Jr.
waroper@pobox.com
717-914-8649