2. Getting StartedΒΆ

Read a file:

from nd.io import open_dataset
ds = open_dataset('data.tif')

For details on how to work magic with xarray Datasets, refer to the xarray documentation.