Changes between Version 1 and Version 3 of Ticket #1578


Ignore:
Timestamp:
Jul 5, 2017, 8:08:46 AM (7 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1578

    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #1578 – Description

    v1 v3  
    22
    33Petascope, 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 `']'`.
     4
     5There are 2 things need to change:
     6+ Petascope with GetCoverage in GML+XML using JSON format internally.
     7+ Raswct supports parsing value from JSON beside CSV.