[ncl-talk] Artifacts at date-line

Wei Huang whuang at univ-wea.com
Tue Jan 12 12:12:40 MST 2016


I am plotting a transparent image (of precipitation) with png file, then slice it to (for example 16, or 64) tiles and then
Put these tiled images on top of Google Map. As you can see, there are two vertical lines (sometimes none, and sometimes one).

Is there any way we can get rid of those lines?

Here are the major resource parameters:

   res                   = True
   res at mpProjection      = "Mercator"       ; choose projection
   res at mpGridAndLimbOn   = False            ; turn on lat/lon lines
   res at mpPerimOn         = False            ; turn off box around plot
   res at mpOutlineOn       = False
   res at mpFillOn               = False
   res at mpLimitMode       = "LatLon"
   res at mpMinLatF         =  -85.0511
   res at mpMaxLatF         =   85.0511
   res at mpMinLonF         = -180.0
   res at mpMaxLonF         =  180.0

   res at vpXF              = 0.0
   res at vpYF              = 1.0
   res at vpWidthF          = 1.0
   res at vpHeightF         = 1.0

   res at gsnAddCyclic      = True

   res at cnFillOn             = True              ; color plot desired
   res at cnLineLabelsOn       = False             ; turn off contour lines
   res at cnLinesOn            = False
   res at cnFillMode           = "AreaFill"
   res at cnLevelSelectionMode = "ExplicitLevels"   ; set explicit contour levels
   res at cnLevels            := levels
   res at cnFillColors        := colors
   res at cnConstFEnableFill   = True ; so zoomed in that filed is const
   res at cnConstFLabelOn      = False

   res at lbLabelBarOn         = False

Thanks,

Wei Huang
whuang at univ-wea.com


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot_artifacts.png
Type: image/png
Size: 231483 bytes
Desc: Screenshot_artifacts.png
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20160112/626c8bf3/attachment.png 


More information about the ncl-talk mailing list