Constructors#

These functions let users to create Caterva arrays either from scratch or from a dataset in another format.

Basics#

empty(shape, itemsize, **kwargs)

Create an empty array.

copy(array, **kwargs)

Create a copy of an array.

from_buffer(buffer, shape, itemsize, **kwargs)

Create an array out of a buffer.

open(urlpath)

Open a new container from urlpath.

asarray(ndarray, **kwargs)

Convert the input to an array.

Utils#

remove(urlpath)

Remove a caterva file.