pycsamt.map.station#

2-D station-map API for pyCSAMT surveys.

Functions

build_station_map(data[, options])

Build a Plotly 2-D station map.

plot_station_map(data, *[, options])

Build a 2-D station map.

Classes

StationMap(data, *[, options])

Builder object for station-map figures.

class pycsamt.map.station.StationMap(data, *, options=None, **ensure_kwargs)[source]#

Bases: object

Builder object for station-map figures.

Parameters:
with_overlay(overlay, **kwargs)[source]#

Return a copy with a different overlay.

Parameters:
Return type:

StationMap

with_options(**kwargs)[source]#

Return a copy with updated options.

Parameters:

kwargs (Any)

Return type:

StationMap

figure()[source]#

Build and return the station-map figure.

Return type:

Any

pycsamt.map.station.plot_station_map(data, *, options=None, **kwargs)[source]#

Build a 2-D station map.

Parameters:
Return type:

Any

pycsamt.map.station.build_station_map(data, options=None)[source]#

Build a Plotly 2-D station map.

Parameters:
Return type:

Any