Skip to content

Commit

Permalink
Fix Guelph scraper, update csv file url (#444)
Browse files Browse the repository at this point in the history
* fix

* simplify find image, fix name role

* include ward in district

* scrape correct csv file remove scraping webpage
  • Loading branch information
bzhangjma authored Nov 4, 2024
1 parent 746369d commit b088f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ca_on_guelph/people.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


class GuelphPersonScraper(CSVScraper):
# http://data.open.guelph.ca/dataset/city-of-guelph-contacts
csv_url = "http://data.open.guelph.ca/datafiles/guelph-mayor-and-councillors-contact-information-2018-2022.csv"
# https://explore.guelph.ca/documents/5ec8d85028c94e83be12a9f01d14eb7f/about
csv_url = "https://gismaps.guelph.ca/OpenData/guelph-city-council.csv"
many_posts_per_area = True

0 comments on commit b088f71

Please sign in to comment.