opennorth / represent-canada

Point or postcode to electoral district service for Canada, its provinces and municipalities
http://represent.opennorth.ca/
MIT License
66 stars 9 forks source link

Re-introduce scrapers for multiple jurisdictions #95

Open jpmckinney opened 8 years ago

jpmckinney commented 8 years ago

Some provinces and territories aggregate data (see the disabled *_municipalities scrapers in scrapers-ca). Depends on https://github.com/opencivicdata/pupa/issues/70

By population, priority would be QC, AB, MB, SK, NS, NB, NL, PE, NT, YT.

jpmckinney commented 7 years ago

Actually, this may not depend of that Pupa issue. We just need scraper_ca_app to publish data for the Pupa jurisdiction that is similar to what the CSV proxy publishes for multi-jurisdiction spreadsheets.

jpmckinney commented 7 years ago

Solution may be to mainly edit views.py (see where it expects boundary_url), and have a dummy jurisdiction per province/territory.

jpmckinney commented 7 years ago

It's working for New Brunswick. Can be done for others now.