pycsamt.api.view.tables#

Opt-in APIFrame table wrappers for common pyCSAMT summaries.

Functions

geology_dataframe([catalog, name])

Return a public APIFrame for a geology catalog.

geology_table([catalog])

Alias for geology_dataframe().

quality_dataframe(sites)

Return a public APIFrame wrapper around metadata quality rows.

quality_table(sites)

Alias for quality_dataframe().

sites_summary(sites, *[, fields, recursive, ...])

Return a public APIFrame wrapper around emtools site summary.

pycsamt.api.view.tables.geology_dataframe(catalog=None, *, name='geology_catalog')[source]#

Return a public APIFrame for a geology catalog.

Parameters:
  • catalog (object, optional) – Object exposing to_dataframe(). If omitted, the package-level built-in geology catalog is used.

  • name (str, default "geology_catalog") – Display name attached to the returned APIFrame.

Return type:

Any

pycsamt.api.view.tables.geology_table(catalog=None)[source]#

Alias for geology_dataframe().

Parameters:

catalog (Any)

Return type:

Any

pycsamt.api.view.tables.quality_dataframe(sites)[source]#

Return a public APIFrame wrapper around metadata quality rows.

Parameters:

sites (Any)

Return type:

Any

pycsamt.api.view.tables.quality_table(sites)[source]#

Alias for quality_dataframe().

Parameters:

sites (Any)

Return type:

Any

pycsamt.api.view.tables.sites_summary(sites, *, fields=('station', 'n_freq', 'has_tipper', 'period_min', 'period_max', 'lat', 'lon'), recursive=True, on_dup='replace', strict=False, verbose=0)[source]#

Return a public APIFrame wrapper around emtools site summary.

Parameters:
Return type:

Any