Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: flex - overlapping_zone_and_pickup_drop_off_window #1934

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cka-y
Copy link
Contributor

@cka-y cka-y commented Dec 23, 2024

Summary

This PR addresses overlapping geometries and pickup/drop off windows.

Expected Behavior

The pull request ensures overlapping geometries are flagged and appropriate notices are generated during validation. Below are the detailed results for the relevant feeds determined from the :

1. For mdb-1195

The validation identifies overlapping geometries between area_505 and area_506.

  • Example screenshot:
    image
  • Geometries view:
    Overlapping geometries mdb-1195

2. For mdb-2160

The validation identifies overlapping geometries between area_1082 and area_897.

  • Example screenshot:
    image
  • Zoomed geometry view:
    Zoomed overlapping geometries mdb-2160

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the unit tests with gradle test to make sure you didn't break anything
  • Add or update any needed documentation to the repo
  • Format the title like "feat: [new feature short description]". Title must follow the Conventional Commit Specification(https://www.conventionalcommits.org/en/v1.0.0/).
  • Linked all relevant issues
  • Include screenshot(s) showing how this pull request works and fixes the issue(s)

@cka-y cka-y linked an issue Dec 23, 2024 that may be closed by this pull request
@cka-y cka-y changed the title feat: flex - overlapping_zone_and_pickup_drop_off_window feat: flex - overlapping_zone_and_pickup_drop_off_window Dec 23, 2024
@MobilityData MobilityData deleted a comment from github-actions bot Dec 23, 2024
@MobilityData MobilityData deleted a comment from github-actions bot Dec 23, 2024
Copy link
Contributor

📝 Acceptance Test Report

📋 Summary

✅ The rule acceptance has passed for commit 7e68a93
Download the full acceptance test report here (report will disappear after 90 days).

📊 Notices Comparison

New Errors (2 out of 1788 datasets, ~0%) ✅

Details of new errors due to code change, which is less than the provided threshold of 1%.

Dataset Notice Code
us-colorado-easy-ride-transportation-gtfs-1195 overlapping_zone_and_pickup_drop_off_window
us-washington-catholic-community-services-gtfs-2160 overlapping_zone_and_pickup_drop_off_window
Dropped Errors (0 out of 1788 datasets, ~0%) ✅

No changes were detected due to the code change.

New Warnings (0 out of 1788 datasets, ~0%) ✅

No changes were detected due to the code change.

Dropped Warnings (0 out of 1788 datasets, ~0%) ✅

No changes were detected due to the code change.

🛡️ Corruption Check

0 out of 1788 sources (~0 %) are corrupted.

⏱️ Performance Assessment

📈 Validation Time

Assess the performance in terms of seconds taken for the validation process.

Time Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 3.96 4.07 ⬆️+0.11
Median -- 1.38 1.47 ⬆️+0.08
Standard Deviation -- 11.36 11.55 ⬆️+0.18
Minimum in References Reports us-california-flex-v2-developer-test-feed-1-gtfs-1817 0.55 0.65 ⬆️+0.09
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 304.53 309.63 ⬆️+5.10
Minimum in Latest Reports us-california-city-of-wasco-gtfs-1788 0.60 0.53 ⬇️-0.07
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 304.53 309.63 ⬆️+5.10
📜 Memory Consumption
Metric Dataset ID Reference (s) Latest (s) Difference (s)
Average -- 488.73 MiB 462.81 MiB ⬇️-25.92 MiB
Median -- 243.83 MiB 242.95 MiB ⬇️-901.71 KiB
Standard Deviation -- 899.88 MiB 794.67 MiB ⬇️-105.21 MiB
Minimum in References Reports us-california-flex-v2-developer-test-feed-3-gtfs-1819 34.48 MiB 34.52 MiB ⬆️+40.00 KiB
Maximum in Reference Reports gb-unknown-uk-aggregate-feed-gtfs-2014 10.11 GiB 10.13 GiB ⬆️+26.75 MiB
Minimum in Latest Reports us-california-flex-v2-developer-test-feed-1-gtfs-1817 34.49 MiB 34.48 MiB ⬇️-9.45 KiB
Maximum in Latest Reports gb-unknown-uk-aggregate-feed-gtfs-2014 10.11 GiB 10.13 GiB ⬆️+26.75 MiB

@MobilityData MobilityData deleted a comment from github-actions bot Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flex: overlapping_zone_and_pickup_drop_off_window
2 participants