Skip to content

Commit 80de2cd

Browse files
committed
Updated Repo URL
1 parent 295c235 commit 80de2cd

12 files changed

Lines changed: 26 additions & 99 deletions

File tree

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

CONTRIBUTING.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Types of Contributions
1515
Report Bugs
1616
~~~~~~~~~~~
1717

18-
Report bugs at https://github.com/giswqs/whitebox/issues.
18+
Report bugs at https://github.com/opengeos/whitebox/issues.
1919

2020
If you are reporting a bug, please include:
2121

@@ -45,7 +45,7 @@ articles, and such.
4545
Submit Feedback
4646
~~~~~~~~~~~~~~~
4747

48-
The best way to send feedback is to file an issue at https://github.com/giswqs/whitebox/issues.
48+
The best way to send feedback is to file an issue at https://github.com/opengeos/whitebox/issues.
4949

5050
If you are proposing a feature:
5151

@@ -102,9 +102,6 @@ Before you submit a pull request, check that it meets these guidelines:
102102
2. If the pull request adds functionality, the docs should be updated. Put
103103
your new functionality into a function with a docstring, and add the
104104
feature to the list in README.rst.
105-
3. The pull request should work for Python 3.4, 3.5 and 3.6, and for PyPy. Check
106-
https://travis-ci.org/giswqs/whitebox/pull_requests
107-
and make sure that the tests pass for all supported Python versions.
108105

109106
Tips
110107
----

README.rst

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,15 @@ whitebox-python
1717
.. image:: https://anaconda.org/conda-forge/whitebox/badges/version.svg
1818
:target: https://anaconda.org/conda-forge/whitebox
1919

20-
.. image:: https://img.shields.io/travis/giswqs/whitebox-python.svg
21-
:target: https://travis-ci.org/giswqs/whitebox-python
22-
23-
.. image:: https://ci.appveyor.com/api/projects/status/a7r1hna30kjbsmk3?svg=true
24-
:target: https://ci.appveyor.com/project/giswqs/whitebox-python
25-
2620
.. image:: https://readthedocs.org/projects/whitebox/badge/?version=latest
2721
:target: https://whitebox.readthedocs.io/en/latest/?badge=latest
2822
:alt: Documentation Status
2923

3024
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
3125
:target: https://opensource.org/licenses/MIT
3226

33-
.. image:: https://img.shields.io/twitter/follow/giswqs?style=social
34-
:target: https://twitter.com/giswqs
35-
3627
.. image:: https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellowgreen.svg
37-
:target: https://www.buymeacoffee.com/giswqs
28+
:target: https://www.buymeacoffee.com/opengeos
3829

3930

4031
Important Note
@@ -47,7 +38,7 @@ This repository is related to the WhiteboxTools Python Frontend only. You can re
4738

4839
* Authors: Dr. John Lindsay (https://jblindsay.github.io/ghrg/index.html)
4940
* Contributors: Dr. Qiusheng Wu (https://wetlands.io)
50-
* GitHub repo: https://github.com/giswqs/whitebox-python
41+
* GitHub repo: https://github.com/opengeos/whitebox-python
5142
* WhiteboxTools: https://github.com/jblindsay/whitebox-tools
5243
* User Manual: https://www.whiteboxgeo.com/manual/wbt_book/intro.html
5344
* PyPI: https://pypi.org/project/whitebox/
@@ -207,7 +198,7 @@ Contributing
207198

208199
If you would like to contribute to the project as a developer, follow these instructions to get started:
209200

210-
1. Fork the whitebox project (https://github.com/giswqs/whitebox-python)
201+
1. Fork the whitebox project (https://github.com/opengeos/whitebox-python)
211202
2. Create your feature branch (git checkout -b my-new-feature)
212203
3. Commit your changes (git commit -am 'Add some feature')
213204
4. Push to the branch (git push origin my-new-feature)
@@ -221,7 +212,7 @@ The **whitebox** package is distributed under the `MIT license`_, a permissive o
221212

222213
Reporting Bugs
223214
--------------
224-
Report bugs at https://github.com/giswqs/whitebox-python/issues.
215+
Report bugs at https://github.com/opengeos/whitebox-python/issues.
225216

226217
If you are reporting a bug, please include:
227218

@@ -236,7 +227,7 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack
236227

237228
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
238229
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
239-
.. _example.py: https://github.com/giswqs/whitebox/blob/master/whitebox/example.py
230+
.. _example.py: https://github.com/opengeos/whitebox/blob/master/whitebox/example.py
240231
.. _WhiteboxTools: https://github.com/jblindsay/whitebox-tools
241232
.. _webpage: https://jblindsay.github.io/ghrg/index.html
242233
.. _jblindsay: https://github.com/jblindsay

appveyor.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

binder/postBuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ tar -xvf WhiteboxTools_linux_amd64.tar.xz
55
mv WBT/whitebox_tools .
66
mkdir testdata
77
cd testdata
8-
wget https://github.com/giswqs/whitebox-python/raw/master/examples/testdata/DEM.tif
9-
wget https://github.com/giswqs/whitebox-python/raw/master/examples/testdata/DEM.dep
8+
wget https://github.com/opengeos/whitebox-python/raw/master/examples/testdata/DEM.tif
9+
wget https://github.com/opengeos/whitebox-python/raw/master/examples/testdata/DEM.dep

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ You can either clone the public repository:
3232

3333
.. code-block:: console
3434
35-
$ git clone git://github.com/giswqs/whitebox
35+
$ git clone git://github.com/opengeos/whitebox
3636
3737
Or download the `tarball`_:
3838

3939
.. code-block:: console
4040
41-
$ curl -OL https://github.com/giswqs/whitebox/tarball/master
41+
$ curl -OL https://github.com/opengeos/whitebox/tarball/master
4242
4343
Once you have a copy of the source, you can install it with:
4444

@@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
4747
$ python setup.py install
4848
4949
50-
.. _Github repo: https://github.com/giswqs/whitebox
51-
.. _tarball: https://github.com/giswqs/whitebox/tarball/master
50+
.. _Github repo: https://github.com/opengeos/whitebox
51+
.. _tarball: https://github.com/opengeos/whitebox/tarball/master

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ For example:
2929
3030
Check the example.py_ for more details.
3131

32-
.. _example.py: https://github.com/giswqs/whitebox/blob/master/whitebox/example.py
32+
.. _example.py: https://github.com/opengeos/whitebox/blob/master/whitebox/example.py

examples/whitebox.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"This notebook demonstrates the usage of the **whitebox** Python package for geospatial analysis, which is built on a stand-alone executable command-line program called [WhiteboxTools](https://github.com/jblindsay/whitebox-tools).\n",
1818
"\n",
19-
"* GitHub repo: https://github.com/giswqs/whitebox-python\n",
19+
"* GitHub repo: https://github.com/opengeos/whitebox-python\n",
2020
"* WhiteboxTools: https://github.com/jblindsay/whitebox-tools\n",
2121
"* WhiteboxGeo: https://www.whiteboxgeo.com\n",
2222
"* User Manual: https://www.whiteboxgeo.com/manual/wbt_book/intro.html\n",
@@ -62,7 +62,7 @@
6262
"\n",
6363
"`pip install whitebox -U`\n",
6464
"\n",
65-
"If you encounter any installation issues, please check [Troubleshooting](https://github.com/giswqs/whitebox#troubleshooting) on the **whitebox** GitHub page and [Report Bugs](https://github.com/giswqs/whitebox#reporting-bugs)."
65+
"If you encounter any installation issues, please check [Troubleshooting](https://github.com/opengeos/whitebox#troubleshooting) on the **whitebox** GitHub page and [Report Bugs](https://github.com/opengeos/whitebox#reporting-bugs)."
6666
]
6767
},
6868
{
@@ -253,7 +253,7 @@
253253
"source": [
254254
"### Getting data from direct URLs\n",
255255
"\n",
256-
"If you have data hosted on your own HTTP server or GitHub, you should be able to get direct URLs. With a direct URL, users can automatically download the data when the URL is clicked. For example https://github.com/giswqs/whitebox/raw/master/examples/testdata.zip"
256+
"If you have data hosted on your own HTTP server or GitHub, you should be able to get direct URLs. With a direct URL, users can automatically download the data when the URL is clicked. For example https://github.com/opengeos/whitebox/raw/master/examples/testdata.zip"
257257
]
258258
},
259259
{
@@ -309,7 +309,7 @@
309309
"metadata": {},
310310
"outputs": [],
311311
"source": [
312-
"url = \"https://github.com/giswqs/whitebox/raw/master/examples/testdata.zip\""
312+
"url = \"https://github.com/opengeos/whitebox/raw/master/examples/testdata.zip\""
313313
]
314314
},
315315
{
@@ -442,7 +442,7 @@
442442
"cell_type": "markdown",
443443
"metadata": {},
444444
"source": [
445-
"Here you can specify where your data are located. In this example, we will use [DEM.tif](https://github.com/giswqs/whitebox/blob/master/examples/testdata/DEM.tif), which has been downloaded to the testdata folder."
445+
"Here you can specify where your data are located. In this example, we will use [DEM.tif](https://github.com/opengeos/whitebox/blob/master/examples/testdata/DEM.tif), which has been downloaded to the testdata folder."
446446
]
447447
},
448448
{
@@ -466,7 +466,7 @@
466466
"cell_type": "markdown",
467467
"metadata": {},
468468
"source": [
469-
"In this simple example, we smooth [DEM.tif](https://github.com/giswqs/whitebox/blob/master/examples/testdata/DEM.tif) using a [feature preserving denoising](https://github.com/jblindsay/whitebox-tools/blob/master/src/tools/terrain_analysis/feature_preserving_denoise.rs) algorithm. Then, we fill depressions in the DEM using a [depression breaching](https://github.com/jblindsay/whitebox-tools/blob/master/src/tools/hydro_analysis/breach_depressions.rs) algorithm. Finally, we calculate [flow accumulation](https://github.com/jblindsay/whitebox-tools/blob/master/src/tools/hydro_analysis/dinf_flow_accum.rs) based on the depressionless DEM."
469+
"In this simple example, we smooth [DEM.tif](https://github.com/opengeos/whitebox/blob/master/examples/testdata/DEM.tif) using a [feature preserving denoising](https://github.com/jblindsay/whitebox-tools/blob/master/src/tools/terrain_analysis/feature_preserving_denoise.rs) algorithm. Then, we fill depressions in the DEM using a [depression breaching](https://github.com/jblindsay/whitebox-tools/blob/master/src/tools/hydro_analysis/breach_depressions.rs) algorithm. Finally, we calculate [flow accumulation](https://github.com/jblindsay/whitebox-tools/blob/master/src/tools/hydro_analysis/dinf_flow_accum.rs) based on the depressionless DEM."
470470
]
471471
},
472472
{

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
setup_requires=setup_requirements,
4949
test_suite='tests',
5050
tests_require=test_requirements,
51-
url='https://github.com/giswqs/whitebox',
51+
url='https://github.com/opengeos/whitebox',
5252
version='2.3.1',
5353
zip_safe=False,
5454
)

whitebox/automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
if not os.path.exists(zip_path):
3434
print("Downloading WhiteboxTools binary ...")
35-
# url = "https://github.com/giswqs/whitebox-bin/raw/master/WhiteboxTools_linux_amd64.zip"
35+
# url = "https://github.com/opengeos/whitebox-bin/raw/master/WhiteboxTools_linux_amd64.zip"
3636
url = "https://www.whiteboxgeo.com/WBT_Linux/WhiteboxTools_linux_amd64.zip"
3737
urllib.request.urlretrieve(url, zip_path) # Download WhiteboxTools
3838
else:

0 commit comments

Comments
 (0)