Geodesy

Functions for converting coordinates

evtech.geodesy.utm_crs_from_latlon(lat, lon)[source]

Determines the UTM CRS from a given lat lon point

Parameters
  • lat (float) – The latitude

  • lon (float) – The longitude

Returns

A coordinate system for the associated UTM zone

Return type

class:pyroj.CRS