From f3df57e21a0ad95622a801570a3fb7096fb2dcc1 Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 7 Jun 2024 21:12:40 +0000 Subject: [PATCH] Update documentation --- topics/overview.html | 2 +- topics/vegetation.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/overview.html b/topics/overview.html index ae6704b..1b5e25b 100644 --- a/topics/overview.html +++ b/topics/overview.html @@ -186,7 +186,7 @@
In order to convert from our templates to SCHISM native inputs we use the schimpy preprocessor, which is installed when you install our recommended python packages. The default usage is usually as simple as:
+In order to convert from our templates to SCHISM native inputs we use the schimpy preprocessor, which is installed when you install our recommended python packages. The default usage is usually as simple as:
$ prepare_schism main_bay_delta.yaml
The schimpy.raster_to_nodes.raster_to_nodes()
manual page has more info on this function. Index i in the
+
The schimpy.raster_to_nodes.raster_to_nodes()
manual page has more info on this function. Index i in the
mapped values is applied between i-1 and i in the bins. The mapped values have to be larger than the number of bins,
which is an artifact of the numpy digitize method used to implement the function.