map.export: Write map data out to file

Description Usage Arguments Details Value See Also

Description

Write the internal representation of polylines and polygons to files. Either ascii (for portability, but needs to be 'compiled' for use by maps) or directly to binary.

Usage

1
2
map.export.ascii(ww, outfile, scale=pi/180, ndec=10)
map.export.bin(ww,outfile, scale=pi/180)

Arguments

ww

A list with components gon, line and names, the internal representation of mapMaker.

outfile

Name of file(s) to write to. The extensions are added (see details).

scale

Rescaling of the data. Usually, data is writen in radians.

ndec

Number of decimals to write in the ascii file.

Details

Value

No return data. The data is written to files.

See Also

maps:map, map.make


adeckmyn/mapMaker documentation built on May 10, 2019, 5:52 a.m.