"
To: "Chaitanya kumar CH"
Cc: "Hendy Sumanto" , gdal-dev@lists.osgeo.org
Sent: Wednesday, 24 August, 2011 9:49:55 PM
Subject: Re: [gdal-dev] Re: gdalwarp capability to output as netCDF format
Selon Chaitanya kumar CH :
I'd note that implementing Create() is no
Selon Chaitanya kumar CH :
I'd note that implementing Create() is not always possible, depending on the
caracteristics of the format iself and/or the library that enables the access to
it. For netCDF, I can't say, being not versed into the format. There's perhaps
hope that it is doable since I see
Hendy,
Currently, there are no plans to implement the Create method for the netCDF
driver. You can formally request for it by creating a ticket in the gdal
trac page [1].
To implement the method yourselves, you have to look at the current driver
page[2] and the driver implementation tutorial page
I probably should change the question to this to make it clearer.
Does anyone know whether there is plan to implement Create method for netCDF
driver as currently it is only support only CreateCopy method?
If no, could someone please describe what steps would be involved to add this
method to the