{% extends "base.html" %} {% block content %} {% load wx_filters %}
Reference Stations

{% if request|has_any_feature_permission:"reference-station:write" %} Add Reference Station {% endif %} [[ dialogMode === 'create' ? 'Create Reference Station' : 'Modify Reference Station' ]]
Station Variables
Select the variables associated with this reference station.
Select station location on the map
Click on the map to set the station latitude and longitude.
Cancel Save
Reference Station: [[ selectedThresholdStation ? selectedThresholdStation.name : '' ]]
Select variables, then configure Range, Step, and Persist thresholds.
close
[[ thresholdErrorMessage ]]
Variables
Select the variables you want to configure for this reference station.
[[ variable.name ]] Select at least one variable to edit thresholds. Range Step Persist
Cancel Save Thresholds
[[ snackbar.message ]]
{% endblock %} {% block localjavascript %} {% endblock %} {% block localstyles %} {% endblock %}