← Back to home
Comparison · Analytics

tidyBdE vs tidytransit

A side-by-side editorial comparison of tidyBdE and tidytransit — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:open-data

tidyBdE vs tidytransit: at a glance

FeaturetidyBdEtidytransit
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themeseconomic-data, spain, api-access, ggplot2-scalesr, transit, gtfs, routing
Last editorial update5h ago1h ago
WebsiteVisit →Visit →

What is tidyBdE?

A Banco de España CSV scraper just learned to query the bank's live statistics API.

tidyBdE pulls Banco de España macroeconomic series into tidy R data frames and ships ggplot2 scales in the bank's house colors. Its whole history ran on bulk CSV downloads; 0.7.0 adds bde_series_api_latest() and bde_series_api_load() to query the bank's Statistics web service directly, with wide and long output, metadata extraction and time-range validation. The same release reached 100% line coverage.

Read the full tidyBdE trajectory →

What is tidytransit?

tidytransit tracks the GTFS spec as it grows, one reader and one router feature at a time.

tidytransit reads GTFS transit feeds into tidy data frames and computes travel times using a RAPTOR implementation. Recent work splits between the reader keeping pace with the spec — locations.geojson in 1.7.0, empty strings parsed as NA in 1.8.0 — and the router gaining realism, most recently in-seat transfers. Feed specifications are now pulled from the automatically parsed GTFS reference rather than maintained by hand.

Read the full tidytransit trajectory →

tidyBdE vs tidytransit: editorial side-by-side

T
tidyBdE
ANALYTICS
0.0

A Banco de España CSV scraper just learned to query the bank's live statistics API.

◆ Current state

tidyBdE pulls Banco de España macroeconomic series into tidy R data frames and ships ggplot2 scales in the bank's house colors. Its whole history ran on bulk CSV downloads; 0.7.0 adds bde_series_api_latest() and bde_series_api_load() to query the bank's Statistics web service directly, with wide and long output, metadata extraction and time-range validation. The same release reached 100% line coverage.

◆ Where it's heading

Most releases in this feed are the package chasing Banco de España's own churn — series identifiers change upstream and the indicator wrappers get repointed. The API functions break that pattern by removing the bulk-file dependency for the first time, and the new csv_manual vignette reads like documentation of the legacy path rather than the preferred one. The maintainer is applying the same cli, roxygen2 and AI-assisted refactor pass seen across their other Spanish open-data packages.

◆ Prediction

Expect the indicator wrappers to migrate onto the API functions, which would end the recurring identifier-tracking releases; the bde_ind_db documentation already carries the API series code alongside the CSV identifiers.

T
tidytransit
ANALYTICS
0.0

tidytransit tracks the GTFS spec as it grows, one reader and one router feature at a time.

◆ Current state

tidytransit reads GTFS transit feeds into tidy data frames and computes travel times using a RAPTOR implementation. Recent work splits between the reader keeping pace with the spec — locations.geojson in 1.7.0, empty strings parsed as NA in 1.8.0 — and the router gaining realism, most recently in-seat transfers. Feed specifications are now pulled from the automatically parsed GTFS reference rather than maintained by hand.

◆ Where it's heading

The package has settled into tracking an external standard, which is why the changelog reads as a sequence of spec conformance items rather than a roadmap. Parsing responsibility keeps shifting outward to gtfsio, and data sources have moved with the ecosystem, from the retired transitfeeds API to MobilityData. Router changes are rarer than reader changes but land in the same releases.

◆ Prediction

Further GTFS spec features are the safest expectation, with GTFS-Flex the likeliest area now that locations.geojson reading is in place.

Alternatives to tidyBdE and tidytransit

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either tidyBdE or tidytransit.

See all tidyBdE alternatives → · See all tidytransit alternatives →

Recent activity from tidyBdE and tidytransit

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1mo agotidyBdELive Statistics API access replaces bulk CSV as the entry point
  2. 2mo agotidyBdECSV encoding now detected automatically
  3. 4mo agotidyBdEVignettes migrate to Quarto; CPI series repointed
  4. 6mo agotidytransitIn-seat transfers supported in raptor() and travel_times()
  5. 7mo agotidyBdER 4.1 minimum and a documentation pass
  6. 11mo agotidytransitstop_group_distances() no longer ignores the by parameter
  7. 1y agotidyBdEIndicators move onto a single series database
  8. 1y agotidyBdEQuarterly GDP indicator repointed after upstream change
  9. 1y agotidytransitlocations.geojson reading; specs parsed from the GTFS reference
  10. 2y agotidytransitfare_media_id added to fare_products spec
  11. 3y agotidytransitinterpolate_stop_times() added; router updated
  12. 3y agotidytransitDuplicated primary key check improved

Frequently asked questions

What is the difference between tidyBdE and tidytransit?

Both compete on the same themes — open-data — within Analytics. tidyBdE and tidytransit are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is tidyBdE better than tidytransit?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. tidyBdE and tidytransit are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to tidyBdE?

Top tidyBdE alternatives in Analytics are ranked by recent ship velocity. Browse the "tidyBdE alternatives" section above for the current picks, or visit /alternatives/tidybde for the full list with editorial commentary on each.

What are the best alternatives to tidytransit?

Top tidytransit alternatives in Analytics are ranked by recent ship velocity. Browse the "tidytransit alternatives" section above for the current picks, or visit /alternatives/tidytransit-r for the full list with editorial commentary on each.