Changes between Version 16 and Version 17 of Grass7/TemporalGISAlgebra
- Timestamp:
- 07/05/13 08:54:58 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Grass7/TemporalGISAlgebra
v16 v17 198 198 C = if(equal, Temp > 10.0, Prec / 3600.0 / 24.0 {equal,=/} td(Prec)) 199 199 }}} 200 Compute the mean value of all maps from STRDS A that are located during time intervals of STRDS B if more than one map of A is contained in an interval of B, use A otherwise, the resulting time intervals are computed as temporal union and stored in C:200 Compute the mean value of all maps from STRDS A that are located during time intervals of STRDS B if more than one map of A is contained in an interval of B, use A otherwise, the resulting time intervals are either from B or A: 201 201 {{{ 202 202 C = if(B {contain,#} A > 1, (B {contain, =+} A - B) / (B {contain,#} A), A)