Skip to main content

Package to get elevation / altitude from a given geo coordinate

Project description


# Altitudo

Python package to find the elevation / altitude at a given geo coordinate.

## Usage:

### Via Python:
```python
>>> from altitudo import altitudo
>>> altitudo(lat=39.90974, lon=-106.17188) # Returns meters by default
... 2624.0

>>> # Request more than a single coordinate
>>> altitudo(lat=[39.90974, 62.52417], lon=[-106.17188, 10.02487])
... [{"lat": 39.90974, "lon": -106.17188, "elevation": 2624.0},{"lat": 62.52417, "lon": 10.02487, "elevation": 1111.0}]
```

### Via CLI
```
altitudo -- 39.90974 -106.17188
2624.0
```

---

[![](https://img.shields.io/pypi/v/altitudo.svg)](https://pypi.python.org/pypi/altitudo)

[![](https://img.shields.io/travis/milesgranger/altitudo.svg)](https://travis-ci.org/milesgranger/altitudo)

[![](https://readthedocs.org/projects/altitudo/badge/?version=latest)](https://altitudo.readthedocs.io/en/latest/?badge=latest)


[![](https://pyup.io/repos/github/milesgranger/altitudo/shield.svg)](https://pyup.io/repos/github/milesgranger/altitudo/)



Package to get elevation / altitude from a given geo coordinate


* Free software: The Unlicense
* Documentation: https://altitudo.readthedocs.io.


=======
History
=======

0.1.0 (2018-10-07)
------------------

* First release on PyPI.


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

altitudo-0.1.0.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

altitudo-0.1.0-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 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