Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrewl/highest-place-south-of
- Owner: andrewl
- Created: 2019-09-01T10:19:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:42:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T08:56:49.710Z (almost 2 years ago)
- Topics: gatsby, leaflet, mapbox, openstreetmap, wikimedia
- Language: JavaScript
- Size: 7.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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)