From b5743a9507aef56d6ec877479989da6f592b906c Mon Sep 17 00:00:00 2001
From: simondreutter <simon.dreutter@awi.de>
Date: Tue, 13 Jul 2021 16:24:33 +0200
Subject: [PATCH] updated ADD coastline

---
 data/add/add.md   | 8 ++++----
 process/config.py | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/data/add/add.md b/data/add/add.md
index ef029cd..9a2b5f8 100644
--- a/data/add/add.md
+++ b/data/add/add.md
@@ -13,14 +13,14 @@ The SCAR ADD consists of geographic information layers including:
 
 See the [SCAR website](https://scar.org/data-products/antarctic-digital-database) for more information.
 
-The filename, download link and citation refer to ADD version 7.3 and might need to be adapted when updating the dataset.
+The filename, download link and citation refer to ADD version 7.3 and 7.4 and might need to be adapted when updating the dataset.
 
 ## Files to download
 
 - Title: **Medium resolution vector polygons of the Antarctic coastline**
 - Format: GeoPackage (GPKG)
-- Filename: `add_coastline_medium_res_polygon_v7.3.gpkg`
-- Link: https://data.bas.ac.uk/download/f18d638d4-3c71-442f-9415-01d17842d98d
+- Filename: `add_coastline_medium_res_polygon_v7_4.gpkg`
+- Link: https://data.bas.ac.uk/download/8251141f-9096-4898-9fd6-6e73dc6b6f4e
 - General Link: https://data.bas.ac.uk/collections/e74543c0-4c4e-4b41-aa33-5bb2f67df389/
 
 
@@ -33,6 +33,6 @@ The filename, download link and citation refer to ADD version 7.3 and might need
 
 ## Citation
 
-Gerrish, L., Fretwell, P., & Cooper, P. (2020). Medium resolution vector polygons of the Antarctic coastline (7.3) [Data set]. UK Polar Data Centre, Natural Environment Research Council, UK Research & Innovation. https://doi.org/10.5285/ed0a7b70-5adc-4c1e-8d8a-0bb5ee659d18
+Gerrish, L., Fretwell, P., & Cooper, P. (2021). Medium resolution vector polygons of the Antarctic coastline (7.4) [Data set]. UK Polar Data Centre, Natural Environment Research Council, UK Research & Innovation. https://doi.org/10.5285/747e63e-9d93-49c2-bafc-cf3d3f8e5afa
 
 Gerrish, L., Fretwell, P., & Cooper, P. (2020). Medium resolution vector polygons of Antarctic rock outcrop (7.3) [Data set]. UK Polar Data Centre, Natural Environment Research Council, UK Research & Innovation. https://doi.org/10.5285/077e1f04-7068-4327-a4f2-71d863f70064
diff --git a/process/config.py b/process/config.py
index e02207a..7b123d4 100644
--- a/process/config.py
+++ b/process/config.py
@@ -71,7 +71,7 @@ PATH_RESULT = os.path.abspath(os.path.join('..','result'))
 # need to updated in this section.
 
 # input filepath to ADD Coastlines
-ADD_COASTLINE_IN = os.path.join(PATH_ADD,'add_coastline_medium_res_polygon_v7.3.gpkg')
+ADD_COASTLINE_IN = os.path.join(PATH_ADD,'add_coastline_medium_res_polygon_v7_4.gpkg')
 # input filepath to ADD Rock Outcrops
 ADD_ROCK_OUTCROP_IN = os.path.join(PATH_ADD,'add_rock_outcrop_medium_res_polygon_v7.3.gpkg')
 
-- 
GitLab