<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;">
The C programs referred to in this email are in&nbsp;<a href="ftp://cola.gmu.edu/pub/jma/metar_decoding/">ftp://cola.gmu.edu/pub/jma/metar_decoding/</a>. The metar data that is behind our GDS (<a href="http://monsoondata.org:9090/dods/stn/metar/past48'">http://monsoondata.org:9090/dods/stn/metar</a>)
 already has the ‘filt’ variable in there.&nbsp;
<div>—Jennifer<br>
<div><br>
<div><br>
<div>
<div>On Dec 30, 2015, at 11:51 PM, Rabah Hachelaf &lt;<a href="mailto:r.hachelaf@gmail.com">r.hachelaf@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div><span style=""><font face="times new roman, serif">Hello,&nbsp;</font></span></div>
<div>
<pre><font face="times new roman, serif"><i style="">I would like to skip a </i><i><font>number of stations data when plot it with grads.I find the message below describing a trick used in COLA, i am wondering if this method still valid&nbsp;</font></i></font></pre>
<pre><font face="times new roman, serif"><i>or is there another&nbsp;</i></font><i style="font-family:'times new roman',serif">one.</i></pre>
<pre><i><font face="times new roman, serif">Thanks.</font></i></pre>
<pre><i><font face="times new roman, serif">Rabah  </font></i></pre>
</div>
<b style="font-family: 'Times New Roman'; font-size: inherit;">
<div><b style="font-family: 'Times New Roman'; font-size: inherit;"><br>
</b></div>
<div><b style="font-family: 'Times New Roman'; font-size: inherit;"><br>
</b></div>
Jennifer Adams</b><span style="font-family: 'Times New Roman'; font-size: inherit;">&nbsp;</span><a href="mailto:gradsusr%40gradsusr.org?Subject=Re:%20%5Bgradsusr%5D%20Skip%20stations%20when%20plotting%20station%20data&amp;In-Reply-To=%3C0AADE852-4D26-4343-8C14-D4A89670CA21%40cola.iges.org%3E" title="[gradsusr] Skip stations when plotting station data" style="font-family: 'Times New Roman'; font-size: inherit;">jma
 at cola.iges.org&nbsp;</a><br style="font-family: 'Times New Roman'; font-size: inherit;">
<i style="font-family: 'Times New Roman'; font-size: inherit;">Thu Jan 20 10:16:09 EST 2011</i><span style="font-family: 'Times New Roman'; font-size: inherit;"></span>
<div style="font-family: 'Times New Roman'; font-size: inherit;"><br class="webkit-block-placeholder">
</div>
<ul style="font-family: 'Times New Roman'; font-size: inherit;">
<li>Previous message:&nbsp;<a href="http://gradsusr.org/pipermail/gradsusr/2011-January/029182.html">[gradsusr] Skip stations when plotting station data</a></li><li>Next message:&nbsp;<a href="http://gradsusr.org/pipermail/gradsusr/2011-January/029187.html">[gradsusr] How to set time attribute in sdfwrite</a></li><li><b>Messages sorted by:</b>&nbsp;<a href="http://gradsusr.org/pipermail/gradsusr/2011-January/date.html#29192">[ date ]</a>&nbsp;<a href="http://gradsusr.org/pipermail/gradsusr/2011-January/thread.html#29192">[ thread ]</a>&nbsp;<a href="http://gradsusr.org/pipermail/gradsusr/2011-January/subject.html#29192">[
 subject ]</a>&nbsp;<a href="http://gradsusr.org/pipermail/gradsusr/2011-January/author.html#29192">[ author ]</a></li></ul>
<hr style="font-family: 'Times New Roman'; font-size: inherit;">
<pre style="">Brian Doty has solved this problem with a C program that creates a  
'filt' variable for the surface metars. The code does the following:
1) Assigns priorities to each report that are based on a combination  
of the number of variables available and the intensity of precipitation
2) Filters out observations at a particular radius: first pass based  
on priority, subsequent passes based on proximity to other obs.
3) All the obs are then written out with an extra data variable,  
called 'filt', that you can use when drawing. The filt variable ranges  
between 1 and 6.

For example,
'open  <a href="http://monsoondata.org:9090/dods/stn/metar/past48'">http://monsoondata.org:9090/dods/stn/metar/past48'</a>
'set gxout stnmark'
'set lat 25 50'
'set lon -125 -65'
'd maskout(ts,filt-4)'   ;* draws fewer obs
'd maskout(ts,filt-2);   ;* draws more obs

We use Brian's code operationally at COLA (for the real time metars  
behind our GDS) but cannot support it beyond that. Please write to me  
offline if you would like a copy.
--Jennifer</pre>
<div><br>
</div>
-- <br>
<div class="gmail_signature">
<div dir="ltr">
<div><br>
</div>
<br>
</div>
</div>
</div>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</body>
</html>