Removed numerous deprecated functions, tools, methods, and options. This includes the Tcorr, dT, and Tmax source keywords, as well as the dT clamping and reflectance_type options.
The LST correction will now be applied by default unless "c2_lst_correct" is set to False in the Image initialization.
0.3.2
Added support for explicitly setting the data source used for the ET fraction alfalfa to grass reference conversion using the `et_fraction_grass_source` parameter.
The default is the NLDAS hourly image collection `NASA/NLDAS/FORA0125_H002`.
The source parameter is currently optional, but will become a required parameter in a later version (if `et_fraction_type='grass'`).
0.3.1
Added deprecation warnings for keywords, functions, and options that will be removed in a future release/version (likely v0.4.0).
0.3.0
Added support for applying the Landsat Collection 2 LST correction in openet-core (added in version 0.1.1).
The correction can be applied by setting the "c2_lst_correct" keyword argument to True in the Image class initialization. The default value is currently set to False, but this may be changed in a future version.
0.2.8
Added "use_joins" support to the interpolate function, which may help reduce memory and timeout errors when interpolating dynamically.