usgs / groundmotion-processing

Parsing and processing ground motion data
Other
54 stars 41 forks source link

Improve station map information for passed stations that contain failed traces (due to new check_stream config option) #1052

Open gferragu opened 1 year ago

gferragu commented 1 year ago

In the html station maps popup information for failed stations, failed components and their respective reasons are listed and color coded red to distinguish them from components that passed (colored green.)

With the recently added check_stream config option we can customize processing to still mark stations passed if some traces happen to fail.

Because passed and failed stations are plotted as different Leaflet FeatureSubGroups with different Javascript callbacks, previously failed stations that may now pass no longer have any component color coding or failure messages. This adjustment happens silently but could be useful information to know from looking at the map.

Desired Change: