mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
9 lines
149 B
Python
Executable File
9 lines
149 B
Python
Executable File
#!/usr/bin/env python
|
|
# Landsat Util
|
|
# License: CC0 1.0 Universal
|
|
|
|
import landsat.landsat
|
|
|
|
if __name__ == '__main__':
|
|
landsat.landsat.__main__()
|