Feature/meta identifier list (#1357)

Updating asset.meta.identifiers to be dictionary/list instead of string
This commit is contained in:
Micah Acinapura
2020-10-28 09:25:34 -04:00
committed by GitHub
parent d7f799da63
commit cc7c0092a3
165 changed files with 225 additions and 171 deletions
+1 -1
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"}
}
@@ -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"}
}
+1 -1
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"}
}
@@ -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"}
}
@@ -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 })
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -53,5 +53,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "HomeLabel"
Identifiers = {"HomeLabel"}
}
@@ -48,5 +48,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "MilkyWay"
Identifiers = {"MilkyWay"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
+1 -1
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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -86,5 +86,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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -62,5 +62,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT License",
Identifiers = "MilkyWayVolume"
Identifiers = {"MilkyWayVolume"}
}
@@ -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"}
}
@@ -155,6 +155,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"}
}
@@ -111,5 +111,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "EarthAtmosphere"
Identifiers = {"EarthAtmosphere"}
}
@@ -91,5 +91,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Earth,EarthLabel"
Identifiers = {"Earth", "EarthLabel"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -32,5 +32,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "EarthMarker"
Identifiers = {"EarthMarker"}
}
@@ -67,5 +67,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Moon"
Identifiers = {"Moon"}
}
@@ -36,5 +36,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "MoonTrail"
Identifiers = {"MoonTrail"}
}
@@ -36,5 +36,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "EarthTrail"
Identifiers = {"EarthTrail"}
}
@@ -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"}
}
@@ -60,5 +60,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Callisto"
Identifiers = {"Callisto"}
}
@@ -38,5 +38,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "CallistoTrail"
Identifiers = {"CallistoTrail"}
}
@@ -60,5 +60,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Europa"
Identifiers = {"Europa"}
}
@@ -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"}
}
@@ -38,5 +38,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "EuropaTrail"
Identifiers = {"EuropaTrail"}
}
@@ -60,5 +60,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Ganymede"
Identifiers = {"Ganymede"}
}
@@ -38,5 +38,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "GanymedeTrail"
Identifiers = {"GanymedeTrail"}
}
@@ -60,5 +60,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Io"
Identifiers = {"Io"}
}
@@ -38,5 +38,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "IoTrail"
Identifiers = {"IoTrail"}
}
@@ -56,5 +56,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Jupiter,JupiterLabel"
Identifiers = {"Jupiter", "JupiterLabel"}
}
@@ -36,5 +36,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "JupiterTrail"
Identifiers = {"JupiterTrail"}
}
@@ -36,7 +36,7 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "VenusTrailEarth"
Identifiers = {"VenusTrailEarth"}
}
assetHelper.registerSceneGraphNodesAndExport(asset, { JupiterTrailEarth })
@@ -31,5 +31,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "JupiterBarycenter"
Identifiers = {"JupiterBarycenter"}
}
@@ -74,5 +74,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "MarsAtmosphere"
Identifiers = {"MarsAtmosphere"}
}
@@ -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"}
}
@@ -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"}
}
@@ -35,7 +35,7 @@ asset.meta = {
Author = "USGS",
URL = "https://www.uahirise.org",
License = "Esri Master License Agreement",
Identifiers = "HiRISE-LS"
Identifiers = {"HiRISE-LS"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -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"}
}
@@ -85,5 +85,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Mars,MarsLabel"
Identifiers = {"Mars", "MarsLabel"}
}
@@ -67,5 +67,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Deimos,DeimosTrail"
Identifiers = {"Deimos", "DeimosTrail"}
}
@@ -67,5 +67,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "Phobos,PhobosTrail"
Identifiers = {"Phobos", "PhobosTrail"}
}
@@ -37,5 +37,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "MarsTrail"
Identifiers = {"MarsTrail"}
}
@@ -40,5 +40,5 @@ asset.meta = {
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license",
Identifiers = "MarsTrailEarth"
Identifiers = {"MarsTrailEarth"}
}

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