Skip to content

This project is a C/C++ implementation of the world magnetic model.

License

Notifications You must be signed in to change notification settings

kinematicdk/WorldMagneticModel2015-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Magnetic Model 2015-2020

This project is a C/C++ implementation of the world magnetic model. ready to add the code to your projects. Validated with matlab WMM as well. forked https://www.ngdc.noaa.gov/geomag/WMM/soft.shtml. Distributed with no warranty & for free.

The input parameters and valid entries are:

Latitude -90.00 to +90.00 degrees Longitude -180.00 to +180.00 degrees Altitude referenced to the WGS 84 ellipsoid OR the Mean Sea Level (MSL) Date 2015.0 to 2020.0

The seven magnetic components computed are:

F - Total Intensity of the geomagnetic field H - Horizontal Intensity of the geomagnetic field X - North Component of the geomagnetic field Y - East Component of the geomagnetic field Z - Vertical Component of the geomagnetic field I (DIP) - Geomagnetic Inclination D (DEC) - Geomagnetic Declination (Magnetic Variation)

make: (Linux Ubuntu 16)

git clone https://github.com/amirhosseinalikhahm/WorldMagneticModel2015-2020

cd WorldMagneticModel2015-2020

make

./WMM

About

This project is a C/C++ implementation of the world magnetic model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.0%
  • C++ 8.7%
  • Makefile 0.3%