<< pars_paramstr Utilities

scilib_geo >> Utilities > plotWorldmap

plotWorldmap

Returns and/or plots a worldmap in geographic coordinates (plot2d()).

Calling Sequence

worldmap = plotWorldmap()
worldmap = plotWorldmap(doplot)
worldmap = plotWorldmap(worldmapfile)
worldmap = plotWorldmap(doplot,worldmapfile)

Parameters

doplot

activates the ability to directly plot the worldmap, boolean.

worldmapfile

absolute or relative path to an alternative worldmap file, string. Not supported

worldmap

Matrix of points in geographic coordinates of the worldmap [latitude, longitude], [decimaldegrees].

Description

Returns the points of a worldmap (coastlines) in geographic coordinates.

With activated doplot-parameter it can directly plot in a active figure (plot2d()).

Examples

plotWorldmap(%T);
worldmap=plotWorldmap();

Authors


Report an issue
<< pars_paramstr Utilities