Project

General

Profile

cdo.{rb,py} - Release 1.2.1

Added by Ralf Mueller over 11 years ago

New Feature:

  • new return option: Masked Arrays
    if the new keyword returnMaArray is given, its value is taken as variable
    name and a masked array wrt to its FillValues is returned, examples for python and ruby can be found in the unit tests
    contribution for python by Alex Loew
  • Error handling: return stderr in case of non-zero return value + raise exception
    contribution for python from Estanislao Gonzalez (#3047)
  • Autocompletion and built-in documentation through help() for interactive use
    contribution from Estanislao Gonzalez [python] (#3048)
  • Added help operator for displaying help interactively [ruby]
    "sample": https://github.com/Try2Code/cdo-bindings/blob/master/ruby/test/test_cdo.rb#L299

Installation works as usual with pip and gem.


Comments