Description
Use Case Description
Overpass turbo has amazing feature that allows to query for things like "amenity=atm in Poland"
I want to do the same in ohsome (hoping that it is more efficient for such queries, trying to do this for all countries on Overpass is straining it and requires waiting a lot for quota respawn)
Request Description
From what I see in https://api.ohsome.org/v1/swagger-ui.html#/ https://heigit.org/farm-shops-are-ohsome/ https://heigit.org/how-to-become-ohsome-part-1-visualizing-the-historical-evolution-of-osm-buildings-of-your-city/ ohsome both allows and requires to specify arbitrary boundaries.
It may allow some interesting queries, but is there some reasonable way to get country boundary? Both in detail sufficient to avoid significant inaccuracies and simplified enough to not crash ohsome servers?
I looked also through the entire https://github.com/GIScience/ohsome-api#ohsome-api and through https://heigit.org/exploring-osm-history-the-example-of-health-related-amenities/ (pity that no reproduction source code was provided), https://docs.ohsome.org/ohsome-api/v1/boundaries.html (I really hoped to find something there)
Additional Information
I am trying to implement fix for streetcomplete/StreetComplete#3202 and workaround for Sophox/sophox#27