CAUTION: I don't know how safe it is to query the EDD db while EDD is open. For safety, close EDD before performing any operation on it
Simple tools to help with the Metallicity Survey during DistantWorlds II
This sql script attempts to find all system names that fall under the DW2 Trans-Galactic Metallicity Survey It relies on the FSS Event "FSSAllBodiesFound". It selects all Systems which have a primary star of type K, G, or F.
Use the SQLite Browser for your OS. It is important the the tool supports Json1. The default binary for windows does so.
Feel free to use any other tool or a shell.
Open the user database in <eddiscoverydir>\Data\EDDUser.sqlite
and run the script.
It might take a while, depending on the size of your DB. It isn't optimized for performance and no QA has been done :)
Java tool to scan the e:d commander's log for scanned systems. Currently provides a rudimentary UI that will output the FGK systems that have a full scan.
The tool will store data in your user directory in a folder called tgms-logger
It currently only contains a small property file that
stores the folder you select for scanning
Either:
- download the last zip found in the release tab WINDOWS ONLY
- unzip to anywhere
- run the file
tgms-logger.bat
inbin/
directory
OR
- checkout the code
- cd into
tgms-logger
- invoke
gradlew run
- add build description
- add tests
- add documentation
- add functionality to:
- export system names to file
- export system names to clipboard
- select which systems to export
- maybe a table view?
- persist which logfile was scanned last