ruithnadsteud / yt_georaster

A package for handling geotiff files and georeferenced datasets within yt.
1 stars 2 forks source link

Add Landsat 8 and other source specific dataset classes #42

Open deastwoo opened 3 years ago

deastwoo commented 3 years ago

It would be good to be able to point yt.load to a directory containing a Landsat 8 image and all of it's files and have yt georaster parse it and correctly reference the individual bands and the metadata from the txt files.

Work on this began previously but this was not fully implemented and capability has been greatly expanded since then.

Other potential classes could be useful, e.g. other Landsats https://www.usgs.gov/core-science-systems/nli/landsat/landsat-collection-2-level-2-science-products and sentinels' "SAFE" format https://sentinels.copernicus.eu/web/sentinel/user-guides/sentinel-2-msi/data-formats

brittonsmith commented 3 years ago

Just FYI, I moved the Landsat classes to yt_georaster/attic.py so I could get an accurate measurement of the testing coverage. When you're ready to revive those, feel free to move them back to where they belong.