Results 11 issues of Tom Eulenfeld

Starting with v2.4 Qopen will also run on Windows (besides Linux and OSX). Though, multiprocessing is not yet working, because of: ``` RuntimeError: An attempt has been made to start...

### What does this PR do? Fix Stream.rotate() with multiple-station Streams ### Why was it initiated? Any relevant Issues? See #2623 ### PR Checklist - [x] Correct base branch selected?...

.core
ready for review

### What does this PR do? Stream.trim/slice return traces with the same number of data points now, even for edge cases. Added keep_empty_traces parameter to Stream.trim to stay consistent with...

.core
ready for review

### What does this PR do? Finalize #3016 and #3081. See https://github.com/obspy/obspy/pull/3081#issuecomment-1148537557 ### PR Checklist - [x] Correct base branch selected? `master` for new features, `maintenance_...` for bug fixes -...

release blocker

Just wanted to discuss if and how we want to add back image comparisons. I just throw in my thoughts here. We should at least think about it before the...

testing
CI
priority: high

### What does this PR do? Fixes the issues in #2625 ### Why was it initiated? Any relevant Issues? ### PR Checklist - [x] Correct base branch selected? `master` for...

.clients.seedlink

It would be nice to use the method `_trim_common_channels` not only for the `'->ZNE'` rotation, but also for the other rotation types. Currently, the other rotations raise already when the...

.core

If anybody else stumbles upon some errors during installation of rfmini with recent python versions, here is how I solved mine. I needed to delete the file `rfmini.c`. Furthermore I...

### What does this PR do? Here I suggest two enhancements to ObsPy's filter functions: 1. Allow to specify filter frequencies as arguments, e.g. `stream.filter('lowpass', 1)` can be used as...

.core
.signal
ready for review
build_docs

WIP: Do not merge I created a Github action to try to solve issue #32. Unfortunately it is not working yet for Windows and MacOS.