Imported Datum Points CSV File Format

CSV file format for imported datum points.

CSV file format fields

The CSV file contains one header row and one or more additional data rows. Data values are as follows:
  • X, Y and Z – Numeric values. Spatial location of the datum points.
  • ID (optional) - Alpha-numerical values.
  • Label (optional) - Alpha-numerical values.

Example CSV file

X,Y,Z,ID,Label

0,0,0,1,point 1

5,0,0,2,point 2

10,0,0,3,point 3

20,0,0,4,point 4