nenupy.astro.astro_tools.geo_to_l93

nenupy.astro.astro_tools.geo_to_l93(location=<EarthLocation (4323936.68522791, 165534.49991696, 4670345.36540385) m>)[source]

Convert geographic coordinates to RGF93 coordinates. This function takes in a location in geographic coordinates (EPSG:4326) and converts it to RGF93 coordinates (EPSG:2154).

Parameters:

location (EarthLocation) – The location to be converted. Defaults to nenufar_position.

Returns:

The location in RGF93 coordinates, as an array of 3 elements.

Return type:

ndarray