Merging master into session recording changes for issue 1366

This commit is contained in:
GPayne
2020-11-20 10:32:58 -07:00
354 changed files with 2327 additions and 1723 deletions

View File

@@ -18,11 +18,13 @@ asset.require('scene/solarsystem/dwarf_planets/pluto/charon/default_layers')
asset.require('scene/milkyway/milkyway/volume')
asset.require('scene/milkyway/constellations/constellation_art')
asset.require('scene/milkyway/constellations/constellation_keybinds')
asset.require('scene/milkyway/objects/orionnebula/orionnebula')
asset.require('util/launcher_images')
local assetHelper = asset.require('util/asset_helper')
assetHelper.requireAll(asset, 'scene/milkyway/exoplanets')
assetHelper.requireAll(asset, 'scene/digitaluniverse')
asset.require('scene/milkyway/exoplanets/exoplanets_data')
asset.require('scene/milkyway/exoplanets/exoplanets_textures')
asset.require('scene/digitaluniverse/digitaluniverse')
asset.require('customization/globebrowsing')

View File

@@ -1,10 +1,13 @@
-- Add require statements for assets exporting the neccessary globes
-- here we add Mars, Moon and Mercury:
asset.require('../scene/solarsystem/planets/mars/mars')
asset.require('../scene/solarsystem/planets/earth/moon/moon')
asset.require('../scene/solarsystem/planets/mercury/mercury')
----------------------------------------
-- Configuration options for this asset
local CreateFocusNodes = false
local AddMarsLayers = true
local AddMoonLayers = true
local AddMercuryLayers = true
----------------------------------------
-- If you add layers for different planets than listed here, be sure to add an
-- asset.require(...) statement in here similar to the ones that are used below
-- Add folders to this list that contain .info files describing patches
-- OBS: Even on Windows, you have to use forward slashes (/) or double backslashes (\\)
@@ -22,11 +25,11 @@ local vrt_folders = {
-- example: 'C:/OpenSpace/GlobeBrowsingData/Mars/CTX'
-- We recommend using this folder for CTX
openspace.absPath('${BASE}/../OpenSpaceData/Mars/CTX'),
openspace.absPath('G:/OpenSpaceData/Mars/CTX'),
-- if not and you have a custom path for CTX layers, enter it below
'',
-- We recommend using this folder for HiRISE
openspace.absPath('${BASE}/../OpenSpaceData/Mars/HiRISE'),
openspace.absPath('G:/OpenSpaceData/Mars/HiRISE'),
-- if not and you have a custom path for HiRISE layers, enter it below
''
},
@@ -36,8 +39,8 @@ local vrt_folders = {
-- if areas overlap, images from the lower results will overwrite the images from former
-- results
-- example: 'C:/OpenSpace/GlobeBrowsingData/Moon'
openspace.absPath('${BASE}/../OpenSpaceData/Moon'),
openspace.absPath('${BASE}/../OpenSpaceData/Apollo'),
openspace.absPath('G:/OpenSpaceData/Moon'),
openspace.absPath('G:/OpenSpaceData/Apollo'),
''
},
Mercury = {
@@ -46,11 +49,29 @@ local vrt_folders = {
-- if areas overlap, images from the lower results will overwrite the images from former
-- results
-- example: 'C:/OpenSpace/GlobeBrowsingData/Mercury'
openspace.absPath('${BASE}/../OpenSpaceData/Mercury'),
openspace.absPath('G:/OpenSpaceData/Mercury'),
''
}
}
-- Add require statements for assets exporting the neccessary globes
-- here we add Mars, Moon and Mercury:
if AddMarsLayers then
asset.require('../scene/solarsystem/planets/mars/mars')
else
vrt_folders['Mars'] = nil
end
if AddMoonLayers then
asset.require('../scene/solarsystem/planets/earth/moon/moon')
else
vrt_folders['Moon'] = nil
end
if AddMercuryLayers then
asset.require('../scene/solarsystem/planets/mercury/mercury')
else
vrt_folders['Mercury'] = nil
end
asset.onInitialize(function ()
-- Add local patches described at the top of this file
for obj, list in pairs(vrt_folders) do

View File

@@ -64,5 +64,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH), Eric Gawiser (Rutgers U)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "2dF"
Identifiers = {"2dF"}
}

View File

@@ -60,5 +60,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "2MASS"
Identifiers = {"2MASS"}
}

View File

@@ -61,5 +61,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "6dF"
Identifiers = {"6dF"}
}

View File

@@ -70,5 +70,5 @@ asset.meta = {
Author = "Stuart Levy (NCSA/UIUC), Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "Abell"
Identifiers = {"Abell"}
}

View File

@@ -44,7 +44,7 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "StarLabelsAlternate"
Identifiers = {"StarLabelsAlternate"}
}
assetHelper.registerSceneGraphNodesAndExport(asset, { object })

View File

@@ -260,6 +260,6 @@ asset.meta = {
Author = "Brian Abbott (AMNH), OpenSpace Team",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "WMAP,CBE,Planck,PlanckMultiverse1,PlanckMultiverse2" ..
"PlanckMultiverse3,PlanckMultiverse4,HAlpha"
Identifiers = {"WMAP", "CBE", "Planck", "PlanckMultiverse1", "PlanckMultiverse2",
"PlanckMultiverse3", "PlanckMultiverse4", "HAlpha"}
}

View File

@@ -50,5 +50,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "GalaxyClusterLabels"
Identifiers = {"GalaxyClusterLabels"}
}

View File

@@ -53,5 +53,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "ConstellationBounds"
Identifiers = {"ConstellationBounds"}
}

View File

@@ -72,5 +72,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "Constellations,ConstellationsExtragalactic"
Identifiers = {"Constellations", "ConstellationsExtragalactic"}
}

View File

@@ -105,6 +105,6 @@ asset.meta = {
Author = "Nate Greenstein, Matt Everhart, Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "DeepSkyObjects,DeepSkyObjectsImages"
Identifiers = {"DeepSkyObjects", "DeepSkyObjectsImages"}
}

View File

@@ -0,0 +1,36 @@
asset.require('./2dF')
asset.require('./2mass')
asset.require('./6dF')
asset.require('./abell')
asset.require('./alternatestarlabels')
asset.require('./backgroundradiation')
asset.require('./clusters')
asset.require('./constellationbounds')
asset.require('./constellations')
asset.require('./deepsky')
asset.require('./dwarfs')
asset.require('./exoplanets')
asset.require('./globularclusters')
asset.require('./grids')
asset.require('./groups')
asset.require('./h2regions')
asset.require('./kepler')
asset.require('./localdwarfs')
asset.require('./milkyway')
asset.require('./milkyway_arm_labels')
asset.require('./milkyway_data')
asset.require('./milkyway_label')
asset.require('./milkyway_sphere')
asset.require('./obassociations')
asset.require('./openclusters')
asset.require('./planetarynebulae')
asset.require('./pulsars')
asset.require('./quasars')
asset.require('./sdss')
asset.require('./starlabels')
asset.require('./starorbits')
asset.require('./stars')
asset.require('./superclusters')
asset.require('./supernovaremnants')
asset.require('./tully')
asset.require('./voids')

View File

@@ -72,5 +72,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "Dwarfs"
Identifiers = {"Dwarfs"}
}

View File

@@ -61,5 +61,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "Exoplanets"
Identifiers = {"Exoplanets"}
}

View File

@@ -75,5 +75,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "GlobularClusters"
Identifiers = {"GlobularClusters"}
}

View File

@@ -548,8 +548,8 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "RadioSphere,OortSphere,EclipticSphere,EclipticSphereLabels,Equatorial,"
.. "EquatorialSphereLabels,GalacticSphere,GalacticSphereLabels,1ldGrid,1lmGrid,"
.. "1lyGrid,10lyGrid,100lyGrid,1klyGrid,10klyGrid,100klyGrid,1MlyGrid,10MlyGrid,"
.. "100MlyGrid,20GlyGrid"
Identifiers = {"RadioSphere", "OortSphere", "EclipticSphere", "EclipticSphereLabels",
"Equatorial", "EquatorialSphereLabels", "GalacticSphere", "GalacticSphereLabels",
"1ldGrid", "1lmGrid", "1lyGrid", "10lyGrid", "100lyGrid", "1klyGrid", "10klyGrid",
"100klyGrid", "1MlyGrid", "10MlyGrid", "100MlyGrid", "20GlyGrid"}
}

View File

@@ -50,5 +50,5 @@ asset.meta = {
Description = [[Digital Universe asset for Galaxy Groups]],
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "NearbyGalaxyGroups"
Identifiers = {"NearbyGalaxyGroups"}
}

View File

@@ -63,5 +63,5 @@ asset.meta = {
Author = "Carter Emmart, Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "HIIRegions"
Identifiers = {"HIIRegions"}
}

View File

@@ -58,5 +58,5 @@ asset.meta = {
Author = "Brian Abbott, Emily Rice, and Jason No (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "KeplerPlanetaryCandidates"
Identifiers = {"KeplerPlanetaryCandidates"}
}

View File

@@ -64,5 +64,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "LocalDwarfGalaxies"
Identifiers = {"LocalDwarfGalaxies"}
}

View File

@@ -44,5 +44,5 @@ asset.meta = {
Author = "Brian Abbott, Carter Emmart (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "MilkyWayGalaxyImage"
Identifiers = {"MilkyWayGalaxyImage"}
}

View File

@@ -59,5 +59,5 @@ asset.meta = {
any damage resulting from the use of this Atlas. The entire risk as to the quality
and performance of this product is with the user. <br><br> For more information,
please visit http://www.haydenplanetarium.org/universe]],
Identifiers = "MilkyWayGalaxyArmLabelsImage"
Identifiers = {"MilkyWayGalaxyArmLabelsImage"}
}

View File

@@ -53,5 +53,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "HomeLabel"
Identifiers = {"HomeLabel"}
}

View File

@@ -48,5 +48,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "MilkyWay"
Identifiers = {"MilkyWay"}
}

View File

@@ -67,5 +67,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "OBAssociations"
Identifiers = {"OBAssociations"}
}

View File

@@ -63,5 +63,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "OpenStarClusters"
Identifiers = {"OpenStarClusters"}
}

View File

@@ -60,5 +60,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "PlanetaryNebulae"
Identifiers = {"PlanetaryNebulae"}
}

View File

@@ -64,5 +64,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "Pulsars"
Identifiers = {"Pulsars"}
}

View File

@@ -58,5 +58,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "Quasars"
Identifiers = {"Quasars"}
}

View File

@@ -73,5 +73,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "SloanDigitalSkySurvey"
Identifiers = {"SloanDigitalSkySurvey"}
}

View File

@@ -42,5 +42,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "StarsLabels"
Identifiers = {"StarsLabels"}
}

View File

@@ -187,6 +187,6 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "SunOrbit,BarnardsOrbit,KapteynsOrbit,pM_J13420Orbit,LSR1826Orbit," ..
"LSRJ0822Orbit,lacaille9352Orbit"
Identifiers = {"SunOrbit", "BarnardsOrbit", "KapteynsOrbit", "pM_J13420Orbit",
"LSR1826Orbit", "LSRJ0822Orbit", "lacaille9352Orbit"}
}

View File

@@ -66,7 +66,8 @@ local sunstar = {
MagnitudeExponent = 6.2,
SizeComposition = "Distance Modulus",
RenderMethod = "Texture Based", -- or PSF
FadeInDistances = { 0.0001, 0.1 }
FadeInDistances = { 0.0001, 0.1 },
RenderableType = "PostDeferredTransparent"
},
GUI = {
Name = "Sun",
@@ -86,5 +87,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "Stars"
Identifiers = {"Stars"}
}

View File

@@ -58,5 +58,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "GalaxySuperclusters"
Identifiers = {"GalaxySuperclusters"}
}

View File

@@ -59,5 +59,5 @@ asset.meta = {
Author = "Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "SupernovaRemnants"
Identifiers = {"SupernovaRemnants"}
}

View File

@@ -124,5 +124,5 @@ asset.meta = {
Author = "Stuart Levy (NCSA/UIUC), Brian Abbott (AMNH)",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "TullyGalaxies,TullyGalaxiesImages"
Identifiers = {"TullyGalaxies" , "TullyGalaxiesImages"}
}

View File

@@ -50,5 +50,5 @@ asset.meta = {
Description = [[Digital Universe asset for Cosmic voids.]],
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "Voids"
Identifiers = {"Voids"}
}

View File

@@ -62,5 +62,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT License",
Identifiers = "MilkyWayVolume"
Identifiers = {"MilkyWayVolume"}
}

View File

@@ -16,7 +16,7 @@ local OrionClusterStars = {
Type = "RenderableStars",
File = sync .. "/oricluster.speck",
Texture = sync .. "/halo.png",
Texture = sync .. "/colorbv.cmap",
ColorMap = sync .. "/colorbv.cmap",
MagnitudeExponent = 5.02,
SizeComposition = "Distance Modulus",
RenderMethod = "Texture Based"
@@ -49,5 +49,5 @@ cluster distribution. ]],
Author = "AMNH Digital Universe",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "OrionClusterStars"
Identifiers = {"OrionClusterStars"}
}

View File

@@ -54,8 +54,9 @@ local OrionNebulaModel = {
Opacity = 1.0,
DisableFaceCulling = false,
SpecularIntensity = 0.0,
AmbientIntensity = 0.45,
DiffuseIntensity = 0.0,
AmbientIntensity = 0.0,
DiffuseIntensity = 1.0,
--PerformShading = false,
RotationVector = { 0.000000, 22.300000, 0.000000 },
LightSources = LIGHTS;
},
@@ -85,8 +86,9 @@ local OrionNebulaShocksModel = {
Opacity = 1.0,
DisableFaceCulling = false,
SpecularIntensity = 0.0,
AmbientIntensity = 0.19,
DiffuseIntensity = 0.4,
AmbientIntensity = 0.0,
DiffuseIntensity = 1.0,
--PerformShading = false,
RotationVector = { 0.000000, 22.300000, 0.000000 },
LightSources = LIGHTS;
},
@@ -116,8 +118,9 @@ local OrionNebulaProplydsModel = {
Opacity = 1.0,
DisableFaceCulling = false,
SpecularIntensity = 0.0,
AmbientIntensity = 1.0,
AmbientIntensity = 0.0,
DiffuseIntensity = 1.0,
--PerformShading = false,
RotationVector = { 0.000000, 22.300000, 0.000000 },
LightSources = LIGHTS;
},
@@ -155,6 +158,6 @@ and the bow shocks are part of the outward rush of material. ]],
Author = "AMNH Digital Universe",
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
License = "AMNH Digital Universe",
Identifiers = "OrionNebulaModel,OrionNebulaModel,OrionNebulaProplydsModel,"..
"OrionNebulaShocksModel"
Identifiers = {"OrionNebulaModel", "OrionNebulaModel", "OrionNebulaProplydsModel",
"OrionNebulaShocksModel"}
}

View File

@@ -111,5 +111,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "EarthAtmosphere"
Identifiers = {"EarthAtmosphere"}
}

View File

@@ -91,5 +91,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Earth,EarthLabel"
Identifiers = {"Earth", "EarthLabel"}
}

View File

@@ -35,5 +35,5 @@ asset.meta = {
Author = "NASA EOSDIS Global Imagery Browse Services",
URL = "https://earthdata.nasa.gov/eosdis/science-system-description/eosdis-components/gibs",
License = "NASA",
Identifiers = "AMSR2_GCOM_W1_Sea_Ice_Concentration_Temporal"
Identifiers = {"AMSR2_GCOM_W1_Sea_Ice_Concentration_Temporal"}
}

View File

@@ -40,5 +40,5 @@ asset.meta = {
Author = "NASA EOSDIS Global Imagery Browse Services",
URL = "https://earthdata.nasa.gov/eosdis/science-system-description/eosdis-components/gibs",
License = "NASA",
Identifiers = "Aqua_Modis_Temporal"
Identifiers = {"Aqua_Modis_Temporal"}
}

View File

@@ -24,5 +24,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "https://visibleearth.nasa.gov/collection/1484/blue-marble",
License = "NASA",
Identifiers = "BMNG_Sweden"
Identifiers = {"BMNG_Sweden"}
}

View File

@@ -24,5 +24,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "https://visibleearth.nasa.gov/collection/1484/blue-marble",
License = "NASA",
Identifiers = "BMNG_Utah"
Identifiers = {"BMNG_Utah"}
}

View File

@@ -30,5 +30,5 @@ asset.meta = {
Author = "ESRI",
URL = "https://www.arcgis.com/home/item.html?id=21b4ba14d9e5472d97afcbb819f7368e",
License = "Esri Master License Agreement",
Identifiers = "ESRI_Imagery_World_2D"
Identifiers = {"ESRI_Imagery_World_2D"}
}

View File

@@ -56,5 +56,5 @@ asset.meta = {
Author = "OpenSpace Tem",
URL = "http://www.openspaceproject.com",
License = "MIT License",
Identifiers = "ESRI_VIIRS_Combo"
Identifiers = {"ESRI_VIIRS_Combo"}
}

View File

@@ -31,5 +31,5 @@ asset.meta = {
Author = "ESRI",
URL = "https://www.arcgis.com/home/item.html?id=10df2279f9684e4a9f6a7f08febac2a9",
License = "Esri Master License Agreement",
Identifiers = "ESRI_World_Imagery"
Identifiers = {"ESRI_World_Imagery"}
}

View File

@@ -19,5 +19,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "https://visibleearth.nasa.gov/collection/1484/blue-marble",
License = "NASA",
Identifiers = "Blue_Marble"
Identifiers = {"Blue_Marble"}
}

View File

@@ -34,5 +34,5 @@ asset.meta = {
URL = "https://earthdata.nasa.gov/eosdis/science-system-description/" ..
"eosdis-components/gibs",
License = "NASA",
Identifiers = "GHRSST_L4_G1SST_Sea_Surface_Temperature_Temporal"
Identifiers = {"GHRSST_L4_G1SST_Sea_Surface_Temperature_Temporal"}
}

View File

@@ -32,5 +32,5 @@ asset.meta = {
URL = "https://earthdata.nasa.gov/eosdis/science-system-description/"..
"eosdis-components/gibs",
License = "NASA",
Identifiers = "GHRSST_L4_MUR_Sea_Surface_Temperature_Temporal"
Identifiers = {"GHRSST_L4_MUR_Sea_Surface_Temperature_Temporal"}
}

View File

@@ -32,5 +32,5 @@ asset.meta = {
URL = "https://earthdata.nasa.gov/eosdis/science-system-description/" ..
"eosdis-components/gibs",
License = "NASA",
Identifiers = "MODIS_Terra_Chlorophyll_A_Temporal"
Identifiers = {"MODIS_Terra_Chlorophyll_A_Temporal"}
}

View File

@@ -32,5 +32,5 @@ asset.meta = {
URL = "https://earthdata.nasa.gov/eosdis/science-system-description/"..
"eosdis-components/gibs",
License = "NASA",
Identifiers = "Terra_Modis_Temporal"
Identifiers = {"Terra_Modis_Temporal"}
}

View File

@@ -32,5 +32,5 @@ asset.meta = {
URL = "https://earthdata.nasa.gov/eosdis/science-system-description/" ..
"eosdis-components/gibs",
License = "NASA",
Identifiers = "VIIRS_SNPP_Temporal"
Identifiers = {"VIIRS_SNPP_Temporal"}
}

View File

@@ -18,5 +18,5 @@ asset.meta = {
Author = "NASA",
URL = "https://visibleearth.nasa.gov/collection/1484/blue-marble",
License = "NASA",
Identifiers = "Earth_Bluemarble_Height"
Identifiers = {"Earth_Bluemarble_Height"}
}

View File

@@ -31,5 +31,5 @@ asset.meta = {
Author = "ESRI",
URL = "https://www.arcgis.com/home/item.html?id=1b48cd3b6276416784fe90a68c580a89",
License = "Esri Master License Agreement",
Identifiers = "Terrain_tileset"
Identifiers = {"Terrain_tileset"}
}

View File

@@ -26,5 +26,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "https://visibleearth.nasa.gov/images/79765/night-lights-2012-map",
License = "NASA",
Identifiers = "Earth_at_Night_2012"
Identifiers = {"Earth_at_Night_2012"}
}

View File

@@ -47,5 +47,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "https://worldview.earthdata.nasa.gov/?l=VIIRS_SNPP_DayNightBand_ENCC",
License = "NASA",
Identifiers = "Earth_at_Night_Temporal"
Identifiers = {"Earth_at_Night_Temporal"}
}

View File

@@ -17,5 +17,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "https://visibleearth.nasa.gov/collection/1484/blue-marble",
License = "NASA",
Identifiers = "Earth_Night_Texture"
Identifiers = {"Earth_Night_Texture"}
}

View File

@@ -32,5 +32,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "EarthMarker"
Identifiers = {"EarthMarker"}
}

View File

@@ -67,5 +67,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Moon"
Identifiers = {"Moon"}
}

View File

@@ -36,5 +36,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "MoonTrail"
Identifiers = {"MoonTrail"}
}

View File

@@ -36,5 +36,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "EarthTrail"
Identifiers = {"EarthTrail"}
}

View File

@@ -89,5 +89,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "EarthBarycenter,EarthCenter,EarthInertial,EarthIAU"
Identifiers = {"EarthBarycenter", "EarthCenter", "EarthInertial", "EarthIAU"}
}

View File

@@ -60,5 +60,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Callisto"
Identifiers = {"Callisto"}
}

View File

@@ -38,5 +38,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "CallistoTrail"
Identifiers = {"CallistoTrail"}
}

View File

@@ -60,5 +60,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Europa"
Identifiers = {"Europa"}
}

View File

@@ -31,5 +31,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Europa/Voyager-Galileo/" ..
"Europa_Voyager_GalileoSSI_global_mosaic_500m",
License = "NASA/PDS",
Identifiers = "Voyager_Global_Mosaic"
Identifiers = {"Voyager_Global_Mosaic"}
}

View File

@@ -38,5 +38,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "EuropaTrail"
Identifiers = {"EuropaTrail"}
}

View File

@@ -60,5 +60,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Ganymede"
Identifiers = {"Ganymede"}
}

View File

@@ -38,5 +38,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "GanymedeTrail"
Identifiers = {"GanymedeTrail"}
}

View File

@@ -60,5 +60,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Io"
Identifiers = {"Io"}
}

View File

@@ -38,5 +38,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "IoTrail"
Identifiers = {"IoTrail"}
}

View File

@@ -56,5 +56,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Jupiter,JupiterLabel"
Identifiers = {"Jupiter", "JupiterLabel"}
}

View File

@@ -36,5 +36,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "JupiterTrail"
Identifiers = {"JupiterTrail"}
}

View File

@@ -36,7 +36,7 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "VenusTrailEarth"
Identifiers = {"VenusTrailEarth"}
}
assetHelper.registerSceneGraphNodesAndExport(asset, { JupiterTrailEarth })

View File

@@ -31,5 +31,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "JupiterBarycenter"
Identifiers = {"JupiterBarycenter"}
}

View File

@@ -74,5 +74,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "MarsAtmosphere"
Identifiers = {"MarsAtmosphere"}
}

View File

@@ -38,5 +38,5 @@ asset.meta = {
Author = "esri_astro",
URL = "https://www.arcgis.com/home/item.html?id=c1c4c750a2154842ae523c984cc14fa5",
License = "Esri Master License Agreement",
Identifiers = "HiRISE-PSP"
Identifiers = {"HiRISE-PSP"}
}

View File

@@ -42,5 +42,5 @@ asset.meta = {
Author = "Caltech Murray Lab",
URL = "http://murray-lab.caltech.edu/CTX/",
License = "Esri Master License Agreement",
Identifiers = "CTX_blended_01"
Identifiers = {"CTX_blended_01"}
}

View File

@@ -35,7 +35,7 @@ asset.meta = {
Author = "USGS",
URL = "https://www.uahirise.org",
License = "Esri Master License Agreement",
Identifiers = "HiRISE-LS"
Identifiers = {"HiRISE-LS"}
}

View File

@@ -33,5 +33,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://www.openspaceproject.com",
License = "NASA/PDS",
Identifiers = "MOLA_HRSC_Sweden"
Identifiers = {"MOLA_HRSC_Sweden"}
}

View File

@@ -33,5 +33,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://www.openspaceproject.com",
License = "NASA/PDS",
Identifiers = "MOC_WA_Color_Utah"
Identifiers = {"MOC_WA_Color_Utah"}
}

View File

@@ -26,5 +26,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://www.openspaceproject.com",
License = "NASA/PDS",
Identifiers = "MOLA_HRSC_Sweden"
Identifiers = {"MOLA_HRSC_Sweden"}
}

View File

@@ -26,5 +26,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://www.openspaceproject.com",
License = "NASA/PDS",
Identifiers = "MOLA_HRSC_Sweden"
Identifiers = {"MOLA_HRSC_Sweden"}
}

View File

@@ -37,5 +37,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/GlobalSurveyor/MOLA/" ..
"Mars_MGS_MOLA_ClrShade_merge_global_463m",
License = "NASA/PDS",
Identifiers = "MOLA_Pseudo_Color_Sweden"
Identifiers = {"MOLA_Pseudo_Color_Sweden"}
}

View File

@@ -37,5 +37,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/GlobalSurveyor/MOLA/" ..
"Mars_MGS_MOLA_ClrShade_merge_global_463m",
License = "NASA/PDS",
Identifiers = "MOLA_Pseudo_Color_Utah"
Identifiers = {"MOLA_Pseudo_Color_Utah"}
}

View File

@@ -34,5 +34,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/Odyssey/THEMIS-IR-Mosaic-ASU/" ..
"Mars_MO_THEMIS-IR-Day_mosaic_global_100m_v12",
License = "NASA/PDS",
Identifiers = "Themis_IR_Day_Sweden"
Identifiers = {"Themis_IR_Day_Sweden"}
}

View File

@@ -34,5 +34,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/Odyssey/THEMIS-IR-Mosaic-ASU/" ..
"Mars_MO_THEMIS-IR-Day_mosaic_global_100m_v12",
License = "NASA/PDS",
Identifiers = "Themis_IR_Day_Utah"
Identifiers = {"Themis_IR_Day_Utah"}
}

View File

@@ -35,5 +35,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/Odyssey/THEMIS-IR-Mosaic-ASU/" ..
"Mars_MO_THEMIS-IR-Night_mosaic_60N60S_100m_v14",
License = "NASA/PDS",
Identifiers = "Themis_IR_Night_Sweden"
Identifiers = {"Themis_IR_Night_Sweden"}
}

View File

@@ -35,5 +35,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/Odyssey/THEMIS-IR-Mosaic-ASU/" ..
"Mars_MO_THEMIS-IR-Night_mosaic_60N60S_100m_v14",
License = "NASA/PDS",
Identifiers = "Themis_IR_Night_Utah"
Identifiers = {"Themis_IR_Night_Utah"}
}

View File

@@ -42,5 +42,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/Viking/MDIM21/" ..
"Mars_Viking_MDIM21_ClrMosaic_global_232m",
License = "NASA/PDS",
Identifiers = "Viking_MDIM_Sweden"
Identifiers = {"Viking_MDIM_Sweden"}
}

View File

@@ -42,5 +42,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/Viking/MDIM21/" ..
"Mars_Viking_MDIM21_ClrMosaic_global_232m",
License = "NASA/PDS",
Identifiers = "Viking_MDIM_Utah"
Identifiers = {"Viking_MDIM_Utah"}
}

View File

@@ -33,7 +33,7 @@ asset.meta = {
Author = "USGS",
URL = "https://www.uahirise.org",
License = "Esri Master License Agreement",
Identifiers = "HiRISE-LS-DEM"
Identifiers = {"HiRISE-LS-DEM"}
}

View File

@@ -38,5 +38,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/GlobalSurveyor/MOLA/" ..
"Mars_MGS_MOLA_DEM_mosaic_global_463m",
License = "NASA/PDS",
Identifiers = "Mola_Europe"
Identifiers = {"Mola_Europe"}
}

View File

@@ -38,5 +38,5 @@ asset.meta = {
URL = "https://astrogeology.usgs.gov/search/map/Mars/GlobalSurveyor/MOLA/" ..
"Mars_MGS_MOLA_DEM_mosaic_global_463m",
License = "NASA/PDS",
Identifiers = "Mola_Utah"
Identifiers = {"Mola_Utah"}
}

View File

@@ -85,5 +85,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Mars,MarsLabel"
Identifiers = {"Mars", "MarsLabel"}
}

View File

@@ -67,5 +67,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Deimos,DeimosTrail"
Identifiers = {"Deimos", "DeimosTrail"}
}

Some files were not shown because too many files have changed in this diff Show More