Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export: Add Zarr local/s3 support, Remove NetCDF s3 support (#509)
* Remove h5netcdf engine and fillvalue encoding * try setting format to NETCDF4 * typo * Use scipy engine for S3 export * Add Zarr export option * rechunk data before exporting Zarr * Fix proper data refs * Removed netcdf to S3, add Zarr locally * Try removing metadata update * Add remove_zarr helper * Add Zarr info to readthedocs * improve remove_zarr and add docstring * Add s3 option for Zarr export to readthedocs * Control mode option in export * make _convert_da_to_ds func to consolidate code * Bail on existing S3 path for Zarr export * Fix xarray Dataset type call
- Loading branch information