pyet.utils#

Functions

check_lat

Method to check if latitude was (most likely) given in radians.

check_rad

Method to check if radiation was probably provided in MJ/m2d.

check_rh

Method to check if relative humidity is provided in percentage.

clip_zeros

Method to replace negative values with 0 for Pandas.Series and xarray.DataArray.

deg_to_rad

Method to convert latitude in degrees to radians.

get_index

Method to return the index of the input data.

pet_out

Method to create pandas.Series or xarray.DataArray from numpy.ndarray

show_versions

Method to print the version of dependencies.

vectorize

Vectorize pandas.Series or xarray.DataArray inputs.