From EVEDev
[edit] Structure
staStations
| List of all stations.
|
| Column
| Links to
| Used
| Note
|
| stationID
| mapDenormalize.itemID
| *
| Unique ID of station. Should be primary key.
|
| security
|
| *
| Security level of station.
|
| dockingCostPerVolume
|
|
| Cost of docking per ship volume.
|
| maxShipVolumeDockable
|
| *
| Maximum volume of ship that can dock here.
|
| officeRentalCost
|
| *
| Cost of office rent. Should be not static data? Perhaps is base price.
|
| operationID
| staOperations.operationID
| *
| Operation mode of this station.
|
| stationTypeID
| staStationTypes.stationTypeID
| *
| typeID of station.
|
| corporationID
| chrNPCCorporations.corporationID
| *
| ID of owning corporation.
|
| solarSystemID
| mapSolarSystems.solarSystemID
| *
| Solar system where station is located.
|
| constellationID
| mapConstellations.constellationID
| *
| Constellation where station is located.
|
| regionID
| mapRegions.regionID
| *
| Region where station is located.
|
| stationName
|
| *
| Name of station. Also see eveNames table linked on staStations.stationID=eveNames.itemID.
|
| x
|
| *
| X coordinate of station, relative of Solar system center.
|
| y
|
| *
| Y coordinate of station, relative of Solar system center.
|
| z
|
| *
| Z coordinate of station, relative of Solar system center.
|
| reprocessingEfficiency
|
| *
| Reprocessing efficiency of station.
|
| reprocessingStationsTake
|
| *
| Reprocessing mineral cost of station.
|
| reprocessingHangarFlag
|
|
| Unknown.
|
| capitalStation
|
|
| Not used in static dump.
|
| ownershipDateTime
|
|
| Not used in static dump.
|
| upgradeLevel
|
|
| Not used in static dump.
|
| customServiceMask
|
|
| Not used in static dump.
|
[edit] Examples