{ "info": { "author": "Frank Villaro-Dixon", "author_email": "frank@villaro-dixon.eu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Atmospheric Science", "Topic :: Scientific/Engineering :: GIS" ], "description": "python-elevationapi \u2014 Get the elevation of (almost) any point on Earth\n======================================================================\n\nelevationapi is a simple library that interfaces with\nhttp://www.elevationapi.xyz . It permits you to get the elevation of\nalmost any point on Earth.\n\nExample\n-------\n\n.. code:: python\n\n from elevationapi import Elevation\n e = Elevation()\n\n elevation_of_Geneva = e.getElevation(46.2, 6.15)\n\n #When asking for multiple points, use this instead:\n elevations = e.getElevations((46.2, 6.15), (6.3, 6.20))\n\nUsing another API provider\n--------------------------\n\nSimply instance Elevation with:\n\n.. code:: python\n\n e = Elevation(base_url='http://your-server.tld/api')\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Frankkkkk/python-elevationapi", "keywords": "elevation altitude earth elevationapi.xyz", "license": "", "maintainer": "", "maintainer_email": "", "name": "elevationapi", "package_url": "https://pypi.org/project/elevationapi/", "platform": "", "project_url": "https://pypi.org/project/elevationapi/", "project_urls": { "Homepage": "https://github.com/Frankkkkk/python-elevationapi" }, "release_url": "https://pypi.org/project/elevationapi/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "Get the elevation of any land point on Earth using elevationapi.xyz", "version": "1.0.3" }, "last_serial": 2537945, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "fbd8b6745b856c25748a6708f532a7b4", "sha256": "34a09e689ce035e39e19d744b9908b7628b412c43c0b69d3909a2fb6739321eb" }, "downloads": -1, "filename": "elevationapi-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fbd8b6745b856c25748a6708f532a7b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1838, "upload_time": "2016-12-08T18:03:04", "url": "https://files.pythonhosted.org/packages/07/46/580f8a30eb7547f83e9ed923d3a65b5c56bdd9323632ec0c386d31f43441/elevationapi-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3bd6bd1f071aa394350aeb726a0e16ba", "sha256": "fc04b723f45154594c373f979b25395ebf5a4505531615ed2b433191cbc61e12" }, "downloads": -1, "filename": "elevationapi-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3bd6bd1f071aa394350aeb726a0e16ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1742, "upload_time": "2016-12-24T11:55:38", "url": "https://files.pythonhosted.org/packages/52/f6/378ae47e76ba45c4993e05423f01d1bf551958efa05708cfb0cf31abde6a/elevationapi-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "0a4adad0a46ac14416ccbd976d585657", "sha256": "e8e71212ce3eb2bf2f8e56cdb634ef2521c11b646c2d7f4b1819ea70ee3ac5e1" }, "downloads": -1, "filename": "elevationapi-1.0.2.tar.gz", "has_sig": false, "md5_digest": "0a4adad0a46ac14416ccbd976d585657", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1953, "upload_time": "2016-12-24T12:01:21", "url": "https://files.pythonhosted.org/packages/0f/fc/c894fc88d4110db0e688c5d06a60bb2b65b193f6d841b89963bffa7cdb7f/elevationapi-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "fa607c35af40074cba89e2b02b1d3bf4", "sha256": "f78f6e4418cd221368043ab74962e61929d43dbcbd009414a71ef97fc44f989e" }, "downloads": -1, "filename": "elevationapi-1.0.3.tar.gz", "has_sig": false, "md5_digest": "fa607c35af40074cba89e2b02b1d3bf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2151, "upload_time": "2016-12-24T12:03:35", "url": "https://files.pythonhosted.org/packages/bb/cd/e3ead2ca2e09b877aea1870f843eb05ff61ddf29383170d95a9ef411bbb4/elevationapi-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fa607c35af40074cba89e2b02b1d3bf4", "sha256": "f78f6e4418cd221368043ab74962e61929d43dbcbd009414a71ef97fc44f989e" }, "downloads": -1, "filename": "elevationapi-1.0.3.tar.gz", "has_sig": false, "md5_digest": "fa607c35af40074cba89e2b02b1d3bf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2151, "upload_time": "2016-12-24T12:03:35", "url": "https://files.pythonhosted.org/packages/bb/cd/e3ead2ca2e09b877aea1870f843eb05ff61ddf29383170d95a9ef411bbb4/elevationapi-1.0.3.tar.gz" } ] }