iris
iris copied to clipboard
A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data
Make clear in all docstrings which functions are lazy and which are not. Currently only some functions have this description (presumably those which have been updated to be lazy recently)....
Did we want to unpin the `legacy=1.13` printing of `numpy` arrays for the `2.1` release of `iris` since we've worked hard to have `numpy>=1.14` ? Or do this in the...
NetCDF loading requires to support the global `external_variables` attribute [CF 2.6.3 External Variables](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#external-variables) so that `cell_measures` which reference a NetCDF variable that is not in the same file as the...
## ✨ Feature Request The `iris.save` function only supports saving a single file at a time and is not lazy. However, the [`dask.array.store`](https://docs.dask.org/en/latest/array-api.html#dask.array.store) function that backs the NetCDF saver supports...
## TL;DR Using [`iris.tests.stock.netcdf._add_standard_data()`](https://github.com/SciTools/iris/blob/a908a27937e4ca8eb810001ebd64f11ff75dce72/lib/iris/tests/stock/netcdf.py#L95-L135) demands much more memory than expected for variables spanning both **unlimited** and standard dimensions, only with NetCDF-4 format files. ## Context [`iris.tests.stock`](https://github.com/SciTools/iris/tree/a908a27937e4ca8eb810001ebd64f11ff75dce72/lib/iris/tests/stock) includes the ability to...
## 📚 Documentation This is a documentation feature request! Is it possible to get a site map within Sphinx, so you can see the whole docs structure laid out? Often...
## ✨ Feature Request iris.analysis.cartography.area_weights should work for cubes on a Lambert Conformal Grid ## Motivation at the current time, the iris.analysis.cartography.area_weights function only supports spherical geometries (regular lat/lon and...
## 📚 Documentation There's no documentation currently on how to use the iris.aux_factory module at the moment, either on creation of new factories or how to work with them in...
## 🐛 Bug Report I am loading cubes from .pp files with iris.load_cube(). I'm trying to do like this: `iris.load_cube(filepath,var_name&time_constaint)`, which works for the majority of my files but doesn't...