openest.generate.daily module

class openest.generate.daily.ApplyCurve(curvegen, unitses, names, titles, descriptions)[source]

Bases: openest.generate.calculation.Calculation

apply(region, *args)[source]
column_info()[source]

Returns an array of dictionaries, with ‘name’, ‘title’, and ‘description’.

static describe()[source]
class openest.generate.daily.AverageByMonth(model, units, func=<function <lambda>>, pval=0.5)[source]

Bases: openest.generate.calculation.Calculation

apply(region)[source]
column_info()[source]

Returns an array of dictionaries, with ‘name’, ‘title’, and ‘description’.

static describe()[source]
format(lang)[source]

Returns a dictionary of FormatElements. Only keys in the tree of dependencies will be output.

class openest.generate.daily.MonthlyDayBins(model, units, pval=0.5, weather_change=<function <lambda>>)[source]

Bases: openest.generate.calculation.Calculation

apply(region)[source]
column_info()[source]

Returns an array of dictionaries, with ‘name’, ‘title’, and ‘description’.

static describe()[source]
format(lang)[source]

Returns a dictionary of FormatElements. Only keys in the tree of dependencies will be output.

class openest.generate.daily.PercentWithin(endpoints)[source]

Bases: openest.generate.calculation.Calculation

apply(region)[source]
column_info()[source]

Returns an array of dictionaries, with ‘name’, ‘title’, and ‘description’.

static describe()[source]
class openest.generate.daily.YearlyAverageDay(units, curvegen, curve_description, weather_change=<function <lambda>>, norecord=False)[source]

Bases: openest.generate.calculation.Calculation

apply(region, *args)[source]
column_info()[source]

Returns an array of dictionaries, with ‘name’, ‘title’, and ‘description’.

static describe()[source]
format(lang)[source]

Returns a dictionary of FormatElements. Only keys in the tree of dependencies will be output.

class openest.generate.daily.YearlyDayBins(model, units, pval=0.5)[source]

Bases: openest.generate.calculation.Calculation

apply(region, *args)[source]
column_info()[source]

Returns an array of dictionaries, with ‘name’, ‘title’, and ‘description’.

static describe()[source]
format(lang)[source]

Returns a dictionary of FormatElements. Only keys in the tree of dependencies will be output.

class openest.generate.daily.YearlyDividedPolynomialAverageDay(units, curvegen, curve_description, weather_change=<function <lambda>>)[source]

Bases: openest.generate.calculation.Calculation

apply(region, *args)[source]
column_info()[source]

Returns an array of dictionaries, with ‘name’, ‘title’, and ‘description’.

static describe()[source]
class openest.generate.daily.YearlySumDay(units, curvegen, curve_description, weather_change=<function <lambda>>, norecord=False)[source]

Bases: openest.generate.daily.YearlyAverageDay

apply(region, *args)[source]
column_info()[source]

Returns an array of dictionaries, with ‘name’, ‘title’, and ‘description’.

static describe()[source]
format(lang)[source]

Returns a dictionary of FormatElements. Only keys in the tree of dependencies will be output.