Oceanparcels
Docstrings for the Oceanparcels class
less than a minute
Objects
Oceanparcels()
Oceanparcels.load_single()
Oceanparcels class for reading ocean parcels data.
Oceanparcels()
class Oceanparcels(Lagrangian):
Reading ocean parcels data (netcdf format) into an xarray object.
Oceanparcels.load_single()
def Oceanparcels.load_single(self, file_path):
Loads a single file into object's dataset variable.
Args:
file_path (str): path to data file
Feedback
Was this page helpful?
Glad to hear it!
Sorry to hear that. Please tell us how we can improve.
Last modified November 23, 2022: Updated docstrings from coast repo. (9daee18)