EnglishFrenchSpanish

OnWorks favicon

i.evapo.timegrass - Online in the Cloud

Run i.evapo.timegrass in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command i.evapo.timegrass that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


i.evapo.time - Computes temporal integration of satellite ET actual (ETa) following the
daily ET reference (ETo) from meteorological station(s).

KEYWORDS


imagery, evapotranspiration

SYNOPSIS


i.evapo.time
i.evapo.time --help
i.evapo.time eta=name[,name,...] eta_doy=name[,name,...] eto=name[,name,...]
eto_doy_min=float start_period=float end_period=float output=name [--overwrite] [--help]
[--verbose] [--quiet] [--ui]

Flags:
--overwrite
Allow output files to overwrite existing files

--help
Print usage summary

--verbose
Verbose module output

--quiet
Quiet module output

--ui
Force launching GUI dialog

Parameters:
eta=name[,name,...] [required]
Names of satellite ETa raster maps [mm/d or cm/d]

eta_doy=name[,name,...] [required]
Names of satellite ETa Day of Year (DOY) raster maps [0-400] [-]

eto=name[,name,...] [required]
Names of meteorological station ETo raster maps [0-400] [mm/d or cm/d]

eto_doy_min=float [required]
Value of DOY for ETo first day

start_period=float [required]
Value of DOY for the first day of the period studied

end_period=float [required]
Value of DOY for the last day of the period studied

output=name [required]
Name for output raster map

DESCRIPTION


i.evapo.time (i.evapo.time_integration) integrates ETa in time following a reference ET
(typically) from a set of meteorological stations dataset. Inputs:

· ETa images

· ETa images DOY (Day of Year)

· ETo images

· ETo DOYmin as a single value
Method:

1 each ETa pixel is divided by the same day ETo and become ETrF

2 each ETrF pixel is multiplied by the ETo sum for the representative days

3 Sum all n temporal [ETrF*ETo_sum] pixels to make a summed(ET) in [DOYmin;DOYmax]

representative days calculation: let assume i belongs to range [DOYmin;DOYmax]
DOYbeforeETa[i] = ( DOYofETa[i] - DOYofETa[i-1] ) / 2
DOYafterETa[i] = ( DOYofETa[i+1] - DOYofETa[i] ) / 2

NOTES


ETo images preparation: If you only have one meteorological station data set, the easiest
way is:
n=0
for ETo_val in Eto[1] Eto[2] ...
do
r.mapcalc "eto$n = $ETo_val"
`expr n = n + 1`
done
with Eto[1], Eto[2], etc being a simple copy and paste from your data file of all ETo
values separated by an empty space from each other.

If you have several meteorological stations data, then you need to grid them by generating
Thiessen polygons or using different interpolation methods for each day.

For multi-year calculations, just continue incrementing DOY values above 366, it will
continue working, up to maximum input of 400 satellite images.

Use i.evapo.timegrass online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 2
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • 3
    Xtreme Download Manager
    Xtreme Download Manager
    The project has a new home now:
    https://xtremedownloadmanager.com/ For
    developers:
    https://github.com/subhra74/xdm Xtreme
    Download Manager is a powerful tool t...
    Download Xtreme Download Manager
  • 4
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 5
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 6
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • More »

Linux commands

Ad