Argos
Docstrings for the Argos class
less than a minute
Objects
Argos class
Argos()
class Argos(Indexed):
Class for reading Argos CSV formatted data files into an xarray object
Argos.read_data()
def Argos.read_data(self, file_path):
Read the data file
Expected format and variable names are
DATIM,LAT,LON,SST,SST_F,PSST,PSST_F,PPRES,PPRES_F,BEN
xarray dataset to have dimension as time and coordinates as time, latitude and longitude
Args:
file_path (str) : path of 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)