tiled.client.xarray.DaskDataArrayClient¶
- class tiled.client.xarray.DaskDataArrayClient(*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
contextA dict mapping coord names to Variables.
itemJSON payload describing this item.
metadataMetadata about this data source.
offlinepathSequence of entry names from the root Tree to this entry
uriDirect link to this entry
username