Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

arcpy.Describe not working on network dataset

$
0
0
I am trying to use arcpy.Describe on the ESRI streets network dataset for US and Canada.

If I type:

Code:

import arcpy
file = <filename>
desc = arcpy.Describe(file)

It returns an error about the dataset not existing. I am guessing Network Datasets are treated as something special compared to FeatureClasses, etc.

How do I 'describe' a network dataset?

Regards,

Craig

Viewing all articles
Browse latest Browse all 2485

Trending Articles