Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 971 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 971 Bytes

Represent Postcodes

Represent is the open database of Canadian elected officials and electoral districts. It provides a REST API to boundary, representative, and postcode resources.

This repository provides an API to postal codes. API documentation is available at represent.opennorth.ca/api/.

The represent-canada repository provides a master Django project, and points to packages which add boundary, representative, and map features.

Adding data

Load postal code centroids with:

python manage.py loadpostcodes

Load postal code concordances with:

python manage.py loadpostcodeconcordance --help

Bugs? Questions?

Please submit bug reports, feature requests, and feedback to represent-canada.

Released under the MIT license