Created
September 26, 2015 06:17
-
-
Save RoboDonut/33aa888e79ebeb333d89 to your computer and use it in GitHub Desktop.
landsat-util windows install procedure
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
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