-
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.
* changes to support generating geofabric tiles that do not overlap the specified coarse DEM raster * Added code to ensure waterways are clipped prior to raster value selection to avoid out of bounds errors * Fixed issue when adding multiple rivers to the same DEM * Split out creation of an empty DEM from the creation of an populated DEM * update version * Allow level of compression for final netCDF output files to be set in the instruction files * Update rivers interpolation to dynamically support interpolation from fewer points if less supplied * updated tests to reflect minor changes resulting from fixes * fixup: Format Python code with Black --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
e1c9277
commit 71d92f1
Showing
10 changed files
with
306 additions
and
160 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.19" | ||
version = "1.1.20" | ||
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
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
Contains the package version information | ||
""" | ||
|
||
__version__ = "1.1.19" | ||
__version__ = "1.1.20" |
Git LFS file not shown
Oops, something went wrong.