Metadata-Version: 2.1
Name: elevation-Kyrgyzstan
Version: 1.0.0
Summary: Get the elevation of any ground point in Kyrgyzstan with Elevation-Kyrgyzstan
Home-page: https://github.com/Azim-Kenzh/elevation-Kyrgyzstan
Author: Azimkozho Kenzhebek uulu
Author-email: azimkozho.inventor@gmail.com
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: xarray
Requires-Dist: netCDF4


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 <https://www.gebco.net/>`_.

Installation
------------

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

.. code:: bash

    pip install elevation-Kyrgyzstan

Usage
-----

Here is a basic usage example:

.. code:: python

    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>.

