Skip to content

Endika/theMiddleOfTheCoordinates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

The Middle of the coordinates

Simple script to calculate the central coordinate of a list

How to run

from theMiddle import MiddleCoordinates
my_coordinates = [[43.267422, -2.934732],
                  [43.269466, -2.935319],
                  [43.268189, -2.931603]]
print('My coordinates {}'.format(my_coordinates))
m = MiddleCoordinates(my_coordinates)
print("The middle coordinates is {}".format(m.the_middle()))

About

The Middle of the coordinates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages