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)
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