Metadata-Version: 2.1
Name: mypythonlibpooja
Version: 0.1.0
Summary: My first Python library
Home-page: https://mypythonlibpooja.readthedocs.io/
Author: Me
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

Calculate the great circle distance between two points on the 

    earth (specified in decimal degrees), returns the distance in

    meters.

    All arguments must be of equal length.

    :param lon1: longitude of first place

    :param lat1: latitude of first place

    :param lon2: longitude of second place

    :param lat2: latitude of second place

    :return: distance in meters between the two sets of coordinates

