ProjNif (proj_nif v0.1.3)

Documentation for ProjNif.

See the zig_src/proj_nif.zig file for detailed documentation on functions and parameters.

Link to this section Summary

Link to this section Functions

Link to this function

convert_crs_to_crs(_, _, _, _)

Convert crs to crs

example

Example

iex> ProjNif.convert_crs_to_crs('EPSG:4326', 'EPSG:2180', 21.0574, 52.2442)
{640422.1090063307, 488455.9231745526}