xproj.format_crs

Contents

xproj.format_crs#

xproj.format_crs(crs, max_width=50)#

Format CRS as a string.

Parameters:
  • crs (pyproj.crs.CRS) – The input CRS object to format.

  • max_width (int, optional) – Maximum number of characters beyond which the formatted CRS will be truncated (default: 50).