wsp-sag / network_wrangler

A Python Library for Managing Travel Model Network Scenarios
https://wsp-sag.github.io/network_wrangler/
Apache License 2.0
13 stars 3 forks source link

[FEATURE] Consider switching from Partridge to GTFS_Kit #266

Closed e-lo closed 2 months ago

e-lo commented 3 years ago

User Story

As a developer I'd like to use as many existing and up-to-date libraries as possible to do GTFS validation

Status

Priority

Low

Level of Effort

Moderate

Resolution Ideas

https://github.com/mrcagney/gtfs_kit/tree/master/gtfs_kit

Project

Is there a funder or project associated with this feature? No

Who should be involved?

Implementer: Commenters: Users: Reviewers:

Risk

Will this potentially break anything? Yes

Tests

What are relevant tests or what tests need to be created in order to determine that this issue is complete? All

e-lo commented 6 months ago

Resolved by removing partridge as dependency and encapsulating functionality in Feed module and GTFS data model

e-lo commented 2 months ago

Implemented our own models, so moot for now.