-
Add a suggestion on how to cite the ohsome-py package to the README.md
-
List of ToDos for the processing algorithms. Not sorted by priority at all.
- [x] Add algorithm description.
They should link to the docs and mention any non-intuitive things (such as the period f…
-
### Bug Description
`TagTranslator.lookupTag(OSHDBTag)` returns `Null` if the `OHSDBTag` cannot be found.
This is confusing because
- the documentation states that ` @throws OSHDBTagOrRoleNot…
-
The following attached request ([failing_oqt.txt](https://github.com/GIScience/ohsome-quality-analyst/files/11000509/failing_oqt.txt) sorry for the large bpoly and the .txt but thats what I have atm) …
-
### Bug Description
When using non-contribution views (i.e. `/elements/count`) you get an `Internal Server Error` without a proper error message when a changeset filter is set (i.e. `changeset:123`).…
-
Hi,
tried to run the following code chunk to fetch hospitals in Germany.
Runtime close to 600sec / 10min which is the timeout of the public API.
I think the response json can not be properly p…
-
We implement our own ISO 8601 String parser (is there really no default parser out there?). When supplying a Date this is transformed to a Timestamp https://github.com/GIScience/oshdb/blob/eac6d34ac89…
-
Like #91 we use as static analyses to check for code that is not covered by unit-tests.
Results can be seen here: https://reports.ohsome.org/oshdb/0.5.0-SNAPSHOT_master/204_c11a8e02/jacoco/
- [ ] …
-
### Problem Description
Currently, bounding boxes (or other geometry-based restrictions) can be expressed in the ohsome API via `areaOfInterest(geometry)`.
There is, however, no such possibility ava…
-
When defining ranges (e.g. id ranges `id: (1..42)` or geometry selector like `length: (123.4 .. )` or `area: (..1000)`), it could improve readability when the parentheses were optional: `id: 1..42`, `…