gSolve, a Python computer library by Earth Sciences New Zealand (formerly GNS Science) to transform relative gravity survey measurements to absolute gravity values and gravity anomalies and disturbances.
It is suitable for time varying gravity as well as Bouguer gravity.
This version is a substantial re-write of the previous python version to remove the limitation of a graphical user interface and to update to python 3 with modern software management.
Process gravity data for time change microgravity and Bouguer surveys.
- Several input formats including manually read LaCoste and Romberg meters, Nomad upgraded L and R meters and the Scintrex CG6 meter instrument file.
- calculate the meter calibration correction, beta.
- corrects for earth tide using Longman and ETERNA formula.
- option to correct for ocean loading using pyhardisp
- correct for drift across loops or whole survey.
- network adjustment with three different network adjustment algorithms depending on user requirements.
- residuals can be filtered using a percentile cut filter.
- calculate normal gravity.
- calculate terrain corrections.
- calculate free air, simple and complete bouguer anomalies.
- plot raw observations
- residual cumuluative probability density functions, CDF.
- drift curve
- network map
- export to csv or excel with comprehensive metadata
- save plot files
pip install gsolve
Example scripts are provided to demonstrate the software capability.
Full documentation is available here. gSolve
gSolve builds on many previous authors.
The current author team is Adrian Benson, Alison Kirkby, Craig Miller, Aleksandr Spesivtsev, Vaughan Stagpoole.
This version supersedes previous Gsolve versions e.g. McCubbine, J., Tontini, F. C., Stagpoole, V., Smith, E., & O’Brien, G. (2018). Gsolve, a Python computer program with a graphical user interface to transform relative gravity survey measurements to absolute gravity values and gravity anomalies. SoftwareX, 7, 129–137.
Link to JOSS paper here when it is ready.
Python 3.12+
Licenced with GPLv3.
