2019-06-05 23:17:00 +00:00
|
|
|
# Elite: Dangerous Long Range Router (Rust Version)
|
|
|
|
|
|
|
|
## Usage:
|
|
|
|
|
2019-06-16 23:46:24 +00:00
|
|
|
1. download `bodies.json` and `systemsWithCoordinates.json` from https://www.edsm.net/en/nightly-dumps/ and place them in the `dumps` folder
|
2019-06-29 10:21:36 +00:00
|
|
|
2. run `cargo +nightly install --path .` or `cargo +nightly install --git https://gitlab.com/Earthnuker/ed_lrr.git`
|
2019-06-29 08:32:47 +00:00
|
|
|
3. run `ed_lrr_pp --bodies dumps/bodies.json --systems dumps/systemsWithCoordinates.json`
|
2019-06-29 09:20:13 +00:00
|
|
|
- Alternatively run `process.py` in the `dumps` folder
|
2019-06-29 08:32:47 +00:00
|
|
|
4. run `ed_lrr --help`
|
2019-06-05 23:17:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
2019-06-29 08:32:47 +00:00
|
|
|
- Working nightly Rust Compiler (tested with `rustc 1.37.0-nightly (5d8f59f4b 2019-06-04)`)
|
|
|
|
- ~8GB of free RAM
|
|
|
|
- Optional:
|
|
|
|
- Python 3.7
|
2019-06-05 23:17:00 +00:00
|
|
|
- Pandas
|
|
|
|
- uJSON
|