Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macbre/map-porn
Templates used to generate maps based on geo data for Faroe Islands and Ireland
https://github.com/macbre/map-porn
arcgis faroe geojson maps openstreetmap
Last synced: 15 days ago
JSON representation
Templates used to generate maps based on geo data for Faroe Islands and Ireland
- Host: GitHub
- URL: https://github.com/macbre/map-porn
- Owner: macbre
- Created: 2023-02-01T17:10:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T08:21:18.000Z (22 days ago)
- Last Synced: 2024-10-19T11:19:24.749Z (19 days ago)
- Topics: arcgis, faroe, geojson, maps, openstreetmap
- Language: JavaScript
- Homepage:
- Size: 84.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# map-porn
Templates used to generate maps based on geo data for Faroe Islands and Ireland```
$ npm i
$ npm start
$ open http://localhost:3000
```## The current map
![The current map](https://github.com/macbre/map-porn/raw/master/map_faroe.png)
## Resources
### Countours
* [eea.europa.eu countries contours](https://bio.discomap.eea.europa.eu/arcgis/rest/services/Internal/EuroBoundaries_Dyna_WM/MapServer/0/query?where=1%3D1&f=geojson&outFields=*)
* [`georgique/world-geojson` repository](https://github.com/georgique/world-geojson/blob/develop/areas/denmark/faroe_islands.json)
* [GeoJSON in Leaflet](https://geojson-maps.ash.ms/)### [OSM XML snapshot for Faroe Islands](https://download.geofabrik.de/europe/faroe-islands.html)
* [`` tag](https://wiki.openstreetmap.org/wiki/Node#Structure)
* [`` tag](https://wiki.openstreetmap.org/wiki/Way#Examples)```xml
$ cat osm-faroe-islands.xml.bz2 | bzip2 -d | less
(...)
(...)
(...)
(...)
(...)
(...)
```## ArcGIS GeoJSON
https://gis.us.fo/arcgis/rest/services/lendiskort/us_lendiskort/MapServer + layers
Paging:
```
curl 'https://gis.us.fo/arcgis/rest/services/lendiskort/us_lendiskort/MapServer/48/query?where=1%3D1&geometryType=esriGeometryEnvelope&geometryPrecision=6&spatialRel=esriSpatialRelIntersects&outFields=*&resultOffset=0&returnGeometry=true&returnZ=false&returnM=false&returnIdsOnly=false&returnCountOnly=false&returnDistinctValues=false&returnTrueCurves=false&returnExtentsOnly=false&f=geojson' | jq . > 'us_tyrlan_lendiskort.json'"exceededTransferLimit": true
```## Data sources
* [OpenStreetMaps via Data Extracts](https://download.geofabrik.de/index.html)
### Faroe Islands
* [Umhvørvisstovan](https://gis.us.fo/arcgis/)
* [Strandfaraskip Landsins (SSL)](https://www.ssl.fo/fo/ferdaaetlan/hvar-er-bussurin-beint-nu/)### Ireland
* [Ordnance Survey Ireland](https://data-osi.opendata.arcgis.com/)
* [GeoHive](https://www.geohive.ie/pages/data)
* [Ireland and NI via Data Extracts](https://download.geofabrik.de/europe/ireland-and-northern-ireland.html)