TensorStore
tensorstore.downsample(spec)
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
        • Spec
        • Views
          • Fcast(store)
          • Fcast(spec)
          • Farray
          • Foverlay
          • Fstack
          • Fconcat
          • Fdownsample(store)
          • Fdownsample(spec)
          • Virtual views
        • Data types
        • Asynchronous support
        • OCDBT
        • Experimental
      • API reference
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    tensorstore.downsample(base: Spec, downsample_factors: list[int], method: DownsampleMethod) → Spec

    Returns a virtual downsampled view view of a Spec.

    Back to top
    Previous tensorstore.downsample(store)
    Next tensorstore.VirtualChunkedReadParameters