SDK Reference
sieve.Array
class Array(sieve.File)
A type that represents an array in Sieve. The benefit of using a sieve.Array
is that Sieve is able to optimize the storage and transfer of the type while processing, which results in faster processing times.
path
@property
path(self) -> str
The path to the array on disk.
array
@property
array(self) -> numpy.ndarray
The array as a numpy.ndarray
.
height
@property
height(self) -> int
The height of the array.
width
@property
width(self) -> int
The width of the array.