Skip to content

stplanr 0.1.1

Compare
Choose a tag to compare
@Robinlovelace Robinlovelace released this 21 Jan 14:28
· 1732 commits to master since this release

This is was the first major working update on CRAN.

NEW FEATURES

  • Addition of new class definition SpatialLinesNetwork, methods for plot
    and summary and functions calc_network_routes and find_network_nodes
    allowing fast route calculations via igraph and other network analysis
    functions.
  • Functions for removing beginning and end of lines: toptail and
    toptailgs. Helper functions buff_geo,
    crs_select_aeq and line2points added.
  • Functionality for reading in the UK's stats19 data: read_stats19_*
    functions download, unzip and re-categorise the data.
  • read_table functions added for reading Australian OD data.
  • decode_gl added to decode Google polylines and other functions for
    querying and reading data from OSRM services.
  • gtfs2sldf added to import GTFS routes as SpatialLinesDataFrames.