Skip to content

Commit

Permalink
Readme fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanverkerk committed Sep 20, 2023
1 parent 51b8ad7 commit 9fdc35d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A QGIS plugin for analyzing 3Di results and visualize computational grids in the
.. _`3Di`: https://3diwatermanagement.com/

The tools that this plugin provides allow you to:

- Make (maximum) water depth or water level rasters from raw 3Di simulation results.
- Visualize results on the map canvas for a specific timestep
- Plot timeseries of discharge, water level or any other variable in a graph
Expand Down Expand Up @@ -37,18 +38,18 @@ Install QGIS and the required python3-h5py dependency::
Getting the plugin
^^^^^^^^^^^^^^^^^^

- In QGIS, goto "Plugins > Manage And Install Plugins... > Settings"
- Add ``https://plugins.lizard.net/plugins.xml`` and reload
- Install the plugin by selecting ``3Di Results Analysis``
- In QGIS, goto "Plugins > Manage And Install Plugins... > Settings"
- Add ``https://plugins.lizard.net/plugins.xml`` and reload
- Install the plugin by selecting ``3Di Results Analysis``


Installation notes
^^^^^^^^^^^^^^^^^^

If you have the PIP_REQUIRE_VIRTUALENV=1 setting you may have to (temporally)
remove that in order to install the plugin, but be assured that all the
required dependencies are bundled with the plugin and automatically installed
into the ``deps`` directory of the plugin in your QGIS profile.
If you have the ``PIP_REQUIRE_VIRTUALENV=1`` setting you may have to
(temporally) remove that in order to install the plugin, but be assured that
all the required dependencies are bundled with the plugin and automatically
installed into the ``deps`` directory of the plugin in your QGIS profile.


Local development
Expand Down

0 comments on commit 9fdc35d

Please sign in to comment.