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 by adding an unknown amount of timesteps to it afterwards.
The other two dimensions are fixed in my case.
In NetCDF I think it's possible through a dimension with unlimited length (NC_UNLIMITED) - is there also a way in GDAL?
I am using C++ if that's important to know.
Thank you,
Luisa
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 by adding an unknown amount of timesteps to it afterwards.
The other two dimensions are fixed in my case.
In NetCDF I think it's possible through a dimension with unlimited length (NC_UNLIMITED) - is there also a way in GDAL?
I am using C++ if that's important to know.
Thank you,
Luisa
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
