<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Amy,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You didn't say which example you were trying to use, but if you are using the shapefile_mask_data function, you should be able to specify an integer variable instead of a string variable to specify which values to mask.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">As an example, look at shapefiles_21.ncl, which sets opt@shape_var to "NAME_1" and opt@shape_names to a list of US state names. I updated this example to show that you can also use "ID_1" as the shapefile variable name, and a list of integers for opt@shape_names.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This example does have one line I had to fix. This line:</div><div class="gmail_default"><br></div><div class="gmail_default"><div class="gmail_default">    features@_FillValue = "missing"<br></div><div class="gmail_default"><br></div><div class="gmail_default">should be changed to:</div><div class="gmail_default"><br></div><div class="gmail_default">    features@_FillValue = default_fillvalue(typeof(features))</div></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You can see the updated script at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/shapefiles.shtml#ex21">http://www.ncl.ucar.edu/Applications/shapefiles.shtml#ex21</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div><div class="gmail_default" style="font-size:small"><div class="gmail_default"><br></div></div><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 26, 2017 at 6:17 PM, Amy Hendricks <span dir="ltr"><<a href="mailto:ashendricks@alaska.edu" target="_blank">ashendricks@alaska.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Howdy NCL experts,<div><br></div><div>I'm trying to create a netcdf mask from a shapefile, however, the shape names are integers. All of the examples on the shapefiles examples page show how to mask with string shape names -- how do I convert the integer shape names to strings for creating a mask? </div><div><br></div><div>Cheers,</div><div><br></div><div>Amy<br><br><div class="gmail-m_7044949228812781515gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div></div></div></div></div></div></div>
</div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div></div>