archesproject / arches-docs

official repo for Arches documentation
https://arches.readthedocs.io
9 stars 20 forks source link

Installation: install GDAL/GEOS via brew on mac #409

Closed whatisgalen closed 4 months ago

whatisgalen commented 4 months ago

describe the issue

It would be good to mention here that if on mac, GEOS and GDAL can be installed via Brew. It should be noted somewhere though that the specific file path of each has to be entered as kwargs in the project settings.py file like so: GDAL_LIBRARY_PATH = '/opt/homebrew/Cellar/gdal/3.8.4_3/lib/libgdal.34.3.8.4.dylib' GEOS_LIBRARY_PATH = '/opt/homebrew/Cellar/geos/3.12.1/lib/libgeos_c.dylib'

please add links to existing docs or code (if relevant)
which release does this issue concern?

at least 7.x, possibly 6.2.x

ekansa commented 4 months ago

Closing this because of merged PR https://github.com/archesproject/arches-docs/pull/411