stactools-packages / landsat

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

Fix GSD bug; allow docker to test dev code inside containers #8

Closed lossyrob closed 3 years ago

lossyrob commented 3 years ago

This fixes a bug introduced in #5, which incorrectly set the gsd on the Item level.

Also set the PYTHONPATH inside the dev container to allow the development code that is mounted into the container to be used; add a test to cover this case.