UNPKG
@cristianob/geomagnetism
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
Computes geomagnetic field information
github.com/cristianob/geomagnetism
cristianob/geomagnetism
@cristianob/geomagnetism
/
lib
/
coords
/
index.js
5 lines
•
135 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
Cartesian
:
require
(
'./cartesian.js'
),
Spherical
:
require
(
'./spherical.js'
),
Geodetic
:
require
(
'./geodetic.js'
) };