Results 21 issues of Bryan Lawrence

I have network attached disk available for backup, but I cannot select it because I am only shown physical disks other than my system disk. This would be absolutely suitable...

I am attempting to aggregate as set of UM pp files in a directory. These include a file which appears to have a 30th of February. I had expected cf-python...

bug

The current version is 3.4.0. I have 3.0.1 in a (relatively recent) conda install via the ncas channel. It would be good to have clarity about which versions are available...

documentation

Currently with CFA aggregation, if new fragment files are added to a directory, it is necessary to read all the fragments to (re)build a new aggregation file. Not only is...

enhancement

Consider the following use case: - A directory (or nested set of directories) includes data files which have variables which are available on both daily and monthly means. Currently we...

enhancement
aggregation
CFA

Consider the following use case: - A cf aggregation points to 365 daily files each of which has a high resolution 3D grid for a variable for 24 hours. -...

enhancement
aggregation
CFA

### Description I have followed the examples for generated regional rotated model maps. They work for those defined by CORDEX, for the northern hemisphere, but break with a southern hemisphere...

Type: Enhancement
Component: proj

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

If I have a series of cf fields in a list, each of which has time-bound: sum and a set of contiguous (or even non-contiguous) bounds, I would expect a...

bug

``` def domain_summary(f): """ For a given field and it's domain, get a domain summary """ #FIXME: should be outer edge of bounds, and I am not sure about the...

question