From 08333baad48c0b11676f599690ee5d31a93b3e27 Mon Sep 17 00:00:00 2001 From: dpgabot <96251909+dpgabot@users.noreply.github.com> Date: Sun, 6 Feb 2022 01:29:41 -0700 Subject: [PATCH 1/4] BLD: Add scottish-environment-protection-agency-hydrometric-data --- ...nt-protection-agency-hydrometric-data.json | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 nominees/scottish-environment-protection-agency-hydrometric-data.json diff --git a/nominees/scottish-environment-protection-agency-hydrometric-data.json b/nominees/scottish-environment-protection-agency-hydrometric-data.json new file mode 100644 index 000000000..391a11b38 --- /dev/null +++ b/nominees/scottish-environment-protection-agency-hydrometric-data.json @@ -0,0 +1,39 @@ +{ + "name": "Scottish Environment Protection Agency Hydrometric Data", + "aliases": [ + "SEPA WISKI API" + ], + "description": "Provision of Hydrometric Open Data to professional users via API", + "website": "https://timeseriesdoc.sepa.org.uk/", + "license": [ + { + "licenseURL": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", + "spdx": "ODC-By-1.0" + } + ], + "SDGs": [ + { + "SDGNumber": 11, + "evidenceText": "Provision of this information allows communities to build sustainably avoiding inappropriate development on floodplain (via flood risk assessment and land use planning processes) and via flood defence solutions" + }, + { + "SDGNumber": 13, + "evidenceText": "Historical hydrometric data allows us to quantify the changes in our weather and hydrological cycle in response to climate change, and estimate future changes" + } + ], + "sectors": [], + "type": [ + "data" + ], + "repositories": [], + "organizations": [ + { + "name": "Scottish Environmental Protection Agency", + "website": "https://www.sepa.org.uk/", + "org_type": "owner", + "contact_name": "Mark Franklin", + "contact_email": "mark.franklin@sepa.org.uk" + } + ], + "stage": "nominee" +} From 166e7bda99d0c527231106fc48424ceed1474fbd Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Tue, 8 Feb 2022 12:47:14 +0300 Subject: [PATCH 2/4] Fix breaking CI --- ...ottish-environment-protection-agency-hydrometric-data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nominees/scottish-environment-protection-agency-hydrometric-data.json b/nominees/scottish-environment-protection-agency-hydrometric-data.json index 391a11b38..c84b69d04 100644 --- a/nominees/scottish-environment-protection-agency-hydrometric-data.json +++ b/nominees/scottish-environment-protection-agency-hydrometric-data.json @@ -7,8 +7,8 @@ "website": "https://timeseriesdoc.sepa.org.uk/", "license": [ { - "licenseURL": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/", - "spdx": "ODC-By-1.0" + "spdx": "ODC-By-1.0", + "licenseURL": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" } ], "SDGs": [ From 27a55e591a15be54ffc51edc4d80b8079bf384a9 Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Tue, 8 Mar 2022 12:47:52 +0300 Subject: [PATCH 3/4] Update license URL field --- ...scottish-environment-protection-agency-hydrometric-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominees/scottish-environment-protection-agency-hydrometric-data.json b/nominees/scottish-environment-protection-agency-hydrometric-data.json index c84b69d04..6ec6a4c91 100644 --- a/nominees/scottish-environment-protection-agency-hydrometric-data.json +++ b/nominees/scottish-environment-protection-agency-hydrometric-data.json @@ -8,7 +8,7 @@ "license": [ { "spdx": "ODC-By-1.0", - "licenseURL": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" + "licenseURL": "https://timeseriesdoc.sepa.org.uk/" } ], "SDGs": [ From 45431cd92e316e7d9f0b41c6808e0dccae4ae1e5 Mon Sep 17 00:00:00 2001 From: Nathan Baleeta Date: Wed, 9 Mar 2022 12:47:21 +0300 Subject: [PATCH 4/4] Update license SPDX --- ...scottish-environment-protection-agency-hydrometric-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nominees/scottish-environment-protection-agency-hydrometric-data.json b/nominees/scottish-environment-protection-agency-hydrometric-data.json index 6ec6a4c91..16c0e773f 100644 --- a/nominees/scottish-environment-protection-agency-hydrometric-data.json +++ b/nominees/scottish-environment-protection-agency-hydrometric-data.json @@ -7,7 +7,7 @@ "website": "https://timeseriesdoc.sepa.org.uk/", "license": [ { - "spdx": "ODC-By-1.0", + "spdx": "OGL-UK-3.0", "licenseURL": "https://timeseriesdoc.sepa.org.uk/" } ],