From d470b8c41f4634100a246d9c9de3e2dfea854f15 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Wed, 3 Jul 2024 11:56:17 +0200 Subject: [PATCH] Add new gemeenten #473 #474 #475 --- maintenance_guide.md | 2 +- ocd_backend/sources/ori.go.yaml | 9 ++++++++ ocd_backend/sources/ori.ibabs.yaml | 15 +++++++++++++ ocd_backend/sources/ori.notubiz.yaml | 32 ++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 1 deletion(-) diff --git a/maintenance_guide.md b/maintenance_guide.md index c0af952d..3ee390b5 100644 --- a/maintenance_guide.md +++ b/maintenance_guide.md @@ -12,7 +12,7 @@ - Duplicate bottom municipality - Set key (equal to shortname, dashes allowed) - Allamak code: https://allmanak.nl/cat/1/Gemeenten (https://allmanak.nl/cat/32/Waterschappen), search name, get ID from URL -- For CBS code: https://www.cbs.nl/nl-nl/onze-diensten/methoden/classificaties/overig/gemeentelijke-indelingen-per-jaar/indeling%20per%20jaar/gemeentelijke-indeling-op-1-januari-2020 +- For CBS code: https://www.cbs.nl/nl-nl/onze-diensten/methoden/classificaties/overig/gemeentelijke-indelingen-per-jaar/indeling-per-jaar/gemeentelijke-indeling-op-1-januari-2024 - Optionally set `source_name` if municipality name can't be properly derived from shortname. - Optionally set `municipality_prefix` if municipality has multiple suppliers per region. - The next step depends on supplier, see below diff --git a/ocd_backend/sources/ori.go.yaml b/ocd_backend/sources/ori.go.yaml index 3fa80937..d8688dee 100644 --- a/ocd_backend/sources/ori.go.yaml +++ b/ocd_backend/sources/ori.go.yaml @@ -325,3 +325,12 @@ ori.go: allmanak_id: 30186 cbs_id: GM0861 <<: *go + + # Added on 03-07-2024 + oudewater: + key: oudewater + base_url: "https://gemeenteraad.oudewater.nl/api/" + api_version: "v2" + allmanak_id: 30578 + cbs_id: GM0589 + <<: *go diff --git a/ocd_backend/sources/ori.ibabs.yaml b/ocd_backend/sources/ori.ibabs.yaml index d75570f1..f0fc338d 100644 --- a/ocd_backend/sources/ori.ibabs.yaml +++ b/ocd_backend/sources/ori.ibabs.yaml @@ -1194,3 +1194,18 @@ ori.ibabs: allmanak_id: 28523626 cbs_id: GM1991 <<: *ibabs + + # Added on 03-07-2024 + + westland: + key: westland + ibabs_sitename: westland + allmanak_id: 36327 + cbs_id: GM1783 + <<: *ibabs + bronckhorst: + key: bronckhorst + ibabs_sitename: bronckhorst + allmanak_id: 36916 + cbs_id: GM1876 + <<: *ibabs diff --git a/ocd_backend/sources/ori.notubiz.yaml b/ocd_backend/sources/ori.notubiz.yaml index 8c3c0233..f5e3d365 100644 --- a/ocd_backend/sources/ori.notubiz.yaml +++ b/ocd_backend/sources/ori.notubiz.yaml @@ -904,3 +904,35 @@ ori.notubiz: cbs_id: GM0772 notubiz_organization_id: 686 <<: *notubiz + +# Added on 03-07-2024 + putten: + key: putten + allmanak_id: 37873 + cbs_id: GM0273 + notubiz_organization_id: 1704 + <<: *notubiz + son_en_breugel: + key: son_en_breugel + allmanak_id: 31060 + cbs_id: GM0848 + notubiz_organization_id: 436 + <<: *notubiz + sudwest_fryslan: + key: sudwest_fryslan + allmanak_id: 26708 + cbs_id: GM1900 + notubiz_organization_id: 1512 #not entirely sure about this! Inferred it from API requests + <<: *notubiz + hellendoorn: + key: hellendoorn + allmanak_id: 27513 + cbs_id: GM0163 + notubiz_organization_id: 2952 + <<: *notubiz + voorne_aan_zee: + key: voorne_aan_zee + allmanak_id: 28857535 + cbs_id: GM1992 + notubiz_organization_id: 4236 + <<: *notubiz