Custom Query (2764 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 2764)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#2789 fixed Fix - endpoint in petascope to return the version from rasql Bang Pham Huu Bang Pham Huu
Description

In petascope it has this endpoint /rasdaman/admin/version to return the rasdaman version by running query: select version() underneath.

The result is:

10.2.12 from the output of rasql:

Result element 1: rasdaman 10.2.12 on x86_64-linux-gnu, compiled by g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
#2788 fixed Fix - WsClient - Add options to get result for Wcs DescribeCoverage / GetCoverage in CIS 1.1 format Bang Pham Huu Bang Pham Huu
Description

in the WS client, coverages should be provided following the CIS 1.1 GeneralGridCoverage structure. to this end: in DescribeCoverage and GetCoverage, add a line "coverage type {drop-down-menu}", with default CIS 1.1 and options:

CIS 1.1 GeneralGridCoverage
CIS 1.0 GridCoverage / RectifiedGridCoverage / RectifiedGridCoverage (legacy)
#2787 fixed FIX - validate colorTable in JSON string when creating a new WMS style Bang Pham Huu Bang Pham Huu
Description

to avoid the error like below with comments in JSON string:

"colorMap": { "type": "values", "colorTable": { "0": [254, 254, 255, 255], // Dry "1": [43, 41, 171, 255], // Permanent water "2": [75, 42, 254, 255], // Temporary water "3": [1, 190, 255, 255], // Permanent wet "4": [47, 255, 223, 255], // Temporary wet "253": [254, 242, 192, 255], // Sea water "254": [153, 153, 153, 255], // Unclassifiable "255": [254, 254, 255, 255] // Outside area } }
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.