bcdev / nc2zarr

A Python tool that converts NetCDF files to Zarr format
MIT License
9 stars 3 forks source link

Add batch mode capabilities #19

Closed forman closed 3 years ago

forman commented 3 years ago

A slim set of functions that help parallelising large conversions would be nice to have. Many conversions can be parallelised by generating partial Zarrs first then combining the parts (fork-join model).