Select to view content in your preferred language

Convert Teleatlas Multinet to Turn Feature Class

5433
15
08-17-2010 05:24 PM
ManishGohil
Occasional Contributor
Hi

I am working here with TeleAtlas MultiNet data to set up a road network used for NetworkAnalyst. There was no problem to set up the roads and oneways. But I didn't find out how to set up a turn table to import it as a Turn Feature Class!

Any help would be highly appreciated

Thanks
Manish Gohil
Tags (2)
0 Kudos
15 Replies
andreagiacomelli
New Contributor
Deleesh,

Thanks for your input... could you confirm if any code is available for 9.3 ? upgrades to 10 in Europe are sometimes slower...

We don't necessarily need the fully-fledged toolbox...I think we could work fine with the code you proposed earlier, provided we can check how to assign the third input parameter (defining the "myTurnTable")

Best regards
0 Kudos
AlexeyTereshenkov
Deactivated User
0 Kudos
AbdulBasitHammad
New Contributor
0 Kudos
AbdulBasitHammad
New Contributor
0 Kudos
RobertDouglas
Emerging Contributor
Turn Table to Turn Feature Class tool is meant to convert ArcView 3.x or ArcInfo Workstation Turn table. So the tool expects the input to be in that format.

To convert turn data from vendors such as TeleAtlas, try this VBA sample. You will have to change the names in the "Settings" section in the code.I was able to successfully run this sample on my test data with ArcGIS 10 and It also works in 9.3/9.3.1

As VBA will not be supported with ArcGIS after 10.0 release, we will make this sample available as a python script tool in near future.



Does anyone know if this python script is available?
0 Kudos
AlexeyTereshenkov
Deactivated User
Most street data processing is now embedded into Street Data Processing geoprocessing toolbox which you can definitely use in Python scripts. I personally have not seen any Python scripts for street data processing specifically for TeleAtlas turns.
0 Kudos