From 03c2dce4d4cbc74a405a23e4fa29dccf51b2a23e Mon Sep 17 00:00:00 2001 From: grantbuster Date: Thu, 3 Oct 2024 16:48:34 -0600 Subject: [PATCH] added map clarification for utility spatial boundary --- docs/make_interactive_pages.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/make_interactive_pages.py b/docs/make_interactive_pages.py index c210265..6d240c3 100644 --- a/docs/make_interactive_pages.py +++ b/docs/make_interactive_pages.py @@ -69,6 +69,10 @@ f.write('Note that we used a simple state mask, and the ' 'region may not perfectly match the spatial boundary ' 'of the true NERC region.\n\n') + elif region in UTILITIES: + f.write('Note that we used a simple state mask, and the ' + 'region will not perfectly match the ' + 'true Utility boundary.\n\n') title = 'GCM Historical Skill Summary (1980-2019)' f.write(f'\n{title}\n')