verde.datasets.setup_california_gps_map

verde.datasets.setup_california_gps_map#

verde.datasets.setup_california_gps_map(ax, region=(235.2, 245.3, 31.9, 42.3), coastlines=True, **kwargs)[source]#

Setup a Cartopy map for the California GPS velocity 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_california_gps

Sample GPS velocity data from California.

Examples using verde.datasets.setup_california_gps_map#

Using weights in blocked reduction

Using weights in blocked reduction

Using weights in blocked means

Using weights in blocked means

Gridding with splines and weights

Gridding with splines and weights

Trends in vector data

Trends in vector data

Vector Data

Vector Data

Using Weights

Using Weights