microjson


Namemicrojson JSON
Version 0.1.11 PyPI version JSON
download
home_pageNone
SummaryMicroJSON is a library for validating, parsing, and manipulating MicroJSON data.
upload_time2024-04-29 17:30:09
maintainerNone
docs_urlNone
authorBengt Ljungquist
requires_python<3.12,>=3.9.15
licenseMIT
keywords json microscopy microjson
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MicroJSON

MicroJSON is a JSON-based format inspired by [GeoJSON](https://geojson.org), designed to encode a variety of data structures related to microscopy images. It can handle representations of reference points, regions of interest, and other annotations, making it an ideal solution for conveying complex microscopy data in a straightforward, easy-to-use format.

## Features

MicroJSON offers a range of features designed to meet the needs of microscopy data representation:

- **Flexible Data Structures:** MicroJSON can represent diverse data structures, including geometries (such as points, multipoints, linestrings, polygons), features (individual entities with specific properties), feature collections (groups of features), and coordinate systems.

- **Standardized Format:** MicroJSON uses the widely adopted JSON format, ensuring compatibility with a wide range of programming languages and tools.

- **Extensibility:** MicroJSON can handle additional properties associated with specific features, such as metadata relating to microscopy images.

## Additional Functions
There are two additional functionalities added which supports binary images.
**BinaryMicrojsonModel:** Converts objects in a binary image into polygon coordinates (rectangle, encoding) and save them in json file format using microjson package.
**MicrojsonBinaryModel:** Reconstruct binary images using polygon coordinates from json file.

## Usage

MicroJSON can be used with any application or tool that can process JSON data. Due to its design, it is particularly suited to applications related to the analysis, visualization, and manipulation of microscopy images.

## External Resources

The GeoJSON test files are copied from the [GeoJSON Schema GitHub repository](https://github.com/geojson/schema), and are Copyright (c) 2018 Tim Schaub under MIT License.

## Contribution

We welcome contributions to the development and enhancement of MicroJSON. Whether you're reporting bugs, suggesting enhancements, or contributing to the code, your input is highly appreciated.

## License

MicroJSON is licensed under MIT License, (c) 2023 Polus AI & Nextonic Solutions LLC.

## Authors
Bengt Ljungquist [bengt.ljungquist@nextonicsolutions.com](bengt.ljungquist@nextonicsolutions.com)


---

This project is maintained by Polus AI. For any queries or further discussion, please contact the author on email address above.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "microjson",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.9.15",
    "maintainer_email": null,
    "keywords": "json, microscopy, microjson",
    "author": "Bengt Ljungquist",
    "author_email": "bengt.ljungquist@nextonicsolutions.com",
    "download_url": "https://files.pythonhosted.org/packages/bc/6d/172a69a0237ea2a4cf2b6456fcaf9400b892a5c505bbeb373be674ce6104/microjson-0.1.11.tar.gz",
    "platform": null,
    "description": "# MicroJSON\n\nMicroJSON is a JSON-based format inspired by [GeoJSON](https://geojson.org), designed to encode a variety of data structures related to microscopy images. It can handle representations of reference points, regions of interest, and other annotations, making it an ideal solution for conveying complex microscopy data in a straightforward, easy-to-use format.\n\n## Features\n\nMicroJSON offers a range of features designed to meet the needs of microscopy data representation:\n\n- **Flexible Data Structures:** MicroJSON can represent diverse data structures, including geometries (such as points, multipoints, linestrings, polygons), features (individual entities with specific properties), feature collections (groups of features), and coordinate systems.\n\n- **Standardized Format:** MicroJSON uses the widely adopted JSON format, ensuring compatibility with a wide range of programming languages and tools.\n\n- **Extensibility:** MicroJSON can handle additional properties associated with specific features, such as metadata relating to microscopy images.\n\n## Additional Functions\nThere are two additional functionalities added which supports binary images.\n**BinaryMicrojsonModel:** Converts objects in a binary image into polygon coordinates (rectangle, encoding) and save them in json file format using microjson package.\n**MicrojsonBinaryModel:** Reconstruct binary images using polygon coordinates from json file.\n\n## Usage\n\nMicroJSON can be used with any application or tool that can process JSON data. Due to its design, it is particularly suited to applications related to the analysis, visualization, and manipulation of microscopy images.\n\n## External Resources\n\nThe GeoJSON test files are copied from the [GeoJSON Schema GitHub repository](https://github.com/geojson/schema), and are Copyright (c) 2018 Tim Schaub under MIT License.\n\n## Contribution\n\nWe welcome contributions to the development and enhancement of MicroJSON. Whether you're reporting bugs, suggesting enhancements, or contributing to the code, your input is highly appreciated.\n\n## License\n\nMicroJSON is licensed under MIT License, (c) 2023 Polus AI & Nextonic Solutions LLC.\n\n## Authors\nBengt Ljungquist [bengt.ljungquist@nextonicsolutions.com](bengt.ljungquist@nextonicsolutions.com)\n\n\n---\n\nThis project is maintained by Polus AI. For any queries or further discussion, please contact the author on email address above.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MicroJSON is a library for validating, parsing, and manipulating MicroJSON data.",
    "version": "0.1.11",
    "project_urls": null,
    "split_keywords": [
        "json",
        " microscopy",
        " microjson"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00e295e3a377f8e0f2e033fa7103da1cccaae988e79e20df62ec5611b6bdb570",
                "md5": "bcdb583fc02210cc6d79fc39fb9e34ed",
                "sha256": "71212ca7b0f0a0287d8d3aa3d7d5e9155cc3739cbf0a1373ca31eea0e5c9ce6f"
            },
            "downloads": -1,
            "filename": "microjson-0.1.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcdb583fc02210cc6d79fc39fb9e34ed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9.15",
            "size": 14057,
            "upload_time": "2024-04-29T17:30:07",
            "upload_time_iso_8601": "2024-04-29T17:30:07.485459Z",
            "url": "https://files.pythonhosted.org/packages/00/e2/95e3a377f8e0f2e033fa7103da1cccaae988e79e20df62ec5611b6bdb570/microjson-0.1.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc6d172a69a0237ea2a4cf2b6456fcaf9400b892a5c505bbeb373be674ce6104",
                "md5": "cc7fc6943801f7eb33817e0724507a72",
                "sha256": "048c08f59667254bc888bea383fd81431a7f849552da4e690867a7d49b5fc9da"
            },
            "downloads": -1,
            "filename": "microjson-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "cc7fc6943801f7eb33817e0724507a72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9.15",
            "size": 13118,
            "upload_time": "2024-04-29T17:30:09",
            "upload_time_iso_8601": "2024-04-29T17:30:09.497804Z",
            "url": "https://files.pythonhosted.org/packages/bc/6d/172a69a0237ea2a4cf2b6456fcaf9400b892a5c505bbeb373be674ce6104/microjson-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 17:30:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "microjson"
}
        
Elapsed time: 0.29658s