Skip to content

Instantly share code, notes, and snippets.

View bentaber's full-sized avatar
🏔️

Ben Taber bentaber

🏔️
View GitHub Profile
@bentaber
bentaber / InstallPythonGDAL.md
Last active June 16, 2021 15:34 — forked from kelvinn/InstallPythonGDAL.md
Installing GDAL (Python 3.7) on Mac OS X

Install GDAL with netcdf support and GDAL Python Bindings via homebrew

Clean up any existing installs with

brew uninstall gdal netcdf libgeotiff libspatialite proj

Add osgeo tap and install (note this will also install python 3.7.7 as a dep)