Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 2765)

Ticket Resolution Summary Owner Reporter
#2731 fixed FIX - rasql wrong error messages for subsets mrodionych@… Bang Pham Huu
Description

This query is valid but the error shows:

rasql -q 'SELECT encode( c[0,0:39][39:39] , "text/csv")  FROM test_mr AS c'
rasdaman error 356: Execution error 356 in line 1, column 25, near token [: Specified domain does not intersect with spatial domain of MDD.
#2730 fixed FIX - WCPS multipart does not work with scale() Bang Pham Huu Bang Pham Huu
Description

For example:

  for c in (test1, test2),
      d in (test3, test4)

return encode( scale ( c + d, {i:"CRS:1"(0:10), j:"CRS:1"(0:20) } ), "png" )

It should run 4 queries:

  • FROM test1, test3
  • FROM test1, test4
  • FROM test2, test3
  • FROM test2, test4

and return as a combined result

#2729 fixed WMS - FIX - YX grid order coverage return wrong results Bang Pham Huu Bang Pham Huu
Description

For example a weather netCDF has Lat Lon grid order, then the WMS GetMap requests return wrong result.

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