Welcome to ClimateFiller’s documentation!

climatefiller module

quantilesdetector module

class quantilesdetector.PercentileDetection(percentile=0.9)[source]

Bases: object

fit(x, y=None)[source]
fit_predict(x, y=None)[source]
predict(x, y=None)[source]

lib module

class lib.Lib[source]

Bases: object

static et0_hargreaves(row)[source]
static et0_penman_monteith(row)[source]
static get_2m_wind_speed(row)[source]
static get_elevation_and_latitude(lat, lon)[source]

Returns the elevation (in meters) and latitude (in degrees) for a given set of coordinates. Uses the Open Elevation API (https://open-elevation.com/) to obtain the elevation information.

Indices and tables