SpatialCluster


NameSpatialCluster JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/AxlKings/SpatialCluster
SummarySpatial cluster package
upload_time2023-12-21 23:47:58
maintainer
docs_urlNone
authorAxelReyesO (Axel Reyes O)
requires_python
licenseMIT
keywords python spatial urban cluster
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">SpatialCluster</h1>

<p align="center">
    <em>
        SpatialCluster is a library developed in Python 3.8 that allows for the handling of tasks related to spatial data clustering. Its primary application domain is the clustering of urban spaces, such as urban regions and neighborhoods. The library implements several spatial clustering algorithms, including Deep Modularity Networks, Gaussian Mixture Models, and Information Theoretic-based Clustering, among others. It facilitates working with spatially distributed data in urban areas and using this data to infer spatial partitions of the area. In urban clustering, these tools produce urban maps that display spatial distributions based on socioeconomic variables, aesthetic perceptions, or other demographic features of interest. The library includes modules to import data, evaluate spatial clusters, and visualize them.
    </em>
</p>



## Installation

Install using `pip`!

```sh
$ pip install SpatialCluster
```

## Documentation in English

https://spatial-cluster-english-doc.readthedocs.io/en/latest/

## Documentation in Spanish

https://spatialcluster.readthedocs.io/en/latest/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AxlKings/SpatialCluster",
    "name": "SpatialCluster",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python spatial urban cluster",
    "author": "AxelReyesO (Axel Reyes O)",
    "author_email": "<axel.reyes@sansano.usm.cl>",
    "download_url": "https://files.pythonhosted.org/packages/d7/a0/81bd3082663d3812e33a4315cdc2f05ebd23dca9e066dc04374b75d7f8c2/SpatialCluster-1.0.0.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">SpatialCluster</h1>\n\n<p align=\"center\">\n    <em>\n        SpatialCluster is a library developed in Python 3.8 that allows for the handling of tasks related to spatial data clustering. Its primary application domain is the clustering of urban spaces, such as urban regions and neighborhoods. The library implements several spatial clustering algorithms, including Deep Modularity Networks, Gaussian Mixture Models, and Information Theoretic-based Clustering, among others. It facilitates working with spatially distributed data in urban areas and using this data to infer spatial partitions of the area. In urban clustering, these tools produce urban maps that display spatial distributions based on socioeconomic variables, aesthetic perceptions, or other demographic features of interest. The library includes modules to import data, evaluate spatial clusters, and visualize them.\n    </em>\n</p>\n\n\n\n## Installation\n\nInstall using `pip`!\n\n```sh\n$ pip install SpatialCluster\n```\n\n## Documentation in English\n\nhttps://spatial-cluster-english-doc.readthedocs.io/en/latest/\n\n## Documentation in Spanish\n\nhttps://spatialcluster.readthedocs.io/en/latest/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Spatial cluster package",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/AxlKings/SpatialCluster"
    },
    "split_keywords": [
        "python",
        "spatial",
        "urban",
        "cluster"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90c90daff4c316d7c33d0c5210b87563d65bf686a748489c6a30ee540323c233",
                "md5": "7005ac1be49094e06f472ee71e6cf201",
                "sha256": "c1587e3974032366d8b2470581f16718e0501d3fdc47b031b778c2cacf92215f"
            },
            "downloads": -1,
            "filename": "SpatialCluster-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7005ac1be49094e06f472ee71e6cf201",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3028054,
            "upload_time": "2023-12-21T23:47:54",
            "upload_time_iso_8601": "2023-12-21T23:47:54.104214Z",
            "url": "https://files.pythonhosted.org/packages/90/c9/0daff4c316d7c33d0c5210b87563d65bf686a748489c6a30ee540323c233/SpatialCluster-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7a081bd3082663d3812e33a4315cdc2f05ebd23dca9e066dc04374b75d7f8c2",
                "md5": "406c2419c0746cae86724e799ce802e4",
                "sha256": "5a16434e1ac47e2af739ca778d9a6ee3413aab3e30be680a5fb55edadd2adc86"
            },
            "downloads": -1,
            "filename": "SpatialCluster-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "406c2419c0746cae86724e799ce802e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3006230,
            "upload_time": "2023-12-21T23:47:58",
            "upload_time_iso_8601": "2023-12-21T23:47:58.968311Z",
            "url": "https://files.pythonhosted.org/packages/d7/a0/81bd3082663d3812e33a4315cdc2f05ebd23dca9e066dc04374b75d7f8c2/SpatialCluster-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-21 23:47:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AxlKings",
    "github_project": "SpatialCluster",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "spatialcluster"
}
        
Elapsed time: 0.15825s