Skip to content

v0.1.8

Latest

Choose a tag to compare

@jasonad123 jasonad123 released this 12 Jan 21:52
· 9 commits to main since this release
v0.1.8
8a2b9f0

Major changes

  • New! download_best_feed() function for intelligent, one-shot downloading of GTFS Schedule feeds
    • Automatically ranks feeds by status, official designation, validation quality, and service date coverage
    • Prompts for user selection when multiple equally-ranked feeds exist (in interactive mode)
    • Falls back to historical datasets when current feed is marked "future" or "inactive"
    • Like download_feed(), only works with GTFS Schedule feeds

Minor changes

  • New! export_path= argument added to download_feed() and download_best_feed(). This argument wraps export_gtfs() from gtfsio to save GTFS Schedule files as a ZIP file locally. Perfect for workflows that need a local ZIP file and not a tidygtfs object, like analysis in R5r
  • FYI: The domain for this project's pkgdown site has changed - it is now available at mobdb.jasonadle.dev instead of mobdb.jasonadle.com. The GitHub repo and package information has been updated to reflect this change and you will be automatically redirected to the new domain.

What's Changed

  • chore(deps): update github actions to v6 (major) by @renovate[bot] in #9
  • chore(deps): pin dependencies by @renovate[bot] in #8
  • feat: implement download_best_feed() and export_path by @jasonad123 in #12

Full Changelog: v0.1.7...v0.1.8