python-rioxarray 0.15.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update dates in d/copyright.
  * debian/control:
    - Update versioned dependency on xarray.

 -- Antonio Valentino <email address hidden>  Sat, 27 Jan 2024 12:18:50 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rioxarray_0.15.1-1.dsc 2.4 KiB cc148d508538e552d6ec31bdc36fb24d1393a8071d02336e8ca92782fe17a487
python-rioxarray_0.15.1.orig.tar.gz 4.4 MiB eca661f9f828cf19c3c9331566aeb19ff1cd56b94798169f3149bacd198a01f5
python-rioxarray_0.15.1-1.debian.tar.xz 3.0 KiB bd3309c11dfff0d8d5364dc0bfcd5d5581ed00ddb1fcd012705d135427f56d32

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