Opened 11 years ago
Closed 11 years ago
#452 closed defect (invalid)
slice dimension number
Reported by: | Jinsongdi Yu | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | petascope | Version: | 8.5 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
CoverageInfo.getNumDimensions() only return the dimension number of the original coverage for the slice operation.
e.g slice on 3D eobstest[t(1)], the coverageInfo.getNumDimensions() will return 3
Change History (3)
comment:1 by , 11 years ago
Component: | undecided → petascope |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
So GetCoverageMetadata would give 2 rather than 3 in this case? Let's close it in this case then.
Note:
See TracTickets
for help on using tickets.
I believe that's what the
CoverageInfo
is supposed to do.The
GetCoverageMetadata
is meant to give info on the coverage selected by the WCS GetCoverage request, hence a posteriori of slicings and trimmings.Jin, please close this as invalid if you agree.