Skip to content

adding new maps to map, mapdata, mapproj; archive of R-sig-geo

2 messages · Galkowski, Jan, Roger Bivand

#
On Mon, 17 Dec 2007, Galkowski, Jan wrote:

            
The build mechanisms with Bourne shell and AWK scripts are described in 
the Bell Labs Research Reports listed in ?map. It can be done, but there 
may be viable alternatives if your data are already in a geographical data 
format, in particular using the sp package approach, and rgdal for 
input/output and projection.
By polygon overlay, do you mean just plot polygons on top of other data - 
see the sp classes and possibly spplot() - illustrated on:

http://r-spatial.sourceforge.net/gallery/

If you mean topological overlay (creating new geometries from combined 
existing geometries and assigning indices to them), you need a GIS or a 
spatially extended database. GRASS or PostGIS/PostgreSQL should get you 
some or most of the way.
R-sig-geo can be searched from RSiteSearch(), although searching on "map" 
is made more difficult because the word is used in many contexts.

Roger