huracanpy.info.is_land#
- huracanpy.info.is_land(lon, lat, resolution='10m', crs=None)[source]#
Detect whether each point is over land
- Parameters:
- Returns:
Array of “Land” or “Ocean” for each lon/lat point. Should return the same type of array as the input lon/lat, or a length 1
numpy.ndarrayif lon/lat are floats- Return type:
array_like[bool]