Source: xcube-resampling
Section: python
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-affine,
               python3-dask,
               python3-dask-image,
               python3-hatchling,
               python3-numpy,
               python3-pyproj,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-xarray,
               python3-zarr
Standards-Version: 4.7.3
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/xcube-dev/xcube-resampling
Vcs-Browser: https://salsa.debian.org/debian-gis-team/xcube-resampling
Vcs-Git: https://salsa.debian.org/debian-gis-team/xcube-resampling.git
Description: Low-level, dask-aware spatial resampling algorithms
 xcube-resampling provides efficient algorithms for transforming
 datasets into different spatial grid mappings. It is designed for
 geospatial workflows that need flexible resampling and reprojection.
 .
 Features:
  * Affine resampling – simple resampling using affine transformations
  * Reprojection – convert datasets between different coordinate
    reference systems (CRS)
  * Rectification – transform irregular grids into regular,
    well-structured grids
 .
 All methods work seamlessly with chunked (lazily loaded)
 xarray.Datasets and are powered by Dask for scalable, out-of-core
 computation.

Package: python3-xcube-resampling
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Recommends: python3-numba
Description: ${source:Synopsis}
 ${source:Extended-Description}
