@@ -5,8 +5,8 @@ title: Plugin guide
55
66# Plugin guide
77
8- This page covers installation, a first run, the data downloader, every dialog control , the
9- outputs, and troubleshooting. The [ introduction] ( ./ ) explains the model itself, and the
8+ This page covers installation, a first run, the data downloader, the run dialog , the outputs,
9+ and troubleshooting. The [ introduction] ( ./ ) explains the model itself, and the
1010[ scenario library] ( ./scenarios/ ) provides prepared data and parameters to start from.
1111
1212## Install
@@ -58,14 +58,14 @@ To start from a prepared case instead, use a scenario download, described in the
5858
5959<h2 id =" use-a-scenario " >Using a downloaded scenario</h2 >
6060
61- Each entry in the [ scenario library] ( ./scenarios/ ) downloads as one ZIP holding everything a run
62- needs .
61+ Each entry in the [ scenario library] ( ./scenarios/ ) downloads as one ZIP with the data and
62+ parameters for a run .
6363
6464- ** Contents** : ` extents*.geojson ` (the study boundary), the input layers (` built ` , ` green ` ,
6565 ` centres ` , ` unbuildable ` , ` streets ` , ` stops ` , ` stations ` ), the terrain bands
6666 (` steep.geojson ` ), and one or more ` params*.json ` presets.
6767- ** Layers** : drag the GeoJSON files onto the QGIS map.
68- - ** Local adjustment** : every layer is ordinary editable data, and the scenarios are prepared
68+ - ** Local adjustment** : the layers are ordinary editable data, and the scenarios are prepared
6969 on the assumption that they will be revised. The built fabric, the extents, the green areas
7070 and the unbuildable land can each be corrected wherever local knowledge or stakeholder
7171 feedback improves on the downloaded state.
7676 GLO-30 elevation model. The bands at or above the scenario's maximum slope belong in the
7777 unbuildable layer (* Vector → Data Management Tools → Merge Vector Layers* ).
7878- ** Parameters** : in ** Isobenefit Urbanism** , * Load parameters* with the scenario's
79- ` params.json ` fills every control . Dnipro provides one preset per pilot area.
79+ ` params.json ` fills in the dialog . Dnipro provides one preset per pilot area.
8080- ** Running** : select the layers in the * Input layers* group, confirm the suggested CRS,
8181 choose an output folder and run name, and press ** Run** .
8282- ** Reproducing a published panel** : the explorer's per-run parameter files carry the exact
@@ -100,7 +100,7 @@ layers and pre-selects them.
100100
101101## The run dialog, group by group
102102
103- ** Parameters.** * Load parameters* repopulates every control from a previous run's
103+ ** Parameters.** * Load parameters* repopulates the dialog from a previous run's
104104` *_params.json ` sidecar or from a scenario preset. Every run writes such a sidecar next to its
105105output.
106106
0 commit comments