Opened 4 years ago
Closed 3 years ago
#2437 closed enhancement (fixed)
wcst_import - ${bbox} expression in the ingredients file
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | minor | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu, Peter Baumann | |
Complexity: | Medium |
Description
wcst_import has a new data expression called ${bbox}
which can be used in hooks. The specification is:
The ${bbox}
object containing the multi-dimensional bounding box of the data region affected by the update for each axis there is one element, identified by its axis label, with two components:
min
: the minimum bbox value along this axis
max
: the maximum bbox value along this axis
Examples: ${bbox:AXIS_LABEL:VALUE}}
${bbox:Lat:min}
${bbox:Long:max}
${bbox:time:max}
Change History (2)
comment:1 by , 4 years ago
Priority: | major → minor |
---|
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.