Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)