In recent years, there has been a dramatic growth of geospatial data collected by companies like Apple, Google, or Here but also in the course of collaborative projects like OpenStreetMap (OSM). For example, while the OSM data set at the beginning in 2007 contained less than 30 million data items, by the end of 2022, this number has grown to more than 7 billion items contributed mainly by volunteers all over the world.

There are many challenges when dealing with such a non-tiny data set. For example, computing the optimal route in a road network with a size of several hundred millions of road segments immediately excludes standard algorithms like Dijkstra which would require several minutes of computation for a single query. Furthermore, efficiently querying and retrieving data from this data set is quite different from querying a small company employee database. Asking for all bank branches world-wide not only poses a challenge when determining the actual result of such a query, but also in terms of an efficient and comprehensible representation and visualization of the result set.

The Trajectories project funded during the the two phases of the SPP has developed algorithmic techniques and tools that allow for the efficient processing of trajectory data in the context of the OpenStreetMap project, which itself is partially created from trajectory data (the road network). As part of these research efforts in the SPP, the search engine OSCAR has been developed which allows for non-trivial querying and routing on the complete OSM planet data set.

Figure 1, for example, shows the result of querying OSCAR for all train stations world-wide. The result is presented as a heat map visualization including statistics about the distribution over all countries. Querying our search engine for restaurants in San Francisco (CA) yields the result shown in Figure 2 with an automatic differentiation of the respective restaurants according to their cuisine. OSCAR also allows for highly efficient route planning: a trip of more than 13,000 km from Portugal to Hong Kong is computed within a fraction of a second and hotels along the route are categorized according to their star rating (Google Maps can’t do that!), see Figure 3.

We have prepared a short video hat gives an impression about the power of OSCAR, but feel free to experiment yourself with our search engine.

Figures

Figure 1 Figure 2 Figure 3