Re: [gdal-dev] Dimension with unlimited length

2022-07-05 Thread Even Rouault
Luisa, the answer is a mixed yes/no The implementation of the CreateDimension() method in the netCDF supports a UNLIMITED creation option. Cf https://github.com/OSGeo/gdal/blob/664fae6ed14d77501c4f0a796f0fb371bae3bf3e/autotest/gdrivers/netcdf_multidim.py#L586 to instruct it to be created as s

[gdal-dev] Dimension with unlimited length

2022-07-05 Thread andAllWasWell
Hi, i am interested in using GDAL for writing a multi-dimensional array in a NetCDF file. Is it possible in GDAL to create a dimension (time in my case) without knowing/ restricting the size of it at the beginning? I would like to create a MDArray with first only one timestep and then expand this