arosics 1.12.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

arosics 1.12.0

An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sensor Satellite Data

Free software: Apache 2.0
Documentation: https://danschef.git-pages.gfz-potsdam.de/arosics/doc/
The (open-access) paper corresponding to this software repository can be found here:
Scheffler et al. 2017
(cite as: Scheffler D, Hollstein A, Diedrich H, Segl K, Hostert P. AROSICS: An Automated and Robust Open-Source
Image Co-Registration Software for Multi-Sensor Satellite Data. Remote Sensing. 2017; 9(7):676).
Information on how to cite the AROSICS Python package can be found in the
CITATION file.
Submit feedback by filing an issue here
or join our chat here:


Status
























See also the latest coverage report and the pytest HTML report.


Feature overview
AROSICS is a python package to perform automatic subpixel co-registration of two satellite image datasets
based on an image matching approach working in the frequency domain, combined with a multistage workflow for
effective detection of false-positives.
It detects and corrects local as well as global misregistrations between two input images in the subpixel scale,
that are often present in satellite imagery. The algorithm is robust against the typical difficulties of
multi-sensoral/multi-temporal images. Clouds are automatically handled by the implemented outlier detection algorithms.
The user may provide user-defined masks to exclude certain image areas from tie point creation. The image overlap area
is automatically detected. AROSICS supports a wide range of input data formats and can be used from the command
line (without any Python experience) or as a normal Python package.

Global co-registration - fast but only for static X/Y-shifts
Only a global X/Y translation is computed within a small subset of the input images (window position is adjustable).
This allows very fast co-registration but only corrects for translational (global) X/Y shifts.
The calculated subpixel-shifts are (by default) applied to the geocoding information of the output image.
No spatial resampling is done automatically as long as both input images have the same projection. However, AROSICS
also allows to align the output image to the reference image coordinate grid if needed.
Here is an example of a Landsat-8 / Sentinel-2 image pair before and after co-registration using AROSICS:



Local co-registration - for spatially variable shifts but a bit slower
A dense grid of tie points is automatically computed, whereas tie points are subsequently validated using a
multistage workflow. Only those tie points not marked as false-positives are used to compute the parameters of an
affine transformation. Warping of the target image is done using an appropriate resampling technique
(cubic by default).
Here is an example of the computed shift vectors after filtering false-positives
(mainly due to clouds in the target image):

For further details check out the documentation!



History / Changelog
You can find the protocol of recent changes in the AROSICS package
here.


Credits
AROSICS was developed by Daniel Scheffler (German Research Centre of Geosciences) within the context of the
GeoMultiSens project funded by the German Federal Ministry of Education and Research
(project grant code: 01 IS 14 010 A-C).
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
The test data represent modified Copernicus Sentinel-2 data (ESA 2016). The input data for the figures in the
documentation have been provided by NASA (Landsat-8) and ESA (Sentinel-2).

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.