Skip to content

Complete 3 out of 4 TODOs in code#4

Open
Santisoutoo wants to merge 5 commits intoCarlosBergillos:mainfrom
Santisoutoo:dev
Open

Complete 3 out of 4 TODOs in code#4
Santisoutoo wants to merge 5 commits intoCarlosBergillos:mainfrom
Santisoutoo:dev

Conversation

@Santisoutoo
Copy link
Copy Markdown

1. Parse StartupLocation metadata (row 1301)
The apt.dat format has an optional line after each startup location (row 1301)
that carries extra info: the width code, operation type, and airline codes.
Until now the parser was just throwing that data away. These fields are now
parsed and available as optional attributes on StartupLocation.

2. Fix bezier resolution not being forwarded in get_paths
The bezier_resolution argument is now passed as a parameter of _calculate_bezier.

3. Clear logged unknowns between airport parses
When parsing multiple airports in one session, unknown row codes seen in
the first airport kept showing up as warnings for every subsequent one.
The set of logged unknowns is now cleared between airports.

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.

1 participant