Skip to content

Commit

Permalink
Update Repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Apr 5, 2023
1 parent 03dafef commit f81a07a
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
contact_links:
- name: Ask questions
url: https://github.com/giswqs/whiteboxgui/discussions/categories/q-a
url: https://github.com/opengeos/whiteboxgui/discussions/categories/q-a
about: Please ask and answer questions here.
- name: Ideas
url: https://github.com/giswqs/whiteboxgui/discussions/categories/ideas
url: https://github.com/opengeos/whiteboxgui/discussions/categories/ideas
about: Please share your ideas here.
- name: Ask questions from the GIS community
url: https://gis.stackexchange.com/
Expand Down
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@
[![image](https://img.shields.io/pypi/v/whiteboxgui.svg)](https://pypi.python.org/pypi/whiteboxgui)
[![image](https://img.shields.io/conda/vn/conda-forge/whiteboxgui.svg)](https://anaconda.org/conda-forge/whiteboxgui)
[![image](https://pepy.tech/badge/whiteboxgui)](https://pepy.tech/project/whiteboxgui)
[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/giswqs/whiteboxgui/blob/master/examples/examples.ipynb)
[![image](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/giswqs/whiteboxgui/master)
[![image](https://img.shields.io/twitter/follow/giswqs?style=social)](https://twitter.com/giswqs)
[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/opengeos/whiteboxgui/blob/master/examples/examples.ipynb)
[![image](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/opengeos/whiteboxgui/master)

**An interactive GUI for WhiteboxTools in a Jupyter-based environment**

- GitHub repo: <https://github.com/giswqs/whiteboxgui>
- Documentation: <https://giswqs.github.io/whiteboxgui>
- GitHub repo: <https://github.com/opengeos/whiteboxgui>
- Documentation: <https://opengeos.github.io/whiteboxgui>
- PyPI: <https://pypi.org/project/whiteboxgui>
- conda-forge: <https://anaconda.org/conda-forge/whiteboxgui>
- WhiteboxTools: <https://github.com/jblindsay/whitebox-tools>
- User Manual: <https://www.whiteboxgeo.com/manual/wbt_book>
- whitebox-python: <https://github.com/giswqs/whitebox-python>
- whiteboxR: <https://github.com/giswqs/whiteboxR>
- whitebox-ArcGIS: <https://github.com/giswqs/WhiteboxTools-ArcGIS>
- whitebox-python: <https://github.com/opengeos/whitebox-python>
- whiteboxR: <https://github.com/opengeos/whiteboxR>
- whitebox-ArcGIS: <https://github.com/opengeos/WhiteboxTools-ArcGIS>
- Free software: MIT license

## Description
Expand All @@ -44,7 +43,7 @@ pip install whiteboxgui

## Usage

The whiteboxgui provides a Graphical User Interface (GUI) for WhiteboxTools in a Jupyter-based environment, which can be invoked using the following Python script. You can also try [![image](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/giswqs/whiteboxgui/blob/master/examples/examples.ipynb)
The whiteboxgui provides a Graphical User Interface (GUI) for WhiteboxTools in a Jupyter-based environment, which can be invoked using the following Python script. You can also try [![image](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/opengeos/whiteboxgui/blob/master/examples/examples.ipynb)

```
import whiteboxgui
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can contribute in many ways:

### Report Bugs

Report bugs at <https://github.com/giswqs/whiteboxgui/issues>.
Report bugs at <https://github.com/opengeos/whiteboxgui/issues>.

If you are reporting a bug, please include:

Expand All @@ -36,7 +36,7 @@ in docstrings, or even on the web in blog posts, articles, and such.
### Submit Feedback

The best way to send feedback is to file an issue at
<https://github.com/giswqs/whiteboxgui/issues>
<https://github.com/opengeos/whiteboxgui/issues>

If you are proposing a feature:

Expand Down Expand Up @@ -104,5 +104,5 @@ Before you submit a pull request, check that it meets these guidelines:
Put your new functionality into a function with a docstring, and add
the feature to the list in README.rst.
3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8, and
for PyPy. Check <https://github.com/giswqs/whiteboxgui/pull_requests> and make sure that the tests pass for all
for PyPy. Check <https://github.com/opengeos/whiteboxgui/pull_requests> and make sure that the tests pass for all
supported Python versions.
15 changes: 7 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@
[![image](https://img.shields.io/pypi/v/whiteboxgui.svg)](https://pypi.python.org/pypi/whiteboxgui)
[![image](https://img.shields.io/conda/vn/conda-forge/whiteboxgui.svg)](https://anaconda.org/conda-forge/whiteboxgui)
[![image](https://pepy.tech/badge/whiteboxgui)](https://pepy.tech/project/whiteboxgui)
[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/giswqs/whiteboxgui/blob/master/examples/examples.ipynb)
[![image](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/giswqs/whiteboxgui/master)
[![image](https://img.shields.io/twitter/follow/giswqs?style=social)](https://twitter.com/giswqs)
[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/opengeos/whiteboxgui/blob/master/examples/examples.ipynb)
[![image](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/opengeos/whiteboxgui/master)

**An interactive GUI for WhiteboxTools in a Jupyter-based environment**

- GitHub repo: <https://github.com/giswqs/whiteboxgui>
- Documentation: <https://giswqs.github.io/whiteboxgui>
- GitHub repo: <https://github.com/opengeos/whiteboxgui>
- Documentation: <https://opengeos.github.io/whiteboxgui>
- PyPI: <https://pypi.org/project/whiteboxgui>
- conda-forge: <https://anaconda.org/conda-forge/whiteboxgui>
- WhiteboxTools: <https://github.com/jblindsay/whitebox-tools>
- User Manual: <https://www.whiteboxgeo.com/manual/wbt_book>
- whitebox-python: <https://github.com/giswqs/whitebox-python>
- whiteboxR: <https://github.com/giswqs/whiteboxR>
- whitebox-ArcGIS: <https://github.com/giswqs/WhiteboxTools-ArcGIS>
- whitebox-python: <https://github.com/opengeos/whitebox-python>
- whiteboxR: <https://github.com/opengeos/whiteboxR>
- whitebox-ArcGIS: <https://github.com/opengeos/WhiteboxTools-ArcGIS>
- Free software: MIT license

## Description
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ The sources for whiteboxgui can be downloaded from the Github repo.
You can clone the public repository:

```
git clone git://github.com/giswqs/whiteboxgui
git clone git://github.com/opengeos/whiteboxgui
```
4 changes: 2 additions & 2 deletions examples/wbtgui_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"id": "XS0R99bNSVcJ"
},
"source": [
"Install the [whiteboxgui](https://github.com/giswqs/whiteboxgui) Python package."
"Install the [whiteboxgui](https://github.com/opengeos/whiteboxgui) Python package."
]
},
{
Expand Down Expand Up @@ -124,7 +124,7 @@
"id": "nP5sqeUNRJzO"
},
"source": [
"!wget https://github.com/giswqs/whiteboxgui/raw/master/examples/testdata/DEM.tif"
"!wget https://github.com/opengeos/whiteboxgui/raw/master/examples/testdata/DEM.tif"
],
"execution_count": null,
"outputs": []
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: whiteboxgui

site_url: https://whiteboxgui.gishub.org

repo_url: https://github.com/giswqs/whiteboxgui
repo_url: https://github.com/opengeos/whiteboxgui

theme:
palette:
Expand Down Expand Up @@ -41,7 +41,7 @@ nav:
- Usage: usage.md
- Contributing: contributing.md
- FAQ: faq.md
- Report Issues: https://github.com/giswqs/whiteboxgui/issues
- Report Issues: https://github.com/opengeos/whiteboxgui/issues
- API Reference:
- whiteboxgui module: whiteboxgui.md
- Notebooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/giswqs/whiteboxgui',
url='https://github.com/opengeos/whiteboxgui',
version='2.3.0',
zip_safe=False,
)
4 changes: 2 additions & 2 deletions whiteboxgui/whiteboxgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def create_code_cell(code="", where="below"):


def download_from_url(url, out_file_name=None, out_dir=".", unzip=True, verbose=False):
"""Download a file from a URL (e.g., https://github.com/giswqs/whitebox/raw/master/examples/testdata.zip)
"""Download a file from a URL (e.g., https://github.com/opengeos/whitebox/raw/master/examples/testdata.zip)
Args:
url (str): The HTTP URL to download.
Expand Down Expand Up @@ -160,7 +160,7 @@ def clone_repo(out_dir=".", unzip=True):
out_dir (str, optional): Output folder for the repo. Defaults to '.'.
unzip (bool, optional): Whether to unzip the repository. Defaults to True.
"""
url = "https://github.com/giswqs/whiteboxgui/archive/master.zip"
url = "https://github.com/opengeos/whiteboxgui/archive/master.zip"
filename = "whiteboxgui-master.zip"
download_from_url(url, out_file_name=filename,
out_dir=out_dir, unzip=unzip)
Expand Down

0 comments on commit f81a07a

Please sign in to comment.