ClimateSciGraph

allows browsing of temperature data from nbcn stations, currently from switzerland only

📂 Demo

The ClimateSciGraph app enables visualization of daily climate data (pressure, precipitation, radiation, temperature and humidity) from MeteoSwiss in tables and graphs. Data can be aggregated by various temporal intervals, ranging from daily to decadal. Additionally, the app incorporates the MannKenall statistical test to detect and analyze climate trends.


Die App ClimateSciGraph ermöglicht die Visualisierung der täglichen Klimadaten (Luftdruck, Niederschlag, Strahlung, Temperatur und Feuchte) von MeteoSchweiz in tabellarischer und grafischer Form. Die Daten können auf verschiedenen Zeitskalen von täglich bis dekadisch aggregiert werden. Zusätzlich beinhaltet die App den statistischen Test nach MannKenall, um Klimatrends zu erkennen und zu analysieren.


L'application ClimateSciGraph permet de visualiser les données climatiques quotidiennes (pression, précipitations, rayonnement, température et humidité) de MétéoSuisse sous forme de tableaux et de graphiques. Les données peuvent être agrégées selon différents intervalles temporels, allant de la journée à la décennie. En outre, l'application intègre le test statistique de MannKenall pour détecter et analyser les tendances climatiques.

Data

Event finish

Fixed Issue #11, crash in stacked lines (@lcalmbach)

Restore screenshot png for open.swiss record (@lcalmbach)

Compress data frame to save memory (@lcalmbach)

change data source url to opendata.swiss (@lcalmbach)

Remove st.status as it continues showing after loading (@lcalmbach)

Untrack data/*.parquet files (@lcalmbach)

remove parquet files from git repo with .gitignore (@lcalmbach)

clean up unused files with .gitignore (@lcalmbach)

Correct typo (@lcalmbach)

change aggregation function for snow covert to mean (@lcalmbach)

add screenshot (@lcalmbach)

cleanup unused lang files (@lcalmbach)

fix ansi code problem (@lcalmbach)

remove cache (@lcalmbach)

added daily values, additional time aggregations (@lcalmbach)

Add individual texts for each plot type, v 0.0.4 (@lcalmbach)

Add yearly stats (@lcalmbach)

Improve map tooltips (@lcalmbach)

Add MK trend test (@lcalmbach)

remove show average option where not applicable (@lcalmbach)

Initial commit (@lcalmbach)

Start