mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Rename Generative to Prototyped; Remove restriction on date format
This commit is contained in:
@@ -4,19 +4,19 @@ local layer = {
|
||||
Identifier = "AMSR2_GCOM_W1_Sea_Ice_Concentration_Temporal",
|
||||
Name = "AMSR2 GCOM W1 Sea Ice Concentration (Temporal)",
|
||||
Type = "TemporalTileLayer",
|
||||
Generative = {
|
||||
Prototyped = {
|
||||
Time = {
|
||||
Start = "2012-05-08",
|
||||
End = "Yesterday"
|
||||
},
|
||||
TemporalResolution = "1d",
|
||||
TimeFormat = "YYYY-MM-DD",
|
||||
Prototype = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"AMSRU2_Sea_Ice_Concentration_12km",
|
||||
"2km",
|
||||
"png"
|
||||
)
|
||||
},
|
||||
FilePath = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"AMSRU2_Sea_Ice_Concentration_12km",
|
||||
"2km",
|
||||
"png"
|
||||
),
|
||||
Description = [[ Temporal coverage: 02 July 2012 - Present. The Advanced Microwave
|
||||
Scanning Radiometer-E/Advanced Microwave Scanning Radiometer-2 (AMSR-E/AMSR2)
|
||||
unified "Sea Ice Concentration (12 km)" layer displays the percent of sea ice
|
||||
|
||||
@@ -4,19 +4,19 @@ local layer = {
|
||||
Identifier = "Aqua_Modis_Temporal",
|
||||
Name = "Aqua Modis (Temporal)",
|
||||
Type = "TemporalTileLayer",
|
||||
Generative = {
|
||||
Prototyped = {
|
||||
Time = {
|
||||
Start = "2002-07-04",
|
||||
End = "Yesterday"
|
||||
},
|
||||
TemporalResolution = "1d",
|
||||
TimeFormat = "YYYY-MM-DD",
|
||||
Prototype = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"MODIS_Aqua_CorrectedReflectance_TrueColor",
|
||||
"250m",
|
||||
"jpg"
|
||||
)
|
||||
},
|
||||
FilePath = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"MODIS_Aqua_CorrectedReflectance_TrueColor",
|
||||
"250m",
|
||||
"jpg"
|
||||
),
|
||||
Description = [[ Temporal coverage: 03 July 2002 - Present. True Color: Red = Band 1,
|
||||
Green = Band 4, Blue = Band 3. These images are called true-color or natural color
|
||||
because this combination of wavelengths is similar to what the human eye would see.
|
||||
|
||||
@@ -13,19 +13,19 @@ local layer = {
|
||||
Identifier = "Temporal_VIIRS_SNPP",
|
||||
Name = "Temporal VIIRS SNPP",
|
||||
Type = "TemporalTileLayer",
|
||||
Generative = {
|
||||
Prototyped = {
|
||||
Time = {
|
||||
Start = "2015-11-24",
|
||||
End = "Today"
|
||||
},
|
||||
TemporalResolution = "1d",
|
||||
TimeFormat = "YYYY-MM-DD",
|
||||
Prototype = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"VIIRS_SNPP_CorrectedReflectance_TrueColor",
|
||||
"250m",
|
||||
"jpg"
|
||||
)
|
||||
},
|
||||
FilePath = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"VIIRS_SNPP_CorrectedReflectance_TrueColor",
|
||||
"250m",
|
||||
"jpg"
|
||||
),
|
||||
PadTiles = false
|
||||
}
|
||||
},
|
||||
|
||||
@@ -4,19 +4,19 @@ local layer = {
|
||||
Identifier = "GHRSST_L4_G1SST_Sea_Surface_Temperature_Temporal",
|
||||
Name = "GHRSST L4 G1SST Sea Surface Temperature (Temporal)",
|
||||
Type = "TemporalTileLayer",
|
||||
Generative = {
|
||||
Prototyped = {
|
||||
Time = {
|
||||
Start = "2010-06-21",
|
||||
End = "2019-12-08"
|
||||
},
|
||||
TemporalResolution = "1d",
|
||||
TimeFormat = "YYYY-MM-DD",
|
||||
Prototype = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"GHRSST_L4_G1SST_Sea_Surface_Temperature",
|
||||
"1km",
|
||||
"png"
|
||||
)
|
||||
},
|
||||
FilePath = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"GHRSST_L4_G1SST_Sea_Surface_Temperature",
|
||||
"1km",
|
||||
"png"
|
||||
),
|
||||
Description = [[ Temporal coverage: 21 June 2010 - 08 December 2019. The imagery
|
||||
resolution is 1 km, and the temporal resolution is daily.]],
|
||||
Author = "NASA EOSDIS Global Imagery Browse Services"
|
||||
|
||||
@@ -4,19 +4,19 @@ local layer = {
|
||||
Identifier = "GHRSST_L4_MUR_Sea_Surface_Temperature_Temporal",
|
||||
Name = "GHRSST L4 MUR Sea Surface Temperature (Temporal)",
|
||||
Type = "TemporalTileLayer",
|
||||
Generative = {
|
||||
Prototyped = {
|
||||
Time = {
|
||||
Start = "2002-06-01",
|
||||
End = "Yesterday"
|
||||
},
|
||||
TemporalResolution = "1d",
|
||||
TimeFormat = "YYYY-MM-DD",
|
||||
Prototype = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"GHRSST_L4_MUR_Sea_Surface_Temperature",
|
||||
"1km",
|
||||
"png"
|
||||
)
|
||||
},
|
||||
FilePath = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"GHRSST_L4_MUR_Sea_Surface_Temperature",
|
||||
"1km",
|
||||
"png"
|
||||
),
|
||||
Description = [[ Temporal coverage: 01 June 2002 - Present. The imagery resolution
|
||||
is 1 km, and the temporal resolution is daily.]]
|
||||
}
|
||||
|
||||
@@ -4,19 +4,19 @@ local layer = {
|
||||
Identifier = "MODIS_Terra_Chlorophyll_A_Temporal",
|
||||
Name = "MODIS Terra Chlorophyll A (Temporal)",
|
||||
Type = "TemporalTileLayer",
|
||||
Generative = {
|
||||
Prototyped = {
|
||||
Time = {
|
||||
Start = "2013-07-02",
|
||||
End = "Yesterday"
|
||||
},
|
||||
TemporalResolution = "1d",
|
||||
TimeFormat = "YYYY-MM-DD",
|
||||
Prototype = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"MODIS_Terra_Chlorophyll_A",
|
||||
"1km",
|
||||
"png"
|
||||
)
|
||||
},
|
||||
FilePath = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"MODIS_Terra_Chlorophyll_A",
|
||||
"1km",
|
||||
"png"
|
||||
),
|
||||
Description = [[ Temporal coverage: 02 July 2013 - Present. The imagery resolution
|
||||
is 1 km, and the temporal resolution is daily.]]
|
||||
}
|
||||
|
||||
@@ -4,19 +4,19 @@ local layer = {
|
||||
Identifier = "Terra_Modis_Temporal",
|
||||
Name = "Terra Modis (Temporal)",
|
||||
Type = "TemporalTileLayer",
|
||||
Generative = {
|
||||
Prototyped = {
|
||||
Time = {
|
||||
Start = "2000-02-24",
|
||||
End = "Yesterday"
|
||||
},
|
||||
TemporalResolution = "1d",
|
||||
TimeFormat = "YYYY-MM-DD",
|
||||
Prototype = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"MODIS_Terra_CorrectedReflectance_TrueColor",
|
||||
"250m",
|
||||
"jpg"
|
||||
)
|
||||
},
|
||||
FilePath = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"MODIS_Terra_CorrectedReflectance_TrueColor",
|
||||
"250m",
|
||||
"jpg"
|
||||
),
|
||||
Description = [[ Temporal coverage: 02 July 2013 - Present. The imagery resolution
|
||||
is 1 km, and the temporal resolution is daily.]]
|
||||
}
|
||||
|
||||
@@ -4,19 +4,19 @@ local layer = {
|
||||
Identifier = "VIIRS_SNPP_Temporal",
|
||||
Name = "VIIRS SNPP (Temporal)",
|
||||
Type = "TemporalTileLayer",
|
||||
Generative = {
|
||||
Prototyped = {
|
||||
Time = {
|
||||
Start = "2015-11-24",
|
||||
End = "Yesterday"
|
||||
},
|
||||
TemporalResolution = "1d",
|
||||
TimeFormat = "YYYY-MM-DD",
|
||||
Prototype = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"VIIRS_SNPP_CorrectedReflectance_TrueColor",
|
||||
"250m",
|
||||
"jpg"
|
||||
)
|
||||
},
|
||||
FilePath = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"VIIRS_SNPP_CorrectedReflectance_TrueColor",
|
||||
"250m",
|
||||
"jpg"
|
||||
),
|
||||
Description = [[ Temporal coverage: 11 November 2015 - Present. The imagery resolution
|
||||
is 0.25 km, and the temporal resolution is daily.]]
|
||||
}
|
||||
|
||||
@@ -4,19 +4,19 @@ local layer = {
|
||||
Identifier = "Earth_at_Night_Temporal",
|
||||
Name = "Earth at Night (Temporal)",
|
||||
Type = "TemporalTileLayer",
|
||||
Generative = {
|
||||
Prototyped = {
|
||||
Time = {
|
||||
Start = "2012-05-08",
|
||||
End = "Yesterday"
|
||||
},
|
||||
TemporalResolution = "1d",
|
||||
TimeFormat = "YYYY-MM-DD",
|
||||
Prototype = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"VIIRS_SNPP_DayNightBand_ENCC",
|
||||
"500m",
|
||||
"png"
|
||||
)
|
||||
},
|
||||
FilePath = openspace.globebrowsing.createTemporalGibsGdalXml(
|
||||
"VIIRS_SNPP_DayNightBand_ENCC",
|
||||
"500m",
|
||||
"png"
|
||||
),
|
||||
Description = [[ The VIIRS Nighttime Imagery (Day/Night Band, Enhanced Near Constant
|
||||
Contrast) layer shows the Earth's surface and atmosphere using a sensor designed
|
||||
to capture low-light emission sources, under varying illumination conditions. It
|
||||
|
||||
Reference in New Issue
Block a user