{ "info": { "author": "Cambridge University Spaceflight", "author_email": "contact@cusf.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3.3", "Topic :: Scientific/Engineering" ], "description": "Ruaumoko: Elevation API for Tawhiri\n===================================\n\n|Build Status| |Coverage Status| |PyPI version| |PyPI downloads|\n\nA Python module and web API for worldwide elevation data.\n\nThis project is a part of the larger `Tawhiri Landing Predictor\nSoftware `__.\n\nThe digital elevation data is sourced from the `Viewfinder\nPanoramas `__ website.\n\nSee the CUSF wiki for more details: http://www.cusf.co.uk/wiki/ruaumoko.\n\nAuthors\n-------\n\nSee AUTHORS.\n\nLicense\n-------\n\nRuaumoko is Copyright 2014 (see AUTHORS & individual files) and licensed\nunder the `GNU GPL 3 `__ (see LICENSE).\n\nDependencies\n------------\n\nPython dependences may be found in ``requirements.txt``. To run the\ndownloader you will also require the ``convert`` command (from\n``imagemagick``).\n\nRunning a development webserver\n-------------------------------\n\nThe ``ruaumoko-api`` command can be used to run a development web\nserver.\n\n.. code:: console\n\n $ ruaumoko-api runserver\n\nThis will use the default configuration. To use a custom configuration\nto, for example, change the dataset location and enable debugging use\nthe ``RUAUMOKO_SETTINGS`` environment variable:\n\n.. code:: console\n\n $ cat > ruaumoko-development.txt <