Skip to content
Snippets Groups Projects
Commit d06507d6 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Replace references to deprecated master branch.


Signed-off-by: default avatarDaniel Scheffler <danschef@gfz-potsdam.de>
parent 6f4a6f0d
No related branches found
No related tags found
No related merge requests found
Pipeline #58898 passed
......@@ -6,7 +6,7 @@ URL_RELEASES=https://api.github.com/repos/$GITHUB_USER/$GITHUB_REPONAME/releases
# create the release
API_JSON=$(printf '{"tag_name":"%s",
"target_commitish":"master",
"target_commitish":"main",
"name":"%s",
"body":"",
"draft":false,
......
......@@ -81,7 +81,7 @@ test_arosics_install:
- python -c "import arosics; print(arosics)"
- python -c "from arosics import COREG, COREG_LOCAL"
only:
- master
- main
pages: # this job must be called 'pages' to advise GitLab to upload content to GitLab Pages
......@@ -117,7 +117,7 @@ pages: # this job must be called 'pages' to advise GitLab to upload content to
- public
expire_in: 30 days
only:
- master
- main
- enhancement/improve_docs
......
......@@ -13,7 +13,7 @@ An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sen
(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 <https://git.gfz-potsdam.de/danschef/arosics/-/blob/master/CITATION>`__ file.
`CITATION <https://git.gfz-potsdam.de/danschef/arosics/-/blob/main/CITATION>`__ file.
* Submit feedback by filing an issue `here <https://git.gfz-potsdam.de/danschef/arosics/issues>`__
or join our chat here: |Gitter|
......@@ -24,16 +24,16 @@ An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sen
Status
------
.. image:: https://git.gfz-potsdam.de/danschef/arosics/badges/master/pipeline.svg
:target: https://git.gfz-potsdam.de/danschef/arosics/commits/master
.. image:: https://git.gfz-potsdam.de/danschef/arosics/badges/master/coverage.svg
.. image:: https://git.gfz-potsdam.de/danschef/arosics/badges/main/pipeline.svg
:target: https://git.gfz-potsdam.de/danschef/arosics/commits/main
.. image:: https://git.gfz-potsdam.de/danschef/arosics/badges/main/coverage.svg
:target: https://danschef.git-pages.gfz-potsdam.de/arosics/coverage/
.. image:: https://img.shields.io/pypi/v/arosics.svg
:target: https://pypi.python.org/pypi/arosics
.. image:: https://img.shields.io/conda/vn/conda-forge/arosics.svg
:target: https://anaconda.org/conda-forge/arosics
.. image:: https://img.shields.io/pypi/l/arosics.svg
:target: https://git.gfz-potsdam.de/danschef/arosics/blob/master/LICENSE
:target: https://git.gfz-potsdam.de/danschef/arosics/blob/main/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/arosics.svg
:target: https://img.shields.io/pypi/pyversions/arosics.svg
.. image:: https://img.shields.io/pypi/dm/arosics.svg
......@@ -69,7 +69,7 @@ also allows to align the output image to the reference image coordinate grid if
Here is an example of a Landsat-8 / Sentinel-2 image pair before and after co-registration using AROSICS:
.. image:: https://git.gfz-potsdam.de/danschef/arosics/raw/master/docs/images/animation_testcase1_zoom_L8_S2_global_coreg_before_after_900x456.gif
.. image:: https://git.gfz-potsdam.de/danschef/arosics/raw/main/docs/images/animation_testcase1_zoom_L8_S2_global_coreg_before_after_900x456.gif
Local co-registration - for spatially variable shifts but a bit slower
......@@ -83,7 +83,7 @@ affine transformation. Warping of the target image is done using an appropriate
Here is an example of the computed shift vectors after filtering false-positives
(mainly due to clouds in the target image):
.. image:: https://git.gfz-potsdam.de/danschef/arosics/raw/master/docs/images/shift_vectors_testcase1__900x824.gif
.. image:: https://git.gfz-potsdam.de/danschef/arosics/raw/main/docs/images/shift_vectors_testcase1__900x824.gif
For further details check out the `documentation <https://danschef.git-pages.gfz-potsdam.de/arosics/doc/>`__!
......@@ -93,7 +93,7 @@ History / Changelog
-------------------
You can find the protocol of recent changes in the AROSICS package
`here <https://git.gfz-potsdam.de/danschef/arosics/-/blob/master/HISTORY.rst>`__.
`here <https://git.gfz-potsdam.de/danschef/arosics/-/blob/main/HISTORY.rst>`__.
Credits
......
......@@ -115,7 +115,7 @@ setup(
"Source code": "https://git.gfz-potsdam.de/danschef/arosics",
"Issue Tracker": "https://git.gfz-potsdam.de/danschef/arosics/-/issues",
"Documentation": "https://danschef.git-pages.gfz-potsdam.de/arosics/doc/",
"Change log": "https://git.gfz-potsdam.de/danschef/arosics/-/blob/master/HISTORY.rst",
"Change log": "https://git.gfz-potsdam.de/danschef/arosics/-/blob/main/HISTORY.rst",
"Algorithm paper": "https://www.mdpi.com/2072-4292/9/7/676",
"Zenodo": "https://zenodo.org/record/5093940"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment