Package 'geomapdata'

Title: Data for Topographic and Geologic Mapping
Description: Data sets included here are for use with package GEOmap. These include world map, USA map, Coso map, Japan Map.
Authors: Jonathan M. Lees [aut, cre]
Maintainer: Jonathan M. Lees <[email protected]>
License: GPL
Version: 2.0-2
Built: 2025-02-09 03:28:58 UTC
Source: https://github.com/cran/geomapdata

Help Index


geomapdata

Description

Topographic and Geologic Mapping

Details

Set of data for making Maps, Topographic Maps, Perspective plots, geological databases. These include: africa.bdy africa.cil africa.riv asia.bdy asia.cil asia.riv cosogeol cosomap ETOPO5 europe.bdy europe.cil europe.riv faults fujitopo hiways japmap kamaleutmap kammap meijimap namer.bdy namer.cil namer.pby namer.riv owens samer.bdy samer.cil samer.riv usacity USAmap worldcity worldmap

Author(s)

Jonathan M. Lees<jonathan.lees.edu> Maintainer:Jonathan M. Lees<[email protected]>

References

Lees, J. M., Geotouch: Software for Three and Four Dimensional GIS in the Earth Sciences, Computers & Geosciences, 26, 7, 751-761, 2000.

See Also

GEOmap

Examples

data(worldmap)

Coso Geothermal Region Faults and Geology

Description

Coso Geothermal Region Faults and Geology

Usage

data(cosomap)

Format

List structure:

STROKES

list(nam, num, index, col, style, code, LAT1, LAT2, LON1, LON2)

POINTS

list(lat, lon)

PROJ

list(type, LAT0, LON0, LAT1, LAT2, LATS, LONS, DLAT, DLON, FE, FN, name)

Details

Details from Tomographic inversion geographic base map.

References

Lees, J. M., Geotouch: Software for Three and Four Dimensional GIS in the Earth Sciences, Computers & Geosciences, 26, 7, 751-761, 2000.

Examples

data(cosomap)
data(faults)
data(hiways)
data(owens)

##
## Not run: 
proj = cosomap$PROJ
plotGEOmapXY(cosomap, PROJ=proj,  add=FALSE, ann=FALSE, axes=FALSE)
plotGEOmapXY(hiways, PROJ=proj,  add=TRUE, ann=FALSE, axes=FALSE)
plotGEOmapXY(owens, PROJ=proj,  add=TRUE, ann=FALSE, axes=FALSE)
plotGEOmapXY(faults, PROJ=proj,  add=TRUE, ann=FALSE, axes=FALSE)

## End(Not run)

Topographic DEM of Japan

Description

Topography in Japan

Usage

data(fujitopo)

Format

lat

latitude

lon

longitude

z

elevation

Details

This data comes as triplets of LAT-LON-Z

Source

Japan Meteriological Society

Examples

data(fujitopo)
names(fujitopo)
## project to  to x-y and plot

Maps in GEOmap

Description

Maps of Kamchatka, Kamchatka and Aleutians, Meiji Seamounts, Japan

Usage

data(kammap)

Format

List structure:

STROKES

list(nam, num, index, col, style, code, LAT1, LAT2, LON1, LON2)

POINTS

list(lat, lon)

PROJ

list(type, LAT0, LON0, LAT1, LAT2, LATS, LONS, DLAT, DLON, FE, FN, name)

Details

Boundary of Kamchatka, Aleutians and Meiji Seamounts.

Examples

data(kammap)
## maybe str(kammap) ; plot(kammap) ...

City Locations and Populations(USA)

Description

point data set showing cities locations and populations.

Usage

data(usacity)

Format

name

name of city

lat

latitude

lon

longitude

p

population

Details

World cities have no population (yet).

Examples

data(usacity)
## maybe str(usacity) ; plot(usacity) ...

Global Maps

Description

Global Maps of World and details of U.S.

Usage

data(worldmap)

Format

List structure:

STROKES

list(nam, num, index, col, style, code, LAT1, LAT2, LON1, LON2)

POINTS

list(lat, lon)

PROJ

list(type, LAT0, LON0, LAT1, LAT2, LATS, LONS, DLAT, DLON, FE, FN, name)

Details

USAmap includes world as well as USA.

Examples

data(worldmap)
## maybe str(worldmap) ; plot(worldmap) ...