Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonylangsworth/systemfilter
A basic tool to find the unpopulated star systems within 30 LY of EDA controlled star systems in the game Elite Dangerous. These are potential systems for the upcoming colonization feature.
https://github.com/anthonylangsworth/systemfilter
csharp edsm elite-dangerous net-8
Last synced: 6 days ago
JSON representation
A basic tool to find the unpopulated star systems within 30 LY of EDA controlled star systems in the game Elite Dangerous. These are potential systems for the upcoming colonization feature.
- Host: GitHub
- URL: https://github.com/anthonylangsworth/systemfilter
- Owner: anthonylangsworth
- License: gpl-3.0
- Created: 2024-12-23T12:16:56.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-12-23T12:27:28.000Z (11 days ago)
- Last Synced: 2024-12-23T13:27:56.305Z (11 days ago)
- Topics: csharp, edsm, elite-dangerous, net-8
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Overview**
Find the unpopulated star systems within 30 LY of EDA-controlled star systems in the game **Elite Dangerous**. These are potential systems for the upcoming colonization feature.
**Use**
1. Download and extract `systemsWithCoordinates.json` from https://www.edsm.net/dump/systemsWithCoordinates.json.gz. Note that this is a large file (12+ GB) at the time of writing.
1. Download and extract `systemsPopulated.json` from https://www.edsm.net/en/nightly-dumps .
1. Compile and run the program, directing its output to a file, e.g. `systemfilter.exe > out.csv`. It may take a few minutes.