geoai-py


Namegeoai-py JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/opengeos/geoai
SummaryA Python package for using Artificial Intelligence (AI) with geospatial data
upload_time2023-10-11 23:47:12
maintainer
docs_urlNone
authorQiusheng Wu
requires_python>=3.8
licenseMIT license
keywords geoai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # geoai

[![image](https://img.shields.io/pypi/v/geoai-py.svg)](https://pypi.python.org/pypi/geoai-py)

[![image](https://img.shields.io/conda/vn/conda-forge/geoai.svg)](https://anaconda.org/conda-forge/geoai)

**A Python package for using Artificial Intelligence (AI) with geospatial data**

-   Free software: MIT license
-   Documentation: <https://geoai.gishub.org>

## Features

-   Segmenting remote sensing imagery with the Segment Anything Model
-   Classifying remote sensing imagery with deep learning models

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/opengeos/geoai",
    "name": "geoai-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "geoai",
    "author": "Qiusheng Wu",
    "author_email": "giswqs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/cd/e39d1d5e38037ea52ce6d93006979c69129a31d09facd1c4073a9d470a84/geoai-py-0.1.0.tar.gz",
    "platform": null,
    "description": "# geoai\n\n[![image](https://img.shields.io/pypi/v/geoai-py.svg)](https://pypi.python.org/pypi/geoai-py)\n\n[![image](https://img.shields.io/conda/vn/conda-forge/geoai.svg)](https://anaconda.org/conda-forge/geoai)\n\n**A Python package for using Artificial Intelligence (AI) with geospatial data**\n\n-   Free software: MIT license\n-   Documentation: <https://geoai.gishub.org>\n\n## Features\n\n-   Segmenting remote sensing imagery with the Segment Anything Model\n-   Classifying remote sensing imagery with deep learning models\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "A Python package for using Artificial Intelligence (AI) with geospatial data",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/opengeos/geoai"
    },
    "split_keywords": [
        "geoai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6eb883af44e81f1b3c59787c1e7349ca57b95d818edebb35553784d222b785b",
                "md5": "b3a5ae94a9cdefe0673da2797a03db61",
                "sha256": "aee96460605f00bcc550a71fb8c41e7401c2b4a0cac21d0d91cd9ef96d7a1e8e"
            },
            "downloads": -1,
            "filename": "geoai_py-0.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3a5ae94a9cdefe0673da2797a03db61",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 3228,
            "upload_time": "2023-10-11T23:47:11",
            "upload_time_iso_8601": "2023-10-11T23:47:11.119765Z",
            "url": "https://files.pythonhosted.org/packages/f6/eb/883af44e81f1b3c59787c1e7349ca57b95d818edebb35553784d222b785b/geoai_py-0.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbcde39d1d5e38037ea52ce6d93006979c69129a31d09facd1c4073a9d470a84",
                "md5": "35eaf6e4cd93b015b4fec48aab684024",
                "sha256": "cc4c2a0b6fe53496d6f5faeb18de73298acb0b53f904351b28c94486b8be6e3d"
            },
            "downloads": -1,
            "filename": "geoai-py-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "35eaf6e4cd93b015b4fec48aab684024",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3117,
            "upload_time": "2023-10-11T23:47:12",
            "upload_time_iso_8601": "2023-10-11T23:47:12.516577Z",
            "url": "https://files.pythonhosted.org/packages/fb/cd/e39d1d5e38037ea52ce6d93006979c69129a31d09facd1c4073a9d470a84/geoai-py-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 23:47:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opengeos",
    "github_project": "geoai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "geoai-py"
}
        
Elapsed time: 0.12104s