obsplus icon indicating copy to clipboard operation
obsplus copied to clipboard

A Pandas-Centric ObsPy Expansion Pack

Results 11 obsplus issues
Sort by recently updated
recently updated
newest added

**Description** After I add new mseed files to the `base_path`, a new run of my program won't recognize the new data. **To Reproduce** My code: ```python client = WaveBank(base_path).update_index() print(client.get_availability_df())...

bug

I'm not going to call this a bug, per se... just want to make a note of it and a workaround. When you run the doc notebooks locally, specifically the...

question

**Description** Currently `test_stations_utils.py::TestDfToInventoryGetReponses::test_get_station_client` fails in CI, but works locally (on my machine 😉). This test reaches out to Pascal data services (formally IRIS) to get response information to create an...

bug

**Description** This is a minor annoyance, but the data type for some of the columns in `events_to_df` (and possibly some of the other DFExtractors), such as pick_count, station_count, etc., should...

bug

**Description** This is a pretty low priority, but it I can see it having some obscure effects on, ex., identifying gaps/availability in a bank. When a waveform file gets updated...

bug
waveforms

**Description** Just installed a fresh copy of obsplus on a CentOS machine with python 3.9 and ran the tests. All of the tests passed except for two in the WaveBank...

bug

We should implement a `yield_events` method on the `EventBank` which will have the same interface as `get_events` but just return a generator instance.

events
bank
develop

* obsplus version: master * Python version: 3.7.4 * Operating System: Ubuntu 18.04 ### Description One of the columns in the output of `events_to_df` is simply called `station_count`, which is...

events

ObsPlus currently implements a few custom datatypes in a bit of a wonky way (in junction with the `DataFrameExtractor`). Examples of these include 'ops_datetime' which calls a custom function to...

enhancement

* obsplus version: 0.1.0 * Python version: 3.7 * Operating System: ubuntu 18.04 ### Description In working with some mseed files which have 6000.0 Hz sampling rates I noticed the...

waveforms
bank