It might be a good idea to start listening to EDDN NavRoutes Schema, since these things can provide many coordinates and star types at once without even requiring a visit.
This repo already has some coordinate-ingesting code from journals. The shape of the journal also has "StarSystem", "SystemAddress", "StarPos", so I assume you can just feed each entry into \EDDN\System\Coordinates::handle().
Star class is definitely useful for the neutron plotters, but I don't see how to straightforwardly fit it into this thing in a form that's possible to be overwritten by a real visitor.
It might be a good idea to start listening to EDDN NavRoutes Schema, since these things can provide many coordinates and star types at once without even requiring a visit.
This repo already has some coordinate-ingesting code from journals. The shape of the journal also has
"StarSystem", "SystemAddress", "StarPos", so I assume you can just feed each entry into\EDDN\System\Coordinates::handle().Star class is definitely useful for the neutron plotters, but I don't see how to straightforwardly fit it into this thing in a form that's possible to be overwritten by a real visitor.