# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "geodist" in publications use:' type: software license: MIT title: 'geodist: Fast, Dependency-Free Geodesic Distance Calculations' version: 0.1.0 doi: 10.32614/CRAN.package.geodist abstract: Dependency-free, ultra fast calculation of geodesic distances. Includes the reference nanometre-accuracy geodesic distances of Karney (2013) , 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. authors: - family-names: Padgham given-names: Mark email: mark.padgham@email.com - family-names: Sumner given-names: Michael D. repository: https://fastverse.r-universe.dev repository-code: https://github.com/hypertidy/geodist commit: 2ab46fc9c7b65c0cc3a512ac8b6df1279a1a359c url: https://hypertidy.github.io/geodist/ contact: - family-names: Padgham given-names: Mark email: mark.padgham@email.com