cellseg-gsontools


Namecellseg-gsontools JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/okunator/cellseg_gsontools
SummaryToolbelt for merging and extracting features from geojson masks.
upload_time2024-04-11 15:40:24
maintainerNone
docs_urlNone
authorOkunator
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

# cellseg_gsontools

[![Github Test](https://img.shields.io/github/actions/workflow/status/okunator/cellseg_gsontools/tests.yml?label=tests)](https://github.com/okunator/cellseg_models.pytorch/actions/workflows/tests.yml) [![Generic badge](https://img.shields.io/github/license/okunator/cellseg_gsontools)](https://github.com/okunator/cellseg_gsontools/blob/master/LICENSE) [![Python - Version](https://img.shields.io/pypi/pyversions/cellseg_gsontools)](https://www.python.org/) [![Package - Version](https://img.shields.io/pypi/v/cellseg_gsontools)](https://pypi.org/project/cellseg-gsontools/)
[![DOI](https://zenodo.org/badge/554131853.svg)](https://zenodo.org/doi/10.5281/zenodo.10617987)



Tools for feature extraction in cell and tissue segmentation maps.

Checkout the [documentation](https://okunator.github.io/cellseg_gsontools/) for tutorials.

</div>

## Introduction

**Cellseg_gsontools** is a Python toolset designed to analyze and summarize large cell and tissue segmentation maps created from Whole Slide Images (WSI). The library is built on top of [`geopandas`](https://geopandas.org/en/stable/index.html) and [`libpysal`](https://pysal.org/libpysal/). In other words, the library can process **geospatial** data with **GeoJSON**-interface.


<p align="center">

<img src="./docs/img/index.png"/>

</p>

**NOTE**: The library is synergetic with the [cellseg_models.pytorch](https://github.com/okunator/cellseg_models.pytorch) segmentation library which enables you to segment your WSI into `GeoJSON` format.

## Installation

``` shell
pip install cellseg-gsontools
```

## Citation

```bibtex
@misc{cellseg_gsontools2023,
    title={{cellseg_gsontools}: Tools for feature extraction in cell and tissue segmentation maps.},
    author={Oskari Lehtonen},
    howpublished = {\url{https://github.com/okunator/cellseg_gsontools}},
    doi={https://zenodo.org/doi/10.5281/zenodo.10617987},
    year={2023}
}
```

## Contribute

Any suggestions, feature requests, or bug reports are welcome! Please open a new issue on GitHub for those. If you want to contribute to the codebase, please open a pull request.

## Licence

This project is distributed under [MIT License](https://github.com/okunator/cellseg_models.pytorch/blob/main/LICENSE)

If you find this library useful in your project, it is your responsibility to ensure you comply with the conditions of any dependent licenses. Please create an issue if you think something is missing regarding the licenses.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/okunator/cellseg_gsontools",
    "name": "cellseg-gsontools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Okunator",
    "author_email": "oskari.lehtonen@helsinki.fi",
    "download_url": "https://files.pythonhosted.org/packages/b2/c0/1810a47e749acd47a7c7456c62c1ab242c4f43acae52679df3f06b298dab/cellseg_gsontools-0.1.6.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n# cellseg_gsontools\n\n[![Github Test](https://img.shields.io/github/actions/workflow/status/okunator/cellseg_gsontools/tests.yml?label=tests)](https://github.com/okunator/cellseg_models.pytorch/actions/workflows/tests.yml) [![Generic badge](https://img.shields.io/github/license/okunator/cellseg_gsontools)](https://github.com/okunator/cellseg_gsontools/blob/master/LICENSE) [![Python - Version](https://img.shields.io/pypi/pyversions/cellseg_gsontools)](https://www.python.org/) [![Package - Version](https://img.shields.io/pypi/v/cellseg_gsontools)](https://pypi.org/project/cellseg-gsontools/)\n[![DOI](https://zenodo.org/badge/554131853.svg)](https://zenodo.org/doi/10.5281/zenodo.10617987)\n\n\n\nTools for feature extraction in cell and tissue segmentation maps.\n\nCheckout the [documentation](https://okunator.github.io/cellseg_gsontools/) for tutorials.\n\n</div>\n\n## Introduction\n\n**Cellseg_gsontools** is a Python toolset designed to analyze and summarize large cell and tissue segmentation maps created from Whole Slide Images (WSI). The library is built on top of [`geopandas`](https://geopandas.org/en/stable/index.html) and [`libpysal`](https://pysal.org/libpysal/). In other words, the library can process **geospatial** data with **GeoJSON**-interface.\n\n\n<p align=\"center\">\n\n<img src=\"./docs/img/index.png\"/>\n\n</p>\n\n**NOTE**: The library is synergetic with the [cellseg_models.pytorch](https://github.com/okunator/cellseg_models.pytorch) segmentation library which enables you to segment your WSI into `GeoJSON` format.\n\n## Installation\n\n``` shell\npip install cellseg-gsontools\n```\n\n## Citation\n\n```bibtex\n@misc{cellseg_gsontools2023,\n    title={{cellseg_gsontools}: Tools for feature extraction in cell and tissue segmentation maps.},\n    author={Oskari Lehtonen},\n    howpublished = {\\url{https://github.com/okunator/cellseg_gsontools}},\n    doi={https://zenodo.org/doi/10.5281/zenodo.10617987},\n    year={2023}\n}\n```\n\n## Contribute\n\nAny suggestions, feature requests, or bug reports are welcome! Please open a new issue on GitHub for those. If you want to contribute to the codebase, please open a pull request.\n\n## Licence\n\nThis project is distributed under [MIT License](https://github.com/okunator/cellseg_models.pytorch/blob/main/LICENSE)\n\nIf you find this library useful in your project, it is your responsibility to ensure you comply with the conditions of any dependent licenses. Please create an issue if you think something is missing regarding the licenses.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Toolbelt for merging and extracting features from geojson masks.",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/okunator/cellseg_gsontools",
        "Repository": "https://github.com/okunator/cellseg_gsontools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9f6fcfdb4121e64c9a4b19145560f59b5a9cea39482bdae717c706ca8afb339",
                "md5": "9b5e484e2e61a5090203fca0f1a2a2a6",
                "sha256": "f588a74b1c76f36c11264733f75fe6d2c5f52e14ddb78e0371bfc5543398f5c7"
            },
            "downloads": -1,
            "filename": "cellseg_gsontools-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9b5e484e2e61a5090203fca0f1a2a2a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 2997585,
            "upload_time": "2024-04-11T15:40:21",
            "upload_time_iso_8601": "2024-04-11T15:40:21.872882Z",
            "url": "https://files.pythonhosted.org/packages/d9/f6/fcfdb4121e64c9a4b19145560f59b5a9cea39482bdae717c706ca8afb339/cellseg_gsontools-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2c01810a47e749acd47a7c7456c62c1ab242c4f43acae52679df3f06b298dab",
                "md5": "1d86c6e9c18ab8bb406ad4275efe0902",
                "sha256": "7b16e647074f2dda4e70afaf761a406f86df0f4fd510d1aa9db9164b83d620c0"
            },
            "downloads": -1,
            "filename": "cellseg_gsontools-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "1d86c6e9c18ab8bb406ad4275efe0902",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 2958784,
            "upload_time": "2024-04-11T15:40:24",
            "upload_time_iso_8601": "2024-04-11T15:40:24.275724Z",
            "url": "https://files.pythonhosted.org/packages/b2/c0/1810a47e749acd47a7c7456c62c1ab242c4f43acae52679df3f06b298dab/cellseg_gsontools-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 15:40:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "okunator",
    "github_project": "cellseg_gsontools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cellseg-gsontools"
}
        
Elapsed time: 0.21927s