osmdata - Import 'OpenStreetMap' Data as Simple Features or Spatial Objects
Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web server (<https://overpass-api.de/>) and processed with very fast 'C++' routines for return to 'R'.
Last updated 11 days ago
open0street0mapopenstreetmapoverpass0apiosmcpposm-dataoverpass-apipeer-reviewed
14.55 score 317 stars 13 packages 3.0k scripts 7.6k downloadsosmdata - Import 'OpenStreetMap' Data as Simple Features or Spatial Objects
Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web server (<https://overpass-api.de/>) and processed with very fast 'C++' routines for return to 'R'.
Last updated 11 days ago
open0street0mapopenstreetmapoverpass0apiosmcpposm-dataoverpass-apipeer-reviewed
14.55 score 317 stars 13 packages 3.0k scripts 7.6k downloadsdodgr - Distances on Directed Graphs
Distances on dual-weighted directed graphs using priority-queue shortest paths (Padgham (2019) <doi:10.32866/6945>). Weighted directed graphs have weights from A to B which may differ from those from B to A. Dual-weighted directed graphs have two sets of such weights. A canonical example is a street network to be used for routing in which routes are calculated by weighting distances according to the type of way and mode of transport, yet lengths of routes must be calculated from direct distances.
Last updated 2 months ago
distanceopenstreetmaproutershortest-pathsstreet-networks
11.23 score 128 stars 4 packages 197 scripts 909 downloadsdodgr - Distances on Directed Graphs
Distances on dual-weighted directed graphs using priority-queue shortest paths (Padgham (2019) <doi:10.32866/6945>). Weighted directed graphs have weights from A to B which may differ from those from B to A. Dual-weighted directed graphs have two sets of such weights. A canonical example is a street network to be used for routing in which routes are calculated by weighting distances according to the type of way and mode of transport, yet lengths of routes must be calculated from direct distances.
Last updated 2 months ago
distanceopenstreetmaproutershortest-pathsstreet-networks
10.84 score 128 stars 3 packages 213 scripts 838 downloadsgeodist - Fast, Dependency-Free Geodesic Distance Calculations
Dependency-free, ultra fast calculation of geodesic distances. Includes the reference nanometre-accuracy geodesic distances of Karney (2013) <doi:10.1007/s00190-012-0578-z>, as used by the 'sf' package, as well as Haversine and Vincenty distances. Default distance measure is the "Mapbox cheap ruler" which is generally more accurate than Haversine or Vincenty for distances out to a few hundred kilometres, and is considerably faster. The main function accepts one or two inputs in almost any generic rectangular form, and returns either matrices of pairwise distances, or vectors of sequential distances.
Last updated 6 months ago
10.64 score 93 stars 31 packages 214 scripts 2.6k downloadsgeodist - Fast, Dependency-Free Geodesic Distance Calculations
Dependency-free, ultra fast calculation of geodesic distances. Includes the reference nanometre-accuracy geodesic distances of Karney (2013) <doi:10.1007/s00190-012-0578-z>, as used by the 'sf' package, as well as Haversine and Vincenty distances. Default distance measure is the "Mapbox cheap ruler" which is generally more accurate than Haversine or Vincenty for distances out to a few hundred kilometres, and is considerably faster. The main function accepts one or two inputs in almost any generic rectangular form, and returns either matrices of pairwise distances, or vectors of sequential distances.
Last updated 6 months ago
10.64 score 93 stars 31 packages 212 scripts 2.6k downloadsgoodpractice - Advice on R Package Building
Give advice about good practices when building R packages. Advice includes functions and syntax to avoid, package structure, code complexity, code formatting, etc.
Last updated 5 days ago
10.47 score 465 stars 3 packages 75 scripts 805 downloadsghql - General Purpose 'GraphQL' Client
A 'GraphQL' client, with an R6 interface for initializing a connection to a 'GraphQL' instance, and methods for constructing queries, including fragments and parameterized queries. Queries are checked with the 'libgraphqlparser' C++ parser via the 'graphql' package.
Last updated 2 years ago
httpapiweb-servicescurldatagraphqlgraphql-apigraphql-client
8.10 score 146 stars 5 packages 98 scripts 1.2k downloadsosmplotr - Bespoke Images of 'OpenStreetMap' Data
Bespoke images of 'OpenStreetMap' ('OSM') data and data visualisation using 'OSM' objects.
Last updated 1 months ago
data-visualisationhighlighting-clustersopenstreetmaposmoverpassoverpass-apipeer-reviewed
7.87 score 135 stars 77 scripts 164 downloadsosmplotr - Bespoke Images of 'OpenStreetMap' Data
Bespoke images of 'OpenStreetMap' ('OSM') data and data visualisation using 'OSM' objects.
Last updated 1 months ago
data-visualisationhighlighting-clustersopenstreetmaposmoverpassoverpass-apipeer-reviewed
7.87 score 135 stars 77 scripts 164 downloadsmapscanner - Print Maps, Draw on Them, Scan Them Back in
Enables preparation of maps to be printed and drawn on. Modified maps can then be scanned back in, and hand-drawn marks converted to spatial objects.
Last updated 1 months ago
mapsscanspatial
7.13 score 90 stars 2 scripts 278 downloadsmapscanner - Print Maps, Draw on Them, Scan Them Back in
Enables preparation of maps to be printed and drawn on. Modified maps can then be scanned back in, and hand-drawn marks converted to spatial objects.
Last updated 1 months ago
mapsscanspatial
7.13 score 90 stars 2 scripts 278 downloadsgtfsrouter - Routing with 'GTFS' (General Transit Feed Specification) Data
Use 'GTFS' (General Transit Feed Specification) data for routing from nominated start and end stations, for extracting 'isochrones', and travel times from any nominated start station to all other stations.
Last updated 1 years ago
gtfsgtfsrouterpublic-transportationrouter
7.01 score 82 stars 21 scripts 389 downloadspkgcheck - rOpenSci Package Checks
Check whether a package is ready for submission to rOpenSci's peer review system.
Last updated 9 hours ago
6.86 score 18 stars 1 packages 30 scriptspkgcheck - rOpenSci Package Checks
Check whether a package is ready for submission to rOpenSci's peer review system.
Last updated 9 hours ago
6.86 score 18 stars 1 packages 30 scriptsdeposits - A universal client for depositing and accessing research data anywhere
A universal client for depositing and accessing research data anywhere. Currently supported services are zenodo and figshare.
Last updated 3 months ago
6.60 score 38 stars 2 packages 8 scriptspkgstats - Metrics of R Packages
Static code analyses for R packages using the external code-tagging libraries 'ctags' and 'gtags'. Static analyses enable packages to be analysed very quickly, generally a couple of seconds at most. The package also provides access to a database generating by applying the main function to the full 'CRAN' archive, enabling the statistical properties of any package to be compared with all other 'CRAN' packages.
Last updated 18 days ago
6.60 score 17 stars 2 packages 1 scripts 7 downloadspkgstats - Metrics of R Packages
Static code analyses for R packages using the external code-tagging libraries 'ctags' and 'gtags'. Static analyses enable packages to be analysed very quickly, generally a couple of seconds at most. The package also provides access to a database generating by applying the main function to the full 'CRAN' archive, enabling the statistical properties of any package to be compared with all other 'CRAN' packages.
Last updated 18 days ago
6.60 score 17 stars 2 packages 1 scripts 7 downloadsallcontributors - Acknowledge all Contributors to a Project
Acknowledge all contributors to a project via a single function call. The function appends to a 'README' or other specified file(s) a table with names of all individuals who contributed via code or repository issues. The package also includes several additional functions to extract and quantify contributions to any repository.
Last updated 5 days ago
6.48 score 25 stars 1 scripts 729 downloadsautotest - Automatic Package Testing
Automatic testing of R packages via a simple YAML schema.
Last updated 1 months ago
6.40 score 54 stars 26 scriptsautotest - Automatic Package Testing
Automatic testing of R packages via a simple YAML schema.
Last updated 1 months ago
6.40 score 54 stars 26 scriptsbikedata - Download and Aggregate Data from Public Hire Bicycle Systems
Download and aggregate data from all public hire bicycle systems which provide open data, currently including 'Santander' Cycles in London, U.K.; from the U.S.A., 'Ford GoBike' in San Francisco CA, 'citibike' in New York City NY, 'Divvy' in Chicago IL, 'Capital Bikeshare' in Washington DC, 'Hubway' in Boston MA, 'Metro' in Los Angeles LA, 'Indego' in Philadelphia PA, and 'Nice Ride' in Minnesota; 'Bixi' from Montreal, Canada; and 'mibici' from Guadalajara, Mexico.
Last updated 10 months ago
bicycle-hire-systemsbike-hire-systemsbike-hirebicycle-hiredatabasebike-datapeer-reviewed
5.96 score 82 stars 28 scripts 129 downloadsbikedata - Download and Aggregate Data from Public Hire Bicycle Systems
Download and aggregate data from all public hire bicycle systems which provide open data, currently including 'Santander' Cycles in London, U.K.; from the U.S.A., 'Ford GoBike' in San Francisco CA, 'citibike' in New York City NY, 'Divvy' in Chicago IL, 'Capital Bikeshare' in Washington DC, 'Hubway' in Boston MA, 'Metro' in Los Angeles LA, 'Indego' in Philadelphia PA, and 'Nice Ride' in Minnesota; 'Bixi' from Montreal, Canada; and 'mibici' from Guadalajara, Mexico.
Last updated 10 months ago
bicycle-hire-systemsbike-hire-systemsbike-hirebicycle-hiredatabasebike-datapeer-reviewed
5.96 score 82 stars 28 scripts 127 downloadssrr - 'rOpenSci' Review Roclets
Companion package to 'rOpenSci' statistical software review project.
Last updated 26 days ago
5.56 score 5 stars 2 packages 4 scriptssrr - 'rOpenSci' Review Roclets
Companion package to 'rOpenSci' statistical software review project.
Last updated 26 days ago
5.56 score 5 stars 2 packages 4 scriptsallcontributors - Acknowledge all Contributors to a Project
Acknowledge all contributors to a project via a single function call. The function appends to a 'README' or other specified file(s) a table with names of all individuals who contributed via code or repository issues. The package also includes several additional functions to extract and quantify contributions to any repository.
Last updated 5 days ago
5.48 score 25 stars 1 scripts 729 downloadstypetracer - Trace Function Parameter Types
The 'R' language includes a set of defined types, but the language itself is "absurdly dynamic" (Turcotte & Vitek (2019) <doi:10.1145/3340670.3342426>), and lacks any way to specify which types are expected by any expression. The 'typetracer' package enables code to be traced to extract detailed information on the properties of parameters passed to 'R' functions. 'typetracer' can trace individual functions or entire packages.
Last updated 1 years ago
5.41 score 17 stars 121 downloadsroreviewapi - Plumber API to report package structure and function
Plumber API to report package structure and function.
Last updated 4 days ago
5.23 score 4 starspkgmatch - Find R Packages Matching Either Descriptions or Other R Packages
Find R packages matching either descriptions or other R packages.
Last updated 12 days ago
4.86 score 2 starsuaengine - Routing and aggregation engine for 'Urban Analyst'
Routing and aggregation engine for 'Urban Transport Analyst'.
Last updated 17 days ago
4.56 score 6 starsm4ra - Many-to-Many Multi-Modal Routing Aggregator
Many-to-many multi-modal routing aggregator, combining 'dodgr' and 'gtfsrouter' for complete routing through urban networks.
Last updated 21 days ago
gtfsopen-street-maprouting-engine
4.50 score 15 stars 2 packages 1 scriptsspatialcluster - R port of redcap
R port of redcap (Regionalization with dynamically constrained agglomerative clustering and partitioning).
Last updated 2 years ago
clusterclustering-algorithmspatial
4.18 score 30 stars 1 scriptsr2readthedocs - Convert R Package Documentation to a 'readthedocs' Website
Convert R package documentation to a 'readthedocs' website.
Last updated 5 months ago
3.18 score 15 stars 1 scriptsttcalib - Calibration of travel times to empirical data
Calibration of travel times to empirical data.
Last updated 6 months ago
2.30 score 2 starssvgplotr - Fast plots of svg graphics in R
What the package does (one paragraph).
Last updated 7 years ago
2.30 score 4 stars 1 scripts