Extracts all points of a parallel line between two latitudes.
extract_points_between_latitudes(line, lat_min, lat_max, lat_name, lon_name)
Matrix of points with longitude and latitude columns.
Data frame representing a line parallel to the coast.
Minimum latitude (southernmost).
Maximum latitude (northernmost).
Name of latitude column.
Name of longitude column.