Created
April 5, 2015 21:03
-
-
Save alexanno/12292c896947f5a5e630 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ubuntu 14.04 64x | |
#https://github.com/developmentseed/landsat-util | |
#https://github.com/landsat-pds/landsat_ingestor/wiki/Accessing-Landsat-on-AWS | |
#https://developmentseed.org/blog/2015/03/19/aws-landsat-archive/ | |
#https://developmentseed.org/blog/2015/03/28/twice-as-fast/ | |
#http://landsat.usgs.gov/landsat8.php | |
sudo apt-get update | |
sudo apt-get install python-pip python-numpy python-scipy libgdal-dev libatlas-base-dev gfortran | |
sudo pip install landsat-util | |
#http://libra.developmentseed.org/ | |
landsat download LC81980172015071LGN00 | |
#need A LOT of ram (16 gb) | |
landsat process ~/landsat/downloads/LC81980172015071LGN00.tar.bz --pansharpen | |
#use decompressed folder | |
#landsat process ~/landsat/downloads/LC81980172015071LGN00/LC81980172015071LGN00 --pansharpen | |
#landsat process ~/landsat/downloads/LC81980172015071LGN00/LC81980172015071LGN00 --bands 351 --pansharpen | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment