<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi Ruben,</p>
<p><br>
</p>
<p>The short answer is that the NARRE is not on a regular lat-lon grid, and my data processing codes are not optimized for such grids.
<br>
</p>
<p><br>
</p>
<p>Long answer:<br>
</p>
<p>The data processing code in rNOMADS work best on regular lat lon grids, for the simple reason that I exclusively use the GFS in my own work. I decided to put some of the more useful functions into the official package after considerable internal debate,
mainly because I wanted to save users time. At the same time, rNOMADS is intended to be a pipeline and not a "weather model processing package" so some of these functions are not very sophisticated.</p>
<p><br>
</p>
<p>Your best bet at this point is to download the grib file in the region of interest, read it in, examine the lat/lon values it returns, select the one closest to the region you want, and use that one.
<br>
</p>
<p><br>
</p>
<p>I've written up a script that should do what you want:</p>
<p><a id="LPlnk311811" href="http://pastebin.com/6gv6gkP6">http://pastebin.com/6gv6gkP6</a></p>
<p><br>
</p>
<p>Best,</p>
<p><br>
</p>
<p>Danny<br>
</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
Daniel C. Bowman<br>
Doctoral Candidate in Geophysics<br>
UNC Chapel Hill<br>
phone: 575-418-8555<br>
<b>curriculum vitae</b>: http://www.unc.edu/~haksaeng/curriculum_vitae/bowman_cv.pdf
<br>
<b>LinkedIn</b>: <a id="LPNoLP" title="Ctrl+Click or tap to follow the link" href="https://www.linkedin.com/in/dannycbowman" class="view-public-profile">
https://www.linkedin.com/in/dannycbowman</a><br>
web:http://geosci.unc.edu/page/daniel-c-bowman<br>
twitter: @dannycbowman<br>
<br>
</div>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> rnomads-user-bounces@lists.r-forge.r-project.org <rnomads-user-bounces@lists.r-forge.r-project.org> on behalf of Ruben Kertesz <rkertesz@emnet.net><br>
<b>Sent:</b> Monday, February 29, 2016 7:03 PM<br>
<b>To:</b> rnomads-user@lists.r-forge.r-project.org<br>
<b>Subject:</b> [Rnomads-user] Issue with using multiple Lat/Lon. Not sure what is causing it.</font>
<div> </div>
</div>
<div>
<div style="">
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
Good evening,</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
I have been using rNOMADS for some rainfall work and am happy to say that it is very powerful! Today I ran into an issue where I can’t use multiple lat/lon values for the RTModelProfile function. Actually, I can if they are very close to (-79.052104, 35.907553
- lon/lat). I would like to ask if anyone has insight into why this is happening.</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
First of all, I put my code up to pastebin here: <a style="color: rgb(5, 99, 193); text-decoration: underline;" href="http://pastebin.com/WyVn84bp">
http://pastebin.com/WyVn84bp</a></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
The issue is showing up in BuildProfile. The code is reproduced here. I get valid values in layer.img when using the single x/y.</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b> if (spatial.average) {</b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b> for (k in seq_len(length(gridded.data$levels))) {</b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b> for (j in seq_len(length(gridded.data$variables))) {</b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b> <span style="background:yellow">layer.img <- t(rbind(as.vector(cart.pts$x), as.vector(cart.pts$y[nrow(cart.pts$y):1,
</span></b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b><span style="background:yellow"> ]), as.vector(t(gridded.data$z[k, j, , ]))))</span></b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b> profile.data[k, j] <- MBA::mba.points(layer.img, </b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b> cbind(0, 0))[[1]][3]</b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b> }</b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
If I use this:</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b>lon <- c(-79.052104)#, -78.010020)</b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b>lat <- c(35.907553)#, 36.000200)</b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
Then I get this in layer.img:</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<div>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [,1] [,2] [,3]</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [1,] -102.02596 -129.16620 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [2,] -102.68684 -73.50205 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [3,] -103.33989 -17.83809 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [4,] -103.98508 37.82569 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [5,] -104.62235 93.48929 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [6,] -57.42160 -129.57281 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [7,] -57.79351 -73.91126 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [8,] -58.16101 -18.24976 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [9,] -58.52409 37.41168 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[10,] -58.88271 93.07305 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[11,] -12.81848 -129.75192 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[12,] -12.90150 -74.09151 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[13,] -12.98354 -18.43110 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[14,] -13.06459 37.22931 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[15,] -13.14464 92.88971 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[16,] 31.78435 -129.70356 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[17,] 31.99021 -74.04284 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[18,] 32.19362 -18.38214 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[19,] 32.39459 37.27855 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[20,] 32.59308 92.93921 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[21,] 76.38788 -129.42772 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[22,] 76.88265 -73.76524 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[23,] 77.37156 -18.10286 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[24,] 77.85458 37.55941 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[25,] 78.33167 93.22158 0</span></pre>
</div>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
BUT If I use this:</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b>lon <- c(-79.052104, -78.010020)</b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
<b>lat <- c(35.907553, 36.000200)</b></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
Then I get this. The NA causes all sorts of problems. I ran out of steam to try and figure out why this is happening.</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<div>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [,1] [,2] [,3]</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [1,] -101.50132 -141.10061 NA</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [2,] -102.16831 -85.43643 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [3,] -102.82751 -29.77243 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [4,] -103.47889 25.89139 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [5,] -104.12238 81.55503 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [6,] -104.75795 137.21848 NA</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [7,] -57.12636 -141.50666 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [8,] -57.50171 -85.84509 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black"> [9,] -57.87267 -30.18358 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[10,] -58.23923 25.47787 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[11,] -58.60135 81.13926 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[12,] -58.95901 136.80059 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[13,] -12.75258 -141.68551 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[14,] -12.83637 -86.02510 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[15,] -12.91917 -30.36469 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[16,] -13.00100 25.29572 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[17,] -13.08183 80.95612 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[18,] -13.16167 136.61652 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[19,] 31.62094 -141.63722 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[20,] 31.82869 -85.97649 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[21,] 32.03402 -30.31579 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[22,] 32.23692 25.34490 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[23,] 32.43735 81.00557 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[24,] 32.63532 136.66622 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[25,] 75.99511 -141.36177 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[26,] 76.49445 -85.69927 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[27,] 76.98796 -30.03687 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[28,] 77.47562 25.62543 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[29,] 77.95737 81.28762 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[30,] 78.43319 136.94971 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[31,] 120.37085 -140.85909 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[32,] 121.16188 -85.19335 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[33,] 121.94369 -29.52787 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[34,] 122.71621 26.13736 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[35,] 123.47939 81.80233 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[36,] 124.23317 137.46704 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[37,] 164.74907 -140.12908 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[38,] 165.83197 -84.45864 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[39,] 166.90224 -28.78867 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[40,] 167.95981 26.88082 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[41,] 169.00459 82.54982 0</span></pre>
<pre style="background: white none repeat scroll 0% 0%; word-break: break-all; margin: 0in 0in 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="font-family:"Lucida Console"; color:black">[42,] 170.03650 138.21833 0</span></pre>
</div>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
Any help is greatly appreciated!</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
</p>
<p style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: "Calibri",sans-serif;">
Ruben Kertesz, Ph.D.<br>
Environmental Engineer<br>
EmNet LLC<br>
121 S. Niles Ave.<br>
Suite #22<br>
South Bend, IN 46617<br>
Office: 574.855.1012 x115<br>
<br>
<span style="font-size:12.0pt; font-family:"Times New Roman",serif"></span></p>
</div>
</div>
</div>
</div>
</body>
</html>