Opened 6 years ago
Last modified 6 years ago
#1902 closed enhancement
Timeseries recipes should import with t/x/y axis order rather than x/y/t — at Initial Version
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | wcst_import | Version: | development |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
Irregular (and probably regular) timeseries recipes import data with x/y/t axis order. This is inefficient - more than 2x slower for both ingestion and typical timeseries subsetting.
wcst_import should detect what order is currently used in petascope for the coverage:
- if it's a new coverage then use x/y/t
- otherwise use whatever order is already used in the coverage
Note:
See TracTickets
for help on using tickets.