[Git][blends-team/gis][master] Clean outdated packages in tasks/remotesensing
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Mar 8 13:32:49 GMT 2025
Antonio Valentino pushed to branch master at Debian Blends Team / gis
Commits:
b47f8070 by Antonio Valentino at 2025-03-08T13:32:34+00:00
Clean outdated packages in tasks/remotesensing
- - - - -
2 changed files:
- debian/changelog
- tasks/remotesensing
Changes:
=====================================
debian/changelog
=====================================
@@ -38,6 +38,8 @@ debian-gis (0.0.22) UNRELEASED; urgency=medium
- Add pygeofilter
- Add pyogrio
- Add bpack
+ - Drop isce2, polsarpro, points2grid (outdated)
+ - Drop esa-snap (no longer planned)
* task/devel:
- Recommend python3-pygml
=====================================
tasks/remotesensing
=====================================
@@ -81,131 +81,13 @@ Depends: python3-usgs
Depends: pygeofilter
+Depends: python3-pyogrio
+
Suggests: nco, ncview, netcdf-bin
Suggests: bpack
X-Mark: Packages in Vcs - Information about these is queried from UDD
-Depends: python3-pyogrio
-
Depends: eodag
WNPP: 1064200
-
-Depends: isce2
-WNPP: 923140
-
-Depends: polsarpro
-Homepage: https://earth.esa.int/eogateway/tools/polsarpro
-License: GPL-2
-Language: C, Tcl/Tk
-iPkg-Description: Polarimetric SAR data Processing and Education Toolbox
- PolSARpro (Polarimetric SAR data Processing and Education Toolbox)
- supports the scientific exploitation of polarimetric SAR data and
- is a tool for high-level education in radar polarimetry.
- .
- The software contains a collection of well-known algorithms and
- tools, establishes a foundation for the exploitation of polarimetric
- techniques for scientific developments and stimulates research and
- applications developments using Pol-SAR, Pol-InSAR, Pol-TomoSAR
- and Pol-TimeSAR data.
- .
- The tool is a standalone application that performs end-to-end
- processing without needing other software.
- .
- PolSARpro supports the future ESA Biomass mission and can be used to
- handle and convert polarimetric data from a range of Third Party
- Missions:
- * ALOS-1
- * COSMO-SkyMed
- * RADARSAT-2
- * TerraSAR-X and TanDEM-X
-
-Depends: esa-snap
-Homepage: http://step.esa.int/main/toolboxes/snap/
-License: GPL-3
-Language: Java
-Pkg-Description: SeNtinel Application Platform (SNAP)
- A common architecture for all Sentinel Toolboxes is being jointly
- developed by Brockmann Consult, Array Systems Computing and C-S called
- the Sentinel Application Platform (SNAP).
- .
- The SNAP architecture is ideal for Earth Observation processing and
- analysis due the following technological innovations: Extensibility,
- Portability, Modular Rich Client Platform, Generic EO Data Abstraction,
- Tiled Memory Management, and a Graph Processing Framework.
- .
- Feature Highlights:
- * Common architecture for all Toolboxes
- * Very fast image display and navigation even of giga-pixel images
- * Graph Processing Framework (GPF): for creating user-defined
- processing chains
- * Advanced layer management allows adding and manipulation of new overlays
- such as images of other bands, images from WMS servers or ESRI shapefiles
- * Rich region-of-interest definitions for statistics and various plots
- * Easy bitmask definition and overlay
- * Flexible band arithmetic using arbitrary mathematical expressions
- * Accurate reprojection and ortho-rectification to common map projections,
- * Geo-coding and rectification using ground control points
- * Automatic SRTM DEM download and tile selection
- * Product library for scanning and cataloging large archives efficiently
- * Multithreading and Multi-core processor support
- * Integrated WorldWind visualisation
- .
- SNAP also includes:
- * the Sentinel-1 Toolbox (S1TBX) consists of a collection of processing
- tools, data product readers and writers and a display and analysis
- application to support the large archive of data from ESA SAR missions
- including SENTINEL-1, ERS-1 & 2 and ENVISAT, as well as third party
- SAR data from ALOS PALSAR, TerraSAR-X, COSMO-SkyMed and RADARSAT-2.
- The various processing tools could be run independently from the
- command-line and also integrated within the graphical user interface.
- The Toolbox includes tools for calibration, speckle filtering,
- coregistration, orthorectification, mosaicking, data conversion,
- polarimetry and interferometry.
- * the Sentinel-2 Toolbox consists of a rich set of visualisation,
- analysis and processing tools for the exploitation of optical
- high-resolution products including the upcoming Sentinel-2 MSI sensor.
- As a multi-mission remote sensing toolbox, it also provides support for
- third party data from RapidEye, SPOT, MODIS (Aqua and Terra),
- Landsat (TM) and others.
- * the Sentinel-3 Toolbox consists of a rich set of visualisation,
- analysis and processing tools for the exploitation of OLCI and SLSTR
- data from the upcoming Sentinel-3 mission.
- As a multi-mission remote sensing toolbox, it also supports the ESA
- missions Envisat (MERIS & AATSR), ERS (ATSR), SMOS as well as third
- party data from MODIS (Aqua and Terra), Landsat (TM),
- ALOS (AVNIR & PRISM) and others.
- The various tools can be run from an intuitive desktop application or
- via a command-line interface.
- A rich application programming interface allows for development of
- plugins using Java or Python.
- * the project SMOS Toolbox for SNAP (SMOS-Box) has been brought into life
- in order to support users of data acquired by ESA’s Soil Moisture and
- Ocean Salinity (SMOS) mission.
- SNAP and the SMOS-Box are user tools which ESA/ESRIN is providing free
- of charge to the Earth Observation Community.
-Remark: includes/uses the JAI package that is non-free
-
-Depends: points2grid
-Homepage: http://www.opentopography.org/otsoftware/points2grid
-License: BSD
-Language: C++
-Pkg-URL: http://bazaar.launchpad.net/~a.valentino/+junk/points2grid/files
-Pkg-Description: Generates Digital Elevation Models using a local gridding method
- Points2Grid generates Digital Elevation Models (DEM) using a local gridding
- method. The local gridding algorithm computes grid cell elevation using a
- circular neighbourhood defined around each grid cell based on a radius
- provided by the user. This neighbourhood is referred to as a bin, while the
- grid cell is referred to as a DEM node.
- .
- Up to four values - minimum, maximum, mean, or inverse distance weighted
- (IDW) mean - are computed for points that fall within the bin.
- These values are then assigned to the corresponding DEM node and used to
- represent the elevation variation over the neighbourhood represented by
- the bin. If no points are found within a given bin, the DEM node receives
- a value of null.
- .
- The Points2Grid service also provides a null filing option, which applies
- an inverse distance weighted focal mean via a square moving window of 3, 5,
- or 7 pixels to fill cells in the DEM that have null values.
View it on GitLab: https://salsa.debian.org/blends-team/gis/-/commit/b47f8070f61d893ade16c1bf01337509912506e7
--
View it on GitLab: https://salsa.debian.org/blends-team/gis/-/commit/b47f8070f61d893ade16c1bf01337509912506e7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250308/810e1dfd/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list