xdas.coordinates.InterpCoordinate.get_availabilities#
- InterpCoordinate.get_availabilities()#
Return a DataFrame containing information about the data availability.
- Returns:
A DataFrame with the following columns:
- start_indexint
The index where the discontinuity starts.
- end_indexint
The index where the discontinuity ends.
- start_valuefloat
The value at the start of the discontinuity.
- end_valuefloat
The value at the end of the discontinuity.
- deltafloat
The difference between the end_value and start_value.
- typestr
The type of the discontinuity, always “data”.
- Return type:
pandas.DataFrame