Skip to content

ENH: Add client for NOAA/CIRA MLWP archive

GitHub Advanced Security / CodeQL succeeded Feb 14, 2025 in 2s

1 new alert

New alerts in code changed by this pull request

  • 1 note

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 15 in src/metpy/remote/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

'import *' may pollute namespace Note

Import pollutes the enclosing namespace, as the imported module
metpy.remote.aws
does not define '__all__'.