Canadian Government First Nations long term water advisory data

The Government of Canada is working with Canadian First Nations communities to end long-term drinking water advisories which have been in effect for more than 12 months since November 2015. This includes projects to build or renew drinking water infrastructure in these communities.

The First Nation drinking water advisories were a big part of the 2021 Canadian federal election campaigns. The current government had made big promises to fix all of the advisories in 2015. The opposition criticized them for not having achieved that goal to-date. However there was poor communication about the actual number and status of the advisory projects. So I wanted to find some data to learn the actual status for myself.

TLDR the results can be seen on a Github.io hosted page.  A screenshot is provided below. The code to retrieve and transform the data to create that web page are in my Github https://github.com/sitrucp/first_nations_water repository.

Finding the data I needed only took a  few minutes of Google search from an Indigenous Services Canada  website that mapped the water advisories by counts of advisories by FN community, project status, advisory dates, and project type.

While the web page also included a link to download the map data, after a bit of web page scraping and inspection, I learned that the downloadable map data was created by web page Javascript from another larger data source referenced in the map page code https://www.sac-isc.gc.ca//DAM/DAM-ISC-SAC/DAM-WTR/STAGING/texte-text/lTDWA_map_data_1572010201618_eng.txt.

This larger data source is a text file containing JSON format records of all Canadian First Nations communities and is many thousands of records. As a side note this larger file appears to be an official Canadian government dataset used in other government websites. The map data is limited to only about 160 First Nations communities with drinking water issues.

So rather than download the 160 record map page data, I retrieved the larger JSON format text file and used similar logic as that for the map web page code to get the 160 records. This was done in two steps.

Step 1: retrieve JSON format text file using a Python script water_map_data.py to retrieve and save the data file locally. I may yet automate this using a scheduled task so the map gets regularly updated data as advisory status changes over time.

Step 2: process the saved data file and present it in an HTML web page as Plotly.js charts and an HTML tabular format using Javascript in this file  first_nations_water.js

Finally, I also separately created a Excel file with Pivot Table and Chart that you can download and use to do your own analysis. Download this Excel file from the Github repository. The file contains an Excel Power Query link to the larger text JSON file described above. You can simply refresh the query to get the latest data from the Indigenous Services Canada  website.

Additional notes added 2024-01-09

  1. Recent Developments: As of December 20, 2023, there have been significant steps taken towards resolving these water advisories. For instance, the advisory affecting Wabaseemoong Independent Nations’ Whitedog Public Water System in Ontario was lifted as the system now meets drinking water standards. Similar progress was noted in other communities such as Northwest Angle No. 33 First Nation and Mohawks of the Bay of Quinte First Nation​​. https://sac-isc.gc.ca/eng/1506514143353/1533317130660
  2. Current Statistics: There has been commendable progress with 143 long-term drinking water advisories lifted since November 2015. However, as of the same date, 29 advisories remain in effect across 27 communities. The year 2023 saw 3 new advisories added and 6 lifted. This ongoing effort reflects the complexity and varying timelines of water and wastewater infrastructure projects. https://sac-isc.gc.ca/eng/1506514143353/1533317130660
  3. Challenges and Criticisms: Despite the progress, criticisms continue regarding the pace of resolving these advisories. As of February 2023, there were 32 long-term boil water advisories in 28 communities, with the majority in Ontario. Critics argue that the government’s efforts, while significant, have been slower than expected and inadequate in ensuring the maintenance and training of water operators in First Nations communities​​​​.  https://globalnews.ca/news/7836421/first-nations-water-trudeau-broken-promises/   https://globalnews.ca/news/9571066/first-nations-drinking-water-issues-world-water-day-2023/
  4. Legislative Efforts: The Canadian government, under the leadership of Indigenous Services Minister Patty Hajdu, is working on new proposed First Nations drinking water and wastewater legislation. This involves consultations with over 80 First Nations and organizations, aligning with the United Nations Declaration on the Rights of Indigenous Peoples and focusing on sustainable funding, protecting source water, and ongoing engagement​​.  https://www.canada.ca/en/indigenous-services-canada/news/2023/03/consultation-draft-shared-next-steps-underway-toward-proposed-new-first-nations-drinking-water-and-wastewater-legislation.html
  5. Future Directions: The government’s commitment extends beyond just lifting advisories. It encompasses long-term investments in water and wastewater infrastructure, operations, and maintenance of community infrastructure. The timeline for eliminating all long-term drinking water advisories and ensuring stable water supply in affected nations is extended, with some projects expected to complete by 2025-26​​.  https://globalnews.ca/news/7836421/first-nations-water-trudeau-broken-promises/
  6. Community-Centric Approach: The process of lifting a long-term drinking water advisory is a collaborative effort involving the community’s chief and council, based on recommendations from environmental public health officers. This highlights the importance of a community-centric approach in addressing these issues​​.  https://sac-isc.gc.ca/eng/1506514143353/1533317130660

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top