Weather measures from Beutenberg provided by the Max-Planck-Institute for Biogeochemistry
Several weather measures provided by Max-Planck-Institute for Biogeochemistry from the Weather Station on Top of the Roof of the Institute Building.
We have assembled all the files available as of 24-05-2024 on https://www.bgc-jena.mpg.de/wetter/weather_data.html
Preprocessing:
1 - Renamed column to 'Date Time' to 'date'
2 - Parsed the date with the format '%d.%m.%Y %H:%M:%S' and converted it to string with format %y-%m-%d %H:%M:%S (default from pandas).
3 - Replaced values of -9999 to nan.
Values of -9999 seems to indicate a problem with the measure. Besides, it seems that the measure for 'CO2 (ppm)' started to be recorded on 2008, before
all the values were already NaN.
4 - Renamed columns with characters that cannot be encoded with encoding utf8.