← Back to home
Comparison · Infra & APIs

nuggets vs sits

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

Shared themes:r-package

nuggets vs sits: at a glance

Featurenuggetssits
SectorInfra & APIsInfra & APIs
Velocity score5.00.0
Sparks · 30d00
Top themespattern-mining, association-rules, performance, r-packageearth-observation, remote-sensing, machine-learning, r-package
Last editorial update16h ago1d ago
WebsiteVisit →Visit →

What is nuggets?

A pattern-mining package that keeps making its own search cheaper rather than wider.

nuggets is an R package for searching data for conditional patterns - association rules, contrast patterns, correlations - through its dig*() family. The 2.2.x line has settled into a steady rhythm of making that search faster and more inspectable rather than adding new pattern types. 2.2.3 adds permute(), improves axiom-based filtering in the excluded argument, and attaches a search_stats attribute to every dig*() result, so the cost of a search is now reported alongside its output.

Read the full nuggets trajectory →

What is sits?

An R package for satellite time series just grew a Python API.

sits classifies satellite image time series — building data cubes from cloud archives, training deep learning models on them, and producing land-cover maps. The releases here are dense feature lists in a steady 1.5.x line, and two themes recur in every one: more source collections wired in, and more of the classification pipeline made parallel or chunked. Version 1.5.3 added pysits, a Python API onto the same engine.

Read the full sits trajectory →

nuggets vs sits: editorial side-by-side

N
nuggets
INFRA · APIS
5.0

A pattern-mining package that keeps making its own search cheaper rather than wider.

◆ Current state

nuggets is an R package for searching data for conditional patterns - association rules, contrast patterns, correlations - through its dig*() family. The 2.2.x line has settled into a steady rhythm of making that search faster and more inspectable rather than adding new pattern types. 2.2.3 adds permute(), improves axiom-based filtering in the excluded argument, and attaches a search_stats attribute to every dig*() result, so the cost of a search is now reported alongside its output.

◆ Where it's heading

The arc since 2.1.0 runs toward a leaner, faster core. Dependencies went first - Shiny moved to Suggests, BH and RcppThread dropped - then the search itself: 2.2.2 brought a sparse bit chain, and 2.2.3 adds condition-prefix handling and caching of conjunction supports. New user-facing surface arrives in small, single-function increments (dig_ancestors(), cluster_associations(), now permute()) rather than in themed releases. The search_stats attribute is the first move toward letting users see why a search was expensive rather than only how long it took.

◆ Prediction

Expect the next release to continue in the same shape - another caching or pruning refinement to the dig*() core plus one or two helper functions. The search_stats attribute is the kind of instrumentation that usually precedes tuning controls, so surfacing knobs for the new prefix and support caches is the plausible follow-up.

S
sits
INFRA · APIS
0.0

An R package for satellite time series just grew a Python API.

◆ Current state

sits classifies satellite image time series — building data cubes from cloud archives, training deep learning models on them, and producing land-cover maps. The releases here are dense feature lists in a steady 1.5.x line, and two themes recur in every one: more source collections wired in, and more of the classification pipeline made parallel or chunked. Version 1.5.3 added pysits, a Python API onto the same engine.

◆ Where it's heading

The package is positioning itself as the interface layer to Earth observation archives rather than as an algorithm library. Each release absorbs another provider — Planetary Computer, Digital Earth Africa and Australia, CDSE, TERRASCOPE, Open Geo Hub, PLANET — so the differentiator is coverage and the uniform cube abstraction over it. The Python API extends the same logic to the language most of that community actually works in. Alongside, the work is increasingly about scale: chunk parallelisation, multicores sampling, GPU classification, WebGL rendering.

◆ Prediction

With collections still being added release over release, expect more providers and continued performance work on the classification and regularisation paths. The open question the entries do not answer is how far pysits tracks the R API, since it appears once and is not mentioned again in later releases.

Alternatives to nuggets and sits

Other Infra & APIs 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 nuggets or sits.

See all nuggets alternatives → · See all sits alternatives →

Recent activity from nuggets and sits

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

  1. 1d agonuggetspermute() added; dig*() caches conjunction supports, reports search_stats
  2. 1mo agonuggetsSparse bit chain speeds dig(); explore() gains clustering
  3. 2mo agonuggetspartition() gains .subsets; geom_diamond() layout improved
  4. 5mo agonuggetsexplore() covers contrasts and correlations; dig_ancestors() added
  5. 6mo agonuggetsCritical explore() bug fixed; is_logicalish() added
  6. 6mo agonuggetsShiny deps moved to Suggests; BH and RcppThread dropped
  7. 7mo agositsSNIC segmentation, imputation helpers and QGIS palette export
  8. 8mo agositsOne-line hotfix for a CRAN compiler requirement
  9. 11mo agositsHotfix: TAE embeddings, MPC token handling, texture divide-by-zero
  10. 11mo agositsA Python API arrives, alongside SAR texture measures
  11. 1y agositsExclusion masks, multiple tiling systems and faster segment classification
  12. 1y agositsFour more archives wired in, including Digital Earth Africa

Frequently asked questions

What is the difference between nuggets and sits?

Both compete on the same themes — r-package — within Infra & APIs. nuggets is currently shipping more aggressively (velocity 5.0 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is nuggets better than sits?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. nuggets is currently shipping more aggressively (velocity 5.0 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.

What are the best alternatives to nuggets?

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

What are the best alternatives to sits?

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