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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

Details for the file altitudo-0.1.0.tar.gz.

File metadata

  • Download URL: altitudo-0.1.0.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for altitudo-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d33a0e12bdcc836e4ad814b46618eaa3ea97416d35a9640fbadc0adb5e4cd5ba
MD5 693f3e9085165f93fbdff914ae8af872
BLAKE2b-256 3ec87e7abfdc009a60c7227866186664de6cae9b335d5009281bae21a16e2756

See more details on using hashes here.

File details

Details for the file altitudo-0.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: altitudo-0.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for altitudo-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 23831755018c52f5ac7d7411fbb0cf6cd4c5935fd3cbb7c896284b4eb9d08920
MD5 ace2a40588fabc348f8ec2181cd6c9ef
BLAKE2b-256 e5ece6c3b230db6f9271a29418ecead184a1a219c21bf625d06503ffd0d6ab37

See more details on using hashes here.

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