Opened 3 years ago

Closed 3 years ago

#2388 closed enhancement (fixed)

Petascope - supports output in JSON from CIS 1.1

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

Description

Petascope supports GML from CIS 1.1 output already https://doc.rasdaman.org/05_geo-services-guide.html#cis-1-0-to-1-1-transformation

It should do the same for application/json when the extra parameter outputType=GeneralGridCoverage is added in WCS and WCPS requests:

  • WCS: GetCoverage request:
    REQUEST=GetCoverage&FORMAT=application/json&outputType=GeneralGridCoverage
    
  • WCPS:
return encode(c, "json", "{\"outputType\":\"GeneralGridCoverage\"}")

If the extra parameter is not added, Petascope returns the same json encoded from rasql as now.

Change History (1)

comment:1 by Bang Pham Huu, 3 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.