Skip to content

Instantly share code, notes, and snippets.

@alexanno
Created April 5, 2015 21:03
Show Gist options
  • Save alexanno/12292c896947f5a5e630 to your computer and use it in GitHub Desktop.
Save alexanno/12292c896947f5a5e630 to your computer and use it in GitHub Desktop.
#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