Free calculator
Latitude and departure calculator
Course by course, with the signs made explicit and the totals kept for you.
Everything is computed in your browser. Nothing you type is uploaded, stored, or logged.
Course to latitude and departure
The unit is a label only. Latitude and departure come out in whatever unit the distance went in as, because the computation is a pair of ratios and carries no units of its own.
- Latitude
- 255.88 ft north
- Departure
- 125.72 ft east
- Latitude (signed)
- 255.88 ft
- Departure (signed)
- 125.72 ft
- Azimuth
- 26°10′00.00″
- Bearing
- N 26°10′00.00″ E
- Quadrant
- NE
- Azimuth (decimal)
- 26.166667°
Positive latitude is north and positive departure is east, which is the sign convention every traverse sheet uses. The signed figures are the ones that go into a column and get added; the wording above them is the same two numbers said aloud.
Latitude and departure back to a course
A south latitude and a west departure are entered as negative numbers. The quadrant of the answer follows from the two signs, and it is resolved by the same inverse routine the coordinate tools use rather than by a second copy of the quadrant rules.
- Distance
- 285.10 ft
- Bearing
- N 26°09′57.59″ E
- Azimuth
- 26°09′57.59″
- Quadrant
- NE
- Back azimuth
- 206°09′57.59″
- Azimuth (decimal)
- 26.165997°
The distance is the resultant of the two components, √(lat² + dep²), and the azimuth is atan2 of the departure over the latitude — easting argument first, which is what makes the angle come out clockwise from north instead of counter-clockwise from east.
A whole set of courses, with running totals
| Course | Azimuth | Distance | Latitude | Departure | Running ΣLat | Running ΣDep |
|---|---|---|---|---|---|---|
| A-B | 26°10′00″ | 285.10 | 255.882 | 125.724 | 255.882 | 125.724 |
| B-C | 104°35′00″ | 610.45 | -153.704 | 590.783 | 102.178 | 716.507 |
| C-D | 195°30′00″ | 720.48 | -694.276 | -192.540 | -592.099 | 523.967 |
| D-E | 358°18′00″ | 203.00 | 202.911 | -6.022 | -389.188 | 517.945 |
| E-A | 306°54′00″ | 647.02 | 388.484 | -517.412 | -0.704 | 0.533 |
| Σ | — | 2,466.05 | -0.704 | 0.533 | -0.704 | 0.533 |
- ΣLat (closure in latitude)
- -0.704 ft
- ΣDep (closure in departure)
- 0.533 ft
- Resultant
- 0.883 ft
- Total distance
- 2,466.05 ft
If these courses form a closed loop, the two column totals are the closure of the traverse and their resultant is the linear misclosure. This panel stops there on purpose: it adds the columns and does not adjust them. To distribute the misclosure and get closed coordinates, take the same courses to the traverse closure calculator.
A course is a direction and a distance, which is a perfectly good way to describe a line and a useless way to add two of them together. Latitudes and departures are the fix: they turn every course into a pair of numbers that lie along fixed axes, and numbers along a fixed axis can simply be added. Every traverse computation, every coordinate, and every closure figure in plane surveying rests on that one move.
What a latitude and a departure are
The latitude of a course is its north–south component: how far the line carries you along the meridian. The departure is its east–west component: how far it carries you across the meridian. Together they are the course resolved onto the two coordinate axes, with the latitude going into the northing and the departure into the easting.
Both are signed. A latitude is positive north and negative south; a departure is positive east and negative west. The signs are the whole point — without them the components could not be added, and adding them is the only reason to compute them at all.
The formulas, and why cosine goes with the northing
latitude = D · cos α (+ north)
departure = D · sin α (+ east)In ordinary mathematics an angle is measured counter-clockwise from the positive x axis, and the x component takes the cosine. Plane surveying measures the azimuth clockwise from north, and north is the FIRST coordinate. The reference axis has moved, so the function that pairs with it moves too: cosine now belongs to the northing and sine to the easting. Nothing deep is happening — the same trigonometry is being read against a different axis — but the swap is invisible in the formula and catastrophic in the answer.
The check that settles it is the cardinal directions, and it takes five seconds. Put in an azimuth of 90°, which is due east. The latitude must come out zero and the departure must come out the whole distance. Cosine of 90° is zero and sine of 90° is one, so the formulas above give exactly that. Try 0°, due north, and the components swap. If your spreadsheet disagrees on either case, the functions are transposed, and every latitude in the column is a departure.
Signs by quadrant
The two signs follow from the quadrant, and the quadrant follows from the azimuth. When directions are entered as quadrant bearings the letters state the signs outright, which is one of the reasons bearings survive in legal descriptions.
| Quadrant | Azimuth range | Latitude | Departure | Example |
|---|---|---|---|---|
| NE | 0° to 90° | + north | + east | N 26°10′ E |
| SE | 90° to 180° | − south | + east | S 75°25′ E |
| SW | 180° to 270° | − south | − west | S 15°30′ W |
| NW | 270° to 360° | + north | − west | N 53°06′ W |
The pattern is that the meridian letter gives the sign of the latitude and the departure letter gives the sign of the departure, which is exactly what the two letters are for. Reading a bearing this way makes the sign table redundant, which is the best kind of table.
How the totals become a closure
Walk a closed traverse and you return to where you started. Every step north is eventually undone by a step south, and every step east by a step west, so the latitudes must sum to zero and so must the departures. That is not an approximation or a convention; it is what closing means.
Real observations do not sum to zero. What the two columns come to are the closure in latitude and the closure in departure, and they are the two components of a single error vector — the gap between where the traverse ended and where it should have ended.
ΣLat = closure in latitude
ΣDep = closure in departure
e = √(ΣLat² + ΣDep²) precision = 1 : (ΣD / e)The direction of that error vector is diagnostic, which is why the running table on this page stops at the totals rather than adjusting them. A misclosure whose azimuth matches one course points at that course, and at its distance in particular. A misclosure at right angles to a course points at that course, and at its direction. Distributing the error before looking at it throws that information away, and spreads a single blunder evenly over five courses that were fine.
Once the closure has been examined and accepted, the compass rule or the transit rule distributes it, and the adjusted components run around the figure to produce coordinates. That is the traverse closure calculator, and these are the numbers it starts from.
Rebuilding a course from its components
The reverse operation turns a pair of components back into a direction and a distance, and it is the same computation as an inverse between two coordinate pairs, because a latitude and a departure are just the deltas of an inverse written without the coordinates around them.
D = √(lat² + dep²)
α = atan2(dep, lat) — departure first, then latitudeThe argument order deserves the emphasis. The mathematical atan2 takes the y argument first and returns a counter-clockwise angle from the positive x axis. Feeding it the departure first and the latitude second returns a clockwise angle from north, which is the azimuth. Getting this backwards produces a direction that looks entirely plausible, is wrong, and is wrong in a way that a single spot check will not always reveal — a course at 45° gives the same answer either way.
This latitude is not geographic latitude
This is a genuine collision of terms and it is worth naming plainly. Geographic latitude is a position on the earth: an angle, measured in degrees north or south of the equator, that says where you are. The latitude of a course is a length: a distance in feet or meters, along the north–south axis of a local plane coordinate system, that says how far one line carries you. They share a name, they share no units, and they answer different questions. The word survives in the traverse sense because it is old — it goes back to the era when the north–south direction was simply called the latitude direction — and because every computation sheet, textbook and state survey manual uses it that way. A departure is the corresponding east–west length, and it has no geographic homonym at all, which is why nobody ever asks about that one.
Questions
What is the formula for latitude and departure?
Latitude is the distance times the cosine of the azimuth, and departure is the distance times the sine of the azimuth, with the azimuth measured clockwise from north. Latitude is positive north and departure is positive east.
Why does the northing use cosine and not sine?
Because the azimuth is referenced to north rather than to an east-pointing x axis. Move the reference axis and the function that pairs with it moves too. Check it on a due-east course: at an azimuth of 90° the latitude has to be zero and the departure has to be the whole distance, which is what cosine and sine of 90° give.
What do the signs mean?
A positive latitude is north and a negative one is south; a positive departure is east and a negative one is west. If the direction was written as a quadrant bearing, the two letters state the signs directly — the meridian letter for the latitude and the departure letter for the departure.
Why do my latitudes and departures not sum to zero?
Because the observations carry error. On a closed traverse both columns should sum to zero, so what they actually come to are the closures in latitude and departure. Their resultant is the linear misclosure, and dividing the perimeter by it gives the 1:X precision ratio.
Is this the same as latitude on a map?
No, and the shared word is unfortunate. Geographic latitude is an angular position north or south of the equator. The latitude of a course is a length along the north–south axis of a plane coordinate system, in feet or meters. Same word, different quantity, different units.
Can I enter azimuths instead of bearings?
Yes, on any line and in any field. An entry with N or S and E or W around it is read as a quadrant bearing; a bare angle is read as an azimuth clockwise from north.
Sources
- Washington State DOT, Highway Surveying Manual M 22-97, Chapter 11 — published state manual; latitudes, departures and traverse closure as computed in practice
- Montana Department of Transportation, Survey Manual, Appendix C — published state manual; the traverse computation sheet and its sign conventions
- Bureau of Land Management, Manual of Surveying Instructions (2009) — public domain; the treatment of courses, latitudes and departures in cadastral practice
Other calculators
All 10- Traverse closurePaste your courses, get closure, precision and adjusted coordinates — with the whole computation sheet visible.
- Bearing ⇄ azimuthQuadrant bearings, azimuths, back sights and DMS arithmetic in one place.
- Inverse & forwardThe two operations every COGO session is made of, plus the intersections.
- Area by coordinatesShoelace and DMD, side by side — because when they disagree, your vertex order is wrong.