Skip to content

From a OD Cost Matrix layer file, generate a CSV of the cost matrix

Notifications You must be signed in to change notification settings

PatrickStevens/GenerateCSVMatrixFromOD

Repository files navigation

GenerateCSVMatrixFromOD

Generate a comma separated file that represents a Network Analyst Origin-Destination Cost Matrix analysis result.

How to use the application

From a windows command line, call the executable and pass in the path to your input Origin-Destination Cost Matrix layer file, like this:

GenerateCSVMatrixFromOD C:\MyInputODLayer.lyr

The output CSV files will be stored next to the layer file.

Output

There are two CSVs output:

  • OD_ODCostFlatTable_OptimizedOn_<Impedance name>
    • Output each row of the ODLines as Origin,Destination,<Impedance name>
  • OD_ODCostMatrix_OptimizedOn_<Impedance name>
    • Output a true matrix. Each column is a destination. Each row is an origin.

Downloads of executables

https://www.arcgis.com/home/item.html?id=00a6a60a32b54393996f0a8ce9ee02c9

About

From a OD Cost Matrix layer file, generate a CSV of the cost matrix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages