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
optimize netcdf options: zipping, chunking, float32, etc.
Two feasible options identified, convert strings from <Uxx to |Sxx or so (in ddlpy.dataframe_to_xarray()), or write as format="NETCDF4_CLASSIC" in kw (which also converts strings automatically). Since the latter is far simpler, the ddlpy docs were updated in Deltares/ddlpy@abb0d02, we will also just add it to kw.retrieve_measurements()
The text was updated successfully, but these errors were encountered:
optimize netcdf options: zipping, chunking, float32, etc.
Two feasible options identified, convert strings from
<Uxx
to|Sxx
or so (inddlpy.dataframe_to_xarray()
), or write asformat="NETCDF4_CLASSIC"
in kw (which also converts strings automatically). Since the latter is far simpler, the ddlpy docs were updated in Deltares/ddlpy@abb0d02, we will also just add it tokw.retrieve_measurements()
The text was updated successfully, but these errors were encountered: