Skip to contents

mobdb 0.1.6

Major changes

  • New! download_feed() now supports direct download of feeds that require API authentication through the auth_args parameter

mobdb 0.1.5

Major changes

Minor changes

  • New! Vignette: “Working with GTFS-Realtime and GBFS”
  • feeds_bbox() supports both numeric vectors and sf bbox objects
  • Added sf to Suggests for bbox object support

mobdb 0.1.4

Major changes

  • download_feed() now supports downloading specific historical dataset versions via the dataset_id parameter
  • New! get_validation_report() function extracts MobilityData validation summaries to help assess feed quality before downloading
  • New! view_validation_report() function opens MobilityData validation reports in your browser
  • New! filter_by_validation() function filters feeds/datasets by quality thresholds (max errors/warnings)

Minor changes

  • mobdb_extract_datasets() now includes html_report and json_report URLs in output
  • download_feed(latest = FALSE) returns all available historical versions without downloading
  • mobdb_search() now supports various parameters.
  • New! mobdb_browse() function opens the Mobility Database in your browser

Bug fixes

  • download_feed() now validates feed status when searching by provider/location
  • download_feed() correctly filters official feed status
  • feeds() status validation now correctly accepts all five API statuses: “active”, “deprecated”, “inactive”, “development”, and “future”
  • mobdb_search() now correctly performs searches

mobdb 0.1.3

Major changes

  • mobdb_download_feed() is now called download_feed(). This is a breaking change and requires users that uses this function to be updated to use the new function name.

  • mobdb_feeds() is now called feeds(). This is a breaking change and requires all code that uses this function to be updated to use the new function name.

Minor changes

  • download_feed() now accepts the official parameter for filtering official vs unofficial feeds

  • feeds() now accepts the official parameter for filtering official vs unofficial feeds

mobdb 0.1.2

Major changes

  • mobdb_download_feed() now accepts data frames from mobdb_feeds() or mobdb_search()
  • Soft deprecation of mobdb_read_gtfs() (still works; use mobdb_download_feed() for new code)

Minor changes

  • Fixed documentation examples to use valid feed IDs
  • Enhanced mobdb_search() docs to explain API limitations
  • Added comprehensive test suite

mobdb 0.1.1

Major changes

  • Added mobdb_download_feed() for downloading GTFS Schedule feeds from MobilityData hosted URLs
  • Enhanced mobdb_download_feed() to support provider/location search parameters
  • Added automatic GTFS-Flex feed filtering with exclude_flex parameter (default: TRUE)
  • Added use_source_url parameter to choose between MobilityData hosted or agency source URLs

Minor changes

  • Improved error messages to display feed details table when multiple feeds match search criteria
  • Updated installation instructions to use pak instead of remotes

mobdb 0.1.0

Initial release. Provides R access to the Mobility Database Catalog API for discovering and accessing GTFS transit feeds.