diff --git a/CHANGELOG.md b/CHANGELOG.md index bc53ed86a..473d0d601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current Main +## 0.10.0 ### Bug Fixes diff --git a/workers/ohsome_quality_analyst/__init__.py b/workers/ohsome_quality_analyst/__init__.py index 09786cc0f..37ed1cdfc 100644 --- a/workers/ohsome_quality_analyst/__init__.py +++ b/workers/ohsome_quality_analyst/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.0" +__version__ = "0.10.0" __title__ = "ohsome quality analyst" __description__ = "Intrinsic and extrinsic data quality metrics for OpenStreetMap data." __author__ = "ohsome team" diff --git a/workers/pyproject.toml b/workers/pyproject.toml index 6ae0e8ac6..106072783 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ohsome_quality_analyst" -version = "0.9.0" +version = "0.10.0" description = "Intrinsic and extrinsic data quality metrics for OpenStreetMap data." authors = ["ohsome team "] homepage = "https://oqt.ohsome.org" diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator.yaml index 97e43869a..cac14e3df 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator_geojson_io.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator_geojson_io.yaml index 015111556..381c07632 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator_geojson_io.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_indicator_geojson_io.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -72,7 +72,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -129,7 +129,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -186,7 +186,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -243,7 +243,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.yaml index e775af206..600960cbb 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report_geojson_io.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report_geojson_io.yaml index 314fcfe38..56c3694b5 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report_geojson_io.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report_geojson_io.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -72,7 +72,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -302,7 +302,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -359,7 +359,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -589,7 +589,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -646,7 +646,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli_geojson_io.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli_geojson_io.yaml index 0e20f7ac6..c1136d661 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli_geojson_io.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_cli_geojson_io.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -72,7 +72,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -129,7 +129,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -186,7 +186,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -416,7 +416,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -646,7 +646,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_geodatabase.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_geodatabase.yaml index 06a7bf94b..4c00d5899 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_geodatabase.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_geodatabase.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_building_completeness.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_building_completeness.yaml index 8cf0d38d6..1c6fc019a 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_building_completeness.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_building_completeness.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/area/groupBy/boundary response: @@ -86,7 +86,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/area/groupBy/boundary response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_currentness.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_currentness.yaml index 5da27ac9e..08af96710 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_currentness.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_currentness.yaml @@ -11,7 +11,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: GET uri: https://api.ohsome.org/v1/metadata response: @@ -72,7 +72,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -129,7 +129,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -208,7 +208,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -266,7 +266,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -323,7 +323,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -400,7 +400,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_buildings.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_buildings.yaml index 93e1dfc44..364880cbc 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_buildings.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_buildings.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_roads.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_roads.yaml index 6d18ce2bd..f93c0347f 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_roads.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_ghs_pop_comparison_roads.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/length response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_mapping_saturation.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_mapping_saturation.yaml index 97cb4e48b..dffb4cce7 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_mapping_saturation.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_mapping_saturation.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/length response: @@ -245,7 +245,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -475,7 +475,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_poi_density.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_poi_density.yaml index 6392d2bd6..ce9ea3caf 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_poi_density.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_poi_density.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_tags_ratio.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_tags_ratio.yaml index 93420304a..a38cefc95 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_tags_ratio.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_indicator_tags_ratio.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count/ratio response: @@ -73,7 +73,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count/ratio response: @@ -130,7 +130,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count/ratio response: @@ -184,7 +184,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count/ratio response: @@ -238,7 +238,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count/ratio response: @@ -294,7 +294,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count/ratio response: @@ -350,7 +350,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count/ratio response: @@ -406,7 +406,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count/ratio response: @@ -461,7 +461,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count/ratio response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_ohsome_client.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_ohsome_client.yaml index 6848f4a5b..6f79b61df 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_ohsome_client.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_ohsome_client.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -72,7 +72,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -296,7 +296,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: GET uri: https://api.ohsome.org/v1/metadata response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.yaml index 1f0786327..91f156088 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -72,7 +72,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -299,7 +299,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -356,7 +356,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -413,7 +413,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt_geojson_io.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt_geojson_io.yaml index b8395ce93..e275ae3aa 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt_geojson_io.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt_geojson_io.yaml @@ -15,7 +15,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.9.0 + - ohsome-quality-analyst/0.10.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: