verde.datasets.setup_texas_wind_map

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.

Warning

All sample datasets in Verde are deprecated and will be removed in Verde v2.0.0. The tutorials/examples will transition to using Ensaio instead.

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.

Examples using verde.datasets.setup_texas_wind_map#

Gridding with splines

Gridding with splines

Gridding with splines (cross-validated)

Gridding with splines (cross-validated)

Polynomial trend

Polynomial trend

Gridding 2D vectors

Gridding 2D vectors

Evaluating Performance

Evaluating Performance

Model Selection

Model Selection

Trend Estimation

Trend Estimation