diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7502176d6158274876db094d99d02c88bd6823b5..751b3c6e248725699d261edf1b0b2dab0acd008e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -15,7 +15,7 @@ Types of Contributions Report Bugs ~~~~~~~~~~~ -Report bugs at https://gitext.gfz-potsdam.de/danschef/py_tools_ds/issues.. +Report bugs at https://git.gfz-potsdam.de/danschef/py_tools_ds/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://gitext.gfz-potsdam.de/danschef/py_tools_ds/issues. +The best way to send feedback is to file an issue at https://git.gfz-potsdam.de/danschef/py_tools_ds/issues. If you are proposing a feature: @@ -62,7 +62,7 @@ Ready to contribute? Here's how to set up `py_tools_ds` for local development. 1. Fork the `py_tools_ds` repo on GitHub. 2. Clone your fork locally:: - $ git clone https://gitext.gfz-potsdam.de/danschef/py_tools_ds.git + $ git clone https://git.gfz-potsdam.de/danschef/py_tools_ds.git 3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development:: diff --git a/README.rst b/README.rst index a7b15fc5801d9ec97a59963027ff9f2201ffb174..13be4bb0c50ea07cb39f777fac8de8113db34cf2 100644 --- a/README.rst +++ b/README.rst @@ -6,16 +6,16 @@ A collection of Python tools by Daniel Scheffler. * Free software: GNU General Public License v3 or later (GPLv3+) -* Documentation: https://danschef.gitext-pages.gfz-potsdam.de/py_tools_ds/doc/ +* Documentation: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/doc/ Status ------ -.. image:: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/pipeline.svg - :target: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/commits/master -.. image:: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/badges/master/coverage.svg - :target: https://danschef.gitext-pages.gfz-potsdam.de/py_tools_ds/coverage/ +.. image:: https://git.gfz-potsdam.de/danschef/py_tools_ds/badges/master/pipeline.svg + :target: https://git.gfz-potsdam.de/danschef/py_tools_ds/commits/master +.. image:: https://git.gfz-potsdam.de/danschef/py_tools_ds/badges/master/coverage.svg + :target: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/coverage/ .. image:: https://img.shields.io/pypi/v/py_tools_ds.svg :target: https://pypi.python.org/pypi/py_tools_ds .. image:: https://anaconda.org/danschef/py_tools_ds/badges/version.svg @@ -80,6 +80,6 @@ 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://danschef.gitext-pages.gfz-potsdam.de/py_tools_ds/coverage/ -.. _nosetests: https://danschef.gitext-pages.gfz-potsdam.de/py_tools_ds/nosetests_reports/nosetests.html +.. _coverage: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/coverage/ +.. _nosetests: https://danschef.git-pages.gfz-potsdam.de/py_tools_ds/nosetests_reports/nosetests.html .. _conda: https://conda.io/docs/ diff --git a/py_tools_ds/geo/raster/reproject.py b/py_tools_ds/geo/raster/reproject.py index 2c228f5a72b99a2bd4920485d2287b876f053767..f30af405d5f2038f9a9402cc6151ad33bbeafca4 100755 --- a/py_tools_ds/geo/raster/reproject.py +++ b/py_tools_ds/geo/raster/reproject.py @@ -75,7 +75,7 @@ def warp_ndarray_rasterio(ndarray, in_gt, in_prj, out_prj, out_gt=None, outRowsC # NOTE: rasterio seems to increase the number of objects with static TLS # There is a maximum number and if this is exceeded an ImportError is raised: # ImportError: dlopen: cannot load any more object with static TLS - # - see also: https://gitext.gfz-potsdam.de/danschef/py_tools_ds/issues/8 + # - see also: https://git.gfz-potsdam.de/danschef/py_tools_ds/issues/8 # - NOTE: importing rasterio AFTER pyresample (which uses pykdtree) seems to solve that too # => keep the rasterio import within the function locals to avoid not needed imports import rasterio diff --git a/setup.py b/setup.py index c5623fa375ae9f620db1eb65dc9e49e71db3d8da..f8d20487f38728584ff933263229858e1330db83 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( long_description=readme + '\n\n' + history, author="Daniel Scheffler", author_email='daniel.scheffler@gfz-potsdam.de', - url='https://gitext.gfz-potsdam.de/danschef/py_tools_ds', + url='https://git.gfz-potsdam.de/danschef/py_tools_ds', packages=find_packages(exclude=['tests*']), # searches for packages with an __init__.py and returns a list package_dir={'py_tools_ds': 'py_tools_ds'}, include_package_data=True, diff --git a/tests/CI_docker/build_testsuite_image.sh b/tests/CI_docker/build_testsuite_image.sh index 2acc3b65a2b46a605f08d1c654ea5133c910b54f..c70f5ba116c977b4b08b96213be5b6e02f70422f 100644 --- a/tests/CI_docker/build_testsuite_image.sh +++ b/tests/CI_docker/build_testsuite_image.sh @@ -27,7 +27,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://gitext.gfz-potsdam.de/danschef/py_tools_ds/settings/ci_cd" +echo "#### Register container at gitlab, get token here https://git.gfz-potsdam.de/danschef/py_tools_ds/settings/ci_cd" read -p "Please enter gitlab token: " token echo "" read -p "Please enter gitlab runner name: " runner_name @@ -40,7 +40,7 @@ gitlab-ci-multi-runner register \ --non-interactive \ --executor 'docker' \ --docker-image '${tag}' \ - --url 'https://gitext.gfz-potsdam.de/ci' \ + --url 'https://git.gfz-potsdam.de/ci' \ --registration-token '${token}' \ --description '${runner_name}' \ --tag-list py_tools_ds_ci_client \