NCAR / wrf-python

A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
https://wrf-python.readthedocs.io
Apache License 2.0
392 stars 149 forks source link

naturalearth download #214

Open fipoucat opened 11 months ago

fipoucat commented 11 months ago

I am testing wrf-python by running example plot of wind at 500 hPa. I am getting a blank plot I guess related to naturalearth map download. Downloading: https://naturalearth.s3.amazonaws.com/50m_cultural/ne_50m_admin_1_states_provinces_shp.zip warnings.warn(f'Downloading: {url}', DownloadWarning) Traceback (most recent call last):

File ~/.local/lib/python3.10/site-packages/IPython/core/formatters.py:338 in call return printer(obj)

How to solve this?