Processes

Sleep

class ecaswps.processes.wps_sleep.Sleep[source]

sleep Sleep Process (v1.0)

Testing a long running process, in the sleep.This process will sleep for a given delay or 10 seconds if not a valid value.

Parameters:delay (float) – Delay between every update
Returns:sleep_output – Sleep Output
Return type:string

References

TropicalNights

class ecaswps.processes.wps_index_tn.TropicalNights[source]

tropical_nights Tropical Nights (v1.0)

Computes the Tropical Nights index: starting from the daily minimum temperature (1980-1990) TN, the Tropical Nights index is the number of days where TN > T (T is a reference temperature, e.g. 20 degree celsius)

Parameters:dataset (string) – Dataset
Returns:output – Map of Trophical Nights
Return type:image/png

References