Hamish Steptoe
Hamish Steptoe
## 🚀 Pull Request ### Description Improve the conversion of a Cube to a Pandas data.frame. Aims to address #4526 Aims to deal with: - [x] An arbitrary number of...
## 🚀 Pull Request ### Description Some relatively minor enhancements to the docs for the `cube.slices()` and `cube.slices_over()`. - Made some of the wording clearer - Modified examples to use...
To do list for changes to Worksheets 2a & 2b for v2 release.
I think this repo/project is now seeing sufficient development that we should issue it with a DOI. This would: (a) provide it with a permanent and persistent point of reference,...
Currently the notebooks have a lot of hard-coded content that references SE Asia. We should aim to make the notebooks more agnostic to the input (CORDEX) data being used, so...
The data directory associated with the notebooks `/project/precis/worksheets/data` needs rationalising. The aim is to eventually add this to the github repo via git Large File Store (git lfs) so the...
## 🐛 Bug Report When looking to cite iris, there is a mismatch between what is available to cite via Zenodo (which is ultimately where the iris DOI resolves to)...
## 🚀 Pull Request ### Description Fixes #6126 by exposing the shape geometry to the user. Adds to docs and docstrings to make it clearer how to use this. ---...
## 🐛 Bug Report In `_shapefiles._transform_coord_system` the `geometry_system` var is always `None` which results in masking geometries always being assume to be `DEFAULT_CS` which is a lon/lat CRS. https://github.com/SciTools/iris/blob/b8f554f7b8899f2ff6754857d59fc48944ef8e9b/lib/iris/_shapefiles.py#L94 👇...