<div dir="ltr"><div>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><br></div><div>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></div><div dir="ltr"><br></div><br><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">ncl-talk@mailman.ucar.edu</a>> wrote:<br></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>
<br>
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>
<br>
Perhaps NCL users know a method?<br>
<br>
Thanks,<br>
-Jonathan<br>
</blockquote></div></div>