xarray-sentinel 0.9.5+ds-2 source package in Ubuntu

Changelog

xarray-sentinel (0.9.5+ds-2) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Enable numpy3 dh helper.
  * Enable Salsa CI.
  * Bump Standards-Version to 4.6.2, no changes.
  * Bump debhelper compat to 13.
  * Remove generated files in clean target.
  * Add patch to fix FTBFS due to test failure.
    (closes: #1044052)

  [ Antonio Valentino ]
  * d/control:
    - Use <!nocheck> marker.
  * New d/python3-xarray-sentinel.lintian-overrides.
  * Update d/copyright.

 -- Antonio Valentino <email address hidden>  Sun, 13 Aug 2023 17:39:25 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
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
xarray-sentinel_0.9.5+ds-2.dsc 2.6 KiB 16f41cd5c57dfe9661471fe186144ac5c14acedcbe44ec35b1f6b17883de6a6e
xarray-sentinel_0.9.5+ds.orig.tar.xz 2.2 MiB a11db78d11b3460a91f98a4ade80de3b18147447297c6e7321126f2090d1eea9
xarray-sentinel_0.9.5+ds-2.debian.tar.xz 4.8 KiB 432bfbd5359993f819bb398c875c4c1ed08cbbcc241867bad3d9013f34c2fca5

Available diffs

No changes file available.

Binary packages built by this source

python3-xarray-sentinel: Easily access SAR data products of the Copernicus Sentinel-1 satellite mission

 Easily access and explore the SAR data products of the Copernicus Sentinel-1
 satellite mission in Python.
 xarray-sentinel is a Python library and Xarray backend with the following
 functionalities:
 .
   * supports the following data products as distributed by ESA:
     - Sentinel-1 Ground Range Detected (GRD):
       * Stripmap (SM)
       * Interferometric Wide Swath (IW)
       * Extra Wide Swath (EW)
     - Sentinel-1 Single Look Complex (SLC) SM/IW/EW
   * creates ready-to-use Xarray `Dataset`s that map the data
     lazily and efficiently in terms of both memory usage and disk/network
     access
   * reads all SAR imagery data: GRD images, SLC swaths and SLC bursts
   * reads several metadata elements:
     satellite orbit and attitude, ground control points, radiometric
     calibration look up tables, Doppler centroid estimation and more
   * reads uncompressed and compressed SAFE data products on the local
     computer or on a network via fsspec
   * supports larger-than-memory and distributed data access via Dask and
     rioxarray / rasterio / GDAL
   * provides a few helpers for simple operations involving metadata like
     cropping individual bursts out of IW SLC swaths, applying radiometric
     calibration polynomials, converting slant to ground range for GRD
     products and computing geospatial metadata.