-
### Bug Description
The oshdb-filter will only check if the *whole* element adheres to the geometry-filter. If it is a geometry collection that contains the requested geometry the object will not b…
-
Layers are currently named 'ohsome_MM-DD-YY:hh-mm-ss enpoint_type' . ISO time format would be a better choice, currently the meaning of these numbers is a bit of a riddle.
-
Currently, the ohsome API doesn't provide any health check. A health check should provide a statement if the ohsome API is ready to be used. This can depend on a health check that the OSHDB would prov…
-
```python
from ohsome_quality_analyst.indicators.mapping_saturation.indicator import (
MappingSaturation,
)
```
vs.
```python
from ohsome_quality_analyst.indicators import MappingSaturatio…
-
Currently, tests are mocking every database connection or are skipped (`pytest.mark.skip` in `test_geodatabase.py`).
In order to cleanup database-access-related code (especially avoid having 2 differ…
-
The ohsome API should handle database connection issues better. Currently, if there is a network hickup or the database restarts for some reason, the ohsome API doesn't notice that. It just returns er…
-
https://github.com/GIScience/ohsome-api#ohsome-api - "quality gate" badge shows "failed" status
It likely should be fixed, or maybe badge should be removed.
-
And another time Hello,
I had the idea that it might be interesting for the reader to get some more information about the Overpass Turbo API. For example, where and by whom it was developed, what …
-
We currently use integration testing nearly everywhere but at the same time not properly.
- [ ] swap integration test (using VCR) for unit-testing (testing only the method of concern) where possibl…
-
Currently, the UI is a bit too convoluted to be easily usable, and there is no processing algorithm provided.
The road map would be as followed:
* Create processing algorithm from current UI, suppor…