Re: map with no data

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon, 4 Dec 2006 20:54:55 -0700 (MST)

> Hi, I need to create a study area location map, very much like the example
> shown in
>
> http://www.ncl.ucar.edu/Applications/Scripts/polyg_4.ncl
>
> but without plotting any data. The only information I'd like to show is US
> States boundaries and a bounding box. I tried creating an empty dataset but I
> get a warning error saying that contour can't work on a constant field. Also,
> the states boundaries won't show, even if I set
>
> res_at_mpOutlineBoundarySets="USStates"
> _______________________________________________
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Based on
   
      http://www.ncl.ucar.edu/Applications/maponly.shtml
      Example 12

Just set the map projection...

      res_at_mpProjection = "Orthographic"
      map = gsn_csm_map(wks,res)

good luck
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Dec 04 2006 - 20:54:55 MST

This archive was generated by hypermail 2.2.0 : Tue Dec 05 2006 - 13:29:24 MST