altitudo 0.1.0

Creator: coderz1093

Last updated:

Add to Cart

Description:

altitudo 0.1.0

# AltitudoPython 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.171882624.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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.