|
|
Re: hist_nd to resample point data to a grid [message #93806 is a reply to message #93754] |
Sun, 23 October 2016 13:24  |
rawahranger
Messages: 14 Registered: March 2016
|
Junior Member |
|
|
On Wednesday, October 12, 2016 at 3:36:43 PM UTC-6, Samantha Tushaus wrote:
> I have a regularly gridded dataset over the continental US, and swaths of satellite data that I would like to match to that grid. (Sometimes the swaths only partially overlap the gridded dataset).
>
> I have been trying out the methods outlined here ( https://groups.google.com/forum/?hl=en#!searchin/comp.lang.i dl-pvwave/hist_nd%7Csort:relevance/comp.lang.idl-pvwave/TLmV W5GxZOo/iKyGMLE6aawJ), here ( https://groups.google.com/forum/?hl=en#!searchin/comp.lang.i dl-pvwave/hist_nd%7Csort:relevance/comp.lang.idl-pvwave/lnkX 7tTlqWI/MO79Y8wf5zsJ), and here (http://www.idlcoyote.com/map_tips/matchptgrid.html).
>
> For some reason, though, trying this just gives me a newly gridded array of -0.0's. Does anyone have insight as to why this is happening?
>
> Thanks!
My first guess would be you are not using floating point arrays in your calculations.
Cheers,
David
|
|
|