worldrectgrid

grat = worldrectgrid(GI; width=(30,20), grid=nothing, annot_x=nothing)

or

grat = worldrectgrid(; proj="projection", width=(30,20), grid=nothing, annot_x=nothing)

Create a grid of lines (graticules) in projected coordinates. The projection system is extracted from the GI metadata.

Returns

A Vector of GMTdataset containing the projected meridians and parallels. grat[i] attributes store information about that element lon,lat.

See Also

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

Source Code

This function has multiple methods: