In the previous post I have shown, how to do simple filtering of the OSM data with the SpatialLITE library. Today I will go a step further and do something more complicated - extract data from OSM file within specific bounding box.
SpatialLITE
I'm a big fan of the OpenStreetMap project, so when I released the first version of the SpatialLITE library last week, classes for working with OpenSteetMap data couldn't be missing in the project. Right now the library supports OSM XML files (without compression) and OSM PBF files, both for reading as well as writing. And how can you work with OSM data? How does SpatialLITE library compare with other tools in terms of speed? Let's find out