Instantaneous/Daily Evapotranspiration Upscaling Utilities Python Package
Project description
Usage
This package provides a set of functions for upscaling instantaneous or daily energy balance and meteorological data to daily evapotranspiration (ET) estimates. Below is a summary of each function and its usage:
The daily-evapotranspiration-upscaling Python package provides utilities for upscaling energy balance and meteorological data to daily ET, supporting raster, numpy array, and scalar inputs. It is designed for remote sensing, land surface modeling, and geospatial analysis.
Gregory H. Halverson (they/them)
gregory.h.halverson@jpl.nasa.gov
NASA Jet Propulsion Laboratory 329G
Installation
This package is available on PyPI as daily-evapotranspiration-upscaling (with dashes):
pip install daily-evapotranspiration-upscaling
Usage
Import this package as daily_evapotranspiration_upscaling (with underscores):
import daily_evapotranspiration_upscaling
1. celcius_to_kelvin(T_C)
- Description: Convert Celsius to Kelvin.
- Parameters:
T_C(float, array, or raster): Temperature in Celsius. - Returns: Temperature in Kelvin.
2. lambda_Jkg_from_Ta_K(Ta_K)
- Description: Calculate latent heat of vaporization from air temperature (Kelvin).
- Parameters:
Ta_K(float, array, or raster): Air temperature in Kelvin. - Returns: Latent heat of vaporization (J/kg).
3. lambda_Jkg_from_Ta_C(Ta_C)
- Description: Calculate latent heat of vaporization from air temperature (Celsius).
- Parameters:
Ta_C(float, array, or raster): Air temperature in Celsius. - Returns: Latent heat of vaporization (J/kg).
4. calculate_evaporative_fraction(LE, Rn, G)
- Description: Compute evaporative fraction from latent heat flux, net radiation, and soil heat flux.
- Parameters:
LE(float, array, or raster): Latent heat flux (W/m²)Rn(float, array, or raster): Net radiation (W/m²)G(float, array, or raster): Soil heat flux (W/m²)
- Returns: Evaporative fraction (unitless).
5. daily_ET_from_daily_LE(LE_daylight, ...)
- Description: Estimate daily ET from daily latent heat flux (LE) and supporting parameters.
- Parameters: See function docstring for details.
- Returns: Daily evapotranspiration (mm/day).
6. daily_ET_from_instantaneous(LE_instantaneous, Rn_instantaneous, G_instantaneous, DOY, lat, hour_of_day, ...)
- Description: Estimate daily ET from instantaneous measurements of latent heat flux, net radiation, and soil heat flux.
- Parameters:
LE_instantaneous(float, array, or raster): Instantaneous latent heat flux (W/m²)Rn_instantaneous(float, array, or raster): Instantaneous net radiation (W/m²)G_instantaneous(float, array, or raster): Instantaneous soil heat flux (W/m²)DOY(int): Day of yearlat(float): Latitude in degreeshour_of_day(float): Local solar time (hours)
- Returns: Daily evapotranspiration (mm/day).
References
- Allen, R.G., Pereira, L.S., Raes, D., Smith, M., 1998. Crop evapotranspiration-Guidelines for computing crop water requirements-FAO Irrigation and drainage paper 56. FAO, Rome, 300(9).
- Bastiaanssen, W.G.M., Menenti, M., Feddes, R.A., Holtslag, A.A.M., 1998. A remote sensing surface energy balance algorithm for land (SEBAL): 1. Formulation. Journal of hydrology, 212, 198-212.
- Duffie, J. A., & Beckman, W. A. (2013). Solar Engineering of Thermal Processes (4th ed.). Wiley.
License
See LICENSE for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file daily_evapotranspiration_upscaling-1.0.5.tar.gz.
File metadata
- Download URL: daily_evapotranspiration_upscaling-1.0.5.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c324a4f5c072753b7e2e91aa91376540d86059b7907117bec6c3921478a13c5
|
|
| MD5 |
0204b553bb27c12e9cadabefeeed561e
|
|
| BLAKE2b-256 |
3597e26a900391e8f5cf05b883b8d108ea48b9f747cbcc4863bf13623cfab4d3
|
File details
Details for the file daily_evapotranspiration_upscaling-1.0.5-py3-none-any.whl.
File metadata
- Download URL: daily_evapotranspiration_upscaling-1.0.5-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33bd47b9e1617dda724b2998ee47d0c49eb1b8539340cc6882c79b04dc1243b3
|
|
| MD5 |
39c3a0a1156cb877bd3a15401b13679d
|
|
| BLAKE2b-256 |
f24a42ce74e7b928fd2d2f5f64573e97bdfc288e021edee2f87873e699264f0b
|