We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68549d8 commit 7414fd5Copy full SHA for 7414fd5
climada/hazard/tc_tracks.py
@@ -3021,7 +3021,7 @@ def compute_track_density(
3021
norm: str (optional), default: None
3022
If None the function returns the number of samples in each bin. If True, it normalize the
3023
bin count as specified: if norm = area -> normalize by gird cell area. If norm = sum ->
3024
- normalize by the total sum of each bin.
+ normalize by the total sum across all bins.
3025
filter_tracks: bool (optional) default: True
3026
If True the track density is computed as the number of different tracks crossing a grid
3027
cell. If False, the track density takes into account how long the track stayed in each
0 commit comments