TileDB-Inc / TileDB-CF-Py

TileDB interface with awareness of the CF metadata conventions
https://tiledb-inc.github.io/TileDB-CF-Py/
MIT License
19 stars 3 forks source link

Support for copying NetCDF file in chunks #96

Closed jp-dark closed 3 years ago

jp-dark commented 3 years ago

This pull request adds the ability to copy a NetCDF file in chunks by setting max_fragment_length parameter in the (new) NetCDF4ToDimConverter class, or, equivalently setting the max_fragment_shape parameter in the NetCDF4DomainConverter.

shortcut-integration[bot] commented 3 years ago

This pull request has been linked to Shortcut Story #7645: Add support for copying large NetCDF file in multiple fragments.