.
Tools for handling Fiduceo formatted FCDR (Fundamental Climate Data Record) and CDR (Climate Data Record)files.
reader
- reading utilitieswriter
- writing utilitiestest
- test classes
The FCDR/CDR Tools depend on a number of modules, namely:
xarray
netcdf4
numpy
numexpr
dask
gridtools
- (channel "cablab")
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"'