Results 21 issues of Bryan Lawrence

If I have a field, `f`, which has no standard_name, then ``` f.standard_name ``` currently returns ``` AttributeError: 'Field' has no 'standard_name' property ``` Shouldn't the correct answer be `None`,...

enhancement

The output of cf-dump seems to be seeing some sort of escaping and not liking it. Problem manifests in a docker container (you can use the `atmbnl/datatools` container to see...

bug

I was getting this ``` bibble bib/pubs.bib bib/publications.tmpl > _includes/pubs.html Traceback (most recent call last): File "/home/bnl/anaconda2/bin/bibble", line 11, in sys.exit(main()) File "/home/bnl/anaconda2/lib/python2.7/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs)...

The disease trajectory for any individual is currently set at infection. That trajectory includes the prospect of hospitalisation with or without an ICU visit and an endpoint of death or...

I want to find which axis in the field is associated with time, but I also want to know where it is in the chunk shape matrix. Concrete example: I...

question
API review (4.0.0)

The current behaviour when reading a chunked file is somewhat surprising (to me). If one reads this variable: ``` float UM_m01s02i205_vn1106(time, latitude, longitude) ; # skip uninteresting attributes for this...

enhancement
API review (4.0.0)

1. If you search the document for chunksizes you get a lot of stuff about dask chunk sizes first. Can be confusing if you are interested in variable chunksizes. 3....

enhancement
API review (4.0.0)

In introducing CF concepts I find I want to introduce three separate ideas (see [attached lecture excerpt])(https://github.com/NCAS-CMS/cf-python/files/15261595/lecture05-cfconcepts.pdf) - We are generally dealing with an field with a range of property...

enhancement
API review (4.0.0)

Usecase: I read some pp data, and look at what I have. I then write the same data out to netcdf, and read it back in. I expect the list...

bug

#### What happened: The test suite raised two errors #### What you expected to happen: No errors #### Context: Python 3.11.8 H5py 3.11.0 h5netcdf version 999 ?? (actually latest main)...