Re: [gdal-dev] Re: gdalwarp capability to output as netCDF format

2011-08-30 Thread Hendy Sumanto
" 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

Re: [gdal-dev] Re: gdalwarp capability to output as netCDF format

2011-08-24 Thread Even Rouault
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

Re: [gdal-dev] Re: gdalwarp capability to output as netCDF format

2011-08-24 Thread Chaitanya kumar CH
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

[gdal-dev] Re: gdalwarp capability to output as netCDF format

2011-08-24 Thread Hendy Sumanto
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