Skip to content

Utility to download, pansharpen and mosaic landsat data.

License

Notifications You must be signed in to change notification settings

eyeNsky/landsat-mosaic-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

landsat-mosaic-tool

Utility to download, pansharpen and mosaic landsat data.

General workflow for Ubuntu 14.04 on AWS

Provision VM...log on.


sudo apt-get install unzip
wget https://github.com/eyeNsky/landsat-mosaic-tool/archive/master.zip
unzip master.zip
cp landsat-mosaic-tool-master/*.py .
python prep-mosaic.py setup
printf 'echo LC80210382015287LGN00\necho LC80210392015287LGN00\necho LC80210402015287LGN00\n' > scenes.sh
bash scenes.sh | parallel python prep-mosaic.py {}
cd mosaic
python ../landsat-mosaic-tool.py

The tiled output will be in final/

About

Utility to download, pansharpen and mosaic landsat data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages