Re: [gdal-dev] How to Import one Subdataset to Netcdf

2012-06-14 Thread sigologo
Hello Everyone I sending mode batch for many files NETCDF for file in fnl*.nc ; do echo "map: $file" gdal_translate -a_srs "EPSG:4326" -a_nodata 65535 -a_ullr -180 90 180 -90 NETCDF:"$file":T_CDC_3_CCY_10 ${file}_prep.tif done Thanks a lot for assistance Etienne!

Re: [gdal-dev] How to Import one Subdataset to Netcdf

2012-06-08 Thread sigologo
Thanks a Lot Mr Etienne The file was imported correctly, but not too much how to make this batch for many files! Regards -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-Import-one-Subdataset-to-Netcdf-tp4980075p4980080.html Sent from the GDAL - Dev mailing list

Re: [gdal-dev] How to Import one Subdataset to Netcdf

2012-06-08 Thread Etienne Tourigny
Please consult the docs at http://www.gdal.org/frmt_netcdf.html You need to use one of the SUBDATASET_XX_NAME values for example gdal_translate NETCDF:"fnl_19990801_00_00.nc":T_CDC_3_CCY_10 tmp1.tif On Fri, Jun 8, 2012 at 7:13 PM, sigologo wrote: > Hello Everyone >  I'm import many files ntcdf

[gdal-dev] How to Import one Subdataset to Netcdf

2012-06-08 Thread sigologo
Hello Everyone I'm import many files ntcdf like fnl_19990801_00_00.nc... by console in Ubuntu 10.04LTS by gdal_traslate, but not knowing how insert subdataset T_CDC_3_CCY_10 *david@laptop:~/tesis/karina/netcdf$ gdal_translate -of netcdf fnl_19990801_00_00.nc out.gtiff Input file contains subdata