Skip to content

Releases: roe-dl/weewx-GTS

Version 1.1

03 Mar 19:22
Compare
Choose a tag to compare
  • added unit pF_value
  • changed docu regarding yearGDD and seasonGDD and database access
  • added aggregation type not_null
  • changes to deal with the new weewx.xtypes.XTypeTable.get_aggregate() function in WeeWX 5.0

Version 1.0

30 Aug 17:47
Compare
Choose a tag to compare
  • changed error handling for pyephem in daybounderystats.py
  • fix bug that caused exception if record is None
  • expose barometer algorithms to the user
  • fix bug that caused values of 1e10 or -1e10 in certain conditions

Version 0.8

18 Nov 15:50
Compare
Choose a tag to compare
  • new observation types equivalent (potential) temperature, mixing ratio,
    absolute humidity, and (saturation) vapor power
  • option horizon and use_center for $daylight and .daylights
  • option timestamp for $daylight to simplify for loops
  • get correct temperature and barometer for calculating sunrise and sunset in $daylight
  • bug fix in energy_integral
  • more bug fixes
  • property length for timespans

Version 0.7

19 Oct 17:17
Compare
Choose a tag to compare

Enhancements:

  • extend aggregation type energy_integral to group_power
  • new timespan $daylight
  • new series $LMTweek.daylights $LMTmonth.daylights $LMTyear.daylights

Version 0.6

03 Aug 17:46
Compare
Choose a tag to compare

Changes:

  • adapted to changed XType api of coming WeeWX 4.6

Enhancements:

  • tags for day boundaries different to local timezone time
  • observation type yearGDD and seasonGDD
  • aggregation type GDD (or growdeg)

Version 0.5

15 May 18:29
9594119
Compare
Choose a tag to compare

Changes:

  • fixed calculation of GTS.max
  • correct calculation of GTS.max, min, maxtime, mintime for arbitrary time spans

Enhancements:

  • energy_integral works for maxSolarRad, too

See README.md for description of features and instructions for use.

Version 0.4.1

11 Mar 18:30
8f027c1
Compare
Choose a tag to compare

This release includes:

  • Grünlandtemperatursumme (GTS), a kind of growing degree days
  • aggregation type 'energy_integral' to calculate solar energy from radiation readings
  • calculating dayET and ET24 as opposite of dayRain and rain24

This version is tested with several WeeWX installations. Nevertheless it is not finished.