-
In v1.0, there exists an (undocumented) feature flag in the data extraction endpoints, which disables the clipping to the query area-of-interest of the geojson feature geometries.
[The currently un…
-
when running for large-sccale image download, one might come up with an **requests.exceptions.ConnectionError**
Error message:
requests.exceptions.ConnectionError: HTTPConnectionPool(host='t0.t…
-
This doesn't work:
```bash
$ curl "https://api.ohsome.org/v1/elements/count?bboxes=10,40,10.01,40.01&format=csv&filter=foo=bar"
{
"timestamp" : "2020-05-28T09:08:11.080+0000",
"status" : 50…
-
If I use `building=yes and building!=no and type:node` as filter parameter, swagger-ui generates this cURL request:
```bash
curl -X GET "https://api.ohsome.org/v1/elements/count?bboxes=8.625%2C49.37…
-
this query fails as expected:
```
https://api.ohsome.org/v1/elements/count?bboxes=8.68132,49.41467,8.68177,49.41499&types=BLA,node
```
the same query with reversed order of the `types` value l…
-
Working with multiples users on an application (e.g. via git) is hampered by the fact that the setup of the `OSHDBDatabase` class might be very personal. This results in broken code when run on a diff…
-
**Describe the bug**
The Link to GIS Science in the top right of this screenshot on this [page](https://ohsome.org/apps/osm-history-explorer/):
![image](https://user-images.githubusercontent.com/810…
-
Also analyze tag `bicycle_parking:position` on page statistics
-
**Describe the bug**
The method `.getContributorUserId()`of the `OSMContribution` returns 0 if the contribution is a deletion. This is because the uid of a deleted object is stored as 0 and the metho…
-
I recommend removing `waterway=riverbank` from list of deprecated tags.
The tag `waterway=riverbank` is not listed as deprecated at the openstreetmap.org wiki, nor has it been for at least the past…