Task: Remote Sensing
Description: Remote sensing and earth observation
 Debian packages which are dealing with Remote Sensing (for instance
 Synthetic Aperture Radar -- SAR)
 processing (interferometry, polarimetry, data visualization, etc) and
 earth observation.

Depends: monteverdi, otb-bin, otb-bin-qt, libotb-dev

Depends: python3-epr, libepr-api-dev

Depends: python3-erfa, liberfa-dev

Depends: gdal-bin, libgdal-dev, python3-gdal

Depends: python3-pyresample, python3-pykdtree, python3-pyorbital, python3-pycoast

Suggests: googleearth-package

Depends: snaphu

Depends: doris

Depends: sentinelsat, python3-sentinelsat

Depends: sentineldl

Depends: python3-satpy

Depends: python3-pygac

Depends: python3-hdf4

Depends: python3-pyspectral

Depends: python3-geotiepoints

Depends: python3-pymap3d

Depends: coda, python3-coda

Depends: python3-pyaps3

Depends: python3-pysolid

Depends: mintpy, python3-mintpy

Depends: pykml, python3-pykml

Depends: python3-xarray-sentinel

Depends: sarsen, python3-sarsen

Depends: python3-jplephem

Depends: python3-skyfield

Suggests: nco, ncview, netcdf-bin

X-Mark: Packages in Vcs - Information about these is queried from UDD

Depends: polsarpro
Language: C, Tcl/Tk

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: gmtsar
Homepage: http://topex.ucsd.edu/gmtsar
License: GPL-3
Language: C, csh
Pkg-Description: InSAR processing system for users familiar with GMT
 GMTSAR is an open source Interferometric SAR (Synthetic Aperture Radar)
 processing system designed for users familiar with Generic Mapping
 Tools (GMT).
 The code is written in C and will compile on any computer where GMT
 and NETCDF are installed. The system has three main components:
   1. a preprocessor for each satellite data type (e.g., ERS, Envisat,
      and ALOS) to convert the native format and orbital information
      into a generic format
   2. an InSAR processor to focus and align stacks of images, map
      topography into phase, and form the complex interferogram
   3. a postprocessor, mostly based on GMT, to filter the interferogram
      and construct interferometric products of phase, coherence, phase
      gradient, and line-of sight displacement in both radar and
      geographic coordinates.
 .
 GMT is used to display all the products as postscript files and KML
 images for Google Earth. A set of C-shell scripts has been developed
 for standard 2-pass processing as well as image alignment for stacking
 and time series. ScanSAR processing is also possible but requires a
 knowledgeable user.

Depends: isce2
WNPP: 923140

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.

