{ "info": { "author": "Qiusheng Wu", "author_email": "giswqs@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "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": "=====\npygis\n=====\n\n.. image:: https://mybinder.org/badge_logo.svg \n :target: https://mybinder.org/v2/gh/giswqs/pygis/master\n\n.. image:: https://img.shields.io/pypi/v/pygis.svg\n :target: https://pypi.python.org/pypi/pygis\n\n.. image:: https://img.shields.io/travis/giswqs/pygis.svg\n :target: https://travis-ci.org/giswqs/pygis\n\n.. image:: https://readthedocs.org/projects/pygis/badge/?version=latest\n :target: https://py-gis.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/License-MIT-yellow.svg\n :target: https://opensource.org/licenses/MIT\n\n\nAuthor: Qiusheng Wu (https://wetlands.io | wqs@binghamton.edu)\n\n\n**pygis** is a collection of Python snippets for geospatial analysis.\n\n* GitHub repo: https://github.com/giswqs/pygis\n* Documentation: https://py-pygis.readthedocs.io.\n* PyPI: https://pypi.org/project/pygis/\n* Binder: https://gishub.org/pygis-cloud\n* Free software: `MIT license`_\n\n.. _`MIT license`: https://en.wikipedia.org/wiki/MIT_License\n\n\nFeatures\n--------\n\n* Download files from direct URLs or shared files from Google Drive\n* Read and write zip files; extract files from zip files\n\nExamples\n--------\n.. code:: python\n\n import pygis\n url = \"https://github.com/giswqs/lidar/raw/master/examples/lidar-dem.zip\"\n pygis.download_from_url(url, file_name='data.zip', unzip=False)\n gfile_url = 'https://drive.google.com/file/d/1c6v-ep5-klb2J32Nuu1rSyqAc8kEtmdh'\n pygis.download_from_gdrive(gfile_url, 'dem.zip') \n\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2018-11-09)\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/giswqs/pygis", "keywords": "pygis", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "pygis", "package_url": "https://pypi.org/project/pygis/", "platform": "", "project_url": "https://pypi.org/project/pygis/", "project_urls": { "Homepage": "https://github.com/giswqs/pygis" }, "release_url": "https://pypi.org/project/pygis/0.1.3/", "requires_dist": [ "Click (>=6.0)", "requests", "googledrivedownloader", "numpy", "scikit-image", "matplotlib", "imageio" ], "requires_python": "", "summary": "Python snippets for geospatial analysis", "version": "0.1.3" }, "last_serial": 4498942, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "25583fdca069015cf1e05546b8be3584", "sha256": "ea205a3f45f7b7e09e730dce4f9f2850e96c9ef88e122df62a5e4e62fd618c1b" }, "downloads": -1, "filename": "pygis-0.1.0.tar.gz", "has_sig": false, "md5_digest": "25583fdca069015cf1e05546b8be3584", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8467, "upload_time": "2018-11-09T17:05:21", "url": "https://files.pythonhosted.org/packages/39/4c/b01401723ab2e155d68ac2124365f6e3ada6bb85dc5ae7d8312daf893d4d/pygis-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "47497a59a1c60eefe0733a1a9f5a129a", "sha256": "e4bf9e50b156c3a730d2b7d6f2c21c4be177c8fa998c5a1fadbb03ce91b98278" }, "downloads": -1, "filename": "pygis-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "47497a59a1c60eefe0733a1a9f5a129a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6070, "upload_time": "2018-11-09T23:39:14", "url": "https://files.pythonhosted.org/packages/b6/f5/af1d7069551b1c6ddd2a7c89181a71722242d5f1fa4f0ba03a4cecc898a1/pygis-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d13aac7cee1bddc72443c8680e68689d", "sha256": "81134bcf44dfe2a78c252c648b4353952e2d24f3dabebcf07aee16ad3992cc85" }, "downloads": -1, "filename": "pygis-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d13aac7cee1bddc72443c8680e68689d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10235, "upload_time": "2018-11-09T23:39:15", "url": "https://files.pythonhosted.org/packages/f7/15/cf9bc33123b7254c57ed52e2efb6082a69965197cd824e552d7458912460/pygis-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "f9eba5c4a46922ac53d801cfdd054af1", "sha256": "f572929626be74de3ffe67cbd70be0601eaaa64cf9961beec3d70a4c251af051" }, "downloads": -1, "filename": "pygis-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9eba5c4a46922ac53d801cfdd054af1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6933, "upload_time": "2018-11-18T04:46:21", "url": "https://files.pythonhosted.org/packages/41/1a/1f756f3c33c84ed1697f95f8a1ad1cbaf585f3e93952f216eed278b237fd/pygis-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15bf839e5cb9ac275ac9f98bdbef9419", "sha256": "c327f166725f0115f929e22ae5e5caaaa705b9a2154a6ce3fef6ac178dad170b" }, "downloads": -1, "filename": "pygis-0.1.3.tar.gz", "has_sig": false, "md5_digest": "15bf839e5cb9ac275ac9f98bdbef9419", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10917, "upload_time": "2018-11-18T04:46:22", "url": "https://files.pythonhosted.org/packages/af/d3/5e122990e9f0560ac07d4b81a9d6e4b8325b27a39f9af4325c6653a44ae3/pygis-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f9eba5c4a46922ac53d801cfdd054af1", "sha256": "f572929626be74de3ffe67cbd70be0601eaaa64cf9961beec3d70a4c251af051" }, "downloads": -1, "filename": "pygis-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9eba5c4a46922ac53d801cfdd054af1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6933, "upload_time": "2018-11-18T04:46:21", "url": "https://files.pythonhosted.org/packages/41/1a/1f756f3c33c84ed1697f95f8a1ad1cbaf585f3e93952f216eed278b237fd/pygis-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15bf839e5cb9ac275ac9f98bdbef9419", "sha256": "c327f166725f0115f929e22ae5e5caaaa705b9a2154a6ce3fef6ac178dad170b" }, "downloads": -1, "filename": "pygis-0.1.3.tar.gz", "has_sig": false, "md5_digest": "15bf839e5cb9ac275ac9f98bdbef9419", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10917, "upload_time": "2018-11-18T04:46:22", "url": "https://files.pythonhosted.org/packages/af/d3/5e122990e9f0560ac07d4b81a9d6e4b8325b27a39f9af4325c6653a44ae3/pygis-0.1.3.tar.gz" } ] }