Opened 8 years ago
Closed 7 years ago
#1510 closed defect (fixed)
wrong subset syntax in WCS-T?
Reported by: | Peter Baumann | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.4 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev, Bang Pham Huu | |
Complexity: | Easy |
Description
it seems that the subsetting parameter in WCS-T are not implemented according to the standard ("subset=…") but like "subset1=…,subset2=…".
Actions:
- check implementation
- if really deviating, adjust to std
Change History (8)
comment:1 by , 8 years ago
Cc: | added |
---|
comment:2 by , 8 years ago
WCS-T reuses the subset parameters used by WCS. The implementation currently supports both:
and
comment:4 by , 8 years ago
if Petascope supported then it needs to be fixed in wcst_import to use the subset parameter only.
comment:5 by , 8 years ago
hm, why are we supporting something nonstandard? I cannot remember a conscious design decision for this. Neither I can see any advantage. However, it is confusing for users.
comment:6 by , 7 years ago
Priority: | critical → major |
---|
Ok so this is nothing critical. As discussed, wcst_import will be changed to support the standard syntax.
comment:7 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:8 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
any updates?