[R-sig-Geo] Help with GIS

Tomislav Hengl hengl at spatial-analyst.net
Wed Oct 27 16:55:51 CEST 2010



Op 27-10-2010 10:03, fsantos at ujaen.es schreef:
> Dear R community,
>
> I'm sorry, but I am newbie with GIS. I have to import a tiff using a
> geotiff tool, and convert it into a data matrix. The initial projection is
> Lambert Azimuthal Equal Area, and I would like to get the final matrix in
> a regular lat/lon grid.
>
> It is possible to do it with R?
>
> Thanks in advance.
>

That is called "reprojecting raster maps" or simply "resampling" 
[http://spatial-analyst.net/wiki/index.php?title=Export_maps_to_GE#Reprojecting_and_resampling_maps]. 
I normally use the "gdalwarp" for this 
[http://spatial-analyst.net/wiki/index.php?title=Software#FWTools] 
because you can put all these operations in one command, but you could 
also try RSAGA.


T. Hengl
[http://www.wewur.wur.nl/popups/vcard.aspx?id=HENGL001]


> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo



More information about the R-sig-Geo mailing list