Hi Chaitanya,

Thanks for your quick response.
I am actually referring to whether there is any work to solve this issue
http://lists.osgeo.org/pipermail/gdal-dev/2010-September/026153.html

where gdalwarp cannot directly output to netcdf for e.g. if I am doing

gdalwarp -of netCDF -t_srs 'epsg:3112' input.nc output.nc

Output driver `netCDF' not recognised or does not support
direct output file creation.  The following format drivers are configured
and support direct output:
  VRT: Virtual Raster
  GTiff: GeoTIFF
  ...
  ...
  
gdalwarp --formats
  GTiff (rw+v): GeoTIFF
  netCDF (rw): Network Common Data Format

'rw+' is read, write and update (ie. supports Create)
'rw' is read or write (ie. supports CreateCopy)

So probably I should have phrased my question as if there is work currently 
being done to add the capability to direct output as netCDF format 
into gdalwarp so that its netCDF support is rw+ (read, write and update 
supports Create). 

Regards,

Hendy
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to