Re: [gdal-dev] netcdf driver does not support VSIFILE

2012-06-15 Thread Etienne Tourigny
On Fri, Jun 15, 2012 at 12:44 PM, Even Rouault wrote: > Selon Etienne Tourigny : > >> All VSIFILE interfaces (/vsicurl/ , /vsigzip/ , etc.) do not work with >> the netcdf driver. >> >> As the netcdf driver uses libnetcdf, I'm not sure the driver can be >> modified to use the "large file API". >> >

Re: [gdal-dev] netcdf driver does not support VSIFILE

2012-06-15 Thread Even Rouault
Selon Etienne Tourigny : > All VSIFILE interfaces (/vsicurl/ , /vsigzip/ , etc.) do not work with > the netcdf driver. > > As the netcdf driver uses libnetcdf, I'm not sure the driver can be > modified to use the "large file API". > > Can someone comment on this? > > The GTiff driver support VSI,

[gdal-dev] netcdf driver does not support VSIFILE

2012-06-15 Thread Etienne Tourigny
All VSIFILE interfaces (/vsicurl/ , /vsigzip/ , etc.) do not work with the netcdf driver. As the netcdf driver uses libnetcdf, I'm not sure the driver can be modified to use the "large file API". Can someone comment on this? The GTiff driver support VSI, how is this done given that the driver us