Skip to content

Commit

Permalink
switch from XML to CSV format
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 30, 2019
1 parent a061501 commit 95e7efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
@@ -1,7 +1,7 @@
from dc_base_scrapers.hashonly_scraper import HashOnlyScraper


stations_url = "https://opendata.camden.gov.uk/api/views/5rhh-fxna/rows.xml?accessType=DOWNLOAD"
stations_url = "https://opendata.camden.gov.uk/api/views/5rhh-fxna/rows.csv?accessType=DOWNLOAD"
districts_url = "https://opendata.camden.gov.uk/api/geospatial/p2bh-u5fm?method=export&format=KML"
council_id = 'E09000007'

Expand Down

0 comments on commit 95e7efe

Please sign in to comment.