Peter Killick
Peter Killick
Improve the usability of concatenate by: * allowing concatenate to operate on cubes with differing data / coordinate points / coordinate bounds dtypes * producing more descriptive error messages on...
Extend the cube html repr to include the html repr of the cube's lazy dask array, if present. If the cube is not lazy or the dask version does not...
Use CSS variables defined in Jupyterlab for styling custom elements of the cube repr table. The primary advantage of doing this is that the cube html repr table will correctly...
In jupyter, if an enhanced repr (such as `_repr_html_`) fails, the exception is raised but the execution continues, also returning the standard repr. This is useful for noting that there's...
Dask task graphs seem to be optimised for many to one style processing: you load multiple files and perform some sort of aggregation / reduction to arrive at a single...
Add a subsection detailing what to do if you use dask + Iris for parallel file load and encounter merge conflicts when you try and merge the cubes. For example:...
One way to boost learning is to improve the physical environment within which these courses are taught. We could do this by producing posters that relate to the teaching material...
There is a set of things that we teach in every course that we run. These things don't directly relate to any of the specific SciTools courses; they are general...
Update the GRIB2 tables to a more recent version, as necessary. Note: ported directly (without any checks) from `Iris`: see https://github.com/SciTools/iris/issues/683
In some cases it is highly advantageous for cubes to be able to share a data object, which Iris currently cannot handle. This means Iris can in some cases produce...