xarray.core.indexing.LazilyVectorizedIndexedArray

class xarray.core.indexing.LazilyVectorizedIndexedArray(array, key)[source]

Wrap an array to make vectorized indexing lazy.

__init__(array, key)[source]
Parameters

Methods

__init__(array, key)

Parameters
  • array (array_like) – Array like object to index.

transpose(order)

Attributes

array

dtype

key

ndim

shape

size