nrt-validate


Namenrt-validate JSON
Version 0.0.1a4 PyPI version JSON
download
home_pageNone
SummaryValidation of alerting system results produced by tools like nrt
upload_time2024-09-14 00:34:19
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/b2/e0/7bbe3021eed3199a2fbee474c473504a4b14ba7665d03f0b88828c15bdcb/nrt_validate-0.0.1a4.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.1a4",
    "project_urls": {
        "homepage": "https://code.europa.eu/jrc-forest/nrt-validate"
    },
    "split_keywords": [
        "sentinel2",
        " xarray",
        " validation",
        " forest",
        " monitoring",
        " change"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b2fb4a42e268b4d997617766bca132632010281d75af696121fd027e16faa70",
                "md5": "6b89dfc43b15e56d12cdaa270049e377",
                "sha256": "26a8ec4a87ef89c4ae395dc02cde1f83262d0bd3306a04cd75d9696d58d15933"
            },
            "downloads": -1,
            "filename": "nrt_validate-0.0.1a4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b89dfc43b15e56d12cdaa270049e377",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 176945,
            "upload_time": "2024-09-14T00:34:13",
            "upload_time_iso_8601": "2024-09-14T00:34:13.591638Z",
            "url": "https://files.pythonhosted.org/packages/4b/2f/b4a42e268b4d997617766bca132632010281d75af696121fd027e16faa70/nrt_validate-0.0.1a4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2e07bbe3021eed3199a2fbee474c473504a4b14ba7665d03f0b88828c15bdcb",
                "md5": "ed36d30b356d9023570190570498bcb7",
                "sha256": "933365cbc4e09dc23c0121eb2f66639086be0fadd78fe00997375bf73c017edf"
            },
            "downloads": -1,
            "filename": "nrt_validate-0.0.1a4.tar.gz",
            "has_sig": false,
            "md5_digest": "ed36d30b356d9023570190570498bcb7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1672282,
            "upload_time": "2024-09-14T00:34:19",
            "upload_time_iso_8601": "2024-09-14T00:34:19.017815Z",
            "url": "https://files.pythonhosted.org/packages/b2/e0/7bbe3021eed3199a2fbee474c473504a4b14ba7665d03f0b88828c15bdcb/nrt_validate-0.0.1a4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-14 00:34:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nrt-validate"
}
        
Elapsed time: 1.37053s