Opened 8 years ago
Closed 8 years ago
#1446 closed defect (fixed)
WCPS should use json-style format parameters in rasql encode
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.3 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
rasql supports a much better interface for the format parameters of the decode/encode functions: wiki:CommonFormatsInterface
WCPS however still uses the old style KVP parameters (except for netcdf and GRIB?) which are deprecated: wiki:RasqlEncodeFunction
WCPS should switch to the new style when translating encode to rasql.
Change History (2)
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
the patch was applied, close ticket.
Note:
See TracTickets
for help on using tickets.
Current there is no encode for GRIB only having of NetCDF encoding in JSON format. So, we should be consistent with new JSON format from WCPS.