Skip to main content

Package focused on Earth distance calculation and plotting

Project description

earth_distances package

Description. The package earth_distances is used to:

Distance:
	- Calculate and returns distances between two points on the surface of
	the Earth, or another sphere, provided its radius, rounded to the third 
	decimal place
Map_Plotting:	
	- Plot the points on a map of our planet, alongside the distance line
	in a desired color

Installation

Use the package manager pip to install earth_distances

pip install earth_distances

Usage

from earth_distances.distance_calculation import harvesini
# Calculating the distance between Paris and Beijing
print(harvesini.harvesini_distance(48.856613, 2.352222, 39.904202, 116.407394))
>>>8216984.310
from earth_distances.map_plotting import world_map_plot
# Plotting the map related to Paris and Beijing 
world_map_plot.plot_world_map(48.856613, 2.352222, 39.904202, 116.407394)

Author

Gabriel Vinicius Sebastião

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

earth_distances-0.0.8.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

earth_distances-0.0.8-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page