Skip to content

Commit

Permalink
feat: Add province:nb/2020 and 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 5, 2024
1 parent 123d8d3 commit 42ccd4c
Show file tree
Hide file tree
Showing 27 changed files with 164 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import boundaries

# https://www.electionsnb.ca/content/enb/en/PED2018.html
boundaries.register('New Brunswick electoral districts (2018)',
singular='New Brunswick electoral district',
domain='New Brunswick',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I. Terms of Use. Contains information licensed under the Open Government Licence – New Brunswick (http://www.snb.ca/e/2000/data-E.html).
17 changes: 17 additions & 0 deletions boundaries/ocd-division/country:ca/province:nb/2020/definition.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
from datetime import date

import boundaries

boundaries.register('New Brunswick electoral districts (2020)',
singular='New Brunswick electoral district',
domain='New Brunswick',
last_updated=date(2021, 7, 30),
name_func=boundaries.attr('PED_Name_E'),
id_func=boundaries.attr('DIST_ID'),
authority='Her Majesty the Queen in Right of New Brunswick',
source_url='http://www.snb.ca/geonb1/e/DC/PED-2020.asp',
licence_url='http://www.snb.ca/e/2000/data-E.html',
data_url='http://geonb.snb.ca/downloads/prov_electoral_districts/geonb_2020_ped-cep_shp.zip',
encoding='utf-8',
extra={'division_id': 'ocd-division/country:ca/province:nb'},
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UTF-8
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["NAD_1983_CSRS_New_Brunswick_Stereographic",GEOGCS["GCS_North_American_1983_CSRS",DATUM["D_North_American_1983_CSRS",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Oblique_Stereographic"],PARAMETER["False_Easting",2500000.0],PARAMETER["False_Northing",7500000.0],PARAMETER["Central_Meridian",-66.5],PARAMETER["Scale_Factor",0.999912],PARAMETER["Latitude_Of_Origin",46.5],UNIT["Meter",1.0]]
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
GeoNB Open Data Licence

The use of the data accompanied by this file is governed by the GeoNB Open Data Licence. The complete GeoNB Open Data Licence can be viewed at -
http://geonb.snb.ca/documents/license/geonb-odl_en.pdf

Licence des donn�es ouvertes de GeoNB

L'utilisation des donn�es accompagn�es de ce fichier est r�gi par la licence des donn�es ouvertes de GeoNB. Le contrat de licence des donn�es ouvertes de GeoNB peut �tre consult� � -
http://geonb.snb.ca/documents/license/geonb-odl_fr.pdf
26 changes: 26 additions & 0 deletions boundaries/ocd-division/country:ca/province:nb/2020/lisez_moi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Services Nouveau-Brunswick - GeoNB
http://www.snb.ca/geonb

**DESCRIPTION**
Cette base de donn�es repr�sente sous forme de polygones les circonscriptions �lectorales du Nouveau-Brunswick pour l'ann�e 2020. Chaque circonscription est repr�sent�e par un membre de l'Assembl�e l�gislative (MAL). Attributs : Nom de la circonscription, num�ro de la circonscription, num�ros des bureaux de vote, noms des MAL.

**FORMAT**
ESRI Shape File

**D�SIGNATION DES FICHIERS**
geonb_2020_ped-cep.* - graphiques et attributs

**R�F�RENCES SPATIALES**
Syst�me de r�f�rence: North-American Datum 1983 (CSRS)
Projection: St�r�ographique double
EPSG: 2953

**SOURCE**
�lections Nouveau-Brunswick

**DATE**
2021-07-29

**LICENCE**
Licence des donn�es ouvertes de GeoNB
http://geonb.snb.ca/documents/license/geonb-odl_fr.pdf
26 changes: 26 additions & 0 deletions boundaries/ocd-division/country:ca/province:nb/2020/read_me.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Service New Brunswick - GeoNB
http://www.snb.ca/geonb

**DESCRIPTION**
This dataset represents the 2020 electoral districts of New Brunswick as polygons. Each district is represented by one Member of the Legislative Assembly (MLA). Attributes: District names, District Number, Poll numbers, MLA Names.

**FORMAT**
ESRI Shape File

**FILE LISTING**
geonb_2020_ped-cep.* - graphics and attributes

**SPATIAL FRAMEWORK**
Datum: North American Datum 1983 (CSRS)
Map Projection: NB Stereographic Double
EPSG code: 2953

**SOURCE**
Elections NB

**DATE**
2021-07-29

**LICENSE**
GeoNB Open Data Licence
http://geonb.snb.ca/documents/license/geonb-odl_en.pdf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I. Terms of Use. Contains information licensed under the Open Government Licence – New Brunswick (http://www.snb.ca/e/2000/data-E.html).
16 changes: 16 additions & 0 deletions boundaries/ocd-division/country:ca/province:nb/2024/definition.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
from datetime import date

import boundaries

boundaries.register('New Brunswick electoral districts (2024)',
singular='New Brunswick electoral district',
domain='New Brunswick',
last_updated=date(2024, 8, 22),
name_func=lambda f: f.get('PED_Names_').split(' / ')[0],
authority='Her Majesty the Queen in Right of New Brunswick',
source_url='http://www.snb.ca/geonb1/e/DC/PED.asp',
licence_url='http://www.snb.ca/e/2000/data-E.html',
data_url='http://geonb.snb.ca/downloads/provincial_elections/geonb_2024_ped-cep_shp.zip',
encoding='utf-8',
extra={'division_id': 'ocd-division/country:ca/province:nb'},
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UTF-8
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["NAD_1983_CSRS_New_Brunswick_Stereographic",GEOGCS["GCS_North_American_1983_CSRS",DATUM["D_North_American_1983_CSRS",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Oblique_Stereographic"],PARAMETER["False_Easting",2500000.0],PARAMETER["False_Northing",7500000.0],PARAMETER["Central_Meridian",-66.5],PARAMETER["Scale_Factor",0.999912],PARAMETER["Latitude_Of_Origin",46.5],UNIT["Meter",1.0]]
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
GeoNB Open Data Licence

The use of the data accompanied by this file is governed by the GeoNB Open Data Licence. The complete GeoNB Open Data Licence can be viewed at -
http://geonb.snb.ca/documents/license/geonb-odl_en.pdf

Licence des donn�es ouvertes de GeoNB

L'utilisation des donn�es accompagn�es de ce fichier est r�gi par la licence des donn�es ouvertes de GeoNB. Le contrat de licence des donn�es ouvertes de GeoNB peut �tre consult� � -
http://geonb.snb.ca/documents/license/geonb-odl_fr.pdf
26 changes: 26 additions & 0 deletions boundaries/ocd-division/country:ca/province:nb/2024/lisez_moi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Services Nouveau-Brunswick - GeoNB
http://www.snb.ca/geonb

**DESCRIPTION**
Cette base de donn�es repr�sente sous forme de polygones les circonscriptions �lectorales du Nouveau-Brunswick pour l'ann�e 2024. Chaque circonscription est repr�sent�e par un membre de l'Assembl�e l�gislative (MAL). Attributs : Nom de la circonscription, num�ro de la circonscription, num�ros des bureaux de vote, noms des MAL.

**FORMAT**
ESRI Shape File

**D�SIGNATION DES FICHIERS**
geonb_2024_ped-cep.* - graphiques et attributs

**R�F�RENCES SPATIALES**
Syst�me de r�f�rence: North-American Datum 1983 (CSRS)
Projection: St�r�ographique double
EPSG: 2953

**SOURCE**
�lections Nouveau-Brunswick

**DATE**
2023-09-29

**LICENCE**
Licence des donn�es ouvertes de GeoNB
http://geonb.snb.ca/documents/license/geonb-odl_fr.pdf
26 changes: 26 additions & 0 deletions boundaries/ocd-division/country:ca/province:nb/2024/read_me.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Service New Brunswick - GeoNB
http://www.snb.ca/geonb

**DESCRIPTION**
This dataset represents the 2024 electoral districts of New Brunswick as polygons. Each district is represented by one Member of the Legislative Assembly (MLA). Attributes: District names, District Number, Poll numbers, MLA Names.

**FORMAT**
ESRI Shape File

**FILE LISTING**
geonb_2024_ped-cep.* - graphics and attributes

**SPATIAL FRAMEWORK**
Datum: North American Datum 1983 (CSRS)
Map Projection: NB Stereographic Double
EPSG code: 2953

**SOURCE**
Elections NB

**DATE**
2023-09-29

**LICENSE**
GeoNB Open Data Licence
http://geonb.snb.ca/documents/license/geonb-odl_en.pdf

0 comments on commit 42ccd4c

Please sign in to comment.