mmspy.load#
- mmspy.load(store='remote', variables=None, time_dependent=True, quantify=True, time_clip=True, load_kwargs={'combine': 'by_coords', 'compat': 'no_conflicts', 'data_vars': 'all', 'join': 'outer', 'parallel': True}, **kwargs)#
Load an MMS dataset with the data
storemanager.- Parameters:
store (
str) – Data store to load from. Default to ‘remote’, which will sync with the SDC.quantify (
bool) – Whether to quantify the returned dataset.time_clip (
bool) – Whether to clip the time range to that in the query.load_kwargs (
dict) – Additional keyword arguments for thexr.open_mfdatasetcall.kwargs (
dict) – Additional keyword arguments forQuerysettings.
- Returns:
dataset (
Dataset) – Merged dataset.