geopfa.datasets.fetch_insulation

fetch_insulation(dataset)[source]

Fetch insulation sample dataset.

Currently available: - density_joint_inv_processed - density_joint_inv - earthquakes_processed - earthquakes - mt_resistivity_joint_inv_processed - mt_resistivity_joint_inv - velocity_model_vp_processed - velocity_model_vp

Parameters:

dataset (str) – Name of the dataset to fetch.

Returns:

pd.DataFrame – DataFrame containing the requested insulation dataset.

Examples

>>> from geoPFA.datasets import fetch_insulation
>>> velocity = fetch_insulation("velocity_model_vp")