Opened 6 years ago
Closed 6 years ago
#2023 closed defect (fixed)
wcst_import: validate that number of axis matches CRS
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | minor | Milestone: | 9.8 |
Component: | wcst_import | Version: | 9.7 |
Keywords: | Cc: | ||
Complexity: | Hard |
Description
.. in general_coverage in particular, e.g. if user specifies "crs" with 4 axes but 5 "axes", wcst_import should throw an error.
Change History (3)
comment:1 by , 6 years ago
Complexity: | Medium → Hard |
---|
comment:2 by , 6 years ago
either wcst_import or petascope already have to lookup the axes in the compound CRS.
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The problem is how to know how many axes in compound CRS and it is hard.