Hello Wieser, The extractor used the osmium library which can only handle osm files. Therefore, you need to either :
1. Create your own parser that should generates 4 files (.osrm, .osrm.nodes, .osrm.names, .osrm.timestamp*) from the input document you got (you have the option to not use a profile file if your datatype contain weights or speed limits of each road segment aswell as restrictions). 2. Convert your datatype to OSM 0.6 (XML/PBF or other), I think there are too many tools that can do this, ArcGIS can, I guess, import export from the most commonly used geographical data. * I can send you details information about the structure of these files as well as datatypes and methods to write/read them. I hope this answer help you. Good luck. Best regards, 2015-05-21 16:36 GMT+02:00 Romain Wieser <[email protected]>: > Hello OSRM community, > > For test purpose, I try to extract road network from an other source that > OSM. Anybody actually use a different source and be disposed to share the > experience ? > > Furthermore, I wonder if there is more documentation about the extractor > tool as well as the lua scripting for profiles. > > Thank you in advance, > > Romain Wieser > _______________________________________________________________ > Analyste | Pôle technique du Géoportail - Division Services (IDES) > > *Direction des Services et du Système d'Information (D2SI) * > T + 33(0)1 43 98 62 52 ● Poste 6252 > 73, AVENUE DE PARIS, 94165 Saint-Mandé cedex > ign.fr - geoportail.gouv.fr > > _______________________________________________ > OSRM-talk mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/osrm-talk > >
_______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
