Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.08 KB

README.rst

File metadata and controls

44 lines (24 loc) · 1.08 KB

Python Elevation Kyrgyzstan

Get the height of any point on the territory of Kyrgyzstan

Elevation - Kyrgyzstan is a simple library that allows you to retrieve elevation information for almost any point in Kyrgyzstan. The data used by this library is sourced from the open database available at GEBCO.

Installation

You can install the Elevation-Kyrgyzstan package via pip with the following command:

pip install elevation-Kyrgyzstan

Usage

Here is a basic usage example:

from elevation.data import elevation

e = elevation(latitude=42.81827, longitude=74.34551)

Collaboration

We welcome contributions to the Elevation-Kyrgyzstan project. If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Testing

If you want to run the tests for this project, you can do so by running python -m unittest.

Contact

If you want to contact me, you can reach me at <azimkozho.developer@gmail.com>.