Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

lukasmartinelli-alt/tourist-attraction-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landmarks for Maps

A landmark is a recognizable natural or artificial feature used for navigation and orientation. This repository collects Wikidata entities that are landmarks for cartographic use.

How to contribute

In sources create a new TSV file with the first column being the QID of the entity in Wikidata and an optional second column to make it easier to work with the data.

landmark_qid	debug_label
Q216344	Arlington National Cemetery
Q54109	United States Capitol

Before you reference a Wikidata entity ensure:

Create GeoJSON from source data

Create a GeoJSON feature collection.

cat sources/**/*.csv \
    | node bin/openlandmarks.js to-wikidata \
    | node bin/openlandmarks.js to-geojson \
    | node bin/openlandmarks.js to-collection > openlandmarks.geojson
node bin/openlandmarks.js city-collection sources/washington_dc > outputs/washington_dc.geojson

About

Collecting landmarks from Wikidata for cartographic purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published