Skip to content

Commit

Permalink
Merge pull request #1008 from akrherz/gh1007_fema_region_9
Browse files Browse the repository at this point in the history
📝 Constrain FEMA Region 9 to CA,NV,AZ
  • Loading branch information
akrherz authored Jan 15, 2025
2 parents 6d9f497 + 6ff749c commit 920696f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ All notable changes to this library are documented in this file.

### Bug Fixes

- Constrain FEMA Region 9 to CA, NV, AZ (#1007).

## **1.22.1** (14 Jan 2025)

### API Changes
Expand Down
2 changes: 1 addition & 1 deletion src/pyiem/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ class StationAttributes:
6: [-109.25, 25.65, -88.82, 37.20],
7: [-104.26, 35.79, -88.91, 43.70],
8: [-116.26, 36.79, -96.24, 49.20],
9: [-178.64, -14.58, 146.28, 42.20],
9: [-124.6, 31.1, -108.8, 42.20], # Just CA, AZ, NV
10: [-179.43, 41.79, -110.85, 71.63],
}

Expand Down

0 comments on commit 920696f

Please sign in to comment.