Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#31 fixed Extending inv_tiff() in rasql to import tiff files with float data type Peter Baumann m.owonibi@…
Description

Currently, inv_tiff() functionality in rasql only allows for importing char-typed tiff files, it needs to be extended to read and insert into and update collections with tiff files with float data types.

#32 duplicate multiplication by long scalar delivers wrong result cj Andrei Aiordachioaie
Description

The query select png(((c)*(2))) from rgb AS c returns a weird image. The underlying data of rgb is 3-banded, but the result of this query looks like this 3-band data is assumed to be 1-band. Attached is my result of the above query.

For comparison, the query where the scalar is a char value delivers the correct result: select png(((c)*(2c))) from rgb AS c

#33 fixed remove "#ifdef NO_OFFICIAL_RELEASE" msahakyan Peter Baumann
Description

In rascontrol, some functionality is conditional on NO_OFFICIAL_RELEASE, which technically is not justified. Task is to remove the #ifdef and test the functionality thus released.

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