1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: python-rioxarray
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Magnus Hagdorn <magnus.hagdorn@ed.ac.uk>,
Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper-compat (= 12),
dh-sequence-python3,
dh-python,
pandoc,
python3-all,
python3-rasterio,
python3-scipy,
python3-xarray (>= 0.17),
python3-pyproj (>= 2.2),
python3-pytest,
python3-pytest-cov,
python3-pytest-timeout,
python3-netcdf4,
python3-mock,
python3-dask
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/python-rioxarray
Vcs-Git: https://salsa.debian.org/science-team/python-rioxarray.git
Homepage: https://github.com/corteva/rioxarray
Package: python3-rioxarray
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-scipy,
python3-rasterio,
python3-xarray (>= 0.17),
python3-pyproj (>= 2.2)
Description: rasterio xarray extension
rioxarray is an extension to the xarray package that
- supports multidimensional datasets such as netCDF
- stores the CRS as a WKT, which is the recommended format
- loads in the CRS, transform, and nodata metadata in standard CF & GDAL
locations
- supports masking and scaling data with the masked and mask_and_scale kwargs
- adds the coordinate axis CF metadata
- loads in raster metadata into the attributes
.
This package provides the Python 3 library
|