Opened 3 years ago
Closed 3 years ago
#2525 closed enhancement (fixed)
WCPS - supports domain() without axis label specified
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
With page 26 of WCPS 1.1
WCPS function | Result description | Examples |
domain( C ) | domain( C ) | (lower bound, upper bound) numeric / string pair |
then, for example, a 3D coverage C
with Lat
, Long
and time
axes will have:
domain(C) = Lat(30.5:30.8),Long(40.5,40.7),time("2015-01-02T00:00":"2015-01-02T00:00")
If no objection I will implement that next week.
Note:
See TracTickets
for help on using tickets.