* Manage non-cf-compliant time dimension
* Manage datasets without a time dimension
* Allow reversed slices also for axes
* Convert also metadata to float64 for json output
* Use named temporary file to enable netcdf4 engine
* Make float64 conversion faster
* Add netcdf output to xarray provider
* Flake8 fixes
* Fix bug when no time axis in data
* Use new xarray interface
* Add test for zarr dataset without time dimension
* Avoid errors if missing long_name
* Manage zarr and netcdf output in the same way
* Revert "Manage zarr and netcdf output in the same way"
This reverts commit 0b09281b608da95221951d05004f213379da168d.
* Revert "Add netcdf output to xarray provider"
This reverts commit 9f72bf7614775b418f53f4808fcaeab567c7024a.