Package: geodist 0.1.0
geodist: Fast, Dependency-Free Geodesic Distance Calculations
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.
Authors:
geodist_0.1.0.tar.gz
geodist_0.1.0.zip(r-4.5)geodist_0.1.0.zip(r-4.4)geodist_0.1.0.zip(r-4.3)
geodist_0.1.0.tgz(r-4.4-x86_64)geodist_0.1.0.tgz(r-4.4-arm64)geodist_0.1.0.tgz(r-4.3-x86_64)geodist_0.1.0.tgz(r-4.3-arm64)
geodist_0.1.0.tar.gz(r-4.5-noble)geodist_0.1.0.tar.gz(r-4.4-noble)
geodist_0.1.0.tgz(r-4.4-emscripten)geodist_0.1.0.tgz(r-4.3-emscripten)
geodist.pdf |geodist.html✨
geodist/json (API)
NEWS
# Install 'geodist' in R: |
install.packages('geodist', repos = c('https://fastverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hypertidy/geodist/issues
Last updated 6 months agofrom:2ab46fc9c7. Checks:OK: 9. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win-x86_64 | OK | Nov 05 2024 |
R-4.5-linux-x86_64 | OK | Nov 05 2024 |
R-4.4-win-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-aarch64 | OK | Nov 05 2024 |
R-4.3-win-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-aarch64 | OK | Nov 05 2024 |
Exports:geodistgeodist_benchmarkgeodist_mingeodist_vecgeorange
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
geodist. | geodist-package geodist |
geodist_benchmark | geodist_benchmark |
Minimal pairwise distances between two input matrices | geodist_min |
geodist_vec | geodist_vec |
georange | georange |