Alec L. Robitaille
Alec L. Robitaille
I was comparing how `sf::st_distance` handled NAs in coordinates depending on the underlying distance method used when I found a strange result from {s2}. First, the comparison for context: ```...
Details in #289 Adds tests for NAs returned when X and/or Y coordinates are nan. Current behaviour: ```r library(s2) p1 [2,] 20015118 20015118 NA #> [3,] NA NA NA ```...
Vignette describing new spatial interface Related to #116 - [ ] show errors and one option to resolve when missing values in coords and using calc_direction
Provide an alternative interface with {sf} using a geometry column. - [x] get_geometry function (#117) - [x] Internal calc_direction function (#122) - [x] Internal calc_distance function (https://github.com/ropensci/spatsoc/pull/123) - [ ]...