.. _coordinate_conversions_hard: The hard way ============ Each type of ``Point`` has methods you can invoke to run well-known algorithmic conversions on its coordinates. They are listed in detail on the following pages. .. tip:: The first parameter of every method is always a ``CoordinateReferenceSystem`` object representing the target CRS. For guidance on remaining parameters, please see a textbook as explaining them is far outside the scope of this documentation. .. toctree:: :maxdepth: 1 coordinate_conversions_hard_geocentric coordinate_conversions_hard_geographic coordinate_conversions_hard_projected coordinate_conversions_hard_vertical coordinate_conversions_hard_compound