Geomag Algorithms
Geomag algorithms includes tools to fetch, process, and output geomag data.
Getting Started
Install
First time install. Walk through dependencies and other considerations.
Document: /docs/install.md
Command Line Usage
Details and examples for proper usage. Get started quickly.
Basic usage:
- Use the main script,
geomag.py -h
- In python scripts,
import geomagio
Document: /docs/usgage.md
Python API
API Overview and examples for using the geomag-algorithms project in python.
Document: /docs/api.md
Develop
Development dependencies discussed here. Project is built with Grunt and Node and is written primarily in Python 2.7.
Document: /docs/develop.md