Skip to content

Commit

Permalink
collect raw data - see if we can work out why hashes are changing
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Nov 19, 2016
1 parent 46f30fa commit 95eb4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
council_id = 'E08000031'


stations_scraper = ArcGisScraper(stations_url, council_id, 'utf-8', 'stations')
stations_scraper = ArcGisScraper(stations_url, council_id, 'utf-8', 'stations', store_raw_data=True)
stations_scraper.scrape()
districts_scraper = ArcGisScraper(districts_url, council_id, 'utf-8', 'districts')
districts_scraper.scrape()

0 comments on commit 95eb4de

Please sign in to comment.