This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released license:gpl-3.0 | |
height:960 | |
border:no | |
Contains Ordnance Survey data © Crown copyright and database right 2012 | |
Contains National Statistics data © Crown copyright and database right 2012 | |
Travel time and geographic data is under Open Government License v3.0 http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released license:gpl-3.0 | |
height:780 | |
border:no | |
OpenStreetMap® open data is © OpenStreetMap contributors and used under the Open Street Map license https://www.openstreetmap.org/copyright | |
Open Data Institute Leeds scripts and configuration are used © Creative Commons BY 4.0 ODI Leeds 2018 https://creativecommons.org/licenses/by/4.0/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released license:gpl-3.0 | |
height:780 | |
border:no | |
All Open Street Map references to Wayne in the World | |
OpenStreetMap® open data is © OpenStreetMap contributors and used under the Open Street Map license https://www.openstreetmap.org/copyright | |
Open Data Institute Leeds scripts and configuration are used © Creative Commons BY 4.0 ODI Leeds 2018 https://creativecommons.org/licenses/by/4.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released license:gpl-3.0 | |
height:780 | |
border:no | |
OpenStreetMap® open data is © OpenStreetMap contributors and used under the Open Street Map license https://www.openstreetmap.org/copyright | |
Open Data Institute Leeds scripts and configuration are used © Creative Commons BY 4.0 ODI Leeds 2018 https://creativecommons.org/licenses/by/4.0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released license:gpl-3.0 | |
height:780 | |
border:no | |
National Public Transport Access Nodes (NaPTAN) data is licensed under the Open Government License v3.0 http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ | |
Software elements | |
Outwith this other elements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released license:gpl-3.0 | |
height:960 | |
border:no | |
Contains Ordnance Survey data © Crown copyright and database right 2012 | |
Contains National Statistics data © Crown copyright and database right 2012 | |
Travel time and geographic data is under Open Government License v3.0 http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released license:gpl-3.0 | |
height:960 | |
border:no | |
Contains Ordnance Survey data © Crown copyright and database right 2012 | |
Contains National Statistics data © Crown copyright and database right 2012 | |
Travel time and geographic data is under Open Government License v3.0 http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released license:gpl-3.0 | |
height:780 | |
border:no | |
Postal Boundaries © GeoLytix copyright and database right 2012 | |
Contains Ordnance Survey data © Crown copyright and database right 2012 | |
Contains Royal Mail data © Royal Mail copyright and database right 2012 | |
Contains National Statistics data © Crown copyright and database right 2012 | |
Census data Open Government License v3.0 http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Released license:gpl-3.0 | |
height:780 | |
border:no | |
Postal Boundaries © GeoLytix copyright and database right 2012 | |
Contains Ordnance Survey data © Crown copyright and database right 2012 | |
Contains Royal Mail data © Royal Mail copyright and database right 2012 | |
Contains National Statistics data © Crown copyright and database right 2012 | |
Census data Open Government License v3.0 http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import csv | |
import sys | |
import os | |
import re | |
filename = sys.argv[1] | |
tablename = filename |