{ "info": { "author": "Physical Analytics, IBM Research", "author_email": "pairs@us.ibm.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: GIS" ], "description": "# IBM PAIRS Geoscope open source modules\n\n[![Build Status](https://travis-ci.org/IBM/ibmpairs.svg?branch=master)](https://travis-ci.org/IBM/ibmpairs)\n[![PyPI Package](https://badge.fury.io/py/ibmpairs.svg)](https://pypi.org/project/ibmpairs/)\n\n\nThis repository provides an interface to the geo-spatial big data platform\n[IBM PAIRS Geoscope](https://ibmpairs.mybluemix.net).\n\nE.g. the module in the subdirectory `paw` serves as a wrapper employing the IBM PAIRS\ncore RESTful API served through the host reachable via\n[https://pairs.res.ibm.com](https://pairs.res.ibm.com/manual/api-doc/) to load data into (native)\nPython data structures.\n\n\n# General Notes\n\nIf you like to contribute, please read [CONTRIBUTING.md](https://github.com/ibm/ibmpairs/blob/master/CONTRIBUTING.md)\nfirst. A list of maintainers is recorded in [MAINTAINERS.md](https://github.com/ibm/ibmpairs/blob/master/MAINTAINERS.md).\n\n\n# Installation and Usage\n\nIf you have installed the Python package manager [PIP](https://github.com/pypa/pip),\nsimply run\n```Bash\npip install --user ibmpairs\n```\nThen you import the IBM PAIRS API wrapper via:\n```Python\nfrom ibmpairs import paw\n```\n*Note*: If you need a bleeding-edge, potentially instable development version you\ncan also run\n```Bash\npip install --user git+https://github.com/ibm/ibmpairs@develop\n```\n\n\n# Getting started\n\nSimply get your feet wet with the [tutorial](https://github.com/ibm/ibmpairs/blob/master/tutorials/IBM-PAIRS-API-wrapper-tutorial.ipynb).\nHaving cloned into the repo, the full API documentation you can generate by running\n```Bash\ncd docs && make html\n```\nto open `docs/_build/html/index.html` with your favorite browser, provided you\nhave installed [Sphinx](https://www.sphinx-doc.org/) and the corresponding\n[ReadTheDocs](https://readthedocs.org/) theme by running e.g.\n```Bash\npip install sphinx sphinx_rtd_theme\n```\n\n\n# Running in a Docker container\n\nA self-contained environment can be built with [Docker](http://www.docker.com) using\n```Bash\ngit clone https://github.com/ibm/ibmpairs\ncd ibmpairs\ndocker build -t ibmpairs .\n```\nand launched via\n```Bash\ndocker run \\\n -dit \\\n -p 18380:18380 \\\n --name ibmpairs \\\n ibmpairs:latest\n```\nor, instead of the above, simply `docker-compose up ibmpairs` such that you can type\ninto your browser\n```\nhttp://localhost:18380\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://ibmpairs.mybluemix.net", "keywords": "IBM PAIRS GIS BigGeoData", "license": "BSD-Clause-3", "maintainer": "", "maintainer_email": "", "name": "ibmpairs", "package_url": "https://pypi.org/project/ibmpairs/", "platform": "", "project_url": "https://pypi.org/project/ibmpairs/", "project_urls": { "Documentation": "https://pairs.res.ibm.com/tutorial", "Homepage": "https://ibmpairs.mybluemix.net", "Source": "https://github.com/ibm/ibmpairs", "Tracker": "https://github.com/ibm/ibmpairs/issues" }, "release_url": "https://pypi.org/project/ibmpairs/0.0.6/", "requires_dist": [ "numpy", "Pillow (>=1.6)", "pandas", "future", "requests (>=2.4)", "shapely", "fs" ], "requires_python": "", "summary": "open source Python modules for the IBM PAIRS Geoscope platform", "version": "0.0.6" }, "last_serial": 5705458, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "0eb4a79dafba8abb92b25572f01c5de0", "sha256": "e151c304a4f8018dbf4b92933bffc6b8cdb6d98eb21a00cc9f5e3ec513d83d5e" }, "downloads": -1, "filename": "ibmpairs-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0eb4a79dafba8abb92b25572f01c5de0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20706, "upload_time": "2019-06-22T14:26:25", "url": "https://files.pythonhosted.org/packages/06/39/de68be2884a1bd92ee7a03964d41cf4534ce1e1f5d8b109f30b9c407da43/ibmpairs-0.0.4-py2.py3-none-any.whl" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "12e44eb5a6af6ec6d4836d8d0e7c910b", "sha256": "503896a0191517670f1ef5ae753e94fc4709f6f06b578e4094a4a6709377205c" }, "downloads": -1, "filename": "ibmpairs-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "12e44eb5a6af6ec6d4836d8d0e7c910b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20750, "upload_time": "2019-06-22T19:18:21", "url": "https://files.pythonhosted.org/packages/dc/72/2ec96e006bbd642b7afd1238573b4d6f416ee2f95bd701ae667f740b60a1/ibmpairs-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c129a5c7900cdfff049130111a50575", "sha256": "2ca4bdc3b0a4aa0429b2f044635cdadb95bc79c8541a76b911e47dc8d9e4e922" }, "downloads": -1, "filename": "ibmpairs-0.0.5.tar.gz", "has_sig": false, "md5_digest": "3c129a5c7900cdfff049130111a50575", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23734, "upload_time": "2019-06-23T17:52:53", "url": "https://files.pythonhosted.org/packages/9f/8f/4a5734d02edaa4aa6499e04acfcdef523ebde85b07d21a05dd7e46cc69a1/ibmpairs-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "43a1df338e7e75632e96d6e354a43587", "sha256": "8b3082eea5b4d05e69369f73e5fc0aaead644fb2cb9a54d7df3e00e433626e86" }, "downloads": -1, "filename": "ibmpairs-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "43a1df338e7e75632e96d6e354a43587", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21471, "upload_time": "2019-08-20T20:24:59", "url": "https://files.pythonhosted.org/packages/8e/3b/900e4819132b1da2486eeb36a80decf684bf3cca083938f2d4bdba7ea6be/ibmpairs-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5fb5059a5021e1779c5a4d043208debc", "sha256": "ba3509d5814d82d6ed324b9b26fe07af26e14d1d436751e26fb8d839cc087db2" }, "downloads": -1, "filename": "ibmpairs-0.0.6.tar.gz", "has_sig": false, "md5_digest": "5fb5059a5021e1779c5a4d043208debc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24255, "upload_time": "2019-08-20T20:25:01", "url": "https://files.pythonhosted.org/packages/91/5e/b5d9067de04c11317f20103ce94ec8acdf308f873ab84620215d00aec789/ibmpairs-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43a1df338e7e75632e96d6e354a43587", "sha256": "8b3082eea5b4d05e69369f73e5fc0aaead644fb2cb9a54d7df3e00e433626e86" }, "downloads": -1, "filename": "ibmpairs-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "43a1df338e7e75632e96d6e354a43587", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21471, "upload_time": "2019-08-20T20:24:59", "url": "https://files.pythonhosted.org/packages/8e/3b/900e4819132b1da2486eeb36a80decf684bf3cca083938f2d4bdba7ea6be/ibmpairs-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5fb5059a5021e1779c5a4d043208debc", "sha256": "ba3509d5814d82d6ed324b9b26fe07af26e14d1d436751e26fb8d839cc087db2" }, "downloads": -1, "filename": "ibmpairs-0.0.6.tar.gz", "has_sig": false, "md5_digest": "5fb5059a5021e1779c5a4d043208debc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24255, "upload_time": "2019-08-20T20:25:01", "url": "https://files.pythonhosted.org/packages/91/5e/b5d9067de04c11317f20103ce94ec8acdf308f873ab84620215d00aec789/ibmpairs-0.0.6.tar.gz" } ] }