From 15ed5651019f5438a1dddab0c30f21733a0e1e97 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 24 Jan 2020 13:49:08 +0100 Subject: grid_checks.py: update with additional column in filelist.csv [ci skip] --- scripts/grid_checks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/grid_checks.py b/scripts/grid_checks.py index 5ed6c0ae..3b748d2c 100755 --- a/scripts/grid_checks.py +++ b/scripts/grid_checks.py @@ -136,10 +136,10 @@ elif args.check_filelist: first_line = True for row in reader: if first_line: - assert row == ['filename', 'type', 'unit', 'source_crs', 'target_crs', 'interpolation_crs', 'agency_name', 'source', 'licence'] + assert row == ['filename', 'type', 'area', 'unit', 'source_crs', 'target_crs', 'interpolation_crs', 'agency_name', 'source', 'licence'] first_line = False continue - filename, type, unit, source_crs, target_crs, interpolation_crs, _, _, _ = row + filename, type, _, unit, source_crs, target_crs, interpolation_crs, _, _, _ = row if type in ('DEFORMATION_MODEL', 'VELOCITY_MODEL'): continue assert type in ('HORIZONTAL_OFFSET', -- cgit v1.2.3