Hi I wanted to add a double overlapping Tritium hotspot system to your interactive map. The system is EOR AEWSY XN-W B1-0 and body #3 has an icy ring with a double overlapping tritium hotspot.
Hi I wanted to add a double overlapping Tritium hotspot system to your interactive map. The system is EOR AEWSY XN-W B1-0 and body #3 has an icy ring with a double overlapping tritium hotspot.
Hi I wanted to add a double overlapping Tritium hotspot system to your interactive map. The system is EOR AEWSY XN-W B1-0 and body #3 has an icy ring with a double overlapping tritium hotspot.
The tritium POIs are all pulled from the Tritium Pathway Network, and will need to be submitted there.
Something I'm considering doing is using the EDSM API to query these systems. I might be able to retrieve the IDs and fill them in.
Is it possible to add the number of bodies that share the record on you records site?
E.g. I remember that there are dozens of class Y stars with a mass of 0.0078.
Huh, that might be cool. I'll look into it.
Seconds before I wanted to say:And, added.![]()
If you're using SQL I'd do something like this to get the number:
SELECT name, mass, count(*) FROM stars WHERE class LIKE "Y Type" GROUP BY mass