Skip to content

Instantly share code, notes, and snippets.

@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 / wild_atlantic_way.geojson
Created June 30, 2015 23:40
The Wild Atlantic Way in geoJSON format
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vool
vool / coisceim
Last active January 6, 2017 22:07
quick step
http://lab.vool.ie/coisceim/
@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 / 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,
<!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 / twitter_og_meta_tags.html
Created October 12, 2018 23:06
twitter / facebook /opengrraph meta tags
<!-- Twiter card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@voolist">
<meta name="twitter:creator" content="@voolist">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<!-- facebook'in -->
<meta property="og:title" content="" />