You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WMS Time Dimension ans WCS TemporalDomain are not available for mapalgebrasourceconf defined from Temporal Layers.
Here are examples of rastersourceconf and mapalgebrasourceconf configurations derived from a GeoTrellisRasterSource layer with a Time index and the related WMS/WCS GetCapabilities outputs.
WMS Time Dimension ans WCS TemporalDomain are currently missing for blue-normalized layer but the temporal extent could be derived from the underlying layer.
It is also unclear with the current approach which temporal period is used and served when the blue-normalized layer is requested.
blue = {
type = "rastersourceconf"
name = "blue"
title = "Blue band of LandSat Mosaic"
source = "gt+s3://datacube-dev-data/landsat/mosaic?layer=blue&zoom=12&band_count=1"
overview-strategy = "auto-0"
default-style = "default"
styles = [ ]
},
blue-normalized = {
type = "mapalgebrasourceconf"
name = "blue-normalized"
title = "Normalized Blue Band from LandSat Mosaic"
algebra = {
"args": [
{
"args": [
{
"name": "blue",
"symbol": "rasterV"
}
],
"min": 755,
"max": 1206,
"symbol": "clamp"
}
],
"oldMin": 755,
"oldMax": 1206,
"newMin": 1,
"newMax": 255,
"symbol": "normalize"
}
default-style = "default"
styles = [ ]
}
Current WMS GetCapabilities output
<Layer queryable="false">
<Name>blue</Name>
<Title>Blue band of LandSat Mosaic</Title>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3857</CRS>
<CRS>EPSG:3978</CRS>
<CRS>EPSG:4617</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-132.52498626708984</westBoundLongitude>
<eastBoundLongitude>-109.53669968643615</eastBoundLongitude>
<southBoundLatitude>56.43872633996942</southBoundLatitude>
<northBoundLatitude>67.28291708781089</northBoundLatitude>
</EX_GeographicBoundingBox>
<Dimension default="2014-07-01T12:00Z" units="ISO8601" name="time">2014-07-01T12:00:00Z/2016-07-01T12:00:00Z</Dimension>
</Layer>
<Layer queryable="false">
<Name>blue-normalized</Name>
<Title>Normalized Blue Band from LandSat Mosaic</Title>
<CRS>EPSG:4326</CRS>
<CRS>EPSG:3857</CRS>
<CRS>EPSG:3978</CRS>
<CRS>EPSG:4617</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-132.52498626708984</westBoundLongitude>
<eastBoundLongitude>-109.53669968643615</eastBoundLongitude>
<southBoundLatitude>56.43872633996942</southBoundLatitude>
<northBoundLatitude>67.28291708781089</northBoundLatitude>
</EX_GeographicBoundingBox>
</Layer>
WMS Time Dimension ans WCS TemporalDomain are not available for mapalgebrasourceconf defined from Temporal Layers.
Here are examples of
rastersourceconf
andmapalgebrasourceconf
configurations derived from a GeoTrellisRasterSource layer with a Time index and the related WMS/WCS GetCapabilities outputs.WMS Time Dimension ans WCS TemporalDomain are currently missing for
blue-normalized
layer but the temporal extent could be derived from the underlying layer.It is also unclear with the current approach which temporal period is used and served when the
blue-normalized
layer is requested.Current WMS GetCapabilities output
Current WCS GetCoverage output
The text was updated successfully, but these errors were encountered: