Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / wklumpen/gtfs-lite issues and pull requests
#69 - Fix `routes_summary` for pandas v2
Pull Request -
State: closed - Opened by MattBuckley-TfN 8 months ago
#68 - Counting unique trips fails to count those with no specified arrival/departure times
Issue -
State: open - Opened by wklumpen 11 months ago
Labels: bug
#67 - Bump readthedocs-sphinx-search from 0.1.1 to 0.3.2 in /docs
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies
#66 - Add ability to enforce spec on loading
Issue -
State: open - Opened by wklumpen 12 months ago
Labels: enhancement
#65 - Added kwargs to file loading for #61
Pull Request -
State: closed - Opened by wklumpen about 1 year ago
#64 - Remove shapely and geometry related attributes from GTFS-Lite
Issue -
State: closed - Opened by wklumpen about 1 year ago
Labels: enhancement
#63 - Date coverage and trips update for #48
Pull Request -
State: closed - Opened by wklumpen about 1 year ago
#62 - Produce simple but useful test feeds
Issue -
State: open - Opened by wklumpen about 1 year ago
Labels: documentation, good first issue
#61 - Allow `**kwargs` to be passed to `load_zip()`
Issue -
State: closed - Opened by keyingtang about 1 year ago
- 1 comment
Labels: bug, good first issue
#60 - Updated service hours to include frequencies
Pull Request -
State: closed - Opened by wklumpen about 1 year ago
#59 - Unique trips at stop does not account for frequencies.txt
Issue -
State: closed - Opened by wklumpen about 1 year ago
Labels: bug
#58 - Updated unique trips at stops function
Pull Request -
State: closed - Opened by wklumpen about 1 year ago
#57 - Updated unique trips at stop to accept time slice
Issue -
State: closed - Opened by wklumpen about 1 year ago
Labels: enhancement
#56 - Service hours function raises error
Issue -
State: closed - Opened by wklumpen about 1 year ago
Labels: bug
#55 - Added feature to remove a route. Closes #49
Pull Request -
State: closed - Opened by wklumpen about 1 year ago
#54 - Add a function to extend the `calendar.txt` of a service to a different date
Issue -
State: open - Opened by wklumpen about 1 year ago
Labels: enhancement
#53 - Add `areas.txt` and `stop_areas.txt` to optional files
Issue -
State: open - Opened by wklumpen about 1 year ago
Labels: enhancement
#52 - Enable writing to a zipfile. Closes #32
Pull Request -
State: closed - Opened by wklumpen about 1 year ago
#51 - Handle weird additional files. Closes #50
Pull Request -
State: closed - Opened by wklumpen about 1 year ago
#50 - fail to load feed with __MACOSX folder inside the feed
Issue -
State: closed - Opened by shiqin-liu about 1 year ago
- 1 comment
Labels: bug, question
#49 - Add ability to delete/scrub a route from a GTFS dataset
Issue -
State: closed - Opened by wklumpen about 1 year ago
Labels: enhancement
#48 - Combine `calendar` and `calendar_dates` when checking for valid date coverage
Issue -
State: closed - Opened by wklumpen over 1 year ago
Labels: bug
#47 - 'exact_times' in frequencies.txt is optional, so should be Int64 not int to accomodate possibility of NaNs
Pull Request -
State: closed - Opened by carlhiggs over 1 year ago
#46 - Loading feed fails if optional field 'exact_times' in frequencies.txt is not specified (should be "Int64")
Issue -
State: closed - Opened by carlhiggs over 1 year ago
- 2 comments
#45 - Update gtfs.py
Pull Request -
State: closed - Opened by carlhiggs over 1 year ago
#44 - transfers.txt is optional, but if the file is present and empty, parsing results in EmptyDataError
Issue -
State: closed - Opened by carlhiggs over 1 year ago
- 4 comments
#43 - Change method from append to extend to concatenate lists
Pull Request -
State: closed - Opened by olalid over 1 year ago
#42 - Swedish gtfs files has stopped working in 0.2.0
Issue -
State: closed - Opened by olalid over 1 year ago
- 9 comments
Labels: bug
#41 - Parse frequencies.txt end and start times as time deltas
Pull Request -
State: closed - Opened by carlhiggs over 1 year ago
#40 - Parse dates warning when reading in frequencies.txt
Issue -
State: closed - Opened by carlhiggs over 1 year ago
- 1 comment
#39 - Update gtfs.py to strip df header whitespace
Pull Request -
State: closed - Opened by carlhiggs over 1 year ago
- 5 comments
#38 - Stripping whitespace from DataFrame headers could avoid raising errors loading some GTFS feeds
Issue -
State: closed - Opened by carlhiggs over 1 year ago
#37 - Update gtfs.py to fix reading of attributions.txt
Pull Request -
State: closed - Opened by carlhiggs over 1 year ago
- 1 comment
#36 - Error loading file with attributions.txt
Issue -
State: closed - Opened by carlhiggs over 1 year ago
#35 - Fixed #34 with a frequency matrix rewrite
Pull Request -
State: closed - Opened by wklumpen over 1 year ago
#34 - `route_frequency_matrix` fails on concatenation
Issue -
State: closed - Opened by wklumpen over 1 year ago
Labels: bug
#33 - Add contribution guide
Issue -
State: open - Opened by wklumpen over 1 year ago
#32 - Allow for writing of the GTFS feed back to a zipfile.
Issue -
State: closed - Opened by wklumpen over 1 year ago
Labels: enhancement, good first issue
#31 - 27 datetime aware
Pull Request -
State: closed - Opened by wklumpen over 1 year ago
#30 - Updated documentation and functionality on spot-checking or validation of data sets
Issue -
State: open - Opened by wklumpen over 1 year ago
- 4 comments
Labels: documentation
#29 - Bump certifi from 2020.6.20 to 2022.12.7
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#28 - Bump certifi from 2020.6.20 to 2022.12.7 in /docs
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#27 - Persistent datetime versions of `stop_times` arrival and departure columns.
Issue -
State: closed - Opened by wklumpen about 2 years ago
Labels: wontfix
#26 - Added a number of updates to tests, and closes #23
Pull Request -
State: closed - Opened by wklumpen about 2 years ago
#25 - Removed print error. Closes #22
Pull Request -
State: closed - Opened by wklumpen about 2 years ago
#24 - Change namespace to import `GTFS` directly
Issue -
State: closed - Opened by wklumpen about 2 years ago
- 1 comment
Labels: enhancement
#23 - Add `start_time` and `end_time` options to `route_summary`
Issue -
State: closed - Opened by wklumpen about 2 years ago
- 2 comments
Labels: enhancement
#22 - File names are printed on `load_zip()` call
Issue -
State: closed - Opened by wklumpen about 2 years ago
Labels: bug
#21 - Headway/Frequency Matrix Construction
Issue -
State: closed - Opened by wklumpen about 2 years ago
Labels: enhancement
#20 - Start and end times don't work in the counting of trips at stops
Issue -
State: closed - Opened by wklumpen about 2 years ago
Labels: bug
#19 - Bump numpy from 1.18.4 to 1.22.0 in /docs
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#18 - Bump numpy from 1.18.4 to 1.22.0
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#17 - Bump babel from 2.8.0 to 2.9.1 in /docs
Pull Request -
State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies
#16 - Bump babel from 2.8.0 to 2.9.1
Pull Request -
State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies
#15 - Bump urllib3 from 1.25.10 to 1.26.5
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#14 - Bump urllib3 from 1.25.10 to 1.26.5 in /docs
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#13 - Bump py from 1.9.0 to 1.10.0
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#12 - Bump py from 1.9.0 to 1.10.0 in /docs
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#11 - rm \t char
Pull Request -
State: closed - Opened by davidkyburz over 3 years ago
#10 - Encoding failures when loading non-UTF-8 feeds
Issue -
State: closed - Opened by wklumpen over 3 years ago
- 1 comment
Labels: bug, wontfix
#9 - Bump pygments from 2.6.1 to 2.7.4
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#8 - Bump pygments from 2.6.1 to 2.7.4 in /docs
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#7 - Bump jinja2 from 2.11.2 to 2.11.3
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#6 - Bump jinja2 from 2.11.2 to 2.11.3 in /docs
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#5 - typos
Pull Request -
State: closed - Opened by davidkyburz over 3 years ago
#4 - Added function to calculate unique trips at stops by day.
Pull Request -
State: closed - Opened by wklumpen about 4 years ago
#3 - Reading fails when a column has missing values
Issue -
State: closed - Opened by jamaps about 4 years ago
- 1 comment
Labels: bug
#2 - Temporal validation
Pull Request -
State: closed - Opened by wklumpen over 4 years ago
#1 - Load only specific parts of GTFS feed for faster processing
Issue -
State: open - Opened by wklumpen over 4 years ago
- 1 comment
Labels: enhancement