Open bnlawrence opened 2 months ago
The code in CFAhandler()
(found in cfs/db/cfa_tools.py
) could be rewritten to use cf or cfdm functionality only. This would be preferable to the way it is done now with fragile NetCDF attribute traversal. (This code is tested in the standard test suite, though extra coverage would be nice.)
A lot of the file and information handling in CFAhandler() is probably unnecessary given the methods available in cf-python.
E.g
provides information we could probably directly use without the code I have now, if I did but know how to reference these items. To discuss with David when he returns.