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

Home » Public Forums » archive » Re: Drawing satellite pixels on maps?
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: Drawing satellite pixels on maps? [message #7455 is a reply to message #7452] Tue, 19 November 1996 00:00 Go to previous messageGo to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Philippe Peeters <Philippe.Peeters@oma.be> writes:

> [Question about rendering split pixels that I can't answer without research.]
>
> And now a question related to the same topic. How can I resample the
> irregular ground pixels onto a regular (square or rectangle) grid?

The easiest way to resample irregular ground pixels to a regular
grid is to use the TRIANGULATE and TRIGRID routines that are
built into IDL. The method is straightforward: the TRIANGULATE
procedure takes your sample locations and returns a set of
Delaunay triangles constructed from the locations. Passing the
locations, the data itself, and the triangles to the TRIGRID function
results in a gridded data set. You can specify the grid intervals.

Depending upon the geographical extent of your data locations,
you may prefer to perform spherical gridding (i.e. use spherical
triangles rather than flat, 2D triangles). Be aware that the
TRIANGULATE and TRIGRID routines are capable of this as
well, although different keywords need to be used (e.g, see
the SPHERE keyword to TRIANGULATE).

David

*************************************************
* David Fanning, Ph.D.
* 2642 Bradbury Court, Fort Collins, CO 80521
* Phone: 970-221-0438 Fax: 970-221-4762
* E-Mail: davidf@dfanning.com
*
* Sometimes I go about pitying myself, and all along my
* soul is being blown by great winds across the sky.
* -- Ojibway saying
************************************************
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: INTERPOLATION TECHNIQUES HELP
Next Topic: Re: Overplot on eastern US

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

Current Time: Sat Nov 29 03:39:29 PST 2025

Total time taken to generate the page: 2.08698 seconds