A Julia package for coordinate transformations between common geocentric systems. It also provides interpolation of International Geomagnetic Reference Field (IGRF) field model.
For more information, see the Documentation and Coordinates - SPEDAS.
Installation: at the Julia REPL, run using Pkg; Pkg.add("GeoCotrans")
- Coordinate transformations between common geocentric systems
- Interpolation of International Geomagnetic Reference Field (IGRF) field model
- World Magnetic Model (High Resolution) (WMM/WMMHR) geomagnetic field model
- SSC: APPENDIX C: Description of Selected Coordinate Systems Used in SSC Programs
- Coordinate transformations between geocentric systems
- SatelliteToolboxGeomagneticField.jl: Models to compute the geomagnetic field (IGRF-13, dipole model)
- ppigrf: Pure Python code to calculate IGRF model predictions.
- geopack: Python code to calculate IGRF model predictions.
- TREPS (Transformation de REperes en Physique Spatiale): An online tool to perform coordinate transformations commonly used in planetology and heliophysics based on SPICE kernels
- pymaginverse: numerical inversion of geomagnetic field data.