Skip to content

Commit

Permalink
Merge pull request #194 from Deltares/fix_link_ldd_ipynb
Browse files Browse the repository at this point in the history
Fix links to new prepare_ldd notebook
  • Loading branch information
DirkEilander authored Jul 27, 2023
2 parents 599bc10 + 28176b6 commit 5e59664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/example_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For a static (non-interactive) view of the examples follow one of the links belo
**Pre- Post-processing and visualization**

* `Convert wflow staticmaps netcdf to raster files <../_examples/convert_staticmaps_to_mapstack.ipynb>`_
* `Prepare flow directions and related maps from a DEM <../examples/prepare_ldd.ipynb>`_
* `Prepare flow directions and related maps from a DEM <../_examples/prepare_ldd.ipynb>`_
* `Plot Wflow static maps <../_examples/plot_wflow_staticmaps.ipynb>`_
* `Plot Wflow forcing data <../_examples/plot_wflow_forcing.ipynb>`_
* `Plot Wflow results data <../_examples/plot_wflow_results.ipynb>`_
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/process_analyze.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Pre and postprocessing and visualization

The Hydromt-Wflow plugin provides several possibilities to postprocess and visualize the model data and model results:

* `Prepare flow directions and related maps from a DEM <../examples/prepare_ldd.ipynb>`_ using the `flw methods of HydroMT <https://deltares.github.io/hydromt/latest/api.html#flow-direction-methods>`_
* `Convert Wflow staticmaps netcdf to raster files <../_examples/convert_staticmaps_to_mapstack.ipynb>`_ for further processing and analyzation
* `Prepare flow directions and related maps from a DEM <../_examples/prepare_ldd.ipynb>`_ using the `flw methods of HydroMT <https://deltares.github.io/hydromt/latest/api.html#flow-direction-methods>`_
* `Convert Wflow staticmaps netcdf to raster files <../_examples/convert_staticmaps_to_mapstack.ipynb>`_ for further processing and analysis
* Plot `staticmaps <../_examples/plot_wflow_staticmaps.ipynb>`_, `forcing data <../_examples/plot_wflow_forcing.ipynb>`_ and
`model results <../_examples/plot_wflow_results.ipynb>`_ by means of additional python packages
* Use the `statistical methods of HydroMT <https://deltares.github.io/hydromt/latest/user_guide/statistics.html>`_
Expand All @@ -16,7 +16,7 @@ The Hydromt-Wflow plugin provides several possibilities to postprocess and visua
.. toctree::
:hidden:

Example: Prepare flow directions and related maps from a DEM <../examples/prepare_ldd.ipynb>
Example: Prepare flow directions and related maps from a DEM <../_examples/prepare_ldd.ipynb>
Example: Convert wflow staticmaps netcdf to raster files <../_examples/convert_staticmaps_to_mapstack.ipynb>
Example: Plot Wflow staticmaps <../_examples/plot_wflow_staticmaps.ipynb>
Example: Plot Wflow forcing data <../_examples/plot_wflow_forcing.ipynb>
Expand Down

0 comments on commit 5e59664

Please sign in to comment.