Skip to content

Commit

Permalink
fix: Tidy metadaa and constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 16, 2024
1 parent d51bdcc commit 123d8d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions boundaries/ca_qc_districts/definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
89804: ["Lac-Simon", "districts"],
90012: ["La Tuque", "districts"],
9077: ["Mont-Joli", "districts"],
90801: ["", "districts"],
# 90801: ["", "districts"],
90802: ["Wemotaci", "districts"],
90804: ["Obedjiwan", "districts"],
9092: ["Sainte-Luce", "districts"],
Expand Down Expand Up @@ -477,7 +477,7 @@ def district_ider(f):
'name': 'Sherbrooke',
'geographic_code': 43027,
'boroughs': {
'ocd-division/country:ca/csd:2443027/borough:1': 'BromptonRock ForestSaint-ÉlieDeauville',
'ocd-division/country:ca/csd:2443027/borough:1': 'BromptonRock ForestSaint-ÉlieDeauville',
'ocd-division/country:ca/csd:2443027/borough:2': 'Fleurimont',
'ocd-division/country:ca/csd:2443027/borough:3': 'Lennoxville',
'ocd-division/country:ca/csd:2443027/borough:4': 'Nations',
Expand Down
Empty file modified boundaries/ca_qc_districts/sets.rb
100755 → 100644
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
id_func=boundaries.attr('WARD'),
authority='City of Ottawa',
source_url='https://open.ottawa.ca/datasets/ottawa::wards-2022-2026/about',
licence_url='https://ottawa.ca/en/city-hall/get-know-your-city/open-data#open-data-licence-version-2-0',
licence_url='https://ottawa.ca/en/city-hall/open-transparent-and-accountable-government/open-data',
data_url='https://opendata.arcgis.com/api/v3/datasets/5aec8bb2e9c84132afe9522ce513afb8_105/downloads/data?format=shp&spatialRefId=4326&where=1%3D1',
encoding='utf-8',
extra={'division_id': 'ocd-division/country:ca/csd:3506008'},
Expand Down
2 changes: 0 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@
'ocd-division/country:ca/csd:2411040', # Trois-Pistoles
'ocd-division/country:ca/csd:2413095', # Pohngamook
'ocd-division/country:ca/csd:2434120', # Lac-Sergent
'ocd-division/country:ca/csd:2446080', # Cowansville
'ocd-division/country:ca/csd:2453050', # Saint-Joseph-de-Sorel
'ocd-division/country:ca/csd:2467025', # Delson
'ocd-division/country:ca/csd:2469055', # Huntingdon
'ocd-division/country:ca/csd:2483065', # Maniwaki
'ocd-division/country:ca/csd:2487090', # La Sarre
Expand Down

0 comments on commit 123d8d3

Please sign in to comment.