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
Rationale
New file standard will be introduced (OceanGliders), but there's a gap for people to convert their data from proprietary "base station" outputs to the OceanGliders format. GliderTools may be in a position to fill this gap
How would the user call the function
data=gt.load.seaglider_basestation_netCDFs(file_names)
# some steps in harmonising the variable names etc. gt.save.as_oceangliders(new_name)
What we need to do this
Documentation of the minimum requirements for OceanGliders format.
Existing load modules need to load the data correctly (i.e. netCDF attributes)
Variable naming will still be an issue. This will probably require a lot of input from the user.
A lot of checks to ensure that the requirements are met (data format + metadata).
The text was updated successfully, but these errors were encountered:
Rationale
New file standard will be introduced (OceanGliders), but there's a gap for people to convert their data from proprietary "base station" outputs to the OceanGliders format. GliderTools may be in a position to fill this gap
How would the user call the function
What we need to do this
The text was updated successfully, but these errors were encountered: