ohsome-quality-api icon indicating copy to clipboard operation
ohsome-quality-api copied to clipboard

Data quality estimations for OpenStreetMap

Results 71 ohsome-quality-api issues
Sort by recently updated
recently updated
newest added

### Description Adds an indicator which queries the length of road data in an AoI based on Microsoft Data and how much of it is covered by OSM data. Based...

If DB client can not connect to database, the following error gets raised: ``` raise OSError('Multiple exceptions: {}'.format( OSError: Multiple exceptions: [Errno 111] Connect call failed ('127.0.0.1', 5445), [Errno 99]...

bug

We should find out how many queries can be cached for the extrinsic indicators. If there are not many, we could check for the IDs from the dashboard, which would...

brainstorming

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

### Corresponding issue Closes #564 ### Checklist - [x] I have updated my branch to `main` (e.g. through `git rebase main`) - [x] My code follows the [style guide](https://github.com/GIScience/ohsome-quality-api/blob/main/CONTRIBUTING.md#style-guide) and...

Please add the **type of change** as label. If your PR is not ready for review and merge, please add `🚧 ` to the PR title. ### Description Please add...

![image](https://github.com/GIScience/ohsome-quality-api/assets/83658582/750719a8-99c5-41c4-9aae-ebe99027753a)

Currently, a topic definition always relates to one aggregation type (E.g. `building-count` -> `/count`) A user should be able to select a topic and indicator without thinking about the aggregation...

brainstorming
topic

PR #743 introduced the usage of a second database library `psycopg` in addition to `asyncpg` for performance reason. We should only use one library. Tasks: * Stop using `asyncpg` and...

code quality