From 3366b6756006145c9ceafc28b2bb7878cfdca591 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 10 Mar 2022 12:00:37 +0000 Subject: [PATCH] Revert "unzip stage" This reverts commit b773cec0e82f1802c5e5d1d54b736e2b002bafe1. --- etl/extract_mastermap.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etl/extract_mastermap.sh b/etl/extract_mastermap.sh index 64187a71..09ada8cb 100755 --- a/etl/extract_mastermap.sh +++ b/etl/extract_mastermap.sh @@ -17,14 +17,6 @@ data_dir=$1 # Use `fid` as source ID, aka TOID. # -# -# Unzip to GML -# - -find $data_dir -type f -name '*.zip' -printf "%f\n" | \ -parallel \ -unzip -u $data_dir/{} -d $data_dir - find $data_dir -type f -name '*.gz' -printf "%f\n" | \ parallel \ gunzip $data_dir/{} -k -S gml