The data descriptor files for Gaia Sky.
Go to file
langurmonkey c57fd9bd50
feat: add diffuse scattering material to Saturn ring in base data.
2023-09-29 14:02:59 +02:00
README.md none: update location of Gaia Sky repository. 2022-07-08 09:59:05 +02:00
gaiasky-data.json feat: add diffuse scattering material to Saturn ring in base data. 2023-09-29 14:02:59 +02:00
gaiasky-data_v015.json none: update some checksums. 2022-12-01 12:32:19 +01:00
push-gaiasky-data feat: enable specifying source file in push script, add source for Gaia Sky 3.3.0. 2022-11-23 11:30:06 +01:00

README.md

Gaia Sky data descriptor

This small repository contains the data descriptor file for Gaia Sky. This file is served by a mirror repository and downloaded at startup by Gaia Sky. It defines the catalog and data packs offered by the repository, which Gaia Sky compares to the local (previously downloaded) ones.

Each data pack definition contains a key, a name, a version, a description, some release notes, a link, the type of dataset, the (compressed) size, the number of objects it contains, the main file (usually catalog-[name].json) and a listing of all files in the pack, possibly using wildcards. It also has the sha256 checksum and the location of the dataset file. Here is an example for the DR3-small dataset.

    {
      "key": "gaia-dr3-small",
      "name": "Gaia DR3 small",
      "version": 0,
      "type": "catalog-lod",
      "mingsversion": 30200,
      "description": "Star catalog based on Gaia DR3 with a small number of stars. Contains all stars with up to 10%/0.5% bright/faint parallax relative error.",
      "releasenotes": "- Contains a selection of DR3 and all Hipparcos stars.\n- The cross-match table used is in the archive.\n- Distances are derived from parallaxes (d=1000/plx).\n- Parallaxes are using the corrected terms.\n- Extinction and reddening corrections are applied to magnitudes and colors.",
      "link": "@mirror-url@catalog/dr3/001-small",
      "size": 560062416,
      "nobjects": 8199560,
      "check": "catalog-gaia-dr3-small.json",
      "data": [
        "catalog-gaia-dr3-small.json",
        "catalog/gaia-dr3-small"
      ],
      "sha256": "10754d1e4bfe0ab604b8dc2cddd6776ad76bfea2890a36716ea9c347cf2dcd3c",
      "file": "@mirror-url@catalog/dr3/001-small/v00_20220608/catalog-gaia-dr3-small.tar.gz"
    }