python-rioxarray 0.15.1-2 source package in Ubuntu

Changelog

python-rioxarray (0.15.1-2) unstable; urgency=medium

  * debian/rules:
    - Skip tests that are broken on i386.

 -- Antonio Valentino <email address hidden>  Sat, 27 Jan 2024 13:39:36 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rioxarray_0.15.1-2.dsc 2.4 KiB eb15e629228d6cfc610cac83d3802d7bb827b83a9dea626c3383a2ef24ad63f9
python-rioxarray_0.15.1.orig.tar.gz 4.4 MiB eca661f9f828cf19c3c9331566aeb19ff1cd56b94798169f3149bacd198a01f5
python-rioxarray_0.15.1-2.debian.tar.xz 3.1 KiB 15b6f799cfc3f46f63c72326ee91a3aac3be20797d656460ff4c3a2971ffdfb4

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