I/O Tools

I/O Tools#

iotools.get_dmi_climate_station_data(...[, ...])

Retrieve data from DMI's Climate Data API.

iotools.get_dmi_metobs(station, start, end)

Retrieve meteorological observations from DMI's metObs API.

iotools.get_dmi_station_meta(station[, url, ...])

Retrieve metadata for a DMI station.

iotools.read_t16(filename[, drop_dates, ...])

Read a time series data file following the IEA PVPS T16 file format.

iotools.write_t16(filename, data, meta[, ...])

Write a time series DataFrame to a file in the IEA PVPS T16 format.