-
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
dcf90ef
commit 70c4e77
Showing
27 changed files
with
6,752 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
/.quarto/ |
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 @@ | ||
/* css styles */ |
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,11 @@ | ||
--- | ||
title: "documentatie klimaatatlas" | ||
author: "Siebe Bosch" | ||
date: "`r Sys.Date()`" # This will print the current date | ||
format: html | ||
--- | ||
|
||
# Installeren van Klimaatatlas | ||
|
||
|
||
|
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,16 @@ | ||
--- | ||
title: "SOBEK-modeluitkomsten" | ||
author: "Siebe Bosch" | ||
date: "`r Sys.Date()`" # This will print the current date | ||
format: html | ||
--- | ||
|
||
# Voorbewerking van SOBEK-modeluitkomsten | ||
|
||
De klimaatatlas kan worden gevoed met rekenresultaten (waterkwaliteit) uit SOBEK. | ||
Over het algemeen zal een SOBEK-modelschematisatie echter een stuk grover zijn dan de watervlakkenkaart die we in de klimaatatlas opbouwen. | ||
|
||
Het exporteren van SOBEK waterkwaliteitsresultaat naar de watervlakken vergt een aantal stappen met het programma HydroToolbox (Hydroconsult): | ||
|
||
## Installeren HydroToolbox: | ||
|
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,33 @@ | ||
|
||
project: | ||
type: website | ||
|
||
website: | ||
title: "Klimaatatlas" | ||
navbar: | ||
left: | ||
- index.qmd | ||
sidebar: | ||
style: "docked" | ||
search: true | ||
contents: | ||
- section: "Tutorial" | ||
contents: | ||
- section: "Gebruikershandleiding" | ||
contents: | ||
- Gebruikershandleiding/installatie.qmd | ||
- section: "Technische documentatie" | ||
contents: | ||
- section: "Voorbewerkingen" | ||
contents: | ||
- Voorbewerkingen/sobek.qmd | ||
|
||
format: | ||
html: | ||
theme: cosmo | ||
css: CSS/styles.css | ||
toc: true | ||
|
||
# Output directory set to ../docs | ||
output-dir: ../docs | ||
|
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 @@ | ||
/* css styles */ |
Oops, something went wrong.