TerrainCorrectionParameters#
Set parameters for a terrain correction computation.
|
Class to store parameters for computing terrain corrections for a single "zone". |
Generate a dict of TerrainCorrectionParameters objects from a DataFrame. |
|
Generate a GsolveParameters object from a pandas.Series. |
|
Return parameters as strings in the form 'param: value'. |
|
Return dict of default parameter values. |
|
Return dict of non-default parameter values. |
|
Return a deep copy of object. |
|
|
Return parameters as a dictionary. |
Write parameters to an Excel worksheet. |
|
Return parameters as a pandas Series. |
TerrainCorrector#
Compute terrain coorections for a set of stations.
|
A class for computing gravity terrain corrections from elevation models (DEMs). |
Return list of defined terrain correction zones sorted by min_dist. |
|
|
Add a terrain correction calculation zone and associated dem and/or density model. |
|
Compute terrain corrections for a set of points. |
TerrainCorrectionData#
Class to store and manage terrain corrections produced by a TerrainCorrector.
|
Class to store terrain correction outputs and parameters. |
|
Create an empty TerrainCorrectionData object. |
|
Read terrain corrections from an Excel file. |
|
Read terrain corrections from a CSV file. |
|
Create a TerrainCorrectionData object from a DataFrame. |
Return a deep copy of object. |
|
Add a set of terrain correction parameters and values. |
|
Get terrain correction values for the specified sites. |
|
Return a list of known fields in the object. |
|
Return a list of required fields in the object. |
|
|
Write the terrain correction data to a CSV file. |
|
Write the terrain correction data to an Excel file. |
|
Write data to a csv file. |
Functions#
|
Calculate terrain corrections for a set of points based on a digital elevation model (DEM). |
|
Calculate bathymetric terrain correction using harmonica. |
|
Calculate topographic terrain correction using harmonica. |