Skip to content
Prev 8752 / 29559 Next

Gaussian grids in R

Hi Matt,

The crux here is to find the pro4 string associated with your 
projection. After finding that, you can use spTransform to reproject the 
data. However, after reprojection the T62 grid is not a grid any more. 
You already observed this, your pixelsize changes with latitude. This 
means that you have to perform some kind of interpolation, warping or 
resampling.

One option to find the proj4 string is to post a question on the proj4 
list [1]. The response on this is often quite good and fast.

Best,
Paul

[1] http://lists.maptools.org/mailman/listinfo/proj
On 07/11/2010 05:45 AM, Matthew Landis wrote: