Package: geodist
Title: Fast, Dependency-Free Geodesic Distance Calculations
Version: 0.1.1
Authors@R: c(
    person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
    person("Michael D.", "Sumner", role = "aut"),
    person("Charles F.F", "Karney", role = "cph",
           comment = "Original author of included code for geodesic distances")
  )
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.
License: MIT + file LICENSE
URL: https://github.com/hypertidy/geodist,
        https://hypertidy.github.io/geodist/
BugReports: https://github.com/hypertidy/geodist/issues
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Packaged: 2025-03-24 09:40:33 UTC; smexus
Author: Mark Padgham [aut, cre],
  Michael D. Sumner [aut],
  Charles F.F Karney [cph] (Original author of included code for geodesic
    distances)
Maintainer: Mark Padgham <mark.padgham@email.com>
Repository: CRAN
Date/Publication: 2025-03-24 16:40:06 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 03:34:20 UTC; unix
Archs: geodist.so.dSYM
