Opened 10 years ago
Closed 10 years ago
#789 closed defect (fixed)
Get ordered vector coefficients
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | critical | Milestone: | 9.0.x |
Component: | petascope | Version: | development |
Keywords: | coefficients order | Cc: | |
Complexity: | Easy |
Description
Currently Petascope does not retrieve vector coefficients on irregular grid axis, ordered by their actual position along the axis.
The Postgresql function "array_agg" used to collect the coefficients from the database does not automatically sort (though it can, from Postgres v9).
Due to this bug, the database can sometimes return unordered coefficients, deriving in some wrong geo-metadata (bbox and general grid axis GML info, for instance).
Change History (2)
comment:1 by , 10 years ago
Status: | new → accepted |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Ordered coefficients retrieval fixed in changeset:0fed5c5.