<div dir="ltr"><div><div><div><div><div><div>Hi Michael,<br><br></div>Here are two solutions to converting your geotiffs into geographic coordinates. The first one uses GDAL, and is a kind of hackish/one-shot approach that involves hand-jamming some number in; its virtue is that its easy, but would not scale if you had to do convert many files. The second approach uses NCL to do the conversion, and tries to take a programmatic approach to extracting the projection parameters from the file<br><br></div>i) I think you mentioned using gdal_translate to convert your tiff into NetCDF. The GDAL utility "gdalwarp" will do that conversion and perform the reprojection. I used:<br><br>gdalwarp -s_srs "+proj=lcc +lon_0=-100 +lat_0=42.5 +lat_1=25 +lat_2=60 +a=6378137 +b=6356752" -t_srs "+proj=longlat" -of netCDF slope_ncols_nrows_rescale_flip_shift.tif <a href="http://slope_ncols_nrows_rescale_flip_shift.nc">slope_ncols_nrows_rescale_flip_shift.nc</a><br><br></div>The s_srs and t_srs parameters are source/target projection parameters. They are given whats referred to as a "proj4 string", which is the manner in which the Proj4 cartographic projection library expects projection parameters. The numerical values in the s_srs where extracted by looking at the metadata of the original geotiff. Note that the "-of netCDF" specifies the output file format.<br><br></div>Attached is an NCL script that simply reads the reprojected file and plots it (no attempt at esthetics here -- I just want to know of the georeferencing was correct!). (plotslope.ncl and plotslope.png).<br><br></div>ii) The second approach still uses gdal_translate to convert geotiff into NetCDF. It then utilizes NCL's (undocumented) interface to the Proj4 library. It first programmatically extracts metadata from the NetCDF to build up proj4 strings and then invokes transform_coordinate() to convert the lambert conformal coordinates into lat/lon. It also produces a plot just to verify that the georeferencing is correct. (xy2LL.ncl and xy2LL.png).  Note that this script was rather memory intensive, taking more memory resource than my local 16GB machine could offer.</div><div><br></div><div>So, I hope that helps. Let me know if there are questions about any of this.</div><div><br></div><div>Rick</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 2, 2018 at 8:13 AM, Michael Notaro <span dir="ltr"><<a href="mailto:mnotaro@wisc.edu" target="_blank">mnotaro@wisc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_-1345212006420816839divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p style="margin-top:0;margin-bottom:0">That's fine, I can wait.  I appreciate your help.</p><span class="">
<p style="margin-top:0;margin-bottom:0">Michael</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="m_-1345212006420816839Signature">
<div id="m_-1345212006420816839divtagdefaultwrapper" style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:Calibri,Arial,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
Michael Notaro<br>
<div>Associate Director<br>
</div>
<div>Nelson Institute Center for Climatic Research<br>
</div>
<div>University of Wisconsin-Madison<br>
</div>
<div>Phone: <a href="tel:(608)%20261-1503" value="+16082611503" target="_blank">(608) 261-1503</a><br>
</div>
<div>Email: <a href="mailto:mnotaro@wisc.edu" target="_blank">mnotaro@wisc.edu</a><br>
</div>
</div>
</div>
<br>
<br>
</span><div style="color:rgb(0,0,0)">
<hr style="display:inline-block;width:98%">
<div id="m_-1345212006420816839divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>><br>
<b>Sent:</b> Friday, March 2, 2018 8:31 AM<div><div class="h5"><br>
<b>To:</b> Michael Notaro<br>
<b>Subject:</b> Re: [ncl-talk] Projection lat/lon (follow-up to earlier GeoTIFF to netcdf email)</div></div></font>
<div> </div>
</div><div><div class="h5">
<div>
<div dir="ltr">
<div>
<div>Hi Michael, <br>
<br>
</div>
I was able to get those files. Unfortunately, I won't be able to do much with them until Monday evening at the earliest, as I'm on travel starting today. I don't know you timeline, but feel free to re-post to ncl-talk if things are more urgent for you.<br>
<br>
</div>
Rick<br>
<br>
</div>
<div class="m_-1345212006420816839x_gmail_extra"><br>
<div class="m_-1345212006420816839x_gmail_quote">On Thu, Mar 1, 2018 at 1:59 PM, Michael Notaro <span dir="ltr">
<<a href="mailto:mnotaro@wisc.edu" id="m_-1345212006420816839LPlnk393997" target="_blank">mnotaro@wisc.edu</a>></span> wrote:<br>
<blockquote class="m_-1345212006420816839x_gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div id="m_-1345212006420816839x_m_-5187751748117989395divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif">
<p style="margin-top:0;margin-bottom:0">Thanks.  I finished ftp'ing the files.  The filenames are:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><a href="http://slope_daymet.nc" id="m_-1345212006420816839LPlnk633945" target="_blank">slope_daymet.nc</a></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><br>
</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>slope_ncols_nrows_rescale_flip<wbr>_shift.tfw</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>slope_ncols_nrows_rescale_flip<wbr>_shift.tif</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>slope_ncols_nrows_rescale_flip<wbr>_shift.tif.aux.xml</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>slope_ncols_nrows_rescale_flip<wbr>_shift.tif.ovr</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>slope_ncols_nrows_rescale_flip<wbr>_shift.tif.xml</span></p>
<br>
<p></p>
<p style="margin-top:0;margin-bottom:0"></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><a href="http://aspect_daymet.nc" id="m_-1345212006420816839LPlnk251609" target="_blank">aspect_daymet.nc</a></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><br>
</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>aspect_ncols_nrows_rescale_fli<wbr>p_shift.tfw</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>aspect_ncols_nrows_rescale_fli<wbr>p_shift.tif</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>aspect_ncols_nrows_rescale_fli<wbr>p_shift.tif.aux.xml</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>aspect_ncols_nrows_rescale_fli<wbr>p_shift.tif.ovr</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span>aspect_ncols_nrows_rescale_fli<wbr>p_shift.tif.xml</span></p>
<span><br>
<p></p>
<p style="margin-top:0;margin-bottom:0">Michael</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="m_-1345212006420816839x_m_-5187751748117989395Signature">
<div id="m_-1345212006420816839x_m_-5187751748117989395divtagdefaultwrapper" style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:Calibri,Arial,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
Michael Notaro<br>
<div>Associate Director<br>
</div>
<div>Nelson Institute Center for Climatic Research<br>
</div>
<div>University of Wisconsin-Madison<br>
</div>
<div>Phone: <a href="tel:(608)%20261-1503" value="+16082611503" target="_blank">(608) 261-1503</a><br>
</div>
<div>Email: <a href="mailto:mnotaro@wisc.edu" target="_blank">mnotaro@wisc.edu</a><br>
</div>
</div>
</div>
<br>
<br>
</span>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block;width:98%">
<div id="m_-1345212006420816839x_m_-5187751748117989395divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" target="_blank">brownrig@ucar.edu</a>><br>
<b>Sent:</b> Thursday, March 1, 2018 2:52 PM<br>
<b>To:</b> Michael Notaro
<div>
<div class="m_-1345212006420816839x_h5"><br>
<b>Subject:</b> Re: [ncl-talk] Projection lat/lon (follow-up to earlier GeoTIFF to netcdf email)</div>
</div>
</font>
<div> </div>
</div>
<div>
<div>
<div class="m_-1345212006420816839x_h5">
<div dir="ltr">
<div>
<div>
<div>
<div>Yes, we an FTP site:<br>
<br>
</div>
<a href="http://ftp.cgd.ucar.edu" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk637385" target="_blank">ftp.cgd.ucar.edu</a><br>
</div>
cd incoming<br>
<br>
</div>
Please let me know the exact name of the file once posted -- we can't view the contents of that directory for "security reasons", although we can retreive anything from there if we know the filename.<br>
<br>
</div>
RB<br>
</div>
</div>
</div>
<div class="m_-1345212006420816839x_m_-5187751748117989395x_gmail_extra"><br>
<div class="m_-1345212006420816839x_m_-5187751748117989395x_gmail_quote">
<div>
<div class="m_-1345212006420816839x_h5">On Thu, Mar 1, 2018 at 1:48 PM, Michael Notaro <span dir="ltr">
<<a href="mailto:mnotaro@wisc.edu" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk251722" target="_blank">mnotaro@wisc.edu</a>></span> wrote:<br>
</div>
</div>
<blockquote class="m_-1345212006420816839x_m_-5187751748117989395x_gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif">
<div>
<div class="m_-1345212006420816839x_h5">
<p style="margin-top:0;margin-bottom:0">Thanks, Rick.  Much appreciated.  Do you have an ftp site to</p>
<p style="margin-top:0;margin-bottom:0">provide the data?  Otherwise I can put the files on our own ftp.</p>
<p style="margin-top:0;margin-bottom:0">Michael</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286Signature">
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286divtagdefaultwrapper" style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:Calibri,Arial,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
Michael Notaro<br>
<div>Associate Director<br>
</div>
<div>Nelson Institute Center for Climatic Research<br>
</div>
<div>University of Wisconsin-Madison<br>
</div>
<div>Phone: <a href="tel:(608)%20261-1503" value="+16082611503" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk435730" target="_blank">
(608) 261-1503</a><br>
</div>
<div>Email: <a href="mailto:mnotaro@wisc.edu" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk697158" target="_blank">
mnotaro@wisc.edu</a><br>
</div>
</div>
</div>
<br>
<br>
</div>
</div>
<div style="color:rgb(0,0,0)">
<div>
<div class="m_-1345212006420816839x_h5">
<hr style="display:inline-block;width:98%">
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286divRplyFwdMsg" dir="ltr">
<font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Rick Brownrigg <<a href="mailto:brownrig@ucar.edu" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk876898" target="_blank">brownrig@ucar.edu</a>><br>
<b>Sent:</b> Thursday, March 1, 2018 2:37 PM<br>
<b>To:</b> Michael Notaro; Ncl-talk<br>
<b>Subject:</b> Re: [ncl-talk] Projection lat/lon (follow-up to earlier GeoTIFF to netcdf email)</font>
<div> </div>
</div>
</div>
</div>
<div>
<div>
<div class="m_-1345212006420816839x_h5">
<div>
<div class="m_-1345212006420816839x_m_-5187751748117989395x_h5">
<div dir="ltr">
<div>
<div>
<div>
<div>Hi Michael,<br>
<br>
</div>
NCL has an unadvertised interface to the Proj4 cartographic library, which could be used to convert between the implied meters coordinate system of the projection into lat/lons. All the info is there in the metadata needed to make this possible.<br>
</div>
<div><br>
</div>
<div>The function is TransformCoordinate_W(SrcProj:<wbr>string, DstProj:string, x:double, y:double, z:double)</div>
<div><br>
</div>
<div>where Src/DstProj are proj4 projection parameters. Coordinates are passed in and returned via the x/y/z arrays.</div>
<div><br>
</div>
If you are not familiar with Proj4, if you could share this NetCDF file with me, I'll take a stab at an implementation showing the steps, and repost the solution back to you and as well as the email group. Besides that, the original tiff appears to contain
 multiple subsampled images of the original -- I'm curious as to what GDAL did with that.</div>
<div><br>
</div>
<div>That all said, I'm traveling the next 4 days, and may not be able to get to this right away.</div>
<div><br>
</div>
<div>FWIW...</div>
<div>Rick</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_gmail_extra"><br>
<div class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_gmail_quote">
<div>
<div class="m_-1345212006420816839x_h5">
<div>
<div class="m_-1345212006420816839x_m_-5187751748117989395x_h5">On Thu, Mar 1, 2018 at 9:29 AM, Michael Notaro
<span dir="ltr"><<a href="mailto:mnotaro@wisc.edu" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk923345" target="_blank">mnotaro@wisc.edu</a>></span> wrote:<br>
</div>
</div>
</div>
</div>
<blockquote class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div class="m_-1345212006420816839x_h5">
<div>
<div class="m_-1345212006420816839x_m_-5187751748117989395x_h5">
<div dir="ltr">
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif">
<p style="margin-top:0;margin-bottom:0"><span style="font-size:11pt">Thanks to Jonathan's suggestion, I used GDAS to convert a GeoTIFF file containing slope data to netcdf.</span></p>
<p style="margin-top:0;margin-bottom:0"><span style="font-size:11pt">The netcdf file contains Band1(y,x) where y=8732 and x=10405.  The projection is </span><span style="font-family:Menlo;font-size:11pt">Lambert_Conformal_Conic_2SP<wbr>.</span></p>
<p style="margin-top:0;margin-bottom:0"><span style="font-family:Menlo;font-size:11pt">See the info below on the projection.  How can I obtain the latitude and longitude</span></p>
<p style="margin-top:0;margin-bottom:0"><span style="font-family:Menlo;font-size:11pt">values for each grid cell?</span></p>
<p style="margin-top:0;margin-bottom:0"><span style="font-family:Menlo;font-size:18px"><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span style="font-family:Menlo;font-size:11pt">Thanks, Michael</span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><span style="font-size:11pt">NCDUMP RESULTS</span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">[mmia:~/nps_daymet/slope_ncols<wbr>_nrows_rescale_flip_shift.tif] notaro% ncdump -h
<a href="http://slope_daymet.nc" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk437995" target="_blank">
slope_daymet.nc</a></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">netcdf slope_daymet {</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">dimensions:</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">x = 10405 ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">y = 8732 ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">variables:</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">char lambert_conformal_conic ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:grid_m<wbr>apping_name = "lambert_conformal_conic" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:longit<wbr>ude_of_central_meridian = -100. ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:false_<wbr>easting = 0. ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:false_<wbr>northing = 0. ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:latitu<wbr>de_of_projection_origin = 42.5 ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:standa<wbr>rd_parallel = 25., 60. ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:long_n<wbr>ame = "CRS definition" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:longit<wbr>ude_of_prime_meridian = 0. ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:semi_m<wbr>ajor_axis = 6378137. ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:invers<wbr>e_flattening = 298.257223563 ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:spatia<wbr>l_ref = "PROJCS[\"Lambert_Conformal_Co<wbr>nic_2SP\",GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHERO<wbr>ID[\"WGS
 84\",6378137,298.257223563,AUT<wbr>HORITY[\"EPSG\",\"7030\"]],AUT<wbr>HORITY[\"EPSG\",\"6326\"]],PRI<wbr>MEM[\"Greenwich\",0],UNIT[\"de<wbr>gree\",0.0174532925199433],AUT<wbr>HORITY[\"EPSG\",\"4326\"]],PRO<wbr>JECTION[\"Lambert_Conformal_Co<wbr>nic_2SP\"],PARAMETER[\"standar<wbr>d_parallel_1\",25],PARAMETER[\<wbr>"standard_parallel_2\",60],PAR<wbr>AMETER[\"latitude_of_origin\",<wbr>42.5],PARAMETER[\"central_<wbr>meridian\",-100],PARAMETER[\"<wbr>false_easting\",0],PARAMETER[\<wbr>"false_northing\",0],UNIT[\"<wbr>metre\",1,AUTHORITY[\"EPSG\",\<wbr>"9001\"]]]"
 ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">lambert_conformal_conic:GeoTra<wbr>nsform = "-5813750 1000 0 4995500 0 -1000 " ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">double x(x) ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">x:standard_name = "projection_x_coordinate" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">x:long_name = "x coordinate of projection" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">x:units = "m" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">double y(y) ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">y:standard_name = "projection_y_coordinate" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">y:long_name = "y coordinate of projection" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">y:units = "m" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">float Band1(y, x) ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">Band1:long_name = "GDAL Band Number 1" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">Band1:_FillValue = -9999.f ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">Band1:SourceBandIndex = 0 ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">Band1:grid_mapping = "lambert_conformal_conic" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255);min-height:21px">
<span></span><br>
</p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">// global attributes:</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">:GDAL_AREA_OR_POINT = "Area" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">:GDAL_DataType = "Generic" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">:Conventions = "CF-1.5" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">:GDAL = "GDAL 2.2.3, released 2017/11/20" ;</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="white-space:pre-wrap;font-size:11pt"></span><span style="font-size:11pt">:history = "Thu Mar 01 10:05:20 2018: GDAL CreateCopy(
<a href="http://slope_daymet.nc" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk321504" target="_blank">
slope_daymet.nc</a>, ... )" ;</span></span></p>
<br>
<p></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><span style="font-size:11pt">INFO FROM GDAL</span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">[mmia:~/nps_daymet/slope_ncols<wbr>_nrows_rescale_flip_shift.tif] notaro% gdalinfo slope_ncols_nrows_rescale_flip<wbr>_shift.tif</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Driver: GTiff/GeoTIFF</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Files: slope_ncols_nrows_rescale_flip<wbr>_shift.tif</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">      
</span><span style="font-size:11pt">slope_ncols_nrows_rescale_flip<wbr>_shift.tif.ovr</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">      
</span><span style="font-size:11pt">slope_ncols_nrows_rescale_flip<wbr>_shift.tif.aux.xml</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Size is 10405, 8732</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Coordinate System is:</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">PROJCS["Lambert_Conformal_Coni<wbr>c_2SP",</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">GEOGCS["WGS 84",</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">       
</span><span style="font-size:11pt">DATUM["WGS_1984",</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">           
</span><span style="font-size:11pt">SPHEROID["WGS 84",6378137,298.257223563,</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">               
</span><span style="font-size:11pt">AUTHORITY["EPSG","7030"]],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">           
</span><span style="font-size:11pt">AUTHORITY["EPSG","6326"]],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">       
</span><span style="font-size:11pt">PRIMEM["Greenwich",0],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">       
</span><span style="font-size:11pt">UNIT["degree",0.01745329251994<wbr>33],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">       
</span><span style="font-size:11pt">AUTHORITY["EPSG","4326"]],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">PROJECTION["Lambert_Conformal_<wbr>Conic_2SP"],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">PARAMETER["standard_parallel_1<wbr>",25],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">PARAMETER["standard_parallel_2<wbr>",60],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">PARAMETER["latitude_of_origin"<wbr>,42.5],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">PARAMETER["central_meridian",-<wbr>100],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">PARAMETER["false_easting",0],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">PARAMETER["false_northing",0],</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">UNIT["metre",1,</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">       
</span><span style="font-size:11pt">AUTHORITY["EPSG","9001"]]]</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Origin = (-5813750.000000000000000,4995<wbr>500.000000000000000)</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Pixel Size = (1000.000000000000000,-1000.00<wbr>0000000000000)</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Metadata:</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">AREA_OR_POINT=Area</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">DataType=Generic</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Image Structure Metadata:</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">COMPRESSION=LZW</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">INTERLEAVE=BAND</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Corner Coordinates:</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="font-size:11pt">Upper Left</span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">(-5813750.000, 4995500.000) (150d36'29.26"E, 47d26' 3.93"N)</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="font-size:11pt">Lower Left</span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">(-5813750.000,-3736500.000) (142d57' 5.67"W,</span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">2d31'41.12"S)</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="font-size:11pt">Upper Right ( 4591250.000, 4995500.000) (</span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">3d59'18.41"E, 58d17'42.04"N)</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="font-size:11pt">Lower Right ( 4591250.000,-3736500.000) ( 64d56'47.60"W,</span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">1d29'22.14"N)</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span style="font-size:11pt">Center</span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">     
</span><span style="font-size:11pt">( -611250.000,</span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">629500.000) (108d35'55.06"W, 48d 8'15.05"N)</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span style="font-size:11pt">Band 1 Block=128x128 Type=Float32, ColorInterp=Gray</span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">Min=0.000 Max=0.822</span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> </span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">Minimum=0.000, Maximum=0.822, Mean=0.008, StdDev=0.030</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">NoData Value=-9999</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">Overviews: 5203x4366, 2602x2183, 1301x1092, 651x546, 326x273, 163x137</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt"> 
</span><span style="font-size:11pt">Metadata:</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">SourceBandIndex=0</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">STATISTICS_COVARIANCES=0.00092<wbr>88078976163249</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">STATISTICS_MAXIMUM=0.822413802<wbr>14691</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">STATISTICS_MEAN=0.008176409919<wbr>9458</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">STATISTICS_MINIMUM=0</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">STATISTICS_SKIPFACTORX=1</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">STATISTICS_SKIPFACTORY=1</span></span></p>
<p style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-size:18px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);background-color:rgb(255,255,255)">
<span><span class="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286x_m_-8470301448177101722Apple-converted-space" style="font-size:11pt">   
</span><span style="font-size:11pt">STATISTICS_STDDEV=0.0304763498<wbr>07947</span></span></p>
<br>
<p></p>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk476285" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk834783" target="_blank">http://mailman.ucar.edu/mailma<wbr>n/listinfo/ncl-talk</a>
</div>
<div id="m_-1345212006420816839x_m_-5187751748117989395LPBorder_GT_15199377901630.9199602746792321" style="margin-bottom:20px;overflow:auto;width:100%;text-indent:0px">
<table id="m_-1345212006420816839x_m_-5187751748117989395LPContainer_15199377901610.5773385387120742" style="width:90%;background-color:rgb(255,255,255);overflow:auto;padding-top:20px;padding-bottom:20px;margin-top:20px;border-top:1px dotted rgb(200,200,200);border-bottom:1px dotted rgb(200,200,200)" cellspacing="0">
<tbody>
<tr style="border-spacing:0px" valign="top">
<td id="m_-1345212006420816839x_m_-5187751748117989395TextCell_15199377901620.9810518769524383" colspan="2" style="vertical-align:top;padding:0px;display:table-cell">
<div id="m_-1345212006420816839x_m_-5187751748117989395LPRemovePreviewContainer_15199377901620.3514742906412991">
</div>
<div id="m_-1345212006420816839x_m_-5187751748117989395LPTitle_15199377901620.5555021519687302" style="color:rgb(153,0,0);font-weight:400;font-size:21px;font-family:wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;line-height:21px">
<a id="m_-1345212006420816839x_m_-5187751748117989395LPUrlAnchor_15199377901620.6691975045800826" href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" style="text-decoration:none" target="_blank">ncl-talk Info Page - University Corporation for ...</a></div>
<div id="m_-1345212006420816839x_m_-5187751748117989395LPMetadata_15199377901620.43763012738916474" style="margin:10px 0px 16px;color:rgb(102,102,102);font-weight:400;font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:14px">
<a href="http://mailman.ucar.edu" target="_blank">mailman.ucar.edu</a></div>
<div id="m_-1345212006420816839x_m_-5187751748117989395LPDescription_15199377901630.5059361776464442" style="display:block;color:rgb(102,102,102);font-weight:400;font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:20px;max-height:100px;overflow:hidden">
This email list is for NCL users to exchange information, ask questions, and report bugs on NCL or other related software if appropriate. It is also for the ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
</div>
</div>
</div>
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286LPBorder_GT_15199372784180.3903388296316115" style="margin-bottom:20px;overflow:auto;width:100%;text-indent:0px">
<table id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286LPContainer_15199372784160.9978651247283175" style="width:90%;background-color:rgb(255,255,255);overflow:auto;padding-top:20px;padding-bottom:20px;margin-top:20px;border-top:1px dotted rgb(200,200,200);border-bottom:1px dotted rgb(200,200,200)" cellspacing="0">
<tbody>
<tr style="border-spacing:0px" valign="top">
<td id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286TextCell_15199372784170.13693739512646608" colspan="2" style="vertical-align:top;padding:0px;display:table-cell">
<div>
<div class="m_-1345212006420816839x_h5">
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286LPRemovePreviewContainer_15199372784170.1906476257181362">
</div>
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286LPTitle_15199372784170.7767282463519884" style="color:rgb(153,0,0);font-weight:400;font-size:21px;font-family:wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;line-height:21px">
<a id="m_-1345212006420816839x_m_-5187751748117989395LPlnk724545" href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" style="text-decoration:none" target="_blank">ncl-talk Info Page - University Corporation for ...</a></div>
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286LPMetadata_15199372784180.08936345785765365" style="margin:10px 0px 16px;color:rgb(102,102,102);font-weight:400;font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:14px">
<a href="http://mailman.ucar.edu" id="m_-1345212006420816839x_m_-5187751748117989395LPlnk30144" target="_blank">mailman.ucar.edu</a></div>
</div>
</div>
<div id="m_-1345212006420816839x_m_-5187751748117989395LPBorder_GT_15199378211750.685157014406218" style="margin-bottom:20px;overflow:auto;width:100%;text-indent:0px">
<table id="m_-1345212006420816839x_m_-5187751748117989395LPContainer_15199378211740.13217101264771003" style="width:90%;background-color:rgb(255,255,255);overflow:auto;padding-top:20px;padding-bottom:20px;margin-top:20px;border-top:1px dotted rgb(200,200,200);border-bottom:1px dotted rgb(200,200,200)" cellspacing="0">
<tbody>
<tr style="border-spacing:0px" valign="top">
<td id="m_-1345212006420816839x_m_-5187751748117989395TextCell_15199378211750.5819787139044403" colspan="2" style="vertical-align:top;padding:0px;display:table-cell">
<div id="m_-1345212006420816839x_m_-5187751748117989395LPRemovePreviewContainer_15199378211750.12612655266170725">
</div>
<div id="m_-1345212006420816839x_m_-5187751748117989395LPTitle_15199378211750.36583753594766066" style="color:rgb(153,0,0);font-weight:400;font-size:21px;font-family:wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;line-height:21px">
<a id="m_-1345212006420816839x_m_-5187751748117989395LPUrlAnchor_15199378211750.7614627427492289" href="http://mailman.ucar.edu/" style="text-decoration:none" target="_blank">Mailing List Manager</a></div>
<div id="m_-1345212006420816839x_m_-5187751748117989395LPMetadata_15199378211750.7067790852895692" style="margin:10px 0px 16px;color:rgb(102,102,102);font-weight:400;font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:14px">
<a href="http://mailman.ucar.edu" target="_blank">mailman.ucar.edu</a></div>
<div id="m_-1345212006420816839x_m_-5187751748117989395LPDescription_15199378211750.01892233865109394" style="display:block;color:rgb(102,102,102);font-weight:400;font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:20px;max-height:100px;overflow:hidden">
Mailing List Manager. Are you coming here as: Mailing List User. or Mailing List Manager/Administrator (requires list pass words) WARNING TO LIST ADMINISTRATORS: Do ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<span><br>
<div id="m_-1345212006420816839x_m_-5187751748117989395x_m_8916188016982737286LPDescription_15199372784180.12533807849118572" style="display:block;color:rgb(102,102,102);font-weight:400;font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:20px;max-height:100px;overflow:hidden">
This email list is for NCL users to exchange information, ask questions, and report bugs on NCL or other related software if appropriate. It is also for the ...</div>
</span></td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div></div></div>
</div>
</div>

</blockquote></div><br></div>