I have a batch of netCDF files of precipitation data at 30km * 30km resolution. I attached a sample file of it. I want to convert them to 10km * 10km resolution using MATLAB. I tried using griddedInterpolant command, but I'm facing an error that says data I use should be double. I used the data=double(data) line to overcome the error, but it still doesn't go. Are there any other ways to regrid?

More Hitesh Bugata's questions See All
Similar questions and discussions