معرفی شرکت ها


earth-distances-0.0.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Package focused on Earth distance calculation and plotting
ویژگی مقدار
سیستم عامل -
نام فایل earth-distances-0.0.8
نام earth-distances
نسخه کتابخانه 0.0.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Gabriel Vinicius Sebastião
ایمیل نویسنده gabrielvrsas@gmail.com
آدرس صفحه اصلی https://tinyurl.com/2p83nw5z
آدرس اینترنتی https://pypi.org/project/earth-distances/
مجوز -
# 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](https://pip.pypa.io/en/stable/) to install earth_distances ```bash pip install earth_distances ``` ## Usage ```python 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 ``` ```python 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) ``` ![](https://raw.githubusercontent.com/gabedewitt/dio-bootcamps/main/Python%20para%20Cientistas%20de%20Dados/Desafio%20cria%C3%A7%C3%A3o%20de%20pacotes%20de%20processamento%20de%20imagens%20em%20Python/Screenshot_1.png) ## Author Gabriel Vinicius Sebastião ## License [MIT](https://choosealicense.com/licenses/mit/)


نیازمندی

مقدار نام
>=5.11.0 plotly


زبان مورد نیاز

مقدار نام
>=3.8.5 Python


نحوه نصب


نصب پکیج whl earth-distances-0.0.8:

    pip install earth-distances-0.0.8.whl


نصب پکیج tar.gz earth-distances-0.0.8:

    pip install earth-distances-0.0.8.tar.gz