{% extends 'base.html' %} {% if unit_cd %}{% set page_title = political_unit.name %}{% endif %} {% block content %}
Select water monitoring location
FIPS Code | State |
---|---|
{{ state_cd }} | {{ config.COUNTRY_STATE_COUNTY_LOOKUP.US.state_cd[state_cd].name }} |
Select water monitoring location
FIPS Code | County |
---|---|
{{ county_cd }} | {{ config.COUNTRY_STATE_COUNTY_LOOKUP.US.state_cd[state_cd].county_cd[county_cd].name }} |
Site number | Name | Site type |
---|---|---|
{{ location.site_no }} | {{ location.station_nm }} | {{ config.NWIS_CODE_LOOKUP.site_tp_cd[location.site_tp_cd].name }} |