Skip to content

Commit

Permalink
Use final British Columbia (2023) boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 25, 2024
1 parent 1b02489 commit bc611db
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PROJCS["Canada_Albers_Equal_Area_Conic",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers"],PARAMETER["False_Easting",1000000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-126.0],PARAMETER["Standard_Parallel_1",50.0],PARAMETER["Standard_Parallel_2",58.5],PARAMETER["Latitude_Of_Origin",45.0],UNIT["Meter",1.0]]
PROJCS["NAD_1983_BC_Environment_Albers",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers"],PARAMETER["False_Easting",1000000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-126.0],PARAMETER["Standard_Parallel_1",50.0],PARAMETER["Standard_Parallel_2",58.5],PARAMETER["Latitude_Of_Origin",45.0],UNIT["Meter",1.0],AUTHORITY["EPSG",3005]]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
singular='British Columbia electoral district',
domain='British Columbia',
last_updated=date(2023, 3, 29),
name_func=boundaries.attr('Dist_Name'),
id_func=boundaries.attr('Dist_ID'),
name_func=boundaries.attr('ED_NAME'),
id_func=boundaries.attr('ED_ABBREV'),
authority='Her Majesty the Queen in Right of British Columbia',
source_url='https://catalogue.data.gov.bc.ca/dataset/provincial-electoral-districts-electoral-boundaries-redistribution-2023',
licence_url='https://www.elections.bc.ca/docs/EBC-Open-Data-Licence.pdf',
data_url='https://bcebc.ca/wp-content/uploads/Proposed_Electoral_Districts._shp.zip',
# Google Chrome: "Export data or view details from the BC Geographic Warehouse (custom download)" "Access/Download"
encoding='utf-8',
extra={'division_id': 'ocd-division/country:ca/province:bc'},
)

0 comments on commit bc611db

Please sign in to comment.