python-rioxarray 0.14.1-1 source package in Ubuntu

Changelog

python-rioxarray (0.14.1-1) unstable; urgency=medium

  * New upstream release.
  * Standards version bumped to 4.6.2, no changes.
  * Update dates in d/dopyright.
  * debian/control:
    - add numpy and packaging to dependencies.
  * Enable CI on salsa.d.o.
  * Bump debhelper-compat version to 13.

 -- Antonio Valentino <email address hidden>  Sun, 11 Jun 2023 08:06:22 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rioxarray_0.14.1-1.dsc 2.4 KiB b18595e641cbd49e2b0031a23c5da702b37828cae0118565fd328d070e5a6200
python-rioxarray_0.14.1.orig.tar.gz 4.0 MiB 76fbfe16204f0dbb2be4e71590dd6574d556a16458c9aae17ad149da70908981
python-rioxarray_0.14.1-1.debian.tar.xz 2.5 KiB a3a4792c89ea61511bbf6ec4faead15f2c7f16680b88b9a4967fe03ce896d55d

Available diffs

No changes file available.

Binary packages built by this source

python3-rioxarray: 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