Lists

pyproj.get_proj_operations_map

pyproj.get_proj_operations_map()
Returns

Operations supported by PROJ.

Return type

dict

pyproj.get_ellps_map

pyproj.get_ellps_map()
Returns

Ellipsoids supported by PROJ.

Return type

dict

pyproj.get_prime_meridians_map

pyproj.get_prime_meridians_map()
Returns

Prime Meridians supported by PROJ.

Return type

dict

pyproj.get_units_map

pyproj.get_units_map()
Returns

Units supported by PROJ

Return type

dict

pyproj.get_angular_units_map

pyproj.get_angular_units_map()
Returns

Angular units supported by PROJ

Return type

dict

pyproj.get_authorities

pyproj.get_authorities()

New in version 2.4.0.

Returns

Authorities in PROJ database.

Return type

List[str]

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 (pyproj.enums.PJType) – The type of object to get the authorities.

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

Returns

Codes associated with authorities in PROJ database.

Return type

List[str]