Generate LRS Data Product (Location Referencing)

ArcGIS Pro 3.4 | | Help archive

Available with Location Referencing license.

Summary

Transforms LRS data to create a length product for selected routes in an LRS Network. For example, use this tool to summarize the mileage of a set of routes or lines by a county boundary.

Usage

  • Use an LRS Data template that specifies the summary and length fields. You can use a location referencing template for pipelines or roads and highways.

  • The summary and length fields must exist in the same geodatabase as the LRS Network layer.

  • The template must be a .json file.

  • Use a network feature class for the Input Route Features parameter value.

  • This tool does not modify the inputs and will create a .csv file as the output.

  • This tool supports selection and definition query.

  • The Effective Date parameter is used to define the temporal view of the network. Only routes active on this date will be used for calculating the output.

  • This tool supports unit conversion when converting from the network's measure units to another unit.

  • The Boundary Features and Summary Field parameters are only valid when no summary field is provided in the .json file.

  • If the network has routes with calibration issues or with a length of zero, check the Exclude Null Summary Rows parameter to exclude those routes from the output. Otherwise, those routes will be included in the output with a length of zero.

Parameters

LabelExplanationData Type
Template

The input LRS Data template that specifies the summary and length fields.

File
Input Route Features

The LRS Network that will be used to calculate the length.

Feature Layer
Effective Date

The date that will be used to define the temporal view of the network.

Date
Length Units

Specifies the measurement units that will be used for the length field in the output.

  • InchesThe units will be inches.
  • FeetThe units will be feet.
  • YardsThe units will be yards.
  • MilesThe units will be miles.
  • Nautical MilesThe units will be nautical miles.
  • International MilesThe units will be international miles.
  • International FeetThe units will be international feet.
  • MillimetersThe units will be millimeters.
  • CentimetersThe units will be centimeters.
  • MetersThe units will be meters.
  • KilometersThe units will be kilometers.
  • DecimetersThe units will be decimeters.
String
Boundary Features
(Optional)

The boundary layer that will be used to summarize the data.

Feature Layer
Summary Field
(Optional)

The field from the boundary layer that provides the names for the summary rows.

Field
Exclude null summary rows
(Optional)

Specifies whether null summary rows will be excluded from the output.

  • Checked—Uncalibrated routes or routes with zero length will be excluded from the output. This is the default.
  • Unchecked—Uncalibrated routes or routes with zero length will not be excluded from the output; they will be included in the output with a mileage of 0.
Boolean
Output Format
(Optional)

Specifies the format of the output file.

  • CSVThe output file will be a .csv file. This is the default.
String
Output File
(Optional)

The output .csv file where the calculated length will be written.

File
Output Table
(Optional)

The table that will be created with the calculated length.

Table

Environments

Licensing information

  • Basic: Requires ArcGIS Location Referencing (ArcGIS Pipeline Referencing or ArcGIS Roads and Highways)
  • Standard: Requires ArcGIS Location Referencing (ArcGIS Pipeline Referencing or ArcGIS Roads and Highways)
  • Advanced: Requires ArcGIS Location Referencing (ArcGIS Pipeline Referencing or ArcGIS Roads and Highways)

Related topics