Opened 4 years ago
Closed 4 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.
Note:
See TracTickets
for help on using tickets.