datasciencecampus / transport-network-performance

Measuring the performance of transport networks around urban centres
https://datasciencecampus.github.io/transport-network-performance/
MIT License
20 stars 1 forks source link

287 improve osm maps with tag metadata #294

Closed r-leyshon closed 4 months ago

r-leyshon commented 5 months ago

Description

Fixes #287

Type of change

How Has This Been Tested?

Test configuration details:

Advice for reviewer

Checklist:

Additional comments

r-leyshon commented 4 months ago

Hey @CBROWN-ONS , I've just implemented your suggestions and pushed the diff to the PR. Thanks for your review on this, some good catches in there.

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 98.24561% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.13%. Comparing base (3fa154e) to head (3004a81).

Files Patch % Lines
src/transport_performance/osm/validate_osm.py 98.24% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #294 +/- ## ======================================= Coverage 98.13% 98.13% ======================================= Files 21 21 Lines 1927 1983 +56 ======================================= + Hits 1891 1946 +55 - Misses 36 37 +1 ``` | [Flag](https://app.codecov.io/gh/datasciencecampus/transport-network-performance/pull/294/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datasciencecampus) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/datasciencecampus/transport-network-performance/pull/294/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datasciencecampus) | `98.13% <98.24%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datasciencecampus#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

CBROWN-ONS commented 4 months ago

Thanks for the changes @r-leyshon . All good, will merge this now.