Re: [GRASS-user] using GDAL to view netcdf files in GRASS

2009-12-01 Thread John A Stevenson
Carbonari, Katie (IS) wrote: Hello. I'm trying to use GDAL to convert my netcdf file into a GTiff so it can be read into GRASS. I tried using "gdal_translate -of GTiff -b 1 NETCDF:FILE.nc:Outfile Outfile.tiff" You probably need to specify a coordinate system, too. Do this with the -a_srs

[GRASS-user] using GDAL to view netcdf files in GRASS

2009-11-30 Thread Carbonari, Katie (IS)
Hello. I'm trying to use GDAL to convert my netcdf file into a GTiff so it can be read into GRASS. I tried using "gdal_translate -of GTiff -b 1 NETCDF:FILE.nc:Outfile Outfile.tiff" but this won't geolocate my file. I ran the same command, adding -a_ullr -90.32483 42.5327 -58.66088 26.8966, wit