Skip to content

Commit ad3dfbe

Browse files
committed
Updated the post-processing sql schema to include out-db raster configuration
1 parent d7faa1c commit ad3dfbe

File tree

1 file changed

+2
-0
lines changed
  • models/algoa-bay-forecast/toolkit/post-processing/src/postgis/sql

1 file changed

+2
-0
lines changed

models/algoa-bay-forecast/toolkit/post-processing/src/postgis/sql/schema.sql

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ create extension if not exists fuzzystrmatch;
77
create extension if not exists address_standardizer;
88
create extension if not exists address_standardizer_data_us;
99
create extension if not exists postgis_tiger_geocoder;
10+
set postgis.gdal_enabled_drivers = 'ENABLE_ALL';
11+
set postgis.enable_outdb_rasters = 1;
1012
/*********************************************************/
1113

1214
-- model dimension

0 commit comments

Comments
 (0)