Skip to content

stplanr 1.2.0

Compare
Choose a tag to compare
@Robinlovelace Robinlovelace released this 26 Apr 08:45
4eeea3e
  • Various fixes for rnet_join() (now recommended over rnet_merge()) and line_segment() (#552)
  • line_segment() now will use rsgeo::line_segmentize() if available
  • line_segment() becomes an S3 generic which now has methods for sf and sfc class objects
  • line_segment() now works around {rsgeo} issue with line_segmentize() returning fewer segments than requested (#552)
  • Removal of offending URLs with urlchecker::check_urls()
  • Improvement of documentation of line_midpoint(): comparison of output with sf::st_point_on_surface()