-
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.
248 coarse dems ignored if no lidar (#249)
* Ensure an empty initialised DEM with no LiDAR is all NaN's * Added check for if no LiDAR files in dataset to ignore the dataset. * Fixup: Format Python code with Black * Update version --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
2e07142
commit ad0901b
Showing
3 changed files
with
17 additions
and
8 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.12" | ||
version = "1.1.13" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
Contains the package version information | ||
""" | ||
|
||
__version__ = "1.1.12" | ||
__version__ = "1.1.13" |