data

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2014 License: BSD-3-Clause Imports: 1 Imported by: 0

README

The data values in this folder have been extracted from the SDE on EVE Online.

The files were created by using the .xls/.csv dumps, opening them in a spreadsheet application and apply display formatting on the columns so that a simple copy/paste ends up in a Go array. Only the necessary columns have been taken, the files are big enough as they are.

All of this is a manual process; The map layout seldom changes and automating this process would take more effort.

Credits for the dumps go to the person behind "Steve Ronuken", who provides the extracts in various forms: https://www.fuzzwork.co.uk/

Documentation

Index

Constants

This section is empty.

Variables

View Source
var JumpGates = []JumpGateData{}/* 14340 elements not displayed */
View Source
var SolarSystemJumps = []SolarSystemJumpData{}/* 14340 elements not displayed */
View Source
var SolarSystems = []SolarSystemData{}/* 7929 elements not displayed */

Functions

This section is empty.

Types

type JumpGateData

type JumpGateData struct {
	SolarSystemId universe.Id
	X             float64
	Y             float64
	Z             float64
	Name          string
}

type SolarSystemData

type SolarSystemData struct {
	RegionId        universe.Id
	ConstellationId universe.Id
	SolarSystemId   universe.Id
	Name            string
	X               float64
	Y               float64
	Z               float64
	Security        float64
}

type SolarSystemJumpData

type SolarSystemJumpData struct {
	FromSolarSystemId universe.Id
	ToSolarSystemId   universe.Id
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL