Lists

pyproj.get_proj_operations_map

pyproj.get_proj_operations_map()
Returns

dict

Return type

operations supported by PROJ.

pyproj.get_ellps_map

pyproj.get_ellps_map()
Returns

dict

Return type

ellipsoids supported by PROJ.

pyproj.get_prime_meridians_map

pyproj.get_prime_meridians_map()
Returns

dict

Return type

prime meridians supported by PROJ.

pyproj.get_units_map

pyproj.get_units_map()
Returns

dict

Return type

units supported by PROJ

pyproj.get_angular_units_map

pyproj.get_angular_units_map()
Returns

dict

Return type

angular units supported by PROJ

pyproj.get_authorities

pyproj.get_authorities()

New in version 2.4.0.

Returns

list[str]

Return type

Authorities in PROJ database.

pyproj.get_codes

pyproj.get_codes(auth_name, pj_type, allow_deprecated=False)

New in version 2.4.0.

Parameters
  • auth_name (str) – The name of the authority.

  • pj_type (PJType) – The type of object to get the authorities.

  • allow_deprecated (bool, optional) – Allow a deprecated code in the return.

Returns

list[str]

Return type

Codes associated with authorities in PROJ database.