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

V1 Refactor RC #327

Open
wants to merge 174 commits into
base: develop
Choose a base branch
from
Open

V1 Refactor RC #327

wants to merge 174 commits into from

Conversation

e-lo
Copy link
Collaborator

@e-lo e-lo commented Apr 13, 2023

This PR

  1. Factors out methods from the RoadwayNetwork class in order to more easily understand and manage the combined functionality.
  2. Adds functionality for adding and deleting transit routes
  3. Improves speed and performance (and documents it)
  4. Contains more rigorous type-testing and structure checking including for FKs
  5. Provides for configurability by the user

@e-lo e-lo self-assigned this Apr 13, 2023
@e-lo e-lo marked this pull request as draft April 13, 2023 20:52
e-lo added 20 commits April 27, 2023 15:02
- removed project card.py
- refactored selection, graph, subnet, segment from roadway network
- refactored project changes apply from roadway network
- refactored shapes, links and nodes specs from roadway network
+ varia bug fixes
transit selection tests passing
- generalize transit property change projects to be any attribute in table
- update required link attr
- pep8
- refactor time --> timespan
…n formats

- Remove LocationReferences from required part of schema that we fill in. Jump straight to geometries.
- Make link geometry creation a vector operation —> speeds up significantly 30-100 times as fast
- Added - Accessor for link true-shapes
- Add clipping functionality for roadway and transit
e-lo and others added 29 commits September 30, 2024 08:32
Removed bug in strip().split from timespan
#375)

OVERWRITE_CONFLICTING_SCOPED and EXISTING_VALUE_CONFLICT_ERROR are now config parameters which can be overridden at the project-card level.

* Fixes #373
* Fixes bug for matching scopes discussed in #375
* Incorporate three-options for existing-value-confict: error, warn, and skip rather than just error or not.
allows to be overridden by project card
…lates.

- update contribution guidelines
- add chores template
- update language to be consistent with contributation guidelines
- Design now includes up-to-date descriptions and adds in information about running scenarios, scoped elements, etc.
- Installation instructions streamlined to not include development instructions (moved to CONTRIBUTING.md)
- Mermaid refs fixed
- Add some docstring attribute details
move adding extra route attributes to downstream,
create a single "addition" df for each table-type
- Deprecate our own macros now that a real plugin is available.
MyPy and Ruff had *very* lenient settings before as we were in active development. As we move towards a release, I added back most of the linting and testing and have resolved most of them in this commit.
- data_to_links_df no longer takes "config" input
- unlink() should be remove() for deleting files in test now that using pathlib
- typo for logger inport fixed
- Use tests/out instead of scratch dir consistently
- Fix typing and docs for overwrite_scoped param
- Fix conflicts which should be a dict not a list
- Fix issue when scoped properties are given as not grouped...need to add them as-is.
- Fix trying to write out projects that aren't stored in scenario.
- Fix bugs in loading scenarios related to file suffices and base scenario argument
- Fix accidental drop of timespan from scoped variable query.
- Lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment