-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
246 fix error when invalid waterways geometry (#247)
* Fix error when invalid geometries * Update dem.py - Explicitly delete the DEM between save and load to encourage Python to release the file. * Add the option of not clipping in the raw dem generation Set this as default for the waterways step. The thought is this may reduce processing load. Hopefully produce fewer dask / garbage collection errors in waterways. * Turn on file compression and check in tests * fixup: Format Python code with Black * Update version * updated benchmark --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
12f7244
commit 2e07142
Showing
5 changed files
with
115 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "geofabrics" | ||
version = "1.1.11" | ||
version = "1.1.12" | ||
description = "A package for creating geofabrics for flood modelling." | ||
readme = "README.md" | ||
authors = [{ name = "Rose pearson", email = "[email protected]" }] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.