Changes between Version 2 and Version 3 of Ticket #1910


Ignore:
Timestamp:
Nov 21, 2018, 8:06:15 AM (5 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1910

    • Property Component undecidedpetascope
  • Ticket #1910 – Description

    v2 v3  
    99returns
    1010
    11 "axis1 axis2... value", "axis1 axis2... value", ...
     11["grid_coord_1 grid_coord_2... value1 value2 ...",
     12 "grid_coord_1 grid_coord_2... value1 value2 ...",
     13 ...]
    1214}}}
     15
     16Petascope will parse the returned result, and convert the axis1 axis2... grid coordinates to corresponding geo coordinates. This needs to be done carefully with respect to the axis order in rasdaman. So the final result will be
     17
     18{{{
     19["geo_coord_1 geo_coord_2... value1 value2 ...",
     20 "geo_coord_1 geo_coord_2... value1 value2 ...",
     21 ...]
     22}}}
     23
     24Petascope should preserve these characters (+ whitespace) as they appear in the json/csv result from rasdaman:
     25{{{
     26{ } [ ] " ,
     27}}}