Skip to content

Instantly share code, notes, and snippets.

@martijngastkemper
Last active December 9, 2015 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martijngastkemper/a84d874e97060f632978 to your computer and use it in GitHub Desktop.
Save martijngastkemper/a84d874e97060f632978 to your computer and use it in GitHub Desktop.
Convert adf binary to ascii whith GDAL on Mac OS
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