Changes between Initial Version and Version 1 of Ticket #2737


Ignore:
Timestamp:
Jul 26, 2023, 3:13:44 PM (15 months ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2737

    • Property Owner changed from Dimitar Misev to nivlev@…
  • Ticket #2737 – Description

    initial v1  
    11{{{
    2 SELECT encode( ( FLIP c[0:10,0] ALONG 0 ) , "netcdf" , "{\"dimensions\":[\"Lon\"],\"variables\":{\"Lon\":{\"type\":\"double\",\"data\":[112.225,112.725,113.225,113.725,114.225,114.725,115.225,115.725,116.225,116.725,117.225],\"name\":\"Lon\",\"metadata\":{}},\"Gray\":{\"type\":\"char\",\"name\":\"Gray\",\"metadata\":{\"description\":\"\",\"units\":\"10^0\"}}},\"nodata\":[]}")   FROM test_mean_summer_airtemp AS c
     2rasql -q 'SELECT encode( FLIP c[0:10,0] ALONG 0, "json") FROM test_grey AS c' --out string
    33}}}
    44
    5 with error
     5throws error
    66
    77{{{
    8 xception: Minterval index violation (index range [$low,$high], index $index)
     8Exception: Minterval index violation (index range [$low,$high], index $index)
    99}}}
    1010
     11but it should not throw any errors.