Load Open Street Map Data

3831
1
11-14-2013 04:46 AM
DanielaRozzi
New Contributor II
Hi,

I need some help!!
I'm using ArcGis 10.1 and I have installed 'ArcGis Editor for OSM'.
From Arcatalog, I'm trying to load osm data (that i have already downloaded from geofabrik.de for Italy street) but I obtain these two error messages (from two different dataset):

1. Start Time: Thu Nov 14 13:22:37 2013
Counting elements in OSM file...
There is an unclosed literal string. Line 73047661, position 34.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
   at System.Xml.XmlTextReaderImpl.ParseAttributes()
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlReader.MoveToContent()
   at System.Xml.XmlReader.IsStartElement()
   at ESRI.ArcGIS.OSM.GeoProcessing.OSMToolHelper.countOSMStuff(String osmFileLocation, Int32& nodeCapacity, Int32& wayCapacity, Int32& relationCapacity, ITrackCancel& CancelTracker)
   at ESRI.ArcGIS.OSM.GeoProcessing.OSMGPFileLoader.Execute(IArray paramvalues, ITrackCancel TrackCancel, IGPEnvironmentManager envMgr, IGPMessages message)
Failed to execute (OSMGPFileLoader).
Failed at Thu Nov 14 13:45:56 2013 (Elapsed Time: 23 minutes 19 seconds)

2. Start Time: Thu Nov 14 14:07:06 2013
Counting elements in OSM file...
Counted 16781867 nodes, 1338426 ways, and 50038 relations.
Preparing geodatabase...
Object reference not set to an instance of an object.
   at ESRI.ArcGIS.OSM.GeoProcessing.OSMGPFileLoader.Execute(IArray paramvalues, ITrackCancel TrackCancel, IGPEnvironmentManager envMgr, IGPMessages message)
Failed to execute (OSMGPFileLoader).
Failed at Thu Nov 14 14:11:13 2013 (Elapsed Time: 4 minutes 7 seconds)

What can I do? There is another way to load OSM data on ArcGis?
I need these data to built a Network Dataset and then a OD cost matrix (I have already did it with a street shape file but results are different from those calculated from Google Maps and I want to do the same thing using OSM data to compare results).

I hope someone could help me!

Thank you,
Dani
Tags (2)
1 Reply
PaulCone
New Contributor III
Likely you are trying to save the data into the folder that contains the geodatabase, rather than inside geodatabase itself.  Make sure you've opened the geodatabase in the dialog first before you give the data a name and save it.
0 Kudos