Re: [gdal-dev] convert NETCDF to Geotiff upside down

2023-08-10 Thread Dori
would consult the documentation as they usually specify conversion params. > > gdal_translate -of GTiff -a_srs EPSG:4326 -a_ullr -179.9 -72.7 180 72.7 > -co COMPRESS=LZW NETCDF:GLOBCOMPLIR_nc.2023080819:data ofn.tif > -- > *From:* gdal-dev on behalf of Dori <

[gdal-dev] convert NETCDF to Geotiff upside down

2023-08-09 Thread Dori
Hi, I tried to convert the NETCDF stored in https://noaa-gmgsi-pds.s3.amazonaws.com/index.html#GMGSI_LW/202308/08/19/GLOBCOMPLIR_nc.2023080819 to Geotiff format using following command: gdal_translate 0ol GTiff -a_srs EPSG:4326 -aullr -180 -72.7 179.9 -72.7 -co “COMPRESS=LZW”

[gdal-dev] gdal_translate gif-gtiff conversion

2011-08-22 Thread Dori
Hi, I am trying to convert a GIF image into a GeoTiff image. Input GIF image information: Projection: Polar Stereographic from North Pole, Cente meridian=97W, Height=0 Corners' Lower Left 19.9N 119.6W, Upper Right: 44.5N 59.5W FWTools_2.0.6 commands used. I used these commands to convert the map

[gdal-dev] gdal_translate gif -gtiff

2011-04-11 Thread Dori
Hi, I am trying to convert a gif map downloaded from http://aviationweather.gov/data/products/swl/ll_12_0_cl_new.gif to georeferenced tiff. I found out that the Projection used to create this GIF map is Polar Stereographic from the North Pole (90.0), center meridian 97W and height of 0. Map

[gdal-dev] Fwd: gdal_translate gif -gtiff

2011-04-07 Thread Dori
Hi, I am trying to convert a GIF image into a georeference tiff image. Since I don't know the exact projection used to create the original image I downloaded from a website, I am trying to use various projections in an attempt to get the right one. On an ealier post it was suggested to use cs2cs

[gdal-dev] gdal_translate gif-gtiff warning

2011-03-29 Thread Dori
Hi, I am trying to convert this GIF https://picasaweb.google.com/izzybitsie/GDALImage?feat=directlinkhttp://aviationweather.gov/data/products/swl/ll_12_0_cl_new.gifto gtiff. I used this command after assuming projection was lcc: *gdal_translate -of GTiff -a_srs '+proj=lcc +lon_0=-95 +lat_0=25

[gdal-dev] FWTools 1.1.3 vs 2-0.6 gdal_translate

2009-03-06 Thread Dori
Hi, a while ago I wrote an application using gdal_translate to translate tags in a geotiff image. I used the following command: gdal_translate -a_srs $tagfn $infn $outfn where $tagfn is the file used to modify the tags, $infn is the input filename and $outfn is the output file name (with the