Gerrit Holl

Results 110 issues of Gerrit Holl

Add a framework for temporal composites. Current status === Implementation: --- Draft. When loading a temporal composite from a multiscene, the first iteration is failing as expected, because time dimension...

enhancement
component:compositors
component:multiscene

## Feature Request **Is your feature request related to a problem? Please describe.** Satpy can calculate composites from datasets within a single `Scene`. For some use cases, it would be...

component:compositors
component:multiscene
future ideas

**Describe the bug** Checking for containment in a DataQuery fails with KeyError. **To Reproduce** ```python from satpy import DataQuery dq = DataQuery(name="pytroll") "name" in dq ``` **Expected behavior** I expect...

bug

### What went wrong? I have an `xarray.DataArray` wrapping a dask array. The `DataArray` has attributes including `units`, so I use the `da.metpy.quantify()` accessor method to turn it into a...

Type: Bug
Area: Units
Area: Xarray
Status: Upstream

Fix iterating a queryresult, which was using a Python-2 only calling API. I've also plunged ahead and dropped support for end-of-life Python versions while adding newer Python versions 3.10 and...

The `QueryResult` class in the `dataquery` module defines a method `__iter__`. Calling this method unconditionally fails with `AttributeError`, due to calling a historical dict method `viewitems` that existed in Python...

Inside a Python 3.6 virtual environment on a SUSE Linux Enterprise Server 11, installing the v0.9.2 from the git repository fails with `IndexError` as follows: ``` $ python setup.py install...

installation
OS-Linux

Today I learned that an areadefinition has a dtype attribute. This seems to be not very well documented and not very well supported, but it's relevant. It is used at...

This pull request adds functionality to joblib.func_inspect.filter_args to have not only a list of arguments that are ignored, but also a dictionary of arguments processed in a particular way. This...

The python-bufr package appears poorly maintained. The newest commit is nearly seven years old, the most recent issue has seen no activity since January 2016, nearly six years ago. I'm...