macbre / ForoysktDaily

Scripts for @FøroysktDaily Twitter account
https://twitter.com/ForoysktDaily
0 stars 0 forks source link

Faroese towns and villages #2

Open macbre opened 2 years ago

macbre commented 2 years ago

List

$ awk -F"\t" '{print "* [ ] "$3" (pop. "$41")"}' bygd_2022.tsv | sed 's/"//g' | grep -v 'city' | sort

Example

#Válur (population 50 in 2022) lies next to way bigger #Vestmanna, however it's a part of #Kvívík komunna.

Its name in #Faroese means rounded hill - a clear reference to the surroundings.

First family moved to their house in #Válur in 1845.

#føroyskt #FaroeseCities

macbre commented 9 months ago

Data: https://github.com/macbre/faroese-resources/blob/master/data/villages.json

macbre commented 9 months ago