Adding a Custom Horizontal Coordinate System in LP360

There may be times when a user needs to add a custom horizontal coordinate system to the program. This option can be done within LP360 (v2015.1).

Initial steps

  1. Generate a custom PRJ file to reflect the new custom coordinate system
    1. There are a couple of options how to accomplish this
      1. Copy a current PRJ file and make the necessary changes to the PRJ file
      2. Download a PRJ file from an online source, such as http://spatialreference.org/
  2. Provide a unique name for the new horizontal coordinate system

New_Custom_Coordinate_System

LP360 for Windows: Coordinate System Utility

To add a horizontal coordinate system not available in LP360 one must first create a combined horizontal and vertical projection file for use when outputting files:

  1. Under File select Coordinate System Utility
  2. Under Horizontal Coordinate System, choose the radio button for “Select From File”
  3. Browse to the location of your custom projection file
  4. Specify a predefined Vertical Coordinate System
  5. Select “Save PRJ…” to save the file containing both the horizontal and vertical CRS to disk
Coordinate System Utility

Coordinate System Utility

LP360 for Windows: Export Wizard

To assign the combined custom horizontal and vertical projection to output LAS Files:

  1. Add LIDAR data within LP360
  2. Open the Export Wizard
  3. Specify the LAS version to export
  4. Click Select to specify the Output Coordinate System
  5. Under Horizontal Coordinate System choose the radio button for “Select From File”
  6. Browse to the location of the the combined horizontal and vertical projection file created using the Coordinate System Utility
Select the Output Coordinate System

Select the Output Coordinate System

Specify the Horizontal and Vertical Projection File

Specify the Horizontal and Vertical Projection File

LP360 for ArcGIS: Export Wizard

To assign the custom horizontal coordinate system to output LAS Files:

  1. Add LIDAR data within LP360
  2. Open the Export Wizard
  3. Specify the LAS version to export
  4. Click Select to specify the Output Coordinate System
  5. Under Horizontal Coordinate System choose the radio button for “Select From File”
  6. Browse to the location of the custom projection file
  7. Specify a predefined Vertical Coordinate System
Select the Output Coordinate System

Select the Output Coordinate System

Import the Custom Projection File

Import the Custom Projection File

Authority Codes

LP360 does not automatically incorporate the EPSG or other authority codes from the provided PRJ. One must manually add the authority code to two separate files found in the LP360 Common files directory. The two files are “C:\Program Files\Common Files\QCoherent\CoordSysWKTs.xml” and “C:\Program Files\Common Files\QCoherent\nad\esri”. The former file is used for putting the PRJ into the “Select Coordinate System” dialog, and the latter file is used by LP360 for getting the codes associated with a projection, and vice versa. When modifying these files it is important to have the correctly formatted information, in the respective files. The required information should be copied directly from the PRJ file used above. It is best to make a copy of these files before making any modifications, and test them after the modifications have been made.

CoordSysWKTs.xml

GCCoordinateSystemNode
m_Nodes

Key:                       GCCoordinateSystemNode

Key:                       m_Nodes

Key:                       m_strName
Value:                   CRS Name

Key:                       m_strWKT
Value:                   WKT string

Example:



ETRS_1989_UTM_Zone_N32
PROJCS[“‘ETRS_1989_UTM_Zone_N32′”,GEOGCS[“‘GCS_ETRS_1989′”,DATUM[“D_ETRS_1989′”,SPHEROID[“GRS_1980”,6378137.0,298.257222101]],PRIMEM[“‘Greenwich'”,0.0],UNIT[“Degree”,0.017453292519943295]],PROJECTION[“‘Transverse_Mercator'”],PARAMETER[“‘False_Easting'”,32500000.0],PARAMETER[“‘False_Northing'”,0.0],PARAMETER[“‘Central_Meridian'”,9.0],PARAMETER[“‘Scale_Factor'”,0.9996],PARAMETER[“‘Latitude_Of_Origin'”,0.0],UNIT[“‘Meter'”,1.0]],AUTHORITY[“EPSG”,4647]]

esri

#CRS Name
Proj4 Styled CRS (Many are available from an online source, such as http://spatialreference.org/)

Example:

# ETRS89 / UTM zone N32
<4647> +proj=tmerc +lat_0=0.000000000 +lon_0=9.000000000 +k=0.99960 +x_0=32500000.000 +y_0=0.000 +ellps=GRS80 +units=m

Share

GeoCue Support has written 711 articles