https://github.com/andrewgy8/ende
Ende is a Distance and Durations matrix generator focused on being fast, accurate, and extensible.
https://github.com/andrewgy8/ende
matrix openstreetmap routing-algorithm rust
Last synced: 8 months ago
JSON representation
Ende is a Distance and Durations matrix generator focused on being fast, accurate, and extensible.
- Host: GitHub
- URL: https://github.com/andrewgy8/ende
- Owner: andrewgy8
- License: apache-2.0
- Created: 2021-03-19T19:15:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T21:30:41.000Z (over 4 years ago)
- Last Synced: 2025-01-23T21:31:11.520Z (10 months ago)
- Topics: matrix, openstreetmap, routing-algorithm, rust
- Language: Rust
- Homepage:
- Size: 36.8 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ende
Ende is a Distance and Durations matrix generator focused on being fast, accurate, and extensible.
## Installation
```bash
git clone https://github.com/andrewgy8/ende.git
```
## Usage
```bash
$ cargo build
$ ./target/debug/ende
```
# Benchmarks
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)