Opened 7 years ago

Closed 7 years ago

#1578 closed enhancement (fixed)

Make sure we use JSON and not CSV encode in petascope, raswct, etc.

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 9.5
Component: petascope Version: development
Keywords: Cc: Peter Baumann, Vlad Merticariu
Complexity: Medium

Description (last modified by Bang Pham Huu)

Our CSV encode is not very standard for 3D+ and using JSON would be much better.

Petascope, raswct, and any other client code that relies on encoding to CSV should be updated to use JSON. This is straightforward, the '{' and '}' handling should be simply changed to '[' and ']'.

There are 2 things need to change:
+ Petascope with GetCoverage in GML+XML using JSON format internally.
+ Raswct supports parsing value from JSON beside CSV.

Change History (3)

comment:1 by Dimitar Misev, 7 years ago

Description: modified (diff)

comment:2 by Peter Baumann, 7 years ago

definitely a good move! Should save some trouble in the future.

comment:3 by Bang Pham Huu, 7 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.