Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickchadwick-noaa authored Jan 21, 2021
1 parent 37df5df commit b4cdf52
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
All notable changes to this project will be documented in this file.
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.

## v3.0.1.0 - 2021-01-21 - [PR #206](https://github.com/NOAA-OWP/cahaba/pull/206)

Preprocess MS and FR stream networks

### Changes

- Headwater stream segments geometries are adjusted to align with with NWM streams.
- Incoming streams are selected using intersection points between NWM streams and HUC4 boundaries.
- `clip_vectors_to_wbd.py` handles local headwaters.
- Removes NHDPlus features categorized as coastline and underground conduit.
- Added streams layer to production whitelist.
- Fixed progress bar in `lib/acquire_and_preprocess_inputs.py`.
- Added `getDriver` to shared `functions.py`.
- Cleaned up variable names and types.

## v3.0.0.3 - 2021-01-14 - [PR #210](https://github.com/NOAA-OWP/cahaba/pull/210)

Hotfix for handling nodata value in rasterized levee lines.
Expand Down

0 comments on commit b4cdf52

Please sign in to comment.