polartoolkit.gmt_projection_from_epsg

polartoolkit.gmt_projection_from_epsg#

gmt_projection_from_epsg(epsg)[source]#

Get a GMT projection string from an EPSG code. This just prints it out to stdout, but doesn’t capture the actual value.

Parameters:

epsg (str) – EPSG code to get the projection string for, for example β€œ3031”

Return type:

None