Gravity Data Processing System - A Python toolkit for processing gravity data
Work In Progress
The system is designed around a single class that encapsulates the processing workflow, including:
- Import gravity and trajectory data
- Merge gravity and trajectory data
- Resample and decimate
- Create survey lines
- Fill gaps in data
- Produce plots
- Apply filters
- Apply corrections
- Eötvös
- latitude
- kinematic acceleration
- lever arm
NOTE: Tested only on Python 2.7.
- Install HDF5 library.
- Install supporting Python packages:
pip install -r requirements.txtMIT.