|
|
|
|
|
by n4r9
481 days ago
|
|
Thanks for the article Dhanraj. I was wondering if you could expand on this part: > Transforming this data into a usable format, such as that required for routing applications, necessitates expensive data pipelines. What do you mean by "usable" here? I've worked with OSM data in .osm and .pbf formats for routing applications; there are a few things to look out for (e.g. badly formatted tags), and the ways/nodes graph models has a different structure to many proprietary formats, but generally speaking it's a one-off dev job to get some code up and running which directly imports data in those formats. Are you thinking more about importing the data into a postgres DB or something? |
|