You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
[out:json][timeout:25];
// gather results
(
// (around:radius,latitude,longitude)
is_in(43.5391108,6.9376076);
);
// print results
out body;
>;
out skel qt;
returns valid data (e.g. area) however the api just states overpass.errors.UnknownOverpassError: Received corrupt data from Overpass (invalid element).
Besides that a better error message would be:
raise UnknownOverpassError(f"Received element {elem_type=} which is currently not implemented, or represents corrupted data.")