Skip to content

Commit

Permalink
Improvements to CatFIM service source data generation
Browse files Browse the repository at this point in the history
Improvements to CatFIM service source data generation.

- Renamed generate_categorical_fim.py to generate_categorical_fim_mapping.py.
- Updated the status outputs of the nws_lid_sites layer and saved it in the same directory as the merged catfim_library layer.
- Additional stability fixes (such as improved compatability with WRDS updates).
- Added generate_categorical_fim.py to wrap generate_categorical_fim_flows.py and generate_categorical_fim_mapping.py.
- Create new nws_lid_sites shapefile located in same directory as the catfim_library shapefile.

This resolves #305, resolves #321, and resolves #322.
  • Loading branch information
TrevorGrout-NOAA authored Mar 25, 2021
1 parent d43bd8b commit 34123dd
Show file tree
Hide file tree
Showing 6 changed files with 592 additions and 445 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
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.11.0 - 2021-03-22 - [PR #319](https://github.com/NOAA-OWP/cahaba/pull/298)

Improvements to CatFIM service source data generation.

### Changes
- Renamed `generate_categorical_fim.py` to `generate_categorical_fim_mapping.py`.
- Updated the status outputs of the `nws_lid_sites layer` and saved it in the same directory as the `merged catfim_library layer`.
- Additional stability fixes (such as improved compatability with WRDS updates).
### Additions
- Added `generate_categorical_fim.py` to wrap `generate_categorical_fim_flows.py` and `generate_categorical_fim_mapping.py`.
- Create new `nws_lid_sites` shapefile located in same directory as the `catfim_library` shapefile.

<br/><br/>

## v3.0.10.1 - 2021-03-24 - [PR #320](https://github.com/NOAA-OWP/cahaba/pull/320)
Expand Down
Loading

0 comments on commit 34123dd

Please sign in to comment.