<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.apple-converted-space
        {mso-style-name:apple-converted-space;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>Hi Jennifer and GrADS Users,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>I have NetCDF file (<a href="http://nomads.ncep.noaa.gov/pub/data/nccf/com/rtofs/prod/rtofs.20140127/rtofs_glo_2ds_n024_daily_prog.nc">RTOFS Global</a>) downloaded from </span><span style='font-size:10.0pt;color:#1F497D'><a href="http://nomads.ncep.noaa.gov/pub/data/nccf/com/rtofs/prod/rtofs.20140127/rtofs_glo_2ds_n024_daily_prog.nc">NOMADS server</a></span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>. Ncdump of the file is<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><br>netcdf D\:/OceanCurrentData/2014/01/22/20140122_rtofs_glo_2ds_n024_daily_prog {<br>dimensions:<br>&nbsp; &nbsp; &nbsp; &nbsp; MT = UNLIMITED ; // (1 currently)<br>&nbsp; &nbsp; &nbsp; &nbsp; Y = 3298 ;<br>&nbsp; &nbsp; &nbsp; &nbsp; X = 4500 ;<br>&nbsp; &nbsp; &nbsp; &nbsp; Layer = 1 ;<br>variables:<br>&nbsp; &nbsp; &nbsp; &nbsp; double MT(MT) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MT:long_name = &quot;time&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MT:units = &quot;days since 1900-12-31 00:00:00&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MT:calendar = &quot;standard&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MT:axis = &quot;T&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; double Date(MT) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Date:long_name = &quot;date&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Date:units = &quot;day as %Y%m%d.%f&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Date:C_format = &quot;%13.4f&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Date:FORTRAN_format = &quot;(f13.4)&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; int Layer(Layer) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Layer:units = &quot;layer&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Layer:positive = &quot;down&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Layer:axis = &quot;Z&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; int Y(Y) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Y:point_spacing = &quot;even&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Y:axis = &quot;Y&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; int X(X) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; X:point_spacing = &quot;even&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; X:axis = &quot;X&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; float Latitude(Y, X) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Latitude:standard_name = &quot;latitude&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Latitude:units = &quot;degrees_north&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; float Longitude(Y, X) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Longitude:standard_name = &quot;longitude&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Longitude:units = &quot;degrees_east&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Longitude:modulo = &quot;360 degrees&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; float u_velocity(MT, Layer, Y, X) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; u_velocity:coordinates = &quot;Longitude Latitude Date&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; u_velocity:standard_name = &quot;eastward_sea_water_velocity&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; u_velocity:units = &quot;m/s&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; u_velocity:_FillValue = 1.267651e+030f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; u_velocity:valid_range = -2.09935f, 2.310735f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; u_velocity:long_name = &quot; u-veloc. [90.9H]&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; float v_velocity(MT, Layer, Y, X) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; v_velocity:coordinates = &quot;Longitude Latitude Date&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; v_velocity:standard_name = &quot;northward_sea_water_velocity&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; v_velocity:units = &quot;m/s&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; v_velocity:_FillValue = 1.267651e+030f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; v_velocity:valid_range = -2.275719f, 2.274807f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; v_velocity:long_name = &quot; v-veloc. [90.9H]&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; float sst(MT, Y, X) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sst:coordinates = &quot;Longitude Latitude Date&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sst:standard_name = &quot;sea_surface_temperature&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sst:units = &quot;degC&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sst:_FillValue = 1.267651e+030f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sst:valid_range = -6.057281f, 32.59346f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sst:long_name = &quot; sea surf. temp. &nbsp; [90.9H]&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; float sss(MT, Y, X) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sss:coordinates = &quot;Longitude Latitude Date&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sss:standard_name = &quot;sea_surface_salinity&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sss:units = &quot;psu&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sss:_FillValue = 1.267651e+030f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sss:valid_range = 1.749605f, 40.75261f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sss:long_name = &quot;sea surf. salnity &nbsp;[90.9H]&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; float layer_density(MT, Layer, Y, X) ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layer_density:coordinates = &quot;Longitude Latitude Date&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layer_density:standard_name = &quot;sea_water_potential_density&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layer_density:units = &quot;sigma&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layer_density:_FillValue = 1.267651e+030f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layer_density:valid_range = 0.f, 0.f ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layer_density:long_name = &quot; density [90.9H]&quot; ;<br><br>// global attributes:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :Conventions = &quot;CF-1.0&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :title = &quot;HYCOM ATLb2.00&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :institution = &quot;National Centers for Environmental Prediction&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :source = &quot;HYCOM archive file&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :experiment = &quot;90.9&quot; ;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; :history = &quot;archv2ncdf2d&quot; ;<br>}<br><br><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>The dataset has 32 hybrid layers and a horizontal grid size of (4500 x 3298) . The grid has an Arctic bi-polar patch north of 47°N and a Mercator projection south of 47°N through 78.6°S</span><span style='font-family:"Arial","sans-serif";color:#1F497D'>.</span><span class=apple-converted-space><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif";color:black'> <a href="http://polar.ncep.noaa.gov/global/about/?">More details can be found at link</a>. <o:p></o:p></span></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>The CTL file</span><span style='font-family:"Arial","sans-serif";color:#1F497D'> </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>Am using is to display variable values : <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'> <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>dset ^20140122_rtofs_glo_2ds_n024_daily_prog.nc<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>title HYCOM ATLb2.00 <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>undef 1.26765e+30 <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>dtype netcdf <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>XDEF 4320 LINEAR </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red;background:yellow;mso-highlight:yellow'>74.16 0.08333</span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red'> </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>YDEF 2160 LINEAR </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red;background:yellow;mso-highlight:yellow'>-90.   0.08333</span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red'> </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>zdef 1 linear 1 1 <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>tdef 1 linear 00Z31DEC1900 1mn<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>options template<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>PDEF 4500 3298 bilin sequential binary-big </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red'>D:\OceanCurrentData\PDEF\pdef_ncep_global </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>vars 8 <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>Date=&gt;date  0  t  date <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>Latitude=&gt;latitude  0  y,x  latitude <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>Longitude=&gt;longitude  0  y,x  longitude <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>u_velocity=&gt;u_velocity  1  t,z,y,x   u-veloc. [90.9H] <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>v_velocity=&gt;v_velocity  1  t,z,y,x   v-veloc. [90.9H] <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>sst=&gt;sst  0  t,y,x   sea surf. temp.   [90.9H] <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>sss=&gt;sss  0  t,y,x  sea surf. salnity  [90.9H] <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>layer_density=&gt;layer_density  1  t,z,y,x   density [90.9H] <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>endvars<br><br><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>The file used for interpolation </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red'>pdef_ncep_global </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>can be downloaded from <a href="http://nomad3.ncep.noaa.gov/pub/rtofs_global/20140122/">http://nomad3.ncep.noaa.gov/pub/rtofs_global/20140122/</a><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>When Am displaying current variables u_velocity and v_velocity in GrADS with following commands<br><br></span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red'>ga-&gt;open C:/OceanCurrentData/2014/01/22/20140122_rtofs_glo_2ds_n024_daily_prog.ctl<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red'>ga-&gt; set lon -180 180<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red'>ga-&gt; set lat -90 90<br>ga-&gt; d skip(u_velocity*1.95,50,50);v_velocity*1.95</span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><br><br>The output produced with above commands is attached herewith. The output shown to grads windows is only for lon 74.16 to 179.95 approx. Understand that Longitude starts is set 74.16 in XDEF entry in CTL file (as NetCDF file contains rectiliear data from 74.16 onwards and data is packed 1/12 th the degree)<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>XDEF 4320 LINEAR </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red;background:yellow;mso-highlight:yellow'>74.16 0.08333</span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red'>                                                                                                                                               <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>is defining Start point of LON. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>My Question is : How can I make command </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:red'>d skip(u_velocity*1.95,50,50);v_velocity*1.95 </span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>working so that plot is on entire globe ??? not for just LON 74.16 to 179.65. (Understand that NetCDF file has linear data from 74.16 to 434, but How can I make these cartesion coordinate equivalent to geographical coordinates ????) <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'>Center of Plot is necessarliy to be at POINT (0,0) as plot need to be overlaid on google map.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#1F497D'><br><br><b>Any help or guidance would be greatly appreciated.<br><br></b></span><b><o:p></o:p></b></p><p class=MsoNormal><b><span style='color:#215868'>Thanks &amp; Regards<o:p></o:p></span></b></p><p class=MsoNormal><b><span style='color:#215868'>Anil Kumar &#8211; </span></b><b><span style='font-family:"Times New Roman","serif";color:#215868'>Sr. </span></b><b><span style='color:#215868'>Software Developer<o:p></o:p></span></b></p><p class=MsoNormal><b><span style='color:#00A1DA'>OceanManager</span></b><b><i><span style='color:#215868'> </span></i></b><b><span style='color:#00A1DA'>Inc.</span></b><b><span style='color:#009BD2'> </span></b><span style='color:black'>| </span><a href="http://www.oceanmanager.com/"><span style='color:blue'>www.oceanmanager.com</span></a><span style='color:#31849B'><o:p></o:p></span></p><p class=MsoNormal><span style='color:#DC690A'>Tel: +1 (801)-758-7101, (801)-758-7207<o:p></o:p></span></p><p class=MsoNormal><span style='color:#DC690A'>Fax: +1 (801)-758-7101<o:p></o:p></span></p><p class=MsoNormal><b><span style='color:#00A1DA'>OceanManager- Marine Software<o:p></o:p></span></b></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>