asfsmd 1.4.1-2 source package in Ubuntu

Changelog

asfsmd (1.4.1-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload.

 -- Bas Couwenberg <email address hidden>  Wed, 29 May 2024 20:01:55 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
asfsmd_1.4.1-2.dsc 3.2 KiB af705d5e6f5a907ebcba7bf8656184a69e29672f222e0844fa7342e6dab02706
asfsmd_1.4.1.orig.tar.gz 15.3 KiB 1fd6715237688a1908d63942350fb9a092994c5c38123360a72609ad1125b7f8
asfsmd_1.4.1-2.debian.tar.xz 4.2 KiB e8378c37e03e665105eb92d9e25f2c6cc31d658c5126ce5ddcea05b6c47e1997

No changes file available.

Binary packages built by this source

asfsmd: ASF Sentinel-1 Metadata Download tool - CLI tool

 Small Python tool (`asfsmd`) that allows one to download XML
 files containing Sentinel-1 products metadata from the ASF
 archive.
 .
 Sentinel-1 products are stored in the ASF arcive as ZIP files
 that are quite large because they contain both the products
 annotations and the binary image data.
 .
 The `asfsmd` tool is able to retrieve only the relatively samll
 annotation files (in XML format) without downloading the entire
 ZIP archive.
 .
 `asfsmd` exploits Python packages like `fsspec` or `httpio` for
 reading HTTP resources as random-access file-like objects.
 In order to do it the remote server must support the `Range`
 header.
 .
 This approach allows one to open the ZIP archive remotely, inspects
 contents, and download only the pieces of data that are actually
 necessary to the user.
 .
 Performnces of this approach are quite poor but, in the specific
 case of Sentinel-1 products, the entire process results to be
 faster than downloading the entire ZIP archive and extracting only
 annotation files.
 .
 This package contains the command line tool for asfsmd.

python3-asfsmd: ASF Sentinel-1 Metadata Download tool

 Small Python tool (`asfsmd`) that allows one to download XML
 files containing Sentinel-1 products metadata from the ASF
 archive.
 .
 Sentinel-1 products are stored in the ASF arcive as ZIP files
 that are quite large because they contain both the products
 annotations and the binary image data.
 .
 The `asfsmd` tool is able to retrieve only the relatively samll
 annotation files (in XML format) without downloading the entire
 ZIP archive.
 .
 `asfsmd` exploits Python packages like `fsspec` or `httpio` for
 reading HTTP resources as random-access file-like objects.
 In order to do it the remote server must support the `Range`
 header.
 .
 This approach allows one to open the ZIP archive remotely, inspects
 contents, and download only the pieces of data that are actually
 necessary to the user.
 .
 Performnces of this approach are quite poor but, in the specific
 case of Sentinel-1 products, the entire process results to be
 faster than downloading the entire ZIP archive and extracting only
 annotation files.