Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
pyrsr
Commits
2ea54127
Commit
2ea54127
authored
Jan 04, 2021
by
Daniel Scheffler
Browse files
Replaced GitLab URLs due to changes on the server side.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
7ff2680a
Pipeline
#17524
passed with stages
in 3 minutes and 29 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.rst
View file @
2ea54127
...
...
@@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
Report bugs at https://git
ext
.gfz-potsdam.de/geomultisens/pyrsr/-/issues
Report bugs at https://git.gfz-potsdam.de/geomultisens/pyrsr/-/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/geomultisens/pyrsr/-/issues.
The best way to send feedback is to file an issue at https://git.gfz-potsdam.de/geomultisens/pyrsr/-/issues.
If you are proposing a feature:
...
...
README.rst
View file @
2ea54127
...
...
@@ -5,21 +5,21 @@ pyrsr
A package providing relative spectral response functions for remote sensing instruments.
* Free software: GNU General Public License v3 or later (GPLv3+)
* Documentation: https://geomultisens.git
ext
-pages.gfz-potsdam.de/pyrsr/doc/
* Submit feedback by filing an issue `here <https://git
ext
.gfz-potsdam.de/geomultisens/pyrsr/issues>`__.
* Documentation: https://geomultisens.git-pages.gfz-potsdam.de/pyrsr/doc/
* Submit feedback by filing an issue `here <https://git.gfz-potsdam.de/geomultisens/pyrsr/issues>`__.
Status
------
.. image:: https://git
ext
.gfz-potsdam.de/geomultisens/pyrsr/badges/master/pipeline.svg
:target: https://git
ext
.gfz-potsdam.de/geomultisens/pyrsr/commits/master
.. image:: https://git
ext
.gfz-potsdam.de/geomultisens/pyrsr/badges/master/coverage.svg
:target: https://geomultisens.git
ext
-pages.gfz-potsdam.de/pyrsr/coverage/
.. image:: https://git.gfz-potsdam.de/geomultisens/pyrsr/badges/master/pipeline.svg
:target: https://git.gfz-potsdam.de/geomultisens/pyrsr/commits/master
.. image:: https://git.gfz-potsdam.de/geomultisens/pyrsr/badges/master/coverage.svg
:target: https://geomultisens.git-pages.gfz-potsdam.de/pyrsr/coverage/
.. image:: https://img.shields.io/pypi/v/pyrsr.svg
:target: https://pypi.python.org/pypi/pyrsr
.. image:: https://img.shields.io/pypi/l/pyrsr.svg
:target: https://git
ext
.gfz-potsdam.de/geomultisens/pyrsr/blob/master/LICENSE
:target: https://git.gfz-potsdam.de/geomultisens/pyrsr/blob/master/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/pyrsr.svg
:target: https://img.shields.io/pypi/pyversions/pyrsr.svg
.. image:: https://img.shields.io/pypi/dm/pyrsr.svg
...
...
@@ -39,7 +39,7 @@ Quick usage example for getting the spectral response functions of Sentinel-2A:
>>> RSR = RelativeSpectralResponse(satellite='Sentinel-2A', sensor='MSI')
>>> RSR.plot_rsrs()
.. image:: https://git
ext
.gfz-potsdam.de/geomultisens/pyrsr/raw/master/docs/images/S2A_RSRs.png
.. image:: https://git.gfz-potsdam.de/geomultisens/pyrsr/raw/master/docs/images/S2A_RSRs.png
.. code-block::
...
...
@@ -96,5 +96,5 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _coverage: https://geomultisens.git
ext
-pages.gfz-potsdam.de/pyrsr/coverage/
.. _nosetests: https://geomultisens.git
ext
-pages.gfz-potsdam.de/pyrsr/nosetests_reports/nosetests.html
.. _coverage: https://geomultisens.git-pages.gfz-potsdam.de/pyrsr/coverage/
.. _nosetests: https://geomultisens.git-pages.gfz-potsdam.de/pyrsr/nosetests_reports/nosetests.html
setup.py
View file @
2ea54127
...
...
@@ -76,7 +76,7 @@ setup(
setup_requires
=
setup_requirements
,
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
url
=
'https://git
ext
.gfz-potsdam.de/geomultisens/pyrsr'
,
url
=
'https://git.gfz-potsdam.de/geomultisens/pyrsr'
,
version
=
version
[
'__version__'
],
zip_safe
=
False
,
)
tests/CI_docker/build_testsuite_image.sh
View file @
2ea54127
...
...
@@ -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/geomultisens/pyrsr/settings/ci_cd"
echo
"#### Register container at gitlab, get token here https://git.gfz-potsdam.de/geomultisens/pyrsr/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 pyrsr_ci_client
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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