Skip to content

Commit

Permalink
no gdal autodetect in container
Browse files Browse the repository at this point in the history
  • Loading branch information
ceholden committed Dec 6, 2024
1 parent 8950db6 commit 6df930e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_vi.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def create_fake_granule_data(
"height": 1,
"width": 1,
"count": 1,
"driver": "GTiff",
}
for band, value in sr.items():
band_id = granule.instrument.value[0](band).name
Expand Down

0 comments on commit 6df930e

Please sign in to comment.