From 7782dbe2256a06473e8677691cefb0242fdd9d7c Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Wed, 27 Mar 2024 18:52:36 +0100 Subject: [PATCH] #375 bugfix - remove gfs_template param in BRK Stetl config for ogr2ogr outputs --- brk/etl/conf/etl-brk.cfg | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/brk/etl/conf/etl-brk.cfg b/brk/etl/conf/etl-brk.cfg index b0c33c3d..33783e76 100644 --- a/brk/etl/conf/etl-brk.cfg +++ b/brk/etl/conf/etl-brk.cfg @@ -71,10 +71,12 @@ dest_data_source = "PG:dbname={database} host={host} port={port} user={user} pas lco = -lco LAUNDER=YES -lco PRECISION=NO -lco FID64=FALSE # spatial_extent, translates to -spat xmin ymin xmax ymax spatial_extent = {spatial_extent} -# gfs template -gfs_template = {gfs_template} # miscellaneous ogr2ogr options options = -append -gt 65536 {multi_opts} --config PG_USE_COPY NO --config CPL_ZIP_ENCODING CP437 +# remove input files? +cleanup_input = True +# gfs template - since 27.03.2024 provided via GfsPreparationFilter +# gfs_template = {gfs_template} # Filter to copy openbareruimtelabel features with only one position per feature [handle_orl] @@ -122,10 +124,11 @@ lco = -lco SPATIAL_INDEX=YES -lco PRECISION=NO # spatial_extent, translates to -spat xmin ymin xmax ymax spatial_extent = {spatial_extent} # gfs template -gfs_template = {gfs_template} +# gfs_template = {gfs_template} # miscellaneous ogr2ogr options options = -append -gt 65536 {multi_opts} --config CPL_ZIP_ENCODING CP437 - +# remove input files? +cleanup_input = True # Send to stdout [output_std]