This script fetches Landsat resources via the USGS Landsat Collection-2 STAC API, processes items from each of the appropriate collections (products), and returns the area and geometry for each item based on its projection.
This script uses Dask to parallelize fetching and processing.
- Install make
make install
make run