verde.datasets.setup_texas_wind_map¶
-
verde.datasets.
setup_texas_wind_map
(ax, region=(-107, -93, 25.5, 37), coastlines=True, **kwargs)[source]¶ Setup a Cartopy map for the Texas wind speed and air temperature dataset.
- Parameters
ax (matplotlib Axes) – The axes where the map is being plotted.
region (list = [W, E, S, N]) – The boundaries of the map region in the coordinate system of the data.
coastlines (bool) – If True the coastlines will be added to the plot.
kwargs – All additional key-word arguments will be ignored.
kwargs
are accepted to guarantee backward compatibility.
See also
fetch_texas_wind
Sample wind speed and air temperature data for Texas.