<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi Dave,
<div class=""><br class="">
</div>
<div class="">Thanks!  I’ll look into this—I do have a higher resolution map.</div>
<div class=""><br class="">
</div>
<div class="">Cheers,</div>
<div class="">-Jonathan</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 18, 2023, at 14:25, Dave Allured - NOAA Affiliate <<a href="mailto:dave.allured@noaa.gov" class="">dave.allured@noaa.gov</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<table style="background-color: rgb(255, 240, 160); font-size: 10pt; font-family: Verdana; text-align: left; width: 100%;" class="">
<tbody class="">
<tr class="">
<td style="padding:5px;" class="">---- <b class="">External Email</b>: Use caution with attachments, links, or sharing data ----</td>
</tr>
</tbody>
</table>
<br class="">
<div class="">
<div dir="ltr" class="">
<div class="">Converting a grid of classification data into outlines is possible with custom code, but it would produce blocky outlines.  NCL's missing value perimeter lines use this outline algorithm.  You may be able to force NCL to draw these perimeter lines
 as overlays, one at a time for each zone.  You could also do this with fully custom code, stepping through all grid cells and erasing shared cell boundaries.</div>
<div class=""><br class="">
</div>
<div class="">Your zone map might be based on a more normally drawn original zone map.  I suggest looking into the origins of the Netcdf zone map, to see whether there might be an outline shapefile available, or something like it.  That would look good as an
 overlay on a temperature contour map.<br class="">
</div>
<div dir="ltr" class=""><br class="">
</div>
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Wed, Oct 18, 2023 at 3:10 AM Jonathan Buzan via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" class="">ncl-talk@mailman.ucar.edu</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
Hi NCL-Talk,<br class="">
<br class="">
I am attempting to draw a the borders for economic zones on top of my temperature data. The Economic Zones map is the same resolution as the temperature file. The values for the economic zones are 1-16. I was looking through the map outlines page, but I don’t
 see anything that takes a netcdf file and converts that data into borders. <br class="">
<br class="">
Perhaps NCL users know a method?<br class="">
<br class="">
Thanks,<br class="">
-Jonathan<br class="">
</blockquote>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>