Skip to content

remove shape_dist_traveled requirement when reading in GTFS files#41

Merged
dan-mccabe merged 1 commit intomainfrom
remove-shape-dist-requirement
Nov 11, 2025
Merged

remove shape_dist_traveled requirement when reading in GTFS files#41
dan-mccabe merged 1 commit intomainfrom
remove-shape-dist-requirement

Conversation

@dan-mccabe
Copy link
Copy Markdown
Collaborator

Solves #40

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the requirement for shape_dist_traveled fields when reading GTFS files, addressing issue #40. The change makes GTFS feeds without pre-calculated distance values compatible with the system.

Key changes:

  • Removed shape_dist_traveled from required columns in stop_times table
  • Removed shape_dist_traveled requirement from shapes table

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dan-mccabe dan-mccabe merged commit 83668fd into main Nov 11, 2025
7 checks passed
@dan-mccabe dan-mccabe linked an issue Nov 11, 2025 that may be closed by this pull request
@dan-mccabe dan-mccabe deleted the remove-shape-dist-requirement branch February 6, 2026 19:01
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.

Don't require shape_dist_traveled when loading GTFS data

3 participants