-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export Function for (Integrated) Datasets? #97
Comments
Already exists in some form - look at A function in FileIO that sanitized the attributes to allow NetCDF serialization would be very useful, as would documentation improvements around the existing save/load functionality. |
I have a messy stub for netCDF, i can take this on during the hackathon. Pardon the formatting below:
|
Looks good! Worth considering orjson (https://github.com/ijl/orjson) which correctly serializes numpy types. |
Occasionally I find it useful to export the scattering dataset after integration, but the builtin xarray.to_netcdf() gives some clunky errors on datetime.datetime() attributes and attributes with nested dicts.
Would it be useful to build in export/load functions? Where should it go?
The text was updated successfully, but these errors were encountered: