huracanpy.utils.geography.get_hemisphere#
- huracanpy.utils.geography.get_hemisphere(lat)[source]#
Function to detect which hemisphere each point corresponds to
- Parameters:
lat (xarray.DataArray)
- Returns:
The hemisphere series. You can append it to your tracks by running tracks[“hemisphere”] = get_hemisphere(tracks)
- Return type: