Skip to content

CoordinateSharp 3.1.1.1 / Magnetic 2.1.1.0

Compare
Choose a tag to compare
@Tronald Tronald released this 22 Dec 03:42
4e97c02
  • Adds support for the World Magnetic Model 2025 (WMM2025), covering the years 2025–2029.
  • Introduces constructors that default to the latest WMM, eliminating the need for developers to manually update WMM specifications in their code after upgrading.
//New constructor defaults to latest model WMM2025
Coordinate c = Coordinate(25,25, new DateTime(2025,1,1));
Magnetic m = new Magnetic(c);