Opened 15 months ago
Closed 15 months ago
#2769 closed enhancement (duplicate)
NEW - Fixed axis aliases in WCPS
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | petascope | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
WCPS should support a couple of fixed axis aliases:
x
for spatial axis (Lon, Long, E)y
for spatial axis (Lat, N)z
for first non-spatiotemporal axis (e.g. height, depth, pressure)t
for first temporal axis (ansi, unix)
On data import, petascope disallows setting axis names
x
/y
for non-spatial axest
for non-temporal axesz
for spatio-temporal axes
These aliases can be used in operations where axis names are referenced:
- subsetting
- scale
- crsTransform
- extend
- flip, sort
- coverage constructor/condenser
- imageCrsDomain, domain
Note:
See TracTickets
for help on using tickets.