GravitySites#
Object Creation#
|
Class to store gravity site/station data and metadata. |
|
Create a GravitySites object from an excel workbook. |
|
Create object from a CSV file. |
|
Create object from a pandas DataFrame. |
Return a deep copy of object. |
|
|
Set a column in the |
Information#
Return a list of known fields in the object. |
|
Return a list of required fields in the object. |
|
|
Check the data errors. |
|
Load reference gravity values into the sites table. |
|
Set one or more "tie" sites as active, i.e. to be used in gsolve. |
|
Set one or more "tie" sites as inactive, i.e. not used in gsolve. |
|
Get site point coordinates as numpy arrays. |
|
Return rows sites that will be used as gsolve ties. |
|
Get elevations at site locations from an DEM/xarray grid. |
Data Export#
|
Write data DataFrame to an excel file. |
|
ReferenceGravity#
|
Class providing a simple mechanism for merging reference gravity data. |
Return a deep copy of object. |
|
|
Create object from a CSV file. |
|
Create object from a pandas DataFrame. |
|
Create a ReferenceGravity object from a dictionary. |
|
Create a object from an Excel file. |
Return a list of known fields in the object. |
|
Return a list of required fields in the object. |
|
|
Set a column in the |
|
Write data to an excel file. |
|
Write data to a csv file. |
Functions#
|
Combine two or more GravitySites objects into a single object. |
|
Combine two or more ReferenceSite objects into a single object. |