ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Aide
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS Desktop

Un SIG professionnel complet

ArcGIS Enterprise

SIG dans votre entreprise

ArcGIS for Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

ArcMap

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Extensions

Live Traffic Data

  • Résumé
  • Propriétés
  • Exemple de code

Résumé

Provides information about the live traffic information stored in the network dataset such as the streets—TMC join table and the path to the DTF files.

Propriétés

PropriétéExplicationType de données
tmcTableName
(Lecture seule)

The name of the table that contains the relationship between streets and traffic messaging channel (TMC) codes.

String
tmcFieldName
(Lecture seule)

The name of the field within the Streets—TMC join table that contains the TMC codes.

String
trafficFeedLocation
(Lecture seule)

The path to the location where DTF files are stored. The network dataset reads the DTF files from this location to get the live traffic data.

String

Exemple de code

Live Traffic Data Properties example

Display a summary of the live traffic information for the network dataset.

# Name: NDSLiveTrafficDataProperties_ex01.py
# Description: Print live traffic information for the network dataset.

import arcpy
import sys

# Set the workspace
arcpy.env.workspace = "C:/Data/SanDiego.gdb/Transportation"

# Create Describe object for the network dataset
desc = arcpy.Describe("Streets_ND")

#Get the historical traffic data object
if desc.supportsLiveTrafficData:
    traffic = desc.liveTrafficData
else:
    #If the directions are not set for the network dataset, exit 
    print "No live traffic information"
    sys.exit() 

print "Live Traffic Information ----" 
print "TMC Table Name: " , traffic.tmcTableName
print "TMC Field Name: " , traffic.tmcFieldName 
print "Traffic Feed: " , traffic.trafficFeedLocation

ArcGIS Desktop

  • Accueil
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog d’Esri
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
Donnez-nous votre avis.
Copyright © 2019 Esri. | Confidentialité | Légal