/FCDRTools

WP3 tools to create the FCDRs

Primary LanguagePython

FIDUCEO FCDR Tools

.

FCDR Tools

Tools for handling Fiduceo formatted FCDR (Fundamental Climate Data Record) and CDR (Climate Data Record)files.

Status

Build Status codecov.io

Contents

  • reader - reading utilities
  • writer - writing utilities
  • test - test classes

Dependencies

The FCDR/CDR Tools depend on a number of modules, namely:

  • xarray
  • netcdf4
  • numpy
  • numexpr
  • dask
  • gridtools - (channel "cablab")

Testing

The FCDR tools are developed using a large set of unit-level and integration tests. To check correct functionality please execute in the module root directory:

'python -m unittest discover -p "*_test.py"'

To execute I/O based (slow) tests, please execute

'python -m unittest discover -p "*_iotest.py"'