Overpass-API
Overpass-API copied to clipboard
A database engine to query the OpenStreetMap data.
I’m creating this issue to track the db update failure caused by a 200k member relation across a number of overpass instances. Flushing to database .......File error caught: /mnt/home-ssdd/overpass/db/relations_attic.bin Block_Backend:...
## What software are you using? * Overpass API 0.7.57.1 74a55df1 * osmium version 1.13.2 (v1.13.2-28-g2eba8a5) * libosmium version 2.17.3 ## What operating system version are you using? * Ubuntu...
Hello, I am very new to Overpass-API so looking for some best practices guidelines to set up multiple instances of Overpass-API and spin up new instances if any instance dies...
I was wondering a bit about a use case to have old_idx and new_idx in the Change_Entry structure. Obviously, they're only being written in {node, way, relation}_updater, but never read...
I'll be honest, I'm a bit clueless in terms of working with Linux, and cloned databases, but I managed to set it up and used it for over a year....
To allow fair shared use on the public instances, the software has a couple of [quota mechanisms](https://dev.overpass-api.de/overpass-doc/en/preface/commons.html) built in. This had been a success insofar as the servers have been...
Option _out:csv_ doesn't properly escape delimiter characters. If an object contains e.g. tab character in the name and the delimiter is tab you won't get quotes around the field value...
Maybe allow writing [maxsize](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Element_limit_.28maxsize:.29) not only the current way, ``` [maxsize:536870912] ``` but also ``` [maxsize:512 MB] ```
I deployed Overpass API using Amazon AMI image. I run into this issue right now with API.0.7.56.9 DB.2021.10.13. Once it gets into this state, it stays in this state. I...