These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Static Data Export bug in Thera size?
mysql> select (xMax - xMin)/149597870700 as xSize, (yMax - yMin)/149597870700 as ySize, (zMax - zMin)/149597870700 as zSize, radius/149597870700 as radius_au from mapSolarSystems where solarSystemName = "Thera";
+-------------------+--------------------+-------------------+-------------------+| xSize | ySize | zSize | radius_au |+-------------------+--------------------+-------------------+-------------------+| 40.10752273361067 | 13369.174244536891 | 40.10752273361067 | 20.80770413296301 |+-------------------+--------------------+-------------------+-------------------+
select abs(round((m.x)/149597870700)) as x, abs(round((m.y)/149597870700)) as y, abs(round((m.z)/149597870700)) as z, m.itemNamefrom mapSolarSystems as s left join mapDenormalize as m on s.solarSystemID = m.solarSystemID where s.solarSystemName = "Thera";
+------+------+------+-----------------------------------------------------------+| x | y | z | itemName |+------+------+------+-----------------------------------------------------------+| 125 | 2 | 71 | Thera XII - The Sanctuary Surveillance Observatory || 125 | 2 | 71 | Thera XII - The Sanctuary Institute of Paleocybernetics || 125 | 2 | 71 | Thera XII || 34 | 1 | 11 | Thera VIII || 32 | 1 | 93 | Thera XI || 15 | 5 | 0 | Thera V || 4 | 0 | 19 | Thera VI || 4 | 0 | 3 | Thera III || 1 | 0 | 0 | Thera I || 0 | 0 | 0 | Thera - Star || 1 | 0 | 1 | Thera II || 10 | 0 | 6 | Thera IV || 11 | 2 | 203 | Thera XIV || 11 | 2 | 203 | Thera XIV - The Sanctuary Fullerene Loom || 21 | 0 | 15 | Thera VII || 33 | 1 | 81 | Thera X || 50 | 1 | 24 | Thera IX || 140 | 33 | 115 | Thera XIII || 140 | 33 | 115 | Thera XIII - The Sanctuary Applied Gravitation Laboratory |+------+------+------+-----------------------------------------------------------+