Kristofer Krus

Results 13 issues of Kristofer Krus

## šŸ› Bug Report When I do ``` cube = iris.load_cube('./daily_mean_2t_198409.grb') ``` I get the error message ``` iris.exceptions.TranslationError: grib statistic time-increment type [3] is not supported. ``` ## How...

Status: Needs info
Experience-needed: High
SemVer: Minor
Type: Enhancement
T-Shirt: Medium

Right now, a [`Regions` object](https://regionmask.readthedocs.io/en/stable/generated/regionmask.Regions.html) can only be created using latā€“lon coordinates (or, well, it is my interpretation that you need to specify latā€“lon coordinates anyway, even though it isn't...

I want to get the [Earth-centered, Earth-fixed (ECEF)](https://en.wikipedia.org/wiki/Earth-centered,_Earth-fixed_coordinate_system) coordinates of the Sun, but I can't find any function with which I can get those coordinates in the code today. I...