orbitx.Matchups.from_netcdf

orbitx.Matchups.from_netcdf#

classmethod Matchups.from_netcdf(input_path: str) Matchups[source]#

Loads a Matchup object from a netCDF4 file

Imports an object from a file generated by the to_netcdf() method.

Parameters:

input_path (str) – The full path of the file to be imported

Returns:

A Matchups object with the same value as the one that generated the imported file

Return type:

Matchups