Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Owner Reporter Resolution Summary
#505 Piero Campalani Piero Campalani fixed Performance leak for timestamp to numeric coordinate conversion
Description

When a WCS GetCoverage requests specifies temporal subsettings with ISO8601 notation (which shall be within double-quotes), the values are converted to the proper numerical equivalent a priori, based on the temporal CRS associated with the coverage.

Currently the algorithm is based on a simple increase of time units from the origin of the t-CRS, but this can be very expensive when the temporal resolution is much smaller with respect to the origin-subset range, e.g. with Unix time CRS.

An optimal algorithm should be implemented, which flexibly adjusts to different time scales and steps.

#567 Peter Baumann Peter Baumann fixed HTML documentation needs to be integrated
Description

starting with share/rasdaman/doc/index.html, the HTML files gnerated by doxygen and javadoc are not found any longer. On the contrary, some subdirectories have been established, but not integrated. This needs to be corrected.

#638 uagha Piero Campalani fixed CSV encoding problem with multiband collections
Description

CSV does not seem to provide idempotent responses with multiband collections:

$ rasql -q "select csv(c) from rgb AS c" --out string > out1.tmp
$ rasql -q "select csv(c) from rgb AS c" --out string > out2.tmp
$ diff out1.tmp out2.tmp

Looking at the outputs, there are some contiguous values which change, others do not.

This does not seem to happen with single band collections (I tried mr)

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