-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a379f22
commit f5a24c6
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Building Ribasim RWS-HWS" | ||
--- | ||
|
||
All files are in `notebooks/rijkswaterstaat` and numbered by order of to be executed. | ||
|
||
## 1_bathymertrie | ||
In this script we merge data from Baseline (version j23_6-v1, non-public) with grids from [bathymetrie-Nederland](https://maps.rijkswaterstaat.nl/geoweb55/index.html?viewer=Bathymetrie_Nederland) to one 5x5m GeoTiff. | ||
|
||
We combine both sources as the Midden Limburgse en Noord Brabantse (MLNB) kanalen are not in Baseline and the Ijsselmeer is not completely covered in bathymetrie-Nederland. For the mask we use Top10NL waterdelen and manually filled a bollean column `baseline` | ||
|
||
<p align="center"> | ||
<img src="bathymetrie_mask.png" alt="Image 1" height="450px" style="object-fit: contain;" /> | ||
<img src="bathymetrie_result.png" alt="Image 2" height="450px" style="object-fit: contain;" /> | ||
</p> |