Skip to content

Commit

Permalink
add hint to check data pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 3, 2024
1 parent ded5431 commit 75100a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ disable=C0103,
E1101,
W0719,
W3101,
C0114
C0114,
C0302,
W0718,
C0702
6 changes: 6 additions & 0 deletions docs/source/configure/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ If you would like to specify a different ``root`` location, you may set the ``RA
You may also set this environment variable more permanently by adding ``RABPRO_DATA`` to your operating system's environment variables, but you may run into issues with your python interpreter not reading the OS environment variables correctly.

Check your data pathing with the following command:

.. code-block:: python
import rabpro
rabpro.utils.get_datapaths()
Downloading HydroBASINS
Expand Down

0 comments on commit 75100a1

Please sign in to comment.