{ "info": { "author": "Miles Granger", "author_email": "miles59923@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "\n# Altitudo\n\nPython package to find the elevation / altitude at a given geo coordinate.\n\n## Usage:\n\n### Via Python:\n```python\n>>> from altitudo import altitudo\n>>> altitudo(lat=39.90974, lon=-106.17188) # Returns meters by default\n... 2624.0\n\n>>> # Request more than a single coordinate\n>>> altitudo(lat=[39.90974, 62.52417], lon=[-106.17188, 10.02487])\n... [{\"lat\": 39.90974, \"lon\": -106.17188, \"elevation\": 2624.0},{\"lat\": 62.52417, \"lon\": 10.02487, \"elevation\": 1111.0}]\n```\n\n### Via CLI\n```\naltitudo -- 39.90974 -106.17188\n2624.0\n```\n\n---\n\n[![](https://img.shields.io/pypi/v/altitudo.svg)](https://pypi.python.org/pypi/altitudo)\n\n[![](https://img.shields.io/travis/milesgranger/altitudo.svg)](https://travis-ci.org/milesgranger/altitudo)\n\n[![](https://readthedocs.org/projects/altitudo/badge/?version=latest)](https://altitudo.readthedocs.io/en/latest/?badge=latest)\n\n\n[![](https://pyup.io/repos/github/milesgranger/altitudo/shield.svg)](https://pyup.io/repos/github/milesgranger/altitudo/)\n\n\n\nPackage to get elevation / altitude from a given geo coordinate\n\n\n* Free software: The Unlicense\n* Documentation: https://altitudo.readthedocs.io.\n\n\n=======\nHistory\n=======\n\n0.1.0 (2018-10-07)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/milesgranger/altitudo", "keywords": "altitudo,elevation,altitude", "license": "The Unlicense", "maintainer": "", "maintainer_email": "", "name": "altitudo", "package_url": "https://pypi.org/project/altitudo/", "platform": "", "project_url": "https://pypi.org/project/altitudo/", "project_urls": { "Homepage": "https://github.com/milesgranger/altitudo" }, "release_url": "https://pypi.org/project/altitudo/0.1.0/", "requires_dist": [ "Click (>=6.0)", "requests (>=2.0)" ], "requires_python": "", "summary": "Package to get elevation / altitude from a given geo coordinate", "version": "0.1.0" }, "last_serial": 4349102, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ace2a40588fabc348f8ec2181cd6c9ef", "sha256": "23831755018c52f5ac7d7411fbb0cf6cd4c5935fd3cbb7c896284b4eb9d08920" }, "downloads": -1, "filename": "altitudo-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ace2a40588fabc348f8ec2181cd6c9ef", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5464, "upload_time": "2018-10-07T11:14:26", "url": "https://files.pythonhosted.org/packages/e5/ec/e6c3b230db6f9271a29418ecead184a1a219c21bf625d06503ffd0d6ab37/altitudo-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "693f3e9085165f93fbdff914ae8af872", "sha256": "d33a0e12bdcc836e4ad814b46618eaa3ea97416d35a9640fbadc0adb5e4cd5ba" }, "downloads": -1, "filename": "altitudo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "693f3e9085165f93fbdff914ae8af872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15069, "upload_time": "2018-10-07T11:14:27", "url": "https://files.pythonhosted.org/packages/3e/c8/7e7abfdc009a60c7227866186664de6cae9b335d5009281bae21a16e2756/altitudo-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ace2a40588fabc348f8ec2181cd6c9ef", "sha256": "23831755018c52f5ac7d7411fbb0cf6cd4c5935fd3cbb7c896284b4eb9d08920" }, "downloads": -1, "filename": "altitudo-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ace2a40588fabc348f8ec2181cd6c9ef", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5464, "upload_time": "2018-10-07T11:14:26", "url": "https://files.pythonhosted.org/packages/e5/ec/e6c3b230db6f9271a29418ecead184a1a219c21bf625d06503ffd0d6ab37/altitudo-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "693f3e9085165f93fbdff914ae8af872", "sha256": "d33a0e12bdcc836e4ad814b46618eaa3ea97416d35a9640fbadc0adb5e4cd5ba" }, "downloads": -1, "filename": "altitudo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "693f3e9085165f93fbdff914ae8af872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15069, "upload_time": "2018-10-07T11:14:27", "url": "https://files.pythonhosted.org/packages/3e/c8/7e7abfdc009a60c7227866186664de6cae9b335d5009281bae21a16e2756/altitudo-0.1.0.tar.gz" } ] }