← Back to home
Comparison · Analytics

deeptime vs geodist

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

deeptime vs geodist: at a glance

Featuredeeptimegeodist
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesggplot2-extension, geology, phylogenetics, deprecationgeospatial, distance-calculation, zero-dependency, c-code
Last editorial update7h ago1h ago
WebsiteVisit →Visit →

What is deeptime?

A geologic-time plotting layer that outgrew time axes and became a geology rendering toolkit.

deeptime extends ggplot2 with geological time scales, radial deep-time coordinates and phylogeny-aware geoms, and since 2.0.0 it also renders standardized FGDC/USGS geologic patterns as ggplot2 fills. The current 2.4.0 release adds geom_text_clade() for labeling clades on radial phylogenies and repairs long-standing coord_trans_xy() and scale-placement edge cases.

Read the full deeptime trajectory →

What is geodist?

geodist stays dependency-free and fast, and warns you when 'cheap' distances stop being honest.

geodist computes geodesic distances between coordinate pairs in C with no dependencies, offering several measures that trade accuracy for speed — including a 'cheap' approximation used by default. The API is small and largely finished; 0.1.0 added geodist_min() for nearest-match lookups and 0.1.1 is a compiler warning fix.

Read the full geodist trajectory →

deeptime vs geodist: editorial side-by-side

D
deeptime
ANALYTICS
0.0

A geologic-time plotting layer that outgrew time axes and became a geology rendering toolkit.

◆ Current state

deeptime extends ggplot2 with geological time scales, radial deep-time coordinates and phylogeny-aware geoms, and since 2.0.0 it also renders standardized FGDC/USGS geologic patterns as ggplot2 fills. The current 2.4.0 release adds geom_text_clade() for labeling clades on radial phylogenies and repairs long-standing coord_trans_xy() and scale-placement edge cases.

◆ Where it's heading

The package is converging on two jobs: being the canonical R renderer for stratigraphic drawing conventions, and keeping pace with ggplot2's own churn. A sustained deprecation program — gggeo_scale(), coord_geo_polar(), getScaleData(), now disparity_through_time() — is trimming the surface down to coord_geo(), coord_geo_radial() and the pattern functions. Roughly half of each recent release is ggplot2 4.0 compatibility work.

◆ Prediction

Expect disparity_through_time() and coord_geo_polar() to be removed outright in the next major version, and further geoms aimed at annotating radial phylogenies.

G
geodist
ANALYTICS
0.0

geodist stays dependency-free and fast, and warns you when 'cheap' distances stop being honest.

◆ Current state

geodist computes geodesic distances between coordinate pairs in C with no dependencies, offering several measures that trade accuracy for speed — including a 'cheap' approximation used by default. The API is small and largely finished; 0.1.0 added geodist_min() for nearest-match lookups and 0.1.1 is a compiler warning fix.

◆ Where it's heading

Development has been about making the speed-accuracy trade visible rather than hiding it. The 0.0.6 release added messages telling users to pick a different measure once the default cheap approximation is applied beyond 100km, where its error stops being negligible. Around that, the work is input handling — tibble support, better lon/lat column matching, vector inputs — and hardening the C code. It is a package that treats being small and correct as the feature.

◆ Prediction

Expect continued low-frequency maintenance: compiler warnings and geodesic source updates account for three of the last six releases, and the function surface has grown by only two entries in five years.

Alternatives to deeptime and geodist

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 deeptime or geodist.

See all deeptime alternatives → · See all geodist alternatives →

Recent activity from deeptime and geodist

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

  1. 1mo agodeeptimegeom_text_clade() labels clades on radial phylogenies
  2. 8mo agodeeptimeArgument renames for ggplot2 4.0 parity
  3. 8mo agodeeptimePattern code dictionary and time-scale theming
  4. 1y agodeeptimegeom_text_phylo() arrives with ggplot2 4 compatibility
  5. 1y agogeodistgeodist 0.1.1 clears a clang warning in geodesic.c
  6. 1y agodeeptimeContrast-aware label colors across the built-in scales
  7. 1y agodeeptimeFGDC geologic patterns become ggplot2 fills
  8. 2y agogeodistgeodist 0.1.0 adds geodist_min() for nearest matches
  9. 3y agogeodistgeodist 0.0.8 updates geodesic source, fixes clang warnings
  10. 5y agogeodistgeodist 0.0.7 improves lon/lat column matching and tibbles
  11. 5y agogeodistgeodist 0.0.6 warns when cheap distances exceed 100km
  12. 6y agogeodistgeodist 0.0.4 adds geodist_vec() for vector inputs

Frequently asked questions

What is the difference between deeptime and geodist?

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

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

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

What are the best alternatives to geodist?

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