Opened 12 years ago

Closed 12 years ago

#101 closed enhancement (wontfix)

Per collection management of "no data" value

Reported by: beccati@… Owned by:
Priority: minor Milestone:
Component: rasserver Version:
Keywords: Cc:
Complexity: Medium

Description

It would be nice to have rasdaman use a different value than zero for pixels that have not been initialised if the domain specific data usually has a different value and zero is a valid data value.

It can be useful especially for three or more dimensional arrays where slices are inserted at different points and data between them is set (or left) to default no data values.

Change History (4)

comment:1 by Dimitar Misev, 12 years ago

Resolution: fixed
Status: newclosed

This is a feature of rasdaman enterprise, which allows defining null values in the set type definition, e.g:

typedef set <GreyImage> null values [0:2,100,200:255] NullValueSet;

comment:2 by beccati@…, 12 years ago

If this means that it will not be made available as a feature of the community version I would set it as wont fix, not fixed.

Somewhat crippling, hope someone contributes it to the community version sometime.

Meanwhile using an offset may be a straight workaround to it.
Alan

comment:3 by Dimitar Misev, 12 years ago

Resolution: fixed
Status: closedreopened

Yes you're right, wontfix would be better.

comment:4 by Dimitar Misev, 12 years ago

Resolution: wontfix
Status: reopenedclosed
Note: See TracTickets for help on using tickets.