Re: points to grid

From: Michael Notaro <mnotaro_at_nyahnyahspammersnyahnyah>
Date: Wed, 03 Dec 2008 13:31:06 -0600

Thanks for the suggestion.
triple2grid does no interpolation, so it produces data on a regular
0.5x0.5 grid with periodic missing values.
Kind of like (D=data value, M=missing):

DMMDMMDMM
MMMMMMMMM
DMMDMMDMM

Mike

On Dec 3, 2008, at 1:28 PM, Correia, James wrote:

> You can try triple2grid I think.
> jimmyc
>
>
> On 12/3/08 11:18 AM, "Michael Notaro" <mnotaro_at_wisc.edu> wrote:
>
>> I have 11,000 random data points of vegetation with a latitude and
>> longitude for each point.
>> I want to create a global 2D lat/lon grid (0.5x0.5 degree) with this
>> data, using interpolation. Data over the ocean
>> should either be all 0's or missing, either way. Which approach /
>> function is best for this?
>>
>> veg(11000)
>> lat(11000)
>> lon(11000)
>>
>> TO
>>
>> data(360,720)
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Dec 03 2008 - 12:31:06 MST

This archive was generated by hypermail 2.2.0 : Thu Dec 11 2008 - 03:51:46 MST