Skip to content

Commit 34b9863

Browse files
Merge pull request #23 from supathdhitalGEO/main
update the new hydrofabric based updated HAND framework
2 parents 13470ee + 4c00a77 commit 34b9863

11 files changed

Lines changed: 105 additions & 383 deletions

File tree

docs/code_usage.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@
214214
"source": [
215215
"#For instance, If user needs stream having order more than 4\n",
216216
"stream_order = '>4' #It supports >, <, >=, <=, =,\n",
217-
"\n",
218217
"#OR,\n",
219218
"#If user is so picky on specific stream order \n",
220219
"stream_order= [4,5]\n",

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fimserve"
3-
version = "0.1.84"
3+
version = "0.1.85"
44
description = "Framework which is developed with the purpose of quickly generating Flood Inundation Maps (FIM) for emergency response and risk assessment. It is developed under Surface Dynamics Modeling Lab (SDML)."
55
authors = [{ name = "Supath Dhital", email = "sdhital@crimson.ua.edu" }]
66
maintainers = [{ name = "Supath Dhital", email = "sdhital@crimson.ua.edu" }]
@@ -40,7 +40,8 @@ dependencies = [
4040
dev = [
4141
"pytest>=8.3,<8.4",
4242
"sphinx<7.0",
43-
"sphinx-autobuild>=2024.10.3"
43+
"sphinx-autobuild>=2024.10.3",
44+
"black"
4445
]
4546

4647
[project.urls]

req

Whitespace-only changes.

0 commit comments

Comments
 (0)