Skip to content

Instantly share code, notes, and snippets.

@RoboDonut
Created September 26, 2015 06:17
Show Gist options
  • Save RoboDonut/33aa888e79ebeb333d89 to your computer and use it in GitHub Desktop.
Save RoboDonut/33aa888e79ebeb333d89 to your computer and use it in GitHub Desktop.
landsat-util windows install procedure
install python 2.7
install pip
install gdal core (http://download.gisinternals.com/release.php)
config gdal (helpful post: https://pythongisandstuff.wordpress.com/2011/07/07/installing-gdal-and-ogr-for-python-on-windows/)
install python bindings for gdal (from same site as core)
test python gdal bindings
install scipy from wheel (http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy)
install scikit_image from wheel (http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-image)
install pycurl from wheel (http://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl)
install numpy 1.10.0rc1+mkl-cp27 (http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy)
run cmd as admin
test landsat util
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment