compass-lib

A library to read Compass Survey files


Keywords
cave, survey, karst
License
Other
Install
pip install compass-lib==0.0.1

Documentation

Compass Python Lib

Short instructions

python demo.py

Conversion commands:

# Install in dev mod
pip install -e ".[dev,test]"

# Install latest stable version
pip install compass_lib

# run some commands
compass convert --input_file=./tests/artifacts/fulford.dat  --output_file=fulford.json --format=json --overwrite
compass convert --input_file=./tests/artifacts/random.dat  --output_file=random.json --format=json --overwrite