You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OCE package seems to be the preferred way to convert the ODF files to NetCDF. However, another simple way would be to just parse the ODF header format and data directly by using a simple method like described here.
This method essentially parses the ODF header into a list of dictionaries.
Data can then be easily converted to a python pandas dataframe and python xarray dataset. Original attributes from the ODF format can be easily carried on to the xarray dataset which can be saved to a nc file easily.
The text was updated successfully, but these errors were encountered:
The OCE package seems to be the preferred way to convert the ODF files to NetCDF. However, another simple way would be to just parse the ODF header format and data directly by using a simple method like described here.
This method essentially parses the ODF header into a list of dictionaries.
Data can then be easily converted to a python pandas dataframe and python xarray dataset. Original attributes from the ODF format can be easily carried on to the xarray dataset which can be saved to a nc file easily.
The text was updated successfully, but these errors were encountered: