Changes between Initial Version and Version 1 of Ticket #2737
- Timestamp:
- Jul 26, 2023, 3:13:44 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2737
- Property Owner changed from to
-
Ticket #2737 – Description
initial v1 1 1 {{{ 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 2 rasql -q 'SELECT encode( FLIP c[0:10,0] ALONG 0, "json") FROM test_grey AS c' --out string 3 3 }}} 4 4 5 witherror5 throws error 6 6 7 7 {{{ 8 xception: Minterval index violation (index range [$low,$high], index $index)8 Exception: Minterval index violation (index range [$low,$high], index $index) 9 9 }}} 10 10 11 but it should not throw any errors.