X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 15 Jul 2012 08:48 AM by  anon
Blank of vector plot over Stereographic map projection!
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
15 Jul 2012 08:48 AM
    Hi guys, I run the fellowing code with windows IDL 8.2: ; Read the data. RESTORE, FILEPATH('globalwinds.dat', SUBDIR=['examples','data']) mp_bg = MAP('Stereographic', $ CENTER_LONGITUDE=110, $ CENTER_LATITUDE=90) vec = vector(u, v, x, y, /overplot, GRID_UNITS=2) But there is a blank area between 60W to 180W. So why?

    Deleted User



    New Member


    Posts:
    New Member


    --
    16 Jul 2012 01:25 PM
    It looks like your center_longitude isn't correct. Try the following: mp_bg = MAP('Stereographic', $ CENTER_LONGITUDE=0, $ CENTER_LATITUDE=90)

    Deleted User



    New Member


    Posts:
    New Member


    --
    17 Jul 2012 01:42 AM
    So center_longitude must be set to 0
    You are not authorized to post a reply.