Skip to content

Make usable with world units in addition/instead of voxels? #9

Description

@davidackerman

Description

In general, it would be nice to be able to access data via world coordinates like in funlib.

What I Did

This is a common use case:

from funlib.persistence import open_ds
from funlib.geometry import Roi

ds = open_ds("/path/to/data.zarr","dataset")
Roi((0,0,0),(128,128,128)) # world coordinates
ds.to_ndarray(roi)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions