How To Add a New Coordinate System


Overview

Coordinates in OpenGround are defined using a Proj.4 string—a line of text that specifies how to convert between Latitude/Longitude and a selected Coordinate Reference System (CRS). This guide explains the terminology, how to find and add coordinate systems, and how to configure them in OpenGround.

Terminology:

  1. Coordinate Reference System – Defines the Easting/Northing pair by projecting global Latitude/Longitude values onto a flat plane. Commonly used in engineering and construction projects for localized accuracy.
    1. Examples: UTM Grids, State Plane Coordinates, Grid Coordinates.
  2. Datum: A datum is the reference point or model used to define the coordinate system. Different datums can result in different coordinate values for the same location.
    1. Examples: NAD27, NAD83, GRS80
  3. Easting/Northing – Represents a location on a 2D plane, defined by the selected coordinate system. Units are typically in meters, feet, or survey feet.
  4. Geographic Coordinate System – Defines a location using Latitude/Longitude on the surface of a sphere (the Earth). Commonly used in GPS and global mapping applications.
  5. Latitude/Longitude – Specifies a location on the Earth’s surface using angular measurements. Units are typically displayed as Decimal Degrees (DD) or Degree Minutes Seconds (DMS).

Adding a Coordinate System in OpenGround

To add a coordinate system using a Proj.4 string:

Step 1: Find the Coordinate System

Use one of the following resources to locate the desired CRS:

Once located, scroll to the Proj.4 section and copy the string.

Step 2: Add the Coordinate System in OpenGround Professional

  1. Navigate to: System > Coordinate Systems > Add

  1. In the dialog window, enter the following:

Example:

+proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
  1. Check the "Is Active" option.
  2. Click Save.

The coordinate system is now available for use in your OpenGround projects.


Further Reference

For more information on spatial reference systems, visit:
Spatial Reference System - Wikipedia