Data & licence

Star catalogue

Celeris uses an adapted catalogue from two sources: the HYG database by Astronexus for the stars, OpenNGC for the deep-sky objects. Both are under CC BY-SA 4.0, and so is this catalogue.

stars.json.gz 443 KB gzip · 1.3 MB unpacked · 9,030 entries · JSON · CC BY-SA 4.0
Download the catalogue

What is in it

The file is a gzip-compressed JSON array of 9,030 objects:

Fields

FieldTypeMeaning
idStringDeterministic UUID, see below
nameStringProper name, otherwise the HR/HIP designation; for Messier objects the Messier number
raHoursNumberRight ascension in hours (J2000)
decDegNumberDeclination in degrees (J2000)
vMagNumber · nullApparent visual magnitude
bVNumber · nullColour index B−V
hipNumber · nullHipparcos number
hrNumber · nullBright Star Catalogue number
typeStringDeep-sky objects only, e.g. Globular Cluster

Example entry:

{
  "id": "3d0242ab-45c1-a393-4bda-b0c1920e03a0",
  "name": "Vega",
  "raHours": 18.61564,
  "decDeg": 38.783692,
  "vMag": 0.03,
  "bV": -0.001,
  "hip": 91262,
  "hr": 7001
}

What was changed against the originals

The script that builds the deep-sky part is in the project under tools/build_messier.py and loads OpenNGC directly from GitHub.

Sources and licence

PartSourceAuthorLicence
8,920 stars HYG Database v4.1 Astronexus (David Nash) CC BY-SA 4.0
110 Messier objects OpenNGC Mattia Verga CC BY-SA 4.0

Both sources are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License, and so is this adapted catalogue.