From 5e11338016f091d3f6fd66851aaddd20749af2f8 Mon Sep 17 00:00:00 2001 From: Matthias Schaub Date: Tue, 13 Sep 2022 13:40:28 +0200 Subject: [PATCH] release 0.12.0 --- CHANGELOG.md | 2 +- workers/ohsome_quality_analyst/__init__.py | 2 +- workers/pyproject.toml | 2 +- .../vcr_cassettes/test_api_indicator.yaml | 4 +-- .../test_api_indicator_geojson_io.yaml | 12 ++++---- .../vcr_cassettes/test_api_report.yaml | 10 +++---- .../test_api_report_geojson_io.yaml | 28 +++++++++---------- .../vcr_cassettes/test_cli_geojson_io.yaml | 28 +++++++++---------- .../vcr_cassettes/test_geodatabase.yaml | 2 +- .../test_indicator_building_completeness.yaml | 4 +-- .../test_indicator_currentness.yaml | 14 +++++----- ...ndicator_ghs_pop_comparison_buildings.yaml | 2 +- ...st_indicator_ghs_pop_comparison_roads.yaml | 2 +- .../test_indicator_mapping_saturation.yaml | 6 ++-- .../test_indicator_poi_density.yaml | 2 +- .../test_indicator_tags_ratio.yaml | 4 +-- .../vcr_cassettes/test_ohsome_client.yaml | 2 +- .../fixtures/vcr_cassettes/test_oqt.yaml | 10 +++---- .../vcr_cassettes/test_oqt_geojson_io.yaml | 2 +- 19 files changed, 69 insertions(+), 69 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2dbeaff9..fb23a9a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## Current Main +## 0.12.0 ### Breaking Changes diff --git a/workers/ohsome_quality_analyst/__init__.py b/workers/ohsome_quality_analyst/__init__.py index 3debdddaf..5adbec345 100644 --- a/workers/ohsome_quality_analyst/__init__.py +++ b/workers/ohsome_quality_analyst/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.11.0" +__version__ = "0.12.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 1827bf553..02f7f1ebb 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ohsome_quality_analyst" -version = "0.11.0" +version = "0.12.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 24c30a078..3127fb462 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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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 fbc7191bb..5ab76264d 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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -130,7 +130,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -187,7 +187,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -244,7 +244,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -301,7 +301,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.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 21b2a0e3e..447ff735d 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_api_report.yaml @@ -11,7 +11,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -303,7 +303,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -360,7 +360,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -439,7 +439,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/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 336934699..093143e9d 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 @@ -11,7 +11,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -360,7 +360,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -439,7 +439,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -497,7 +497,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -728,7 +728,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -785,7 +785,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -864,7 +864,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -918,7 +918,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: GET uri: https://api.ohsome.org/v1/metadata response: @@ -979,7 +979,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -1036,7 +1036,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -1267,7 +1267,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -1345,7 +1345,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/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 69cad6b6d..5c4b4c812 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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -182,7 +182,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: GET uri: https://api.ohsome.org/v1/metadata response: @@ -243,7 +243,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -474,7 +474,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -553,7 +553,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -611,7 +611,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -842,7 +842,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -920,7 +920,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -973,7 +973,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: GET uri: https://api.ohsome.org/v1/metadata response: @@ -1034,7 +1034,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -1265,7 +1265,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/count response: @@ -1344,7 +1344,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/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 308f53b6f..9a4bb8de8 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.11.0 + - ohsome-quality-analyst/0.12.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 a0e298d59..d8924bfde 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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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 521e32e18..2f3705de3 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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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 72242b106..280923892 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.11.0 + - ohsome-quality-analyst/0.12.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 05ac9e7fe..0a5c6eca3 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.11.0 + - ohsome-quality-analyst/0.12.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 8edf7f659..69459108d 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.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/length response: @@ -246,7 +246,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -477,7 +477,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.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 724e4e38c..05fc76e39 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.11.0 + - ohsome-quality-analyst/0.12.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 20e6c2a5e..a63b124bb 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.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.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 b8c846500..5584b1bc7 100644 --- a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_ohsome_client.yaml +++ b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_ohsome_client.yaml @@ -11,7 +11,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.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 52ce2555e..2ad1f2e1e 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.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -68,7 +68,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: GET uri: https://api.ohsome.org/v1/metadata response: @@ -129,7 +129,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.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.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: @@ -439,7 +439,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/contributions/latest/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 380c27b50..4a9b8a724 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.11.0 + - ohsome-quality-analyst/0.12.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: