Skip to content

Commit

Permalink
Update ARGOS_service_data_converter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunwbell committed Dec 10, 2024
1 parent 0a5ea9b commit 363cd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARGOS_service_data_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def pandas2netcdf(df=None, ofile="data.nc",isxa=True):
xdf.attrs["CREATION_DATE"] = datetime.now(timezone.utc).strftime("%B %d, %Y %H:%M UTC")
xdf.attrs["INST_TYPE"] = ''
xdf.attrs["DATA_CMNT"] = ''
xdf.attrs["NC_FILE_GENERATOR"] = __file__.split('/')[-1] + ' ' + __version__
xdf.attrs["NC_FILE_GENERATOR"] = 'Generated with Xarray'
xdf.attrs["WATER_DEPTH"] = ''
xdf.attrs["MOORING"] = ''
xdf.attrs["WATER_MASS"] = ''
Expand Down

0 comments on commit 363cd86

Please sign in to comment.