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 store manager.

Parameters:
  • store (str) – Data store to load from. Default to ‘remote’, which will sync with the SDC.

  • variables (list of str) – Variables to load with dataset.

  • 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 the xr.open_mfdataset call.

  • kwargs (dict) – Additional keyword arguments for Query settings.

Returns:

dataset (Dataset) – Merged dataset.