verde.datasets.fetch_baja_bathymetry#
- verde.datasets.fetch_baja_bathymetry()[source]#
Fetch sample bathymetry data from Baja California.
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.
This is the
@tut_ship.xyz
sample data from the GMT tutorial.If the file isn’t already in your data directory, it will be downloaded automatically.
- Returns:
- data
pandas.DataFrame
The bathymetry data. Columns are longitude, latitude, and bathymetry (in meters) for each data point.
- data
See also
setup_baja_bathymetry_map
Utility function to help setup a Cartopy map.