Metadata-Version: 2.4
Name: nrt-data
Version: 0.0.2
Summary: nrt namespace package giving access to demo and test datasets, extracted from nrt core
Author: Jonas Viehweger, Kenji Ose
Author-email: Loic Dutrieux <loic.dutrieux@ec.europa.eu>
Maintainer-email: Loic Dutrieux <loic.dutrieux@ec.europa.eu>
License: EUPL-1.2
Project-URL: homepage, https://code.europa.eu/jrc-forest/nrt-data
Keywords: sentinel2,xarray,zarr,netcdf
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: NOTICE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: rasterio
Requires-Dist: fiona
Requires-Dist: netCDF4
Requires-Dist: zarr
Requires-Dist: aiohttp
Requires-Dist: fsspec
Requires-Dist: pooch
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Dynamic: license-file

********
nrt-data
********

**nrt-data** is a companion package to `nrt <https://github.com/ec-jrc/nrt>`_, designed for near real-time monitoring of satellite image time series. It provides easy access to curated datasets for testing and demonstrating **nrt**'s capabilities.

As of ``nrt==0.2.1``, the ``data`` module has been separated from the core package to simplify maintenance and keep the core **nrt** lightweight. This package is distributed as a namespace package, ensuring backward compatibility with previous versions.

For more details, see the full documentation at `nrt-data.readthedocs.io <https://nrt-data.readthedocs.io/>`_.

Features
========

- Access to small-sized test data in NetCDF format and associated reference data in FlatGeoBuf, managed via `Pooch <https://www.fatiando.org/pooch/latest/>`_.
- Streaming access to larger datasets stored as cloud-optimized Zarr stores.
- Synthetic data simulation functionalities.

Installation
============

To install **nrt-data**, run:

.. code-block:: bash

    pip install nrt-data

Please note that **nrt-data** can be installed independently of **nrt** but is incompatible with ``nrt<=0.2.1``. To check your current **nrt** version, run:

.. code-block:: bash

    pip freeze | grep nrt

If necessary, update **nrt** by running:

.. code-block:: bash

    pip install -U nrt

