Skip to content

Station Metadata

Station Metadata

Meta data is required primarily for station locations and codes.

Supported data formats are:

Metadata does not need to include response information for pure detection and localisation. If local magnitudes ML are extracted, response information is required.

Stations Module

pyrocko_station_yamls

List of Pyrocko station YAML files.

station_xmls

List of StationXML files or directories containing StationXML (.xml) files.

blacklist

Blacklist stations and exclude from detecion. Format is ['NET.STA.LOC', ...].

max_distance

Maximum distance in meters from the centroid location to include stations for detection. If None, all stations are included.

JSON for Stations
{
  "pyrocko_station_yamls": [],
  "station_xmls": [],
  "blacklist": [],
  "stations": [],
  "max_distance": null
}