You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pyrocko/src/model
m.r.d 6b35c86f7f codestyle: adjust docstring format 2 years ago
..
README.md add headline 2 years ago
__init__.py Scenario Generator and GNSS data (#242) 6 years ago
event.py codestyle: adjust docstring format 2 years ago
gnss.py codestyle: adjust docstring format 2 years ago
location.py add headline 2 years ago
station.py codestyle: adjust docstring format 2 years ago

README.md

Pyrocko Model Submodule

The pyrocko.model submodule holds abstract data model of common geophysical data structures

  • pyrocko.model.Event represents an earthquake event.
  • pyrocko.model.Trace is a single seismic trace which can be filtered, snuffled and otherwise filtered
  • pyrocko.model.Station represents a seismic station with location and network/name identifiers.