gemlog.make_gem_inventory

gemlog.make_gem_inventory(station_info, coords, response='default')

Create a station inventory for a Gem dataset.

Parameters
  • station_info (str or pandas.DataFrame) – file that contains a table with station definitions (columns for serial number, network, station, location, and channel)

  • coords (pandas.DataFrame) – output of summarize_gps(), with ‘elevation’ column added

  • response (str) – instrument response information (currently only ‘default’ is supported)

Returns

obspy.Inventory containing station metadata for the dataset