Skip to content

Instantly share code, notes, and snippets.

View vool's full-sized avatar

Keith Phelan vool

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Barnagh Tunnel project in west Limerick likely to be delayed&nbsp;&nbsp; - Limerick Leader</title>
<meta name="description" content="ALMOST 11,000 walkers and close to 2000 cyclists have used the Great Southern Greenway since sensors were installed last July. But a &nbsp;plan to re-incorporat..." />
<meta name="Keywords" content="Great Southern Greenway,Barnagh Tunnel" />
<meta name="news_keywords" content="Great Southern Greenway,Barnagh Tunnel" />
<meta name="sections" content="Home,Planning,Politics,News,NCW,A'Feale,W Lim/Kerry" />
@vool
vool / irish_counties_and_towns.sql
Created November 7, 2017 23:12
Irish county and town create and populate sql statments
--
-- Table structure for table `counties`
--
CREATE TABLE IF NOT EXISTS `counties` (
`countyID` int(11) NOT NULL auto_increment,
`countyName` varchar(10) NOT NULL,
`lat` float default NULL,
`lng` float default NULL,
@vool
vool / roi-ni border -overpass query
Created May 14, 2017 17:41
roi-ni border -overpass query
/*
RoI/NI Border
Return the land part of Ireland's border
http://overpass-turbo.eu/s/p2Y
*/
@vool
vool / coisceim
Last active January 6, 2017 22:07
quick step
http://lab.vool.ie/coisceim/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vool
vool / wild_atlantic_way.geojson
Created June 30, 2015 23:40
The Wild Atlantic Way in geoJSON format
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vool
vool / Irish_counties.overpass.c
Last active March 31, 2019 01:40
Random Overpass Turbo Queries.For extracting OSM data.
/*
Overpass query to get all the counties in Ireland.
http://overpass-turbo.eu/s/9N3
Note:
County relations are taged as:
"boundary"="administrative" in the Republic
and
"boundary"="historic" in Northern Ireland
@vool
vool / countries.json
Created March 11, 2015 10:50
countries.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.