Skip to content
Snippets Groups Projects
test_tiles.py 87 B
from sen2chain import Tile

t = Tile("35LLD")

print(t.l1c)

#print(t.ndvi.masks.last)