#elite #systems #find #dump #tool #elite-dangerous #edsm

app ed-system-search

Find interesting systems in the EDSM data dump

69 stable releases

1.1.47 May 16, 2022
1.1.42 Apr 28, 2022
1.1.35 Mar 8, 2022
1.1.12 Dec 14, 2021
0.12.6 Apr 15, 2021

#653 in Command line utilities

37 downloads per month

CC0 license

54KB
1.5K SLoC

ed-system-search

ed-system-search is a tool to find interesting systems in Elite: Dangerous.

It expects the populated systems dump to have been downloaded from EDSM

Usage

ed-system-search --help
ed-system-search 1.1.47
Billie Thompson <billie@billiecodes.com>
Find interesting systems in the EDSM data dump

USAGE:
    ed-system-search [OPTIONS] <edsm-path>

ARGS:
    <edsm-path>    This is the path to th EDSM dump in .json.gz format

OPTIONS:
        --allegiance <MAJOR_FACTION>
            Filter by allegiance

        --exclude-permit-locked
            Exclude permit locked systems

        --exclude-player-faction
            Exclude systems that contain a player faction

        --exclude-rare-commodity
            Exclude systems that sell rare commodities

        --government <GOVERNMENT_TYPE>
            Filter by government

    -h, --help
            Print help information

        --max-distance-from-reference <LIGHT_SECONDS>
            Filter the systems that are further than this distance from the reference

        --max-distance-from-sol <LIGHT_SECONDS>
            Filter the systems that are further than this distance from sol

        --max-number-of-factions <COUNT>
            Filter the systems that have more factions than the number given

        --min-docks <COUNT>
            Filter the systems that are have less than the given number of docks

        --min-docks-large <COUNT>
            Filter the systems that are have less than the given number of docks with room for large
            ships

        --min-population <COUNT>
            Filter the systems that are have less than the given population

        --min-starports <COUNT>
            Filter the systems that are have less than the given number of starports

        --reference <SYSTEM_NAME>
            A reference system used by other filters

    -V, --version
            Print version information

Installing

See the releases page we build for windows, linux and mac (all x86_64), alternatively use brew

brew install PurpleBooth/repo/ed-system-search

More Examples

You can see more examples in Filters guide

Dependencies

~11–24MB
~350K SLoC