Opened 3 years ago

Closed 2 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 Dimitar Misev, 3 years ago

Priority: majorminor

comment:2 by Bang Pham Huu, 2 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.