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.
You can install the Elevation-Kyrgyzstan package via pip with the following command:
pip install elevation-Kyrgyzstan
Here is a basic usage example:
from elevation.data import elevation
e = elevation(latitude=42.81827, longitude=74.34551)
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.
If you want to run the tests for this project, you can do so by running python -m unittest.
If you want to contact me, you can reach me at <azimkozho.developer@gmail.com>.