<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Arlindo,</div><div><br></div><div><div>This is the technique I have worked out for high quality KML ouput. I export a dummy kml file + small tiff using gxout kml just for the Google Earth GroundOverlay &lt;LatLonBox&gt; coordinates.&nbsp;Then I use printim command to export a larger image in a format like TIFF or PNG.</div><div><br></div><div>Then I replace the reference in the KML file from the low resolution tiff to&nbsp;the new image on the line:</div><div>&nbsp;&lt;href&gt;base_kml.tif&lt;/href&gt;</div><div><br></div><div>Also in my experience Google Earth doesn't respect the transparency in GrADS&nbsp;TIFF or GIF exports but does in PNG exports.</div><div><br></div><div>You can change the image format of the high resolution output to either PNG, TIFF, etc.. by changing the file extension in the command:</div><div>printim full_rez.<b>png</b> x2048 y1024 -t 0</div><div><br></div><div>Attached are two Grads Scripts. The script&nbsp;<span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 12px; "><b>kml_plot_with_countries.gs</b>&nbsp;will plot&nbsp;<span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">political boundary&nbsp;</span>outlines&nbsp;in the exported image. The script&nbsp;<b>kml_plot_no_outlines.gs</b>&nbsp;disables&nbsp;<span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">political boundary&nbsp;</span>outlines with the grads command <b>set mpdraw off</b>.&nbsp;</span></div><div><br></div><div>Regards,</div><div>Andrew Hazelden</div><div>Weather Enthusiast</div></div><div><br></div><br><div><div>On Jan 6, 2010, at 9:02 AM, Arlindo Meque wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br><br>Dear&nbsp; all,<br>&nbsp;<br>I’m trying to obtain a relief map in TIFF format from the GTOP data. &nbsp;&nbsp;I used the built-in command KML to produce the map:<br>&nbsp;<br>Set kml relief<br>Set gxout kml <br>d varname<br>&nbsp;<br>&nbsp;But the size of the map is too small and the political boundaries are not shown in the map. <br>&nbsp;<br>Is there a way to make bigger the map and to have the political boundaries therein?<br>&nbsp;<br>Please find attached the output I am getting. <br>&nbsp;<br>Sincerely,<br>&nbsp;<br>Arlindo <br><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote></div></body></html>