About Geoid Models

Add supported geoid models for use with Vertical Datum Transformation.

A geoid model represents a specific mathematical representation of the geoid. It determines the geoid's height above a reference ellipsoid at any given location. These models are constructed using diverse data sources, including satellite measurements, gravity observations, and oceanographic data. They offer a practical method for approximating the geoid surface, facilitating applications in fields such as surveying, mapping, and navigation.

Supported geoid model types

Note: The following geoid models are not installed by default, but available in the Autodesk Coordinate System folder:
  1. Und_min2.5x2.5_egm2008_isw=82_WGS84_TideFree_SE
  2. Und_min1x1_egm2008_isw=82_WGS84_TideFree_SE
  3. OSTN15_OSGM15_DataFile

How to Add Geoid Models

Adding Geoid Models for use in the Vertical Datum Transformation Tool is a manual process working in the Geoid Models directory: C:\ProgramData\Autodesk\C3D <year>\enu\Geoid Models.

Note: When updating geoid files in the Geoid Models folder, rename or delete the Geoid Models.json file. The Vertical Datum Transformation command will generate a new Geoid Models.json file to reflect the updated geoid models. Information about the Geoid Models.json file can be found in the following procedures.

Manual geoid model configuration

  1. In the Geoid Models directory, locate the Geoid Models.json file.
  2. Create a back up of the file.
  3. Open the original Geoid Models.json file in a text editor.
  4. Using the file schema (see the About the Geoid Models.json Schema section below), add a new geoid model entry.
  5. Save the file.
  6. The geoid model is now available in the Vertical Datum Transformation Tool.

Automatic geoid model configuration

    This method is dependent on the geoid model type. Refer to the Supported Grid Model Chart below for more details.

  1. In the Geoid Models directory, locate the Geoid Models.json file.
  2. Create a back up of the file.
  3. Copy the new grid file (or folder) to the Geoid Models directory.
  4. Delete the Geoid Models.json file.
  5. Run the Vertical Datum Transformation Tool to regenerate an updated file including the new grid file information.
  6. The geoid model is now available in the Vertical Datum Transformation Tool.

Supported Grid Model Chart

Grid Model Format File Suffix Automatic Configuration Default Geoids
Default Geoids Other Geoids
BIN .bin Yes Yes
  • GEOID03\*.bin
  • GEOID12B\*.bin
  • GEOID18\*.bin
BYN .byn Yes Yes
DAT .dac Yes No
  • Und_min2.5x2.5_egm2008_isw=82_WGS84_TideFree_SE
  • Und_min1x1_egm2008_isw=82_WGS84_TideFree_SE
  • WW15MGH.DAC
(Not installed by default, but available in the Autodesk Coordinate System folder.)
GRI .gri Yes Yes
ISG/ISG2 .isg Yes Yes
OSGM .txt Yes No

About the Geoid Models.json Schema

The Geoid Models.json file defines the geoid models loaded by the Vertical Datum Transformation Tool. This file contains information about the available geoid models, their display names, file paths, and associated metadata. The following schema example provides field definitions.

"g2003a01.bin": {
    "DisplayName": "g2003a01.bin",
    "Name": "g2003a01.bin",
    "FileName": "<absolute path to g2003a01.bin>",
    "Datum": "NAD83",
    "MinPoint": [
      	60,
      	172
    ],
    "MaxPoint": [
      72.01666666666667,
      -155.98333333333335
    ],
    "GeoidModelType": 4,
    "DeltaLat": 0.016666666666666666,
    "DeltaLon": 0.016666666666666666,
    "North": 259260,
    "South": 216000,
    "East": 734460,
    "West": 619200,
    "DeltaLatI": 60,
    "DeltaLonI": 60,
    "NumberLat": 721,
    "NumberLong": 1921,
    "ByteCount": 0,
    "LittleEndian": false,
    "NoData": 0
  	},

Field descriptions