cf-python icon indicating copy to clipboard operation
cf-python copied to clipboard

A CF-compliant Earth Science data analysis library

Results 183 cf-python issues
Sort by recently updated
recently updated
newest added

This PR is dead, due to being superseeded by #805. It used to be a fix for #501

enhancement
active storage

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...

question
um/pp

``` 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...

bug
dask

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...

testing

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...

documentation
enhancement

### 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...

enhancement

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...

documentation
enhancement

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:...

bug

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...

enhancement
dataset read

Implementing active storage reduction operations.

enhancement
active storage