-
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.
bug-fixes identified in cylc suite (#222)
* make robust to no ocean bathy data within the download area * fixup: Format Python code with Black * Add file caching to the roughness step. * Add optional filtering of estimated waterways by OSM id. * Update README.md * make OSM id filter optional * update version * Updated test to include a filter for OSM --------- Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
21b82c3
commit 22bdede
Showing
8 changed files
with
209 additions
and
141 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
The `geofabrics` package includes routines and classes for combining point (i.e. LiDAR), vector (i.e. catchment of interest, infrastructure), and raster (i.e. reference DEM) to generate a hydrologically conditioned raster. | ||
|
||
A peer-reviewed journal article of the package and methodogy can be found at: [https://www.sciencedirect.com/science/article/pii/S1364815223002281](https://www.sciencedirect.com/science/article/pii/S1364815223002281) | ||
A peer-reviewed journal article of the package and methodogy can be found at: [https://www.sciencedirect.com/science/article/pii/S1364815223002281](https://www.sciencedirect.com/science/article/pii/S1364815223002281). This is sadly not Open Access. Please email [email protected] if you would like a copy of the article. | ||
|
||
## Installation | ||
`geofabrics` is avaliable on [conda-forge](https://anaconda.org/conda-forge/geofabrics) and [PyPI](https://pypi.org/project/geofabrics/). Conda is recommended due to difficulties installing geopandas (a dependency) with pip on Windows. See the [Wiki Install Instructions](https://github.com/rosepearson/GeoFabrics/wiki/Package-Install-Instructions) for more information. | ||
|
@@ -74,7 +74,7 @@ Maintainer: Rose Pearson @rosepearson [email protected] | |
<a href="https://github.com/AliceHarang"> | ||
<img src="https://avatars.githubusercontent.com/u/82012970?v=4" width="100;" alt="AliceHarang"/> | ||
<br /> | ||
<sub><b>Null</b></sub> | ||
<sub><b>Alice Harang</b></sub> | ||
</a> | ||
</td></tr> | ||
<tr> | ||
|
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.3" | ||
version = "1.1.4" | ||
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.