tiled.client.array.DaskArrayClient

class tiled.client.array.DaskArrayClient(*args, item, **kwargs)[source]

Client-side wrapper around an array-like that returns dask arrays

__init__(*args, item, **kwargs)

Methods

__init__(*args, item, **kwargs)

asset_manifest(data_sources)

Return a manifest of the relative paths of the contents in each asset.

compute()

Alias to client.read().compute()

data_sources()

delete_tree()

export(filepath, *[, format, slice, link, ...])

Download data in some format and write to a file.

include_data_sources()

Ensure that data source and asset information is fetched.

login([username, provider])

Depending on the server's authentication method, this will prompt for username/password:

logout()

Log out.

new_variation([structure_clients, ...])

This is intended primarily for internal use and use by subclasses.

raw_export([destination_directory, max_workers])

Download the raw assets backing this node.

read([slice])

Acess the entire array or a slice.

read_block(block[, slice])

Access the data for one block of this chunked (dask) array.

refresh()

structure()

Return a dataclass describing the structure of the data.

update_metadata([metadata, specs])

EXPERIMENTAL: Update metadata.

write(array)

write_block(array, block)

Attributes

URL_CHARACTER_LIMIT

chunks

context

dims

dtype

formats

List formats that the server can export this data as.

item

JSON payload describing this item.

metadata

Metadata about this data source.

metadata_revisions

nbytes

ndim

shape

size

specs

List of specifications describing the structure of the metadata and/or data.

structure_family

Quick access to this entry

uri

Direct link to this entry