stactools-packages / landsat

stactools package for working with LANDSAT data
Other
4 stars 6 forks source link

Add logic to utilize MTL file in landsat subpackage #1

Open gadomski opened 3 years ago

gadomski commented 3 years ago

https://github.com/stac-utils/stactools/pull/23 adds a command to migrate and fixup the collection 2 STAC for Landsat 8 (thank you Alex!)

The usage of MTL and other sidecar files is still unimplemented. There's a lot of great discussion here about the challenges and potential for MTL conversion.

This issue is to determine the need and potential for using the MTL and other files to derive STAC data for landsat; if we should, implement it, and if it's not a good choice, remove the MTL codepath in the subpackage.

Migration

Migrated from https://github.com/stac-utils/stactools/issues/48.