Skip to content

Commit

Permalink
support tauweg inclusion with measured sections (#244)
Browse files Browse the repository at this point in the history
* Add functionality to take in a thalweg as part of the measured river interpolation stage

* Make more robust to files created in Arc

* fixup: Format Python code with Black

* Added test and fixed up mouths with interpolated rivers

* Update pyproject.toml

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
rosepearson and github-actions authored Feb 2, 2024
1 parent 7fce3ea commit 12f7244
Show file tree
Hide file tree
Showing 13 changed files with 1,697 additions and 132 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = [
"setuptools>=61.0.0",
"setuptools>=64",
"wheel"
]
build-backend = "setuptools.build_meta"

[project]
name = "geofabrics"
version = "1.1.10"
version = "1.1.11"
description = "A package for creating geofabrics for flood modelling."
readme = "README.md"
authors = [{ name = "Rose pearson", email = "[email protected]" }]
Expand All @@ -26,7 +26,7 @@ dependencies = [
"distributed",
"gdal",
"geopandas>=0.10",
"pdal",
"python-pdal",
"rioxarray",
"geoapis",
"netcdf4",
Expand Down
Loading

0 comments on commit 12f7244

Please sign in to comment.