Opened 11 years ago
Closed 5 years ago
#602 closed feature (duplicate)
Adding sorting capabilities to rasdaman
Reported by: | Piero Campalani | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | applications | Version: | development |
Keywords: | sort | Cc: | Peter Baumann, mantovani@… |
Complexity: | Hard |
Description
It would be a benefit in the potential of WCPS/rasql queries to add functions for sorting an array, for instance for computing rank correlations and normal probability plots.
As a first step, enabling 1D marrays to be sorted.
Useful links:
- http://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html
ndarray.sort([axis, kind, order]) Sort an array, in-place. ndarray.argsort([axis, kind, order]) Returns the indices that would sort this array.
Note:
See TracTickets
for help on using tickets.