Last active
December 9, 2015 10:51
-
-
Save martijngastkemper/a84d874e97060f632978 to your computer and use it in GitHub Desktop.
Convert adf binary to ascii whith GDAL on Mac OS
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
brew install gdal --with-python | |
brew install homebrew/python/numpy | |
gdal2xyz.py file-name.adf output.txt | |
# Windows: | |
cd folder/containing/gdal2zys | |
python gdal2xyz.py file-name.adf output.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment