diff --git a/.docs/examples/air.md b/.docs/examples/air.md index 1e4d9ddeddf83d5861ad421ba8d00f7397508f46..7c290f047c1bc45712fd52da3c00ff16a2b54d9a 100644 --- a/.docs/examples/air.md +++ b/.docs/examples/air.md @@ -5,7 +5,7 @@ author: Martin Weise ## tl;dr [:fontawesome-solid-database: Dataset](https://handle.stage.datacite.org/10.82556/gd17-aq82){ .md-button .md-button--primary target="_blank" } -[:material-file-document: Archive](https://doi.org/10.48436/mtha8-w2406){ .md-button .md-button--secondary target="_blank" } +[:simple-grafana: Dashboard](https://dbrepo1.ec.tuwien.ac.at/admin/grafana/d/FLB9eAv4z/airquality){ .md-button .md-button--secondary target="_blank" } ## Description @@ -14,14 +14,25 @@ in Vienna, spanning the years from 1980 to 2021. The data was provided by the Um original form in this record. This record forms the basis of an analysis carried out in a bachelor's thesis at the TU Wien. -## Solution +<figure markdown> + +<figcaption>Figure 1: Grafana dashboard visualizing the dataset.</figcaption> +</figure> +The analysis was carried out in a Jupyter Notebook hosted by our IT-department +[JupyterHub](https://science.datalab.tuwien.ac.at/) as part of TU Wien's virtual research environment. <figure markdown> { .img-border } -<figcaption>Figure 1: Jupyter Notebook accessing data on DBRepo using the Python Library.</figcaption> +<figcaption>Figure 2: Jupyter Notebook accessing data on DBRepo using the Python Library.</figcaption> </figure> +## Solution + +One of the first use-cases of importing external data into DBRepo which was provided as .csv flat file. We developed a +database schema and a web scraper that scrapes live air quality data from the +[public map](https://luft.umweltbundesamt.at/pub/map_chart/index.pl) of the environment agency of Austria. + ## DBRepo Features - [x] Import complex dataset diff --git a/.docs/images/screenshots/air-dashboard.png b/.docs/images/screenshots/air-dashboard.png new file mode 100644 index 0000000000000000000000000000000000000000..309a1c689f2c7955d36cdd0e724bfb71027db562 Binary files /dev/null and b/.docs/images/screenshots/air-dashboard.png differ