Matthias (~talfus-laddus)
Matthias (~talfus-laddus)
Alternative section name could be: *Editor Integrations*
https://github.com/GIScience/ohsome-quality-analyst/pull/600
Should we rename currentness into temporal quality?
In the dashboard it could look like: hiding more general information on how indicators and especially labels/classes are calculated behind the colored flag on the top-left of a indicator result...
For Currentness indicator: ``` out_of_date ≥ 30 % → class 1 up_to_date ≥ 75 % → class 5 up_to_date ≥ 50 % → class 4 up_to_date+in_between ≥ 75 % →...
Looks good. Thanks for the tedious effort. A couple of things I would like to tackle before merging: - [x] Why does the area calculation differ? - [x] Write a...
Can be useful to think about how reliable the Mapping Saturation indicator
Could look like ```python class Result(BaseModel): """The result of the Indicator. Attributes: timestamp (datetime): Timestamp of the creation of the indicator timestamp_osm (datetime): Timestamp of the used OSM data (e.g....
maybe related to #610
```bash st run --checks all https://api.quality.ohsome.org/v1/openapi.json Schema location: https://api.quality.ohsome.org/v1/openapi.json Base URL: https://api.quality.ohsome.org/v1 Specification version: Open API 3.1.0 Workers: 1 Collected API operations: 10 POST /v1/indicators/{key} F GET /v1/metadata . GET...