<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hi, Amelia —&nbsp;
<div>Always use ‘open’ with GDS station data URLs.</div>
<div><br>
</div>
<div>Once you’ve got the data set open, you can’t explicitly set which stations will get plotted on a lat/lon map. The only option is to use the ‘filt’ variable to control the density of stations in the domain.&nbsp;</div>
<div><br>
</div>
<div>'open <a href="http://monsoondata.org:9090/dods/stn/metar/2016/mon02'">http://monsoondata.org:9090/dods/stn/metar/2016/mon02'</a></div>
<div>‘set lon 6 20’</div>
<div>‘set lat 36 48’</div>
<div>‘set stid on’</div>
<div>‘set digsiz 0.15’</div>
<div>‘set gxout stnmark’</div>
<div>‘d ts’</div>
<div><br>
</div>
<div>You will see a map that shows all the stations reporting surface temperature with the stationID printed below the colored marks. you can use ‘filt’ to thin out the reports, e.g.&nbsp;</div>
<div><br>
</div>
<div>
<div>'d maskout(ts,4-filt)’</div>
</div>
<div><br>
</div>
<div>This will show fewer reports. To see what the ‘filt' value is for each station,&nbsp;</div>
<div><br>
</div>
<div>‘set gxout value’</div>
<div>‘set digsiz 0.1'</div>
<div>‘d filt’</div>
<div><br>
</div>
<div>If you also ‘set stnprint on’ and ‘set stat on’, GrADS will print the stationID, lon, lat, lev, and value to the terminal (or to the ‘result’ variable if you are running in a script).</div>
<div><br>
</div>
<div>—Jennifer</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
<div>
<div>On Feb 14, 2016, at 2:56 PM, amelia graziano &lt;<a href="mailto:ameliagraziano@TISCALINET.IT">ameliagraziano@TISCALINET.IT</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Hello everybody,<br>
<br>
I have a question! I know under <br>
<a href="http://monsoondata.org:9090/dods/stn/metar/2016/mon02">http://monsoondata.org:9090/dods/stn/metar/2016/mon02</a> there are all
<br>
the February Metars , my goal is to extract some Metar Airports at <br>
specific time and plot them on a map.<br>
<br>
I don't kow how to procede. I tried open <br>
<a href="http://monsoondata.org:9090/dods/stn/metar/2016/mon02">http://monsoondata.org:9090/dods/stn/metar/2016/mon02</a> or sdfopen
<br>
<a href="http://monsoondata.org:9090/dods/stn/metar/2016/mon02">http://monsoondata.org:9090/dods/stn/metar/2016/mon02</a><br>
<br>
But no luck!<br>
<br>
Thanks in advance for help<br>
<br>
Amelia Graziano<br>
<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
gradsusr@gradsusr.org<br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-size: 12px; orphans: 2; widows: 2;">--</div>
<div style="font-size: 12px; orphans: 2; widows: 2;">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</body>
</html>