Get rid of Enums and use a dictionary to define available lossy compressors,...
Compare changes
Files
17@@ -5,10 +5,10 @@ Using **lossy compression** with xarray can be as easy as adding a **single line
@@ -18,9 +18,9 @@ Save an **xarray** dataset using losslessly compression:
@@ -40,11 +40,11 @@ If we want to directly use **h5py** we can do the following:
@@ -56,11 +56,11 @@ Or without using specification strings: