Package: flownet 0.3.0
flownet: Transport Modeling: Network Processing, Route Enumeration, and Traffic Assignment
High-performance tools for transport modeling - network processing, route enumeration, and traffic assignment in R. The package implements the Path-Sized Logit model for traffic assignment - Ben-Akiva and Bierlaire (1999) <doi:10.1007/978-1-4615-5203-1_2> - an efficient route enumeration algorithm, and provides powerful utility functions for (multimodal) network generation, consolidation/contraction, and/or simplification. The user is expected to provide a transport network (either a graph or collection of linestrings) and an origin-destination (OD) matrix of trade/traffic flows. Maintained by transport consultants at CPCS (cpcs.ca).
Authors:
flownet_0.3.0.tar.gz
flownet_0.3.0.tar.gz(r-4.7-arm64)flownet_0.3.0.tar.gz(r-4.7-x86_64)flownet_0.3.0.tar.gz(r-4.6-arm64)flownet_0.3.0.tar.gz(r-4.6-x86_64)
flownet_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
flownet/json (API)
NEWS
| # Install 'flownet' in R: |
| install.packages('flownet', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sebkrantz/flownet/issues
Pkgdown/docs site:https://sebkrantz.github.io
- africa_cities_ports - African Cities and International Ports
- africa_network - Trans-African Road Transport Network
- africa_segments - Raw Network Segments for Trans-African Transport Network
- africa_trade - Intra-African Trade Flows by HS Section
Last updated from:5c98413998. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 154 | ||
| linux-devel-x86_64 | OK | 193 | ||
| source / vignettes | OK | 254 | ||
| linux-release-arm64 | OK | 333 | ||
| linux-release-x86_64 | OK | 173 | ||
| wasm-release | OK | 181 |
Exports:consolidate_graphcreate_undirected_graphcritical_link_analysisdistances_from_graphlinestrings_from_graphlinestrings_to_graphmelt_od_matrixnodes_from_graphnormalize_graphrun_assignmentsimplify_network
Dependencies:classclassIntclicollapsecpp11crayonDBIe1071geodistgluehmsigraphKernSmoothkitlatticeleaderClusterlifecyclemagrittrMASSMatrixmirainanonextpkgconfigprettyunitsprogressproxyR6Rcpprlangs2sfunitsvctrswk
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Efficient Transport Modeling | flownet-package flownet |
| African Cities and International Ports | africa_cities_ports |
| Trans-African Road Transport Network | africa_network |
| Raw Network Segments for Trans-African Transport Network | africa_segments |
| Intra-African Trade Flows by HS Section | africa_trade |
| Consolidate Graph | consolidate_graph |
| Create Undirected Graph | create_undirected_graph |
| Critical Link Analysis | critical_link_analysis |
| Compute Distance Matrix from Graph | distances_from_graph |
| Convert Graph to Linestrings | linestrings_from_graph |
| Convert Linestring to Graph | linestrings_to_graph |
| Melt Origin-Destination Matrix to Long Format | melt_od_matrix |
| Extract Nodes from Graph | nodes_from_graph |
| Normalize Graph Node IDs | normalize_graph |
| Run Traffic Assignment | print.flownet run_assignment |
| Simplify Network | simplify_network |
