nrt-validate


Namenrt-validate JSON
Version 0.0.1a7 PyPI version JSON
download
home_pageNone
SummaryValidation of alerting system results produced by tools like nrt
upload_time2025-07-22 10:16:49
maintainerNone
docs_urlNone
authorKeith Arano, Jonas Viehweger
requires_python>=3.9
licenseEUPL-1.2
keywords sentinel2 xarray validation forest monitoring change
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ************
nrt-validate
************

*``nrt-validate`` is a companion package to `nrt <https://github.com/ec-jrc/nrt>`_, designed for near real-time monitoring of satellite image time series. It extends nrt's capabilities by providing tools for visual interpretation of time-series data, and for the creation and management of reference/validation datasets.*

Features
========
- Interactive time-series annotation interface built with jupyter widgets
- Spatial sampling for unbiased accuracy assessment
- Various estimator or accuracy (Olofsson et al., 2013; Stehman 2014) and timeliness (Bullocks et al., 2022)

Installation
============
To install nrt-validate, run:

.. code-block:: bash

    pip install nrt-validate

Usage
=====
Here is a basic example to get started with the interactive annotation interface in a Jupyter notebook. 

.. code-block:: python

    from nrt.validate.response import Interface
    from nrt.validate import data

    interface = Interface(cube=data.sentinel2_czechia(), features=samples_czechia())
    interface.display_interface()


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nrt-validate",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "sentinel2, xarray, validation, forest, monitoring, change",
    "author": "Keith Arano, Jonas Viehweger",
    "author_email": "Loic Dutrieux <loic.dutrieux@ec.europa.eu>",
    "download_url": "https://files.pythonhosted.org/packages/35/ff/bbeb3d2c782f587c0b03757503460a3e82f9a87a9b86cfb671d67a4464e2/nrt_validate-0.0.1a7.tar.gz",
    "platform": null,
    "description": "************\nnrt-validate\n************\n\n*``nrt-validate`` is a companion package to `nrt <https://github.com/ec-jrc/nrt>`_, designed for near real-time monitoring of satellite image time series. It extends nrt's capabilities by providing tools for visual interpretation of time-series data, and for the creation and management of reference/validation datasets.*\n\nFeatures\n========\n- Interactive time-series annotation interface built with jupyter widgets\n- Spatial sampling for unbiased accuracy assessment\n- Various estimator or accuracy (Olofsson et al., 2013; Stehman 2014) and timeliness (Bullocks et al., 2022)\n\nInstallation\n============\nTo install nrt-validate, run:\n\n.. code-block:: bash\n\n    pip install nrt-validate\n\nUsage\n=====\nHere is a basic example to get started with the interactive annotation interface in a Jupyter notebook. \n\n.. code-block:: python\n\n    from nrt.validate.response import Interface\n    from nrt.validate import data\n\n    interface = Interface(cube=data.sentinel2_czechia(), features=samples_czechia())\n    interface.display_interface()\n\n",
    "bugtrack_url": null,
    "license": "EUPL-1.2",
    "summary": "Validation of alerting system results produced by tools like nrt",
    "version": "0.0.1a7",
    "project_urls": {
        "homepage": "https://code.europa.eu/jrc-forest/nrt-validate"
    },
    "split_keywords": [
        "sentinel2",
        " xarray",
        " validation",
        " forest",
        " monitoring",
        " change"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7713e7284228616e5bbd4e0b13a7d24c0142e874575f11aa803fd176c9be88eb",
                "md5": "fd85ad8e9dc902d6ab0d36e033c512b3",
                "sha256": "6c6ecbc3a2d75f8b499b2e3d84516a7557d7a04207d7345a23f57184349196ff"
            },
            "downloads": -1,
            "filename": "nrt_validate-0.0.1a7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd85ad8e9dc902d6ab0d36e033c512b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 178033,
            "upload_time": "2025-07-22T10:16:47",
            "upload_time_iso_8601": "2025-07-22T10:16:47.238152Z",
            "url": "https://files.pythonhosted.org/packages/77/13/e7284228616e5bbd4e0b13a7d24c0142e874575f11aa803fd176c9be88eb/nrt_validate-0.0.1a7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "35ffbbeb3d2c782f587c0b03757503460a3e82f9a87a9b86cfb671d67a4464e2",
                "md5": "18bb7c8d8881cb27e990ab52eccf010d",
                "sha256": "655564d5c6cfc052e5cc48ab8aa6a142cc7ec152639d7b53473e552fe5a23af4"
            },
            "downloads": -1,
            "filename": "nrt_validate-0.0.1a7.tar.gz",
            "has_sig": false,
            "md5_digest": "18bb7c8d8881cb27e990ab52eccf010d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1673454,
            "upload_time": "2025-07-22T10:16:49",
            "upload_time_iso_8601": "2025-07-22T10:16:49.348676Z",
            "url": "https://files.pythonhosted.org/packages/35/ff/bbeb3d2c782f587c0b03757503460a3e82f9a87a9b86cfb671d67a4464e2/nrt_validate-0.0.1a7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 10:16:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nrt-validate"
}
        
Elapsed time: 0.42640s