Skip to content

Commit 4a7dab7

Browse files
authored
Merge pull request #1028 from akrherz/gh1017_ugc_update
🎨 Bundle NWS AWIPS geodata 18 March 2025
2 parents 7835d95 + e45e674 commit 4a7dab7

File tree

7 files changed

+4
-3
lines changed

7 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All notable changes to this library are documented in this file.
1515
### New Features
1616

1717
- Add `text` `pattern` support within `get_autoplot_context`.
18+
- Bundle NWS AWIPS geodatabase valid 18 March 2025 (#1017).
1819
- Introduce `database.sql_helper` as a hacky attempt to ease my ignorance
1920
with psycopg + sqlalchemy + pandas usage.
2021
- Introduce `database.with_sqlalchemy_conn` decorator helper.
40.4 KB
Binary file not shown.
-783 Bytes
Binary file not shown.
-35.8 KB
Binary file not shown.
-93 Bytes
Loading
-141 Bytes
Loading

tests/plot/test_geoplot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,13 +960,13 @@ def test_ugcs_lwx_zones():
960960
mp = MapPlot(
961961
sector="cwa",
962962
cwa="LWX",
963-
title="Two Maryland zones (MDZ001, MDZ008) xfered to LWX",
963+
title="Two Maryland zones (MDZ509, MDZ008) xfered to LWX",
964964
subtitle="test_ugcs_lwx",
965965
nocaption=True,
966966
)
967-
labels = {"MDZ001": "MDZ001", "MDZ008": "MDZ008"}
967+
labels = {"MDZ509": "MDZ509", "MDZ008": "MDZ008"}
968968
mp.fill_ugcs(
969-
{"MDZ001": 1, "MDZ008": 40},
969+
{"MDZ509": 1, "MDZ008": 40},
970970
bins=list(range(0, 101, 10)),
971971
labels=labels,
972972
ilabel=True,

0 commit comments

Comments
 (0)