https://github.com/dyalog/dyalog-tube-ws
Source for building the dfns tube planner workspace (tube.dws)
https://github.com/dyalog/dyalog-tube-ws
apl dyalog dyalog-apl dyalogapl subway-network transit-routes travel-planner tube workspace
Last synced: 8 months ago
JSON representation
Source for building the dfns tube planner workspace (tube.dws)
- Host: GitHub
- URL: https://github.com/dyalog/dyalog-tube-ws
- Owner: Dyalog
- License: mit
- Created: 2018-06-27T14:44:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T08:39:27.000Z (over 3 years ago)
- Last Synced: 2025-01-11T09:47:22.517Z (9 months ago)
- Topics: apl, dyalog, dyalog-apl, dyalogapl, subway-network, transit-routes, travel-planner, tube, workspace
- Language: APL
- Homepage: http://dfns.dyalog.com/tube_n_index.htm
- Size: 50.8 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Dyalog Tube Workspace
*Source for building the dfns tube planner workspace (tube.dws)*## Building
`]DBuild path/tube.dyalogbuild`
## Contributing
Feel free to submit pull requests for files in the [`sources`](sources) directory, both with corrections to already included cities, and with entirely new cities.
The format for simple routes should be fairly self-explanatory. [`notes/tube.txt`](notes/tube.txt) describes the exact format for the more complicated constructs; forks, crosses, and one-way sections, while [`notes/source.txt`](notes/source.txt) demonstrates their use in a minimal route network.
Contributions will be acknowledged at the bottom of [`notes/tube.txt`](notes/tube.txt).