leepacific

GI[,coast] = leepacific(fname::String|GI::GItype; latlims=nothing, lonlims=nothing, coast=true)

Project a geographical grid/image in the Lee Oblated Stereographic projection centered on the Pacific Ocean.

Note: This function uses worldrectangular with the +proj=lee_os projection. If one wants to add other elements to the map (points, lines, etc) one must projectem first with the +proj=lee_os projection (use [lonlat2xy] or mapproject to that purpose).

Returns

A grid or a image and optionally the coastlines .

Example

using GMT
G,cl = leepacific("@earth_relief_20m_g");
grdimage(G, shade=true, plot=(data=cl,), cmap=:geo, B=:none)
plotgrid!(G, show=true)

See Also

coastlinesproj, graticules, [plotgrid!], worldrectangular, worldrectgrid, worldrectcoast, [Best rectangular world map projection]