Custom Query (2764 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 2764)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#125 fixed rasgeo expects same user for postgres and rasdaman HerzigA@… Dimitar Misev
Description

I think it would be better if we can separately specify postgres and the rasdaman users in the connect file?

#1858 fixed rasql should output scalar results to a file on --out file aahmed Dimitar Misev
Description

Specifying --out file in rasql has no effect if the results are scalars, the result is simply printed to stdout:

$ rasql -q 'select 1' --out file
rasql: rasdaman query tool v1.0, rasdaman 9.7.0.
Opening database RASBASE at localhost:7001... ok.
Executing retrieval query... ok.
Query result collection has 1 element(s):
  Result element 1: 1
rasql done.

This inconsistency should be fixed, —out file should be handled in the same way as for array results. Same should be ensured for minterval/sinterval and point results.

This code for rasql and printing results is in source:applications/rasql/rasql.cc

Doing this change will require updating the source:systemtest/util/common.sh probably in how the comparison is done for scalar results (this will probably need to be removed: browser:systemtest/util/common.sh#L861)

#937 fixed WCPS1.5_Support GML output in WCPS Andrei Badoi Dimitar Misev
Description

It should be possible to get output equivalent to the WCS GetCoverage with WCPS, e.g. with encode(c, "GML"). This should be simple to do by reusing the GetCoverage WCS handler.

1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.