File: control

package info (click to toggle)
xsar 2025.03.07-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,304 kB
  • sloc: python: 5,357; makefile: 16; sh: 12
file content (70 lines) | stat: -rw-r--r-- 2,616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: xsar
Section: python
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-affine,
               python3-aiohttp,
               python3-all,
               python3-cartopy,
               python3-dask,
               python3-distributed,
               python3-fiona,
               python3-fsspec,
               python3-geopandas,
               python3-lxml,
               python3-numpy,
               python3-psutil,
               python3-pyproj,
               python3-rasterio,
               python3-rioxarray,
               python3-scipy,
               python3-setuptools,
               python3-setuptools-scm,
               python3-shapely,
               python3-tz,
               python3-xarray (>= 2024.10.0),
               python3-xarray-safe-rcm,
               python3-xarray-safe-s1,
               python3-xradarsat2,
               python3-yaml
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/umr-lops/xsar
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian-gis-team/xsar
Vcs-Git: https://salsa.debian.org/debian-gis-team/xsar.git
Description: Python xarray reader to use Level-1 GRD Synthetic Aperture Radar products
 XSAR is a distributed Level 1 Synthetic Aperture Radar (SAR) file reader
 designed to write efficient distributed processing algorithms with xarray
 and dask.
 .
 It currently handles Level-1 Sentinel-1 and Radarsat-2 data in SAFE format,
 as found on scihub or PEPS.
 .
 XSAR rely on `xarray.open_rasterio`, rasterio and GDAL to read digital_number
 from SAFE product to return an `xarray.Dataset` object with dask chunks.
 LUTs are decoded from XML files and applied to digital_number, following
 official ESA thermal de-noising document and ESA Sentinel-1 Product
 Specification.
 .
 End user can directly use for example sigma0 variable, or the de-noised
 sigma0 computed from digital_number and by applying relevant LUTs.
 .
 Since XSAR rely on dask, it have a small memory footprint: variables are
 read from file and computed only if needed.

Package: python3-xsar
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Recommends: python3-xarray-safe-rcm,
            python3-xarray-safe-s1,
            python3-xradarsat2
Suggests: python3-jinja2
Description: ${source:Synopsis}
 ${source:Extended-Description}