Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#913 fixed Move coverage's grid origin when domain is extended Vlad Merticariu Vlad Merticariu
Description

Right now a coverage's grid origin is in O (0 on every dimension). However, when a coverage is extended, the new information might be added at negative axis coordinates (e.g. adding a slice at the bottom of a time-series cube).

In this case the grid origin should be changed to reflect the new corner point.

#914 fixed Refactor petascope ExceptionCodes into Exceptions for WCS-T Bang Pham Huu Vlad Merticariu
Description

The exceptions thrown by WCS-T insert are using dedicated ExceptionCodes and the general WCSException.

The ones thrown in the update operations are separate classes, sucblassed from WCSTException. This allows catching them by type (instead of catching all WCSExceptions and then do a type check), as well as easy customization and parameterization of the exception messages.

The task is to go through the WCST* ExceptionCodes, and create, for each of them, a subclass of WCSTException, following the model used, for example, in the UpdateCoverageHandler.

#962 fixed Irregular axis subset limits are pushed to the axis bounds when no slice is intersected. Vlad Merticariu Vlad Merticariu
Description

Issuing a subset request on an irregular axis returns the entire axis extent when no slice is present between subsetLow and subsetHi.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.