Skip to content

Commit

Permalink
Add Peel
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 28, 2024
1 parent b6bcda5 commit 4d3b5ab
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 0 deletions.
16 changes: 16 additions & 0 deletions boundaries/ocd-division/country:ca/cd:3521/definition.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
from datetime import date

import boundaries

boundaries.register('Peel wards',
domain='Peel, ON',
last_updated=date(2023, 10, 6),
name_func=boundaries.attr('WardName'),
id_func=boundaries.attr('WardID'),
authority='Regional Municipality of Peel',
source_url='https://data.peelregion.ca/datasets/RegionofPeel::peel-ward-boundary',
licence_url='https://data.peelregion.ca/pages/license',
encoding='utf-8',
extra={'division_id': 'ocd-division/country:ca/cd:3521'},
notes='npx esri-dump fetch "https://services6.arcgis.com/ONZht79c8QWuX759/arcgis/rest/services/Peel_Ward_Boundary/FeatureServer/0" > boundaries/ocd-division/country:ca/cd:3521/wards.geojson',
)
Binary file not shown.
27 changes: 27 additions & 0 deletions boundaries/ocd-division/country:ca/cd:3521/wards.geojson

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions boundaries/ocd-division/country:ca/cd:3521/wards.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
Binary file not shown.
Binary file added boundaries/ocd-division/country:ca/cd:3521/wards.shx
Binary file not shown.

0 comments on commit 4d3b5ab

Please sign in to comment.