-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
One way users may want to generate schemas is from xarray objects directly. We could add a utility here that supports this workflow.
This could be a function
schema = create_schema(ds)
Or a class method:
schema = DatasetSchema.from_dataset(ds)
Or as an Xarray accessor extension:
schema = ds.schema.create()
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers