(gdb) break *0x972

Debugging, GNU± Linux and WebHosting and ... and ...

Project: Meteo Data Plotter

The [Meteo-Data-Plotter|https://raw.github.com/wazari972/Meteo-Data-Plotte] project is a [R|http://www.r-project.org/] application showing the weather data I collected during the l few years.

It’s main interface is a [Shiny reactive website|http://www.rstudio.com/shiny/], as illustrated below. It can also export PDF, through R native interface.

[Source data|https://raw.github.com/wazari972/Meteo-Data-Plotter/master/Grenoble.csv] have to be formatted in CSV and look like that:

[code]Date |Temp.min|Temp.max|Humidity|Rain|Pressure|Comments --------|--------|--------|--------|----|--------|------------ 04/09/11|18 |21 |89 |20 |25 | 05/09/11|15 |20 |80 |40 |25 |Heavy rainfalls 06/09/11|12 |22 |62 |0 |24 | 07/09/11|14 |21 |67 |0 |24 | 08/09/11|15 |23 |68 |0 |25 |[/code]

The graph part is neat and ready to use. Next step is to a “textual” information, like the day/month it most rained, temperature peak, etc.

For the graphs, possible improvements would be date selection or a better way to compare two file (currently they’re just plotted one on top of the other).