Skip to content
Snippets Groups Projects
test_tiles.py 87 B
Newer Older
Jeremy Commins's avatar
Jeremy Commins committed
from sen2chain import Tile

t = Tile("35LLD")

print(t.l1c)

#print(t.ndvi.masks.last)