python-rioxarray 0.15.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * New d/clean file (CLoses: 1048400).
  * debian/control:
    - Use <!nocheck> markers.
    - Build-depend on dh-sequence-numpy3 and pybuild-plugin-pyproject.
    - Drop unnecessary versioned (build) dependencies.
    - Drop unnecessary dependency on pandoc.
    - Sort dependency list.
    - Switch to autopkgtest-pkg-pybuild.
  * debian/rules:
    - Cleanup.
    - Re-enamle testing.
  * New d/python3-rioxarray.lintian-overrides.

 -- Antonio Valentino <email address hidden>  Tue, 15 Aug 2023 09:52:25 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rioxarray_0.15.0-1.dsc 2.4 KiB 8b9c0d26134e4490382c78d0bc31c5605b93b47e9fe41c4b9848e67a002e6fa3
python-rioxarray_0.15.0.orig.tar.gz 4.4 MiB 830dfbf6634bba1afae199320cc053bb866cec8ae2a1dce57a751a093c212ce6
python-rioxarray_0.15.0-1.debian.tar.xz 2.8 KiB 5769eb68136255b4331e9c5d1c5cdbfe9611b00b4c2d3444608190cb10b7c650

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