← Back to home
Comparison · Analytics

GSODR vs typst-gather

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

GSODR vs typst-gather: at a glance

FeatureGSODRtypst-gather
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesropensci, weather-data, r-package, noaatypst, hermetic-builds, rust, cli-tooling
Last editorial update3h ago41m ago
WebsiteVisit →Visit →

What is GSODR?

A weather-station data client that broke one return type to hand back distances instead of bare IDs.

GSODR fetches and tidies NOAA Global Surface Summary of the Day weather data for R. The 4.0.0 release made nearest_stations() return a data.table of full station metadata plus distance in kilometres rather than a character vector of station IDs, with a documented one-liner for anyone who only wanted the IDs. Nothing has shipped since March 2024.

Read the full GSODR trajectory →

What is typst-gather?

Extracted from Quarto's CLI, typst-gather learned to explain a dependency tree before fetching it.

typst-gather collects Typst packages into a local cache so documents build offline and hermetically. It was extracted from quarto-cli and reached CRAN-equivalent shape in three releases over a single day, then added an `analyze` subcommand that walks `@Preview` and `@Local` imports — following transitive dependencies of local packages — and prints structured JSON without downloading or copying anything.

Read the full typst-gather trajectory →

GSODR vs typst-gather: editorial side-by-side

G
GSODR
ANALYTICS
0.0

A weather-station data client that broke one return type to hand back distances instead of bare IDs.

◆ Current state

GSODR fetches and tidies NOAA Global Surface Summary of the Day weather data for R. The 4.0.0 release made nearest_stations() return a data.table of full station metadata plus distance in kilometres rather than a character vector of station IDs, with a documented one-liner for anyone who only wanted the IDs. Nothing has shipped since March 2024.

◆ Where it's heading

The package is mature and its releases read as upkeep: refreshing the internal ISD history database, dropping dependencies in favour of base and curl, and hardening the download path against station-year combinations that do not exist. The 4.0.0 change fits the same pattern of returning more structure by default rather than making callers query twice.

◆ Prediction

The most likely next release is another internal station-history refresh; there is no signal of new data sources or analysis features in these entries.

T
typst-gather
ANALYTICS
0.0

Extracted from Quarto's CLI, typst-gather learned to explain a dependency tree before fetching it.

◆ Current state

typst-gather collects Typst packages into a local cache so documents build offline and hermetically. It was extracted from quarto-cli and reached CRAN-equivalent shape in three releases over a single day, then added an `analyze` subcommand that walks `@Preview` and `@Local` imports — following transitive dependencies of local packages — and prints structured JSON without downloading or copying anything.

◆ Where it's heading

The 0.2.0 restructuring is the tell: subcommands with backwards compatibility, config readable from stdin, and every diagnostic message moved to stderr so stdout carries nothing but JSON. Those are the conventions of a tool meant to be called by another program, not typed by a person. Given its origin inside Quarto's toolchain, the plausible consumer is a build system that needs to know a document's package requirements before deciding what to fetch.

◆ Prediction

The analyze path currently reports imports; the natural extension visible from here is acting on that report — lockfile output or verification that a cache satisfies a document's dependency set — though the entries do not commit to either.

Alternatives to GSODR and typst-gather

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 GSODR or typst-gather.

See all GSODR alternatives → · See all typst-gather alternatives →

Recent activity from GSODR and typst-gather

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

  1. 5mo agotypst-gatheranalyze subcommand reports the import graph as JSON
  2. 5mo agotypst-gatherWindows path escaping fix and README expansion
  3. 5mo agotypst-gatherSplit out of quarto-cli as a standalone package gatherer
  4. 2y agoGSODRnearest_stations() returns metadata and distances
  5. 2y agoGSODRStation history refresh and internal tidying
  6. 2y agoGSODRBad station-year requests warn instead of failing the batch

Frequently asked questions

What is the difference between GSODR and typst-gather?

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

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

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

What are the best alternatives to typst-gather?

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