Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ whitebox-python
.. image:: https://colab.research.google.com/assets/colab-badge.svg
:target: https://colab.research.google.com/github/opengeos/whitebox-python/blob/master/examples/whitebox.ipynb

.. image:: https://mybinder.org/badge_logo.svg
:target: https://gishub.org/whitebox-cloud
.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/opengeos/whitebox-python/HEAD?labpath=examples%2Fwhitebox.ipynb

.. image:: https://img.shields.io/pypi/v/whitebox.svg
:target: https://pypi.python.org/pypi/whitebox

.. image:: https://pepy.tech/badge/whitebox
.. image:: https://img.shields.io/pepy/dt/whitebox
:target: https://pepy.tech/project/whitebox

.. image:: https://anaconda.org/conda-forge/whitebox/badges/version.svg
Expand Down Expand Up @@ -44,7 +44,7 @@ This repository is related to the WhiteboxTools Python Frontend only. You can re
* PyPI: https://pypi.org/project/whitebox/
* conda-forge: https://anaconda.org/conda-forge/whitebox
* Documentation: https://whitebox.readthedocs.io
* Binder: https://gishub.org/whitebox-cloud
* Binder: https://mybinder.org/v2/gh/opengeos/whitebox-python/HEAD?labpath=examples%2Fwhitebox.ipynb
* Free software: `MIT license`_


Expand Down Expand Up @@ -112,8 +112,8 @@ whitebox Tutorials

Launch the whitebox tutorial notebook directly with **mybinder.org** now:

.. image:: https://mybinder.org/badge_logo.svg
:target: https://gishub.org/whitebox-cloud
.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/opengeos/whitebox-python/HEAD?labpath=examples%2Fwhitebox.ipynb

Quick Example
=============
Expand Down Expand Up @@ -145,11 +145,10 @@ A Jupyter Notebook Tutorial for whitebox

This tutorial can be accessed in three ways:

- HTML version: https://gishub.org/whitebox-html
- Viewable Notebook: https://gishub.org/whitebox-notebook
- Interactive Notebook: https://gishub.org/whitebox-cloud
- Viewable Notebook: https://github.com/opengeos/whitebox-python/blob/master/examples/whitebox.ipynb
- Interactive Notebook: https://mybinder.org/v2/gh/opengeos/whitebox-python/HEAD?labpath=examples%2Fwhitebox.ipynb

Launch this tutorial as an interactive Jupyter Notebook on the cloud - https://gishub.org/whitebox-cloud.
Launch this tutorial as an interactive Jupyter Notebook on the cloud - https://mybinder.org/v2/gh/opengeos/whitebox-python/HEAD?labpath=examples%2Fwhitebox.ipynb

.. image:: https://i.imgur.com/LF4UE1j.gif

Expand Down
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@
author="Qiusheng Wu",
author_email="giswqs@gmail.com",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
description="An advanced geospatial data analysis platform ",
entry_points={
Expand Down
Loading