cf-python
cf-python copied to clipboard
A CF-compliant Earth Science data analysis library
This PR is dead, due to being superseeded by #805. It used to be a fix for #501
Dear @davidhassell and @sadielbartholomew A few months ago I recall David reporting much faster time for `cfa` processing `pp` files. I've installed the latest version of cf-python and dependencies, I...
``` python Python 3.11.8 | packaged by conda-forge | (main, Feb 16 2024, 20:53:32) [GCC 12.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cf...
To help to avoid bugs whereby an untrue and/or misleading exception message is raised due to some logical issue, such as #732, we should try to test not only that...
A fairly common operation for users of cf, and one we know we will need for TWINE-VISION project purposes, is to read in a dataset defining orography and attach it...
### General feature idea (As identified during a video call discussion yesterday with @davidhassell.) We now have 12 example fields all of which are distinguished by their numbering only, but...
In our 'Introduction' docs page and equivalent README summary, we currently we advertise cf-plot as shown in the screenshot below, but providing just one image to showcase the library under-sells...
Unlike `cfdm` which has no concept of a `Fieldlist`, cf-python should return fields contained in a `FieldList` object rather than a regular Python list, which it returns at the moment:...
Currently netCDF files are only opened and read by the `netCDF4` library. However, `netCDF4` can't read files in S3 object stores. `h5netcdf`, on the other hand can, access S3 netCDF-4...
Implementing active storage reduction operations.