Our module named datasets is confusing, because it contradicts with Xarray's Dataset class. Some new users have been confused about how to read in what is passed to mosaic.Descriptor initialization. (i.e trying to use mosaic.datasets.open_dataset(....) with the filepath to the mesh they want to read in).
We should follow Xarray and name that module tutorial (or something else less confusing).
This will be a breaking API change, so it needs to wait for version 2.0.0.
Our module named
datasetsis confusing, because it contradicts with Xarray'sDatasetclass. Some new users have been confused about how to read in what is passed tomosaic.Descriptorinitialization. (i.e trying to usemosaic.datasets.open_dataset(....)with the filepath to the mesh they want to read in).We should follow Xarray and name that module
tutorial(or something else less confusing).This will be a breaking API change, so it needs to wait for version
2.0.0.