Skip to content

geodist

Fast, Dependency-Free Geodesic Distance Calculations

v0.1.1 · Mar 24, 2025 · MIT + file LICENSE

Description

Dependency-free, ultra fast calculation of geodesic distances. Includes the reference nanometre-accuracy geodesic distances of Karney (2013) <doi:10.1007/s00190-012-0578-z>, as used by the 'sf' package, as well as Haversine and Vincenty distances. Default distance measure is the "Mapbox cheap ruler" which is generally more accurate than Haversine or Vincenty for distances out to a few hundred kilometres, and is considerably faster. The main function accepts one or two inputs in almost any generic rectangular form, and returns either matrices of pairwise distances, or vectors of sequential distances.

Downloads

CRAN

3.7K

Last 30 days

1903rd

9.1K

Last 90 days

53.5K

Last year

Trend: +36.1% (30d vs prior 30d)

r2u CRAN

65

Last 30 days

194

Last 90 days

653

Last year

Trend: +20.4% (30d vs prior 30d)

autoCRAN

4

Last 7 days

13

Last 30 days

2

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

conda-forge CRAN

90

Last 30 days

189

Last 90 days

447

Last year

Trend: +18.4% (30d vs prior 30d)

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Code

Structure

Lines of code

14,834

Files

85

Compiled share

42.6%

Has compiled src

Yes

Language breakdown

R 7,349 (49.5%)C/C++/src 6,312 (42.6%)Tests 615 (4.1%)Docs 306 (2.1%)Vignettes 252 (1.7%)

API

Exported functions

5

Internal functions

18

Recent export changes

v0.1.0+1 geodist_min

Testing & CI

Has tests

Yes

Test-to-code ratio

0.08

testthat edition

3

CI present

No

CI type

[]

PR gated

No

Docs

Return-value doc rate

100%

\dontrun example ratio

0%

Roxygen coverage

100%

Has pkgdown

No

NEWS present

Yes

Health & Security signals

Informational signals; not verdicts.

on.exit coverage

Unsafe pattern score

0

Dep constraint coverage

Secret pattern count

0

Bundled 3rd-party code

2 items

Portability & License

Min R version

System requirements

C++ standard

License

MIT + file LICENSE

License flags

SPDX valid, OSI approved

History

Versions

9

First release

2018-07-13

Latest release

2025-03-24

Avg cadence

279 days

Cold removal rate

Dep drift

0

LOC over versions

v0.0.1: 3,132 LOCv0.0.2: 4,211 LOCv0.0.3: 4,234 LOCv0.0.4: 5,137 LOCv0.0.6: 5,320 LOCv0.0.7: 5,327 LOCv0.0.8: 6,620 LOCv0.1.0: 8,171 LOCv0.1.1: 14,834 LOC

Per-file churn detail lives in the source pipeline: https://github.com/r-observatory/cran-code-metrics.

Reverse Dependencies (27)

Dependency Network

Dependencies Reverse dependencies GWnnegPCA GWpcor IRexamples MazamaLocationUtils MazamaTimeSeries MigConnectivity distanceto dodgr flownet gtfsrouter gwpcormapper metro opentripplanner sfcentral simodels +12 more reverse deps geodist

Version History

10 tracked
new 0.1.1 Mar 10, 2026
updated 0.1.1 ← 0.1.0 diff Mar 23, 2025
updated 0.1.0 ← 0.0.8 diff May 22, 2024
updated 0.0.8 ← 0.0.7 diff Oct 18, 2022
updated 0.0.7 ← 0.0.6 diff Jan 26, 2021
updated 0.0.6 ← 0.0.4 diff Oct 14, 2020
updated 0.0.4 ← 0.0.3 diff May 18, 2020
updated 0.0.3 ← 0.0.2 diff Apr 16, 2019
updated 0.0.2 ← 0.0.1 diff Mar 21, 2019
new 0.0.1 Jul 12, 2018