Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 2765)

Ticket Resolution Summary Owner Reporter
#60 fixed Importing and outputting multi-band tiff files via rasql Dimitar Misev anonymous
Description

currently, rasdaman can only import and output 1 band and 3 band tiff files via rasql. However, tiff files can have any arbitrary number of bands. therefore, rasdaman should be improved such that one can write

rasql -q 'insert into test_multiband_collection values inv_tiff($1)' —file multiband_tiff_file

Likewise, rasdaman should be able to output a multi-band tiff file which is stored in it

#61 fixed rasdaman v8.2 compile error: rasmgr_config.cc herziga@…
Description

error compiling rasdaman v8.2 (05/07/11) on Kubuntu 11.04 2.6.38-10-generic i686 i386 GNU/Linux

error message:

rasmgr_config.cc: In member function ‘const char* Configuration::makeLogFileName(const char*)’: rasmgr_config.cc:555:64: error: ‘mkdir’ was not declared in this scope

proposed fix: add include directive: #include <sys/stat.h>

#63 fixed standard marray operation fails in system test Jinsongdi Yu Dimitar Misev
Description

The following marray operation fails in the system test:

select marray x in [1:5], y in [1:10] values a[ x[0], y[0] ] from mr2 as a
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.