← Back to home
Comparison · Analytics

lime vs osmextract

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

lime vs osmextract: at a glance

Featurelimeosmextract
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesexplainability, machine-learning, maintenance-mode, r-packagesopenstreetmap, geospatial, r-language, gdal
Last editorial update52m ago1h ago
WebsiteVisit →Visit →

What is lime?

The R port of LIME has shipped one commit in three years, and it was an xgboost compatibility patch

lime is the R implementation of local interpretable model-agnostic explanations, and it is effectively in preservation rather than development. Its last substantive feature release was 0.5.0 in 2019; 0.5.3 in 2022 recorded a maintainer handover and general upkeep; 0.5.4 in December 2025 exists solely to keep the package working across xgboost versions. Six releases span eight years, and only two of them contain features.

Read the full lime trajectory →

What is osmextract?

osmextract stopped throwing your OpenStreetMap downloads away at the end of every session.

osmextract downloads OpenStreetMap extracts from Geofabrik, BBBike and openstreetmap.fr and translates them into sf objects via GDAL. The 0.6.0 release moved its download cache from `tempdir()` to a persistent `tools::R_user_dir()` location and raised the R floor to 4.1.0 to get it. It also made spatial `place` inputs self-clipping: pass an sf or bbox object and the boundary is now set to match, so only the relevant slice of a country-sized extract is processed.

Read the full osmextract trajectory →

lime vs osmextract: editorial side-by-side

L
lime
ANALYTICS
0.0

The R port of LIME has shipped one commit in three years, and it was an xgboost compatibility patch

◆ Current state

lime is the R implementation of local interpretable model-agnostic explanations, and it is effectively in preservation rather than development. Its last substantive feature release was 0.5.0 in 2019; 0.5.3 in 2022 recorded a maintainer handover and general upkeep; 0.5.4 in December 2025 exists solely to keep the package working across xgboost versions. Six releases span eight years, and only two of them contain features.

◆ Where it's heading

The pattern is upstream-driven survival: every release since 0.5.0 responds to a change in something lime depends on — glmnet's namespace, order() semantics on data frames, xgboost's interface. The one deliberate change in that stretch was moving htmlwidgets, shiny and shinythemes to Suggests, which lightens installation for the majority of users who never open the interactive explainer. Nothing in the feed indicates work on the explanation method itself.

◆ Prediction

Expect the next release, whenever it comes, to be another compatibility patch triggered by a dependency change rather than anything touching how explanations are computed. The three-year gaps make timing unpredictable.

O
osmextract
ANALYTICS
0.0

osmextract stopped throwing your OpenStreetMap downloads away at the end of every session.

◆ Current state

osmextract downloads OpenStreetMap extracts from Geofabrik, BBBike and openstreetmap.fr and translates them into sf objects via GDAL. The 0.6.0 release moved its download cache from `tempdir()` to a persistent `tools::R_user_dir()` location and raised the R floor to 4.1.0 to get it. It also made spatial `place` inputs self-clipping: pass an sf or bbox object and the boundary is now set to match, so only the relevant slice of a country-sized extract is processed.

◆ Where it's heading

Two threads run through every release. One is chasing GDAL — SQL syntax adjusted for 3.10, ogr2ogr options fixed for 3.9, and an `osmconf.ini` that 0.6.0 finally keeps automatically in sync with whatever sf or GDAL provides rather than shipping a snapshot. The other is the road-network extraction added experimentally in 0.3.1, which has been quietly accumulating real routing semantics since: `access = no` links retained when the mode-specific tag permits them, a `oneway` column by default for driving, and `motor_vehicle` always included.

◆ Prediction

Given that `oe_get_network()` has gained transport-mode detail in three separate releases while remaining flagged as experimental, the next substantive work is most likely there — either more modes or a formal exit from experimental status.

Alternatives to lime and osmextract

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 lime or osmextract.

See all lime alternatives → · See all osmextract alternatives →

Recent activity from lime and osmextract

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

  1. 4mo agoosmextractDownloads move to a persistent cache outside tempdir
  2. 8mo agolimexgboost compatibility restored across versions
  3. 1y agoosmextractoe_match gains a version argument for historical extracts
  4. 1y agoosmextractRouting semantics sharpen for driving and restricted-access links
  5. 2y agoosmextract51 new openstreetmap.fr regions and a GDAL 3.9 fix
  6. 3y agoosmextractNon-Geofabrik downloads were saved under the wrong filename
  7. 3y agoosmextractHelp files regenerated for valid HTML5
  8. 3y agolimeMaintainer handover and general upkeep
  9. 5y agolimeShiny dependencies moved to Suggests
  10. 6y agolimeNamespace fix for glmnet changes
  11. 7y agolimegower_pow added and lambda aligned with the Python implementation
  12. 8y agolimeh2o support, NA handling, and date columns held during permutation

Frequently asked questions

What is the difference between lime and osmextract?

They serve adjacent needs but don't currently overlap on shipped themes. lime and osmextract 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 lime better than osmextract?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. lime and osmextract 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 lime?

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

What are the best alternatives to osmextract?

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