2018-09-28 10:35:17 +02:00
|
|
|
# Stimmen Fryslan
|
|
|
|
|
2018-09-28 12:28:54 +02:00
|
|
|
## Notebooks
|
2018-09-28 10:35:17 +02:00
|
|
|
|
2018-09-28 12:28:54 +02:00
|
|
|
### Extract Frysian dialect regions
|
2018-09-28 10:35:17 +02:00
|
|
|
|
|
|
|
[notebook](notebooks/Dialect%20Regions%20from%20image.ipynb)
|
|
|
|
|
|
|
|
Get polygons of dialect regions as mapped in this image
|
|
|
|
|
|
|
|
![dialect regions](data/dialects.png)
|
|
|
|
|
2018-09-28 12:28:54 +02:00
|
|
|
using image processing.
|
|
|
|
|
|
|
|
|
|
|
|
Results
|
|
|
|
|
2018-09-28 16:28:15 +02:00
|
|
|
* [data/frysian_dialect_regions.geojson](data/frysian_dialect_regions.geojson)
|
2018-09-28 12:28:54 +02:00
|
|
|
|
|
|
|
### Group recordings to Frysian dialect regions
|
|
|
|
|
|
|
|
[notebook](notebooks/Group%20recordings%20in%204%20Frysian%20dialect%20regions.ipynb)
|
|
|
|
|
|
|
|
Create spreadsheets with the recordings assigned to dialect regions.
|
|
|
|
|
|
|
|
Results
|
|
|
|
|
|
|
|
* [data/picture_game_recordings_by_dialect.csv](data/picture_game_recordings_by_dialect.csv)
|
|
|
|
* [data/picture_game_recordings_by_dialect.csv](data/picture_game_recordings_by_dialect.xlsx)
|
|
|
|
* [data/free_speech_recordings_by_dialect.xlsx](data/free_speech_recordings_by_dialect.csv)
|
|
|
|
* [data/free_speech_recordings_by_dialect.xlsx](data/free_speech_recordings_by_dialect.xlsx)
|
|
|
|
|
2018-09-28 16:28:15 +02:00
|
|
|
### Segment Friesland (and Groningen) in Gemeentes and Wijken
|
|
|
|
|
|
|
|
[notebook](notebooks/Segment%20Provinces%20in%20Wijken%20and%20Gemeentes.ipynb)
|
|
|
|
|
|
|
|
Some of the wijken are merges, for example part of Leeuwarden, to avoid that the segementation gets too fine
|
|
|
|
grained.
|
|
|
|
|
|
|
|
[notebook](notebooks/Show%20Province%20Segmentations.ipynb)
|
|
|
|
|
|
|
|
Visualized maps of the segmentations.
|
|
|
|
|
|
|
|
Results:
|
|
|
|
|
|
|
|
* data/Friesland_gemeentes.geojson
|
|
|
|
* data/Friesland_gemeentes.kml
|
|
|
|
* data/Friesland_wijken.geojson
|
|
|
|
* data/Friesland_wijken.kml
|
|
|
|
* data/frysian_dialect_regions.geojson
|
|
|
|
* data/Groningen_gemeentes.geojson
|
|
|
|
* data/Groningen_gemeentes.kml
|
|
|
|
* data/Groningen_wijken.geojson
|
|
|
|
* data/Groningen_wijken.kml
|
|
|
|
* data/Zeeland_gemeentes.geojson
|
|
|
|
* data/Zeeland_gemeentes.kml
|
|
|
|
* data/Zeeland_wijken.geojson
|
|
|
|
* data/Zeeland_wijken.kml
|