From 75302b8065023eb35bd7bb3c3c078c654f959146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20G=C3=BCnther?= Date: Mon, 23 Oct 2023 11:37:15 +0200 Subject: [PATCH 1/7] # add Constituencies of the House of Representatives election and European Parliament election for the Netherlands --- identifiers/country-nl.csv | 3 +-- identifiers/country-nl/README.md | 5 +++++ .../country-nl/electoral_districts.csv | 21 +++++++++++++++++++ identifiers/country-nl/nl_top_level_ocdid.csv | 2 -- identifiers/country-nl/top_level.csv | 2 ++ 5 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 identifiers/country-nl/README.md create mode 100644 identifiers/country-nl/electoral_districts.csv delete mode 100644 identifiers/country-nl/nl_top_level_ocdid.csv create mode 100644 identifiers/country-nl/top_level.csv diff --git a/identifiers/country-nl.csv b/identifiers/country-nl.csv index 424dc7d0..eebad864 100644 --- a/identifiers/country-nl.csv +++ b/identifiers/country-nl.csv @@ -1,2 +1 @@ -id,name -ocd-division/country:nl,Nederland +id,name ocd-division/country:nl,Nederland ocd-division/country:nl/ed:01,Groningen ocd-division/country:nl/ed:02,Leeuwarden ocd-division/country:nl/ed:03,Assen ocd-division/country:nl/ed:04,Zwolle ocd-division/country:nl/ed:05,Lelystad ocd-division/country:nl/ed:06,Nijmegen ocd-division/country:nl/ed:07,Arnhem ocd-division/country:nl/ed:08,Utrecht ocd-division/country:nl/ed:09,Amsterdam ocd-division/country:nl/ed:10,Haarlem ocd-division/country:nl/ed:11,Den Helder ocd-division/country:nl/ed:12,s-Gravenhage ocd-division/country:nl/ed:13,Rotterdam ocd-division/country:nl/ed:14,Dordrecht ocd-division/country:nl/ed:15,Leiden ocd-division/country:nl/ed:16,Middelburg ocd-division/country:nl/ed:17,Tilburg ocd-division/country:nl/ed:18,’s-Hertogenbosch ocd-division/country:nl/ed:19,Maastricht ocd-division/country:nl/ed:20,Bonaire \ No newline at end of file diff --git a/identifiers/country-nl/README.md b/identifiers/country-nl/README.md new file mode 100644 index 00000000..05c71a69 --- /dev/null +++ b/identifiers/country-nl/README.md @@ -0,0 +1,5 @@ +# OCD Division Identifier + +This folder list the following administrative divisions of the Netherlands: + +* electoral districts [ref](https://wetten.overheid.nl/BWBR0004627/2023-06-20#Bijlage) as **ed**. \ No newline at end of file diff --git a/identifiers/country-nl/electoral_districts.csv b/identifiers/country-nl/electoral_districts.csv new file mode 100644 index 00000000..e27f1a2c --- /dev/null +++ b/identifiers/country-nl/electoral_districts.csv @@ -0,0 +1,21 @@ +id,name +ocd-division/country:nl/ed:01,Groningen +ocd-division/country:nl/ed:02,Leeuwarden +ocd-division/country:nl/ed:03,Assen +ocd-division/country:nl/ed:04,Zwolle +ocd-division/country:nl/ed:05,Lelystad +ocd-division/country:nl/ed:06,Nijmegen +ocd-division/country:nl/ed:07,Arnhem +ocd-division/country:nl/ed:08,Utrecht +ocd-division/country:nl/ed:09,Amsterdam +ocd-division/country:nl/ed:10,Haarlem +ocd-division/country:nl/ed:11,Den Helder +ocd-division/country:nl/ed:12,s-Gravenhage +ocd-division/country:nl/ed:13,Rotterdam +ocd-division/country:nl/ed:14,Dordrecht +ocd-division/country:nl/ed:15,Leiden +ocd-division/country:nl/ed:16,Middelburg +ocd-division/country:nl/ed:17,Tilburg +ocd-division/country:nl/ed:18,’s-Hertogenbosch +ocd-division/country:nl/ed:19,Maastricht +ocd-division/country:nl/ed:20,Bonaire \ No newline at end of file diff --git a/identifiers/country-nl/nl_top_level_ocdid.csv b/identifiers/country-nl/nl_top_level_ocdid.csv deleted file mode 100644 index 424dc7d0..00000000 --- a/identifiers/country-nl/nl_top_level_ocdid.csv +++ /dev/null @@ -1,2 +0,0 @@ -id,name -ocd-division/country:nl,Nederland diff --git a/identifiers/country-nl/top_level.csv b/identifiers/country-nl/top_level.csv new file mode 100644 index 00000000..9246788b --- /dev/null +++ b/identifiers/country-nl/top_level.csv @@ -0,0 +1,2 @@ +id,name +ocd-division/country:nl,Nederland \ No newline at end of file From c73ec23bdca5b1ee66b25b54e88dfc511fc95bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20G=C3=BCnther?= <6169046+sguenther85@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:39:49 +0200 Subject: [PATCH 2/7] Update country-nl.csv --- identifiers/country-nl.csv | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/identifiers/country-nl.csv b/identifiers/country-nl.csv index eebad864..d5dd5713 100644 --- a/identifiers/country-nl.csv +++ b/identifiers/country-nl.csv @@ -1 +1,22 @@ -id,name ocd-division/country:nl,Nederland ocd-division/country:nl/ed:01,Groningen ocd-division/country:nl/ed:02,Leeuwarden ocd-division/country:nl/ed:03,Assen ocd-division/country:nl/ed:04,Zwolle ocd-division/country:nl/ed:05,Lelystad ocd-division/country:nl/ed:06,Nijmegen ocd-division/country:nl/ed:07,Arnhem ocd-division/country:nl/ed:08,Utrecht ocd-division/country:nl/ed:09,Amsterdam ocd-division/country:nl/ed:10,Haarlem ocd-division/country:nl/ed:11,Den Helder ocd-division/country:nl/ed:12,s-Gravenhage ocd-division/country:nl/ed:13,Rotterdam ocd-division/country:nl/ed:14,Dordrecht ocd-division/country:nl/ed:15,Leiden ocd-division/country:nl/ed:16,Middelburg ocd-division/country:nl/ed:17,Tilburg ocd-division/country:nl/ed:18,’s-Hertogenbosch ocd-division/country:nl/ed:19,Maastricht ocd-division/country:nl/ed:20,Bonaire \ No newline at end of file +id,name +ocd-division/country:nl,Nederland +ocd-division/country:nl/ed:01,Groningen +ocd-division/country:nl/ed:02,Leeuwarden +ocd-division/country:nl/ed:03,Assen +ocd-division/country:nl/ed:04,Zwolle +ocd-division/country:nl/ed:05,Lelystad +ocd-division/country:nl/ed:06,Nijmegen +ocd-division/country:nl/ed:07,Arnhem +ocd-division/country:nl/ed:08,Utrecht +ocd-division/country:nl/ed:09,Amsterdam +ocd-division/country:nl/ed:10,Haarlem +ocd-division/country:nl/ed:11,Den Helder +ocd-division/country:nl/ed:12,s-Gravenhage +ocd-division/country:nl/ed:13,Rotterdam +ocd-division/country:nl/ed:14,Dordrecht +ocd-division/country:nl/ed:15,Leiden +ocd-division/country:nl/ed:16,Middelburg +ocd-division/country:nl/ed:17,Tilburg +ocd-division/country:nl/ed:18,’s-Hertogenbosch +ocd-division/country:nl/ed:19,Maastricht +ocd-division/country:nl/ed:20,Bonaire From 374cbaec1cb233de82d2881753be36fe5e64760b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20G=C3=BCnther?= <6169046+sguenther85@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:19:45 +0200 Subject: [PATCH 3/7] Update identifiers/country-nl/electoral_districts.csv Co-authored-by: Hassani King Senior --- identifiers/country-nl/electoral_districts.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identifiers/country-nl/electoral_districts.csv b/identifiers/country-nl/electoral_districts.csv index e27f1a2c..c458057e 100644 --- a/identifiers/country-nl/electoral_districts.csv +++ b/identifiers/country-nl/electoral_districts.csv @@ -10,7 +10,7 @@ ocd-division/country:nl/ed:08,Utrecht ocd-division/country:nl/ed:09,Amsterdam ocd-division/country:nl/ed:10,Haarlem ocd-division/country:nl/ed:11,Den Helder -ocd-division/country:nl/ed:12,s-Gravenhage +ocd-division/country:nl/ed:12,’s-Gravenhage (Den Haag) ocd-division/country:nl/ed:13,Rotterdam ocd-division/country:nl/ed:14,Dordrecht ocd-division/country:nl/ed:15,Leiden From 3a68f0c0b40ce7f2011a7daf6f6c6af499ce8918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20G=C3=BCnther?= <6169046+sguenther85@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:19:50 +0200 Subject: [PATCH 4/7] Update identifiers/country-nl/electoral_districts.csv Co-authored-by: Hassani King Senior --- identifiers/country-nl/electoral_districts.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identifiers/country-nl/electoral_districts.csv b/identifiers/country-nl/electoral_districts.csv index c458057e..c4ea7917 100644 --- a/identifiers/country-nl/electoral_districts.csv +++ b/identifiers/country-nl/electoral_districts.csv @@ -16,6 +16,6 @@ ocd-division/country:nl/ed:14,Dordrecht ocd-division/country:nl/ed:15,Leiden ocd-division/country:nl/ed:16,Middelburg ocd-division/country:nl/ed:17,Tilburg -ocd-division/country:nl/ed:18,’s-Hertogenbosch +ocd-division/country:nl/ed:18,’s-Hertogenbosch (Den Bosch) ocd-division/country:nl/ed:19,Maastricht ocd-division/country:nl/ed:20,Bonaire \ No newline at end of file From bc847c4fb31ab923f8eddc8a485bc689bbc42fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20G=C3=BCnther?= <6169046+sguenther85@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:20:59 +0200 Subject: [PATCH 5/7] Update electoral_districts.csv Trailing new line --- identifiers/country-nl/electoral_districts.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identifiers/country-nl/electoral_districts.csv b/identifiers/country-nl/electoral_districts.csv index c4ea7917..afb4f2bf 100644 --- a/identifiers/country-nl/electoral_districts.csv +++ b/identifiers/country-nl/electoral_districts.csv @@ -18,4 +18,4 @@ ocd-division/country:nl/ed:16,Middelburg ocd-division/country:nl/ed:17,Tilburg ocd-division/country:nl/ed:18,’s-Hertogenbosch (Den Bosch) ocd-division/country:nl/ed:19,Maastricht -ocd-division/country:nl/ed:20,Bonaire \ No newline at end of file +ocd-division/country:nl/ed:20,Bonaire From f7848a90fa6cd114b877e7ca92b120e885430ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20G=C3=BCnther?= <6169046+sguenther85@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:21:26 +0200 Subject: [PATCH 6/7] Update top_level.csv Trailing new line --- identifiers/country-nl/top_level.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identifiers/country-nl/top_level.csv b/identifiers/country-nl/top_level.csv index 9246788b..424dc7d0 100644 --- a/identifiers/country-nl/top_level.csv +++ b/identifiers/country-nl/top_level.csv @@ -1,2 +1,2 @@ id,name -ocd-division/country:nl,Nederland \ No newline at end of file +ocd-division/country:nl,Nederland From 930bcceb4df64dc10569adabff822e4f2f7f63fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20G=C3=BCnther?= Date: Mon, 23 Oct 2023 19:01:03 +0200 Subject: [PATCH 7/7] # re-generate country-nl.csv --- identifiers/country-nl.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/identifiers/country-nl.csv b/identifiers/country-nl.csv index d5dd5713..4110f21a 100644 --- a/identifiers/country-nl.csv +++ b/identifiers/country-nl.csv @@ -11,12 +11,12 @@ ocd-division/country:nl/ed:08,Utrecht ocd-division/country:nl/ed:09,Amsterdam ocd-division/country:nl/ed:10,Haarlem ocd-division/country:nl/ed:11,Den Helder -ocd-division/country:nl/ed:12,s-Gravenhage +ocd-division/country:nl/ed:12,’s-Gravenhage (Den Haag) ocd-division/country:nl/ed:13,Rotterdam ocd-division/country:nl/ed:14,Dordrecht ocd-division/country:nl/ed:15,Leiden ocd-division/country:nl/ed:16,Middelburg ocd-division/country:nl/ed:17,Tilburg -ocd-division/country:nl/ed:18,’s-Hertogenbosch +ocd-division/country:nl/ed:18,’s-Hertogenbosch (Den Bosch) ocd-division/country:nl/ed:19,Maastricht ocd-division/country:nl/ed:20,Bonaire