Back to How-To Guides How-To

How to Convert a Legal Land Description to Latitude and Longitude

A step-by-step guide to converting any US legal land description (PLSS) to latitude and longitude coordinates — with real examples and a free conversion tool.

How to Convert a Legal Land Description to Latitude and Longitude

You have a legal land description — printed on a deed, a mineral rights lease, a drilling permit, or a USDA form — and you need to know its exact latitude and longitude. This guide explains what a legal land description contains, why it does not include coordinates directly, and how to convert it to a lat/long pair you can drop into any map or GIS platform.

In the 30 US states surveyed under the Public Land Survey System, land is identified by a grid of townships and ranges instead of street addresses. A legal land description is the text address within that grid.

A typical description looks like this:

NE/4 Section 14, T7N R3W, Sixth Principal Meridian

That string describes a 160-acre tract in Kansas. Reading it left to right:

ComponentMeaning
NE/4Northeast Quarter (one-quarter of a section, 160 acres)
Section 14The section number within the township
T7NTownship 7 North of the baseline
R3WRange 3 West of the principal meridian
Sixth Principal MeridianThe governing survey meridian for this grid

The description narrows from a large grid (the meridian) down to a specific parcel. No coordinates appear anywhere in it — that is by design. The PLSS predates GPS by nearly two centuries.

Why You Need to Convert

Legal descriptions are the authoritative record for US land ownership, permits, and regulatory filings. But they do not translate directly into anything a navigation app, GIS software, or satellite imagery platform can use. To locate a parcel on a map, verify a field location, or attach coordinates to a permit application, you need latitude and longitude.

Common situations where conversion is needed:

  • Mineral rights research — verifying that a lease tract is where you think it is before signing
  • Oil and gas APDs — matching the legal description on a permit application to actual site coordinates
  • Construction and land development — confirming the described parcel boundary against site plans
  • Agricultural filings — USDA crop insurance and conservation program forms often require both formats
  • Title work — cross-checking property descriptions during a chain-of-title review

Step 1: Identify the Principal Meridian

If the description includes the meridian name (e.g., "Willamette Meridian," "Indian Meridian," "Sixth Principal Meridian"), you have what you need. If not, you can determine it from the state:

  • Kansas, Nebraska — Sixth Principal Meridian exclusively
  • Oregon, Washington — Willamette Meridian exclusively
  • Oklahoma — Indian Meridian (except the Panhandle, which uses the Cimarron Meridian)
  • Colorado, California, Montana — multiple meridians; check the county

Misidentifying the meridian is the most common conversion error. The same Township-Range-Section combination exists under different meridians in different states, and pointing to the wrong meridian can put a pin hundreds of miles off.

Step 2: Parse the Description

Write out the components separately before you enter anything:

  • Aliquot part: NE/4 (or NE¼), SW/4 NE/4, or a more specific subdivision down to 10 acres
  • Section: a number from 1 to 36
  • Township: a number plus N or S (e.g., T7N, T3S)
  • Range: a number plus E or W (e.g., R3W, R12E)
  • Meridian: the governing principal meridian

Descriptions like "SW/4 SE/4 Section 22, T3S R68W, Sixth Principal Meridian" identify a 40-acre parcel — the Southwest Quarter of the Southeast Quarter of Section 22. The converter handles these nested aliquot parts automatically.

Step 3: Enter the Description in Township America

Open the PLSS converter and type your legal description in the search field. The converter accepts most common formats, including:

  • NE/4 Sec 14 T7N R3W 6th PM
  • SW/4 SE/4 Section 22, T3S R68W, Sixth Principal Meridian
  • T3S R68W Sec 22 SWSE

Select the state when prompted. Township America will match the correct principal meridian based on the state and the grid values.

Step 4: Read the Latitude and Longitude Output

The converter returns the coordinates for the center point of the described parcel:

  • NE/4 Sec 14, T7N R3W, 6th PM → approximately 39.93°N, 97.60°W (a 160-acre tract in north-central Kansas)
  • SW/4 SE/4 Sec 22, T3S R68W, 6th PM → approximately 39.61°N, 105.31°W (a 40-acre parcel west of Denver)

Along with the coordinates, you get an interactive map showing the parcel location and approximate boundaries, so you can visually confirm the result before using it.

Step 5: Use or Export the Coordinates

Copy the latitude and longitude values directly, or export the result in the format you need:

  • KML — opens in Google Earth for visual field verification
  • GeoJSON or Shapefile — imports into ArcGIS, QGIS, or any GIS platform
  • CSV — for spreadsheet use or bulk permit filings
  • JSON — for developers integrating with other applications

If you have more than a few descriptions to convert, the batch converter handles CSV uploads and returns coordinates for every row at once.

What the Coordinates Represent

The lat/long returned by a PLSS conversion is the calculated center point of the described parcel, derived from official BLM survey data. For a quarter section (160 acres), that is the center of the 160-acre tract. For a quarter-quarter (40 acres), it is the center of the 40-acre parcel.

These coordinates are accurate for locating a parcel, verifying a filing, or placing a pin on a map. They are not a replacement for a licensed land survey when exact boundary lines matter — for fencing, construction, or boundary disputes, hire a licensed surveyor.

Frequently Asked Questions

What if the description does not name the principal meridian?

Look at the state. Most states use a single principal meridian, so you can infer it from the filing state. For states that use multiple meridians (Colorado, California, Montana, Alaska), check the county. Township America shows available meridians for each state, which helps narrow it down quickly.

How accurate are the latitude and longitude results?

Sub-meter accuracy for the center point of the described parcel. The conversion is based on official BLM/GLO survey records. Edge cases include areas with resurveyed or irregular township boundaries, which can produce slightly different results than field measurements.

Yes. The batch converter accepts a CSV with a column of legal descriptions and returns a lat/long pair for each one. Useful for land departments, title companies, and GIS analysts working with large parcel sets.

What about metes and bounds descriptions?

Metes and bounds descriptions (e.g., "beginning at a point 100 feet north of…") are a different format used in the eastern US and in some PLSS states for irregular parcels. The PLSS converter handles standard Public Land Survey System descriptions. For guidance on converting PLSS descriptions in more detail, the full step-by-step guide covers edge cases including government lots and irregular sections.