Commit graph

21 commits

Author SHA1 Message Date
07ca9ec406 spansh.py: added nearestsystem subcommand
Used to get the nearest system in the database, e.g. for plotting
a neutron route.

Useful since the elastic search powering the plotter might be behind
current EDDN data, so having a system in EDDN/EDSM doesn’t necessarily
mean it’s already available in the router.
2020-03-09 17:42:45 +01:00
19e8cbfdff spansh.py: added short output format
To both station and systems list. Replaces the `--systemlist` switch.
2020-03-08 00:59:55 +01:00
adec36ded9 fixed docs typo 2020-03-05 14:46:29 +01:00
95f5de2377 added spansh.py for Spansh API related shenanigans 2020-03-04 18:07:56 +01:00
13510f9824 findcommander now gives a date for the known position 2020-01-16 18:51:43 +01:00
355b53c24c updated README with pyEDSM’s requirements
That will aaaaall go away once I decide to properly package that …
2020-01-13 21:33:54 +01:00
37555b0a2e added findsystem command 2020-01-13 21:23:41 +01:00
bfad499050 added rounding option to distancebetween 2020-01-09 21:37:42 +01:00
61f6051c20 updated README 2020-01-08 15:13:10 +01:00
a3069a4c6a new command: systemlist
Runs an EDSM search query for systems starting with the given string.
2020-01-08 14:54:39 +01:00
6ff10430eb added --coords option to findcommander 2020-01-08 08:51:17 +01:00
ce5817faab properly documented required packages 2020-01-08 08:36:37 +01:00
dfeb6993b0 added option to get profileURL to findcommander 2020-01-07 17:27:31 +01:00
1f113611d4 regenerated docs 2020-01-06 17:28:40 +01:00
c255277e89 explorationtools: added findCommander
Let’s you, duh, find a Commander’s last known system if they are on EDSM
and have their flight logs public.
2020-01-05 19:20:20 +01:00
77707c1d78 added README generator :) 2019-11-12 10:31:51 +01:00
09d528b7d5 typo corrected: exti → exit 2019-10-22 01:33:35 +02:00
b697a30f75 added distancebetween subcommand
Returns the distance between two systems.
2019-10-04 05:09:33 +02:00
57ffbc8559 added explorationtools.py
For now only has a single subcommend, `bodycount`. It returns the number
of bodies in a system.
2019-10-04 00:56:08 +02:00
9788b4589b typo in README corrected
I was not going to do this, but eventually it did piss me off enough.
2019-09-17 08:28:31 +02:00
f21e32f653 edsm-getnearest.py
Now in a usable form with help text and stuff. Bear with me, I literally
picked Python up again about today after having used it like 5y ago on
for completely unrelated things.
2019-09-03 21:08:50 +02:00