Ruth Comer
Ruth Comer
Is this something that can be raised with RTD? It seems like a pretty big usability gap to not get the api docs for the exact thing you searched. In...
Hi @cgsandford, can you get what you want using ```python tcoord = cube.coord("time") time_points = tcoord.units.num2pydate(tcoord.points) ``` ? Or this might work ```python import iris.plot as iplt iplt.scatter(cube.coord("time"), cube[4]) ```
> As noted, using Iris' own plotting functions sorts out Matplotlib (because Iris uses [nc-time-axis](https://github.com/SciTools/nc-time-axis)). Note that Iris will convert to `datetime.datetime`s for plotting if it finds the "gregorian" calendar,...
Looking at the docstrings for the coordinate [cell](https://scitools-iris.readthedocs.io/en/stable/generated/api/iris/coords.html#iris.coords.Coord.cell) and [cells](https://scitools-iris.readthedocs.io/en/stable/generated/api/iris/coords.html#iris.coords.Coord.cells) methods, they don’t actually mention anything about the conversion to datetimes. It’s not obvious that a cell point should be...
Related: https://github.com/matplotlib/matplotlib/issues/24951
I may have misunderstood but, from the discussion at https://github.com/Unidata/cftime/issues/303, it looks like you didn't know to use nc-time-axis. If a user does not know to use this package, then...
I don’t know about the log messages but I think when you (un)assign someone that counts as an update.
I'm on a project that is using the action to gradually sift through a large backlog of issues and resurface them a few at a time so decisions can be...
I do not think that the proposed change would improve reporter experience in all cases. With the current behaviour, the worst case scenario is the reporter ends up in an...
The problem with viewing this as an opt-in feature request is that the request is not coming from a user of the action. So the action's contributors will have no...