Skip to content

Commit 7414fd5

Browse files
Update climada/hazard/tc_tracks.py
Co-authored-by: Sarah Hülsen <[email protected]>
1 parent 68549d8 commit 7414fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/hazard/tc_tracks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3021,7 +3021,7 @@ def compute_track_density(
30213021
norm: str (optional), default: None
30223022
If None the function returns the number of samples in each bin. If True, it normalize the
30233023
bin count as specified: if norm = area -> normalize by gird cell area. If norm = sum ->
3024-
normalize by the total sum of each bin.
3024+
normalize by the total sum across all bins.
30253025
filter_tracks: bool (optional) default: True
30263026
If True the track density is computed as the number of different tracks crossing a grid
30273027
cell. If False, the track density takes into account how long the track stayed in each

0 commit comments

Comments
 (0)