Skip to content

Commit

Permalink
Update activefires_pp/spatiotemporal_alarm_filtering.py
Browse files Browse the repository at this point in the history
Fix spelling error / typo

Co-authored-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
adybbroe and mraspaud committed Oct 24, 2022
1 parent a1b806d commit f2b4f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activefires_pp/spatiotemporal_alarm_filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def check_if_fire_should_trigger_alarm(gjson_data, past_alarms_dir, sos_alarms_f
return True

lon0, lat0 = gjson_data["geometry"]["coordinates"]
# Go though the most recent files and see if an alarm has been triggered
# Go through the most recent files and see if an alarm has been triggered
# for the "same" position. Go through the files in reverse order, take the
# most recent file first!
shall_trigger_alarm = True
Expand Down

0 comments on commit f2b4f67

Please sign in to comment.