Changes between Version 10 and Version 11 of Dev/GribFormat


Ignore:
Timestamp:
May 13, 2016, 4:49:32 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Dev/GribFormat

    v10 v11  
     1[[PageOutline]]
     2= Support for decoding GRIB in rasdaman =
     3
     4Decoding 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
    16== WCSTImport ==
    27WCSTImport will send this information to Petascope:
     
    107112
    108113{{{
    109 UPDATE myCoverage AS m SET m[0:720,0:360,0:1, 0:1] ASSIGN VALUES decode($1, "#messages")
     114UPDATE myCoverage AS m SET m[0:720,0:360,0:1, 0:1] ASSIGN VALUES inv_grib($1, "#messages")
    110115}}}
    111116