{ "info": { "author": "USGS EROS", "author_email": "jonathan.morton.ctr@usgs.gov", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "b'# lcmap-client-py [![Build Status][travis-badge]][travis][![PyPI Project][pypi-badge]][pypi]\\n\\n*LCMAP REST Service Client for Python*\\n\\n[Very WIP ... not ready for use]\\n\\n## System Requirements\\n#### Centos 7 - Python 2.7\\n```bash\\n$ sudo yum install -y python-pip python-devel \\\\\\n gcc-c++ gcc-gfortran \\\\\\n gdal-devel gdal\\n```\\n\\n#### Centos 7 - Python 3.4\\n```bash\\n$ sudo yum install -y python3-pip python3-devel \\\\\\n gcc-c++ gcc-gfortran \\\\\\n gdal-devel gdal\\n```\\n\\n#### Ubuntu 14.04 - Python 2.7\\n```bash\\n$ sudo apt-get -y install python-pip python-dev \\\\\\n libgdal1h libgdal1-dev \\\\\\n gfortran g++\\n```\\n\\n## Installing\\n```bash\\n$ pip install lcmap_client\\n```\\n\\nIf /tmp is mounted noexec specify a build directory with rwx permissions:\\n```bash\\n$ pip install -b some_dir lcmap_client\\n```\\n\\n## Configuration\\n\\nClient library configuration is done using a Config/INI file. For more\\ninformation, visit the client documentation link below -- in particular, the\\nsection \"The Client Libraries\" > \"Configuration\".\\n\\n## Testing\\n\\n```bash\\n$ python setup.py test\\n```\\n\\n## Documentation\\n\\nFull documentation for all LCMAP clients is available here:\\n * http://usgs-eros.github.io/lcmap-client-docs/current/\\n\\nNote that per-client usage and example code is selectable via tabs in the upper-right of that page.\\n\\n\\n## Example Usage\\n\\nStarting:\\n\\n```bash\\n$ cd lcmap-client-py\\n$ tox -e py34-shell\\n```\\n\\n```python\\n>>> from lcmap_client import Client\\n>>> client = Client()\\n>>> result = client.models.samples.os_process.run(year=2017, delay=10)\\n>>> result.follow_link()\\n```\\n\\n## CLI Tools\\n\\nRun a query:\\n\\n```bash\\n$ lcmap query rod --x -1789425 --y 3073665 --t1 2010-01-01 --t2 2015-01-01\\n```\\n\\nExecute the same query against the CCDC model:\\n\\n```bash\\n$ lcmap model ccdc --x -1789425 --y 3073665 --t1 2010-01-01 --t2 2015-01-01 \\\\\\n --row=2241 --col=1231 --out-dir=\"stdout\" --scene-list=\"stdin\"\\n```\\n\\nTo see what\\'s available:\\n\\n```bash\\n$ lcmap --help\\n```\\n\\nAnd for help on the subcommands:\\n\\n```bash\\n$ lcmap query --help\\n$ lcmap query rod --help\\n```\\n\\n\\n## Development\\n\\nTBD\\n\\n\\n## License\\n\\n```\\nCopyright \\xc2\\xa9 2015 United States Government\\n\\nNASA Open Source Agreement, Version 1.3.\\n```\\n\\n\\n\\n[travis]: https://travis-ci.org/USGS-EROS/lcmap-client-py\\n[travis-badge]: https://travis-ci.org/USGS-EROS/lcmap-client-py.png?branch=master\\n[lcmap-logo]: resources/images/lcmap-logo-1-250px.png\\n[lcmap-logo-large]: resources/images/lcmap-logo-1-1000px.png\\n[pypi]: https://pypi.python.org/pypi/lcmap-client\\n[pypi-badge]: https://img.shields.io/pypi/v/lcmap-client.svg?maxAge=2592000\\n'\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/usgs-eros/lcmap-client-py", "keywords": "", "license": "NASA Open Source Agreement 1.3", "maintainer": "", "maintainer_email": "", "name": "lcmap-client", "package_url": "https://pypi.org/project/lcmap-client/", "platform": "", "project_url": "https://pypi.org/project/lcmap-client/", "project_urls": { "Homepage": "https://github.com/usgs-eros/lcmap-client-py" }, "release_url": "https://pypi.org/project/lcmap-client/0.5.0/", "requires_dist": [ "DateTime", "click", "nose", "pandas", "pygdal (<=1.11.2.999,>=1.11.2)", "pylru", "requests", "six", "termcolor" ], "requires_python": "", "summary": "LCMAP REST Service Client (Python)", "version": "0.5.0" }, "last_serial": 3576469, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c46697677d2b67a2bc51322093f8682a", "sha256": "10bd19bcbba9c47b5baa059cfc6364efe14915971bc4723abd63255db5ab8c74" }, "downloads": -1, "filename": "lcmap_client-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c46697677d2b67a2bc51322093f8682a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22922, "upload_time": "2016-05-04T00:54:54", "url": "https://files.pythonhosted.org/packages/6e/1e/c3ec013ea9d9d3ec67461a1d4786bbdf3d30a9c5594f83e68b8bad145a69/lcmap_client-0.0.1-py2.py3-none-any.whl" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "25b2bd7b63ab8821a97483a455f4735c", "sha256": "e2afcffde7a83a1ac64573bf03e4bcd9a2024c19c7c05e4d3b04a77b5f12351e" }, "downloads": -1, "filename": "lcmap_client-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "25b2bd7b63ab8821a97483a455f4735c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23680, "upload_time": "2016-08-02T12:12:24", "url": "https://files.pythonhosted.org/packages/46/70/2f10c17bf5abb69d473e18033e82333d98a170d30a6238a0485367a4674d/lcmap_client-0.5.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "25b2bd7b63ab8821a97483a455f4735c", "sha256": "e2afcffde7a83a1ac64573bf03e4bcd9a2024c19c7c05e4d3b04a77b5f12351e" }, "downloads": -1, "filename": "lcmap_client-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "25b2bd7b63ab8821a97483a455f4735c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23680, "upload_time": "2016-08-02T12:12:24", "url": "https://files.pythonhosted.org/packages/46/70/2f10c17bf5abb69d473e18033e82333d98a170d30a6238a0485367a4674d/lcmap_client-0.5.0-py2.py3-none-any.whl" } ] }