cloud-volume
cloud-volume copied to clipboard
Allow passing of `segment_properties` argument to `CloudVolumePrecomputed.create_new_info`
Hi,
The CloudVolumePrecomputed
class already has mesh
and skeletons
arguments but is lacking segment_properties
described in the neuroglancer precomputed format docs. This would be a named argument with default value to None
, as for mesh
and skeletons
.