Jeff Whitaker wrote:
> Armin Moser wrote:
>> Jeff Whitaker wrote:
>>
>>> Armin Moser wrote:
>>>
Hi,
I would like to interpolate an array of shape (801,676) to regularily
spaced datapoints using griddata. This interpolation is quick if the
(x,y) supporting points are
Eric Firing wrote:
> Jeff Whitaker wrote:
>> Armin Moser wrote:
>>> Jeff Whitaker wrote:
>>>
Armin Moser wrote:
> Hi,
>
> I would like to interpolate an array of shape (801,676) to regularily
> spaced datapoints using griddata. This interpolation is quick if the
Jeff Whitaker wrote:
> Armin Moser wrote:
>> Jeff Whitaker wrote:
>>
>>> Armin Moser wrote:
>>>
Hi,
I would like to interpolate an array of shape (801,676) to regularily
spaced datapoints using griddata. This interpolation is quick if the
(x,y) supporting points are c
Jeff Whitaker wrote:
> Armin Moser wrote:
>> Jeff Whitaker wrote:
>>
>>> Armin Moser wrote:
>>>
Hi,
I would like to interpolate an array of shape (801,676) to regularily
spaced datapoints using griddata. This interpolation is quick if the
(x,y) supporting points are
Armin Moser wrote:
> Jeff Whitaker wrote:
>
>> Armin Moser wrote:
>>
>>> Hi,
>>>
>>> I would like to interpolate an array of shape (801,676) to regularily
>>> spaced datapoints using griddata. This interpolation is quick if the
>>> (x,y) supporting points are computed as X,Y = meshgrid(x,y)
Jeff Whitaker wrote:
> Armin Moser wrote:
>> Hi,
>>
>> I would like to interpolate an array of shape (801,676) to regularily
>> spaced datapoints using griddata. This interpolation is quick if the
>> (x,y) supporting points are computed as X,Y = meshgrid(x,y). If this
>> condition is not fullfilled
On Fri, Feb 20, 2009 at 8:11 AM, Armin Moser
wrote:
> Hi,
>
> I would like to interpolate an array of shape (801,676) to regularily
> spaced datapoints using griddata. This interpolation is quick if the
> (x,y) supporting points are computed as X,Y = meshgrid(x,y). If this
> condition is not fullf
Armin Moser wrote:
> Hi,
>
> I would like to interpolate an array of shape (801,676) to regularily
> spaced datapoints using griddata. This interpolation is quick if the
> (x,y) supporting points are computed as X,Y = meshgrid(x,y). If this
> condition is not fullfilled the delaunay triangulation i
Hi,
I would like to interpolate an array of shape (801,676) to regularily
spaced datapoints using griddata. This interpolation is quick if the
(x,y) supporting points are computed as X,Y = meshgrid(x,y). If this
condition is not fullfilled the delaunay triangulation is extremely
slow, i.e. not use