geosphere icon indicating copy to clipboard operation
geosphere copied to clipboard

R geosphere package

Results 10 geosphere issues
Sort by recently updated
recently updated
newest added

Our package depends upon geosphere and we've been getting the following warning: ``` The legacy packages maptools, rgdal, and rgeos, underpinning the sp package, which was just loaded, will retire...

Hi there, just a note to thank you for the excellent `geosphere` package, which I am making extensive use of. And while I'm writing, I've noticed that function `bearing()` seems...

I raised issue #5 back in 2020 about the failure of `gcIntersectBearing()` when there is an attempt to take the `acos()` of a value ever so slightly greater than 1...

geosphere-package.Rd states Sout instead of South

Hi ! In some rare case, like those reported by #3, https://github.com/rspatial/geosphere/blob/0a775039177646d093edc23c709267ffc7094d76/R/alongTrack.R#L28 The angle in the `acos(cos(dp) / cos(xtr))` function can be slightly lower than -1 or higher than +1...

The same issue as raised previously - an attempt to calculate acos() of a number (slightly) greater than 1 and (slightly) less than -1: - `dput((sin(lat2) - sin(lat1) * cos(dist12))/(sin(dist12)...

https://github.com/rspatial/geosphere/blob/72d27173027454df8fd2cfa9c5b4af75279ccbc3/src/kissfft.h#L6 I believe you should also bundle the geographiclib file here, but also upstream appears to be missing it: https://github.com/geographiclib/geographiclib/issues/29

As flagged by `clang-tidy`: http://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html Made it through 5 headers, I'll continue on another CRAN update in the future :)

Hello I was wondering if there is a package function that allows me to calculate the distance between two points, but avoiding that the trajectory passes over continent? Thank you...