Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 2765)

Ticket Resolution Summary Owner Reporter
#2737 fixed rasql - FIX - invalid error Minterval index violation (index range [$low,$high], index $index) nivlev@… Bang Pham Huu
Description
rasql -q 'SELECT encode( FLIP c[0:10,0] ALONG 0, "json") FROM test_grey AS c' --out string

throws error

Exception: Minterval index violation (index range [$low,$high], index $index)

but it should not throw any errors.

#2736 invalid rasql - FIX - error with Value expression must be either of type atomic or complex Dimitar Misev Bang Pham Huu
Description
SELECT encode( (  add_cells( add_cells( (  (  (  (  ( c[16:35,42:60] )  -  ( project( d[16:35,42:60], "119.975,-39.474999999999987,129.975,-29.974999999999987", "EPSG:4326", "EPSG:4326", cubicspline ) )  )  *  (  (  ( c[16:35,42:60] )  -  ( project( d[16:35,42:60], "119.975,-39.474999999999987,129.975,-29.974999999999987", "EPSG:4326", "EPSG:4326", cubicspline ) )  )  > 0 )  )  * 5 )  ) )  *  ( MARRAY i in [16:35] VALUES  ( <[0:1] 4.5846843086,4.5846848184> )  ) )  )  /  (  ( 60 - 42 + 1 )  *  ( 35 - 16 + 1 )  ) , "json" , "{\"nodata\":[]}")   FROM test_mean_summer_airtemp AS c, test_mean_summer_airtemp AS d

error

Execution error 412 in line 0, column 0, near token : Value expression must be either of type atomic or complex.
#2735 fixed FIX - if axis CrsDefinition is null then petascope should fetch it instead of null error Bang Pham Huu Bang Pham Huu
Description

In Axis.java when getCrsDefinition() returns null, then it should use CrsUtil to fetch crsDefition from axis CRS.

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