huracanpy.info.landfall_points#
- huracanpy.info.landfall_points(lon, lat, track_id, *, resolution='10m', crs=None)[source]#
Find the points where the tracks intersect with a coastline
- Parameters:
lon (float or array_like) – Longitude and latitude points
lat (float or array_like) – Longitude and latitude points
track_id (float or array_like) – Track ID at each point
resolution (str) –
The resolution of the Land/Sea outlines dataset to use. One of
10m (1:10,000,000)
50m (1:50,000,000)
110m (1:110,000,000)
Default is “10m”
crs (cartopy.crs.CRS) – The coordinate system that the input lon/lat points are in. Default is None, which assumes Geodesic with Earth radius.
- Return type: