<div dir="ltr">Hello NCL users,<div><br></div><div>I have a question regarding the visualization of shapefiles using NCL. For the sake of this help request, I have constructed a sample shapefile with a simplified geometry to illustrate the issue I am having. The shapefile contains a polygon within the opening of larger polygon, but I'm not sure NCL's gsn_add_shapefile_polygons function is capturing the polygon-within-polygon nature of this shapefile. So that my issue can be reproduced, I have attached:</div><div><ol><li style="margin-left:15px">The sample shapefile I am attempting to plot</li><li style="margin-left:15px">The desired visualization of the shapefile</li><li style="margin-left:15px">The visualization that results from the gsn_add_shapefile_polygons function</li><li style="margin-left:15px">The NCL script used to plot the shapefile</li></ol></div><div>I suspect that a more nuanced approach may be needed to produce the proper visualization. If this is within the capabilities of NCL, I would appreciate any assistance you can offer. I am using NCL 6.4.0 on a Windows machine.</div><div><br></div><div>********************  <br></div><div>begin<br>  wks  = gsn_open_wks("x11","shapefile_testing")<br><br>  res = True<br>  res@gsnDraw = False<br>  res@gsnFrame = False<br>  res@gsnMaximize = True<br><br>  res@mpMinLonF = -110<br>  res@mpMaxLonF = -75<br>  res@mpMinLatF = 25<br>  res@mpMaxLatF = 55<br><br>  plot = gsn_csm_map(wks,res)<br><br>  polyRes = True<br>  polyRes@gsEdgesOn = True<br><br>  poly = gsn_add_shapefile_polygons(wks,plot,"***PATH TO SHAPEFILE***/test_shapefile.shp",polyRes)<br><br>  draw(plot)<br>  frame(wks)<br>end<br></div><div>********************</div><div><br></div><div>Regards,</div><div><br clear="all"><div><div dir="ltr" class="gmail-m_8397596732373598451gmail_signature"><div dir="ltr"><b>Adam Sisco</b><br>Research Associate<br>NASA MSFC IMPACT<br>University of Alabama in Huntsville</div><div dir="ltr"><br></div></div></div></div></div>