comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Irregularly Lat Lon Grid: Displaying Land Types
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Irregularly Lat Lon Grid: Displaying Land Types [message #40968 is a reply to message #40879] Mon, 20 September 2004 12:07 Go to previous messageGo to previous message
K. Bowman is currently offline  K. Bowman
Messages: 330
Registered: May 2000
Senior Member
In article <fd11a4c5.0409201045.719a894f@posting.google.com>,
alonge@atmos.albany.edu (Thundurstruck) wrote:

> The grid is output from NCEP's operational ETA forecast model on the
> Arakawa (rotated lat-lon) E-grid. The grid is staggered row by row,
> rotating wind and mass points, giving the the data a diamond type grid
> box.
>
> Here is a short example
>
> H V H V H V
> V H V H V H
> H V H V H V
>
> The grid is 606 in E-W or x direction and 1067 in the N-S or y
> direction.
>
> The SW corner is located at 3.441S , 148.799 W
> and the NW corner is located at 50.000N , 111.000 W
>
> Thanks,
> Chuck

If you know the lats and lons of the corners of the boxes, you can use
POLYFILL to draw polygons for each grid cell on any map projection.

IDL> map_set, /cont
IDL> polyfill, [0.0, 10.0, 20.0, 10.0, 0.0], [0.0, 10.0, 0.0, -10.0,
0.0], color = ...
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Irregularly Lat Lon Grid: Displaying Land Types
Next Topic: Re: string animations etc.

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 11:36:20 PDT 2025

Total time taken to generate the page: 8.31803 seconds