fraserwg / elePyant

elePyant (pronounced elephant) provides a set of tools for compressing netCDF files and xarray Datasets and DataArrays.
Apache License 2.0
24 stars 1 forks source link

Differences to netCDF4 functionalities #8

Open milankl opened 4 years ago

milankl commented 4 years ago

Just FYI, the unidata netCDF4 documentation contains the following section: https://unidata.github.io/netcdf4-python/netCDF4/index.html#section9 which has a similar approach to the one of elePyant.

zmoon commented 4 years ago

This is that section of the code for reference: https://github.com/Unidata/netcdf4-python/blob/0ad67b05358d12e7223235686ec694d70fca681b/netCDF4/utils.py#L67:L87