Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 2765)

Ticket Resolution Summary Owner Reporter
#55 fixed RasJ Scalar Values Handling m.owonibi@…
Description

In cases where WCPS returns scalar values, the value returned by rasj is usually wrong and different from the value obtained if the equivalent query was to run on rasdaman For example, using the mr2 sampleimage as an example, Query using rasql: rasql -q 'select max_cells(r) from mr2 as r' —out string ……. Result element 1: 253

Query using WCPS: for c in (mr2) return max©

result = -3

#56 fixed Querying big result datasets Dimitar Misev Dimitar Misev
Description

Reported by Alexander Herzig

I get error messages while working on a large data set and I have no idea what’s going on…

spatial domain: [0:100499,0:137799] data type: unsigned char

$ rasql -q "select max_cells(m[0:50000,0:50000]) from woody as m" —out string —> works fine without error

$ rasql -q "select max_cells(m[45000:50000,45000:50000]) from woody as m" —out string —> produces error 356: Specified domain does not intersect with spatial domain of MDD

$ rasql -q "select max_cells(m) from woody as m" —out string —> produces error 2016: The index found more cells than allowed

#57 fixed optional HDF4 support not yet reflected in configure Peter Baumann Peter Baumann
Description

while configure.ac has been updated to make HDF4 optional, the configure script generated has not. Effect: Running configure still requires HDF4 to be installed. Fix: regenerate configure based on current configure.ac, push into repo.

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