From 492610b700bbd77cf18dbf6da641371e39320fe4 Mon Sep 17 00:00:00 2001 From: Matthias Schaub Date: Tue, 13 Dec 2022 16:49:27 +0100 Subject: [PATCH] Release 0.14.0 --- CHANGELOG.md | 10 +++++-- 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 | 6 ++-- .../fixtures/vcr_cassettes/test_oqt.yaml | 10 +++---- .../vcr_cassettes/test_oqt_geojson_io.yaml | 2 +- 19 files changed, 78 insertions(+), 72 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb945890..b0b6b9ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current Main +## 0.14.0 ### Bug Fixes @@ -16,11 +16,17 @@ - Add new report `FoodRelatedReport` ([#455]) - add new layers `schools`, `kindergartens`, `clinics`, `doctors`, `bus_stops`, `tram_stops`, `subway_stations`, `marketsplaces`. `parks`, `forests`, `fitness_centres` and `supermarkets` ([#444]) +### Other Changes + +- remove upper Python version requirement limitation. Minimum Python version is 3.8. ([#465]) +- update dependencies ([#465]) + [#442]: https://github.com/GIScience/ohsome-quality-analyst/pull/442 [#444]: https://github.com/GIScience/ohsome-quality-analyst/pull/444 [#455]: https://github.com/GIScience/ohsome-quality-analyst/pull/455 [#456]: https://github.com/GIScience/ohsome-quality-analyst/pull/456 [#457]: https://github.com/GIScience/ohsome-quality-analyst/pull/457 +[#465]: https://github.com/GIScience/ohsome-quality-analyst/pull/465 [#466]: https://github.com/GIScience/ohsome-quality-analyst/pull/466 [#468]: https://github.com/GIScience/ohsome-quality-analyst/pull/468 @@ -33,7 +39,7 @@ - Rename duplicated layer name `Major Roads` to `Major Roads Count` and `Major Roads Length`. Results are stored in database using the layer name as part of the primary key. ([#438]) - Reports take result class of indicators into account ([#372] [#369]) -## New features +### New features - Substitute result values of reports by introducing a result class value ([#372]) diff --git a/workers/ohsome_quality_analyst/__init__.py b/workers/ohsome_quality_analyst/__init__.py index 5e6b24395..670af0286 100644 --- a/workers/ohsome_quality_analyst/__init__.py +++ b/workers/ohsome_quality_analyst/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.13.0" +__version__ = "0.14.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 1257cdaf6..a8ee8009b 100644 --- a/workers/pyproject.toml +++ b/workers/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ohsome_quality_analyst" -version = "0.13.0" +version = "0.14.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 c1d8ffdd0..11735f901 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 654f1e2e6..8072318ce 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 ad8778ad9..1a9b9bc02 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 ff236441d..da8294976 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 3cc005380..4d529b913 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 a20af2dfb..008291349 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.13.0 + - ohsome-quality-analyst/0.14.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 bfb00618b..d637cc7e5 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 6935d9c49..4e094726e 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 dc9dccdd4..1d3b46f67 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.13.0 + - ohsome-quality-analyst/0.14.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 d7e66c4e9..03372b06b 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.13.0 + - ohsome-quality-analyst/0.14.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 69c0bd558..6a9cdd979 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 815f2070b..02aa3c102 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.13.0 + - ohsome-quality-analyst/0.14.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 25fd2244f..0e049dab3 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 abb80917f..b2098c184 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.13.0 + - ohsome-quality-analyst/0.14.0 method: GET uri: https://api.ohsome.org/v1/metadata response: @@ -70,7 +70,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.13.0 + - ohsome-quality-analyst/0.14.0 method: POST uri: https://api.ohsome.org/v1/elements/lenght response: @@ -125,7 +125,7 @@ interactions: host: - api.ohsome.org user-agent: - - ohsome-quality-analyst/0.13.0 + - ohsome-quality-analyst/0.14.0 method: POST uri: https://api.ohsome.org/v1/elements/length response: diff --git a/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.yaml b/workers/tests/integrationtests/fixtures/vcr_cassettes/test_oqt.yaml index 8befb17ed..f4014b681 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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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.13.0 + - ohsome-quality-analyst/0.14.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 02bf018da..ad9492d96 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.13.0 + - ohsome-quality-analyst/0.14.0 method: POST uri: https://api.ohsome.org/v1/elements/count response: