In particualar, recent modifications to CSV outputs (requested by slf):
- start all the comment lines with # (most of the software will recognize it as a comment marker)
- add the metadata to the header: latitude, longitude, altitude as well as sensor name, geographical field and description (they could all be on a different line). Start all header lines with #
- if "timed" has been selected, always put it first for all data lines (usually, we forget to select "timed" or in the best case, we select it last, making the file less convenient)
- name the generated file with the sensor name (instead of "data.csv"). This prevents overwriting a previously downloaded file when downloading data for multiple stations.
Done