Skip to content
Prev 304012 / 398506 Next

elevation map with R

There are many ways to do this in R, check out the Spatial Task View
on CRAN. The starting point will depend on the data source, but the
raster package is probably the best place to start.

The USGS provides elevation data for the U.S.: http://ned.usgs.gov/

Files from that source can be read by raster and/or rgdal, but the
task view will provide an overview of what is available.

There is also the R-Sig-Geo mailing list dedicated to this kind of topic.

Cheers, Mike.
On Fri, Aug 24, 2012 at 1:35 AM, arcata <italianoperstranieri at hotmail.it> wrote: