Skip to content

astro.Interface.SectorGridPosition

github-actions[bot] edited this page Aug 26, 2026 · 73 revisions

@elite-dangerous-almanac/core / astro / SectorGridPosition

Interface: SectorGridPosition

Defined in: src/astro/sector-name.ts:42

Integer position of a sector on the galaxy's sector grid.

Each axis indexes a 1280 ly cube. x and z span the full 7-bit range (0–127); y only reaches 0–63 for real systems (the system-address format has a 6-bit y field), but the naming algorithm itself treats all three as 7-bit.

Example

import type { SectorGridPosition } from '@elite-dangerous-almanac/core/astro/sector-name';

const sector: SectorGridPosition = { sectorX: 39, sectorY: 31, sectorZ: 18 };

Properties

sectorX

readonly sectorX: number

Defined in: src/astro/sector-name.ts:44

Sector index along the galactic X axis (0–127).


sectorY

readonly sectorY: number

Defined in: src/astro/sector-name.ts:46

Sector index along the galactic Y axis (0–63 for addressable systems).


sectorZ

readonly sectorZ: number

Defined in: src/astro/sector-name.ts:48

Sector index along the galactic Z axis (0–127).

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (16)
Type Aliases (3)
Variables (11)
Functions (37)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally