Hacking OpenStreetMap data for fun and profit
readcodelearn.com
Hacking OpenStreetMap data for fun and profit
1–2 of 2 posts
Re: Hacking OpenStreetMap data for fun and profit
#2For simple queries on OSM data, Overpass Turbo is a nice zero install solution:
It uses it's own query language, after that the biggest differences with a local PostGIS would be that it is a shared resource with some limits on query size and the lack of spatial operations (there are a couple simple spatial operations in the Overpass API query language, around an object and inside some boundaries).