<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hi, Andrew —&nbsp;
<div>You’ve gotten a lot of good help from other users on this question. The only thing I can add is that maybe it’s a longitude wrapping issue. Try testing with the output from ‘q shp’ — this returns a list of all the polygons in the file and some metadata
 about them including their lat/lon boundaries. E.g.&nbsp;</div>
<div><br>
</div>
<div>
<div><font face="Courier" style="font-size: 14px;">ga-&gt; q shp admin98</font></div>
<div><font face="Courier" style="font-size: 14px;">Shapefile Type=Polygon #Shapes=2604 XBounds=-180:180 YBounds=-90:83.6236</font></div>
<div><font face="Courier" style="font-size: 14px;">0: &nbsp;Polygon &nbsp;parts=1 &nbsp;vertices=19 &nbsp;XBounds=-70.0633:-69.8733 &nbsp;YBounds=12.4111:12.6311 &nbsp;ZBounds=0:0 &nbsp;MBounds=0:0&nbsp;</font></div>
<div><font face="Courier" style="font-size: 14px;">1: &nbsp;Polygon &nbsp;parts=2 &nbsp;vertices=48 &nbsp;XBounds=-61.8911:-61.6664 &nbsp;YBounds=16.9897:17.725 &nbsp;ZBounds=0:0 &nbsp;MBounds=0:0&nbsp;</font></div>
<div><font face="Courier" style="font-size: 14px;">2: &nbsp;Polygon &nbsp;parts=1 &nbsp;vertices=462 &nbsp;XBounds=69.9325:74.9157 &nbsp;YBounds=35.4396:38.4721 &nbsp;ZBounds=0:0 &nbsp;MBounds=0:0&nbsp;</font></div>
</div>
<div><br>
</div>
<div>If the XBounds are defined from -180 to 180 and you are drawing 0 to 360, you may not see all the shapes.&nbsp;</div>
<div>—Jennifer</div>
<div><br>
</div>
<div><br>
<div>
<div>On Aug 17, 2016, at 4:10 PM, Andrew Revering &lt;<a href="mailto:andy@f5data.com">andy@f5data.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div>Thanks for the link Stephen.</div>
<div>I tried the file but still doesn't draw. On the same map I used Admin98 and it drew the Yukon Territory no problem. I also tried putting these shape files into the same path as admin98 but no luck.</div>
<div><br>
</div>
<div>
<div>open gfs003.ctl</div>
<div>Scanning description file: gfs003.ctl</div>
<div>Data file gfs003.grib is open as file 1</div>
<div>LON set to 0 360</div>
<div>LAT set to -90 90</div>
<div>LEV set to 1 1</div>
<div>Time values set: 2016:8:17:9 2016:8:17:9</div>
<div>E set to 1 1</div>
<div><br>
</div>
<div>ga-&gt; set lon -179.8 -127.2</div>
<div>LON set to -179.8 -127.2</div>
<div>ga-&gt; set lat 50.9 73.9</div>
<div>LAT set to 50.9 73.9</div>
<div><br>
</div>
<div>ga-&gt; set shp cb_2015_us_county_500k.shp</div>
<div>Shapefile output file name root: cb_2015_us_county_500k.shp</div>
<div>Shapefile output type: line</div>
<div>Shapefile format string is %12.6f</div>
<div>ga-&gt; d tmp2m</div>
<div>Contouring: 264 to 291 interval 3</div>
<div><br>
</div>
<div>ga-&gt; draw shp admin98<br>
</div>
<div>ga-&gt; draw shp cb_2015_us_county_500k.shp</div>
<div>ga-&gt; printim test.png</div>
<div>Created PNG file test.png</div>
<div><br>
</div>
</div>
<div>result:&nbsp;<a href="http://f5data.net/test.png">http://f5data.net/test.png</a></div>
<div><br>
</div>
<div><br>
</div>
<div>&nbsp;</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
&gt; ------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Date: Tue, 16 Aug 2016 16:37:48 -0400<br>
From: Stephen McMillan &lt;<a href="mailto:smcmillan@planalytics.com">smcmillan@planalytics.com</a>&gt;<br>
Subject: Re: [gradsusr] Drawing Shape Files<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID:<br>
&nbsp; &nbsp; &nbsp; &nbsp; &lt;CA&#43;exxN2i=<a href="mailto:SEHQXjQbhYPmRmR_pPwbRzMLZDJrA%2BPm-UvKuXnMg@mail.gmail.com">SEHQXjQbhYPmRmR_<wbr>pPwbRzMLZDJrA&#43;Pm-UvKuXnMg@<wbr>mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hi Andrew,<br>
<br>
There are quite a number of sources for shapefiles, including US counties.<br>
Here's one that might be useful:<br>
<br>
<a href="https://www.census.gov/geo/maps-data/data/cbf/cbf_counties.html" rel="noreferrer" target="_blank">https://www.census.gov/geo/<wbr>maps-data/data/cbf/cbf_<wbr>counties.html</a><br>
<br>
Above link has three different resolutions.&nbsp; Just download and unzip to<br>
wherever you keep your shapefiles.&nbsp; I tried the &quot;500k&quot; resolution and it<br>
includes Alaska counties, so maybe it will suit your needs.&nbsp; Be sure to<br>
read the data description on the web page for appropriateness and any<br>
limitations.<br>
<br>
Good luck--<br>
Stephen Mc<br>
</blockquote>
</div>
</div>
</div>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-size: 12px; orphans: 2; widows: 2;">--</div>
<div style="font-size: 12px; orphans: 2; widows: 2;">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</body>
</html>