environmentaltools.graphics.include_Andalusian_coast
- environmentaltools.graphics.include_Andalusian_coast(path, ax)[source]
Add Andalusian coastline to map plot.
Reads shapefile data and plots the Andalusian coast (two segments) on the provided axes, transforming coordinates from UTM to WGS84.
- Parameters:
path (str) – Path to the shapefile containing coastline data.
ax (matplotlib.axes.Axes) – Axes object to plot the coastline on.