Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewl/highest-place-south-of

Interactive map of the highest places south of another in the UK
https://github.com/andrewl/highest-place-south-of

gatsby leaflet mapbox openstreetmap wikimedia

Last synced: about 18 hours ago
JSON representation

Interactive map of the highest places south of another in the UK

Awesome Lists containing this project

README

        

Highest place south of

Blog post/instructions to come soon

Data instructions
-----------------

Download Great Britain OSM file from Geofabrik at http://download.geofabrik.de/europe.html

Extract the points layer into a shapefile using

ogr2ogr -oo CONFIG_FILE=./osmconf.ini -f "ESRI Shapefile" great-britain-latest great-britain-latest.osm points

(NB the osmconf.ini file instructs which OSM tags to output as fields)