From f06b820d1974815062d299b38f78483337940033 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Wed, 3 Oct 2018 20:10:16 +0100 Subject: [PATCH] Remove clipsrc for speedup --- etl/extract_mastermap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/extract_mastermap.sh b/etl/extract_mastermap.sh index efc92d01..557e51de 100755 --- a/etl/extract_mastermap.sh +++ b/etl/extract_mastermap.sh @@ -30,9 +30,9 @@ parallel \ ogr2ogr \ -select fid,descriptiveGroup \ -f CSV $data_dir/{}.csv \ - -clipsrc $boundary_file \ $data_dir/{} \ TopographicArea \ -lco GEOMETRY=AS_WKT rm $data_dir/*.gfs +rm $data_dir/*.gml