Skip to content
Snippets Groups Projects
user avatar
hasimpson-usgs authored
bacabfc0
History

Geomag Algorithms

Geomag algorithms includes tools to fetch, process, and output geomag data.

Supported Formats

Edge

Use an Edge server for data input.

IAGA###

Use IAGA2002 formatted files for input and/or output.

PCDCP

Use PCDCP formatted files for input and/or output.


Supported Algorithms

DeltaF

Calculate DeltaF from geographic, or observatory coordinates.

XYZ

Rotate data between coordinate systems. From HEZ or HDZ to XYZ and back.


Getting Started

Install

First time install. Walk through dependencies and other considerations.

Use

Details and examples for proper usage. Get started quickly.

Basic usage:

  • Use the main script, geomag.py -h
  • In python scripts, import geomagio

Develop

Development dependencies discussed here. Project is built with Grunt and Node and is written primarily in Python 2.7.