<div dir="ltr">Hi,<div><br></div><div>TL;DR; I would like to remove part of the API (creation and open options) from the TileDB driver and move it to the GDAL multi-dimensional API. </div><div><br></div><div>The TileDB GDAL driver (new in 3.0) supports multiple attributes per pixel value and also a version of copying netCDF and HDF files within the standard SUBDATASET model. It seems this is better suited to the multi-dimensional API within GDAL <a href="https://gdal.org/user/multidim_raster_data_model.html">https://gdal.org/user/multidim_raster_data_model.html</a></div><div><br></div><div>I didn't document these additional pixel attribute options in <a href="https://gdal.org/drivers/raster/tiledb.html#creation-options">https://gdal.org/drivers/raster/tiledb.html#creation-options</a> and you would only really know about them if you looked at the tests - <a href="https://github.com/OSGeo/gdal/blob/master/autotest/gdrivers/tiledb_write.py#L113">https://github.com/OSGeo/gdal/blob/master/autotest/gdrivers/tiledb_write.py#L113</a></div><div><br></div><div>Any objections if I remove this functionality and support for SUBDATASETS and move it to the multi-dimensional API? It makes this driver easier to maintain and use.</div><div><br></div><div>Norman </div></div>