gispandas


Namegispandas JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://github.com/mxhou/gispandas/
Summarygispandas
upload_time2023-07-14 08:02:53
maintainer
docs_urlNone
authorHMX
requires_python>=3.6
licenseMIT
keywords gis geo tif json shp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GisPandas针对栅格数据进行统计的python包
GisPandas是一个为栅格、矢量数据处理、分析以及可视化而开发的Python包。GisPandas为常见栅格矢量数据提供了快速而简洁的gis操作方法,代码简洁、高效、灵活、易用,可以用简洁的代码实现复杂的数据任务。
# 主要功能
目前,GisPandas主要提供以下方法:

1.栅格数据进行阿尔伯斯等面积投影,根据矢量区划计算面积并导出json。

2.种植结构变化,自动对齐,导出栅格数据和统计json。

3.gee下载数据的后处理主要包括:栅格数据镶嵌并压缩。

4.矢量数据写入四至、中心经纬度等属性,矢量简化,文本矢量化等。

5.栅格数据像素对齐、裁剪、重采样、投影、插值、切片、格式转换等。
# 安装
pip install gispandas
# 相关链接
本项目的github页面:https://github.com/mxhou/gispandas

有bug请在这个页面提交:https://github.com/mxhou/gispandas/issues

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mxhou/gispandas/",
    "name": "gispandas",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "gis,geo,tif,json,shp",
    "author": "HMX",
    "author_email": "kzdhb8023@163.com",
    "download_url": "https://files.pythonhosted.org/packages/68/f2/f646a9fa2f8a218f15e7b48cec65bb743b4ce9e9f6773d34c348c4a330ca/gispandas-0.1.9.tar.gz",
    "platform": null,
    "description": "# GisPandas\u9488\u5bf9\u6805\u683c\u6570\u636e\u8fdb\u884c\u7edf\u8ba1\u7684python\u5305\r\nGisPandas\u662f\u4e00\u4e2a\u4e3a\u6805\u683c\u3001\u77e2\u91cf\u6570\u636e\u5904\u7406\u3001\u5206\u6790\u4ee5\u53ca\u53ef\u89c6\u5316\u800c\u5f00\u53d1\u7684Python\u5305\u3002GisPandas\u4e3a\u5e38\u89c1\u6805\u683c\u77e2\u91cf\u6570\u636e\u63d0\u4f9b\u4e86\u5feb\u901f\u800c\u7b80\u6d01\u7684gis\u64cd\u4f5c\u65b9\u6cd5\uff0c\u4ee3\u7801\u7b80\u6d01\u3001\u9ad8\u6548\u3001\u7075\u6d3b\u3001\u6613\u7528\uff0c\u53ef\u4ee5\u7528\u7b80\u6d01\u7684\u4ee3\u7801\u5b9e\u73b0\u590d\u6742\u7684\u6570\u636e\u4efb\u52a1\u3002\r\n# \u4e3b\u8981\u529f\u80fd\r\n\u76ee\u524d\uff0cGisPandas\u4e3b\u8981\u63d0\u4f9b\u4ee5\u4e0b\u65b9\u6cd5\uff1a\r\n\r\n1.\u6805\u683c\u6570\u636e\u8fdb\u884c\u963f\u5c14\u4f2f\u65af\u7b49\u9762\u79ef\u6295\u5f71\uff0c\u6839\u636e\u77e2\u91cf\u533a\u5212\u8ba1\u7b97\u9762\u79ef\u5e76\u5bfc\u51fajson\u3002\r\n\r\n2.\u79cd\u690d\u7ed3\u6784\u53d8\u5316\uff0c\u81ea\u52a8\u5bf9\u9f50\uff0c\u5bfc\u51fa\u6805\u683c\u6570\u636e\u548c\u7edf\u8ba1json\u3002\r\n\r\n3.gee\u4e0b\u8f7d\u6570\u636e\u7684\u540e\u5904\u7406\u4e3b\u8981\u5305\u62ec\uff1a\u6805\u683c\u6570\u636e\u9576\u5d4c\u5e76\u538b\u7f29\u3002\r\n\r\n4.\u77e2\u91cf\u6570\u636e\u5199\u5165\u56db\u81f3\u3001\u4e2d\u5fc3\u7ecf\u7eac\u5ea6\u7b49\u5c5e\u6027\uff0c\u77e2\u91cf\u7b80\u5316\uff0c\u6587\u672c\u77e2\u91cf\u5316\u7b49\u3002\r\n\r\n5.\u6805\u683c\u6570\u636e\u50cf\u7d20\u5bf9\u9f50\u3001\u88c1\u526a\u3001\u91cd\u91c7\u6837\u3001\u6295\u5f71\u3001\u63d2\u503c\u3001\u5207\u7247\u3001\u683c\u5f0f\u8f6c\u6362\u7b49\u3002\r\n# \u5b89\u88c5\r\npip install gispandas\r\n# \u76f8\u5173\u94fe\u63a5\r\n\u672c\u9879\u76ee\u7684github\u9875\u9762\uff1ahttps://github.com/mxhou/gispandas\r\n\r\n\u6709bug\u8bf7\u5728\u8fd9\u4e2a\u9875\u9762\u63d0\u4ea4\uff1ahttps://github.com/mxhou/gispandas/issues\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "gispandas",
    "version": "0.1.9",
    "project_urls": {
        "Homepage": "https://github.com/mxhou/gispandas/"
    },
    "split_keywords": [
        "gis",
        "geo",
        "tif",
        "json",
        "shp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a83e7ca770482e8f2cea30f351e97a823e97d87a5e33d2cf5e8cee2f2f66c386",
                "md5": "9af4b749dcb95a60b32fa28f31cbbe00",
                "sha256": "886d7548fba4a6f195c74affbc3b118e59ad56f2ace60d0288a2e1d4eaf3adcf"
            },
            "downloads": -1,
            "filename": "gispandas-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9af4b749dcb95a60b32fa28f31cbbe00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 13888,
            "upload_time": "2023-07-14T08:02:50",
            "upload_time_iso_8601": "2023-07-14T08:02:50.548224Z",
            "url": "https://files.pythonhosted.org/packages/a8/3e/7ca770482e8f2cea30f351e97a823e97d87a5e33d2cf5e8cee2f2f66c386/gispandas-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68f2f646a9fa2f8a218f15e7b48cec65bb743b4ce9e9f6773d34c348c4a330ca",
                "md5": "d65754a27476d89bcd0154d492a05804",
                "sha256": "b2d357427b370478670b0d7b5cea909ee065cc7bcfeefe47e05e6b09f07390fd"
            },
            "downloads": -1,
            "filename": "gispandas-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "d65754a27476d89bcd0154d492a05804",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 11851,
            "upload_time": "2023-07-14T08:02:53",
            "upload_time_iso_8601": "2023-07-14T08:02:53.569639Z",
            "url": "https://files.pythonhosted.org/packages/68/f2/f646a9fa2f8a218f15e7b48cec65bb743b4ce9e9f6773d34c348c4a330ca/gispandas-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-14 08:02:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mxhou",
    "github_project": "gispandas",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gispandas"
}
        
HMX
Elapsed time: 0.12780s