Navigation & Cartography

Overview

A military-grade PhD-level curriculum designed to train officers and senior NCOs in the theoretical foundations and field application of navigation, cartography, and geospatial mathematics. This curriculum meets or exceeds the rigor of:

  • US Army Engineer School - Survey and Mapping courses

  • US Naval Academy - Celestial Navigation (USNA)

  • National Geospatial-Intelligence Agency (NGA) - Geodesy training

  • NATO STANAG 2211 - Grid reference systems

From Vincenty’s ellipsoidal geodesics to fire control coordinate integration, this curriculum transforms competent navigators into subject matter experts capable of operating in GPS-denied environments with sub-meter accuracy requirements.

Learning Objectives

Upon completion, you will be able to:

Geodetic Theory

  • Derive the Vincenty algorithm for ellipsoidal geodesic calculations

  • Explain geoid-ellipsoid separation and apply EGM2008 corrections

  • Perform datum transformations (WGS84 ↔ NAD83 ↔ ITRF) with error analysis

  • Calculate UTM scale factor and grid convergence from first principles

  • Apply Tissot’s indicatrix to evaluate projection distortion

Navigation Mathematics

  • Solve spherical triangles using Napier’s rules and the haversine formula

  • Propagate position errors through covariance matrices

  • Compute artillery traverse with closure error analysis

  • Apply spherical excess corrections for large-area surveys

  • Calculate CEP, SEP, and 2DRMS from position error distributions

Magnetic & Time Systems

  • Interpolate IGRF/WMM magnetic field models mathematically

  • Correct for compass deviation (hard iron, soft iron, dip error)

  • Convert between UTC, GPS time, TAI, and sidereal time

  • Compute Julian dates for celestial navigation

  • Account for geomagnetic storm effects on navigation

Celestial Navigation

  • Take and correct sextant observations (IC, dip, refraction, parallax, semi-diameter)

  • Perform sight reduction using intercept method (Marcq Saint-Hilaire)

  • Plot lines of position and establish fixes with running fixes

  • Identify 57 navigational stars by constellation and magnitude

  • Navigate without instruments using emergency Polaris/sun methods

Field & Combat Skills

  • Complete a 10-point land navigation course (day: 4 hours, night: 5.5 hours)

  • Operate military GPS receivers (AN/PSN-11 PLGR, AN/PSN-13 DAGR)

  • Parse NMEA sentences and verify checksums in the field

  • Integrate navigation data with fire control systems (AFATDS)

  • Navigate in GPS-denied environments using terrain association and INS

Curriculum Structure

Core Theory

Module Topics Lines

1. Geodetic Foundations

Earth’s shape (geoid/ellipsoid), Vincenty algorithm, datum transformations, WGS84/NAD83/ITRF, geoid models (EGM2008)

716

2. Map Projections

Developable surfaces, Mercator math, UTM scale factor/convergence, Lambert Conic, State Plane, tissot indicatrix

626

3. Grid Systems

Geographic coordinates, UTM zone mathematics, MGRS letter derivation, NATO STANAG 2211, 10-digit grid precision

836

4. Magnetic Navigation

IGRF/WMM models, magnetic dip angle, compass deviation (hard/soft iron), geomagnetic storms, secular variation

1,395

5. Navigation Mathematics

Napier’s rules, spherical excess, error propagation (covariance matrices), artillery traverse computation

1,108

6. Time & Longitude

Sidereal time, Julian dates, GPS time (leap seconds), USNO time standards, chronometer navigation

1,949

Applied Navigation

Module Topics Lines

7. Practical Land Navigation

Map reading, compass use, terrain association, handrailing, attack points, military pace count

446

8. Dead Reckoning

Error propagation, position uncertainty, traverse computation, set & drift, vector triangles, Kalman filtering

914

9. Celestial Navigation

Sextant operation, sight reduction (Marcq Saint-Hilaire), LOP, running fix, 57 navigational stars, emergency methods

825

10. Field Exercises

Scored courses from beginner to expert, 8-week training program, night navigation, degraded conditions

1,034

Reference

Module Topics Lines

11. Tools & Software

PROJ/GDAL CLI, Vincenty implementation, NMEA parsing, military GPS (PLGR/DAGR), RTK, fire control integration, CEP analysis

2,478

Total curriculum: 12,327 lines of military-grade PhD-level content

Quick Reference Card

Coordinate Conversions

\[\text{Decimal Degrees} = \text{Degrees} + \frac{\text{Minutes}}{60} + \frac{\text{Seconds}}{3600}\]
Example: 33°45'30"N to Decimal
\[33 + \frac{45}{60} + \frac{30}{3600} = 33.7583°\]

Distance on Earth

Haversine Formula (Great Circle Distance)
\[a = \sin^2\left(\frac{\Delta\phi}{2}\right) + \cos(\phi_1) \cdot \cos(\phi_2) \cdot \sin^2\left(\frac{\Delta\lambda}{2}\right)\]
\[c = 2 \cdot \arctan2\left(\sqrt{a}, \sqrt{1-a}\right)\]
\[d = R \cdot c\]

Where:

  • \(\phi\) = latitude in radians

  • \(\lambda\) = longitude in radians

  • \(R\) = Earth’s radius (6,371 km mean)

Bearing Calculation

Initial Bearing (Forward Azimuth)
\[\theta = \arctan2\left(\sin(\Delta\lambda) \cdot \cos(\phi_2), \cos(\phi_1) \cdot \sin(\phi_2) - \sin(\phi_1) \cdot \cos(\phi_2) \cdot \cos(\Delta\lambda)\right)\]

Magnetic Declination

\[\text{True Bearing} = \text{Magnetic Bearing} + \text{Declination (East)}\]
\[\text{True Bearing} = \text{Magnetic Bearing} - \text{Declination (West)}\]

Mnemonic: "East is least, West is best" (subtract East, add West when going from True to Magnetic)

Earth’s Dimensions (WGS84)

Parameter Value Notes

Semi-major axis (a)

6,378,137 m

Equatorial radius

Semi-minor axis (b)

6,356,752.3142 m

Polar radius

Flattening (f)

1/298.257223563

\(f = \frac{a-b}{a}\)

Eccentricity (e)

0.0818191908

\(e = \sqrt{2f - f^2}\)

Mean radius

6,371,008.8 m

Volumetric mean

Circumference (equator)

40,075.017 km

\(2\pi a\)

Circumference (meridian)

40,007.86 km

Pole to pole

The Three Norths

         True North (★)
              |
              | Grid Convergence
              |
         Grid North (GN)
              |
              | Magnetic Declination
              |
         Magnetic North (MN)
  • True North: Direction to geographic North Pole (rotational axis)

  • Grid North: Direction of northing lines on a map grid (UTM)

  • Magnetic North: Direction compass needle points (moves ~55 km/year)

Prerequisites

  • Basic trigonometry (sin, cos, tan, inverse functions)

  • Understanding of angles (degrees, radians)

  • Familiarity with coordinate planes

  • Basic physics (vectors, angular measurement)

Study Path

Recommended Progression
Week 1-2: Foundations + Projections (UTM math deep dive)
Week 3-4: Grids + Magnetics
Week 5-6: Mathematics (spherical trig, haversine)
Week 7-8: Land Navigation + Dead Reckoning
Week 9-10: Field Exercises (beginner/intermediate courses)
Week 11-12: Celestial Navigation (sextant, sight reduction)
Week 13-14: Advanced Field Exercises (night nav, degraded conditions)
Ongoing: Tools integration, regular field practice

Field Training Schedule

The Field Exercises module includes an 8-week progressive program:

Week Exercises Hours

1

Compass familiarization, map reading

2

2-3

Point-to-point navigation

6

4

Terrain association

4

5

Night navigation

3

6

Long course (8km)

6

7

Degraded conditions

4

8

Combined assessment

8

Total field time: ~33 hours

Resources

Military References

  • FM 3-25.26: Map Reading and Land Navigation (US Army)

  • ATP 3-09.02: Field Artillery Survey (US Army)

  • ATP 3-34.80: Geospatial Engineering (US Army Corps of Engineers)

  • TM 3-34.31: Survey Computation Methods

  • NATO STANAG 2211: Geodetic Datums and Grid Reference Systems

  • NIMA TM 8358.1: Datums, Ellipsoids, Grids, and Grid Reference Systems

  • NIMA TM 8358.2: The Universal Grids

Academic References

  • Bowditch: American Practical Navigator (NGA Pub. 9)

  • Snyder: Map Projections - A Working Manual (USGS Professional Paper 1395)

  • Vincenty: Direct and Inverse Solutions of Geodesics on the Ellipsoid (Survey Review, 1975)

  • Bomford: Geodesy (4th Edition, Oxford)

  • Torge & Müller: Geodesy (4th Edition, de Gruyter)

CLI Tools Available

From your dotfiles-optimus:

# Python geospatial
pip install geopy pyproj mgrs utm

# System tools
proj                    # PROJ library CLI
cs2cs                   # Coordinate system conversion
geod                    # Geodesic calculations

See Tools & Software for detailed usage.

Curriculum Statistics

Category Modules Lines

Core Theory (Geodesy, Projections, Grids, Magnetics, Math, Time)

6

6,630

Applied Navigation (Land Nav, Dead Reckoning, Celestial, Field)

4

3,219

Reference (Tools & Software)

1

2,478

Total

11

12,327

Content Depth

Metric Value

LaTeX formulas

200+

Code examples (bash/python)

50+

Military equipment specifications

15+

Verification scripts

10+

Progressive exercises

30+

Comparison to Standard Curricula

Source Duration Depth This Curriculum

US Army Map Reading (FM 3-25.26)

40 hours

Basic

Exceeds

Artillery Survey (ATP 3-09.02)

80 hours

Intermediate

Equivalent

NGA Geodesy Training

160 hours

Advanced

Comprehensive

USNA Celestial Navigation

40 hours

Intermediate

Included

This curriculum represents approximately 200+ hours of study material at PhD/professional military level.