The dataset module

class grond.dataset.DatasetConfig(*args, **kwargs)[source]

Configuration for a Grond Dataset object.

stations_path

str (grond.meta.Path), optional

List of files with station coordinates in Pyrocko format.

stations_stationxml_paths

list of str (grond.meta.Path) objects, optional

List of files with station coordinates in StationXML format.

events_path

str (grond.meta.Path), optional

File with hypocenter information and possibly reference solution

waveform_paths

list of str (grond.meta.Path) objects, optional

List of directories with raw waveform data

clippings_path

str (grond.meta.Path), optional

responses_sacpz_path

str (grond.meta.Path), optional

List of SACPZ response files for restitution of the raw waveform data.

responses_stationxml_paths

list of str (grond.meta.Path) objects, optional

List of StationXML response files for restitution of the raw waveform data.

station_corrections_path

str (grond.meta.Path), optional

File containing station correction informations.

apply_correction_factors

bool, optional, default: True

Apply correction factors from station corrections.

apply_correction_delays

bool, optional, default: True

Apply correction delays from station corrections.

apply_displaced_sampling_workaround

bool, optional, default: False

Work around displaced sampling issues.

extend_incomplete

bool, default: False

Extend incomplete seismic traces.

picks_paths

list of str (grond.meta.Path) objects, default: []

blacklist_paths

list of str (grond.meta.Path) objects, default: []

List of text files with blacklisted stations.

blacklist

list of str objects, default: []

Stations/components to be excluded according to their STA, NET.STA, NET.STA.LOC, or NET.STA.LOC.CHA codes.

whitelist_paths

list of str (grond.meta.Path) objects, default: []

List of text files with whitelisted stations.

whitelist

list of str objects, optional

If not None, list of stations/components to include according to their STA, NET.STA, NET.STA.LOC, or NET.STA.LOC.CHA codes. Note: when whitelisting on channel level, both, the raw and the processed channel codes have to be listed.

synthetic_test

grond.synthetic_tests.SyntheticTest, optional

kite_scene_paths

list of str (grond.meta.Path) objects, optional

List of directories for the InSAR scenes.

gnss_campaign_paths

list of str (grond.meta.Path) objects, optional

List of directories for the GNSS campaign data.

exception grond.dataset.DatasetError[source]
exception grond.dataset.InvalidObject[source]
exception grond.dataset.NotFound(reason, codes=None, time_range=None)[source]
class grond.dataset.StationCorrection(**kwargs)[source]

Undocumented.

codes

tuple of 4 str objects, default: (None, None, None, None)

delay

float

factor

float