Package: geoarea Title: Fast, Dependency-Free Geodesic Area Calculations Version: 0.0.1.007 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Charles F.F", "Karney", role = "cph", comment = "Original author of included code for geodesic distances") ) Description: Dependency-free, ultra fast calculation of geodesic areas, using the the reference nanometre-accuracy libraries of Karney (2013) , as used by the 'sf' package. The main function accepts a single input of two columns containing the longitude and latitude coordinates, assumed to be a polygon and represented in WSG84 projection, and returns the area in square metres, and perimeter in metres. License: MIT + file LICENSE URL: https://github.com/hypertidy/geoarea BugReports: https://github.com/hypertidy/geoarea/issues Suggests: bench, geosphere, rmarkdown, sf, testthat Encoding: UTF-8 NeedsCompilation: yes RoxygenNote: 7.2.1 Config/testthat/edition: 3 Config/testthat/parallel: true Repository: https://hypertidy.r-universe.dev Date/Publication: 2022-10-19 16:07:49 UTC RemoteUrl: https://github.com/hypertidy/geoarea RemoteRef: HEAD RemoteSha: 45b2efe11ecf198b283f39c9c906ed4eddfb1837 Packaged: 2026-06-12 06:49:30 UTC; root Author: Mark Padgham [aut, cre], Charles F.F Karney [cph] (Original author of included code for geodesic distances) Maintainer: Mark Padgham