usgs / groundmotion-processing

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

Map updates #1042

Closed gferragu closed 1 year ago

gferragu commented 1 year ago

Implements station icon clustering for the interactive .html maps via the FastMarkerCluster plugin in Folium

Station popup information is now updated and includes station, network, available channels, lat/lon for passed stations. For failed stations, the popup has also been updated to color code failed channels red followed by the corresponding failure message. Channels that passed remain green. --> Update: Location codes now plot when available. If not available they are not shown when mouse hovers over station, but will still shown "LOC: N/A" in the popup information

Co-located stations will now expand into multiple icons when clicked, each with corresponding popup and information.

A layer control panel now appears in the upper-right of the maps. This can be used to toggle plotting of passed, failed, or all stations.

The interactive map in the CLI tutorial has also been updated.