Skip to content

kohlikohl/hackathoncentral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

----- Hackathon Central 27-28th March 2013

To install:
 - Clone the repo
 - Run `npm install`

To run:
 - Run `npm start`
 - Open a browser and go to http://localhost:3000

To access the API
 - Run `npm start`
 - Open a browser and go to http://localhost:3000



#### Getting London Borough GeoJSON

1. Sign up to download https://www.ordnancesurvey.co.uk/business-and-government/products/boundary-line.html
2. `ogr2ogr -f GeoJSON -where "DESCRIPTIO = 'London Borough'" -t_srs EPSG:4326 london_boroughs_coords.json district_borough_unitary_region.shp`
3. `topojson -o london_boroughs.topo.json --id-property CODE --properties name=NAME -- london_boroughs_coords.json`

About

Hack April 2013

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages