Changes between Version 10 and Version 11 of Dev/GribFormat
- Timestamp:
- May 13, 2016, 4:49:32 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/GribFormat
v10 v11 1 [[PageOutline]] 2 = Support for decoding GRIB in rasdaman = 3 4 Decoding GRIB files in rasdaman can be enabled by specifying `--with-grib` when configuring rasdaman. In this case the [https://software.ecmwf.int/wiki/display/GRIB/Home libgrib_api] library must be installed; this library transparently supports both GRIB 1 and 2. 5 1 6 == WCSTImport == 2 7 WCSTImport will send this information to Petascope: … … 107 112 108 113 {{{ 109 UPDATE myCoverage AS m SET m[0:720,0:360,0:1, 0:1] ASSIGN VALUES decode($1, "#messages")114 UPDATE myCoverage AS m SET m[0:720,0:360,0:1, 0:1] ASSIGN VALUES inv_grib($1, "#messages") 110 115 }}} 111 116