Changes in version 0.4-4 (2024-02-05) o internal functions: documentation issues fixed o data type corrections o comment added to outdated power curve files integrated in the package Changes in version 0.4-3 (2018-11-14) o clean: time interval correction added o day.plot: missing hour bug fixed o map.plot: Google Maps API key support added o windprofile: class typo fixed o example-dataset replaced with compressed version Changes in version 0.4-2 (2018-01-05) o fix name conflict with R base method Changes in version 0.4-1 (2017-07-31) o some small bug fixes Changes in version 0.4-0 (2014-09-19) o S3 reorganisation of all functions o aep, availability, energy, frequency, month.stats, day.plot, polar.plot, turb.iec.plot, profile, turbulence, weibull: potential timezone bug fixed o plot.weibull: parameter display error fixed o package dependencies reduced Changes in version 0.3-2 (2014-05-08) o availability, frequency, monthStats, plotDay, plotPolar, plotTimeSeries, plotTurbIEC, profile, turbulence, weibull: time stamp issue fixed o aep, energy, frequency, turbulence: NA in output replaced by 0 (NA is not really correct and may cause plotting problems) o formatTS: time zone support added o messages/warnings cleaned up Changes in version 0.3-1 (2014-03-31) o availability, frequency, monthStats, plotDay, plotPolar, plotTurbIEC, profile, turbulence, weibull: specify data subsets by date o plotDay: sectoral plotting for single data sets added o profile: alpha as single value or vector (one per sector) o several improvements/fixes of code and documentation Changes in version 0.3-0 (2014-01-13) o plotMap: function for simple map plotting is back, now based on RgoogleMaps package o uncertainty: new function for uncertainty assessment o plotUncertainty: new function for uncertainty plots o short name wrapper functions: bug fixed - default value confusion Changes in version 0.2-4 (2013-12-04) o formatTS: removed some test code left in last version o readPC: simpler specifying of package directory files o some background improvements/fixes Changes in version 0.2-3 (2013-09-18) o monthStats: all available signals of the met mast can now be used for calculations; in addition to "mean", also "median", "min", "max" and "sd" can be applied o plotAvailability: faster plotting o profile: new method loglm (log-linear model) added - now more than two heights can be used for profile calculation Changes in version 0.2-2 (2013-06-27) o availability: v.set and dir.set can now handle vectors of datasets o availability, clean, frequency, monthStats, plotAvailability, plotDay, plotMonthStats, plotTimeSeries, plotTurbIEC,profile, turbulence, weibull: data sets can now be specified by name o formatTS: bug fixed - handling of duplicates o plotPC: bug fixed - ugly axis if both coefficients are plotted; a list of power curves can now be plotted at once o printObject: bugs fixed - function calls incorrect in some cases o readPC: power curve data base update o new short name aliases for functions Changes in version 0.2-1 (2013-02-28) o energy, frequency and plotProfile: bug fixed - output of internally called function printed o frequency, profile, turbulence, weibull: number of sectors no longer limited to 4/8/12/16 o monthStats: bug fixed - calculation error for met masts with just one dataset o printObject: bug fixed - original/cleaned data displayed wrong for met masts with just one dataset o polar plotting functions (plotAep, plotEnergy, plotFrequency, plotPolar, plotTurbulence): optional graphical parameters added o some small code and documentation cosmetics Changes in version 0.2-0 (2013-02-06) o clean: wind direction values are now excluded, where wind speed is lower than the v.avg.min specified; bug fixed - unwanted cleanings and wrong feedback possible; repetitions can now be cleaned o frequency: bug fixed - wrong frequency values possible for uncleaned mast objects o plotDay: now all signals can be plottet o plotMap: function removed from package due to disproportional high installation requirements compared to the low performance of the used OpenStreetMap package o printMast: replaced by printObject o printObject: new print method for all bReeze objects; bug fixed in old printMast method, that returned wrong availability values o plotting functions (plotAep, plotAvailability, plotDay, plotEnergy, plotFrequency, plotMonthStats, plotPC, plotPolar, plotProfile, plotTimeSeries, plotTurbIEC, plotTurbulence, plotWbDir, plotWeibull): many optional graphical parameters added o processing functions (aep, energy, frequency, monthStats, profile, turbulence, weibull): new 'digits' argument for the number of decimal places to be used for results; new 'print' argument to show/hide results o further small improvements of code and documentation; namespace added Changes in version 0.1-1 (2012-10-29) o aep: capacity factor added to the output o availability: two bugs fixed - slightly wrong availability values in some cases of missing samples; error in calculation for sets with just one signal o clean: wind speed limit for calculation of turbulence intensity can now be adjusted by the user o createPC: if rated.p is not given, rated power is now automatically set to the maximum power value; desc argument for name and/or description of a wind turbine added o formatTS: available patterns cleaned up and internal handling enhanced; possible error in pattern selection fixed o plotTimeSeries: bug fixed - blocking of '00:00:00' time stamps for the start and end arguments Changes in version 0.1-0 (2012-07-26) o This is the first version