[gdal-dev] TileDB multi-attribute, subdataset support

Norman Barker norman.barker at gmail.com
Sat Jan 25 10:17:35 PST 2020


Hi,

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.

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
https://gdal.org/user/multidim_raster_data_model.html

I didn't document these additional pixel attribute options in
https://gdal.org/drivers/raster/tiledb.html#creation-options and you would
only really know about them if you looked at the tests -
https://github.com/OSGeo/gdal/blob/master/autotest/gdrivers/tiledb_write.py#L113

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.

Norman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20200125/b945a326/attachment.html>


More information about the gdal-dev mailing list