Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 2765)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#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.

#58 fixed allow trimming with and without extending Peter Baumann
Description

sometimes trimming needs to be safe in that it is a proper subset. Sometimes an area overlapping with the input array is required whereby outside areas are filled with nulls. Both should be supported. Suggested approach:

  • add function: trim( mddExpr, pointExpr )
  • generalize existing trimming to combine trim() and extend(): a[trimExpr]
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.