Skip to content

Commit

Permalink
Update council_id
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoWill committed Mar 4, 2021
1 parent 30de712 commit 6c27598
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 = "https://gis.doncaster.gov.uk/arcgis/rest/services/ElectionSearch/FeatureServer/0/query?where=OBJECTID+LIKE+%27%25%27&objectIds=&time=&geometry=&geometryType=esriGeometryPoint&inSR=&spatialRel=esriSpatialRelIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=4326&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=OBJECTID&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=pjson"
districts_url = "https://gis.doncaster.gov.uk/arcgis/rest/services/ElectionSearch/FeatureServer/1/query?where=OBJECTID+LIKE+%27%25%27&objectIds=&time=&geometry=&geometryType=esriGeometryPolygon&inSR=&spatialRel=esriSpatialRelIntersects&distance=&units=esriSRUnit_Foot&relationParam=&outFields=*&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=4326&gdbVersion=&returnDistinctValues=false&returnIdsOnly=false&returnCountOnly=false&returnExtentOnly=false&orderByFields=OBJECTID&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&multipatchOption=&resultOffset=&resultRecordCount=&f=pjson"
council_id = 'E08000017'
council_id = 'DNC'


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

0 comments on commit 6c27598

Please sign in to comment.