tiled.client.xarray.DaskDataArrayClient

class tiled.client.xarray.DaskDataArrayClient(*args, variable_name=None, coords=None, **kwargs)[source]
__init__(*args, variable_name=None, coords=None, **kwargs)[source]

Methods

__init__(*args[, variable_name, coords])

download()

Download all data into the cache.

export_all(filepath[, format, slice])

Export data and coords.

export_array(filepath[, format, slice])

Download data in some format and write to a file.

login([provider])

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

logout()

Log out.

new_variation([path, params, structure_clients])

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

read([slice])

read_block(block[, slice])

Read a block (optional sub-sliced) of array data from this DataArray's Variable.

refresh([force])

Refresh cached data for this node.

structure()

Return a dataclass describing the structure of the data.

Attributes

context

coords

A dict mapping coord names to Variables.

item

JSON payload describing this item.

metadata

Metadata about this data source.

offline

path

Sequence of entry names from the root Tree to this entry

uri

Direct link to this entry

username