I.N.T.R.A.
Tactical Reconnaissance Analysis

Data downloads

The following data are available:

Spreadsheet with CNB and RES information
3311-01-22 04h
18 minutes ago
Populated systems with Shop and Arena information
3311-01-22 04h
18 minutes ago

Schema

Arena list

CSV rows with header line.

Each row contains comma-separated CNB and RES data for each populated system. The tabulation is designed for browsing manually via spreadsheet program.

System row
System
The full system name.
CNB 3.8
Navigation beacon status reported from Elite 3.8.
Values: Yes, No, ?.
CNB 4.0
Navigation beacon status reported from Elite 4.0.
Values: Yes, No, ?.
Hazardous RES
Hazardous RES distance and body if known, otherwise its RES report status.
Values: Present, None, ?.
High RES
High RES position if known, otherwise its RES report status.
Values: Present, None, ?.
Medium RES
Medium RES position if known, otherwise its RES report status.
Values: Present, None, ?.
Low RES
Low RES position if known, otherwise its RES report status.
Values: Present, None, ?.
RES status
Combined RES report status for the system.
Values: Confirmed, Declared, Reported, Unknown.

System data supplement

JSON lines with Gzip compression.

Each line contains a JSON object with station, CNB and RES data for each populated system. Various different keys for joining that to existing data are also provided.

System object
name
String
The full system name.
addr
Integer
The SystemAddress ID value as reported by Elite.
edsm
Integer
If known, the system ID used by EDSM.
Sentinel: -1 if no EDSM ID is stored.
eddb
Integer
If known, the system ID used by EDDB.
Sentinel: -1 if no EDDB ID is stored.
port_d
Number
If present, the distance in light-seconds to the closest starport.
Sentinel: -1 if the system contains no starports.
post_d
Number
If present, the distance in light-seconds to the closest outpost.
Sentinel: -1 if the system contains no outposts.
cnb3
Integer
Navigation beacon status reported from Elite 3.8.
Values: 1 for CNB, 0 for NB, -1 if no report exists.
cnb3_t
Integer
Timestamp of the most recent beacon status report from Elite 3.8.
Sentinel: -1 if no report exists.
cnb4
Integer
Navigation beacon status reported from Elite 4.0.
Values: 1 for CNB, 0 for NB, -1 if no report exists.
cnb4_t
Integer
Timestamp of the most recent beacon status report from Elite 4.0.
Sentinel: -1 if no report exists.
ring_d
Number
If present, the distance in light-seconds to the closest planetary ring.
If a RES is reported, this could be used to estimate its distance.
Sentinel: -1 if the system contains no rings.
ring_b
String
If present, the name of the closest body in-system with a planetary ring.
Names starting with «+» are expressed as a system name suffix.
visit
Integer
The number of times this system has received Arena data.
Missing RESs can be considered probably absent if the visit counter is high.
haz
Object
Hazardous RES status.
hi
Object
High RES status.
med
Object
Medium RES status.
low
Object
Low RES status.
RES object
r
Integer
RES presence status reported via INTRA.
Use the visit counter to decide whether an unreported RES may be present.
Values: 1 if a RES has been reported, otherwise 0.
c
Integer
RES status confirmed manually.
Values: 1 if confirmed present, 0 if confirmed absent, otherwise -1.
d
Number
The distance in light-seconds to the closest body with this RES type in its planetary rings.
Sentinel: -1 if no RES is reported or confirmed to be present, or if a RES is reported but has no body specified.
b
String
The name of the closest body in-system with this RES type in its planetary rings.
Names starting with «+» are expressed as a system name suffix.
Sentinel: Empty string if no RES is reported or confirmed to be present, or if a RES is reported but has no body specified.