simlandr
Potential landscape tooling settling onto standard R generics after two rounds of renaming.
A side-by-side editorial comparison of anyflights and fluxnet-package — release velocity, themes, recent moves, and the top alternatives to consider.
A nycflights13 generator whose recent work is all about the data being right.
anyflights builds nycflights13-style datasets for any US airport and year, downloading flight, weather, airline, airport, and plane tables and optionally packaging them. The four visible releases span 2022 to 2025 and are dominated by keeping those downloads working. The most recent fixes a timezone leak and gaps in hourly weather data.
fluxnet keeps swapping its own plumbing — first a Python downloader, now a DuckDB backend.
fluxnet gives R users access to FLUXNET eddy covariance data: listing sites, downloading, quality control and citation. Two releases in three months replaced the parts underneath the user-facing functions — 0.3.0 moved downloading off httr2 onto the fluxnet_shuttle Python library, and 0.6.0 added experimental DuckDB ingest so data can be queried with dplyr without being read into memory. The API around them has been churning in step, with site_ids='all' deprecated and max_gapfill renamed to threshold.
anyflights builds nycflights13-style datasets for any US airport and year, downloading flight, weather, airline, airport, and plane tables and optionally packaging them. The four visible releases span 2022 to 2025 and are dominated by keeping those downloads working. The most recent fixes a timezone leak and gaps in hourly weather data.
The function surface has been stable since 0.3; everything since concerns the fragility of the upstream sources. Broken URLs for airline data, download failures needing a session-timeout hint, planes data that stopped resolving, and weather values recorded only once an hour have each taken a release. Contributions come from teaching-adjacent users, which fits a package whose main use is generating course datasets.
Expect the next release to follow another upstream data-source change rather than to add a table or an argument.
fluxnet gives R users access to FLUXNET eddy covariance data: listing sites, downloading, quality control and citation. Two releases in three months replaced the parts underneath the user-facing functions — 0.3.0 moved downloading off httr2 onto the fluxnet_shuttle Python library, and 0.6.0 added experimental DuckDB ingest so data can be queried with dplyr without being read into memory. The API around them has been churning in step, with site_ids='all' deprecated and max_gapfill renamed to threshold.
The direction is toward handling data volumes that do not fit the read-it-all-into-R model, and toward borrowing rather than reimplementing — a Python library for transfers, DuckDB for storage. That comes with dependency weight the package now has to manage itself, which is what flux_install_shuttle() and its virtualenv handling exist for. Renames and deprecations in nearly every release suggest the interface is being fixed as the backend settles rather than the other way around.
The DuckDB functions are marked experimental and cover connect, build and update only, so the next step is most likely stabilising them and routing the existing quality-control and extraction functions through the database rather than around it.
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 anyflights or fluxnet-package.
Potential landscape tooling settling onto standard R generics after two rounds of renaming.
SEM reporting helpers converging on APA output, one CRAN resubmission at a time.
A raster-to-terra migration is the only readable change in a feed of merge notes.
Conditional density and log-likelihood fill out a vine copula regression package.
A drop-in string API for base R, kept alive by upstream check failures.
From a bundled hospital dataset to a live CMS API client.
See all anyflights alternatives → · See all fluxnet-package alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
They serve adjacent needs but don't currently overlap on shipped themes. anyflights and fluxnet-package 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.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. anyflights and fluxnet-package 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.
Top anyflights alternatives in Analytics are ranked by recent ship velocity. Browse the "anyflights alternatives" section above for the current picks, or visit /alternatives/anyflights for the full list with editorial commentary on each.
Top fluxnet-package alternatives in Analytics are ranked by recent ship velocity. Browse the "fluxnet-package alternatives" section above for the current picks, or visit /alternatives/fluxnet-package for the full list with editorial commentary on each.