Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 2765)

Ticket Resolution Summary Owner Reporter
#49 duplicate Induced operation breaks MDD structure cjucovschi Andrei Aiordachioaie
Description

The query

SELECT png(100 + rgb) FROM rgb

produces the wrong result. The structure of the coverage is somehow lost during processing, and the PNG encoder interprets the result of the addition as a one-band mdd !

However, casting the integer to char solves the problem:

SELECT png(100c + rgb) FROM rgb

#50 wontfix Makefile to test HDF conversion esteves@…
Description

Hi all,

We are trying to compile the example that comes with rasdaman, in folder "…/rasdaman/conversion/test", but the Makefile does not allow us to do "make". We especially would like to test the HDF conversion. Any help to write a correct Makefile that allows to test HDF conversion?

Thanks in advance.

Antonio Esteves

#51 fixed auto-generated Makefiles not up-to date Peter Baumann Peter Baumann
Description

The Makefile does not reflect the state as generated with automake. Hence, it leads to compile errors. The Makefiles autogenerated from the current source should be uploaded to the repo.

Workaround:

autoreconf automake

(found by John Preston)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.