File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
qgis_plugin/cityseer_qgis/algorithms Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " cityseer"
3- version = ' 4.24.0b4 '
3+ version = ' 4.24.0 '
44description = " Computational tools for network-based pedestrian-scale urban analysis"
55readme = " README.md"
66requires-python = " >=3.10, <3.14" # pending fiona support for 3.14
Original file line number Diff line number Diff line change @@ -197,9 +197,8 @@ def initAlgorithm(self, config=None):
197197 self .TOLERANCE ,
198198 self .tr (
199199 "Shortest-path betweenness tolerance % (0 = exact shortest paths only). "
200- "Spreads betweenness across near-shortest routes. Keep below 1% "
201- "— higher values increasingly diffuse route concentration, "
202- "especially at larger distance thresholds."
200+ "Spreads betweenness across near-shortest routes. "
201+ "Recommend staying below 2%."
203202 ),
204203 type = QgsProcessingParameterNumber .Type .Double ,
205204 defaultValue = 0.0 ,
@@ -213,9 +212,8 @@ def initAlgorithm(self, config=None):
213212 self .tr (
214213 "Simplest-path tolerance % of angular route cost "
215214 "(0 = no added tolerance beyond the internal float-stability epsilon). "
216- "Spreads betweenness across near-simplest routes. Keep below 1% "
217- "— higher values increasingly diffuse route concentration, "
218- "especially at larger distance thresholds."
215+ "Spreads betweenness across near-simplest routes. "
216+ "Recommend staying below 20%."
219217 ),
220218 type = QgsProcessingParameterNumber .Type .Double ,
221219 defaultValue = 0.0 ,
You can’t perform that action at this time.
0 commit comments