dvid.fetch.get_sparsevol_size

dvid.fetch.get_sparsevol_size(bodyid, server=None, node=None)[source]

Fetch sparsevol (voxel) info for given neuron.

Parameters
  • bodyid (int | str) – ID of body for which to download mesh.

  • server (str, optional) – If not provided, will try reading from global.

  • node (str, optional) – If not provided, will try reading from global.

Returns

Dict with number of voxels and coarse bounding box in voxel space.

Return type

dict