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
|
Reads a csv file into a time series wind climate xarray.Dataset. |
|
transforms a pandas.DataFrame into a time series wind climate xarray.Dataset. |
|
Parses windpro format txt file into a dataset. |