stactools-packages / landsat

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

fixes issue 12: EPSG codes incorrect for southern hemisphere #15

Closed pjhartzell closed 2 years ago

pjhartzell commented 2 years ago
pjhartzell commented 2 years ago

Instead of committing these ~100MB files, use the get external data functionality from stactools.testing to fetch the files for testing.

The original data is about 1 GB, which was a mistake on my part. I replaced those files with resampled data to match the existing test data, which is also resampled. This cuts it down to 6.5 MB, which is in line with the current test data (assets subdirectories in tests/data-files).

pjhartzell commented 2 years ago

How does PySTAC do with the v0.7.0 STAC?

OK? There are tests that successfully manipulate Items generated with Item.from_file from v0.7.0 STAC json files. The output looks reasonable as well.