{% extends 'base.html' %} {% import 'macros/components.html' as components %} {% if stations|length == 1 %}{% set page_title = stations[0].station_nm %}{% endif %} {% block extra_head_tags %} {% if status_code == 200 %} {% if stations|length == 1 %} {% endif %} {% endif %} {% endblock %} {% block page_css %} {% endblock %} {% block page_head_script %} {% if json_ld %} {% endif %} {% endblock page_head_script %} {% block page_header %} {% include 'partials/monitoring_location_header.html' %} {% endblock %} {% block content %}
{% if status_code == 200 %} {% if stations|length > 1 %}

Multiple sites found

Please pick a site:

{% for site in stations %} {% endfor %}
Agency Site number Site name
{{ site.agency_cd }} {{ site.site_no }} {{ site.station_nm }}
{% else %} {% if browser == 'IE' %}

Please switch from Internet Explorer

Internet Explorer is only minimally supported on this website and many features are disabled. This page is best viewed in recent versions of Edge, Firefox, Chrome or Safari.

{% endif %} {% if browser != 'IE' %} {{ components.TimeSeriesComponent(stations[0], default_parameter_code, iv_period_of_record, gw_period_of_record) }} {% if config.MONITORING_LOCATION_CAMERA_ENABLED %} {{ components.CameraComponent(stations[0].site_no) }} {% endif %} {% if config.DAILY_VALUE_HYDROGRAPH_ENABLED and is_groundwater_location %}

{{ components.DailyValueTimeSeriesComponent(stations[0].site_no, stations[0].agency_cd) }}
{% endif %} {% if stations[0].dec_lat_va and stations[0].dec_long_va %} {{ components.MapComponent(stations[0].site_no, stations[0].dec_lat_va, stations[0].dec_long_va) }} {% endif %} {% if affiliated_networks_enabled %}

{{ components.NetworkListComponent(stations[0].site_no) }}
{% endif %} {% if parm_grp_summary %}

{% for grp in parm_grp_summary %} {% endfor %}
USGS Parameter Group Data Types Start Date End Date
{% if grp.name %}{{ grp.name }}{% else %}n/a{% endif %} {{ grp.data_types }} {{ grp.start_date|date_to_string }} {{ grp.end_date|date_to_string }}
Water Data for the Nation inventory
{% endif %}

{% if sims_data and sims_data['dataObservationContext'] != None %} {{ sims_data['dataObservationContext']['observation_text'] | safe }} {% endif %}
{% for key, value in location_with_values.items() %} {% endfor %}
Metadata Element Location Metadata Metadata Code
{{ STATION_FIELDS_D[key].name }} {% if STATION_FIELDS_D[key].description %} {{ components.QuestionTooltip(key, 'right', STATION_FIELDS_D[key].description) }} {% endif %} {% if value.code != value.name %}{{ value.code }}{% else %}n/a{% endif %}
{% endif %} {% if cooperators.has_service_error %}

Sorry, the cooperator service isn't returning the needed information. Please try refreshing the page.

{% elif cooperators.customers %}

Operated in cooperation with:

{% for cooperator in cooperators.customers | sort(attribute='Name') %} {% endfor %}
{% endif %} {% endif %} {% else %}

Error: HTTP {{ status_code }} -- {{ reason }}

{% endif %}
{% endblock %} {% block javascript_bundle %} {% if browser == 'IE' %} {% else %} {% endif %} {% endblock %}