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 todownload_feed()anddownload_best_feed(). This argument wrapsexport_gtfs()fromgtfsioto 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
pkgdownsite 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