Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 2765)

Ticket Resolution Summary Owner Reporter
#2740 fixed FIX - Update ANTLR4 version in petascope to work with java 11+ Bang Pham Huu Bang Pham Huu
Description

ANTLR4 only works java7 for buildParser.sh and it is not kept up with recent supported java version (11+).

#2739 fixed FIX - wcs_import enforce `resolution` for regular axes in general recipe Bang Pham Huu Bang Pham Huu
Description

Fixes:

  • wcst_import must validate if axis is regular in the general_recipe ingredients file, then, resolution value must be specified for this axis.
  • regular time axis must work with UnixTime CRS properly like it works with AnsiDate CRS.

Fixed (NOTE: time_series_regular has time_start setting, any new importing session will start from this date regardless of input file names, hence, the below statement is incorrect):

I've found that, with `time_series_regular`  recipe when `dateTime` is not bound (i.e. it comes from input file names) it has wrong behavior for this regular axis.

- If I have a file with name `SCALED_M_LSTDA_2015-01.TIFF` then I import it, it will go to the `index 0th` in grid domain. That is correct.
- However, when I removed this file, and copy a new file called `SCALED_M_LSTDA_2015-12.TIFF`, then I continue importing, it will go to the `index 0th` again. That is incorrect.

#2738 fixed rasql - FIX - sort returns different results for each running nivlev@… Bang Pham Huu
Description
rasql -q 'SELECT encode(SORT c ALONG 0 AS i ASC BY c[i[0],39], "jpeg")   FROM mr2 AS c' --out file

Output changes everytime the above command is executed.

The mr2 collection can be inserted with rasdaman_insertdemo.sh

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