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
EnMAP
sensormapgeo
Commits
4aa577a9
Commit
4aa577a9
authored
Jan 04, 2021
by
Daniel Scheffler
Browse files
Updated GitLab URLs due to changes on the server side.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
186038e3
Pipeline
#17538
passed with stages
in 9 minutes and 11 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.rst
View file @
4aa577a9
...
...
@@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
Report bugs at https://git
ext
.gfz-potsdam.de/EnMAP/sensormapgeo/-/issues
Report bugs at https://git.gfz-potsdam.de/EnMAP/sensormapgeo/-/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/EnMAP/sensormapgeo/-/issues.
The best way to send feedback is to file an issue at https://git.gfz-potsdam.de/EnMAP/sensormapgeo/-/issues.
If you are proposing a feature:
...
...
README.rst
View file @
4aa577a9
...
...
@@ -6,21 +6,21 @@ Transform remote sensing images between sensor and map geometry.
* Free software: GNU General Public License v3 or later (GPLv3+)
* **Documentation:** https://enmap.git
ext
-pages.gfz-potsdam.de/sensormapgeo/doc/
* Submit feedback by filing an issue `here <https://git
ext
.gfz-potsdam.de/EnMAP/sensormapgeo/issues>`__.
* **Documentation:** https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/doc/
* Submit feedback by filing an issue `here <https://git.gfz-potsdam.de/EnMAP/sensormapgeo/issues>`__.
Status
------
.. image:: https://git
ext
.gfz-potsdam.de/EnMAP/sensormapgeo/badges/master/pipeline.svg
:target: https://git
ext
.gfz-potsdam.de/EnMAP/sensormapgeo/commits/master
.. image:: https://git
ext
.gfz-potsdam.de/EnMAP/sensormapgeo/badges/master/coverage.svg
:target: https://enmap.git
ext
-pages.gfz-potsdam.de/sensormapgeo/coverage/
.. image:: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/badges/master/pipeline.svg
:target: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/commits/master
.. image:: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/badges/master/coverage.svg
:target: https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/coverage/
.. image:: https://img.shields.io/pypi/v/sensormapgeo.svg
:target: https://pypi.python.org/pypi/sensormapgeo
.. image:: https://img.shields.io/pypi/l/sensormapgeo.svg
:target: https://git
ext
.gfz-potsdam.de/EnMAP/sensormapgeo/blob/master/LICENSE
:target: https://git.gfz-potsdam.de/EnMAP/sensormapgeo/blob/master/LICENSE
.. image:: https://img.shields.io/pypi/pyversions/sensormapgeo.svg
:target: https://img.shields.io/pypi/pyversions/sensormapgeo.svg
...
...
@@ -43,5 +43,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://enmap.git
ext
-pages.gfz-potsdam.de/sensormapgeo/coverage/
.. _nosetests: https://enmap.git
ext
-pages.gfz-potsdam.de/sensormapgeo/nosetests_reports/nosetests.html
.. _coverage: https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/coverage/
.. _nosetests: https://enmap.git-pages.gfz-potsdam.de/sensormapgeo/nosetests_reports/nosetests.html
setup.py
View file @
4aa577a9
...
...
@@ -68,7 +68,7 @@ setup(
setup_requires
=
setup_requirements
,
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
url
=
'https://git
ext
.gfz-potsdam.de/EnMAP/sensormapgeo'
,
url
=
'https://git.gfz-potsdam.de/EnMAP/sensormapgeo'
,
version
=
version
[
'__version__'
],
zip_safe
=
False
,
)
tests/CI_docker/build_testsuite_image.sh
View file @
4aa577a9
...
...
@@ -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/EnMAP/sensormapgeo/settings/ci_cd"
echo
"#### Register container at gitlab, get token here https://git.gfz-potsdam.de/EnMAP/sensormapgeo/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 sensormapgeo_ci_client
\
...
...
tests/CI_docker/context/environment_sensormapgeo.yml
View file @
4aa577a9
...
...
@@ -6,7 +6,7 @@ channels: &id1
dependencies
:
-
python=3.*.*
-
pip
# avoids that conda uses the wrong pip
-
_openmp_mutex=*=*llvm* [Unix]
# fixes a deadlock (https://git
ext
.gfz-potsdam.de/EnMAP/sensormapgeo/-/issues/6)
-
_openmp_mutex=*=*llvm* [Unix]
# fixes a deadlock (https://git.gfz-potsdam.de/EnMAP/sensormapgeo/-/issues/6)
-
gdal
-
numpy
-
py_tools_ds>=0.14.26
...
...
Write
Preview
Supports
Markdown
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