Skip to content

Python package for manipulating latitude/longitude coordinates

Notifications You must be signed in to change notification settings

smerckel/latlon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latlon/latlonUTM package

Synopsis

Some utilities to work with coordinates in latitude and longitude.

This module provides two packages, namely latlon and latlonUTM.

The latlonUTM package provides a way to translate a latitude longitude coordinate to a Universal Transfer Mercator (UTM) coordinate, see also Wikipedia https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system.

The latlon package introduces a class that represents a position in latitude and longitude. Methods are provided to compute the distance between points, the direction from one point to another, translate points etc.

Distance calculations are based on the latlonUTM package.

Transformation between lat/lon and UTM is now based on utm, in favour of a C extension. Pyproj has been considered but was found too slow.

About

Python package for manipulating latitude/longitude coordinates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages