{
  "key": "default-data",
  "name": "Base data pack",
  "type": "data-pack",
  "version": 59,
  "mingsversion": 3070102,
  "size": 111523755,
  "nobjects": 9914,
  "description": "Required data pack.\nFor Gaia Sky 3.7.1 and above. Contains the solar system planets and moons, minor planets, satellites, orbits, constellations, the Milky Way, grids, locations and other important objects. Without this data pack Gaia Sky won't start.",
  "releasenotes": [
    "Update Milky Way datasets' parameters for new renderer.",
    "Separate Milky Way into half- and full-resolution objects.",
    "Update galaxy textures.",
    "Remove unused Mily Way textures in `tex/base/mw-sprites` directory.",
    "Update Milky Way particle data files.",
    "Add locations of successfully landed robotic Mars missions."
  ],
  "creator": "Toni Sagristà, tsagrista@ari.uni-heidelberg.de",
  "link": "@mirror-url@basedata",
  "links": [
    "@mirror-url@basedata",
    "https://gaiasky.space/resources/datasets"
  ],
  "credits": [
    "Gaia Sky development team",
    "ESA/Gaia/DPAC",
    "ESA/Planck/C. North",
    "Visible Earth, Reto Stöckli, NASA Earth Observatory",
    "U.S. Geological Service",
    "Stefan Payne-Wardenaar",
    "Solar System Scope, www.solarsystemscope.com",
    "Tom Patterson, www.shadedrelief.com",
    "Phil Stooke, Grant Hutchison"
  ],
  "check": "$data/default-data/dataset.json",
  "files": [
    "$data/default-data"
  ],
  "data": [
    {
      "loader": "gaiasky.data.JsonLoader",
      "files": [
        "$data/default-data/sun.json",
        "$data/default-data/planets.json",
        "$data/default-data/moons.json",
        "$data/default-data/outer-moons.json",
        "$data/default-data/satellites.json",
        "$data/default-data/orbits-planet.json",
        "$data/default-data/orbits-moon.json",
        "$data/default-data/orbits-satellite.json",
        "$data/default-data/universe.json",
        "$data/default-data/extra.json",
        "$data/default-data/locations.json",
        "$data/default-data/locations-earth.json",
        "$data/default-data/locations-earth-cities.json",
        "$data/default-data/locations-earth-countries.json",
        "$data/default-data/locations-mars.json",
        "$data/default-data/locations-mars-missions-robotic.json",
        "$data/default-data/locations-moon.json",
        "$data/default-data/locations-moon-missions-crewed.json",
        "$data/default-data/locations-moon-missions-robotic.json",
        "$data/default-data/asteroids.json",
        "$data/default-data/orbits-asteroid.json",
        "$data/default-data/constellations.json",
        "$data/default-data/constellation-boundaries.json"
      ]
    },
    {
      "loader": "gaiasky.data.GeoJsonLoader",
      "files": [
        "$data/default-data/countries/countries.geo.json"
      ]
    }
  ]
}