Gerrit Holl

Results 110 issues of Gerrit Holl

**Describe the bug** When resampling with gradient search to my target area, the resulting image exhibits interlacing image artefacts. In gwenview, the image is shown with large slices, although the...

bug

Add a fileset method to find time intervals in which a fileset has no coverage.

Currently, to run the typhon tests completely, users need to checkout the [`typhon-testfiles`](https://github.com/atmtools/typhon-testfiles) repository to a specified path. If these test data are really needed for running the tests (and...

It would be nice if `Pathlib.Path` was fully supported in `FileSet` and `FileInfo`. I haven't tested how (in)complete it currently works to add Path instances rather than strings representings paths,...

discussion
API changes
feature

Typhon currently has two competing Dataset approaches. One lives in the typhon.datasets package and its subpackages, another in typhon.spareice.datasets. The two have overlapping aims but diverge in their implementation and...

discussion
API changes

Realised through FCDR_HIRS but the problem lies in typhon. On numpy 1.13: ``` $ plot_hirs_field_timeseries --plot_noise_with_other --without_gain --without_rself --temp_fields --count_fields space --with_corr above --corr_count 6 --corr_timeres 30min --sat noaa15 --channel...

bug

This PR makes file cache handling in the NetCDF4FileHandler compatible with dask distributed. It adds a utility function in `satpy.readers.utils` called `get_distributed_friendly_dask_array`, which can be used to produce a dask.array...

enhancement
component:readers

**Describe the bug** When using `dask.distributed.Client()`, `Scene.save_datasets()` fails with `TypeError: self._hds cannot be converted to a Python object for pickling` when using the geotiff writer. **To Reproduce** ```python if __name__...

**Describe the bug** When using the dask distributed `LocalCluster`, computing LI or FCI data gives corrupted data. Attempting to save the datasets to disk fails with several exceptions, with the...

component:readers

**Describe the bug** Loading "radiance" from a LI L2 LGR file gives me the data directly, instead of a dask-aware array. **To Reproduce** ```python # Your code here from satpy...

component:readers