<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,<br/>
<br/>
i am interested in using GDAL for writing a multi-dimensional array in a NetCDF file.<br/>
Is it possible in GDAL to create a dimension (time in my case) without knowing/ restricting the size of it at the beginning?<br/>
I would like to create a MDArray with first only one timestep and then expand this by adding an unknown amount of timesteps to it afterwards.<br/>
The other two dimensions are fixed in my case.<br/>
In NetCDF I think it's possible through a dimension with unlimited length (NC_UNLIMITED) - is there also a way in GDAL?<br/>
<br/>
I am using C++ if that's important to know.<br/>
<br/>
Thank you,<br/>
Luisa</div></div></body></html>