https://github.com/stefnotch/austria-name-vis
Project for the Information Visualisation course at the TU Vienna
https://github.com/stefnotch/austria-name-vis
Last synced: 5 months ago
JSON representation
Project for the Information Visualisation course at the TU Vienna
- Host: GitHub
- URL: https://github.com/stefnotch/austria-name-vis
- Owner: stefnotch
- Created: 2024-06-20T09:06:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T15:09:40.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T00:49:08.480Z (over 1 year ago)
- Language: Vue
- Size: 33.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# austria-name-vis
[Live site](https://stefnotch.github.io/austria-name-vis/)
### DuckDB SQL Editing
https://www.quackdb.com/ and add the CSV file as a data source, and then run
```sql
create table vor as (select "C-JAHR-0" as year, "C-WOHNBEZIRK-0" as district, "C-GESCHLECHT-0" as gender, "F-VORNAME_NORMALISIERT" as name, "F-ANZAHL_LGEB" as c from 'OGDEXT_VORNAMEN_1.csv');
```
### Install Dependencies
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run start
```
## Attribution
- https://data.statistik.gv.at/web/meta.jsp?dataset=OGDEXT_VORNAMEN_1 for the dataset
- https://wahlen.strategieanalysen.at/geojson/ and https://github.com/ginseng666/GeoJSON-TopoJSON-Austria and https://www.data.gv.at/katalog/dataset/2ee6b8bf-6292-413c-bb8b-bd22dbb2ad4b for the map data