landsat-pds / landsat_ingestor

Scripts and other artifacts for landsat data ingestion into Amazon public hosting.
Apache License 2.0
102 stars 18 forks source link

Scene list is missing ProductId #24

Closed Brett55 closed 5 years ago

Brett55 commented 5 years ago

If I download the scene list from https://landsat-pds.s3.amazonaws.com/c1/L8/scene_list.gz it contains productId as a column name.

If I download the scene list from s3://landsat-pds/scene_list.gz it does NOT contain productId as a column name.

Which scene list is considering best?

jflasher commented 5 years ago

Hi @Brett55, the first link you point to is for Collection 1 data (https://landsat.usgs.gov/landsat-collections) which moved to using a product ID. The second link is for Pre-Collection data, which uses the scene name. The Collection 1 data is being continuously updated on AWS but if you want access to older data, you'll need to use the Pre-Collection data currently.

Brett55 commented 5 years ago

@jflasher thanks! this clears it up for me!