Opened 4 years ago
Closed 4 years ago
#2439 closed defect (fixed)
Petascope - Subset error with approximate coefficients
Reported by: | Bang Pham Huu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
For example, this coverage Yulin_test_0315_from140
has these coefficients for time axis
"2018-08-24T17:00:00.000Z" "2018-08-24T18:00:00.000Z" "2018-08-24T19:00:00.000Z" "2018-08-24T20:00:00.000Z" "2018-08-24T21:00:00.000Z" "2018-08-24T22:00:00.000Z"
and these WMS GetMap requests have error
localhost:8082/rasdaman/ows?bbox=22.5,119.25,24.75,121.5&crs=EPSG:4326&format=image/png&height=256&layers=Yulin_test_0315_from140&request=GetMap&service=WMS&styles=test&time="2018-08-24T22:00:00.000Z"&transparent=TRUE&version=1.3.0&width=256 localhost:8082/rasdaman/ows?bbox=22.5,119.25,24.75,121.5&crs=EPSG:4326&format=image/png&height=256&layers=Yulin_test_0315_from140&request=GetMap&service=WMS&styles=test&time="2018-08-24T21:00:00.000Z"&transparent=TRUE&version=1.3.0&width=256
errors
>Subsetting '"152542.75":"152542.75"' does not contain any coefficients of irregular axis 'ansi'. Failed when processing WMS request: Input upper bound '0.20833333333333333333333333333333333333333333333333' is greater than the direct positions' upper bound '0.20833333333333333333333333330000000000000000000000' of irregular axis 'ansi'.
Note:
See TracTickets
for help on using tickets.