System

Inheritance diagram of gspy.gs_dataset.System
class gspy.gs_dataset.System.System(xarray_obj)
check_against_data(dataset)

Assert that gate time strings match the coordinates of the attached dataset.

classmethod from_dict(**kwargs)
property is_projected

Does the dataset have a projected spatial reference

Returns:

out

Return type:

bool

classmethod open(filename, **kwargs)
required_metadata = ('type', 'mode', 'method', 'instrument')
classmethod valid_instrument(**kwargs)
classmethod valid_method(**kwargs)
classmethod valid_model(**kwargs)