Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
2c112ab8
Commit
2c112ab8
authored
Jan 04, 2021
by
Daniel Scheffler
Browse files
Updated URLs due to changes on the server side.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
c3858f9e
Pipeline
#17508
passed with stages
in 7 minutes and 59 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.zenodo.json
View file @
2c112ab8
...
...
@@ -23,13 +23,13 @@
"related_identifiers"
:
[
{
"scheme"
:
"url"
,
"identifier"
:
"https://git
ext
.gfz-potsdam.de/danschef/arosics"
,
"identifier"
:
"https://git.gfz-potsdam.de/danschef/arosics"
,
"relation"
:
"isSupplementTo"
,
"resource_type"
:
"software"
},
{
"scheme"
:
"url"
,
"identifier"
:
"https://danschef.git
ext
-pages.gfz-potsdam.de/arosics/doc"
,
"identifier"
:
"https://danschef.git-pages.gfz-potsdam.de/arosics/doc"
,
"relation"
:
"isDocumentedBy"
,
"resource_type"
:
"publication-softwaredocumentation"
},
...
...
CONTRIBUTING.rst
View file @
2c112ab8
...
...
@@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
Report bugs at https://git
ext
.gfz-potsdam.de/danschef/arosics/issues
Report bugs at https://git.gfz-potsdam.de/danschef/arosics/issues
If you are reporting a bug, please include:
...
...
@@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~
The best way to send feedback is to file an issue at https://git
ext
.gfz-potsdam.de/danschef/arosics/issues.
The best way to send feedback is to file an issue at https://git.gfz-potsdam.de/danschef/arosics/issues.
If you are proposing a feature:
...
...
@@ -71,7 +71,7 @@ Ready to contribute? Here's how to set up `arosics` for local development.
.. code-block:: bash
$ git clone https://git
ext
.gfz-potsdam.de/danschef/arosics.git
$ git clone https://git.gfz-potsdam.de/danschef/arosics.git
#. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed,
this is how you set up your fork for local development:
...
...
README.rst
View file @
2c112ab8
.. figure:: https://danschef.git
ext
-pages.gfz-potsdam.de/arosics/images/arosics_logo.png
:target: https://git
ext
.gfz-potsdam.de/danschef/arosics
.. figure:: https://danschef.git-pages.gfz-potsdam.de/arosics/images/arosics_logo.png
:target: https://git.gfz-potsdam.de/danschef/arosics
:align: center
==================================================================================================
...
...
@@ -7,14 +7,14 @@ An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sen
==================================================================================================
* Free software: GNU General Public License v3 or later (GPLv3+)
* **Documentation:** https://danschef.git
ext
-pages.gfz-potsdam.de/arosics/doc/
* **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 <http://www.mdpi.com/2072-4292/9/7/676>`__
(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
ext
.gfz-potsdam.de/danschef/arosics/-/blob/master/CITATION>`__ file.
* Submit feedback by filing an issue `here <https://git
ext
.gfz-potsdam.de/danschef/arosics/issues>`__
`CITATION <https://git.gfz-potsdam.de/danschef/arosics/-/blob/master/CITATION>`__ file.
* Submit feedback by filing an issue `here <https://git.gfz-potsdam.de/danschef/arosics/issues>`__
or join our chat here: |Gitter|
.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
...
...
@@ -24,16 +24,16 @@ An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sen
Status
------
.. image:: https://git
ext
.gfz-potsdam.de/danschef/arosics/badges/master/pipeline.svg
:target: https://git
ext
.gfz-potsdam.de/danschef/arosics/commits/master
.. image:: https://git
ext
.gfz-potsdam.de/danschef/arosics/badges/master/coverage.svg
:target: https://danschef.git
ext
-pages.gfz-potsdam.de/arosics/coverage/
.. 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
: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
ext
.gfz-potsdam.de/danschef/arosics/blob/master/LICENSE
:target: https://git.gfz-potsdam.de/danschef/arosics/blob/master/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
ext
.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/master/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,10 +83,10 @@ 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
ext
.gfz-potsdam.de/danschef/arosics/raw/master/docs/images/shift_vectors_testcase1__900x824.gif
.. image:: https://git.gfz-potsdam.de/danschef/arosics/raw/master/docs/images/shift_vectors_testcase1__900x824.gif
For further details check out the `documentation <https://danschef.git
ext
-pages.gfz-potsdam.de/arosics/doc/>`__!
For further details check out the `documentation <https://danschef.git-pages.gfz-potsdam.de/arosics/doc/>`__!
Credits
-------
...
...
@@ -101,7 +101,7 @@ documentation have been provided by NASA (Landsat-8) and ESA (Sentinel-2).
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _coverage: https://danschef.git
ext
-pages.gfz-potsdam.de/arosics/coverage/
.. _nosetests: https://danschef.git
ext
-pages.gfz-potsdam.de/arosics/nosetests_reports/nosetests.html
.. _coverage: https://danschef.git-pages.gfz-potsdam.de/arosics/coverage/
.. _nosetests: https://danschef.git-pages.gfz-potsdam.de/arosics/nosetests_reports/nosetests.html
.. _conda: https://conda.io/docs/
docs/about.rst
View file @
2c112ab8
...
...
@@ -22,8 +22,8 @@ Co-Registration Software for Multi-Sensor Satellite Data. Remote Sensing. 2017;
<http://www.mdpi.com/2072-4292/9/7/676>`__.
* GitLab Repository: https://git
ext
.gfz-potsdam.de/danschef/arosics/
* Documentation: https://danschef.git
ext
-pages.gfz-potsdam.de/arosics/doc/
* GitLab Repository: https://git.gfz-potsdam.de/danschef/arosics/
* Documentation: https://danschef.git-pages.gfz-potsdam.de/arosics/doc/
...
...
docs/conf.py
View file @
2c112ab8
...
...
@@ -131,7 +131,7 @@ def setup(app):
# Add mappings for intersphinx extension (allows to link to the API reference of other sphinx documentations)
intersphinx_mapping
=
{
'geoarray'
:
(
'https://danschef.git
ext
-pages.gfz-potsdam.de/geoarray/doc/'
,
None
),
'geoarray'
:
(
'https://danschef.git-pages.gfz-potsdam.de/geoarray/doc/'
,
None
),
'python'
:
(
'https://docs.python.org/3'
,
None
),
}
...
...
docs/usage/input_data_requirements.rst
View file @
2c112ab8
...
...
@@ -26,7 +26,7 @@ Supported projections
~~~~~~~~~~~~~~~~~~~~~
AROSICS provides full support for UTM projections and geographic coordinates. Providing support for other projections
is currently work in progress (see `here <https://git
ext
.gfz-potsdam.de/danschef/arosics/-/issues/37>`__ for the
is currently work in progress (see `here <https://git.gfz-potsdam.de/danschef/arosics/-/issues/37>`__ for the
status) and may lead to some incompatibities.
...
...
setup.py
View file @
2c112ab8
...
...
@@ -108,7 +108,7 @@ setup(
setup_requires
=
req_setup
,
test_suite
=
'tests'
,
tests_require
=
req
+
req_test
,
url
=
'https://git
ext
.gfz-potsdam.de/danschef/arosics'
,
url
=
'https://git.gfz-potsdam.de/danschef/arosics'
,
version
=
version
[
'__version__'
],
zip_safe
=
False
,
)
tests/CI_docker/build_arosics_testsuite_image.sh
View file @
2c112ab8
...
...
@@ -28,7 +28,7 @@ docker run \
gitlab/gitlab-runner:latest
# register the runner at the corresponding GitLab repository via a registration-token
echo
"#### Register container at gitlab, get token here https://git
ext
.gfz-potsdam.de/danschef/arosics/settings/ci_cd"
echo
"#### Register container at gitlab, get token here https://git.gfz-potsdam.de/danschef/arosics/settings/ci_cd"
read
-p
"Please enter gitlab token: "
token
echo
""
read
-p
"Please enter gitlab runner name: "
runner_name
...
...
@@ -41,7 +41,7 @@ gitlab-ci-multi-runner register \
--non-interactive
\
--executor 'docker'
\
--docker-image '
${
tag
}
'
\
--url 'https://git
ext
.gfz-potsdam.de/ci'
\
--url 'https://git.gfz-potsdam.de/ci'
\
--registration-token '
${
token
}
'
\
--description '
${
runner_name
}
'
\
--tag-list arosics_ci_client
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment