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

Fix NetCDF4ConverterEngine to inherit add_array from super #67

Closed jp-dark closed 3 years ago

jp-dark commented 3 years ago

This allows both NetCDF4ToArrayConverter and ArrayCreators in the dataspace. Rename method to add NetCDF4ToArrayConverter to use add_array_converter.

shortcut-integration[bot] commented 3 years ago

This pull request has been linked to Clubhouse Story #10095: Fix NetCDF4ConverterEngine to allow both ArrayCreator and NetCDF4ConverterArray.