Skip to content

Instantly share code, notes, and snippets.

View anisotropi4's full-sized avatar

Will Deakin anisotropi4

View GitHub Profile
@anisotropi4
anisotropi4 / .blocks
Last active April 6, 2019 14:23
Public Transport Travel Time in England and Wales
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/
@anisotropi4
anisotropi4 / .blocks
Last active June 5, 2018 17:08
An Interactive Map of Places called Deakin
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/
@anisotropi4
anisotropi4 / .blocks
Last active June 4, 2018 20:43
Wayne's World or a global map of Wayne
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/
@anisotropi4
anisotropi4 / .blocks
Last active June 3, 2018 22:25
Streets and locations in the British Isles called Wayne
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/
@anisotropi4
anisotropi4 / .blocks
Last active January 31, 2018 19:34
NaPTAN Interactive Visualisation
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
@anisotropi4
anisotropi4 / .blocks
Last active April 3, 2019 21:18
Rail Travel Time using CRS Parameter
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/
@anisotropi4
anisotropi4 / .blocks
Last active May 7, 2017 19:36
Travel Time from York by Rail
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/
@anisotropi4
anisotropi4 / .blocks
Last active May 2, 2017 21:18
GB Population Density
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/
@anisotropi4
anisotropi4 / .blocks
Last active May 2, 2017 19:25
North Yorkshire Population Density
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/
@anisotropi4
anisotropi4 / create_table.py
Last active April 29, 2017 17:31
A python3 script create a PostgreSQL import script based on column names in the header of a tsv file-format
#!/usr/bin/python3
import csv
import sys
import os
import re
filename = sys.argv[1]
tablename = filename