Gerrit Holl

Results 110 issues of Gerrit Holl

**Describe the bug** Two tests fail on Python 3.10. **To Reproduce** ```bash pytest reader_tests/test_goes_imager_nc.py ``` **Expected behavior** All tests pass. **Actual results** ``` ==================================================================================================================================================== test session starts ==================================================================================================================================================== platform linux...

bug
component:readers

## Feature Request **Is your feature request related to a problem? Please describe.** Whenever I report a bug, I need to confirm what satpy version I am using. This is...

enhancement
good first issue

Rename the duplicate night_overview to dnb_hncc_overview. Keep standard name the same, I think that ensures it will use the same enhancement. - [x] Closes #1964 - [ ] Tests added...

## Feature Request **Is your feature request related to a problem? Please describe.** Some widely different RGBs share the same name. `night_microphysics` in `visir.yaml` has: - Red: BT(12.0 µm) -...

bug
backwards-incompatibility

Set specific start and end times for channels 3A and 3B. - [x] Closes #1652 - [x] Closes #1654 - [x] Tests added - [ ] Fully documented

**Describe the bug** In `etc/composite/viirs.yaml`, two competing composites `night_overview` are defined: https://github.com/pytroll/satpy/blob/279631e5d16015504199035b924a2ded2c1ee5a3/satpy/etc/composites/viirs.yaml#L331-L337 and https://github.com/pytroll/satpy/blob/279631e5d16015504199035b924a2ded2c1ee5a3/satpy/etc/composites/viirs.yaml#L513-L519 **To Reproduce** ```python filenames = glob("/media/nas/x21308/scratch/VIIRS/noaa20_20211223_1033_21225/*") sc = Scene(filenames=filenames, reader=["viirs_sdr"]) sc.load(["night_overview"]) ``` **Expected behavior** A single,...

## Feature Request **Is your feature request related to a problem? Please describe.** We are currently using an unmaintained custom reader for OSI-SAF ice maps to produce NinJoTIFF images for...

component:readers

**Describe the bug** The AreaDefinition `worldeqc3km`, that is shipped with satpy, implies in the name and claims in the description that it has a resolution of 3 km. In reality,...

bug

When a composite is checking that all data arrays have the area attribute, and a composite is missing this, raise an AttributeError rather than a ValueError. Include the name of...

bug
component:compositors
cleanup

**Describe the bug** When I load ABI L1 and L2 data into the same Scene, I can't load L1 datasets. **To Reproduce** ```python from satpy import Scene from satpy.utils import...

bug
component:readers