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
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