We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7faa1c commit ad3dfbeCopy full SHA for ad3dfbe
models/algoa-bay-forecast/toolkit/post-processing/src/postgis/sql/schema.sql
@@ -7,6 +7,8 @@ create extension if not exists fuzzystrmatch;
7
create extension if not exists address_standardizer;
8
create extension if not exists address_standardizer_data_us;
9
create extension if not exists postgis_tiger_geocoder;
10
+set postgis.gdal_enabled_drivers = 'ENABLE_ALL';
11
+set postgis.enable_outdb_rasters = 1;
12
/*********************************************************/
13
14
-- model dimension
0 commit comments