DFSG NEW Queue

DFSG, Licensing & New Packages Team

xarray-eopf 0.2.7-1

Package Information

DescriptionEOPF Zarr backend for xarray

An xarray backend implementation for ESA EOPF data products in Zarr format.

After installing this package, user can specify a new xarray backend named `"eopf-zarr"` to open EOPF sample products. The backend has two modes of operation, default analysis mode and the native mode. Both modes allow

* to open EOPF sample products from the local filesystem or from their original object storage using URLs with both `https` or `s3` protocols; * to open entire products as `xarray.DataTree` or `xarray.Dataset`; * to open a subgroup as `xarray.Dataset`. This works with local filesystem or `s3`-URLs.

The default analysis mode has the aim to represent the EOPF data products in an analysis-ready and convenient way. It provides the following features:

* Open the deeply nested EOPF products as flat `xarray.Dataset` objects. * All bands and quality images resampled to a single, user provided resolution, hence, spatial dimensions will be just `x` and `y`. * User-specified resampling by passing interpolation methods for up-scaling and aggregation methods for downscaling. * CF-compliant spatial referencing of datasets using a shared grid mapping variable `spatial_ref`. * Attach other CF-compliant metadata enhancements such as flag values and meanings for pixel quality information, such as the Sentinel-2 scene classification (variable `scl`).

The native mode does not modify any contents or data, instead it basically delegates to the built-in `zarr` backend.

MaintainerDebian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed ByAntonio Valentino <antonio.valentino@tiscali.it>
Sponsorsebastic@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/debian-gis-team/xarray-eopf.git (browse)
Closes#1130110
Trackerhttps://tracker.debian.org/pkg/xarray-eopf
Uploaded4 hours ago

New Package Report

.changes
Distributionunstable
DateSun, 29 Mar 2026 00:48:43 +0000
Sourcexarray-eopf
Version0.2.7-1
Changed-ByAntonio Valentino
Architecturesource all
Changelog
xarray-eopf (0.2.7-1) unstable; urgency=low
 .
   * Initial release (Closes: #1130110).
.dsc
Sectionpython
Priorityoptional
Componentmain
Package-Listpython3-xarray-eopf deb python optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xarray-eopf
Upstream-Contact: https://github.com/EOPF-Sample-Service/xarray-eopf/issues
Source: https://github.com/EOPF-Sample-Service/xarray-eopf

Files: *
Copyright: 2025, EOPF Sample Service Team and contributors
                 Konstantin Ntokas (Brockmann Consult GmbH)
                 Norman Fomferra (Brockmann Consult GmbH)
License: Apache-2.0

Files: debian/*
Copyright: 2025-2026, Antonio Valentino <antonio.valentino@tiscali.it>
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
        http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License,
 Version 2.0 can be found in '/usr/share/common-licenses/Apache-2.0'.

Back to Dashboard | View all reviews for this package