We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584aca0 commit 0bcbd89Copy full SHA for 0bcbd89
1 file changed
hea/settings/base.py
@@ -318,3 +318,7 @@
318
319
PRIVACY_URL = "https://help.fews.net/fdp/privacy-policy"
320
DISCLAIMER_URL = "https://help.fews.net/fdp/data-and-information-use-and-attribution-policy"
321
+
322
+# Allow GDAL/GEOS library path overrides to be set in the environment, for MacOS.
323
+GDAL_LIBRARY_PATH = env("GDAL_LIBRARY_PATH", default=None) # For example, /opt/homebrew/lib/libgdal.dylib
324
+GEOS_LIBRARY_PATH = env("GEOS_LIBRARY_PATH", default=None) # For example, /opt/homebrew/lib/libgeos_c.dylib
0 commit comments