Von Daten zu Taten
Ein Datentool für Caritas Schweiz
Final Presentation on youtube
Dashboard Idea: Excalidraw room
Wir sind an einfachen Auswertungen, Visualisierungen und fortgeschrittenen Modellierungen interessiert, aber auch an der Klärung von praktischen, konzeptionellen und technischen Fragen zum Datenprozess. Vielleicht resultiert am Hack gar ein erster integrierter Prototyp eines Datentools.
Quarto
This projects uses https://quarto.org/ and https://code.visualstudio.com/ to create a data visualisation website for Caritas Schweiz.
Development
Install Quarto according to: https://quarto.org/docs/get-started/
In VSCode install these extensions:
- Quarto
- Juypter
Then install python tools:
pip install -r requirements.txt
Open the hello.qmd
file and run the cell.
Usage
Add Falldaten_CaritasbB.csv
and Caritas Markt.csv
to the folder.
Open the index.qmd
and run the Quarto preview > Quarto: Preview
.
Render
To generate the .html
document (the static website) run > Quarto: Render Document
and select HTML.
Deployment
Download the Quarto binary.
./install.sh
Render the documents.
./build.sh
Deploy with vercel.
vercel --prod
Hack4SocialGood 2024
Next project