Back to Openlayers

Geozarr Dimensions

examples/geozarr-dimensions.html

10.10.0785 B
Original Source

--- layout: example.html title: GeoZarr dimensions shortdesc: Stepping through the time dimension of a GeoZarr cube with a slider. docs: > A GeoZarr array can have non-spatial dimensions such as time. This example steps through the time axis of a Sentinel-1 radar cube with a slider: getDimensions() reports the axis with its size and units, updateDimensions() reloads the chosen slice in place, and getValue reads the axis value to label it with the acquisition date. The cube images the 2021 Cumbre Vieja eruption on La Palma as a dual-polarization composite: the VV and VH bands (vertical transmit, vertical vs. horizontal receive) map to red and green, and their ratio to blue. tags: "zarr, geozarr, sentinel-1, time, dimensions" experimental: true ---

Time

loading…