windkit.time_series_wind_climate

Time series wind climate module

A time series wind climate is defined by dataset with a time series wind speed and wind direction.

A valid time series wind climate therefore has a dimension time. Also it must have one of the valid Geospatial structures. This module contains functions that operate on time series wind climates. This includes the ability to create time series datasets from files and from existing data.

Functions

read_timeseries_from_csv(csv_filename, ...)

Reads a csv file into a time series wind climate xarray.Dataset.

read_timeseries_from_pandas(pd_df, ...[, ...])

transforms a pandas.DataFrame into a time series wind climate xarray.Dataset.

read_ts_windpro_txt(fpath)

Parses windpro format txt file into a dataset.