Skip to content

Commit

Permalink
Update council ID
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoWill committed Apr 6, 2021
1 parent 2be065c commit e84be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -3,7 +3,7 @@

stations_url = "http://inspirewfs.stalbans.gov.uk/INSPIRE/WEBSERVICE/wfs.exe?service=WFS&version=2.0.0&request=GetFeature&typeNames=ns%3APolling_Stations&outputFormat=application%2Fvnd.geo%2Bjson"
districts_url = "http://inspirewfs.stalbans.gov.uk/INSPIRE/WEBSERVICE/wfs.exe?service=WFS&version=2.0.0&request=GetFeature&typeNames=ns%3APolling_Districts&outputFormat=application%2Fvnd.geo%2Bjson"
council_id = 'E07000240'
council_id = 'SAL'


stations_scraper = RandomIdGeoJSONScraper(stations_url, council_id, 'utf-8', 'stations')
Expand Down

0 comments on commit e84be36

Please sign in to comment.