From 1c2ff20953d3cdda99481a86324c6339fa27c979 Mon Sep 17 00:00:00 2001 From: mpaivinen-bcgov <108498730+mpaivinen-bcgov@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:41:22 -0700 Subject: [PATCH] Changed aquifers and notations to 2D from 3D for geom --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb1c0ce..e945cb5 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ clean_db: -nln whse_water_management.GW_AQUIFERS_CLASSIFICATION_SVW \ -lco GEOMETRY_NAME=geom \ -lco OVERWRITE=YES \ - -dim XYZ \ + -dim XY \ -lco SPATIAL_INDEX=NONE \ -preserve_fid \ data/fwa.gpkg \ @@ -70,7 +70,7 @@ clean_db: -nln nr_water_notations.notations_src \ -lco GEOMETRY_NAME=geom \ -lco OVERWRITE=YES \ - -dim XYZ \ + -dim XY \ -lco SPATIAL_INDEX=NONE \ -preserve_fid \ data/fwa.gpkg \