diff --git a/.github/jobs/build_docker_image.sh b/.github/jobs/build_docker_image.sh index 55bd37c644..4fabd88d2e 100755 --- a/.github/jobs/build_docker_image.sh +++ b/.github/jobs/build_docker_image.sh @@ -15,5 +15,8 @@ time_command docker build -t ${DOCKERHUB_TAG} \ -f $DOCKERFILE_PATH ${GITHUB_WORKSPACE} if [ $? != 0 ]; then cat ${GITHUB_WORKSPACE}/docker_build.log + # Append the full make_install.log file + echo "Appending make_install.log to docker_build.log. See the logs artifact for details." + cat ${GITHUB_WORKSPACE}/make_install.log >> ${GITHUB_WORKSPACE}/docker_build.log exit 1 fi diff --git a/.github/workflows/release-checksum.yml b/.github/workflows/release-checksum.yml new file mode 100644 index 0000000000..683f258a6c --- /dev/null +++ b/.github/workflows/release-checksum.yml @@ -0,0 +1,14 @@ +name: Add checksum to release + +on: + release: + types: + - published + +jobs: + add-checksum: + runs-on: ubuntu-latest + steps: + - uses: dtcenter/metplus-action-release-checksum@v1 + with: + token: ${{ secrets.METPLUS_BOT_TOKEN }} diff --git a/Make-include b/Make-include index 784b2dcdd8..cf85bcd271 100644 --- a/Make-include +++ b/Make-include @@ -3,6 +3,7 @@ MET_CPPFLAGS = -I${top_builddir}/src/basic/vx_cal \ -I${top_builddir}/src/basic/vx_log \ -I${top_builddir}/src/basic/vx_math \ -I${top_builddir}/src/basic/vx_util \ + -I${top_builddir}/src/basic/vx_util_math \ -I${top_builddir}/src/libcode/vx_afm \ -I${top_builddir}/src/libcode/vx_analysis_util \ -I${top_builddir}/src/libcode/vx_color \ @@ -38,6 +39,7 @@ MET_CPPFLAGS = -I${top_builddir}/src/basic/vx_cal \ -I${top_builddir}/src/libcode/vx_summary \ -I${top_builddir}/src/libcode/vx_time_series \ -I${top_builddir}/src/libcode/vx_series_data \ + -I${top_builddir}/src/libcode/vx_seeps \ -I${top_builddir}/src/libcode/vx_tc_util #-fPIC \ @@ -47,6 +49,7 @@ MET_LDFLAGS = -L${top_builddir}/src/basic/vx_cal \ -L${top_builddir}/src/basic/vx_log \ -L${top_builddir}/src/basic/vx_math \ -L${top_builddir}/src/basic/vx_util \ + -L${top_builddir}/src/basic/vx_util_math \ -L${top_builddir}/src/libcode/vx_afm \ -L${top_builddir}/src/libcode/vx_analysis_util \ -L${top_builddir}/src/libcode/vx_color \ @@ -82,6 +85,7 @@ MET_LDFLAGS = -L${top_builddir}/src/basic/vx_cal \ -L${top_builddir}/src/libcode/vx_summary \ -L${top_builddir}/src/libcode/vx_time_series \ -L${top_builddir}/src/libcode/vx_series_data \ + -L${top_builddir}/src/libcode/vx_seeps \ -L${top_builddir}/src/libcode/vx_tc_util ENUM_TO_STRING = ${abs_top_builddir}/src/basic/enum_to_string/enum_to_string diff --git a/configure b/configure index 60e874d93b..0713ecf0df 100755 --- a/configure +++ b/configure @@ -8848,7 +8848,7 @@ done # Create configured files -ac_config_files="$ac_config_files Makefile scripts/Rscripts/Makefile scripts/Rscripts/include/Makefile scripts/python/Makefile data/Makefile data/colortables/Makefile data/colortables/NCL_colortables/Makefile data/config/Makefile data/map/Makefile data/map/admin_by_country/Makefile data/poly/Makefile data/poly/HMT_masks/Makefile data/poly/NCEP_masks/Makefile data/wrappers/Makefile data/ps/Makefile data/table_files/Makefile data/tc_data/Makefile src/Makefile src/basic/Makefile src/basic/enum_to_string/Makefile src/basic/vx_cal/Makefile src/basic/vx_config/Makefile src/basic/vx_log/Makefile src/basic/vx_math/Makefile src/basic/vx_util/Makefile src/libcode/Makefile src/libcode/vx_afm/Makefile src/libcode/vx_analysis_util/Makefile src/libcode/vx_color/Makefile src/libcode/vx_data2d/Makefile src/libcode/vx_data2d_factory/Makefile src/libcode/vx_data2d_grib/Makefile src/libcode/vx_data2d_grib2/Makefile src/libcode/vx_data2d_nc_met/Makefile src/libcode/vx_data2d_nc_pinterp/Makefile src/libcode/vx_data2d_nccf/Makefile src/libcode/vx_geodesy/Makefile src/libcode/vx_gis/Makefile src/libcode/vx_gnomon/Makefile src/libcode/vx_grid/Makefile src/libcode/vx_gsl_prob/Makefile src/libcode/vx_nav/Makefile src/libcode/vx_solar/Makefile src/libcode/vx_nc_obs/Makefile src/libcode/vx_nc_util/Makefile src/libcode/vx_pb_util/Makefile src/libcode/vx_plot_util/Makefile src/libcode/vx_ps/Makefile src/libcode/vx_pxm/Makefile src/libcode/vx_render/Makefile src/libcode/vx_shapedata/Makefile src/libcode/vx_stat_out/Makefile src/libcode/vx_statistics/Makefile src/libcode/vx_time_series/Makefile src/libcode/vx_physics/Makefile src/libcode/vx_series_data/Makefile src/libcode/vx_regrid/Makefile src/libcode/vx_tc_util/Makefile src/libcode/vx_summary/Makefile src/libcode/vx_python3_utils/Makefile src/libcode/vx_data2d_python/Makefile src/libcode/vx_bool_calc/Makefile src/libcode/vx_pointdata_python/Makefile src/tools/Makefile src/tools/core/Makefile src/tools/core/ensemble_stat/Makefile src/tools/core/grid_stat/Makefile src/tools/core/mode/Makefile src/tools/core/mode_analysis/Makefile src/tools/core/pcp_combine/Makefile src/tools/core/point_stat/Makefile src/tools/core/series_analysis/Makefile src/tools/core/stat_analysis/Makefile src/tools/core/wavelet_stat/Makefile src/tools/other/Makefile src/tools/other/ascii2nc/Makefile src/tools/other/lidar2nc/Makefile src/tools/other/gen_ens_prod/Makefile src/tools/other/gen_vx_mask/Makefile src/tools/other/gis_utils/Makefile src/tools/other/ioda2nc/Makefile src/tools/other/madis2nc/Makefile src/tools/other/mode_graphics/Makefile src/tools/other/modis_regrid/Makefile src/tools/other/pb2nc/Makefile src/tools/other/plot_data_plane/Makefile src/tools/other/plot_point_obs/Makefile src/tools/other/wwmca_tool/Makefile src/tools/other/gsi_tools/Makefile src/tools/other/regrid_data_plane/Makefile src/tools/other/point2grid/Makefile src/tools/other/shift_data_plane/Makefile src/tools/other/mode_time_domain/Makefile src/tools/other/grid_diag/Makefile src/tools/tc_utils/Makefile src/tools/tc_utils/tc_dland/Makefile src/tools/tc_utils/tc_pairs/Makefile src/tools/tc_utils/tc_stat/Makefile src/tools/tc_utils/tc_gen/Makefile src/tools/tc_utils/rmw_analysis/Makefile src/tools/tc_utils/tc_rmw/Makefile" +ac_config_files="$ac_config_files Makefile scripts/Rscripts/Makefile scripts/Rscripts/include/Makefile scripts/python/Makefile data/Makefile data/climo/Makefile data/climo/seeps/Makefile data/colortables/Makefile data/colortables/NCL_colortables/Makefile data/config/Makefile data/map/Makefile data/map/admin_by_country/Makefile data/poly/Makefile data/poly/HMT_masks/Makefile data/poly/NCEP_masks/Makefile data/wrappers/Makefile data/ps/Makefile data/table_files/Makefile data/tc_data/Makefile src/Makefile src/basic/Makefile src/basic/enum_to_string/Makefile src/basic/vx_cal/Makefile src/basic/vx_config/Makefile src/basic/vx_log/Makefile src/basic/vx_math/Makefile src/basic/vx_util/Makefile src/basic/vx_util_math/Makefile src/libcode/Makefile src/libcode/vx_afm/Makefile src/libcode/vx_analysis_util/Makefile src/libcode/vx_color/Makefile src/libcode/vx_data2d/Makefile src/libcode/vx_data2d_factory/Makefile src/libcode/vx_data2d_grib/Makefile src/libcode/vx_data2d_grib2/Makefile src/libcode/vx_data2d_nc_met/Makefile src/libcode/vx_data2d_nc_pinterp/Makefile src/libcode/vx_data2d_nccf/Makefile src/libcode/vx_geodesy/Makefile src/libcode/vx_gis/Makefile src/libcode/vx_gnomon/Makefile src/libcode/vx_grid/Makefile src/libcode/vx_gsl_prob/Makefile src/libcode/vx_nav/Makefile src/libcode/vx_solar/Makefile src/libcode/vx_nc_obs/Makefile src/libcode/vx_nc_util/Makefile src/libcode/vx_pb_util/Makefile src/libcode/vx_plot_util/Makefile src/libcode/vx_ps/Makefile src/libcode/vx_pxm/Makefile src/libcode/vx_render/Makefile src/libcode/vx_shapedata/Makefile src/libcode/vx_stat_out/Makefile src/libcode/vx_statistics/Makefile src/libcode/vx_time_series/Makefile src/libcode/vx_physics/Makefile src/libcode/vx_series_data/Makefile src/libcode/vx_regrid/Makefile src/libcode/vx_tc_util/Makefile src/libcode/vx_summary/Makefile src/libcode/vx_python3_utils/Makefile src/libcode/vx_data2d_python/Makefile src/libcode/vx_bool_calc/Makefile src/libcode/vx_pointdata_python/Makefile src/libcode/vx_seeps/Makefile src/tools/Makefile src/tools/core/Makefile src/tools/core/ensemble_stat/Makefile src/tools/core/grid_stat/Makefile src/tools/core/mode/Makefile src/tools/core/mode_analysis/Makefile src/tools/core/pcp_combine/Makefile src/tools/core/point_stat/Makefile src/tools/core/series_analysis/Makefile src/tools/core/stat_analysis/Makefile src/tools/core/wavelet_stat/Makefile src/tools/other/Makefile src/tools/other/ascii2nc/Makefile src/tools/other/lidar2nc/Makefile src/tools/other/gen_ens_prod/Makefile src/tools/other/gen_vx_mask/Makefile src/tools/other/gis_utils/Makefile src/tools/other/ioda2nc/Makefile src/tools/other/madis2nc/Makefile src/tools/other/mode_graphics/Makefile src/tools/other/modis_regrid/Makefile src/tools/other/pb2nc/Makefile src/tools/other/plot_data_plane/Makefile src/tools/other/plot_point_obs/Makefile src/tools/other/wwmca_tool/Makefile src/tools/other/gsi_tools/Makefile src/tools/other/regrid_data_plane/Makefile src/tools/other/point2grid/Makefile src/tools/other/shift_data_plane/Makefile src/tools/other/mode_time_domain/Makefile src/tools/other/grid_diag/Makefile src/tools/tc_utils/Makefile src/tools/tc_utils/tc_dland/Makefile src/tools/tc_utils/tc_pairs/Makefile src/tools/tc_utils/tc_stat/Makefile src/tools/tc_utils/tc_gen/Makefile src/tools/tc_utils/rmw_analysis/Makefile src/tools/tc_utils/tc_rmw/Makefile" if test -n "$MET_DEVELOPMENT"; then @@ -9737,6 +9737,8 @@ do "scripts/Rscripts/include/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Rscripts/include/Makefile" ;; "scripts/python/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/python/Makefile" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; + "data/climo/Makefile") CONFIG_FILES="$CONFIG_FILES data/climo/Makefile" ;; + "data/climo/seeps/Makefile") CONFIG_FILES="$CONFIG_FILES data/climo/seeps/Makefile" ;; "data/colortables/Makefile") CONFIG_FILES="$CONFIG_FILES data/colortables/Makefile" ;; "data/colortables/NCL_colortables/Makefile") CONFIG_FILES="$CONFIG_FILES data/colortables/NCL_colortables/Makefile" ;; "data/config/Makefile") CONFIG_FILES="$CONFIG_FILES data/config/Makefile" ;; @@ -9757,6 +9759,7 @@ do "src/basic/vx_log/Makefile") CONFIG_FILES="$CONFIG_FILES src/basic/vx_log/Makefile" ;; "src/basic/vx_math/Makefile") CONFIG_FILES="$CONFIG_FILES src/basic/vx_math/Makefile" ;; "src/basic/vx_util/Makefile") CONFIG_FILES="$CONFIG_FILES src/basic/vx_util/Makefile" ;; + "src/basic/vx_util_math/Makefile") CONFIG_FILES="$CONFIG_FILES src/basic/vx_util_math/Makefile" ;; "src/libcode/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcode/Makefile" ;; "src/libcode/vx_afm/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcode/vx_afm/Makefile" ;; "src/libcode/vx_analysis_util/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcode/vx_analysis_util/Makefile" ;; @@ -9795,6 +9798,7 @@ do "src/libcode/vx_data2d_python/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcode/vx_data2d_python/Makefile" ;; "src/libcode/vx_bool_calc/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcode/vx_bool_calc/Makefile" ;; "src/libcode/vx_pointdata_python/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcode/vx_pointdata_python/Makefile" ;; + "src/libcode/vx_seeps/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcode/vx_seeps/Makefile" ;; "src/tools/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/Makefile" ;; "src/tools/core/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/core/Makefile" ;; "src/tools/core/ensemble_stat/Makefile") CONFIG_FILES="$CONFIG_FILES src/tools/core/ensemble_stat/Makefile" ;; diff --git a/configure.ac b/configure.ac index 9cf16a2f86..5414db8913 100644 --- a/configure.ac +++ b/configure.ac @@ -1184,6 +1184,8 @@ AC_CONFIG_FILES([Makefile scripts/Rscripts/include/Makefile scripts/python/Makefile data/Makefile + data/climo/Makefile + data/climo/seeps/Makefile data/colortables/Makefile data/colortables/NCL_colortables/Makefile data/config/Makefile @@ -1204,6 +1206,7 @@ AC_CONFIG_FILES([Makefile src/basic/vx_log/Makefile src/basic/vx_math/Makefile src/basic/vx_util/Makefile + src/basic/vx_util_math/Makefile src/libcode/Makefile src/libcode/vx_afm/Makefile src/libcode/vx_analysis_util/Makefile @@ -1242,6 +1245,7 @@ AC_CONFIG_FILES([Makefile src/libcode/vx_data2d_python/Makefile src/libcode/vx_bool_calc/Makefile src/libcode/vx_pointdata_python/Makefile + src/libcode/vx_seeps/Makefile src/tools/Makefile src/tools/core/Makefile src/tools/core/ensemble_stat/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index a08e207a13..ac1483ba59 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -17,6 +17,7 @@ ## MA 02110-1301, USA. SUBDIRS = \ + climo \ colortables \ config \ map \ @@ -24,7 +25,7 @@ SUBDIRS = \ ps \ table_files \ tc_data \ - wrappers + wrappers topdir = $(pkgdatadir) diff --git a/data/Makefile.in b/data/Makefile.in index 3d18dbc212..426a2b15bf 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -354,6 +354,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = \ + climo \ colortables \ config \ map \ @@ -361,7 +362,7 @@ SUBDIRS = \ ps \ table_files \ tc_data \ - wrappers + wrappers topdir = $(pkgdatadir) top_DATA = \ diff --git a/data/climo/Makefile.am b/data/climo/Makefile.am new file mode 100644 index 0000000000..82178b8020 --- /dev/null +++ b/data/climo/Makefile.am @@ -0,0 +1,23 @@ +## Makefile.am -- Process this file with automake to produce Makefile.in +## Copyright (C) 2000, 2006 Gary V. Vaughan +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2, or (at your option) +## any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +## MA 02110-1301, USA. + +SUBDIRS = seeps + +climodir = $(pkgdatadir)/climo + +MAINTAINERCLEANFILES = Makefile.in diff --git a/data/climo/Makefile.in b/data/climo/Makefile.in new file mode 100644 index 0000000000..c612befe6e --- /dev/null +++ b/data/climo/Makefile.in @@ -0,0 +1,640 @@ +# Makefile.in generated by automake 1.16.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2018 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = data/climo +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir distdir-am +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUFRLIB_NAME = @BUFRLIB_NAME@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC_LIBS = @FC_LIBS@ +FFLAGS = @FFLAGS@ +FLIBS = @FLIBS@ +GREP = @GREP@ +GRIB2CLIB_NAME = @GRIB2CLIB_NAME@ +GRIB2_LIBS = @GRIB2_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MET_BUFR = @MET_BUFR@ +MET_BUFRLIB = @MET_BUFRLIB@ +MET_CAIRO = @MET_CAIRO@ +MET_CAIROINC = @MET_CAIROINC@ +MET_CAIROLIB = @MET_CAIROLIB@ +MET_FREETYPE = @MET_FREETYPE@ +MET_FREETYPEINC = @MET_FREETYPEINC@ +MET_FREETYPELIB = @MET_FREETYPELIB@ +MET_GRIB2C = @MET_GRIB2C@ +MET_GRIB2CINC = @MET_GRIB2CINC@ +MET_GRIB2CLIB = @MET_GRIB2CLIB@ +MET_GSL = @MET_GSL@ +MET_GSLINC = @MET_GSLINC@ +MET_GSLLIB = @MET_GSLLIB@ +MET_HDF = @MET_HDF@ +MET_HDF5 = @MET_HDF5@ +MET_HDF5INC = @MET_HDF5INC@ +MET_HDF5LIB = @MET_HDF5LIB@ +MET_HDFEOS = @MET_HDFEOS@ +MET_HDFEOSINC = @MET_HDFEOSINC@ +MET_HDFEOSLIB = @MET_HDFEOSLIB@ +MET_HDFINC = @MET_HDFINC@ +MET_HDFLIB = @MET_HDFLIB@ +MET_NETCDF = @MET_NETCDF@ +MET_NETCDFINC = @MET_NETCDFINC@ +MET_NETCDFLIB = @MET_NETCDFLIB@ +MET_PYTHON_CC = @MET_PYTHON_CC@ +MET_PYTHON_LD = @MET_PYTHON_LD@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +OPENMP_CFLAGS = @OPENMP_CFLAGS@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON_LIBS = @PYTHON_LIBS@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +YACC = @YACC@ +YFLAGS = @YFLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = seeps +climodir = $(pkgdatadir)/climo +MAINTAINERCLEANFILES = Makefile.in +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/climo/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign data/climo/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic cscopelist-am ctags ctags-am \ + distclean distclean-generic distclean-tags distdir dvi dvi-am \ + html html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-am uninstall uninstall-am + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/data/climo/seeps/Makefile.am b/data/climo/seeps/Makefile.am new file mode 100644 index 0000000000..0569fd8870 --- /dev/null +++ b/data/climo/seeps/Makefile.am @@ -0,0 +1,26 @@ +## Makefile.am -- Process this file with automake to produce Makefile.in +## Copyright (C) 2000, 2006 Gary V. Vaughan +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2, or (at your option) +## any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +## MA 02110-1301, USA. + +seepsdir = $(pkgdatadir)/climo/seeps + +seeps_DATA = \ + PPT24_seepsweights.nc + +EXTRA_DIST = ${seeps_DATA} + +MAINTAINERCLEANFILES = Makefile.in diff --git a/data/climo/seeps/Makefile.in b/data/climo/seeps/Makefile.in new file mode 100644 index 0000000000..911a2cbb2b --- /dev/null +++ b/data/climo/seeps/Makefile.in @@ -0,0 +1,518 @@ +# Makefile.in generated by automake 1.16.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2018 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = data/climo/seeps +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(seepsdir)" +DATA = $(seeps_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUFRLIB_NAME = @BUFRLIB_NAME@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC_LIBS = @FC_LIBS@ +FFLAGS = @FFLAGS@ +FLIBS = @FLIBS@ +GREP = @GREP@ +GRIB2CLIB_NAME = @GRIB2CLIB_NAME@ +GRIB2_LIBS = @GRIB2_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MET_BUFR = @MET_BUFR@ +MET_BUFRLIB = @MET_BUFRLIB@ +MET_CAIRO = @MET_CAIRO@ +MET_CAIROINC = @MET_CAIROINC@ +MET_CAIROLIB = @MET_CAIROLIB@ +MET_FREETYPE = @MET_FREETYPE@ +MET_FREETYPEINC = @MET_FREETYPEINC@ +MET_FREETYPELIB = @MET_FREETYPELIB@ +MET_GRIB2C = @MET_GRIB2C@ +MET_GRIB2CINC = @MET_GRIB2CINC@ +MET_GRIB2CLIB = @MET_GRIB2CLIB@ +MET_GSL = @MET_GSL@ +MET_GSLINC = @MET_GSLINC@ +MET_GSLLIB = @MET_GSLLIB@ +MET_HDF = @MET_HDF@ +MET_HDF5 = @MET_HDF5@ +MET_HDF5INC = @MET_HDF5INC@ +MET_HDF5LIB = @MET_HDF5LIB@ +MET_HDFEOS = @MET_HDFEOS@ +MET_HDFEOSINC = @MET_HDFEOSINC@ +MET_HDFEOSLIB = @MET_HDFEOSLIB@ +MET_HDFINC = @MET_HDFINC@ +MET_HDFLIB = @MET_HDFLIB@ +MET_NETCDF = @MET_NETCDF@ +MET_NETCDFINC = @MET_NETCDFINC@ +MET_NETCDFLIB = @MET_NETCDFLIB@ +MET_PYTHON_CC = @MET_PYTHON_CC@ +MET_PYTHON_LD = @MET_PYTHON_LD@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +OPENMP_CFLAGS = @OPENMP_CFLAGS@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON_LIBS = @PYTHON_LIBS@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +YACC = @YACC@ +YFLAGS = @YFLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +seepsdir = $(pkgdatadir)/climo/seeps +seeps_DATA = \ + PPT24_seepsweights.nc + +EXTRA_DIST = ${seeps_DATA} +MAINTAINERCLEANFILES = Makefile.in +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/climo/seeps/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign data/climo/seeps/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-seepsDATA: $(seeps_DATA) + @$(NORMAL_INSTALL) + @list='$(seeps_DATA)'; test -n "$(seepsdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(seepsdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(seepsdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(seepsdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(seepsdir)" || exit $$?; \ + done + +uninstall-seepsDATA: + @$(NORMAL_UNINSTALL) + @list='$(seeps_DATA)'; test -n "$(seepsdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(seepsdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(seepsdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-seepsDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-seepsDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ + ctags-am distclean distclean-generic distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-seepsDATA install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags-am uninstall uninstall-am \ + uninstall-seepsDATA + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/data/climo/seeps/PPT24_seepsweights.nc b/data/climo/seeps/PPT24_seepsweights.nc new file mode 100644 index 0000000000..329c681d22 Binary files /dev/null and b/data/climo/seeps/PPT24_seepsweights.nc differ diff --git a/data/config/PointStatConfig_default b/data/config/PointStatConfig_default index a5669867da..f7e60a8e32 100644 --- a/data/config/PointStatConfig_default +++ b/data/config/PointStatConfig_default @@ -286,6 +286,8 @@ output_flag = { rps = NONE; // Only for HiRA. eclv = NONE; mpr = NONE; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/data/table_files/Makefile.am b/data/table_files/Makefile.am index 51e49ea11d..fac2031790 100644 --- a/data/table_files/Makefile.am +++ b/data/table_files/Makefile.am @@ -39,6 +39,7 @@ tablefiles_DATA = \ met_header_columns_V3.0.1.txt \ met_header_columns_V3.0.txt \ met_header_columns_V2.0.txt \ + airnow_monitoring_site_locations_v2.txt \ stat_column_description.txt \ obs_error_table.txt \ grib1_af_131_57.txt \ diff --git a/data/table_files/Makefile.in b/data/table_files/Makefile.in index 2201bc023f..db4e0d9834 100644 --- a/data/table_files/Makefile.in +++ b/data/table_files/Makefile.in @@ -315,6 +315,7 @@ tablefiles_DATA = \ met_header_columns_V3.0.1.txt \ met_header_columns_V3.0.txt \ met_header_columns_V2.0.txt \ + airnow_monitoring_site_locations_v2.txt \ stat_column_description.txt \ obs_error_table.txt \ grib1_af_131_57.txt \ diff --git a/data/table_files/airnow_monitoring_site_locations_v2.txt b/data/table_files/airnow_monitoring_site_locations_v2.txt new file mode 100644 index 0000000000..9932aa47bc --- /dev/null +++ b/data/table_files/airnow_monitoring_site_locations_v2.txt @@ -0,0 +1,23292 @@ +StationID|AQSID|FullAQSID|Parameter|MonitorType|SiteCode|SiteName|Status|AgencyID|AgencyName|EPARegion|Latitude|Longitude|Elevation|GMTOffset|CountryFIPS|CBSA_ID|CBSA_Name|StateAQSCode|StateAbbreviation|CountyAQSCode|CountyName +070000000000|000000000|070000000000|PM2.5|Permanent|0000|N/A|Inactive|BIH|U.S. Department of State Bosnia Herzegovina - Sarajevo|DSBK|0.000000|0.000000||0.00|BK|||||| +586000000000|000000000|586000000000|PM2.5|Permanent|0000|Islamabad-Old|Inactive|PK1|U.S. Department of State Pakistan - Islamabad|DSPK|33.723500|73.118220||5.00|PK|||||| +CC0010102|000010102|124CC0010102|O3|Permanent|0102|St. John's|Active|NL1|Newfoundland & Labrador DEC|CA|47.560380|-52.711500|9.800|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010102|000010102|124CC0010102|PM2.5|Permanent|0102|St. John's|Active|NL1|Newfoundland & Labrador DEC|CA|47.560380|-52.711500|9.800|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010102|000010102|124CC0010102|NO2|Permanent|0102|St. John's|Active|NL1|Newfoundland & Labrador DEC|CA|47.560380|-52.711500|9.800|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010102|000010102|124CC0010102|CO|Permanent|0102|St. John's|Active|NL1|Newfoundland & Labrador DEC|CA|47.560380|-52.711500|9.800|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010102|000010102|124CC0010102|SO2|Permanent|0102|St. John's|Active|NL1|Newfoundland & Labrador DEC|CA|47.560380|-52.711500|9.800|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010102|000010102|124CC0010102|NO|Permanent|0102|St. John's|Active|NL1|Newfoundland & Labrador DEC|CA|47.560380|-52.711500|9.800|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010301|000010301|124CC0010301|PM2.5|Permanent|0301|Cornerbrook|Active|NL1|Newfoundland & Labrador DEC|CA|48.949400|-58.055600||-4.00|CA|||00|CC|001|NEWFOUNDLAND +CC0010301|000010301|124CC0010301|NO2|Permanent|0301|Cornerbrook|Active|NL1|Newfoundland & Labrador DEC|CA|48.949400|-58.055600||-4.00|CA|||00|CC|001|NEWFOUNDLAND +CC0010301|000010301|124CC0010301|O3|Permanent|0301|Cornerbrook|Active|NL1|Newfoundland & Labrador DEC|CA|48.949400|-58.055600||-4.00|CA|||00|CC|001|NEWFOUNDLAND +CC0010401|000010401|124CC0010401|O3|Permanent|0401|Mount Pearl|Active|NL1|Newfoundland & Labrador DEC|CA|47.505130|-52.794800||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010401|000010401|124CC0010401|PM2.5|Permanent|0401|Mount Pearl|Active|NL1|Newfoundland & Labrador DEC|CA|47.505130|-52.794800||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010401|000010401|124CC0010401|NO2|Permanent|0401|Mount Pearl|Active|NL1|Newfoundland & Labrador DEC|CA|47.505130|-52.794800||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010401|000010401|124CC0010401|CO|Permanent|0401|Mount Pearl|Active|NL1|Newfoundland & Labrador DEC|CA|47.505130|-52.794800||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010401|000010401|124CC0010401|SO2|Permanent|0401|Mount Pearl|Active|NL1|Newfoundland & Labrador DEC|CA|47.505130|-52.794800||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010401|000010401|124CC0010401|NO|Permanent|0401|Mount Pearl|Active|NL1|Newfoundland & Labrador DEC|CA|47.505130|-52.794800||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010501|000010501|124CC0010501|SO2|Permanent|0501|Grand Falls Windsor|Active|NL1|Newfoundland & Labrador DEC|CA|48.926960|-55.659700||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010501|000010501|124CC0010501|NO|Permanent|0501|Grand Falls Windsor|Active|NL1|Newfoundland & Labrador DEC|CA|48.926960|-55.659700||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010501|000010501|124CC0010501|O3|Permanent|0501|Grand Falls Windsor|Active|NL1|Newfoundland & Labrador DEC|CA|48.926960|-55.659700||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010501|000010501|124CC0010501|PM2.5|Permanent|0501|Grand Falls Windsor|Active|NL1|Newfoundland & Labrador DEC|CA|48.926960|-55.659700||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010501|000010501|124CC0010501|PM10|Permanent|0501|Grand Falls Windsor|Active|NL1|Newfoundland & Labrador DEC|CA|48.926960|-55.659700||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010501|000010501|124CC0010501|NO2|Permanent|0501|Grand Falls Windsor|Active|NL1|Newfoundland & Labrador DEC|CA|48.926960|-55.659700||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010501|000010501|124CC0010501|CO|Permanent|0501|Grand Falls Windsor|Active|NL1|Newfoundland & Labrador DEC|CA|48.926960|-55.659700||-3.50|CA|||00|CC|001|NEWFOUNDLAND +000010601|000010601|124000010601|O3|Permanent|0601|Goose Bay|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|53.304700|-60.364400|38.700|-4.00|CA|||00|CC|001|NEWFOUNDLAND +CC0010602|000010602|124CC0010602|SO2|Permanent|0602|MacPherson Avenue - Corner Brook|Active|NL1|Newfoundland & Labrador DEC|CA|48.952240|-57.922070||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010602|000010602|124CC0010602|NO|Permanent|0602|MacPherson Avenue - Corner Brook|Active|NL1|Newfoundland & Labrador DEC|CA|48.952240|-57.922070||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010602|000010602|124CC0010602|O3|Permanent|0602|MacPherson Avenue - Corner Brook|Active|NL1|Newfoundland & Labrador DEC|CA|48.952240|-57.922070||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010602|000010602|124CC0010602|PM2.5|Permanent|0602|MacPherson Avenue - Corner Brook|Active|NL1|Newfoundland & Labrador DEC|CA|48.952240|-57.922070||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010602|000010602|124CC0010602|PM10|Permanent|0602|MacPherson Avenue - Corner Brook|Active|NL1|Newfoundland & Labrador DEC|CA|48.952240|-57.922070||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010602|000010602|124CC0010602|NO2|Permanent|0602|MacPherson Avenue - Corner Brook|Active|NL1|Newfoundland & Labrador DEC|CA|48.952240|-57.922070||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010602|000010602|124CC0010602|CO|Permanent|0602|MacPherson Avenue - Corner Brook|Active|NL1|Newfoundland & Labrador DEC|CA|48.952240|-57.922070||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010801|000010801|124CC0010801|O3|Permanent|0801|Port au Choix|Active|NL1|Newfoundland & Labrador DEC|CA|50.712300|-57.364200||-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010901|000010901|124CC0010901|PM2.5|Permanent|0901|Marystown/Burin|Active|NL1|Newfoundland & Labrador DEC|CA|47.098991|-55.198521|0.900|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010901|000010901|124CC0010901|NO2|Permanent|0901|Marystown/Burin|Active|NL1|Newfoundland & Labrador DEC|CA|47.098991|-55.198521|0.900|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010901|000010901|124CC0010901|CO|Permanent|0901|Marystown/Burin|Active|NL1|Newfoundland & Labrador DEC|CA|47.098991|-55.198521|0.900|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010901|000010901|124CC0010901|SO2|Permanent|0901|Marystown/Burin|Active|NL1|Newfoundland & Labrador DEC|CA|47.098991|-55.198521|0.900|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010901|000010901|124CC0010901|NO|Permanent|0901|Marystown/Burin|Active|NL1|Newfoundland & Labrador DEC|CA|47.098991|-55.198521|0.900|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0010901|000010901|124CC0010901|O3|Permanent|0901|Marystown/Burin|Active|NL1|Newfoundland & Labrador DEC|CA|47.098991|-55.198521|0.900|-3.50|CA|||00|CC|001|NEWFOUNDLAND +CC0011001|000011001|124CC0011001|O3|Permanent|1001|LABRADOR CITY|Active|NL1|Newfoundland & Labrador DEC|CA|52.952800|-66.915600||-4.00|CA|||00|CC|001|NEWFOUNDLAND +CC0011001|000011001|124CC0011001|PM2.5|Permanent|1001|LABRADOR CITY|Active|NL1|Newfoundland & Labrador DEC|CA|52.952800|-66.915600||-4.00|CA|||00|CC|001|NEWFOUNDLAND +CC0011002|000011002|124CC0011002|O3|Permanent|1002|FIREHALL-LABRADORCITY2|Active|NL1|Newfoundland & Labrador DEC|CA|52.945480|-66.910245||-4.00|CA|||00|CC|001|NEWFOUNDLAND +CC0011002|000011002|124CC0011002|PM2.5|Permanent|1002|FIREHALL-LABRADORCITY2|Active|NL1|Newfoundland & Labrador DEC|CA|52.945480|-66.910245||-4.00|CA|||00|CC|001|NEWFOUNDLAND +000020104|000020104|124000020104|PM2.5|Permanent|0104|CHARLOTTETOWN|Active|PE1|Canada-Prince Edward Island1|CA|46.240600|-63.130600|19.800|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020104|000020104|124000020104|NO2|Permanent|0104|CHARLOTTETOWN|Active|PE1|Canada-Prince Edward Island1|CA|46.240600|-63.130600|19.800|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020104|000020104|124000020104|SO2|Permanent|0104|CHARLOTTETOWN|Active|PE1|Canada-Prince Edward Island1|CA|46.240600|-63.130600|19.800|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020104|000020104|124000020104|NO|Permanent|0104|CHARLOTTETOWN|Active|PE1|Canada-Prince Edward Island1|CA|46.240600|-63.130600|19.800|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020104|000020104|124000020104|O3|Permanent|0104|CHARLOTTETOWN|Active|PE1|Canada-Prince Edward Island1|CA|46.240600|-63.130600|19.800|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020110|000020110|124000020110|PM2.5|Permanent|0110|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020110|000020110|124000020110|PM10|Permanent|0110|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020111|000020111|124000020111|PM2.5|Permanent|0111|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020111|000020111|124000020111|PM10|Permanent|0111|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020118|000020118|124000020118|PM2.5|Permanent|0118|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020119|000020119|124000020119|PM10|Permanent|0119|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020119|000020119|124000020119|PM2.5|Permanent|0119|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020125|000020125|124000020125|PM2.5|Permanent|0125|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020127|000020127|124000020127|PM2.5|Permanent|0127|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020128|000020128|124000020128|PM2.5|Permanent|0128|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020132|000020132|124000020132|PM2.5|Permanent|0132|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020134|000020134|124000020134|PM2.5|Permanent|0134|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020134|000020134|124000020134|PM10|Permanent|0134|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020140|000020140|124000020140|PM2.5|Permanent|0140|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000020301|000020301|124000020301|PM2.5|Permanent|0301|WELLINGTON|Active|PE1|Canada-Prince Edward Island1|CA|46.478300|-63.986900|33.900|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020301|000020301|124000020301|NO2|Permanent|0301|WELLINGTON|Active|PE1|Canada-Prince Edward Island1|CA|46.478300|-63.986900|33.900|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020301|000020301|124000020301|NO|Permanent|0301|WELLINGTON|Active|PE1|Canada-Prince Edward Island1|CA|46.478300|-63.986900|33.900|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020301|000020301|124000020301|O3|Permanent|0301|WELLINGTON|Active|PE1|Canada-Prince Edward Island1|CA|46.478300|-63.986900|33.900|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020401|000020401|124000020401|NO|Permanent|0401|SOUTHAMPTON|Active|PE1|Canada-Prince Edward Island1|CA|46.386400|-62.582800|15.300|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020401|000020401|124000020401|O3|Permanent|0401|SOUTHAMPTON|Active|PE1|Canada-Prince Edward Island1|CA|46.386400|-62.582800|15.300|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020401|000020401|124000020401|PM2.5|Permanent|0401|SOUTHAMPTON|Active|PE1|Canada-Prince Edward Island1|CA|46.386400|-62.582800|15.300|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000020401|000020401|124000020401|NO2|Permanent|0401|SOUTHAMPTON|Active|PE1|Canada-Prince Edward Island1|CA|46.386400|-62.582800|15.300|-4.00|CA|||00|CC|002|PRINCE EDWARD ISLAND +000021003|000021003|124000021003|PM2.5|Permanent|1003|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021003|000021003|124000021003|PM10|Permanent|1003|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021005|000021005|124000021005|PM10|Permanent|1005|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021005|000021005|124000021005|PM2.5|Permanent|1005|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021101|000021101|124000021101|PM2.5|Permanent|1101|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021101|000021101|124000021101|PM10|Permanent|1101|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021202|000021202|124000021202|PM2.5|Permanent|1202|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021301|000021301|124000021301|PM2.5|Permanent|1301|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021301|000021301|124000021301|PM10|Permanent|1301|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021401|000021401|124000021401|PM2.5|Permanent|1401|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000021401|000021401|124000021401|PM10|Permanent|1401|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +000030113|000030113|124000030113|NO|Permanent|0113|JOHNSTON BUILDING -|Active|NS1|Canada-Nova Scotia1|CA|44.647175|-63.573689|29.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030113|000030113|124000030113|O3|Permanent|0113|JOHNSTON BUILDING -|Active|NS1|Canada-Nova Scotia1|CA|44.647175|-63.573689|29.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030113|000030113|124000030113|PM2.5|Permanent|0113|JOHNSTON BUILDING -|Active|NS1|Canada-Nova Scotia1|CA|44.647175|-63.573689|29.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030113|000030113|124000030113|NO2|Permanent|0113|JOHNSTON BUILDING -|Active|NS1|Canada-Nova Scotia1|CA|44.647175|-63.573689|29.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030113|000030113|124000030113|CO|Permanent|0113|JOHNSTON BUILDING -|Active|NS1|Canada-Nova Scotia1|CA|44.647175|-63.573689|29.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030113|000030113|124000030113|SO2|Permanent|0113|JOHNSTON BUILDING -|Active|NS1|Canada-Nova Scotia1|CA|44.647175|-63.573689|29.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030113|000030113|124000030113|NOX|Permanent|0113|JOHNSTON BUILDING -|Active|NS1|Canada-Nova Scotia1|CA|44.647175|-63.573689|29.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030118|000030118|124000030118|O3|Permanent|0118|HALIFAX|Inactive|NS1|Canada-Nova Scotia1|CA|44.647800|-63.572200||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030118|000030118|124000030118|NO2|Permanent|0118|HALIFAX|Inactive|NS1|Canada-Nova Scotia1|CA|44.647800|-63.572200||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030118|000030118|124000030118|SO2|Permanent|0118|HALIFAX|Inactive|NS1|Canada-Nova Scotia1|CA|44.647800|-63.572200||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030118|000030118|124000030118|NO|Permanent|0118|HALIFAX|Inactive|NS1|Canada-Nova Scotia1|CA|44.647800|-63.572200||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030120|000030120|124000030120|O3|Permanent|0120|Lake Major|Active|NS1|Canada-Nova Scotia1|CA|44.719800|-63.480760||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030120|000030120|124000030120|PM2.5|Permanent|0120|Lake Major|Active|NS1|Canada-Nova Scotia1|CA|44.719800|-63.480760||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030120|000030120|124000030120|NO2|Permanent|0120|Lake Major|Active|NS1|Canada-Nova Scotia1|CA|44.719800|-63.480760||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030120|000030120|124000030120|SO2|Permanent|0120|Lake Major|Active|NS1|Canada-Nova Scotia1|CA|44.719800|-63.480760||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030120|000030120|124000030120|NOX|Permanent|0120|Lake Major|Active|NS1|Canada-Nova Scotia1|CA|44.719800|-63.480760||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030120|000030120|124000030120|NO|Permanent|0120|Lake Major|Active|NS1|Canada-Nova Scotia1|CA|44.719800|-63.480760||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030201|000030201|124000030201|O3|Permanent|0201|PORT HAWKESBURY|Active|NS1|Canada-Nova Scotia1|CA|45.614028|-61.362122||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030201|000030201|124000030201|PM2.5|Permanent|0201|PORT HAWKESBURY|Active|NS1|Canada-Nova Scotia1|CA|45.614028|-61.362122||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030201|000030201|124000030201|NO2|Permanent|0201|PORT HAWKESBURY|Active|NS1|Canada-Nova Scotia1|CA|45.614028|-61.362122||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030201|000030201|124000030201|SO2|Permanent|0201|PORT HAWKESBURY|Active|NS1|Canada-Nova Scotia1|CA|45.614028|-61.362122||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030201|000030201|124000030201|NOX|Permanent|0201|PORT HAWKESBURY|Active|NS1|Canada-Nova Scotia1|CA|45.614028|-61.362122||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030201|000030201|124000030201|NO|Permanent|0201|PORT HAWKESBURY|Active|NS1|Canada-Nova Scotia1|CA|45.614028|-61.362122||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030310|000030310|124000030310|NO2|Permanent|0310|SYDNEY|Active|NS1|Canada-Nova Scotia1|CA|46.142317|-60.172575|40.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030310|000030310|124000030310|CO|Permanent|0310|SYDNEY|Active|NS1|Canada-Nova Scotia1|CA|46.142317|-60.172575|40.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030310|000030310|124000030310|SO2|Permanent|0310|SYDNEY|Active|NS1|Canada-Nova Scotia1|CA|46.142317|-60.172575|40.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030310|000030310|124000030310|NOX|Permanent|0310|SYDNEY|Active|NS1|Canada-Nova Scotia1|CA|46.142317|-60.172575|40.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030310|000030310|124000030310|NO|Permanent|0310|SYDNEY|Active|NS1|Canada-Nova Scotia1|CA|46.142317|-60.172575|40.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030310|000030310|124000030310|O3|Permanent|0310|SYDNEY|Active|NS1|Canada-Nova Scotia1|CA|46.142317|-60.172575|40.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030310|000030310|124000030310|PM2.5|Permanent|0310|SYDNEY|Active|NS1|Canada-Nova Scotia1|CA|46.142317|-60.172575|40.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030311|000030311|124000030311|NO2|Permanent|0311|SYDNEY|Inactive|NS1|Canada-Nova Scotia1|CA|46.142500|-60.172800||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030311|000030311|124000030311|SO2|Permanent|0311|SYDNEY|Inactive|NS1|Canada-Nova Scotia1|CA|46.142500|-60.172800||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030311|000030311|124000030311|NO|Permanent|0311|SYDNEY|Inactive|NS1|Canada-Nova Scotia1|CA|46.142500|-60.172800||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030311|000030311|124000030311|O3|Permanent|0311|SYDNEY|Inactive|NS1|Canada-Nova Scotia1|CA|46.142500|-60.172800||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030311|000030311|124000030311|PM2.5|Permanent|0311|SYDNEY|Inactive|NS1|Canada-Nova Scotia1|CA|46.142500|-60.172800||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030501|000030501|124000030501|O3|Permanent|0501|Kejimkujik National Park|Inactive|CN2|Canadian Air and Precipitation Monitoring Network|CA|44.433600|-65.205800||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030502|000030502|124000030502|O3|Permanent|0502|Kejimkujik Site B|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|44.402980|-65.202770|127.800|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030701|000030701|124000030701|O3|Permanent|0701|AYLESFORD MOUNTAIN|Active|NS1|Canada-Nova Scotia1|CA|45.072540|-64.840250|230.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030701|000030701|124000030701|PM2.5|Permanent|0701|AYLESFORD MOUNTAIN|Active|NS1|Canada-Nova Scotia1|CA|45.072540|-64.840250|230.000|-4.00|CA|||00|CC|003|NOVA SCOTIA +000030801|000030801|124000030801|O3|Permanent|0801|DAYTON|Inactive|NS1|Canada-Nova Scotia1|CA|43.833300|-66.083300||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030901|000030901|124000030901|PM2.5|Permanent|0901|PICTOU|Active|NS1|Canada-Nova Scotia1|CA|45.681744|-62.696575||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030901|000030901|124000030901|NO2|Permanent|0901|PICTOU|Active|NS1|Canada-Nova Scotia1|CA|45.681744|-62.696575||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030901|000030901|124000030901|SO2|Permanent|0901|PICTOU|Active|NS1|Canada-Nova Scotia1|CA|45.681744|-62.696575||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030901|000030901|124000030901|NOX|Permanent|0901|PICTOU|Active|NS1|Canada-Nova Scotia1|CA|45.681744|-62.696575||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030901|000030901|124000030901|NO|Permanent|0901|PICTOU|Active|NS1|Canada-Nova Scotia1|CA|45.681744|-62.696575||-4.00|CA|||00|CC|003|NOVA SCOTIA +000030901|000030901|124000030901|O3|Permanent|0901|PICTOU|Active|NS1|Canada-Nova Scotia1|CA|45.681744|-62.696575||-4.00|CA|||00|CC|003|NOVA SCOTIA +000031001|000031001|124000031001|SO2|Permanent|1001|Sable Island|Inactive|NS1|Canada-Nova Scotia1|CA|43.933100|-59.903900||-4.00|CA|||00|CC|003|NOVA SCOTIA +000031001|000031001|124000031001|O3|Permanent|1001|Sable Island|Inactive|NS1|Canada-Nova Scotia1|CA|43.933100|-59.903900||-4.00|CA|||00|CC|003|NOVA SCOTIA +000031001|000031001|124000031001|PM2.5|Permanent|1001|Sable Island|Inactive|NS1|Canada-Nova Scotia1|CA|43.933100|-59.903900||-4.00|CA|||00|CC|003|NOVA SCOTIA +000031101|000031101|124000031101|O3|Permanent|1101|KENTVILLE|Active|NS1|Canada-Nova Scotia1|CA|45.067284|-64.477425||-4.00|CA|||00|CC|003|NOVA SCOTIA +000031101|000031101|124000031101|PM2.5|Permanent|1101|KENTVILLE|Active|NS1|Canada-Nova Scotia1|CA|45.067284|-64.477425||-4.00|CA|||00|CC|003|NOVA SCOTIA +000031101|000031101|124000031101|NO2|Permanent|1101|KENTVILLE|Active|NS1|Canada-Nova Scotia1|CA|45.067284|-64.477425||-4.00|CA|||00|CC|003|NOVA SCOTIA +000031101|000031101|124000031101|NOX|Permanent|1101|KENTVILLE|Active|NS1|Canada-Nova Scotia1|CA|45.067284|-64.477425||-4.00|CA|||00|CC|003|NOVA SCOTIA +000031101|000031101|124000031101|NO|Permanent|1101|KENTVILLE|Active|NS1|Canada-Nova Scotia1|CA|45.067284|-64.477425||-4.00|CA|||00|CC|003|NOVA SCOTIA +CC0040103|000040103|124CC0040103|O3|Permanent|0103|FREDERICTON|Inactive|NB1|Canada-New Brunswick1|CA|45.957800|-66.647500||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040103|000040103|124CC0040103|PM2.5|Permanent|0103|FREDERICTON|Inactive|NB1|Canada-New Brunswick1|CA|45.957800|-66.647500||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040103|000040103|124CC0040103|NO2|Permanent|0103|FREDERICTON|Inactive|NB1|Canada-New Brunswick1|CA|45.957800|-66.647500||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040104|000040104|124CC0040104|O3|Permanent|0104|FREDERICTON-NEEDHAM ST.|Active|NB1|Canada-New Brunswick1|CA|45.957344|-66.645562||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040104|000040104|124CC0040104|PM2.5|Permanent|0104|FREDERICTON-NEEDHAM ST.|Active|NB1|Canada-New Brunswick1|CA|45.957344|-66.645562||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040104|000040104|124CC0040104|NO2|Permanent|0104|FREDERICTON-NEEDHAM ST.|Active|NB1|Canada-New Brunswick1|CA|45.957344|-66.645562||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040203|000040203|124CC0040203|O3|Permanent|0203|FOREST HILLS|Active|NB1|Canada-New Brunswick1|CA|45.308778|-66.008333|57.000|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040203|000040203|124CC0040203|PM2.5|Permanent|0203|FOREST HILLS|Active|NB1|Canada-New Brunswick1|CA|45.308778|-66.008333|57.000|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040203|000040203|124CC0040203|NO2|Permanent|0203|FOREST HILLS|Active|NB1|Canada-New Brunswick1|CA|45.308778|-66.008333|57.000|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040206|000040206|124CC0040206|O3|Permanent|0206|CUSTOMS BUILDING|Active|NB1|Canada-New Brunswick1|CA|45.269700|-66.061400||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040206|000040206|124CC0040206|NO2|Permanent|0206|CUSTOMS BUILDING|Active|NB1|Canada-New Brunswick1|CA|45.269700|-66.061400||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040207|000040207|124CC0040207|O3|Permanent|0207|SAINT JOHN WEST|Active|NB1|Canada-New Brunswick1|CA|45.253150|-66.079931|54.900|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040207|000040207|124CC0040207|PM2.5|Permanent|0207|SAINT JOHN WEST|Active|NB1|Canada-New Brunswick1|CA|45.253150|-66.079931|54.900|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040207|000040207|124CC0040207|NO2|Permanent|0207|SAINT JOHN WEST|Active|NB1|Canada-New Brunswick1|CA|45.253150|-66.079931|54.900|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040209|000040209|124CC0040209|O3|Permanent|0209|CASTLE ST. SAINT JO|Active|NB1|Canada-New Brunswick1|CA|45.280278|-66.056111|29.900|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040209|000040209|124CC0040209|PM2.5|Permanent|0209|CASTLE ST. SAINT JO|Active|NB1|Canada-New Brunswick1|CA|45.280278|-66.056111|29.900|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040209|000040209|124CC0040209|NO2|Permanent|0209|CASTLE ST. SAINT JO|Active|NB1|Canada-New Brunswick1|CA|45.280278|-66.056111|29.900|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040302|000040302|124CC0040302|O3|Permanent|0302|MONCTON|Active|NB1|Canada-New Brunswick1|CA|46.101389|-64.789639||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040302|000040302|124CC0040302|PM2.5|Permanent|0302|MONCTON|Active|NB1|Canada-New Brunswick1|CA|46.101389|-64.789639||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040302|000040302|124CC0040302|NO2|Permanent|0302|MONCTON|Active|NB1|Canada-New Brunswick1|CA|46.101389|-64.789639||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040401|000040401|124CC0040401|O3|Permanent|0401|FUNDY NATIONAL PARK|Active|NB1|Canada-New Brunswick1|CA|45.591100|-64.995600||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040501|000040501|124CC0040501|O3|Permanent|0501|PT LEPREAU|Active|NB1|Canada-New Brunswick1|CA|45.075000|-66.466400||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040601|000040601|124CC0040601|O3|Permanent|0601|BLISSVILLE|Active|NB1|Canada-New Brunswick1|CA|45.604200|-66.561100||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040701|000040701|124CC0040701|O3|Permanent|0701|NORTON|Active|NB1|Canada-New Brunswick1|CA|45.642500|-65.702800||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040801|000040801|124CC0040801|O3|Permanent|0801|CANTERBURY|Active|NB1|Canada-New Brunswick1|CA|45.953300|-67.477800||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040801|000040801|124CC0040801|PM2.5|Permanent|0801|CANTERBURY|Active|NB1|Canada-New Brunswick1|CA|45.953300|-67.477800||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040901|000040901|124CC0040901|O3|Permanent|0901|ST ANDREWS|Active|NB1|Canada-New Brunswick1|CA|45.086944|-67.073889||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040901|000040901|124CC0040901|PM2.5|Permanent|0901|ST ANDREWS|Active|NB1|Canada-New Brunswick1|CA|45.086944|-67.073889||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0040901|000040901|124CC0040901|NO2|Permanent|0901|ST ANDREWS|Active|NB1|Canada-New Brunswick1|CA|45.086944|-67.073889||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0041101|000041101|124CC0041101|O3|Permanent|1101|ST LEONARD|Active|NB1|Canada-New Brunswick1|CA|47.154200|-67.834700|244.000|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0041201|000041201|124CC0041201|O3|Permanent|1201|Lower Newcastle|Active|NB1|Canada-New Brunswick1|CA|47.070800|-65.424400||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0041302|000041302|124CC0041302|PM2.5|Permanent|1302|BATHURST|Active|NB1|Canada-New Brunswick1|CA|47.609528|-65.633528|29.900|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0041302|000041302|124CC0041302|NO2|Permanent|1302|BATHURST|Active|NB1|Canada-New Brunswick1|CA|47.609528|-65.633528|29.900|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0041302|000041302|124CC0041302|O3|Permanent|1302|BATHURST|Active|NB1|Canada-New Brunswick1|CA|47.609528|-65.633528|29.900|-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0041401|000041401|124CC0041401|PM2.5|Permanent|1401|CAMPBELLTON|Active|NB1|Canada-New Brunswick1|CA|47.999336|-66.683511||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0041501|000041501|124CC0041501|PM2.5|Permanent|1501|EDMUNDSTON QUEEN ST.|Active|NB1|Canada-New Brunswick1|CA|47.363195|-68.322302||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0041501|000041501|124CC0041501|NO2|Permanent|1501|EDMUNDSTON QUEEN ST.|Active|NB1|Canada-New Brunswick1|CA|47.363195|-68.322302||-4.00|CA|||00|CC|004|NEW BRUNSWICK +CC0041501|000041501|124CC0041501|O3|Permanent|1501|EDMUNDSTON QUEEN ST.|Active|NB1|Canada-New Brunswick1|CA|47.363195|-68.322302||-4.00|CA|||00|CC|004|NEW BRUNSWICK +124CC0041601|000041601|124CC0041601|O3|Permanent|1601|Miramichi|Active|NB1|Canada-New Brunswick1|CA|47.025670|-65.520490||-4.00|CA|||00|CC|004|NEW BRUNSWICK +124CC0041601|000041601|124CC0041601|PM2.5|Permanent|1601|Miramichi|Active|NB1|Canada-New Brunswick1|CA|47.025670|-65.520490||-4.00|CA|||00|CC|004|NEW BRUNSWICK +124CC0041601|000041601|124CC0041601|NO2|Permanent|1601|Miramichi|Active|NB1|Canada-New Brunswick1|CA|47.025670|-65.520490||-4.00|CA|||00|CC|004|NEW BRUNSWICK +000050103|000050103|124000050103|NO2|Permanent|0103|Saint-Jean-Baptiste|Inactive|CN4|Meteorological Service of Canada|CA|45.648100|-73.499700|14.000|-5.00|CA|||00|CC|005|QUEBEC +000050103|000050103|124000050103|O3|Permanent|0103|Saint-Jean-Baptiste|Inactive|CN4|Meteorological Service of Canada|CA|45.648100|-73.499700|14.000|-5.00|CA|||00|CC|005|QUEBEC +000050103|000050103|124000050103|PM2.5|Permanent|0103|Saint-Jean-Baptiste|Inactive|CN4|Meteorological Service of Canada|CA|45.648100|-73.499700|14.000|-5.00|CA|||00|CC|005|QUEBEC +000050105|000050105|124000050105|PM2.5|Permanent|0105|Drummond|Inactive|QC2|Canada-Quebec2|CA|45.500800|-73.575600|45.100|-5.00|CA|||00|CC|005|QUEBEC +000050109|000050109|124000050109|O3|Permanent|0109|Duncan|Inactive|CN4|Meteorological Service of Canada|CA|45.502500|-73.666100|46.400|-5.00|CA|||00|CC|005|QUEBEC +000050109|000050109|124000050109|PM2.5|Permanent|0109|Duncan|Inactive|CN4|Meteorological Service of Canada|CA|45.502500|-73.666100|46.400|-5.00|CA|||00|CC|005|QUEBEC +000050109|000050109|124000050109|NO2|Permanent|0109|Duncan|Inactive|CN4|Meteorological Service of Canada|CA|45.502500|-73.666100|46.400|-5.00|CA|||00|CC|005|QUEBEC +000050110|000050110|124000050110|O3|Permanent|0110|Parc Pilon|Inactive|QC2|Canada-Quebec2|CA|45.594200|-73.641700|27.100|-5.00|CA|||00|CC|005|QUEBEC +000050110|000050110|124000050110|PM2.5|Permanent|0110|Parc Pilon|Inactive|QC2|Canada-Quebec2|CA|45.594200|-73.641700|27.100|-5.00|CA|||00|CC|005|QUEBEC +000050110|000050110|124000050110|NO2|Permanent|0110|Parc Pilon|Inactive|QC2|Canada-Quebec2|CA|45.594200|-73.641700|27.100|-5.00|CA|||00|CC|005|QUEBEC +000050113|000050113|124000050113|O3|Permanent|0113|Laval - Chomedey|Active|QC1|Canada-Quebec1|CA|45.547200|-73.747200|40.300|-5.00|CA|||00|CC|005|QUEBEC +000050113|000050113|124000050113|PM2.5|Permanent|0113|Laval - Chomedey|Active|QC1|Canada-Quebec1|CA|45.547200|-73.747200|40.300|-5.00|CA|||00|CC|005|QUEBEC +000050113|000050113|124000050113|NO2|Permanent|0113|Laval - Chomedey|Active|QC1|Canada-Quebec1|CA|45.547200|-73.747200|40.300|-5.00|CA|||00|CC|005|QUEBEC +000050115|000050115|124000050115|O3|Permanent|0115|De Maisonneuve|Inactive|QC2|Canada-Quebec2|CA|45.500830|-73.575300||-5.00|CA|||00|CC|005|QUEBEC +000050115|000050115|124000050115|NO2|Permanent|0115|De Maisonneuve|Inactive|QC2|Canada-Quebec2|CA|45.500830|-73.575300||-5.00|CA|||00|CC|005|QUEBEC +000050116|000050116|124000050116|O3|Permanent|0116|Usine de filtration|Inactive|QC2|Canada-Quebec2|CA|45.480600|-73.573600|27.100|-5.00|CA|||00|CC|005|QUEBEC +000050116|000050116|124000050116|NO2|Permanent|0116|Usine de filtration|Inactive|QC2|Canada-Quebec2|CA|45.480600|-73.573600|27.100|-5.00|CA|||00|CC|005|QUEBEC +000050119|000050119|124000050119|O3|Permanent|0119|Longueuil|Active|QC1|Canada-Quebec1|CA|45.523100|-73.493900|30.200|-5.00|CA|||00|CC|005|QUEBEC +000050119|000050119|124000050119|PM2.5|Permanent|0119|Longueuil|Active|QC1|Canada-Quebec1|CA|45.523100|-73.493900|30.200|-5.00|CA|||00|CC|005|QUEBEC +000050119|000050119|124000050119|NO2|Permanent|0119|Longueuil|Active|QC1|Canada-Quebec1|CA|45.523100|-73.493900|30.200|-5.00|CA|||00|CC|005|QUEBEC +000050121|000050121|124000050121|O3|Permanent|0121|PARC OCÉANIE|Inactive|QC1|Canada-Quebec1|CA|45.445000|-73.470000|21.000|-5.00|CA|||00|CC|005|QUEBEC +000050121|000050121|124000050121|PM2.5|Permanent|0121|PARC OCÉANIE|Inactive|QC1|Canada-Quebec1|CA|45.445000|-73.470000|21.000|-5.00|CA|||00|CC|005|QUEBEC +000050121|000050121|124000050121|NO2|Permanent|0121|PARC OCÉANIE|Inactive|QC1|Canada-Quebec1|CA|45.445000|-73.470000|21.000|-5.00|CA|||00|CC|005|QUEBEC +000050122|000050122|124000050122|O3|Permanent|0122|Brossard - Parc Sorbonne|Active|QC1|Canada-Quebec1|CA|45.448660|-73.468631||-5.00|CA|||00|CC|005|QUEBEC +000050122|000050122|124000050122|PM2.5|Permanent|0122|Brossard - Parc Sorbonne|Active|QC1|Canada-Quebec1|CA|45.448660|-73.468631||-5.00|CA|||00|CC|005|QUEBEC +000050122|000050122|124000050122|NO2|Permanent|0122|Brossard - Parc Sorbonne|Active|QC1|Canada-Quebec1|CA|45.448660|-73.468631||-5.00|CA|||00|CC|005|QUEBEC +000050126|000050126|124000050126|NO2|Permanent|0126|Sainte-Anne-de-Bellevue|Inactive|CN4|Meteorological Service of Canada|CA|45.433300|-73.933300|39.300|-5.00|CA|||00|CC|005|QUEBEC +000050126|000050126|124000050126|O3|Permanent|0126|Sainte-Anne-de-Bellevue|Inactive|CN4|Meteorological Service of Canada|CA|45.433300|-73.933300|39.300|-5.00|CA|||00|CC|005|QUEBEC +000050126|000050126|124000050126|PM2.5|Permanent|0126|Sainte-Anne-de-Bellevue|Inactive|CN4|Meteorological Service of Canada|CA|45.433300|-73.933300|39.300|-5.00|CA|||00|CC|005|QUEBEC +000050128|000050128|124000050128|O3|Permanent|0128|Aéroport de Montréal 1|Inactive|CN4|Meteorological Service of Canada|CA|45.466700|-73.750000|33.200|-5.00|CA|||00|CC|005|QUEBEC +000050128|000050128|124000050128|PM2.5|Permanent|0128|Aéroport de Montréal 1|Inactive|CN4|Meteorological Service of Canada|CA|45.466700|-73.750000|33.200|-5.00|CA|||00|CC|005|QUEBEC +000050128|000050128|124000050128|NO2|Permanent|0128|Aéroport de Montréal 1|Inactive|CN4|Meteorological Service of Canada|CA|45.466700|-73.750000|33.200|-5.00|CA|||00|CC|005|QUEBEC +000050129|000050129|124000050129|NO2|Permanent|0129|Rivière-des-Prairies|Inactive|CN4|Meteorological Service of Canada|CA|45.656900|-73.575000|27.100|-5.00|CA|||00|CC|005|QUEBEC +000050129|000050129|124000050129|O3|Permanent|0129|Rivière-des-Prairies|Inactive|CN4|Meteorological Service of Canada|CA|45.656900|-73.575000|27.100|-5.00|CA|||00|CC|005|QUEBEC +000050129|000050129|124000050129|PM2.5|Permanent|0129|Rivière-des-Prairies|Inactive|CN4|Meteorological Service of Canada|CA|45.656900|-73.575000|27.100|-5.00|CA|||00|CC|005|QUEBEC +000050131|000050131|124000050131|PM2.5|Permanent|0131|Hochelaga|Inactive|CN4|Meteorological Service of Canada|CA|45.466700|-73.750000|14.900|-5.00|CA|||00|CC|005|QUEBEC +000050133|000050133|124000050133|PM2.5|Permanent|0133|Chenier|Inactive|CN1|Environment Canada|CA|45.601850|-73.541970|13.100|-5.00|CA|||00|CC|005|QUEBEC +000050133|000050133|124000050133|NO2|Permanent|0133|Chenier|Inactive|CN1|Environment Canada|CA|45.601850|-73.541970|13.100|-5.00|CA|||00|CC|005|QUEBEC +000050134|000050134|124000050134|NO2|Permanent|0134|Molson|Inactive|CN1|Environment Canada|CA|45.542710|-73.571760|14.000|-5.00|CA|||00|CC|005|QUEBEC +000050134|000050134|124000050134|O3|Permanent|0134|Molson|Inactive|CN1|Environment Canada|CA|45.542710|-73.571760|14.000|-5.00|CA|||00|CC|005|QUEBEC +000050134|000050134|124000050134|PM2.5|Permanent|0134|Molson|Inactive|CN1|Environment Canada|CA|45.542710|-73.571760|14.000|-5.00|CA|||00|CC|005|QUEBEC +000050135|000050135|124000050135|PM2.5|Permanent|0135|Caserne 17|Inactive|CN4|Meteorological Service of Canada|CA|45.593325|-73.637328||-5.00|CA|||00|CC|005|QUEBEC +000050137|000050137|124000050137|O3|Permanent|0137|Terrebonne - Parc Vaillant|Active|QC1|Canada-Quebec1|CA|45.704760|-73.657760|34.800|-5.00|CA|||00|CC|005|QUEBEC +000050137|000050137|124000050137|PM2.5|Permanent|0137|Terrebonne - Parc Vaillant|Active|QC1|Canada-Quebec1|CA|45.704760|-73.657760|34.800|-5.00|CA|||00|CC|005|QUEBEC +000050137|000050137|124000050137|NO2|Permanent|0137|Terrebonne - Parc Vaillant|Active|QC1|Canada-Quebec1|CA|45.704760|-73.657760|34.800|-5.00|CA|||00|CC|005|QUEBEC +000050204|000050204|124000050204|O3|Permanent|0204|Gatineau - Hull|Active|QC1|Canada-Quebec1|CA|45.436900|-75.726100||-5.00|CA|||00|CC|005|QUEBEC +000050204|000050204|124000050204|PM2.5|Permanent|0204|Gatineau - Hull|Active|QC1|Canada-Quebec1|CA|45.436900|-75.726100||-5.00|CA|||00|CC|005|QUEBEC +000050204|000050204|124000050204|NO2|Permanent|0204|Gatineau - Hull|Active|QC1|Canada-Quebec1|CA|45.436900|-75.726100||-5.00|CA|||00|CC|005|QUEBEC +000050308|000050308|124000050308|O3|Permanent|0308|Québec - Vieux-Limoilou|Active|QC1|Canada-Quebec1|CA|46.821400|-71.220800|6.100|-5.00|CA|||00|CC|005|QUEBEC +000050308|000050308|124000050308|PM2.5|Permanent|0308|Québec - Vieux-Limoilou|Active|QC1|Canada-Quebec1|CA|46.821400|-71.220800|6.100|-5.00|CA|||00|CC|005|QUEBEC +000050308|000050308|124000050308|NO2|Permanent|0308|Québec - Vieux-Limoilou|Active|QC1|Canada-Quebec1|CA|46.821400|-71.220800|6.100|-5.00|CA|||00|CC|005|QUEBEC +000050310|000050310|124000050310|O3|Permanent|0310|Québec - Collège St-Charles Garnier|Active|QC1|Canada-Quebec1|CA|46.796900|-71.246100||-5.00|CA|||00|CC|005|QUEBEC +000050310|000050310|124000050310|PM2.5|Permanent|0310|Québec - Collège St-Charles Garnier|Active|QC1|Canada-Quebec1|CA|46.796900|-71.246100||-5.00|CA|||00|CC|005|QUEBEC +000050310|000050310|124000050310|NO2|Permanent|0310|Québec - Collège St-Charles Garnier|Active|QC1|Canada-Quebec1|CA|46.796900|-71.246100||-5.00|CA|||00|CC|005|QUEBEC +000050311|000050311|124000050311|O3|Permanent|0311|Québec - École Les Primevères|Active|QC1|Canada-Quebec1|CA|46.774170|-71.369720|10.700|-5.00|CA|||00|CC|005|QUEBEC +000050311|000050311|124000050311|PM2.5|Permanent|0311|Québec - École Les Primevères|Active|QC1|Canada-Quebec1|CA|46.774170|-71.369720|10.700|-5.00|CA|||00|CC|005|QUEBEC +000050311|000050311|124000050311|NO2|Permanent|0311|Québec - École Les Primevères|Active|QC1|Canada-Quebec1|CA|46.774170|-71.369720|10.700|-5.00|CA|||00|CC|005|QUEBEC +124000050314|000050314|124000050314|O3|Permanent|0314|Québec - Charlesbourg|Active|QC1|Canada-Quebec1|CA|46.861500|-71.257200||-5.00|CA|||||| +124000050314|000050314|124000050314|PM2.5|Permanent|0314|Québec - Charlesbourg|Active|QC1|Canada-Quebec1|CA|46.861500|-71.257200||-5.00|CA|||||| +000050404|000050404|124000050404|O3|Permanent|0404|Sherbrooke - Parc Cambron|Inactive|QC1|Canada-Quebec1|CA|45.412500|-71.874400|207.400|-5.00|CA|||00|CC|005|QUEBEC +000050404|000050404|124000050404|PM2.5|Permanent|0404|Sherbrooke - Parc Cambron|Inactive|QC1|Canada-Quebec1|CA|45.412500|-71.874400|207.400|-5.00|CA|||00|CC|005|QUEBEC +000050504|000050504|124000050504|O3|Permanent|0504|Saguenay - UQAC|Active|QC1|Canada-Quebec1|CA|48.415300|-71.052800|93.900|-5.00|CA|||00|CC|005|QUEBEC +000050504|000050504|124000050504|PM2.5|Permanent|0504|Saguenay - UQAC|Active|QC1|Canada-Quebec1|CA|48.415300|-71.052800|93.900|-5.00|CA|||00|CC|005|QUEBEC +000050604|000050604|124000050604|O3|Permanent|0604|Rouyn-Noranda - Parc Tremblay|Active|QC1|Canada-Quebec1|CA|48.234400|-78.983300|292.800|-5.00|CA|||00|CC|005|QUEBEC +000050604|000050604|124000050604|PM2.5|Permanent|0604|Rouyn-Noranda - Parc Tremblay|Active|QC1|Canada-Quebec1|CA|48.234400|-78.983300|292.800|-5.00|CA|||00|CC|005|QUEBEC +000050801|000050801|124000050801|PM2.5|Permanent|0801|Ursulines|Inactive|QC1|Canada-Quebec1|CA|46.345800|-72.538300||-5.00|CA|||00|CC|005|QUEBEC +000050801|000050801|124000050801|O3|Permanent|0801|Ursulines|Inactive|QC1|Canada-Quebec1|CA|46.345800|-72.538300||-5.00|CA|||00|CC|005|QUEBEC +000050803|000050803|124000050803|O3|Permanent|0803|Trois-Rivières - École MEES|Active|QC1|Canada-Quebec1|CA|46.357175|-72.546187||-5.00|CA|||00|CC|005|QUEBEC +000050803|000050803|124000050803|PM2.5|Permanent|0803|Trois-Rivières - École MEES|Active|QC1|Canada-Quebec1|CA|46.357175|-72.546187||-5.00|CA|||00|CC|005|QUEBEC +124000050902|000050902|124000050902|O3|Permanent|0902|Saguenay - Parc Powell|Active|QC1|Canada-Quebec1|CA|48.434170|-71.185000||-5.00|CA|||||| +124000051111|000051111|124000051111|O3|Permanent|1111|Drummondville - Stade Jacques-Desautels|Active|QC1|Canada-Quebec1|CA|45.871300|-72.503180||-5.00|CA|||||| +124000051111|000051111|124000051111|PM2.5|Permanent|1111|Drummondville - Stade Jacques-Desautels|Active|QC1|Canada-Quebec1|CA|45.871300|-72.503180||-5.00|CA|||||| +000051201|000051201|124000051201|O3|Permanent|1201|Shawinigan - Saint-Marc|Active|QC1|Canada-Quebec1|CA|46.554400|-72.736100|112.900|-5.00|CA|||00|CC|005|QUEBEC +000051201|000051201|124000051201|PM2.5|Permanent|1201|Shawinigan - Saint-Marc|Active|QC1|Canada-Quebec1|CA|46.554400|-72.736100|112.900|-5.00|CA|||00|CC|005|QUEBEC +000051501|000051501|124000051501|O3|Permanent|1501|Saint-Zéphirin-de-Courval|Active|QC1|Canada-Quebec1|CA|46.041900|-72.660000|53.400|-5.00|CA|||00|CC|005|QUEBEC +000051501|000051501|124000051501|PM2.5|Permanent|1501|Saint-Zéphirin-de-Courval|Active|QC1|Canada-Quebec1|CA|46.041900|-72.660000|53.400|-5.00|CA|||00|CC|005|QUEBEC +000052001|000052001|124000052001|O3|Permanent|2001|Charette|Active|QC1|Canada-Quebec1|CA|46.442500|-72.892800|116.800|-5.00|CA|||00|CC|005|QUEBEC +000052001|000052001|124000052001|PM2.5|Permanent|2001|Charette|Active|QC1|Canada-Quebec1|CA|46.442500|-72.892800|116.800|-5.00|CA|||00|CC|005|QUEBEC +000052201|000052201|124000052201|O3|Permanent|2201|Saint-Simon|Active|QC1|Canada-Quebec1|CA|45.443100|-73.468600|40.300|-5.00|CA|||00|CC|005|QUEBEC +000052201|000052201|124000052201|PM2.5|Permanent|2201|Saint-Simon|Active|QC1|Canada-Quebec1|CA|45.443100|-73.468600|40.300|-5.00|CA|||00|CC|005|QUEBEC +000052301|000052301|124000052301|O3|Permanent|2301|Saint-Faustin-Lac-Carré|Active|QC1|Canada-Quebec1|CA|46.035000|-74.481900|400.500|-5.00|CA|||00|CC|005|QUEBEC +000052301|000052301|124000052301|PM2.5|Permanent|2301|Saint-Faustin-Lac-Carré|Active|QC1|Canada-Quebec1|CA|46.035000|-74.481900|400.500|-5.00|CA|||00|CC|005|QUEBEC +000052401|000052401|124000052401|O3|Permanent|2401|Parc de la Gatineau - La Pêche|Active|QC1|Canada-Quebec1|CA|45.622200|-76.017800|192.200|-5.00|CA|||00|CC|005|QUEBEC +000052401|000052401|124000052401|PM2.5|Permanent|2401|Parc de la Gatineau - La Pêche|Active|QC1|Canada-Quebec1|CA|45.622200|-76.017800|192.200|-5.00|CA|||00|CC|005|QUEBEC +000052601|000052601|124000052601|O3|Permanent|2601|Varennes 1|Inactive|QC1|Canada-Quebec1|CA|45.722800|-73.376400|21.000|-5.00|CA|||00|CC|005|QUEBEC +000052601|000052601|124000052601|PM2.5|Permanent|2601|Varennes 1|Inactive|QC1|Canada-Quebec1|CA|45.722800|-73.376400|21.000|-5.00|CA|||00|CC|005|QUEBEC +000052601|000052601|124000052601|NO2|Permanent|2601|Varennes 1|Inactive|QC1|Canada-Quebec1|CA|45.722800|-73.376400|21.000|-5.00|CA|||00|CC|005|QUEBEC +000052701|000052701|124000052701|O3|Permanent|2701|Temiscaming|Active|QC1|Canada-Quebec1|CA|46.721390|-79.099700|80.500|-5.00|CA|||00|CC|005|QUEBEC +000052701|000052701|124000052701|PM2.5|Permanent|2701|Temiscaming|Active|QC1|Canada-Quebec1|CA|46.721390|-79.099700|80.500|-5.00|CA|||00|CC|005|QUEBEC +000052801|000052801|124000052801|O3|Permanent|2801|Auclair|Active|QC1|Canada-Quebec1|CA|47.733330|-68.707200|99.100|-5.00|CA|||00|CC|005|QUEBEC +000052801|000052801|124000052801|PM2.5|Permanent|2801|Auclair|Active|QC1|Canada-Quebec1|CA|47.733330|-68.707200|99.100|-5.00|CA|||00|CC|005|QUEBEC +000053201|000053201|124000053201|O3|Permanent|3201|Rés. Faun. Ashuapmushuan - Pémonka|Active|QC1|Canada-Quebec1|CA|48.818300|-72.742800|249.500|-5.00|CA|||00|CC|005|QUEBEC +000053201|000053201|124000053201|PM2.5|Permanent|3201|Rés. Faun. Ashuapmushuan - Pémonka|Active|QC1|Canada-Quebec1|CA|48.818300|-72.742800|249.500|-5.00|CA|||00|CC|005|QUEBEC +000053301|000053301|124000053301|O3|Permanent|3301|Deschambault|Active|QC1|Canada-Quebec1|CA|46.682200|-71.967800|53.400|-5.00|CA|||00|CC|005|QUEBEC +000053301|000053301|124000053301|PM2.5|Permanent|3301|Deschambault|Active|QC1|Canada-Quebec1|CA|46.682200|-71.967800|53.400|-5.00|CA|||00|CC|005|QUEBEC +000053401|000053401|124000053401|O3|Permanent|3401|Catherine|Inactive|QC1|Canada-Quebec1|CA|46.836900|-71.622800|130.800|-5.00|CA|||00|CC|005|QUEBEC +000053501|000053501|124000053501|O3|Permanent|3501|François|Inactive|QC1|Canada-Quebec1|CA|47.014700|-70.864400|61.300|-5.00|CA|||00|CC|005|QUEBEC +000053601|000053601|124000053601|O3|Permanent|3601|Notre-Dame-du-Rosaire|Active|QC1|Canada-Quebec1|CA|46.850800|-70.452800|421.800|-5.00|CA|||00|CC|005|QUEBEC +000053601|000053601|124000053601|PM2.5|Permanent|3601|Notre-Dame-du-Rosaire|Active|QC1|Canada-Quebec1|CA|46.850800|-70.452800|421.800|-5.00|CA|||00|CC|005|QUEBEC +000053701|000053701|124000053701|O3|Permanent|3701|Saint-Hilaire-de-Dorset|Active|QC1|Canada-Quebec1|CA|45.815600|-70.859700|514.200|-5.00|CA|||00|CC|005|QUEBEC +000053701|000053701|124000053701|PM2.5|Permanent|3701|Saint-Hilaire-de-Dorset|Active|QC1|Canada-Quebec1|CA|45.815600|-70.859700|514.200|-5.00|CA|||00|CC|005|QUEBEC +000053801|000053801|124000053801|O3|Permanent|3801|Tingwick|Active|QC1|Canada-Quebec1|CA|45.907500|-71.949200|266.900|-5.00|CA|||00|CC|005|QUEBEC +000053801|000053801|124000053801|PM2.5|Permanent|3801|Tingwick|Active|QC1|Canada-Quebec1|CA|45.907500|-71.949200|266.900|-5.00|CA|||00|CC|005|QUEBEC +000053901|000053901|124000053901|O3|Permanent|3901|Lac-Édouard|Inactive|QC1|Canada-Quebec1|CA|47.647200|-72.291400|368.400|-5.00|CA|||00|CC|005|QUEBEC +000053901|000053901|124000053901|PM2.5|Permanent|3901|Lac-Édouard|Inactive|QC1|Canada-Quebec1|CA|47.647200|-72.291400|368.400|-5.00|CA|||00|CC|005|QUEBEC +000054102|000054102|124000054102|O3|Permanent|4102|Round Top Ridge|Inactive|CN2|Canadian Air and Precipitation Monitoring Network|CA|45.088600|-72.556900||-5.00|CA|||00|CC|005|QUEBEC +000054201|000054201|124000054201|O3|Permanent|4201|Chapais|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|49.822200|-74.976400|381.300|-5.00|CA|||00|CC|005|QUEBEC +000054401|000054401|124000054401|O3|Permanent|4401|Saint-Anicet|Active|QC1|Canada-Quebec1|CA|45.116700|-74.283300|49.400|-5.00|CA|||00|CC|005|QUEBEC +000054401|000054401|124000054401|PM2.5|Permanent|4401|Saint-Anicet|Active|QC1|Canada-Quebec1|CA|45.116700|-74.283300|49.400|-5.00|CA|||00|CC|005|QUEBEC +000054401|000054401|124000054401|NO2|Permanent|4401|Saint-Anicet|Active|QC1|Canada-Quebec1|CA|45.116700|-74.283300|49.400|-5.00|CA|||00|CC|005|QUEBEC +000054501|000054501|124000054501|PM2.5|Permanent|4501|L'Assomption|Inactive|QC1|Canada-Quebec1|CA|45.813900|-73.436100|16.200|-5.00|CA|||00|CC|005|QUEBEC +000054501|000054501|124000054501|O3|Permanent|4501|L'Assomption|Inactive|QC1|Canada-Quebec1|CA|45.813900|-73.436100|16.200|-5.00|CA|||00|CC|005|QUEBEC +000054703|000054703|124000054703|PM2.5|Permanent|4703|Bécancour|Active|QC1|Canada-Quebec1|CA|46.350000|-72.433300|7.900|-5.00|CA|||00|CC|005|QUEBEC +000054801|000054801|124000054801|O3|Permanent|4801|Stukely|Inactive|QC1|Canada-Quebec1|CA|45.365600|-72.265600|335.200|-5.00|CA|||00|CC|005|QUEBEC +000054801|000054801|124000054801|PM2.5|Permanent|4801|Stukely|Inactive|QC1|Canada-Quebec1|CA|45.365600|-72.265600|335.200|-5.00|CA|||00|CC|005|QUEBEC +000054901|000054901|124000054901|O3|Permanent|4901|La Patrie - Ditton|Active|QC1|Canada-Quebec1|CA|45.373300|-71.251400|477.900|-5.00|CA|||00|CC|005|QUEBEC +000054901|000054901|124000054901|PM2.5|Permanent|4901|La Patrie - Ditton|Active|QC1|Canada-Quebec1|CA|45.373300|-71.251400|477.900|-5.00|CA|||00|CC|005|QUEBEC +000055001|000055001|124000055001|O3|Permanent|5001|Mont-Saint-Michel|Active|QC1|Canada-Quebec1|CA|46.768600|-75.431900|261.700|-5.00|CA|||00|CC|005|QUEBEC +000055001|000055001|124000055001|PM2.5|Permanent|5001|Mont-Saint-Michel|Active|QC1|Canada-Quebec1|CA|46.768600|-75.431900|261.700|-5.00|CA|||00|CC|005|QUEBEC +000055101|000055101|124000055101|PM2.5|Permanent|5101|Senneterre|Active|QC1|Canada-Quebec1|CA|48.432500|-77.199700|94.200|-5.00|CA|||00|CC|005|QUEBEC +000055101|000055101|124000055101|O3|Permanent|5101|Senneterre|Active|QC1|Canada-Quebec1|CA|48.432500|-77.199700|94.200|-5.00|CA|||00|CC|005|QUEBEC +000055201|000055201|124000055201|O3|Permanent|5201|Lemieux|Inactive|QC1|Canada-Quebec1|CA|46.303600|-72.060800|97.600|-5.00|CA|||00|CC|005|QUEBEC +000055201|000055201|124000055201|PM2.5|Permanent|5201|Lemieux|Inactive|QC1|Canada-Quebec1|CA|46.303600|-72.060800|97.600|-5.00|CA|||00|CC|005|QUEBEC +000055301|000055301|124000055301|PM2.5|Permanent|5301|Saint-Jean-sur-Richelieu - L'Acadie|Active|QC1|Canada-Quebec1|CA|45.294170|-73.348900|14.600|-5.00|CA|||00|CC|005|QUEBEC +000055301|000055301|124000055301|NO2|Permanent|5301|Saint-Jean-sur-Richelieu - L'Acadie|Active|QC1|Canada-Quebec1|CA|45.294170|-73.348900|14.600|-5.00|CA|||00|CC|005|QUEBEC +000055301|000055301|124000055301|O3|Permanent|5301|Saint-Jean-sur-Richelieu - L'Acadie|Active|QC1|Canada-Quebec1|CA|45.294170|-73.348900|14.600|-5.00|CA|||00|CC|005|QUEBEC +000055401|000055401|124000055401|O3|Permanent|5401|Trois-Rivières - Cap-de-la-Madelaine|Active|QC1|Canada-Quebec1|CA|46.362425|-72.510042||-5.00|CA|||00|CC|005|QUEBEC +000055401|000055401|124000055401|PM2.5|Permanent|5401|Trois-Rivières - Cap-de-la-Madelaine|Active|QC1|Canada-Quebec1|CA|46.362425|-72.510042||-5.00|CA|||00|CC|005|QUEBEC +000055501|000055501|124000055501|O3|Permanent|5501|Frelighsburg|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|45.051700|-72.861700|234.900|-5.00|CA|||00|CC|005|QUEBEC +000055601|000055601|124000055601|O3|Permanent|5601|Mingan|Inactive|CN2|Canadian Air and Precipitation Monitoring Network|CA|50.766700|-64.216700||-4.00|CA|||00|CC|005|QUEBEC +000055701|000055701|124000055701|O3|Permanent|5701|Charny|Inactive|QC1|Canada-Quebec1|CA|46.708890|-71.266900|22.300|-5.00|CA|||00|CC|005|QUEBEC +000055701|000055701|124000055701|PM2.5|Permanent|5701|Charny|Inactive|QC1|Canada-Quebec1|CA|46.708890|-71.266900|22.300|-5.00|CA|||00|CC|005|QUEBEC +000055702|000055702|124000055702|O3|Permanent|5702|Lévis - Parc Georges Maranda|Active|QC1|Canada-Quebec1|CA|46.802380|-71.168340||-5.00|CA|||00|CC|005|QUEBEC +000055702|000055702|124000055702|PM2.5|Permanent|5702|Lévis - Parc Georges Maranda|Active|QC1|Canada-Quebec1|CA|46.802380|-71.168340||-5.00|CA|||00|CC|005|QUEBEC +000055702|000055702|124000055702|NO2|Permanent|5702|Lévis - Parc Georges Maranda|Active|QC1|Canada-Quebec1|CA|46.802380|-71.168340||-5.00|CA|||00|CC|005|QUEBEC +124000056001|000056001|124000056001|O3|Permanent|6001|Radisson|Active|QC1|Canada-Quebec1|CA|53.692180|-77.741020||-5.00|CA|||||| +124000056001|000056001|124000056001|PM2.5|Permanent|6001|Radisson|Active|QC1|Canada-Quebec1|CA|53.692180|-77.741020||-5.00|CA|||||| +000060104|000060104|124000060104|O3|Permanent|0104|Ottawa|Active|ON1|Ontario Ministry of the Environment|CA|45.432200|-75.676400||-5.00|CA|||00|CC|006|ONTARIO +000060104|000060104|124000060104|PM2.5|Permanent|0104|Ottawa|Active|ON1|Ontario Ministry of the Environment|CA|45.432200|-75.676400||-5.00|CA|||00|CC|006|ONTARIO +000060204|000060204|124000060204|O3|Permanent|0204|Windsor Downtown|Active|ON1|Ontario Ministry of the Environment|CA|42.314400|-83.043300||-5.00|CA|||00|CC|006|ONTARIO +000060204|000060204|124000060204|PM2.5|Permanent|0204|Windsor Downtown|Active|ON1|Ontario Ministry of the Environment|CA|42.314400|-83.043300||-5.00|CA|||00|CC|006|ONTARIO +000060303|000060303|124000060303|O3|Permanent|0303|Kingston|Inactive|ON1|Ontario Ministry of the Environment|CA|44.130000|-76.310000|25.000|-5.00|CA|48060| Watertown-Fort Drum, NY |00|CC|006|ONTARIO +000060303|000060303|124000060303|PM2.5|Permanent|0303|Kingston|Inactive|ON1|Ontario Ministry of the Environment|CA|44.130000|-76.310000|25.000|-5.00|CA|48060| Watertown-Fort Drum, NY |00|CC|006|ONTARIO +000060304|000060304|124000060304|O3|Permanent|0304|Kingston|Active|ON1|Ontario Ministry of the Environment|CA|44.219867|-76.521128||-5.00|CA|||00|CC|006|ONTARIO +000060304|000060304|124000060304|PM2.5|Permanent|0304|Kingston|Active|ON1|Ontario Ministry of the Environment|CA|44.219867|-76.521128||-5.00|CA|||00|CC|006|ONTARIO +000060424|000060424|124000060424|O3|Permanent|0424|Toronto Downtown|Inactive|ON1|Ontario Ministry of the Environment|CA|43.661900|-79.385300||-5.00|CA|||00|CC|006|ONTARIO +000060424|000060424|124000060424|PM2.5|Permanent|0424|Toronto Downtown|Inactive|ON1|Ontario Ministry of the Environment|CA|43.661900|-79.385300||-5.00|CA|||00|CC|006|ONTARIO +124000060445|000060445|124000060445|O3|Permanent|0445|Toronto Downtown|Active|ON1|Ontario Ministry of the Environment|CA|43.645430|-79.389080|85.100|-5.00|CA|||||| +124000060445|000060445|124000060445|PM2.5|Permanent|0445|Toronto Downtown|Active|ON1|Ontario Ministry of the Environment|CA|43.645430|-79.389080|85.100|-5.00|CA|||||| +000060512|000060512|124000060512|O3|Permanent|0512|Hamilton Downtown|Active|ON1|Ontario Ministry of the Environment|CA|43.256100|-79.861700||-5.00|CA|||00|CC|006|ONTARIO +000060512|000060512|124000060512|PM2.5|Permanent|0512|Hamilton Downtown|Active|ON1|Ontario Ministry of the Environment|CA|43.256100|-79.861700||-5.00|CA|||00|CC|006|ONTARIO +000060609|000060609|124000060609|O3|Permanent|0609|Sudbury|Inactive|ON1|Ontario Ministry of the Environment|CA|46.475600|-80.962800||-5.00|CA|||00|CC|006|ONTARIO +000060609|000060609|124000060609|PM2.5|Permanent|0609|Sudbury|Inactive|ON1|Ontario Ministry of the Environment|CA|46.475600|-80.962800||-5.00|CA|||00|CC|006|ONTARIO +000060610|000060610|124000060610|O3|Permanent|0610|Sudbury|Active|ON1|Ontario Ministry of the Environment|CA|46.491941|-81.003105||-5.00|CA|||00|CC|006|ONTARIO +000060610|000060610|124000060610|PM2.5|Permanent|0610|Sudbury|Active|ON1|Ontario Ministry of the Environment|CA|46.491941|-81.003105||-5.00|CA|||00|CC|006|ONTARIO +000060709|000060709|124000060709|O3|Permanent|0709|Sault Ste Marie|Active|ON1|Ontario Ministry of the Environment|CA|46.533100|-84.309400||-5.00|CA|||00|CC|006|ONTARIO +000060709|000060709|124000060709|PM2.5|Permanent|0709|Sault Ste Marie|Active|ON1|Ontario Ministry of the Environment|CA|46.533100|-84.309400||-5.00|CA|||00|CC|006|ONTARIO +000060903|000060903|124000060903|O3|Permanent|0903|London|Inactive|ON1|Ontario Ministry of the Environment|CA|42.983300|-81.216700||-5.00|CA|||00|CC|006|ONTARIO +000060903|000060903|124000060903|PM2.5|Permanent|0903|London|Inactive|ON1|Ontario Ministry of the Environment|CA|42.983300|-81.216700||-5.00|CA|||00|CC|006|ONTARIO +000060904|000060904|124000060904|O3|Permanent|0904|London|Active|ON1|Ontario Ministry of the Environment|CA|42.974461|-81.200858||-5.00|CA|||00|CC|006|ONTARIO +000060904|000060904|124000060904|PM2.5|Permanent|0904|London|Active|ON1|Ontario Ministry of the Environment|CA|42.974461|-81.200858||-5.00|CA|||00|CC|006|ONTARIO +000061004|000061004|124000061004|PM2.5|Permanent|1004|Sarnia|Inactive|ON1|Ontario Ministry of the Environment|CA|42.980600|-82.405600||-5.00|CA|||00|CC|006|ONTARIO +000061004|000061004|124000061004|O3|Permanent|1004|Sarnia|Inactive|ON1|Ontario Ministry of the Environment|CA|42.980600|-82.405600||-5.00|CA|||00|CC|006|ONTARIO +000061009|000061009|124000061009|O3|Permanent|1009|Sarnia|Active|ON1|Ontario Ministry of the Environment|CA|42.990263|-82.395341||-5.00|CA|||00|CC|006|ONTARIO +000061009|000061009|124000061009|PM2.5|Permanent|1009|Sarnia|Active|ON1|Ontario Ministry of the Environment|CA|42.990263|-82.395341||-5.00|CA|||00|CC|006|ONTARIO +000061104|000061104|124000061104|O3|Permanent|1104|Peterborough|Active|ON1|Ontario Ministry of the Environment|CA|44.300000|-78.350000||-5.00|CA|||00|CC|006|ONTARIO +000061104|000061104|124000061104|PM2.5|Permanent|1104|Peterborough|Active|ON1|Ontario Ministry of the Environment|CA|44.300000|-78.350000||-5.00|CA|||00|CC|006|ONTARIO +000061201|000061201|124000061201|O3|Permanent|1201|Cornwall|Active|ON1|Ontario Ministry of the Environment|CA|45.029400|-74.739400||-5.00|CA|||00|CC|006|ONTARIO +000061201|000061201|124000061201|PM2.5|Permanent|1201|Cornwall|Active|ON1|Ontario Ministry of the Environment|CA|45.029400|-74.739400||-5.00|CA|||00|CC|006|ONTARIO +000061302|000061302|124000061302|O3|Permanent|1302|St. Catharines|Active|ON1|Ontario Ministry of the Environment|CA|43.158300|-79.235000||-5.00|CA|||00|CC|006|ONTARIO +000061302|000061302|124000061302|PM2.5|Permanent|1302|St. Catharines|Active|ON1|Ontario Ministry of the Environment|CA|43.158300|-79.235000||-5.00|CA|||00|CC|006|ONTARIO +000061402|000061402|124000061402|O3|Permanent|1402|Brantford|Active|ON1|Ontario Ministry of the Environment|CA|43.140300|-80.296100||-5.00|CA|||00|CC|006|ONTARIO +000061402|000061402|124000061402|PM2.5|Permanent|1402|Brantford|Active|ON1|Ontario Ministry of the Environment|CA|43.140300|-80.296100||-5.00|CA|||00|CC|006|ONTARIO +000061502|000061502|124000061502|O3|Permanent|1502|Kitchener|Active|ON1|Ontario Ministry of the Environment|CA|43.441900|-80.504400||-5.00|CA|||00|CC|006|ONTARIO +000061502|000061502|124000061502|PM2.5|Permanent|1502|Kitchener|Active|ON1|Ontario Ministry of the Environment|CA|43.441900|-80.504400||-5.00|CA|||00|CC|006|ONTARIO +000062001|000062001|124000062001|O3|Permanent|2001|North Bay|Active|ON1|Ontario Ministry of the Environment|CA|46.317500|-79.445300||-5.00|CA|||00|CC|006|ONTARIO +000062001|000062001|124000062001|PM2.5|Permanent|2001|North Bay|Active|ON1|Ontario Ministry of the Environment|CA|46.317500|-79.445300||-5.00|CA|||00|CC|006|ONTARIO +000062501|000062501|124000062501|PM2.5|Permanent|2501|Tiverton|Active|ON1|Ontario Ministry of the Environment|CA|44.299400|-81.575300||-5.00|CA|||00|CC|006|ONTARIO +000062501|000062501|124000062501|O3|Permanent|2501|Tiverton|Active|ON1|Ontario Ministry of the Environment|CA|44.299400|-81.575300||-5.00|CA|||00|CC|006|ONTARIO +000063301|000063301|124000063301|O3|Permanent|3301|Dorset|Active|ON1|Ontario Ministry of the Environment|CA|45.221100|-78.931400||-5.00|CA|||00|CC|006|ONTARIO +000063301|000063301|124000063301|PM2.5|Permanent|3301|Dorset|Active|ON1|Ontario Ministry of the Environment|CA|45.221100|-78.931400||-5.00|CA|||00|CC|006|ONTARIO +000063701|000063701|124000063701|O3|Permanent|3701|Grand Bend|Active|ON1|Ontario Ministry of the Environment|CA|43.330600|-81.742500||-5.00|CA|||00|CC|006|ONTARIO +000063701|000063701|124000063701|PM2.5|Permanent|3701|Grand Bend|Active|ON1|Ontario Ministry of the Environment|CA|43.330600|-81.742500||-5.00|CA|||00|CC|006|ONTARIO +000064001|000064001|124000064001|O3|Permanent|4001|Experimental Lakes|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|49.663900|-93.721100|369.100|-6.00|CA|||00|CC|006|ONTARIO +000064101|000064101|124000064101|O3|Permanent|4101|Algoma|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|47.035000|-84.381100|411.100|-5.00|CA|||00|CC|006|ONTARIO +000064401|000064401|124000064401|O3|Permanent|4401|Egbert|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|44.232500|-79.781400|253.200|-5.00|CA|||00|CC|006|ONTARIO +000065001|000065001|124000065001|O3|Permanent|5001|Barrie|Active|ON1|Ontario Ministry of the Environment|CA|44.382361|-79.702306||-5.00|CA|||00|CC|006|ONTARIO +000065001|000065001|124000065001|PM2.5|Permanent|5001|Barrie|Active|ON1|Ontario Ministry of the Environment|CA|44.382361|-79.702306||-5.00|CA|||00|CC|006|ONTARIO +000065201|000065201|124000065201|O3|Permanent|5201|Parry Sound|Active|ON1|Ontario Ministry of the Environment|CA|45.337800|-80.037800||-5.00|CA|||00|CC|006|ONTARIO +000065201|000065201|124000065201|PM2.5|Permanent|5201|Parry Sound|Active|ON1|Ontario Ministry of the Environment|CA|45.337800|-80.037800||-5.00|CA|||00|CC|006|ONTARIO +000065301|000065301|124000065301|O3|Permanent|5301|Port Stanley|Active|ON1|Ontario Ministry of the Environment|CA|42.672500|-81.164700||-5.00|CA|||00|CC|006|ONTARIO +000065301|000065301|124000065301|PM2.5|Permanent|5301|Port Stanley|Active|ON1|Ontario Ministry of the Environment|CA|42.672500|-81.164700||-5.00|CA|||00|CC|006|ONTARIO +000065401|000065401|124000065401|O3|Permanent|5401|Belleville|Active|ON1|Ontario Ministry of the Environment|CA|44.150300|-77.395600||-5.00|CA|||00|CC|006|ONTARIO +000065401|000065401|124000065401|PM2.5|Permanent|5401|Belleville|Active|ON1|Ontario Ministry of the Environment|CA|44.150300|-77.395600||-5.00|CA|||00|CC|006|ONTARIO +000065701|000065701|124000065701|O3|Permanent|5701|Morrisburg|Inactive|ON1|Ontario Ministry of the Environment|CA|44.889700|-75.190000||-5.00|CA|||00|CC|006|ONTARIO +000065701|000065701|124000065701|PM2.5|Permanent|5701|Morrisburg|Inactive|ON1|Ontario Ministry of the Environment|CA|44.889700|-75.190000||-5.00|CA|||00|CC|006|ONTARIO +000065801|000065801|124000065801|O3|Permanent|5801|Chatham|Active|ON1|Ontario Ministry of the Environment|CA|42.403300|-82.208600|14.900|-5.00|CA|||00|CC|006|ONTARIO +000065801|000065801|124000065801|PM2.5|Permanent|5801|Chatham|Active|ON1|Ontario Ministry of the Environment|CA|42.403300|-82.208600|14.900|-5.00|CA|||00|CC|006|ONTARIO +000065901|000065901|124000065901|O3|Permanent|5901|Pickle Lake|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|54.449400|-90.217500|370.000|-5.00|CA|||00|CC|006|ONTARIO +000066101|000066101|124000066101|O3|Permanent|6101|Bonner Lake|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|49.386400|-82.121400|244.900|-5.00|CA|||00|CC|006|ONTARIO +000070118|000070118|124000070118|O3|Permanent|0118|Winnipeg_Scotia|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.931900|-96.863100||-6.00|CA|||00|CC|007|MANITOBA +000070118|000070118|124000070118|PM2.5|Permanent|0118|Winnipeg_Scotia|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.931900|-96.863100||-6.00|CA|||00|CC|007|MANITOBA +000070118|000070118|124000070118|NO2|Permanent|0118|Winnipeg_Scotia|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.931900|-96.863100||-6.00|CA|||00|CC|007|MANITOBA +000070118|000070118|124000070118|CO|Permanent|0118|Winnipeg_Scotia|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.931900|-96.863100||-6.00|CA|||00|CC|007|MANITOBA +000070119|000070119|124000070119|CO|Permanent|0119|Winnipeg_Ellens|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.948900|-97.396400||-6.00|CA|||00|CC|007|MANITOBA +000070119|000070119|124000070119|SO2|Permanent|0119|Winnipeg_Ellens|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.948900|-97.396400||-6.00|CA|||00|CC|007|MANITOBA +000070119|000070119|124000070119|O3|Permanent|0119|Winnipeg_Ellens|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.948900|-97.396400||-6.00|CA|||00|CC|007|MANITOBA +000070119|000070119|124000070119|PM2.5|Permanent|0119|Winnipeg_Ellens|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.948900|-97.396400||-6.00|CA|||00|CC|007|MANITOBA +000070119|000070119|124000070119|PM10|Permanent|0119|Winnipeg_Ellens|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.948900|-97.396400||-6.00|CA|||00|CC|007|MANITOBA +000070119|000070119|124000070119|NO2|Permanent|0119|Winnipeg_Ellens|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.948900|-97.396400||-6.00|CA|||00|CC|007|MANITOBA +000070203|000070203|124000070203|O3|Permanent|0203|Brandon|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.842200|-99.918900||-6.00|CA|||00|CC|007|MANITOBA +000070203|000070203|124000070203|PM2.5|Permanent|0203|Brandon|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.842200|-99.918900||-6.00|CA|||00|CC|007|MANITOBA +000070203|000070203|124000070203|PM10|Permanent|0203|Brandon|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.842200|-99.918900||-6.00|CA|||00|CC|007|MANITOBA +000070203|000070203|124000070203|NO2|Permanent|0203|Brandon|Active|CN3|Manitoba Conservation Air Quality Section|CA|49.842200|-99.918900||-6.00|CA|||00|CC|007|MANITOBA +000070301|000070301|124000070301|NO2|Permanent|0301|Flin Flon|Active|CN3|Manitoba Conservation Air Quality Section|CA|54.765000|-101.875300||-6.00|CA|||00|CC|007|MANITOBA +000070301|000070301|124000070301|SO2|Permanent|0301|Flin Flon|Active|CN3|Manitoba Conservation Air Quality Section|CA|54.765000|-101.875300||-6.00|CA|||00|CC|007|MANITOBA +000070301|000070301|124000070301|O3|Permanent|0301|Flin Flon|Active|CN3|Manitoba Conservation Air Quality Section|CA|54.765000|-101.875300||-6.00|CA|||00|CC|007|MANITOBA +000070301|000070301|124000070301|PM2.5|Permanent|0301|Flin Flon|Active|CN3|Manitoba Conservation Air Quality Section|CA|54.765000|-101.875300||-6.00|CA|||00|CC|007|MANITOBA +000070301|000070301|124000070301|PM10|Permanent|0301|Flin Flon|Active|CN3|Manitoba Conservation Air Quality Section|CA|54.765000|-101.875300||-6.00|CA|||00|CC|007|MANITOBA +000070381|000070381|124000070381|PM10|Permanent|0381|Thompson|Inactive|CN3|Manitoba Conservation Air Quality Section|CA|55.780000|-97.870000||-6.00|CA|||00|CC|007|MANITOBA +000070381|000070381|124000070381|PM2.5|Permanent|0381|Thompson|Inactive|CN3|Manitoba Conservation Air Quality Section|CA|55.780000|-97.870000||-6.00|CA|||00|CC|007|MANITOBA +000070501|000070501|124000070501|PM10|Permanent|0501|Thompson|Active|CN3|Manitoba Conservation Air Quality Section|CA|55.780000|-97.870000||-6.00|CA|||00|CC|007|MANITOBA +000070501|000070501|124000070501|PM2.5|Permanent|0501|Thompson|Active|CN3|Manitoba Conservation Air Quality Section|CA|55.780000|-97.870000||-6.00|CA|||00|CC|007|MANITOBA +000080110|000080110|124000080110|NO2|Permanent|0110|Regina|Active|SK1|Saskatchewan Environment|CA|50.452701|-104.616009||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080110|000080110|124000080110|SO2|Permanent|0110|Regina|Active|SK1|Saskatchewan Environment|CA|50.452701|-104.616009||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080110|000080110|124000080110|O3|Permanent|0110|Regina|Active|SK1|Saskatchewan Environment|CA|50.452701|-104.616009||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080110|000080110|124000080110|PM2.5|Permanent|0110|Regina|Active|SK1|Saskatchewan Environment|CA|50.452701|-104.616009||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080110|000080110|124000080110|PM10|Permanent|0110|Regina|Active|SK1|Saskatchewan Environment|CA|50.452701|-104.616009||-6.00|CA|||00|CC|008|SASKATCHEWAN +124000080111|000080111|124000080111|PM2.5|Permanent|0111|N/A|Active|SK1|Saskatchewan Environment|CA|0.000000|0.000000||-6.00|CA|||||| +000080211|000080211|124000080211|O3|Permanent|0211|Saskatoon|Active|SK1|Saskatchewan Environment|CA|52.136055|-106.662796||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080211|000080211|124000080211|PM2.5|Permanent|0211|Saskatoon|Active|SK1|Saskatchewan Environment|CA|52.136055|-106.662796||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080211|000080211|124000080211|NO2|Permanent|0211|Saskatoon|Active|SK1|Saskatchewan Environment|CA|52.136055|-106.662796||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080211|000080211|124000080211|SO2|Permanent|0211|Saskatoon|Active|SK1|Saskatchewan Environment|CA|52.136055|-106.662796||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080402|000080402|124000080402|NO2|Permanent|0402|PRINCE ALBERT|Active|SK1|Saskatchewan Environment|CA|53.201694|-105.752030||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080402|000080402|124000080402|SO2|Permanent|0402|PRINCE ALBERT|Active|SK1|Saskatchewan Environment|CA|53.201694|-105.752030||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080402|000080402|124000080402|O3|Permanent|0402|PRINCE ALBERT|Active|SK1|Saskatchewan Environment|CA|53.201694|-105.752030||-6.00|CA|||00|CC|008|SASKATCHEWAN +000080402|000080402|124000080402|PM2.5|Permanent|0402|PRINCE ALBERT|Active|SK1|Saskatchewan Environment|CA|53.201694|-105.752030||-6.00|CA|||00|CC|008|SASKATCHEWAN +124000080502|000080502|124000080502|PM2.5|Permanent|0502|N/A|Active|SK1|Saskatchewan Environment|CA|0.000000|0.000000||-6.00|CA|||||| +000080901|000080901|124000080901|O3|Permanent|0901|Bratts Lake|Inactive|CN2|Canadian Air and Precipitation Monitoring Network|CA|50.200800|-104.710800||-6.00|CA|||00|CC|008|SASKATCHEWAN +000081001|000081001|124000081001|O3|Permanent|1001|SWIFT CURRENT|Active|SK1|Saskatchewan Environment|CA|50.285833|-107.816890||-6.00|CA|||00|CC|008|SASKATCHEWAN +000081001|000081001|124000081001|PM2.5|Permanent|1001|SWIFT CURRENT|Active|SK1|Saskatchewan Environment|CA|50.285833|-107.816890||-6.00|CA|||00|CC|008|SASKATCHEWAN +000081001|000081001|124000081001|NO2|Permanent|1001|SWIFT CURRENT|Active|SK1|Saskatchewan Environment|CA|50.285833|-107.816890||-6.00|CA|||00|CC|008|SASKATCHEWAN +000082001|000082001|124000082001|O3|Permanent|2001|Pinehouse Lake|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|55.503330|-106.721670|404.100|-6.00|CA|||00|CC|008|SASKATCHEWAN +124000082002|000082002|124000082002|PM2.5|Permanent|2002|N/A|Active|SK1|Saskatchewan Environment|CA|0.000000|0.000000||-6.00|CA|||||| +124000082101|000082101|124000082101|O3|Permanent|2101|Flat Valley|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|54.294639|-109.209214|506.300|-6.00|CA|||||| +CC0090120|000090120|124CC0090120|O3|Permanent|0120|Edmonton South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.502800|-113.611100||-7.00|CA|||00|CC|009|ALBERTA +CC0090120|000090120|124CC0090120|PM2.5|Permanent|0120|Edmonton South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.502800|-113.611100||-7.00|CA|||00|CC|009|ALBERTA +CC0090120|000090120|124CC0090120|PM10|Permanent|0120|Edmonton South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.502800|-113.611100||-7.00|CA|||00|CC|009|ALBERTA +CC0090120|000090120|124CC0090120|NO2|Permanent|0120|Edmonton South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.502800|-113.611100||-7.00|CA|||00|CC|009|ALBERTA +CC0090120|000090120|124CC0090120|CO|Permanent|0120|Edmonton South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.502800|-113.611100||-7.00|CA|||00|CC|009|ALBERTA +CC0090120|000090120|124CC0090120|SO2|Permanent|0120|Edmonton South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.502800|-113.611100||-7.00|CA|||00|CC|009|ALBERTA +CC0090121|000090121|124CC0090121|O3|Permanent|0121|Edmonton East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.547200|-113.368100||-7.00|CA|||00|CC|009|ALBERTA +CC0090121|000090121|124CC0090121|PM2.5|Permanent|0121|Edmonton East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.547200|-113.368100||-7.00|CA|||00|CC|009|ALBERTA +CC0090121|000090121|124CC0090121|NO2|Permanent|0121|Edmonton East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.547200|-113.368100||-7.00|CA|||00|CC|009|ALBERTA +CC0090121|000090121|124CC0090121|CO|Permanent|0121|Edmonton East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.547200|-113.368100||-7.00|CA|||00|CC|009|ALBERTA +CC0090121|000090121|124CC0090121|SO2|Permanent|0121|Edmonton East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.547200|-113.368100||-7.00|CA|||00|CC|009|ALBERTA +CC0090130|000090130|124CC0090130|O3|Permanent|0130|Edmonton Central|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.545300|-113.499200||-7.00|CA|||00|CC|009|ALBERTA +CC0090130|000090130|124CC0090130|PM2.5|Permanent|0130|Edmonton Central|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.545300|-113.499200||-7.00|CA|||00|CC|009|ALBERTA +CC0090130|000090130|124CC0090130|NO2|Permanent|0130|Edmonton Central|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.545300|-113.499200||-7.00|CA|||00|CC|009|ALBERTA +CC0090130|000090130|124CC0090130|CO|Permanent|0130|Edmonton Central|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.545300|-113.499200||-7.00|CA|||00|CC|009|ALBERTA +CC0090133|000090133|124CC0090133|PM2.5|Permanent|0133|Edmonton Woodcroft|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.564411|-113.562583|670.400|-7.00|CA|||00|CC|009|ALBERTA +CC0090218|000090218|124CC0090218|O3|Permanent|0218|Calgary East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.009400|-114.025300||-7.00|CA|||00|CC|009|ALBERTA +CC0090218|000090218|124CC0090218|PM2.5|Permanent|0218|Calgary East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.009400|-114.025300||-7.00|CA|||00|CC|009|ALBERTA +CC0090218|000090218|124CC0090218|NO2|Permanent|0218|Calgary East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.009400|-114.025300||-7.00|CA|||00|CC|009|ALBERTA +CC0090218|000090218|124CC0090218|CO|Permanent|0218|Calgary East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.009400|-114.025300||-7.00|CA|||00|CC|009|ALBERTA +CC0090218|000090218|124CC0090218|SO2|Permanent|0218|Calgary East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.009400|-114.025300||-7.00|CA|||00|CC|009|ALBERTA +CC0090222|000090222|124CC0090222|O3|Permanent|0222|Calgary Northwest|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.081400|-114.140300||-7.00|CA|||00|CC|009|ALBERTA +CC0090222|000090222|124CC0090222|PM2.5|Permanent|0222|Calgary Northwest|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.081400|-114.140300||-7.00|CA|||00|CC|009|ALBERTA +CC0090222|000090222|124CC0090222|NO2|Permanent|0222|Calgary Northwest|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.081400|-114.140300||-7.00|CA|||00|CC|009|ALBERTA +CC0090222|000090222|124CC0090222|CO|Permanent|0222|Calgary Northwest|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.081400|-114.140300||-7.00|CA|||00|CC|009|ALBERTA +CC0090227|000090227|124CC0090227|O3|Permanent|0227|Calgary Central|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.046700|-114.072800||-7.00|CA|||00|CC|009|ALBERTA +CC0090227|000090227|124CC0090227|PM2.5|Permanent|0227|Calgary Central|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.046700|-114.072800||-7.00|CA|||00|CC|009|ALBERTA +CC0090227|000090227|124CC0090227|PM10|Permanent|0227|Calgary Central|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.046700|-114.072800||-7.00|CA|||00|CC|009|ALBERTA +CC0090228|000090228|124CC0090228|O3|Permanent|0228|Calgary Central2|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.047611|-114.075165||-7.00|CA|||00|CC|009|ALBERTA +CC0090228|000090228|124CC0090228|PM2.5|Permanent|0228|Calgary Central2|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.047611|-114.075165||-7.00|CA|||00|CC|009|ALBERTA +CC0090228|000090228|124CC0090228|PM10|Permanent|0228|Calgary Central2|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.047611|-114.075165||-7.00|CA|||00|CC|009|ALBERTA +CC0090228|000090228|124CC0090228|NO2|Permanent|0228|Calgary Central2|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.047611|-114.075165||-7.00|CA|||00|CC|009|ALBERTA +CC0090228|000090228|124CC0090228|CO|Permanent|0228|Calgary Central2|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.047611|-114.075165||-7.00|CA|||00|CC|009|ALBERTA +CC0090229|000090229|124CC0090229|PM2.5|Permanent|0229|CALGARY SOUTHEAST|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|50.955122|-113.969742||-7.00|CA|||00|CC|009|ALBERTA +CC0090302|000090302|124CC0090302|O3|Permanent|0302|RED DEER RIVERSIDE DRIVE|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|52.298900|-113.794200||-7.00|CA|||00|CC|009|ALBERTA +CC0090302|000090302|124CC0090302|PM2.5|Permanent|0302|RED DEER RIVERSIDE DRIVE|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|52.298900|-113.794200||-7.00|CA|||00|CC|009|ALBERTA +CC0090302|000090302|124CC0090302|NO2|Permanent|0302|RED DEER RIVERSIDE DRIVE|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|52.298900|-113.794200||-7.00|CA|||00|CC|009|ALBERTA +CC0090302|000090302|124CC0090302|CO|Permanent|0302|RED DEER RIVERSIDE DRIVE|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|52.298900|-113.794200||-7.00|CA|||00|CC|009|ALBERTA +CC0090302|000090302|124CC0090302|SO2|Permanent|0302|RED DEER RIVERSIDE DRIVE|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|52.298900|-113.794200||-7.00|CA|||00|CC|009|ALBERTA +CC0090304|000090304|124CC0090304|PM2.5|Permanent|0304|RED DEER - LANCASTER|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|52.240950|-113.765439||-7.00|CA|||00|CC|009|ALBERTA +CC0090402|000090402|124CC0090402|O3|Permanent|0402|Medicine Hat - Crescent Hts|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|50.049200|-110.681400||-7.00|CA|||00|CC|009|ALBERTA +CC0090402|000090402|124CC0090402|PM2.5|Permanent|0402|Medicine Hat - Crescent Hts|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|50.049200|-110.681400||-7.00|CA|||00|CC|009|ALBERTA +CC0090402|000090402|124CC0090402|NO2|Permanent|0402|Medicine Hat - Crescent Hts|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|50.049200|-110.681400||-7.00|CA|||00|CC|009|ALBERTA +CC0090402|000090402|124CC0090402|CO|Permanent|0402|Medicine Hat - Crescent Hts|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|50.049200|-110.681400||-7.00|CA|||00|CC|009|ALBERTA +CC0090402|000090402|124CC0090402|SO2|Permanent|0402|Medicine Hat - Crescent Hts|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|50.049200|-110.681400||-7.00|CA|||00|CC|009|ALBERTA +CC0090502|000090502|124CC0090502|SO2|Permanent|0502|Lethbridge|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|49.716400|-112.800600||-7.00|CA|||00|CC|009|ALBERTA +CC0090502|000090502|124CC0090502|O3|Permanent|0502|Lethbridge|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|49.716400|-112.800600||-7.00|CA|||00|CC|009|ALBERTA +CC0090502|000090502|124CC0090502|PM2.5|Permanent|0502|Lethbridge|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|49.716400|-112.800600||-7.00|CA|||00|CC|009|ALBERTA +CC0090502|000090502|124CC0090502|NO2|Permanent|0502|Lethbridge|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|49.716400|-112.800600||-7.00|CA|||00|CC|009|ALBERTA +CC0090502|000090502|124CC0090502|CO|Permanent|0502|Lethbridge|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|49.716400|-112.800600||-7.00|CA|||00|CC|009|ALBERTA +CC0090601|000090601|124CC0090601|PM2.5|Permanent|0601|Fort Saskatchewan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.698900|-113.223300||-7.00|CA|||00|CC|009|ALBERTA +CC0090601|000090601|124CC0090601|NO2|Permanent|0601|Fort Saskatchewan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.698900|-113.223300||-7.00|CA|||00|CC|009|ALBERTA +CC0090601|000090601|124CC0090601|CO|Permanent|0601|Fort Saskatchewan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.698900|-113.223300||-7.00|CA|||00|CC|009|ALBERTA +CC0090601|000090601|124CC0090601|SO2|Permanent|0601|Fort Saskatchewan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.698900|-113.223300||-7.00|CA|||00|CC|009|ALBERTA +CC0090601|000090601|124CC0090601|O3|Permanent|0601|Fort Saskatchewan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.698900|-113.223300||-7.00|CA|||00|CC|009|ALBERTA +CC0090602|000090602|124CC0090602|NO2|Permanent|0602|Range Road 220|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.750000|-113.125800||-7.00|CA|||00|CC|009|ALBERTA +CC0090602|000090602|124CC0090602|SO2|Permanent|0602|Range Road 220|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.750000|-113.125800||-7.00|CA|||00|CC|009|ALBERTA +CC0090603|000090603|124CC0090603|NO2|Permanent|0603|Ross Creek|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.716100|-113.200000||-7.00|CA|||00|CC|009|ALBERTA +CC0090603|000090603|124CC0090603|SO2|Permanent|0603|Ross Creek|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.716100|-113.200000||-7.00|CA|||00|CC|009|ALBERTA +CC0090604|000090604|124CC0090604|SO2|Permanent|0604|Scotford|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.791400|-113.095300||-7.00|CA|||00|CC|009|ALBERTA +CC0090606|000090606|124CC0090606|O3|Permanent|0606|Bruderheim|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.800117|-112.927795||-7.00|CA|||00|CC|009|ALBERTA +CC0090606|000090606|124CC0090606|PM2.5|Permanent|0606|Bruderheim|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.800117|-112.927795||-7.00|CA|||00|CC|009|ALBERTA +CC0090606|000090606|124CC0090606|PM10|Permanent|0606|Bruderheim|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.800117|-112.927795||-7.00|CA|||00|CC|009|ALBERTA +CC0090606|000090606|124CC0090606|NO2|Permanent|0606|Bruderheim|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.800117|-112.927795||-7.00|CA|||00|CC|009|ALBERTA +CC0090606|000090606|124CC0090606|SO2|Permanent|0606|Bruderheim|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.800117|-112.927795||-7.00|CA|||00|CC|009|ALBERTA +CC0090701|000090701|124CC0090701|NO2|Permanent|0701|Athabasca Valley|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.732800|-111.390000||-7.00|CA|||00|CC|009|ALBERTA +CC0090701|000090701|124CC0090701|CO|Permanent|0701|Athabasca Valley|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.732800|-111.390000||-7.00|CA|||00|CC|009|ALBERTA +CC0090701|000090701|124CC0090701|SO2|Permanent|0701|Athabasca Valley|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.732800|-111.390000||-7.00|CA|||00|CC|009|ALBERTA +CC0090701|000090701|124CC0090701|O3|Permanent|0701|Athabasca Valley|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.732800|-111.390000||-7.00|CA|||00|CC|009|ALBERTA +CC0090701|000090701|124CC0090701|PM2.5|Permanent|0701|Athabasca Valley|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.732800|-111.390000||-7.00|CA|||00|CC|009|ALBERTA +CC0090702|000090702|124CC0090702|NO2|Permanent|0702|Patricia McInnes|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.752200|-111.476100||-7.00|CA|||00|CC|009|ALBERTA +CC0090702|000090702|124CC0090702|SO2|Permanent|0702|Patricia McInnes|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.752200|-111.476100||-7.00|CA|||00|CC|009|ALBERTA +CC0090702|000090702|124CC0090702|O3|Permanent|0702|Patricia McInnes|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.752200|-111.476100||-7.00|CA|||00|CC|009|ALBERTA +CC0090702|000090702|124CC0090702|PM2.5|Permanent|0702|Patricia McInnes|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.752200|-111.476100||-7.00|CA|||00|CC|009|ALBERTA +CC0090801|000090801|124CC0090801|PM2.5|Permanent|0801|Fort McKay|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.188900|-111.640600||-7.00|CA|||00|CC|009|ALBERTA +CC0090801|000090801|124CC0090801|NO2|Permanent|0801|Fort McKay|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.188900|-111.640600||-7.00|CA|||00|CC|009|ALBERTA +CC0090801|000090801|124CC0090801|SO2|Permanent|0801|Fort McKay|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.188900|-111.640600||-7.00|CA|||00|CC|009|ALBERTA +CC0090801|000090801|124CC0090801|O3|Permanent|0801|Fort McKay|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.188900|-111.640600||-7.00|CA|||00|CC|009|ALBERTA +CC0090806|000090806|124CC0090806|SO2|Permanent|0806|Syncrude UE1|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.149000|-111.642000||-7.00|CA|||00|CC|009|ALBERTA +CC0090806|000090806|124CC0090806|O3|Permanent|0806|Syncrude UE1|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.149000|-111.642000||-7.00|CA|||00|CC|009|ALBERTA +CC0090806|000090806|124CC0090806|PM2.5|Permanent|0806|Syncrude UE1|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.149000|-111.642000||-7.00|CA|||00|CC|009|ALBERTA +CC0090806|000090806|124CC0090806|NO2|Permanent|0806|Syncrude UE1|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.149000|-111.642000||-7.00|CA|||00|CC|009|ALBERTA +000091001|000091001|124000091001|O3|Permanent|1001|Esther|Inactive|CN2|Canadian Air and Precipitation Monitoring Network|CA|51.666700|-110.200000||-7.00|CA|||00|CC|009|ALBERTA +CC0091101|000091101|124CC0091101|NO2|Permanent|1101|Elk Island|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.682500|-112.868600||-7.00|CA|||00|CC|009|ALBERTA +CC0091101|000091101|124CC0091101|SO2|Permanent|1101|Elk Island|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.682500|-112.868600||-7.00|CA|||00|CC|009|ALBERTA +CC0091101|000091101|124CC0091101|O3|Permanent|1101|Elk Island|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.682500|-112.868600||-7.00|CA|||00|CC|009|ALBERTA +CC0091101|000091101|124CC0091101|PM2.5|Permanent|1101|Elk Island|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.682500|-112.868600||-7.00|CA|||00|CC|009|ALBERTA +CC0091201|000091201|124CC0091201|O3|Permanent|1201|High Tower|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.655300|-118.176400||-7.00|CA|||00|CC|009|ALBERTA +CC0091201|000091201|124CC0091201|PM2.5|Permanent|1201|High Tower|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.655300|-118.176400||-7.00|CA|||00|CC|009|ALBERTA +CC0091201|000091201|124CC0091201|PM10|Permanent|1201|High Tower|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.655300|-118.176400||-7.00|CA|||00|CC|009|ALBERTA +CC0091201|000091201|124CC0091201|NO2|Permanent|1201|High Tower|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.655300|-118.176400||-7.00|CA|||00|CC|009|ALBERTA +CC0091201|000091201|124CC0091201|SO2|Permanent|1201|High Tower|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.655300|-118.176400||-7.00|CA|||00|CC|009|ALBERTA +CC0091301|000091301|124CC0091301|O3|Permanent|1301|Tomahawk|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.370000|-115.190600||-7.00|CA|||00|CC|009|ALBERTA +CC0091301|000091301|124CC0091301|PM2.5|Permanent|1301|Tomahawk|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.370000|-115.190600||-7.00|CA|||00|CC|009|ALBERTA +CC0091301|000091301|124CC0091301|PM10|Permanent|1301|Tomahawk|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.370000|-115.190600||-7.00|CA|||00|CC|009|ALBERTA +CC0091301|000091301|124CC0091301|NO2|Permanent|1301|Tomahawk|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.370000|-115.190600||-7.00|CA|||00|CC|009|ALBERTA +CC0091301|000091301|124CC0091301|SO2|Permanent|1301|Tomahawk|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.370000|-115.190600||-7.00|CA|||00|CC|009|ALBERTA +CC0091401|000091401|124CC0091401|O3|Permanent|1401|Violet Grove|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.142200|-115.138100||-7.00|CA|||00|CC|009|ALBERTA +CC0091401|000091401|124CC0091401|NO2|Permanent|1401|Violet Grove|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.142200|-115.138100||-7.00|CA|||00|CC|009|ALBERTA +CC0091401|000091401|124CC0091401|SO2|Permanent|1401|Violet Grove|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.142200|-115.138100||-7.00|CA|||00|CC|009|ALBERTA +CC0091501|000091501|124CC0091501|O3|Permanent|1501|Beaverlodge|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.196400|-119.396700||-7.00|CA|||00|CC|009|ALBERTA +CC0091501|000091501|124CC0091501|PM2.5|Permanent|1501|Beaverlodge|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.196400|-119.396700||-7.00|CA|||00|CC|009|ALBERTA +CC0091501|000091501|124CC0091501|NO2|Permanent|1501|Beaverlodge|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.196400|-119.396700||-7.00|CA|||00|CC|009|ALBERTA +CC0091501|000091501|124CC0091501|SO2|Permanent|1501|Beaverlodge|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.196400|-119.396700||-7.00|CA|||00|CC|009|ALBERTA +CC0091601|000091601|124CC0091601|SO2|Permanent|1601|Carrot Creek|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.607200|-115.876900||-7.00|CA|||00|CC|009|ALBERTA +CC0091601|000091601|124CC0091601|O3|Permanent|1601|Carrot Creek|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.607200|-115.876900||-7.00|CA|||00|CC|009|ALBERTA +CC0091601|000091601|124CC0091601|NO2|Permanent|1601|Carrot Creek|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.607200|-115.876900||-7.00|CA|||00|CC|009|ALBERTA +CC0091701|000091701|124CC0091701|O3|Permanent|1701|Steeper|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.132500|-117.091110||-7.00|CA|||00|CC|009|ALBERTA +CC0091701|000091701|124CC0091701|PM2.5|Permanent|1701|Steeper|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.132500|-117.091110||-7.00|CA|||00|CC|009|ALBERTA +CC0091701|000091701|124CC0091701|PM10|Permanent|1701|Steeper|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.132500|-117.091110||-7.00|CA|||00|CC|009|ALBERTA +CC0091701|000091701|124CC0091701|NO2|Permanent|1701|Steeper|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.132500|-117.091110||-7.00|CA|||00|CC|009|ALBERTA +CC0091701|000091701|124CC0091701|SO2|Permanent|1701|Steeper|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.132500|-117.091110||-7.00|CA|||00|CC|009|ALBERTA +CC0091801|000091801|124CC0091801|SO2|Permanent|1801|Fort Chipewyan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|58.708300|-111.176400||-7.00|CA|||00|CC|009|ALBERTA +CC0091801|000091801|124CC0091801|O3|Permanent|1801|Fort Chipewyan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|58.708300|-111.176400||-7.00|CA|||00|CC|009|ALBERTA +CC0091801|000091801|124CC0091801|PM2.5|Permanent|1801|Fort Chipewyan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|58.708300|-111.176400||-7.00|CA|||00|CC|009|ALBERTA +CC0091801|000091801|124CC0091801|NO2|Permanent|1801|Fort Chipewyan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|58.708300|-111.176400||-7.00|CA|||00|CC|009|ALBERTA +CC0091901|000091901|124CC0091901|O3|Permanent|1901|Caroline|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.950000|-114.700000||-7.00|CA|||00|CC|009|ALBERTA +CC0091901|000091901|124CC0091901|PM2.5|Permanent|1901|Caroline|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.950000|-114.700000||-7.00|CA|||00|CC|009|ALBERTA +CC0091901|000091901|124CC0091901|NO2|Permanent|1901|Caroline|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.950000|-114.700000||-7.00|CA|||00|CC|009|ALBERTA +CC0091901|000091901|124CC0091901|SO2|Permanent|1901|Caroline|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.950000|-114.700000||-7.00|CA|||00|CC|009|ALBERTA +CC0092001|000092001|124CC0092001|O3|Permanent|2001|Grande Prairie - Henry Pirker|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.176700|-118.806400||-7.00|CA|||00|CC|009|ALBERTA +CC0092001|000092001|124CC0092001|PM2.5|Permanent|2001|Grande Prairie - Henry Pirker|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.176700|-118.806400||-7.00|CA|||00|CC|009|ALBERTA +CC0092001|000092001|124CC0092001|NO2|Permanent|2001|Grande Prairie - Henry Pirker|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.176700|-118.806400||-7.00|CA|||00|CC|009|ALBERTA +CC0092001|000092001|124CC0092001|CO|Permanent|2001|Grande Prairie - Henry Pirker|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.176700|-118.806400||-7.00|CA|||00|CC|009|ALBERTA +CC0092001|000092001|124CC0092001|SO2|Permanent|2001|Grande Prairie - Henry Pirker|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.176700|-118.806400||-7.00|CA|||00|CC|009|ALBERTA +CC0092201|000092201|124CC0092201|SO2|Permanent|2201|Lamont|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.760300|-112.880300||-7.00|CA|||00|CC|009|ALBERTA +CC0092201|000092201|124CC0092201|O3|Permanent|2201|Lamont|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.760300|-112.880300||-7.00|CA|||00|CC|009|ALBERTA +CC0092201|000092201|124CC0092201|PM2.5|Permanent|2201|Lamont|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.760300|-112.880300||-7.00|CA|||00|CC|009|ALBERTA +CC0092201|000092201|124CC0092201|PM10|Permanent|2201|Lamont|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.760300|-112.880300||-7.00|CA|||00|CC|009|ALBERTA +CC0092201|000092201|124CC0092201|NO2|Permanent|2201|Lamont|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.760300|-112.880300||-7.00|CA|||00|CC|009|ALBERTA +CC0092301|000092301|124CC0092301|PM2.5|Permanent|2301|Redwater|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.843600|-113.099200||-7.00|CA|||00|CC|009|ALBERTA +CC0092301|000092301|124CC0092301|NO2|Permanent|2301|Redwater|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.843600|-113.099200||-7.00|CA|||00|CC|009|ALBERTA +CC0092301|000092301|124CC0092301|SO2|Permanent|2301|Redwater|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.843600|-113.099200||-7.00|CA|||00|CC|009|ALBERTA +CC0092601|000092601|124CC0092601|O3|Permanent|2601|Breton|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.090300|-114.460600||-7.00|CA|||00|CC|009|ALBERTA +CC0092601|000092601|124CC0092601|PM10|Permanent|2601|Breton|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.090300|-114.460600||-7.00|CA|||00|CC|009|ALBERTA +CC0092601|000092601|124CC0092601|NO2|Permanent|2601|Breton|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.090300|-114.460600||-7.00|CA|||00|CC|009|ALBERTA +CC0092601|000092601|124CC0092601|SO2|Permanent|2601|Breton|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.090300|-114.460600||-7.00|CA|||00|CC|009|ALBERTA +CC0092801|000092801|124CC0092801|PM2.5|Permanent|2801|Drayton Valley|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.220000|-114.983300||-7.00|CA|||00|CC|009|ALBERTA +CC0092801|000092801|124CC0092801|PM10|Permanent|2801|Drayton Valley|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.220000|-114.983300||-7.00|CA|||00|CC|009|ALBERTA +CC0092901|000092901|124CC0092901|O3|Permanent|2901|Edson|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.593600|-116.392800||-7.00|CA|||00|CC|009|ALBERTA +CC0092901|000092901|124CC0092901|PM2.5|Permanent|2901|Edson|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.593600|-116.392800||-7.00|CA|||00|CC|009|ALBERTA +CC0092901|000092901|124CC0092901|NO2|Permanent|2901|Edson|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.593600|-116.392800||-7.00|CA|||00|CC|009|ALBERTA +CC0092901|000092901|124CC0092901|SO2|Permanent|2901|Edson|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.593600|-116.392800||-7.00|CA|||00|CC|009|ALBERTA +CC0093101|000093101|124CC0093101|O3|Permanent|3101|Genesee|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.301700|-114.221100||-7.00|CA|||00|CC|009|ALBERTA +CC0093101|000093101|124CC0093101|PM2.5|Permanent|3101|Genesee|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.301700|-114.221100||-7.00|CA|||00|CC|009|ALBERTA +CC0093101|000093101|124CC0093101|NO2|Permanent|3101|Genesee|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.301700|-114.221100||-7.00|CA|||00|CC|009|ALBERTA +CC0093101|000093101|124CC0093101|SO2|Permanent|3101|Genesee|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.301700|-114.221100||-7.00|CA|||00|CC|009|ALBERTA +CC0093201|000093201|124CC0093201|PM10|Permanent|3201|Hinton|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.253600|-117.315300||-7.00|CA|||00|CC|009|ALBERTA +CC0093202|000093202|124CC0093202|PM2.5|Permanent|3202|Hinton|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.253600|-117.315300||-7.00|CA|||00|CC|009|ALBERTA +CC0093202|000093202|124CC0093202|PM10|Permanent|3202|Hinton|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.253600|-117.315300||-7.00|CA|||00|CC|009|ALBERTA +CC0093801|000093801|124CC0093801|NO2|Permanent|3801|Meadows|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.530000|-114.636100||-7.00|CA|||00|CC|009|ALBERTA +CC0093801|000093801|124CC0093801|SO2|Permanent|3801|Meadows|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.530000|-114.636100||-7.00|CA|||00|CC|009|ALBERTA +CC0093901|000093901|124CC0093901|PM2.5|Permanent|3901|Powers|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.633100|-114.419700||-7.00|CA|||00|CC|009|ALBERTA +CC0093901|000093901|124CC0093901|NO2|Permanent|3901|Powers|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.633100|-114.419700||-7.00|CA|||00|CC|009|ALBERTA +CC0093901|000093901|124CC0093901|SO2|Permanent|3901|Powers|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.633100|-114.419700||-7.00|CA|||00|CC|009|ALBERTA +CC0094201|000094201|124CC0094201|NO2|Permanent|4201|Wagner|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.424400|-114.375000||-7.00|CA|||00|CC|009|ALBERTA +CC0094201|000094201|124CC0094201|SO2|Permanent|4201|Wagner|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.424400|-114.375000||-7.00|CA|||00|CC|009|ALBERTA +CC0094202|000094202|124CC0094202|NO2|Permanent|4202|Wagner2|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.493889|-114.449722||-7.00|CA|||00|CC|009|ALBERTA +CC0094202|000094202|124CC0094202|SO2|Permanent|4202|Wagner2|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.493889|-114.449722||-7.00|CA|||00|CC|009|ALBERTA +CC0094301|000094301|124CC0094301|O3|Permanent|4301|Cold Lake South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|54.413800|-110.233100||-7.00|CA|||00|CC|009|ALBERTA +CC0094301|000094301|124CC0094301|PM2.5|Permanent|4301|Cold Lake South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|54.413800|-110.233100||-7.00|CA|||00|CC|009|ALBERTA +CC0094301|000094301|124CC0094301|NO2|Permanent|4301|Cold Lake South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|54.413800|-110.233100||-7.00|CA|||00|CC|009|ALBERTA +CC0094301|000094301|124CC0094301|SO2|Permanent|4301|Cold Lake South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|54.413800|-110.233100||-7.00|CA|||00|CC|009|ALBERTA +CC0094401|000094401|124CC0094401|O3|Permanent|4401|St. Lina|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|54.216473|-111.502640||-7.00|CA|||00|CC|009|ALBERTA +CC0094401|000094401|124CC0094401|PM2.5|Permanent|4401|St. Lina|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|54.216473|-111.502640||-7.00|CA|||00|CC|009|ALBERTA +CC0094401|000094401|124CC0094401|NO2|Permanent|4401|St. Lina|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|54.216473|-111.502640||-7.00|CA|||00|CC|009|ALBERTA +CC0094401|000094401|124CC0094401|SO2|Permanent|4401|St. Lina|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|54.216473|-111.502640||-7.00|CA|||00|CC|009|ALBERTA +124000094500|000094500|124000094500|O3|Permanent|4500|Joussard|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|55.340367|-115.895667|676.200|-7.00|CA|||00|CC|009|ALBERTA +CC0096625|000096625|124CC0096625|SO2|Permanent|6625|N/A|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|0.000000|0.000000||-7.00|CA|||||| +CC0096625|000096625|124CC0096625|O3|Permanent|6625|N/A|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|0.000000|0.000000||-7.00|CA|||||| +CC0096625|000096625|124CC0096625|PM2.5|Permanent|6625|N/A|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|0.000000|0.000000||-7.00|CA|||||| +CC0096625|000096625|124CC0096625|PM10|Permanent|6625|N/A|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|0.000000|0.000000||-7.00|CA|||||| +CC0096625|000096625|124CC0096625|NO2|Permanent|6625|N/A|Inactive|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|0.000000|0.000000||-7.00|CA|||||| +000100058|000100058|124000100058|PM2.5|Permanent|0058|Quadra Island Cape M|Inactive|BC1|British Columbia Ministry of Environment|CA|50.018300|-125.197200|9.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100058|000100058|124000100058|PM10|Permanent|0058|Quadra Island Cape M|Inactive|BC1|British Columbia Ministry of Environment|CA|50.018300|-125.197200|9.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100060|000100060|124000100060|O3|Permanent|0060|Trail Aquatic Centre|Inactive|BC1|British Columbia Ministry of Environment|CA|49.095600|-117.697200|486.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100060|000100060|124000100060|PM2.5|Permanent|0060|Trail Aquatic Centre|Inactive|BC1|British Columbia Ministry of Environment|CA|49.095600|-117.697200|486.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100060|000100060|124000100060|PM10|Permanent|0060|Trail Aquatic Centre|Inactive|BC1|British Columbia Ministry of Environment|CA|49.095600|-117.697200|486.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100062|000100062|124000100062|O3|Permanent|0062|Keremeos Municipal O|Inactive|BC1|British Columbia Ministry of Environment|CA|0.000000|0.000000||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100062|000100062|124000100062|PM2.5|Permanent|0062|Keremeos Municipal O|Inactive|BC1|British Columbia Ministry of Environment|CA|0.000000|0.000000||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100110|000100110|124000100110|O3|Permanent|0110|Kensington Park|Active|BC2|Metro Vancouver|CA|49.279400|-122.971100|133.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100110|000100110|124000100110|PM2.5|Permanent|0110|Kensington Park|Active|BC2|Metro Vancouver|CA|49.279400|-122.971100|133.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100110|000100110|124000100110|PM10|Permanent|0110|Kensington Park|Active|BC2|Metro Vancouver|CA|49.279400|-122.971100|133.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100110|000100110|124000100110|NO2|Permanent|0110|Kensington Park|Active|BC2|Metro Vancouver|CA|49.279400|-122.971100|133.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100110|000100110|124000100110|CO|Permanent|0110|Kensington Park|Active|BC2|Metro Vancouver|CA|49.279400|-122.971100|133.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100110|000100110|124000100110|SO2|Permanent|0110|Kensington Park|Active|BC2|Metro Vancouver|CA|49.279400|-122.971100|133.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100110|000100110|124000100110|NO|Permanent|0110|Kensington Park|Active|BC2|Metro Vancouver|CA|49.279400|-122.971100|133.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100111|000100111|124000100111|CO|Permanent|0111|Rocky Point Park|Active|BC2|Metro Vancouver|CA|49.280830|-122.849170|4.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100111|000100111|124000100111|SO2|Permanent|0111|Rocky Point Park|Active|BC2|Metro Vancouver|CA|49.280830|-122.849170|4.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100111|000100111|124000100111|NO|Permanent|0111|Rocky Point Park|Active|BC2|Metro Vancouver|CA|49.280830|-122.849170|4.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100111|000100111|124000100111|O3|Permanent|0111|Rocky Point Park|Active|BC2|Metro Vancouver|CA|49.280830|-122.849170|4.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100111|000100111|124000100111|PM2.5|Permanent|0111|Rocky Point Park|Active|BC2|Metro Vancouver|CA|49.280830|-122.849170|4.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100111|000100111|124000100111|PM10|Permanent|0111|Rocky Point Park|Active|BC2|Metro Vancouver|CA|49.280830|-122.849170|4.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100111|000100111|124000100111|NO2|Permanent|0111|Rocky Point Park|Active|BC2|Metro Vancouver|CA|49.280830|-122.849170|4.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000100112|000100112|124000100112|SO2|Permanent|0112|Downtown Vancouver|Active|BC2|Metro Vancouver|CA|49.282000|-123.122000||-8.00|CA|||||| +124000100112|000100112|124000100112|NO|Permanent|0112|Downtown Vancouver|Active|BC2|Metro Vancouver|CA|49.282000|-123.122000||-8.00|CA|||||| +124000100112|000100112|124000100112|O3|Permanent|0112|Downtown Vancouver|Active|BC2|Metro Vancouver|CA|49.282000|-123.122000||-8.00|CA|||||| +124000100112|000100112|124000100112|NO2|Permanent|0112|Downtown Vancouver|Active|BC2|Metro Vancouver|CA|49.282000|-123.122000||-8.00|CA|||||| +124000100112|000100112|124000100112|CO|Permanent|0112|Downtown Vancouver|Active|BC2|Metro Vancouver|CA|49.282000|-123.122000||-8.00|CA|||||| +000100118|000100118|124000100118|SO2|Permanent|0118|Kitsilano|Inactive|BC2|Metro Vancouver|CA|49.261670|-123.163330|62.800|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100118|000100118|124000100118|NO|Permanent|0118|Kitsilano|Inactive|BC2|Metro Vancouver|CA|49.261670|-123.163330|62.800|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100118|000100118|124000100118|PM2.5|Permanent|0118|Kitsilano|Inactive|BC2|Metro Vancouver|CA|49.261670|-123.163330|62.800|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100118|000100118|124000100118|NO2|Permanent|0118|Kitsilano|Inactive|BC2|Metro Vancouver|CA|49.261670|-123.163330|62.800|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100118|000100118|124000100118|CO|Permanent|0118|Kitsilano|Inactive|BC2|Metro Vancouver|CA|49.261670|-123.163330|62.800|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100119|000100119|124000100119|NO|Permanent|0119|Burnaby South|Active|BC2|Metro Vancouver|CA|49.215280|-122.985560|144.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100119|000100119|124000100119|O3|Permanent|0119|Burnaby South|Active|BC2|Metro Vancouver|CA|49.215280|-122.985560|144.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100119|000100119|124000100119|PM2.5|Permanent|0119|Burnaby South|Active|BC2|Metro Vancouver|CA|49.215280|-122.985560|144.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100119|000100119|124000100119|PM10|Permanent|0119|Burnaby South|Active|BC2|Metro Vancouver|CA|49.215280|-122.985560|144.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100119|000100119|124000100119|NO2|Permanent|0119|Burnaby South|Active|BC2|Metro Vancouver|CA|49.215280|-122.985560|144.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100119|000100119|124000100119|CO|Permanent|0119|Burnaby South|Active|BC2|Metro Vancouver|CA|49.215280|-122.985560|144.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100119|000100119|124000100119|SO2|Permanent|0119|Burnaby South|Active|BC2|Metro Vancouver|CA|49.215280|-122.985560|144.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000100121|000100121|124000100121|O3|Permanent|0121|Second Narrows|Active|BC2|Metro Vancouver|CA|49.300000|-123.020000||-8.00|CA|||||| +124000100121|000100121|124000100121|PM2.5|Permanent|0121|Second Narrows|Active|BC2|Metro Vancouver|CA|49.300000|-123.020000||-8.00|CA|||||| +124000100121|000100121|124000100121|SO2|Permanent|0121|Second Narrows|Active|BC2|Metro Vancouver|CA|49.300000|-123.020000||-8.00|CA|||||| +124000100121|000100121|124000100121|NO|Permanent|0121|Second Narrows|Active|BC2|Metro Vancouver|CA|49.300000|-123.020000||-8.00|CA|||||| +000100125|000100125|124000100125|NO2|Permanent|0125|North Delta|Active|BC2|Metro Vancouver|CA|49.158330|-122.901670||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100125|000100125|124000100125|NO|Permanent|0125|North Delta|Active|BC2|Metro Vancouver|CA|49.158330|-122.901670||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100125|000100125|124000100125|O3|Permanent|0125|North Delta|Active|BC2|Metro Vancouver|CA|49.158330|-122.901670||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100125|000100125|124000100125|PM2.5|Permanent|0125|North Delta|Active|BC2|Metro Vancouver|CA|49.158330|-122.901670||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000100126|000100126|124000100126|O3|Permanent|0126|Burnaby Mountain|Active|BC2|Metro Vancouver|CA|49.279800|-122.922300||-8.00|CA|||||| +124000100126|000100126|124000100126|NO2|Permanent|0126|Burnaby Mountain|Active|BC2|Metro Vancouver|CA|49.279800|-122.922300||-8.00|CA|||||| +124000100126|000100126|124000100126|NO|Permanent|0126|Burnaby Mountain|Active|BC2|Metro Vancouver|CA|49.279800|-122.922300||-8.00|CA|||||| +000100127|000100127|124000100127|NO|Permanent|0127|Surrey East|Active|BC2|Metro Vancouver|CA|49.132780|-122.694170||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100127|000100127|124000100127|O3|Permanent|0127|Surrey East|Active|BC2|Metro Vancouver|CA|49.132780|-122.694170||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100127|000100127|124000100127|PM2.5|Permanent|0127|Surrey East|Active|BC2|Metro Vancouver|CA|49.132780|-122.694170||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100127|000100127|124000100127|PM10|Permanent|0127|Surrey East|Active|BC2|Metro Vancouver|CA|49.132780|-122.694170||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100127|000100127|124000100127|NO2|Permanent|0127|Surrey East|Active|BC2|Metro Vancouver|CA|49.132780|-122.694170||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100127|000100127|124000100127|CO|Permanent|0127|Surrey East|Active|BC2|Metro Vancouver|CA|49.132780|-122.694170||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100128|000100128|124000100128|NO2|Permanent|0128|Richmond South|Active|BC2|Metro Vancouver|CA|49.141390|-123.108330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100128|000100128|124000100128|CO|Permanent|0128|Richmond South|Active|BC2|Metro Vancouver|CA|49.141390|-123.108330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100128|000100128|124000100128|SO2|Permanent|0128|Richmond South|Active|BC2|Metro Vancouver|CA|49.141390|-123.108330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100128|000100128|124000100128|NO|Permanent|0128|Richmond South|Active|BC2|Metro Vancouver|CA|49.141390|-123.108330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100128|000100128|124000100128|O3|Permanent|0128|Richmond South|Active|BC2|Metro Vancouver|CA|49.141390|-123.108330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100128|000100128|124000100128|PM2.5|Permanent|0128|Richmond South|Active|BC2|Metro Vancouver|CA|49.141390|-123.108330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100128|000100128|124000100128|PM10|Permanent|0128|Richmond South|Active|BC2|Metro Vancouver|CA|49.141390|-123.108330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100132|000100132|124000100132|SO2|Permanent|0132|Mahon Park|Active|BC2|Metro Vancouver|CA|49.323891|-123.083611||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100132|000100132|124000100132|NO|Permanent|0132|Mahon Park|Active|BC2|Metro Vancouver|CA|49.323891|-123.083611||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100132|000100132|124000100132|O3|Permanent|0132|Mahon Park|Active|BC2|Metro Vancouver|CA|49.323891|-123.083611||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100132|000100132|124000100132|PM2.5|Permanent|0132|Mahon Park|Active|BC2|Metro Vancouver|CA|49.323891|-123.083611||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100132|000100132|124000100132|PM10|Permanent|0132|Mahon Park|Active|BC2|Metro Vancouver|CA|49.323891|-123.083611||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100132|000100132|124000100132|NO2|Permanent|0132|Mahon Park|Active|BC2|Metro Vancouver|CA|49.323891|-123.083611||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100132|000100132|124000100132|CO|Permanent|0132|Mahon Park|Active|BC2|Metro Vancouver|CA|49.323891|-123.083611||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100134|000100134|124000100134|PM10|Permanent|0134|Vancouver Airport|Active|BC2|Metro Vancouver|CA|49.186390|-123.152220|0.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100134|000100134|124000100134|NO2|Permanent|0134|Vancouver Airport|Active|BC2|Metro Vancouver|CA|49.186390|-123.152220|0.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100134|000100134|124000100134|CO|Permanent|0134|Vancouver Airport|Active|BC2|Metro Vancouver|CA|49.186390|-123.152220|0.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100134|000100134|124000100134|SO2|Permanent|0134|Vancouver Airport|Active|BC2|Metro Vancouver|CA|49.186390|-123.152220|0.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100134|000100134|124000100134|NO|Permanent|0134|Vancouver Airport|Active|BC2|Metro Vancouver|CA|49.186390|-123.152220|0.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100134|000100134|124000100134|O3|Permanent|0134|Vancouver Airport|Active|BC2|Metro Vancouver|CA|49.186390|-123.152220|0.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100134|000100134|124000100134|PM2.5|Permanent|0134|Vancouver Airport|Active|BC2|Metro Vancouver|CA|49.186390|-123.152220|0.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100135|000100135|124000100135|O3|Permanent|0135|Coquitlam|Active|BC2|Metro Vancouver|CA|49.288060|-122.791390||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100135|000100135|124000100135|NO2|Permanent|0135|Coquitlam|Active|BC2|Metro Vancouver|CA|49.288060|-122.791390||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100135|000100135|124000100135|NO|Permanent|0135|Coquitlam|Active|BC2|Metro Vancouver|CA|49.288060|-122.791390||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000100136|000100136|124000100136|SO2|Permanent|0136|Capitol Hill|Active|BC2|Metro Vancouver|CA|49.288000|-122.986000||-8.00|CA|||||| +124000100137|000100137|124000100137|PM10|Permanent|0137|Burnaby North|Active|BC2|Metro Vancouver|CA|49.287000|-123.008000||-8.00|CA|||||| +124000100137|000100137|124000100137|SO2|Permanent|0137|Burnaby North|Active|BC2|Metro Vancouver|CA|49.287000|-123.008000||-8.00|CA|||||| +124000100138|000100138|124000100138|PM2.5|Permanent|0138|Horseshoe Bay|Active|BC2|Metro Vancouver|CA|49.368000|-123.277000||-8.00|CA|||||| +124000100138|000100138|124000100138|NO2|Permanent|0138|Horseshoe Bay|Active|BC2|Metro Vancouver|CA|49.368000|-123.277000||-8.00|CA|||||| +124000100138|000100138|124000100138|NO|Permanent|0138|Horseshoe Bay|Active|BC2|Metro Vancouver|CA|49.368000|-123.277000||-8.00|CA|||||| +000100140|000100140|124000100140|NO2|Permanent|0140|Tsawwassen|Active|BC2|Metro Vancouver|CA|49.009869|-123.082017|52.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100140|000100140|124000100140|CO|Permanent|0140|Tsawwassen|Active|BC2|Metro Vancouver|CA|49.009869|-123.082017|52.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100140|000100140|124000100140|SO2|Permanent|0140|Tsawwassen|Active|BC2|Metro Vancouver|CA|49.009869|-123.082017|52.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100140|000100140|124000100140|NO|Permanent|0140|Tsawwassen|Active|BC2|Metro Vancouver|CA|49.009869|-123.082017|52.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100140|000100140|124000100140|O3|Permanent|0140|Tsawwassen|Active|BC2|Metro Vancouver|CA|49.009869|-123.082017|52.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100140|000100140|124000100140|PM2.5|Permanent|0140|Tsawwassen|Active|BC2|Metro Vancouver|CA|49.009869|-123.082017|52.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100202|000100202|124000100202|PM10|Permanent|0202|PRG Plaza 400|Active|BC1|British Columbia Ministry of Environment|CA|53.914720|-122.741940|601.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100202|000100202|124000100202|NO2|Permanent|0202|PRG Plaza 400|Active|BC1|British Columbia Ministry of Environment|CA|53.914720|-122.741940|601.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100202|000100202|124000100202|SO2|Permanent|0202|PRG Plaza 400|Active|BC1|British Columbia Ministry of Environment|CA|53.914720|-122.741940|601.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100202|000100202|124000100202|NO|Permanent|0202|PRG Plaza 400|Active|BC1|British Columbia Ministry of Environment|CA|53.914720|-122.741940|601.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100202|000100202|124000100202|O3|Permanent|0202|PRG Plaza 400|Active|BC1|British Columbia Ministry of Environment|CA|53.914720|-122.741940|601.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100202|000100202|124000100202|PM2.5|Permanent|0202|PRG Plaza 400|Active|BC1|British Columbia Ministry of Environment|CA|53.914720|-122.741940|601.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100203|000100203|124000100203|PM10|Permanent|0203|PRG BC Rail Warehouse|Inactive|BC1|British Columbia Ministry of Environment|CA|53.871100|-122.743600|590.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100205|000100205|124000100205|PM2.5|Permanent|0205|PRG Gladstone School|Inactive|BC1|British Columbia Ministry of Environment|CA|53.858300|-122.760800|583.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100205|000100205|124000100205|PM10|Permanent|0205|PRG Gladstone School|Inactive|BC1|British Columbia Ministry of Environment|CA|53.858300|-122.760800|583.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100205|000100205|124000100205|SO2|Permanent|0205|PRG Gladstone School|Inactive|BC1|British Columbia Ministry of Environment|CA|53.858300|-122.760800|583.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000100211|000100211|124000100211|SO2|Permanent|0211|Prince George Jail|Active|BC1|British Columbia Ministry of Environment|CA|53.908018|-122.713337|616.100|-8.00|CA|||||| +000100212|000100212|124000100212|SO2|Permanent|0212|Prince George Marsulex Acid Plant|Active|BC1|British Columbia Ministry of Environment|CA|53.841600|-122.734400||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100213|000100213|124000100213|PM2.5|Permanent|0213|Prince George Denicola Ranch|Inactive|BC1|British Columbia Ministry of Environment|CA|53.935299|-122.681396||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100304|000100304|124000100304|PM2.5|Permanent|0304|Victoria Topaz|Active|BC1|British Columbia Ministry of Environment|CA|48.441942|-123.363165|31.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100304|000100304|124000100304|NO2|Permanent|0304|Victoria Topaz|Active|BC1|British Columbia Ministry of Environment|CA|48.441942|-123.363165|31.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100304|000100304|124000100304|CO|Permanent|0304|Victoria Topaz|Active|BC1|British Columbia Ministry of Environment|CA|48.441942|-123.363165|31.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100304|000100304|124000100304|SO2|Permanent|0304|Victoria Topaz|Active|BC1|British Columbia Ministry of Environment|CA|48.441942|-123.363165|31.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100304|000100304|124000100304|NO|Permanent|0304|Victoria Topaz|Active|BC1|British Columbia Ministry of Environment|CA|48.441942|-123.363165|31.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100304|000100304|124000100304|O3|Permanent|0304|Victoria Topaz|Active|BC1|British Columbia Ministry of Environment|CA|48.441942|-123.363165|31.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100308|000100308|124000100308|O3|Permanent|0308|Colwood City Hall|Active|BC1|British Columbia Ministry of Environment|CA|48.423890|-123.492780||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100308|000100308|124000100308|PM2.5|Permanent|0308|Colwood City Hall|Active|BC1|British Columbia Ministry of Environment|CA|48.423890|-123.492780||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100308|000100308|124000100308|NO2|Permanent|0308|Colwood City Hall|Active|BC1|British Columbia Ministry of Environment|CA|48.423890|-123.492780||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100308|000100308|124000100308|NO|Permanent|0308|Colwood City Hall|Active|BC1|British Columbia Ministry of Environment|CA|48.423890|-123.492780||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100314|000100314|124000100314|O3|Permanent|0314|Saanich Stellys Cross Road|Inactive|BC1|British Columbia Ministry of Environment|CA|48.580300|-123.442800||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100314|000100314|124000100314|PM2.5|Permanent|0314|Saanich Stellys Cross Road|Inactive|BC1|British Columbia Ministry of Environment|CA|48.580300|-123.442800||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100316|000100316|124000100316|PM2.5|Permanent|0316|Langford Lakewood Elementary School|Inactive|BC1|British Columbia Ministry of Environment|CA|48.463900|-123.507200|328.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100316|000100316|124000100316|O3|Permanent|0316|Langford Lakewood Elementary School|Inactive|BC1|British Columbia Ministry of Environment|CA|48.463900|-123.507200|328.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100401|000100401|124000100401|O3|Permanent|0401|Kamloops Federal Building|Active|BC1|British Columbia Ministry of Environment|CA|50.674770|-120.334016||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100401|000100401|124000100401|PM2.5|Permanent|0401|Kamloops Federal Building|Active|BC1|British Columbia Ministry of Environment|CA|50.674770|-120.334016||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100401|000100401|124000100401|NO2|Permanent|0401|Kamloops Federal Building|Active|BC1|British Columbia Ministry of Environment|CA|50.674770|-120.334016||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100401|000100401|124000100401|SO2|Permanent|0401|Kamloops Federal Building|Active|BC1|British Columbia Ministry of Environment|CA|50.674770|-120.334016||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100401|000100401|124000100401|NO|Permanent|0401|Kamloops Federal Building|Active|BC1|British Columbia Ministry of Environment|CA|50.674770|-120.334016||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100402|000100402|124000100402|CO|Permanent|0402|Kamloops Brocklehurst|Inactive|BC1|British Columbia Ministry of Environment|CA|50.697800|-120.397500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100402|000100402|124000100402|SO2|Permanent|0402|Kamloops Brocklehurst|Inactive|BC1|British Columbia Ministry of Environment|CA|50.697800|-120.397500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100402|000100402|124000100402|NO|Permanent|0402|Kamloops Brocklehurst|Inactive|BC1|British Columbia Ministry of Environment|CA|50.697800|-120.397500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100402|000100402|124000100402|O3|Permanent|0402|Kamloops Brocklehurst|Inactive|BC1|British Columbia Ministry of Environment|CA|50.697800|-120.397500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100402|000100402|124000100402|PM2.5|Permanent|0402|Kamloops Brocklehurst|Inactive|BC1|British Columbia Ministry of Environment|CA|50.697800|-120.397500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100402|000100402|124000100402|PM10|Permanent|0402|Kamloops Brocklehurst|Inactive|BC1|British Columbia Ministry of Environment|CA|50.697800|-120.397500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100402|000100402|124000100402|NO2|Permanent|0402|Kamloops Brocklehurst|Inactive|BC1|British Columbia Ministry of Environment|CA|50.697800|-120.397500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100701|000100701|124000100701|NO|Permanent|0701|Kelowna College|Inactive|BC1|British Columbia Ministry of Environment|CA|49.861100|-119.475000|300.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100701|000100701|124000100701|O3|Permanent|0701|Kelowna College|Inactive|BC1|British Columbia Ministry of Environment|CA|49.861100|-119.475000|300.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100701|000100701|124000100701|PM2.5|Permanent|0701|Kelowna College|Inactive|BC1|British Columbia Ministry of Environment|CA|49.861100|-119.475000|300.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100701|000100701|124000100701|PM10|Permanent|0701|Kelowna College|Inactive|BC1|British Columbia Ministry of Environment|CA|49.861100|-119.475000|300.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100701|000100701|124000100701|NO2|Permanent|0701|Kelowna College|Inactive|BC1|British Columbia Ministry of Environment|CA|49.861100|-119.475000|300.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100701|000100701|124000100701|CO|Permanent|0701|Kelowna College|Inactive|BC1|British Columbia Ministry of Environment|CA|49.861100|-119.475000|300.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000100701|000100701|124000100701|SO2|Permanent|0701|Kelowna College|Inactive|BC1|British Columbia Ministry of Environment|CA|49.861100|-119.475000|300.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000100703|000100703|124000100703|CO|Permanent|0703|Kelowna KLO Road|Active|BC1|British Columbia Ministry of Environment|CA|49.862119|-119.467461||-8.00|CA|||||| +124000100703|000100703|124000100703|SO2|Permanent|0703|Kelowna KLO Road|Active|BC1|British Columbia Ministry of Environment|CA|49.862119|-119.467461||-8.00|CA|||||| +124000100703|000100703|124000100703|NO|Permanent|0703|Kelowna KLO Road|Active|BC1|British Columbia Ministry of Environment|CA|49.862119|-119.467461||-8.00|CA|||||| +124000100703|000100703|124000100703|O3|Permanent|0703|Kelowna KLO Road|Active|BC1|British Columbia Ministry of Environment|CA|49.862119|-119.467461||-8.00|CA|||||| +124000100703|000100703|124000100703|PM2.5|Permanent|0703|Kelowna KLO Road|Active|BC1|British Columbia Ministry of Environment|CA|49.862119|-119.467461||-8.00|CA|||||| +124000100703|000100703|124000100703|PM10|Permanent|0703|Kelowna KLO Road|Active|BC1|British Columbia Ministry of Environment|CA|49.862119|-119.467461||-8.00|CA|||||| +124000100703|000100703|124000100703|NO2|Permanent|0703|Kelowna KLO Road|Active|BC1|British Columbia Ministry of Environment|CA|49.862119|-119.467461||-8.00|CA|||||| +000101003|000101003|124000101003|NO2|Permanent|1003|Abbotsford|Active|BC2|Metro Vancouver|CA|49.042780|-122.309720|79.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101003|000101003|124000101003|SO2|Permanent|1003|Abbotsford|Active|BC2|Metro Vancouver|CA|49.042780|-122.309720|79.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101003|000101003|124000101003|NO|Permanent|1003|Abbotsford|Active|BC2|Metro Vancouver|CA|49.042780|-122.309720|79.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101003|000101003|124000101003|O3|Permanent|1003|Abbotsford|Active|BC2|Metro Vancouver|CA|49.042780|-122.309720|79.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101003|000101003|124000101003|PM2.5|Permanent|1003|Abbotsford|Active|BC2|Metro Vancouver|CA|49.042780|-122.309720|79.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101003|000101003|124000101003|PM10|Permanent|1003|Abbotsford|Active|BC2|Metro Vancouver|CA|49.042780|-122.309720|79.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101004|000101004|124000101004|SO2|Permanent|1004|Abbotsford Airport|Inactive|BC2|Metro Vancouver|CA|49.032500|-122.353060||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101004|000101004|124000101004|NO|Permanent|1004|Abbotsford Airport|Inactive|BC2|Metro Vancouver|CA|49.032500|-122.353060||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101004|000101004|124000101004|O3|Permanent|1004|Abbotsford Airport|Inactive|BC2|Metro Vancouver|CA|49.032500|-122.353060||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101004|000101004|124000101004|PM2.5|Permanent|1004|Abbotsford Airport|Inactive|BC2|Metro Vancouver|CA|49.032500|-122.353060||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101004|000101004|124000101004|PM10|Permanent|1004|Abbotsford Airport|Inactive|BC2|Metro Vancouver|CA|49.032500|-122.353060||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101004|000101004|124000101004|NO2|Permanent|1004|Abbotsford Airport|Inactive|BC2|Metro Vancouver|CA|49.032500|-122.353060||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101004|000101004|124000101004|CO|Permanent|1004|Abbotsford Airport|Inactive|BC2|Metro Vancouver|CA|49.032500|-122.353060||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101005|000101005|124000101005|SO2|Permanent|1005|Abbotsford Airport|Active|BC2|Metro Vancouver|CA|49.021506|-122.326556|64.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101005|000101005|124000101005|NO|Permanent|1005|Abbotsford Airport|Active|BC2|Metro Vancouver|CA|49.021506|-122.326556|64.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101005|000101005|124000101005|O3|Permanent|1005|Abbotsford Airport|Active|BC2|Metro Vancouver|CA|49.021506|-122.326556|64.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101005|000101005|124000101005|PM2.5|Permanent|1005|Abbotsford Airport|Active|BC2|Metro Vancouver|CA|49.021506|-122.326556|64.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101005|000101005|124000101005|PM10|Permanent|1005|Abbotsford Airport|Active|BC2|Metro Vancouver|CA|49.021506|-122.326556|64.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101005|000101005|124000101005|NO2|Permanent|1005|Abbotsford Airport|Active|BC2|Metro Vancouver|CA|49.021506|-122.326556|64.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101005|000101005|124000101005|CO|Permanent|1005|Abbotsford Airport|Active|BC2|Metro Vancouver|CA|49.021506|-122.326556|64.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101101|000101101|124000101101|PM10|Permanent|1101|Chilliwack|Active|BC2|Metro Vancouver|CA|49.156110|-121.940560|15.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101101|000101101|124000101101|NO2|Permanent|1101|Chilliwack|Active|BC2|Metro Vancouver|CA|49.156110|-121.940560|15.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101101|000101101|124000101101|CO|Permanent|1101|Chilliwack|Active|BC2|Metro Vancouver|CA|49.156110|-121.940560|15.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101101|000101101|124000101101|SO2|Permanent|1101|Chilliwack|Active|BC2|Metro Vancouver|CA|49.156110|-121.940560|15.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101101|000101101|124000101101|NO|Permanent|1101|Chilliwack|Active|BC2|Metro Vancouver|CA|49.156110|-121.940560|15.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101101|000101101|124000101101|O3|Permanent|1101|Chilliwack|Active|BC2|Metro Vancouver|CA|49.156110|-121.940560|15.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101101|000101101|124000101101|PM2.5|Permanent|1101|Chilliwack|Active|BC2|Metro Vancouver|CA|49.156110|-121.940560|15.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101202|000101202|124000101202|SO2|Permanent|1202|Pitt Meadows|Active|BC2|Metro Vancouver|CA|49.245280|-122.708890||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101202|000101202|124000101202|NO|Permanent|1202|Pitt Meadows|Active|BC2|Metro Vancouver|CA|49.245280|-122.708890||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101202|000101202|124000101202|PM2.5|Permanent|1202|Pitt Meadows|Active|BC2|Metro Vancouver|CA|49.245280|-122.708890||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101202|000101202|124000101202|O3|Permanent|1202|Pitt Meadows|Active|BC2|Metro Vancouver|CA|49.245280|-122.708890||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101202|000101202|124000101202|PM10|Permanent|1202|Pitt Meadows|Active|BC2|Metro Vancouver|CA|49.245280|-122.708890||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101202|000101202|124000101202|NO2|Permanent|1202|Pitt Meadows|Active|BC2|Metro Vancouver|CA|49.245280|-122.708890||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101301|000101301|124000101301|PM10|Permanent|1301|Langley|Active|BC2|Metro Vancouver|CA|49.095560|-122.566940|82.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101301|000101301|124000101301|NO2|Permanent|1301|Langley|Active|BC2|Metro Vancouver|CA|49.095560|-122.566940|82.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101301|000101301|124000101301|SO2|Permanent|1301|Langley|Active|BC2|Metro Vancouver|CA|49.095560|-122.566940|82.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101301|000101301|124000101301|NO|Permanent|1301|Langley|Active|BC2|Metro Vancouver|CA|49.095560|-122.566940|82.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101301|000101301|124000101301|O3|Permanent|1301|Langley|Active|BC2|Metro Vancouver|CA|49.095560|-122.566940|82.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101301|000101301|124000101301|PM2.5|Permanent|1301|Langley|Active|BC2|Metro Vancouver|CA|49.095560|-122.566940|82.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101401|000101401|124000101401|PM2.5|Permanent|1401|Hope|Active|BC2|Metro Vancouver|CA|49.369720|-121.499440|40.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101401|000101401|124000101401|PM10|Permanent|1401|Hope|Active|BC2|Metro Vancouver|CA|49.369720|-121.499440|40.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101401|000101401|124000101401|NO2|Permanent|1401|Hope|Active|BC2|Metro Vancouver|CA|49.369720|-121.499440|40.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101401|000101401|124000101401|NO|Permanent|1401|Hope|Active|BC2|Metro Vancouver|CA|49.369720|-121.499440|40.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101401|000101401|124000101401|O3|Permanent|1401|Hope|Active|BC2|Metro Vancouver|CA|49.369720|-121.499440|40.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101501|000101501|124000101501|NO2|Permanent|1501|Maple Ridge|Active|BC2|Metro Vancouver|CA|49.215000|-122.581940||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101501|000101501|124000101501|CO|Permanent|1501|Maple Ridge|Active|BC2|Metro Vancouver|CA|49.215000|-122.581940||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101501|000101501|124000101501|NO|Permanent|1501|Maple Ridge|Active|BC2|Metro Vancouver|CA|49.215000|-122.581940||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101501|000101501|124000101501|O3|Permanent|1501|Maple Ridge|Active|BC2|Metro Vancouver|CA|49.215000|-122.581940||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101601|000101601|124000101601|NO2|Permanent|1601|Squamish|Inactive|BC1|British Columbia Ministry of Environment|CA|49.706400|-123.154400|20.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101601|000101601|124000101601|SO2|Permanent|1601|Squamish|Inactive|BC1|British Columbia Ministry of Environment|CA|49.706400|-123.154400|20.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101601|000101601|124000101601|NO|Permanent|1601|Squamish|Inactive|BC1|British Columbia Ministry of Environment|CA|49.706400|-123.154400|20.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101601|000101601|124000101601|O3|Permanent|1601|Squamish|Inactive|BC1|British Columbia Ministry of Environment|CA|49.706400|-123.154400|20.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101601|000101601|124000101601|PM2.5|Permanent|1601|Squamish|Inactive|BC1|British Columbia Ministry of Environment|CA|49.706400|-123.154400|20.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101601|000101601|124000101601|PM10|Permanent|1601|Squamish|Inactive|BC1|British Columbia Ministry of Environment|CA|49.706400|-123.154400|20.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101603|000101603|124000101603|PM2.5|Permanent|1603|SQUAMISH ELEMENTARY|Active|BC1|British Columbia Ministry of Environment|CA|49.705160|-123.151330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101603|000101603|124000101603|NO2|Permanent|1603|SQUAMISH ELEMENTARY|Active|BC1|British Columbia Ministry of Environment|CA|49.705160|-123.151330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101603|000101603|124000101603|SO2|Permanent|1603|SQUAMISH ELEMENTARY|Active|BC1|British Columbia Ministry of Environment|CA|49.705160|-123.151330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101603|000101603|124000101603|NO|Permanent|1603|SQUAMISH ELEMENTARY|Active|BC1|British Columbia Ministry of Environment|CA|49.705160|-123.151330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101603|000101603|124000101603|O3|Permanent|1603|SQUAMISH ELEMENTARY|Active|BC1|British Columbia Ministry of Environment|CA|49.705160|-123.151330||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101701|000101701|124000101701|NO2|Permanent|1701|Quesnel Senior Secondary|Inactive|BC1|British Columbia Ministry of Environment|CA|52.982200|-122.492200|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101701|000101701|124000101701|CO|Permanent|1701|Quesnel Senior Secondary|Inactive|BC1|British Columbia Ministry of Environment|CA|52.982200|-122.492200|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101701|000101701|124000101701|SO2|Permanent|1701|Quesnel Senior Secondary|Inactive|BC1|British Columbia Ministry of Environment|CA|52.982200|-122.492200|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101701|000101701|124000101701|NO|Permanent|1701|Quesnel Senior Secondary|Inactive|BC1|British Columbia Ministry of Environment|CA|52.982200|-122.492200|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101701|000101701|124000101701|O3|Permanent|1701|Quesnel Senior Secondary|Inactive|BC1|British Columbia Ministry of Environment|CA|52.982200|-122.492200|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101701|000101701|124000101701|PM2.5|Permanent|1701|Quesnel Senior Secondary|Inactive|BC1|British Columbia Ministry of Environment|CA|52.982200|-122.492200|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101701|000101701|124000101701|PM10|Permanent|1701|Quesnel Senior Secondary|Inactive|BC1|British Columbia Ministry of Environment|CA|52.982200|-122.492200|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101702|000101702|124000101702|PM2.5|Permanent|1702|Quesnel Maple Drive|Inactive|BC1|British Columbia Ministry of Environment|CA|52.963100|-122.450600|456.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101702|000101702|124000101702|PM10|Permanent|1702|Quesnel Maple Drive|Inactive|BC1|British Columbia Ministry of Environment|CA|52.963100|-122.450600|456.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101704|000101704|124000101704|PM2.5|Permanent|1704|Quesnel West Correlieu School|Inactive|BC1|British Columbia Ministry of Environment|CA|52.966400|-122.516700||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101704|000101704|124000101704|PM10|Permanent|1704|Quesnel West Correlieu School|Inactive|BC1|British Columbia Ministry of Environment|CA|52.966400|-122.516700||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000101705|000101705|124000101705|O3|Permanent|1705|Quesnel Kinchant St MAML|Inactive|BC1|British Columbia Ministry of Environment|CA|52.979510|-122.493640||-8.00|CA|||||| +124000101705|000101705|124000101705|PM2.5|Permanent|1705|Quesnel Kinchant St MAML|Inactive|BC1|British Columbia Ministry of Environment|CA|52.979510|-122.493640||-8.00|CA|||||| +124000101705|000101705|124000101705|PM10|Permanent|1705|Quesnel Kinchant St MAML|Inactive|BC1|British Columbia Ministry of Environment|CA|52.979510|-122.493640||-8.00|CA|||||| +124000101705|000101705|124000101705|NO2|Permanent|1705|Quesnel Kinchant St MAML|Inactive|BC1|British Columbia Ministry of Environment|CA|52.979510|-122.493640||-8.00|CA|||||| +124000101705|000101705|124000101705|SO2|Permanent|1705|Quesnel Kinchant St MAML|Inactive|BC1|British Columbia Ministry of Environment|CA|52.979510|-122.493640||-8.00|CA|||||| +124000101705|000101705|124000101705|NO|Permanent|1705|Quesnel Kinchant St MAML|Inactive|BC1|British Columbia Ministry of Environment|CA|52.979510|-122.493640||-8.00|CA|||||| +124000101706|000101706|124000101706|NO2|Permanent|1706|Quesnel Johnston Avenue|Active|BC1|British Columbia Ministry of Environment|CA|52.969360|-122.493400|505.100|-8.00|CA|||||| +124000101706|000101706|124000101706|SO2|Permanent|1706|Quesnel Johnston Avenue|Active|BC1|British Columbia Ministry of Environment|CA|52.969360|-122.493400|505.100|-8.00|CA|||||| +124000101706|000101706|124000101706|NO|Permanent|1706|Quesnel Johnston Avenue|Active|BC1|British Columbia Ministry of Environment|CA|52.969360|-122.493400|505.100|-8.00|CA|||||| +124000101706|000101706|124000101706|O3|Permanent|1706|Quesnel Johnston Avenue|Active|BC1|British Columbia Ministry of Environment|CA|52.969360|-122.493400|505.100|-8.00|CA|||||| +124000101706|000101706|124000101706|PM2.5|Permanent|1706|Quesnel Johnston Avenue|Active|BC1|British Columbia Ministry of Environment|CA|52.969360|-122.493400|505.100|-8.00|CA|||||| +124000101706|000101706|124000101706|PM10|Permanent|1706|Quesnel Johnston Avenue|Active|BC1|British Columbia Ministry of Environment|CA|52.969360|-122.493400|505.100|-8.00|CA|||||| +000101801|000101801|124000101801|PM2.5|Permanent|1801|Creston PC School|Inactive|BC1|British Columbia Ministry of Environment|CA|49.094400|-116.512500|609.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101801|000101801|124000101801|PM10|Permanent|1801|Creston PC School|Inactive|BC1|British Columbia Ministry of Environment|CA|49.094400|-116.512500|609.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000101803|000101803|124000101803|PM2.5|Permanent|1803|Creston Piper Farms|Inactive|BC1|British Columbia Ministry of Environment|CA|49.011900|-116.533300||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000101904|000101904|124000101904|O3|Permanent|1904|Cranbrook Muriel Baxter|Active|BC1|British Columbia Ministry of Environment|CA|49.507103|-115.753682||-8.00|CA|||||| +124000101904|000101904|124000101904|PM2.5|Permanent|1904|Cranbrook Muriel Baxter|Active|BC1|British Columbia Ministry of Environment|CA|49.507103|-115.753682||-8.00|CA|||||| +124000101904|000101904|124000101904|NO2|Permanent|1904|Cranbrook Muriel Baxter|Active|BC1|British Columbia Ministry of Environment|CA|49.507103|-115.753682||-8.00|CA|||||| +124000101904|000101904|124000101904|NO|Permanent|1904|Cranbrook Muriel Baxter|Active|BC1|British Columbia Ministry of Environment|CA|49.507103|-115.753682||-8.00|CA|||||| +000102001|000102001|124000102001|O3|Permanent|2001|Saturna|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|48.783300|-123.133300|191.800|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102102|000102102|124000102102|NO|Permanent|2102|Nanaimo Labieux Road|Active|BC1|British Columbia Ministry of Environment|CA|49.200830|-123.993890|122.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102102|000102102|124000102102|O3|Permanent|2102|Nanaimo Labieux Road|Active|BC1|British Columbia Ministry of Environment|CA|49.200830|-123.993890|122.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102102|000102102|124000102102|PM2.5|Permanent|2102|Nanaimo Labieux Road|Active|BC1|British Columbia Ministry of Environment|CA|49.200830|-123.993890|122.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102102|000102102|124000102102|NO2|Permanent|2102|Nanaimo Labieux Road|Active|BC1|British Columbia Ministry of Environment|CA|49.200830|-123.993890|122.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102103|000102103|124000102103|PM2.5|Permanent|2103|Harmac Cedar Woodbank|Active|BC1|British Columbia Ministry of Environment|CA|49.114165|-123.850165|47.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102201|000102201|124000102201|SO2|Permanent|2201|Trail Butler Park|Active|BC1|British Columbia Ministry of Environment|CA|49.096218|-117.697828||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000102210|000102210|124000102210|SO2|Permanent|2210|Trail Columbia Gardens Airport|Active|BC1|British Columbia Ministry of Environment|CA|49.046405|-117.607110||-8.00|CA|||||| +124000102220|000102220|124000102220|SO2|Permanent|2220|Warfield Elementary|Active|BC1|British Columbia Ministry of Environment|CA|49.095200|-117.746900||-8.00|CA|||||| +124000102230|000102230|124000102230|SO2|Permanent|2230|Birchbank Golf Course|Active|BC1|British Columbia Ministry of Environment|CA|49.157855|-117.733120||-8.00|CA|||||| +000102301|000102301|124000102301|NO2|Permanent|2301|Powell River Cranberry Lake|Inactive|BC1|British Columbia Ministry of Environment|CA|49.875000|-124.516700||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102301|000102301|124000102301|NO|Permanent|2301|Powell River Cranberry Lake|Inactive|BC1|British Columbia Ministry of Environment|CA|49.875000|-124.516700||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102302|000102302|124000102302|PM10|Permanent|2302|Powell River Wildwood|Inactive|BC1|British Columbia Ministry of Environment|CA|49.887500|-124.558300||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102302|000102302|124000102302|PM2.5|Permanent|2302|Powell River Wildwood|Inactive|BC1|British Columbia Ministry of Environment|CA|49.887500|-124.558300||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102303|000102303|124000102303|PM2.5|Permanent|2303|Powell River James T|Active|BC1|British Columbia Ministry of Environment|CA|49.889299|-124.562400|140.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102401|000102401|124000102401|O3|Permanent|2401|Smithers St Josephs|Inactive|BC1|British Columbia Ministry of Environment|CA|54.783100|-127.177500|481.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102401|000102401|124000102401|PM2.5|Permanent|2401|Smithers St Josephs|Inactive|BC1|British Columbia Ministry of Environment|CA|54.783100|-127.177500|481.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102401|000102401|124000102401|PM10|Permanent|2401|Smithers St Josephs|Inactive|BC1|British Columbia Ministry of Environment|CA|54.783100|-127.177500|481.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102401|000102401|124000102401|NO2|Permanent|2401|Smithers St Josephs|Inactive|BC1|British Columbia Ministry of Environment|CA|54.783100|-127.177500|481.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102401|000102401|124000102401|CO|Permanent|2401|Smithers St Josephs|Inactive|BC1|British Columbia Ministry of Environment|CA|54.783100|-127.177500|481.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102401|000102401|124000102401|NO|Permanent|2401|Smithers St Josephs|Inactive|BC1|British Columbia Ministry of Environment|CA|54.783100|-127.177500|481.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000102402|000102402|124000102402|O3|Permanent|2402|Smithers Muheim Memorial|Active|BC1|British Columbia Ministry of Environment|CA|54.778486|-127.168542||-8.00|CA|||||| +124000102402|000102402|124000102402|PM2.5|Permanent|2402|Smithers Muheim Memorial|Active|BC1|British Columbia Ministry of Environment|CA|54.778486|-127.168542||-8.00|CA|||||| +124000102402|000102402|124000102402|NO2|Permanent|2402|Smithers Muheim Memorial|Active|BC1|British Columbia Ministry of Environment|CA|54.778486|-127.168542||-8.00|CA|||||| +124000102402|000102402|124000102402|NO|Permanent|2402|Smithers Muheim Memorial|Active|BC1|British Columbia Ministry of Environment|CA|54.778486|-127.168542||-8.00|CA|||||| +124000102402|000102402|124000102402|PM10|Permanent|2402|Smithers Muheim Memorial|Active|BC1|British Columbia Ministry of Environment|CA|54.778486|-127.168542||-8.00|CA|||||| +000102501|000102501|124000102501|PM2.5|Permanent|2501|Terrace BC Access Centre|Inactive|BC1|British Columbia Ministry of Environment|CA|54.518300|-128.597500|510.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102501|000102501|124000102501|PM10|Permanent|2501|Terrace BC Access Centre|Inactive|BC1|British Columbia Ministry of Environment|CA|54.518300|-128.597500|510.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102503|000102503|124000102503|O3|Permanent|2503|TERRACE SKEENA MIDDLE SCHOOL|Active|BC1|British Columbia Ministry of Environment|CA|54.521670|-128.607500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102503|000102503|124000102503|PM2.5|Permanent|2503|TERRACE SKEENA MIDDLE SCHOOL|Active|BC1|British Columbia Ministry of Environment|CA|54.521670|-128.607500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102503|000102503|124000102503|NO2|Permanent|2503|TERRACE SKEENA MIDDLE SCHOOL|Active|BC1|British Columbia Ministry of Environment|CA|54.521670|-128.607500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102503|000102503|124000102503|SO2|Permanent|2503|TERRACE SKEENA MIDDLE SCHOOL|Active|BC1|British Columbia Ministry of Environment|CA|54.521670|-128.607500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102503|000102503|124000102503|NO|Permanent|2503|TERRACE SKEENA MIDDLE SCHOOL|Active|BC1|British Columbia Ministry of Environment|CA|54.521670|-128.607500||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102601|000102601|124000102601|PM10|Permanent|2601|Port Alberni Townsite|Inactive|BC1|British Columbia Ministry of Environment|CA|49.234400|-124.814700|10.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102602|000102602|124000102602|PM2.5|Permanent|2602|Port Alberni Elementary|Active|BC1|British Columbia Ministry of Environment|CA|49.261014|-124.806628||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102701|000102701|124000102701|NO|Permanent|2701|Williams Lake Columneetza School|Active|BC1|British Columbia Ministry of Environment|CA|52.144280|-122.150391|660.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102701|000102701|124000102701|O3|Permanent|2701|Williams Lake Columneetza School|Active|BC1|British Columbia Ministry of Environment|CA|52.144280|-122.150391|660.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102701|000102701|124000102701|PM2.5|Permanent|2701|Williams Lake Columneetza School|Active|BC1|British Columbia Ministry of Environment|CA|52.144280|-122.150391|660.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102701|000102701|124000102701|PM10|Permanent|2701|Williams Lake Columneetza School|Active|BC1|British Columbia Ministry of Environment|CA|52.144280|-122.150391|660.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102701|000102701|124000102701|NO2|Permanent|2701|Williams Lake Columneetza School|Active|BC1|British Columbia Ministry of Environment|CA|52.144280|-122.150391|660.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102706|000102706|124000102706|PM2.5|Permanent|2706|Williams Lake CRD School|Inactive|BC1|British Columbia Ministry of Environment|CA|52.130800|-122.142200|661.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102706|000102706|124000102706|PM10|Permanent|2706|Williams Lake CRD School|Inactive|BC1|British Columbia Ministry of Environment|CA|52.130800|-122.142200|661.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102801|000102801|124000102801|PM2.5|Permanent|2801|Elk Falls Dogwood|Active|BC1|British Columbia Ministry of Environment|CA|50.018425|-125.248400|60.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102802|000102802|124000102802|PM2.5|Permanent|2802|Campbell River Tyee Spit|Inactive|BC1|British Columbia Ministry of Environment|CA|50.048600|-125.255600||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000102802|000102802|124000102802|PM10|Permanent|2802|Campbell River Tyee Spit|Inactive|BC1|British Columbia Ministry of Environment|CA|50.048600|-125.255600||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000103011|000103011|124000103011|PM2.5|Permanent|3011|Elkford Rocky Mountain Elementary School|Active|BC1|British Columbia Ministry of Environment|CA|50.007794|-114.933420|1333.800|-8.00|CA|||||| +124000103011|000103011|124000103011|PM10|Permanent|3011|Elkford Rocky Mountain Elementary School|Active|BC1|British Columbia Ministry of Environment|CA|50.007794|-114.933420|1333.800|-8.00|CA|||||| +124000103021|000103021|124000103021|NO|Permanent|3021|Sparwood Centennial Square|Active|BC1|British Columbia Ministry of Environment|CA|49.732786|-114.887660|1138.600|-8.00|CA|||||| +124000103021|000103021|124000103021|O3|Permanent|3021|Sparwood Centennial Square|Active|BC1|British Columbia Ministry of Environment|CA|49.732786|-114.887660|1138.600|-8.00|CA|||||| +124000103021|000103021|124000103021|PM2.5|Permanent|3021|Sparwood Centennial Square|Active|BC1|British Columbia Ministry of Environment|CA|49.732786|-114.887660|1138.600|-8.00|CA|||||| +124000103021|000103021|124000103021|PM10|Permanent|3021|Sparwood Centennial Square|Active|BC1|British Columbia Ministry of Environment|CA|49.732786|-114.887660|1138.600|-8.00|CA|||||| +124000103021|000103021|124000103021|NO2|Permanent|3021|Sparwood Centennial Square|Active|BC1|British Columbia Ministry of Environment|CA|49.732786|-114.887660|1138.600|-8.00|CA|||||| +000103202|000103202|124000103202|PM2.5|Permanent|3202|Golden Helipad|Active|BC1|British Columbia Ministry of Environment|CA|51.297500|-116.966000|773.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103202|000103202|124000103202|PM10|Permanent|3202|Golden Helipad|Active|BC1|British Columbia Ministry of Environment|CA|51.297500|-116.966000|773.500|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103302|000103302|124000103302|O3|Permanent|3302|Nelson Kutenai Place|Inactive|BC1|British Columbia Ministry of Environment|CA|49.490800|-117.295300|542.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103302|000103302|124000103302|PM2.5|Permanent|3302|Nelson Kutenai Place|Inactive|BC1|British Columbia Ministry of Environment|CA|49.490800|-117.295300|542.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103302|000103302|124000103302|PM10|Permanent|3302|Nelson Kutenai Place|Inactive|BC1|British Columbia Ministry of Environment|CA|49.490800|-117.295300|542.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103402|000103402|124000103402|PM2.5|Permanent|3402|Revelstoke Mt Begbie School|Inactive|BC1|British Columbia Ministry of Environment|CA|50.987200|-118.188300|1500.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103502|000103502|124000103502|NO2|Permanent|3502|Castlegar Zinio Park|Active|BC1|British Columbia Ministry of Environment|CA|49.317698|-117.661527||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103502|000103502|124000103502|SO2|Permanent|3502|Castlegar Zinio Park|Active|BC1|British Columbia Ministry of Environment|CA|49.317698|-117.661527||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103502|000103502|124000103502|NO|Permanent|3502|Castlegar Zinio Park|Active|BC1|British Columbia Ministry of Environment|CA|49.317698|-117.661527||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103502|000103502|124000103502|O3|Permanent|3502|Castlegar Zinio Park|Active|BC1|British Columbia Ministry of Environment|CA|49.317698|-117.661527||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103502|000103502|124000103502|PM2.5|Permanent|3502|Castlegar Zinio Park|Active|BC1|British Columbia Ministry of Environment|CA|49.317698|-117.661527||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103502|000103502|124000103502|PM10|Permanent|3502|Castlegar Zinio Park|Active|BC1|British Columbia Ministry of Environment|CA|49.317698|-117.661527||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103601|000103601|124000103601|O3|Permanent|3601|Agassiz|Active|BC2|Metro Vancouver|CA|49.238008|-121.762264|22.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103601|000103601|124000103601|PM2.5|Permanent|3601|Agassiz|Active|BC2|Metro Vancouver|CA|49.238008|-121.762264|22.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103601|000103601|124000103601|NO2|Permanent|3601|Agassiz|Active|BC2|Metro Vancouver|CA|49.238008|-121.762264|22.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103601|000103601|124000103601|NO|Permanent|3601|Agassiz|Active|BC2|Metro Vancouver|CA|49.238008|-121.762264|22.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103702|000103702|124000103702|SO2|Permanent|3702|PINE RIVER GAS PLANT|Active|BC1|British Columbia Ministry of Environment|CA|55.570022|-121.928814||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103702|000103702|124000103702|H2S|Permanent|3702|PINE RIVER GAS PLANT|Active|BC1|British Columbia Ministry of Environment|CA|55.570022|-121.928814||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103704|000103704|124000103704|SO2|Permanent|3704|Pine River Hasler|Active|BC1|British Columbia Ministry of Environment|CA|55.601678|-121.993480||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103704|000103704|124000103704|H2S|Permanent|3704|Pine River Hasler|Active|BC1|British Columbia Ministry of Environment|CA|55.601678|-121.993480||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103901|000103901|124000103901|PM10|Permanent|3901|Kitimat Riverlodge|Active|BC1|British Columbia Ministry of Environment|CA|54.053890|-128.671436||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103901|000103901|124000103901|SO2|Permanent|3901|Kitimat Riverlodge|Active|BC1|British Columbia Ministry of Environment|CA|54.053890|-128.671436||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103901|000103901|124000103901|PM2.5|Permanent|3901|Kitimat Riverlodge|Active|BC1|British Columbia Ministry of Environment|CA|54.053890|-128.671436||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103902|000103902|124000103902|PM2.5|Permanent|3902|Kitimat Haul Road|Active|BC1|British Columbia Ministry of Environment|CA|54.029194|-128.702690|2.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103902|000103902|124000103902|SO2|Permanent|3902|Kitimat Haul Road|Active|BC1|British Columbia Ministry of Environment|CA|54.029194|-128.702690|2.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103903|000103903|124000103903|PM2.5|Permanent|3903|Kitimat Rail|Inactive|BC1|British Columbia Ministry of Environment|CA|54.068600|-128.689700||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103903|000103903|124000103903|PM10|Permanent|3903|Kitimat Rail|Inactive|BC1|British Columbia Ministry of Environment|CA|54.068600|-128.689700||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103904|000103904|124000103904|SO2|Permanent|3904|KITIMAT WHITESAIL|Active|BC1|British Columbia Ministry of Environment|CA|54.066909|-128.639131||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103904|000103904|124000103904|NO|Permanent|3904|KITIMAT WHITESAIL|Active|BC1|British Columbia Ministry of Environment|CA|54.066909|-128.639131||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103904|000103904|124000103904|O3|Permanent|3904|KITIMAT WHITESAIL|Active|BC1|British Columbia Ministry of Environment|CA|54.066909|-128.639131||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103904|000103904|124000103904|PM2.5|Permanent|3904|KITIMAT WHITESAIL|Active|BC1|British Columbia Ministry of Environment|CA|54.066909|-128.639131||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103904|000103904|124000103904|NO2|Permanent|3904|KITIMAT WHITESAIL|Active|BC1|British Columbia Ministry of Environment|CA|54.066909|-128.639131||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103905|000103905|124000103905|PM2.5|Permanent|3905|Kitimat Haisla Village|Active|BC1|British Columbia Ministry of Environment|CA|53.973228|-128.650768||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103905|000103905|124000103905|SO2|Permanent|3905|Kitimat Haisla Village|Active|BC1|British Columbia Ministry of Environment|CA|53.973228|-128.650768||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103906|000103906|124000103906|PM2.5|Permanent|3906|Kitimat Rio TInto Alcan|Inactive|BC1|British Columbia Ministry of Environment|CA|54.019402|-128.704193||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000103906|000103906|124000103906|SO2|Permanent|3906|Kitimat Rio TInto Alcan|Inactive|BC1|British Columbia Ministry of Environment|CA|54.019402|-128.704193||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000103907|000103907|124000103907|SO2|Permanent|3907|Kitimat Industrial Avenue|Active|BC1|British Columbia Ministry of Environment|CA|54.061000|-128.688000|20.700|-8.00|CA|||||| +000104003|000104003|124000104003|NO2|Permanent|4003|Vernon Science Centre|Active|BC1|British Columbia Ministry of Environment|CA|50.260617|-119.270723|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104003|000104003|124000104003|NO|Permanent|4003|Vernon Science Centre|Active|BC1|British Columbia Ministry of Environment|CA|50.260617|-119.270723|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104003|000104003|124000104003|O3|Permanent|4003|Vernon Science Centre|Active|BC1|British Columbia Ministry of Environment|CA|50.260617|-119.270723|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104003|000104003|124000104003|PM2.5|Permanent|4003|Vernon Science Centre|Active|BC1|British Columbia Ministry of Environment|CA|50.260617|-119.270723|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104003|000104003|124000104003|PM10|Permanent|4003|Vernon Science Centre|Active|BC1|British Columbia Ministry of Environment|CA|50.260617|-119.270723|500.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104101|000104101|124000104101|PM2.5|Permanent|4101|Grand Forks City Hall|Active|BC1|British Columbia Ministry of Environment|CA|49.031168|-118.439088|520.300|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104301|000104301|124000104301|SO2|Permanent|4301|Taylor Townsite|Active|BC1|British Columbia Ministry of Environment|CA|56.150186|-120.686985||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104301|000104301|124000104301|NO|Permanent|4301|Taylor Townsite|Active|BC1|British Columbia Ministry of Environment|CA|56.150186|-120.686985||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104301|000104301|124000104301|O3|Permanent|4301|Taylor Townsite|Active|BC1|British Columbia Ministry of Environment|CA|56.150186|-120.686985||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104301|000104301|124000104301|NO2|Permanent|4301|Taylor Townsite|Active|BC1|British Columbia Ministry of Environment|CA|56.150186|-120.686985||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104302|000104302|124000104302|SO2|Permanent|4302|Taylor South Hill|Active|BC1|British Columbia Ministry of Environment|CA|56.105871|-120.662779||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104303|000104303|124000104303|SO2|Permanent|4303|BESSBOROUGH 237 ROAD|Active|BC1|British Columbia Ministry of Environment|CA|55.791944|-120.483611||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104303|000104303|124000104303|H2S|Permanent|4303|BESSBOROUGH 237 ROAD|Active|BC1|British Columbia Ministry of Environment|CA|55.791944|-120.483611||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104304|000104304|124000104304|O3|Permanent|4304|FARMINGTON COMMUNITY HALL|Active|BC1|British Columbia Ministry of Environment|CA|55.913233|-120.531570||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104304|000104304|124000104304|NO2|Permanent|4304|FARMINGTON COMMUNITY HALL|Active|BC1|British Columbia Ministry of Environment|CA|55.913233|-120.531570||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104304|000104304|124000104304|SO2|Permanent|4304|FARMINGTON COMMUNITY HALL|Active|BC1|British Columbia Ministry of Environment|CA|55.913233|-120.531570||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104304|000104304|124000104304|NO|Permanent|4304|FARMINGTON COMMUNITY HALL|Active|BC1|British Columbia Ministry of Environment|CA|55.913233|-120.531570||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104501|000104501|124000104501|PM10|Permanent|4501|Quadar Island Lighthouse|Inactive|BC1|British Columbia Ministry of Environment|CA|49.999700|-125.194400||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104601|000104601|124000104601|PM2.5|Permanent|4601|Telkwa|Inactive|BC1|British Columbia Ministry of Environment|CA|54.691100|-127.054700|79.900|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104801|000104801|124000104801|PM2.5|Permanent|4801|Duncan Deykin Avenue|Active|BC1|British Columbia Ministry of Environment|CA|48.802550|-123.646402|20.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104803|000104803|124000104803|O3|Permanent|4803|Duncan Cairnsmore|Inactive|BC1|British Columbia Ministry of Environment|CA|48.785000|-123.715797||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104803|000104803|124000104803|PM2.5|Permanent|4803|Duncan Cairnsmore|Inactive|BC1|British Columbia Ministry of Environment|CA|48.785000|-123.715797||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104803|000104803|124000104803|NO2|Permanent|4803|Duncan Cairnsmore|Inactive|BC1|British Columbia Ministry of Environment|CA|48.785000|-123.715797||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104803|000104803|124000104803|NO|Permanent|4803|Duncan Cairnsmore|Inactive|BC1|British Columbia Ministry of Environment|CA|48.785000|-123.715797||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104804|000104804|124000104804|O3|Permanent|4804|Duncan College Street|Active|BC1|British Columbia Ministry of Environment|CA|48.786114|-123.717307||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104804|000104804|124000104804|PM2.5|Permanent|4804|Duncan College Street|Active|BC1|British Columbia Ministry of Environment|CA|48.786114|-123.717307||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104804|000104804|124000104804|NO2|Permanent|4804|Duncan College Street|Active|BC1|British Columbia Ministry of Environment|CA|48.786114|-123.717307||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000104804|000104804|124000104804|NO|Permanent|4804|Duncan College Street|Active|BC1|British Columbia Ministry of Environment|CA|48.786114|-123.717307||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105001|000105001|124000105001|O3|Permanent|5001|Whistler Meadow Park|Active|BC1|British Columbia Ministry of Environment|CA|50.144285|-122.960402|641.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105001|000105001|124000105001|PM2.5|Permanent|5001|Whistler Meadow Park|Active|BC1|British Columbia Ministry of Environment|CA|50.144285|-122.960402|641.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105001|000105001|124000105001|NO2|Permanent|5001|Whistler Meadow Park|Active|BC1|British Columbia Ministry of Environment|CA|50.144285|-122.960402|641.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105001|000105001|124000105001|NO|Permanent|5001|Whistler Meadow Park|Active|BC1|British Columbia Ministry of Environment|CA|50.144285|-122.960402|641.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105101|000105101|124000105101|PM2.5|Permanent|5101|Houston Firehall|Active|BC1|British Columbia Ministry of Environment|CA|54.397200|-126.645000|594.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105101|000105101|124000105101|PM10|Permanent|5101|Houston Firehall|Active|BC1|British Columbia Ministry of Environment|CA|54.397200|-126.645000|594.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105201|000105201|124000105201|PM2.5|Permanent|5201|Burns Lake Fire Centre|Active|BC1|British Columbia Ministry of Environment|CA|54.230700|-125.764300|652.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105201|000105201|124000105201|PM10|Permanent|5201|Burns Lake Fire Centre|Active|BC1|British Columbia Ministry of Environment|CA|54.230700|-125.764300|652.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105301|000105301|124000105301|PM2.5|Permanent|5301|Langdale Elementary|Active|BC1|British Columbia Ministry of Environment|CA|49.438848|-123.479185|70.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105301|000105301|124000105301|NO2|Permanent|5301|Langdale Elementary|Active|BC1|British Columbia Ministry of Environment|CA|49.438848|-123.479185|70.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105301|000105301|124000105301|SO2|Permanent|5301|Langdale Elementary|Active|BC1|British Columbia Ministry of Environment|CA|49.438848|-123.479185|70.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105301|000105301|124000105301|NO|Permanent|5301|Langdale Elementary|Active|BC1|British Columbia Ministry of Environment|CA|49.438848|-123.479185|70.200|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105501|000105501|124000105501|PM10|Permanent|5501|Fort St John NP Cultural Centre|Inactive|BC1|British Columbia Ministry of Environment|CA|56.245800|-120.848900|695.400|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105504|000105504|124000105504|PM2.5|Permanent|5504|FORT ST JOHN LEARNING CENTRE|Active|BC1|British Columbia Ministry of Environment|CA|56.244722|-120.856111||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105504|000105504|124000105504|PM10|Permanent|5504|FORT ST JOHN LEARNING CENTRE|Active|BC1|British Columbia Ministry of Environment|CA|56.244722|-120.856111||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105504|000105504|124000105504|NO2|Permanent|5504|FORT ST JOHN LEARNING CENTRE|Active|BC1|British Columbia Ministry of Environment|CA|56.244722|-120.856111||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105504|000105504|124000105504|SO2|Permanent|5504|FORT ST JOHN LEARNING CENTRE|Active|BC1|British Columbia Ministry of Environment|CA|56.244722|-120.856111||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105504|000105504|124000105504|NO|Permanent|5504|FORT ST JOHN LEARNING CENTRE|Active|BC1|British Columbia Ministry of Environment|CA|56.244722|-120.856111||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105504|000105504|124000105504|O3|Permanent|5504|FORT ST JOHN LEARNING CENTRE|Active|BC1|British Columbia Ministry of Environment|CA|56.244722|-120.856111||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000105604|000105604|124000105604|PM2.5|Permanent|5604|Penticton Industrial Place|Active|BC1|British Columbia Ministry of Environment|CA|49.477530|-119.595780|308.100|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +124000106101|000106101|124000106101|PM2.5|Permanent|6101|Valemount|Active|BC1|British Columbia Ministry of Environment|CA|52.832459|-119.269821||-8.00|CA|||||| +000106502|000106502|124000106502|PM2.5|Permanent|6502|Fort Nelson Chalo School|Inactive|BC1|British Columbia Ministry of Environment|CA|58.748100|-122.662200||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106700|000106700|124000106700|NO|Permanent|6700|Crofton Escarpment Way|Inactive|BC1|British Columbia Ministry of Environment|CA|48.838001|-123.655197||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106700|000106700|124000106700|PM2.5|Permanent|6700|Crofton Escarpment Way|Inactive|BC1|British Columbia Ministry of Environment|CA|48.838001|-123.655197||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106700|000106700|124000106700|NO2|Permanent|6700|Crofton Escarpment Way|Inactive|BC1|British Columbia Ministry of Environment|CA|48.838001|-123.655197||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106700|000106700|124000106700|SO2|Permanent|6700|Crofton Escarpment Way|Inactive|BC1|British Columbia Ministry of Environment|CA|48.838001|-123.655197||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106701|000106701|124000106701|PM2.5|Permanent|6701|Crofton Substation|Active|BC1|British Columbia Ministry of Environment|CA|48.874529|-123.653929|40.000|-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106702|000106702|124000106702|PM2.5|Permanent|6702|1821 ESCARPMENT WAY|Inactive|BC1|British Columbia Ministry of Environment|CA|48.838056|-123.655278||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106800|000106800|124000106800|SO2|Permanent|6800|Ucluelet Amphitrite Point|Inactive|BC1|British Columbia Ministry of Environment|CA|48.921700|-125.541100||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106800|000106800|124000106800|NO|Permanent|6800|Ucluelet Amphitrite Point|Inactive|BC1|British Columbia Ministry of Environment|CA|48.921700|-125.541100||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106800|000106800|124000106800|O3|Permanent|6800|Ucluelet Amphitrite Point|Inactive|BC1|British Columbia Ministry of Environment|CA|48.921700|-125.541100||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106800|000106800|124000106800|PM2.5|Permanent|6800|Ucluelet Amphitrite Point|Inactive|BC1|British Columbia Ministry of Environment|CA|48.921700|-125.541100||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106800|000106800|124000106800|NO2|Permanent|6800|Ucluelet Amphitrite Point|Inactive|BC1|British Columbia Ministry of Environment|CA|48.921700|-125.541100||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106800|000106800|124000106800|CO|Permanent|6800|Ucluelet Amphitrite Point|Inactive|BC1|British Columbia Ministry of Environment|CA|48.921700|-125.541100||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106900|000106900|124000106900|PM2.5|Permanent|6900|Vanderhoof Courthouse|Active|BC1|British Columbia Ministry of Environment|CA|54.016300|-124.006100||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000106900|000106900|124000106900|PM10|Permanent|6900|Vanderhoof Courthouse|Active|BC1|British Columbia Ministry of Environment|CA|54.016300|-124.006100||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000107000|000107000|124000107000|PM2.5|Permanent|7000|Rumble Beach Hospital|Inactive|BC1|British Columbia Ministry of Environment|CA|50.426399|-127.488098||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000107000|000107000|124000107000|SO2|Permanent|7000|Rumble Beach Hospital|Inactive|BC1|British Columbia Ministry of Environment|CA|50.426399|-127.488098||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000107001|000107001|124000107001|SO2|Permanent|7001|Port Alice Lake Road|Inactive|BC1|British Columbia Ministry of Environment|CA|50.366798|-127.433296||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000107100|000107100|124000107100|O3|Permanent|7100|Courtenay Elementary School|Active|BC1|British Columbia Ministry of Environment|CA|49.682603|-124.996222||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000107100|000107100|124000107100|PM2.5|Permanent|7100|Courtenay Elementary School|Active|BC1|British Columbia Ministry of Environment|CA|49.682603|-124.996222||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000107100|000107100|124000107100|NO2|Permanent|7100|Courtenay Elementary School|Active|BC1|British Columbia Ministry of Environment|CA|49.682603|-124.996222||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000107100|000107100|124000107100|NO|Permanent|7100|Courtenay Elementary School|Active|BC1|British Columbia Ministry of Environment|CA|49.682603|-124.996222||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000107200|000107200|124000107200|PM10|Permanent|7200|Strathnaver Meadowbank|Inactive|BC1|British Columbia Ministry of Environment|CA|53.300201|-122.521400||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000107200|000107200|124000107200|PM2.5|Permanent|7200|Strathnaver Meadowbank|Inactive|BC1|British Columbia Ministry of Environment|CA|53.300201|-122.521400||-8.00|CA|||00|CC|010|BRITISH COLUMBIA +000129501|000129501|124000129501|O3|Permanent|9501|Snare Rapids|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|63.508600|-116.007800|240.000|-7.00|CA|||00|CC|012|NORTHWEST TERRITORIES +000129602|000129602|124000129602|O3|Permanent|9602|Wood Buffalo Park|Active|CN2|Canadian Air and Precipitation Monitoring Network|CA|60.146500|-113.637690|284.000|-7.00|CA|||00|CC|012|NORTHWEST TERRITORIES +764000BKP56T|000BKP56T|764000BKP56T|PM2.5|Permanent|P56T|Din Dang|Active|TPCD|Thailand Pollution Control Department||13.761920|100.558600||7.00||||||| +764000BKP56T|000BKP56T|764000BKP56T|PM10|Permanent|P56T|Din Dang|Active|TPCD|Thailand Pollution Control Department||13.761920|100.558600||7.00||||||| +764000BKP57T|000BKP57T|764000BKP57T|PM2.5|Permanent|P57T|Phra Kanong District Office|Active|TPCD|Thailand Pollution Control Department||13.691510|100.614600||7.00||||||| +764000BKP57T|000BKP57T|764000BKP57T|PM10|Permanent|P57T|Phra Kanong District Office|Active|TPCD|Thailand Pollution Control Department||13.691510|100.614600||7.00||||||| +764000BKP58T|000BKP58T|764000BKP58T|PM2.5|Permanent|P58T|Rat Burana District Office|Active|TPCD|Thailand Pollution Control Department||13.682140|100.506000||7.00||||||| +764000BKP58T|000BKP58T|764000BKP58T|PM10|Permanent|P58T|Rat Burana District Office|Active|TPCD|Thailand Pollution Control Department||13.682140|100.506000||7.00||||||| +764000BKP59T|000BKP59T|764000BKP59T|PM10|Permanent|P59T|Ratchathewi District Office|Active|TPCD|Thailand Pollution Control Department||13.759090|100.534600||7.00||||||| +764000BKP59T|000BKP59T|764000BKP59T|PM2.5|Permanent|P59T|Ratchathewi District Office|Active|TPCD|Thailand Pollution Control Department||13.759090|100.534600||7.00||||||| +764000BKP60T|000BKP60T|764000BKP60T|PM2.5|Permanent|P60T|Dusit District Office|Active|TPCD|Thailand Pollution Control Department||13.776660|100.521000||7.00||||||| +764000BKP60T|000BKP60T|764000BKP60T|PM10|Permanent|P60T|Dusit District Office|Active|TPCD|Thailand Pollution Control Department||13.776660|100.521000||7.00||||||| +764000BKP61T|000BKP61T|764000BKP61T|PM2.5|Permanent|P61T|Nat Eco and Soc Dev Council Office|Active|TPCD|Thailand Pollution Control Department||13.756280|100.514300||7.00||||||| +764000BKP61T|000BKP61T|764000BKP61T|PM10|Permanent|P61T|Nat Eco and Soc Dev Council Office|Active|TPCD|Thailand Pollution Control Department||13.756280|100.514300||7.00||||||| +764000BKP62T|000BKP62T|764000BKP62T|PM2.5|Permanent|P62T|Odeon Circus|Active|TPCD|Thailand Pollution Control Department||13.737140|100.512700||7.00||||||| +764000BKP63T|000BKP63T|764000BKP63T|PM2.5|Permanent|P63T|Army Apartment Sam Sen|Active|TPCD|Thailand Pollution Control Department||13.783550|100.534500||7.00||||||| +764000BKP64T|000BKP64T|764000BKP64T|PM2.5|Permanent|P64T|Wang Thonglang District Office|Active|TPCD|Thailand Pollution Control Department||13.778980|100.622300||7.00||||||| +764000BKP65T|000BKP65T|764000BKP65T|PM2.5|Permanent|P65T|Samyan Mitrtown|Active|TPCD|Thailand Pollution Control Department||13.733140|100.528300||7.00||||||| +764000BKP66T|000BKP66T|764000BKP66T|PM2.5|Permanent|P66T|Bangrak Lovely Plaza|Active|TPCD|Thailand Pollution Control Department||13.726140|100.528100||7.00||||||| +764000BKP67T|000BKP67T|764000BKP67T|PM2.5|Permanent|P67T|Sathon District Office|Active|TPCD|Thailand Pollution Control Department||13.707760|100.526800||7.00||||||| +764000BKP68T|000BKP68T|764000BKP68T|PM2.5|Permanent|P68T|Thanon Tok Intersection|Active|TPCD|Thailand Pollution Control Department||13.697250|100.497200||7.00||||||| +764000BKP69T|000BKP69T|764000BKP69T|PM2.5|Permanent|P69T|Bank of Ayuthaya Head Office|Active|TPCD|Thailand Pollution Control Department||13.679230|100.546900||7.00||||||| +764000BKP70T|000BKP70T|764000BKP70T|PM2.5|Permanent|P70T|Soi Sukhumwit 63|Active|TPCD|Thailand Pollution Control Department||13.722100|100.584600||7.00||||||| +764000BKP70T|000BKP70T|764000BKP70T|PM10|Permanent|P70T|Soi Sukhumwit 63|Active|TPCD|Thailand Pollution Control Department||13.722100|100.584600||7.00||||||| +764000BKP71T|000BKP71T|764000BKP71T|PM2.5|Permanent|P71T|Suan Luang District Office|Active|TPCD|Thailand Pollution Control Department||13.731050|100.651700||7.00||||||| +764000BKP71T|000BKP71T|764000BKP71T|PM10|Permanent|P71T|Suan Luang District Office|Active|TPCD|Thailand Pollution Control Department||13.731050|100.651700||7.00||||||| +764000BKP72T|000BKP72T|764000BKP72T|PM10|Permanent|P72T|Big C Supercenter Bang Na|Active|TPCD|Thailand Pollution Control Department||13.667990|100.635300||7.00||||||| +764000BKP72T|000BKP72T|764000BKP72T|PM2.5|Permanent|P72T|Big C Supercenter Bang Na|Active|TPCD|Thailand Pollution Control Department||13.667990|100.635300||7.00||||||| +764000BKP73T|000BKP73T|764000BKP73T|PM2.5|Permanent|P73T|Kasertsart University|Active|TPCD|Thailand Pollution Control Department||13.839920|100.575600||7.00||||||| +764000BKP74T|000BKP74T|764000BKP74T|PM10|Permanent|P74T|Don Mueng District Office|Active|TPCD|Thailand Pollution Control Department||13.910990|100.594900||7.00||||||| +764000BKP74T|000BKP74T|764000BKP74T|PM2.5|Permanent|P74T|Don Mueng District Office|Active|TPCD|Thailand Pollution Control Department||13.910990|100.594900||7.00||||||| +764000BKP75T|000BKP75T|764000BKP75T|PM10|Permanent|P75T|Sai Mai District Office|Active|TPCD|Thailand Pollution Control Department||13.896040|100.660600||7.00||||||| +764000BKP75T|000BKP75T|764000BKP75T|PM2.5|Permanent|P75T|Sai Mai District Office|Active|TPCD|Thailand Pollution Control Department||13.896040|100.660600||7.00||||||| +764000BKP76T|000BKP76T|764000BKP76T|PM2.5|Permanent|P76T|Bang Kapi District Office|Active|TPCD|Thailand Pollution Control Department||13.766480|100.647800||7.00||||||| +764000BKP77T|000BKP77T|764000BKP77T|PM2.5|Permanent|P77T|Suan Sayam-Ram Intersection|Active|TPCD|Thailand Pollution Control Department||13.799400|100.682500||7.00||||||| +764000BKP77T|000BKP77T|764000BKP77T|PM10|Permanent|P77T|Suan Sayam-Ram Intersection|Active|TPCD|Thailand Pollution Control Department||13.799400|100.682500||7.00||||||| +764000BKP78T|000BKP78T|764000BKP78T|PM2.5|Permanent|P78T|Lat Krabang Hospital|Active|TPCD|Thailand Pollution Control Department||13.722050|100.784100||7.00||||||| +764000BKP79T|000BKP79T|764000BKP79T|PM10|Permanent|P79T|Chaloem Phrakiat Rama 9|Active|TPCD|Thailand Pollution Control Department||13.813580|100.732100||7.00||||||| +764000BKP79T|000BKP79T|764000BKP79T|PM2.5|Permanent|P79T|Chaloem Phrakiat Rama 9|Active|TPCD|Thailand Pollution Control Department||13.813580|100.732100||7.00||||||| +764000BKP80T|000BKP80T|764000BKP80T|PM2.5|Permanent|P80T|Nong Chok District Office|Active|TPCD|Thailand Pollution Control Department||13.855360|100.862700||7.00||||||| +764000BKP80T|000BKP80T|764000BKP80T|PM10|Permanent|P80T|Nong Chok District Office|Active|TPCD|Thailand Pollution Control Department||13.855360|100.862700||7.00||||||| +764000BKP81T|000BKP81T|764000BKP81T|PM2.5|Permanent|P81T|Seacon Square|Active|TPCD|Thailand Pollution Control Department||13.695560|100.647600||7.00||||||| +764000BKP81T|000BKP81T|764000BKP81T|PM10|Permanent|P81T|Seacon Square|Active|TPCD|Thailand Pollution Control Department||13.695560|100.647600||7.00||||||| +764000BKP82T|000BKP82T|764000BKP82T|PM2.5|Permanent|P82T|Mahaisawan Intersection|Active|TPCD|Thailand Pollution Control Department||13.705150|100.484600||7.00||||||| +764000BKP83T|000BKP83T|764000BKP83T|PM2.5|Permanent|P83T|Library King Taksin Bridge|Active|TPCD|Thailand Pollution Control Department||13.719710|100.508800||7.00||||||| +764000BKP84T|000BKP84T|764000BKP84T|PM2.5|Permanent|P84T|Tha phra Intersection|Active|TPCD|Thailand Pollution Control Department||13.729430|100.474400||7.00||||||| +764000BKP84T|000BKP84T|764000BKP84T|PM10|Permanent|P84T|Tha phra Intersection|Active|TPCD|Thailand Pollution Control Department||13.729430|100.474400||7.00||||||| +764000BKP85T|000BKP85T|764000BKP85T|PM2.5|Permanent|P85T|Bangkok Noi Train Police Station|Active|TPCD|Thailand Pollution Control Department||13.759620|100.481100||7.00||||||| +764000BKP86T|000BKP86T|764000BKP86T|PM10|Permanent|P86T|Phutthamonthon 1|Active|TPCD|Thailand Pollution Control Department||13.780780|100.426700||7.00||||||| +764000BKP86T|000BKP86T|764000BKP86T|PM2.5|Permanent|P86T|Phutthamonthon 1|Active|TPCD|Thailand Pollution Control Department||13.780780|100.426700||7.00||||||| +764000BKP87T|000BKP87T|764000BKP87T|PM2.5|Permanent|P87T|Thon Buri Market Sanam Luang 2|Active|TPCD|Thailand Pollution Control Department||13.746260|100.355100||7.00||||||| +764000BKP87T|000BKP87T|764000BKP87T|PM10|Permanent|P87T|Thon Buri Market Sanam Luang 2|Active|TPCD|Thailand Pollution Control Department||13.746260|100.355100||7.00||||||| +764000BKP88T|000BKP88T|764000BKP88T|PM2.5|Permanent|P88T|Siam University|Active|TPCD|Thailand Pollution Control Department||13.718690|100.453900||7.00||||||| +764000BKP89T|000BKP89T|764000BKP89T|PM2.5|Permanent|P89T|Ma Charean Roadside|Active|TPCD|Thailand Pollution Control Department||13.705580|100.343200||7.00||||||| +764000BKP89T|000BKP89T|764000BKP89T|PM10|Permanent|P89T|Ma Charean Roadside|Active|TPCD|Thailand Pollution Control Department||13.705580|100.343200||7.00||||||| +764000BKP90T|000BKP90T|764000BKP90T|PM2.5|Permanent|P90T|Bang Bon 5 Market|Active|TPCD|Thailand Pollution Control Department||13.639170|100.373000||7.00||||||| +764000BKP90T|000BKP90T|764000BKP90T|PM10|Permanent|P90T|Bang Bon 5 Market|Active|TPCD|Thailand Pollution Control Department||13.639170|100.373000||7.00||||||| +764000BKP91T|000BKP91T|764000BKP91T|PM2.5|Permanent|P91T|King Mongkuts U of Tech Thonburi|Active|TPCD|Thailand Pollution Control Department||13.651000|100.496700||7.00||||||| +764000BKP91T|000BKP91T|764000BKP91T|PM10|Permanent|P91T|King Mongkuts U of Tech Thonburi|Active|TPCD|Thailand Pollution Control Department||13.651000|100.496700||7.00||||||| +764000BKP92T|000BKP92T|764000BKP92T|PM2.5|Permanent|P92T|Phra Nakhon District Office|Active|TPCD|Thailand Pollution Control Department||13.764150|100.499100||7.00||||||| +764000BKP93T|000BKP93T|764000BKP93T|PM2.5|Permanent|P93T|Huai Khwang District Office|Active|TPCD|Thailand Pollution Control Department||13.776820|100.579500||7.00||||||| +764000BKP93T|000BKP93T|764000BKP93T|PM10|Permanent|P93T|Huai Khwang District Office|Active|TPCD|Thailand Pollution Control Department||13.776820|100.579500||7.00||||||| +764000BKP94T|000BKP94T|764000BKP94T|PM2.5|Permanent|P94T|Khlong Toei District Office|Active|TPCD|Thailand Pollution Control Department||13.708490|100.583800||7.00||||||| +764000BKP95T|000BKP95T|764000BKP95T|PM2.5|Permanent|P95T|Bang Sue District Office|Active|TPCD|Thailand Pollution Control Department||13.809600|100.537900||7.00||||||| +764000BKP96T|000BKP96T|764000BKP96T|PM2.5|Permanent|P96T|Ladphrao District Office|Active|TPCD|Thailand Pollution Control Department||13.803590|100.607500||7.00||||||| +764000BKP96T|000BKP96T|764000BKP96T|PM10|Permanent|P96T|Ladphrao District Office|Active|TPCD|Thailand Pollution Control Department||13.803590|100.607500||7.00||||||| +764000BKP97T|000BKP97T|764000BKP97T|PM2.5|Permanent|P97T|Lak Si District Office|Active|TPCD|Thailand Pollution Control Department||13.887400|100.579200||7.00||||||| +764000BKP98T|000BKP98T|764000BKP98T|PM2.5|Permanent|P98T|Bang Khen District Office|Active|TPCD|Thailand Pollution Control Department||13.873600|100.595800||7.00||||||| +764000BKP99T|000BKP99T|764000BKP99T|PM2.5|Permanent|P99T|Saphan Sung District Office|Active|TPCD|Thailand Pollution Control Department||13.768890|100.685700||7.00||||||| +764000BKP99T|000BKP99T|764000BKP99T|PM10|Permanent|P99T|Saphan Sung District Office|Active|TPCD|Thailand Pollution Control Department||13.768890|100.685700||7.00||||||| +001101010|001101010|392001101010|SO2|Permanent|1010|JPN Site 001101010|Active|MOE|Japan Ministry of Environment||43.064687|141.350486||9.00||||||| +001101010|001101010|392001101010|NOX|Permanent|1010|JPN Site 001101010|Active|MOE|Japan Ministry of Environment||43.064687|141.350486||9.00||||||| +001101010|001101010|392001101010|NO|Permanent|1010|JPN Site 001101010|Active|MOE|Japan Ministry of Environment||43.064687|141.350486||9.00||||||| +001101010|001101010|392001101010|NO2|Permanent|1010|JPN Site 001101010|Active|MOE|Japan Ministry of Environment||43.064687|141.350486||9.00||||||| +001101020|001101020|392001101020|NO|Permanent|1020|JPN Site 001101020|Active|MOE|Japan Ministry of Environment||43.031079|141.336600||9.00||||||| +001101020|001101020|392001101020|NO2|Permanent|1020|JPN Site 001101020|Active|MOE|Japan Ministry of Environment||43.031079|141.336600||9.00||||||| +001101020|001101020|392001101020|SO2|Permanent|1020|JPN Site 001101020|Active|MOE|Japan Ministry of Environment||43.031079|141.336600||9.00||||||| +001101020|001101020|392001101020|NOX|Permanent|1020|JPN Site 001101020|Active|MOE|Japan Ministry of Environment||43.031079|141.336600||9.00||||||| +001101080|001101080|392001101080|NO2|Permanent|1080|JPN Site 001101080|Active|MOE|Japan Ministry of Environment||43.076352|141.311044||9.00||||||| +001101080|001101080|392001101080|NOX|Permanent|1080|JPN Site 001101080|Active|MOE|Japan Ministry of Environment||43.076352|141.311044||9.00||||||| +001101080|001101080|392001101080|NO|Permanent|1080|JPN Site 001101080|Active|MOE|Japan Ministry of Environment||43.076352|141.311044||9.00||||||| +001101520|001101520|392001101520|CO|Permanent|1520|JPN Site 001101520|Active|MOE|Japan Ministry of Environment||43.064687|141.350208||9.00||||||| +001101520|001101520|392001101520|NOX|Permanent|1520|JPN Site 001101520|Active|MOE|Japan Ministry of Environment||43.064687|141.350208||9.00||||||| +001101520|001101520|392001101520|NO2|Permanent|1520|JPN Site 001101520|Active|MOE|Japan Ministry of Environment||43.064687|141.350208||9.00||||||| +001101520|001101520|392001101520|NO|Permanent|1520|JPN Site 001101520|Active|MOE|Japan Ministry of Environment||43.064687|141.350208||9.00||||||| +001101540|001101540|392001101540|NO2|Permanent|1540|JPN Site 001101540|Active|MOE|Japan Ministry of Environment||43.043578|141.340210||9.00||||||| +001101540|001101540|392001101540|NOX|Permanent|1540|JPN Site 001101540|Active|MOE|Japan Ministry of Environment||43.043578|141.340210||9.00||||||| +001101540|001101540|392001101540|NO|Permanent|1540|JPN Site 001101540|Active|MOE|Japan Ministry of Environment||43.043578|141.340210||9.00||||||| +001102010|001102010|392001102010|NOX|Permanent|2010|JPN Site 001102010|Active|MOE|Japan Ministry of Environment||43.149400|141.367703||9.00||||||| +001102010|001102010|392001102010|NO|Permanent|2010|JPN Site 001102010|Active|MOE|Japan Ministry of Environment||43.149400|141.367703||9.00||||||| +001102010|001102010|392001102010|NO2|Permanent|2010|JPN Site 001102010|Active|MOE|Japan Ministry of Environment||43.149400|141.367703||9.00||||||| +001102010|001102010|392001102010|SO2|Permanent|2010|JPN Site 001102010|Active|MOE|Japan Ministry of Environment||43.149400|141.367703||9.00||||||| +001102020|001102020|392001102020|NO2|Permanent|2020|JPN Site 001102020|Active|MOE|Japan Ministry of Environment||43.084129|141.329653||9.00||||||| +001102020|001102020|392001102020|CO|Permanent|2020|JPN Site 001102020|Active|MOE|Japan Ministry of Environment||43.084129|141.329653||9.00||||||| +001102020|001102020|392001102020|NO|Permanent|2020|JPN Site 001102020|Active|MOE|Japan Ministry of Environment||43.084129|141.329653||9.00||||||| +001102020|001102020|392001102020|SO2|Permanent|2020|JPN Site 001102020|Active|MOE|Japan Ministry of Environment||43.084129|141.329653||9.00||||||| +001102020|001102020|392001102020|TEMP|Permanent|2020|JPN Site 001102020|Active|MOE|Japan Ministry of Environment||43.084129|141.329653||9.00||||||| +001102020|001102020|392001102020|WS|Permanent|2020|JPN Site 001102020|Active|MOE|Japan Ministry of Environment||43.084129|141.329653||9.00||||||| +001102020|001102020|392001102020|WD|Permanent|2020|JPN Site 001102020|Active|MOE|Japan Ministry of Environment||43.084129|141.329653||9.00||||||| +001102020|001102020|392001102020|RHUM|Permanent|2020|JPN Site 001102020|Active|MOE|Japan Ministry of Environment||43.084129|141.329653||9.00||||||| +001102020|001102020|392001102020|NOX|Permanent|2020|JPN Site 001102020|Active|MOE|Japan Ministry of Environment||43.084129|141.329653||9.00||||||| +001102510|001102510|392001102510|NO2|Permanent|2510|JPN Site 001102510|Active|MOE|Japan Ministry of Environment||43.086907|141.345485||9.00||||||| +001102510|001102510|392001102510|NOX|Permanent|2510|JPN Site 001102510|Active|MOE|Japan Ministry of Environment||43.086907|141.345485||9.00||||||| +001102510|001102510|392001102510|NO|Permanent|2510|JPN Site 001102510|Active|MOE|Japan Ministry of Environment||43.086907|141.345485||9.00||||||| +001103010|001103010|392001103010|NO2|Permanent|3010|JPN Site 001103010|Active|MOE|Japan Ministry of Environment||43.086074|141.354651||9.00||||||| +001103010|001103010|392001103010|NOX|Permanent|3010|JPN Site 001103010|Active|MOE|Japan Ministry of Environment||43.086074|141.354651||9.00||||||| +001103010|001103010|392001103010|NO|Permanent|3010|JPN Site 001103010|Active|MOE|Japan Ministry of Environment||43.086074|141.354651||9.00||||||| +001103520|001103520|392001103520|NO|Permanent|3520|JPN Site 001103520|Active|MOE|Japan Ministry of Environment||43.106627|141.369927||9.00||||||| +001103520|001103520|392001103520|NO2|Permanent|3520|JPN Site 001103520|Active|MOE|Japan Ministry of Environment||43.106627|141.369927||9.00||||||| +001103520|001103520|392001103520|NOX|Permanent|3520|JPN Site 001103520|Active|MOE|Japan Ministry of Environment||43.106627|141.369927||9.00||||||| +001104030|001104030|392001104030|NO2|Permanent|4030|JPN Site 001104030|Active|MOE|Japan Ministry of Environment||43.071076|141.410758||9.00||||||| +001104030|001104030|392001104030|NOX|Permanent|4030|JPN Site 001104030|Active|MOE|Japan Ministry of Environment||43.071076|141.410758||9.00||||||| +001104030|001104030|392001104030|NO|Permanent|4030|JPN Site 001104030|Active|MOE|Japan Ministry of Environment||43.071076|141.410758||9.00||||||| +001105010|001105010|392001105010|NO2|Permanent|5010|JPN Site 001105010|Active|MOE|Japan Ministry of Environment||43.026359|141.423815||9.00||||||| +001105010|001105010|392001105010|SO2|Permanent|5010|JPN Site 001105010|Active|MOE|Japan Ministry of Environment||43.026359|141.423815||9.00||||||| +001105010|001105010|392001105010|NOX|Permanent|5010|JPN Site 001105010|Active|MOE|Japan Ministry of Environment||43.026359|141.423815||9.00||||||| +001105010|001105010|392001105010|NO|Permanent|5010|JPN Site 001105010|Active|MOE|Japan Ministry of Environment||43.026359|141.423815||9.00||||||| +001105520|001105520|392001105520|NO2|Permanent|5520|JPN Site 001105520|Active|MOE|Japan Ministry of Environment||43.034135|141.392150||9.00||||||| +001105520|001105520|392001105520|NOX|Permanent|5520|JPN Site 001105520|Active|MOE|Japan Ministry of Environment||43.034135|141.392150||9.00||||||| +001105520|001105520|392001105520|NO|Permanent|5520|JPN Site 001105520|Active|MOE|Japan Ministry of Environment||43.034135|141.392150||9.00||||||| +001106040|001106040|392001106040|NOX|Permanent|6040|JPN Site 001106040|Active|MOE|Japan Ministry of Environment||42.962475|141.314105||9.00||||||| +001106040|001106040|392001106040|NO|Permanent|6040|JPN Site 001106040|Active|MOE|Japan Ministry of Environment||42.962475|141.314105||9.00||||||| +001106040|001106040|392001106040|NO2|Permanent|6040|JPN Site 001106040|Active|MOE|Japan Ministry of Environment||42.962475|141.314105||9.00||||||| +001107020|001107020|392001107020|NO2|Permanent|7020|JPN Site 001107020|Active|MOE|Japan Ministry of Environment||43.091072|141.282157||9.00||||||| +001107020|001107020|392001107020|SO2|Permanent|7020|JPN Site 001107020|Active|MOE|Japan Ministry of Environment||43.091072|141.282157||9.00||||||| +001107020|001107020|392001107020|NOX|Permanent|7020|JPN Site 001107020|Active|MOE|Japan Ministry of Environment||43.091072|141.282157||9.00||||||| +001107020|001107020|392001107020|NO|Permanent|7020|JPN Site 001107020|Active|MOE|Japan Ministry of Environment||43.091072|141.282157||9.00||||||| +001107030|001107030|392001107030|NO2|Permanent|7030|JPN Site 001107030|Active|MOE|Japan Ministry of Environment||43.125790|141.241325||9.00||||||| +001107030|001107030|392001107030|NOX|Permanent|7030|JPN Site 001107030|Active|MOE|Japan Ministry of Environment||43.125790|141.241325||9.00||||||| +001107030|001107030|392001107030|NO|Permanent|7030|JPN Site 001107030|Active|MOE|Japan Ministry of Environment||43.125790|141.241325||9.00||||||| +001108010|001108010|392001108010|NO2|Permanent|8010|JPN Site 001108010|Active|MOE|Japan Ministry of Environment||43.044413|141.461033||9.00||||||| +001108010|001108010|392001108010|NOX|Permanent|8010|JPN Site 001108010|Active|MOE|Japan Ministry of Environment||43.044413|141.461033||9.00||||||| +001108010|001108010|392001108010|NO|Permanent|8010|JPN Site 001108010|Active|MOE|Japan Ministry of Environment||43.044413|141.461033||9.00||||||| +001202080|001202080|392001202080|WS|Permanent|2080|JPN Site 001202080|Active|MOE|Japan Ministry of Environment||41.821476|140.743371||9.00||||||| +001202080|001202080|392001202080|WD|Permanent|2080|JPN Site 001202080|Active|MOE|Japan Ministry of Environment||41.821476|140.743371||9.00||||||| +001202100|001202100|392001202100|WD|Permanent|2100|JPN Site 001202100|Active|MOE|Japan Ministry of Environment||41.780925|140.731985||9.00||||||| +001202100|001202100|392001202100|SO2|Permanent|2100|JPN Site 001202100|Active|MOE|Japan Ministry of Environment||41.780925|140.731985||9.00||||||| +001202100|001202100|392001202100|WS|Permanent|2100|JPN Site 001202100|Active|MOE|Japan Ministry of Environment||41.780925|140.731985||9.00||||||| +001202110|001202110|392001202110|NOX|Permanent|2110|JPN Site 001202110|Active|MOE|Japan Ministry of Environment||41.798423|140.727262||9.00||||||| +001202110|001202110|392001202110|NO|Permanent|2110|JPN Site 001202110|Active|MOE|Japan Ministry of Environment||41.798423|140.727262||9.00||||||| +001202110|001202110|392001202110|NO2|Permanent|2110|JPN Site 001202110|Active|MOE|Japan Ministry of Environment||41.798423|140.727262||9.00||||||| +001202110|001202110|392001202110|SO2|Permanent|2110|JPN Site 001202110|Active|MOE|Japan Ministry of Environment||41.798423|140.727262||9.00||||||| +001202110|001202110|392001202110|WS|Permanent|2110|JPN Site 001202110|Active|MOE|Japan Ministry of Environment||41.798423|140.727262||9.00||||||| +001202110|001202110|392001202110|WD|Permanent|2110|JPN Site 001202110|Active|MOE|Japan Ministry of Environment||41.798423|140.727262||9.00||||||| +001202560|001202560|392001202560|NO2|Permanent|2560|JPN Site 001202560|Active|MOE|Japan Ministry of Environment||41.817865|140.748926||9.00||||||| +001202560|001202560|392001202560|NOX|Permanent|2560|JPN Site 001202560|Active|MOE|Japan Ministry of Environment||41.817865|140.748926||9.00||||||| +001202560|001202560|392001202560|NO|Permanent|2560|JPN Site 001202560|Active|MOE|Japan Ministry of Environment||41.817865|140.748926||9.00||||||| +001202570|001202570|392001202570|NO2|Permanent|2570|JPN Site 001202570|Active|MOE|Japan Ministry of Environment||41.785369|140.763927||9.00||||||| +001202570|001202570|392001202570|NOX|Permanent|2570|JPN Site 001202570|Active|MOE|Japan Ministry of Environment||41.785369|140.763927||9.00||||||| +001202570|001202570|392001202570|NO|Permanent|2570|JPN Site 001202570|Active|MOE|Japan Ministry of Environment||41.785369|140.763927||9.00||||||| +001203090|001203090|392001203090|NO2|Permanent|3090|JPN Site 001203090|Active|MOE|Japan Ministry of Environment||43.141898|141.152443||9.00||||||| +001203090|001203090|392001203090|NOX|Permanent|3090|JPN Site 001203090|Active|MOE|Japan Ministry of Environment||43.141898|141.152443||9.00||||||| +001203090|001203090|392001203090|NO|Permanent|3090|JPN Site 001203090|Active|MOE|Japan Ministry of Environment||43.141898|141.152443||9.00||||||| +001203100|001203100|392001203100|NO|Permanent|3100|JPN Site 001203100|Active|MOE|Japan Ministry of Environment||43.184391|141.018286||9.00||||||| +001203100|001203100|392001203100|NO2|Permanent|3100|JPN Site 001203100|Active|MOE|Japan Ministry of Environment||43.184391|141.018286||9.00||||||| +001203100|001203100|392001203100|SO2|Permanent|3100|JPN Site 001203100|Active|MOE|Japan Ministry of Environment||43.184391|141.018286||9.00||||||| +001203100|001203100|392001203100|NOX|Permanent|3100|JPN Site 001203100|Active|MOE|Japan Ministry of Environment||43.184391|141.018286||9.00||||||| +001203110|001203110|392001203110|NO|Permanent|3110|JPN Site 001203110|Active|MOE|Japan Ministry of Environment||43.212997|140.933291||9.00||||||| +001203110|001203110|392001203110|NO2|Permanent|3110|JPN Site 001203110|Active|MOE|Japan Ministry of Environment||43.212997|140.933291||9.00||||||| +001203110|001203110|392001203110|NOX|Permanent|3110|JPN Site 001203110|Active|MOE|Japan Ministry of Environment||43.212997|140.933291||9.00||||||| +001203520|001203520|392001203520|NO2|Permanent|3520|JPN Site 001203520|Active|MOE|Japan Ministry of Environment||43.199111|140.991065||9.00||||||| +001203520|001203520|392001203520|CO|Permanent|3520|JPN Site 001203520|Active|MOE|Japan Ministry of Environment||43.199111|140.991065||9.00||||||| +001203520|001203520|392001203520|NOX|Permanent|3520|JPN Site 001203520|Active|MOE|Japan Ministry of Environment||43.199111|140.991065||9.00||||||| +001203520|001203520|392001203520|NO|Permanent|3520|JPN Site 001203520|Active|MOE|Japan Ministry of Environment||43.199111|140.991065||9.00||||||| +001204010|001204010|392001204010|SO2|Permanent|4010|JPN Site 001204010|Active|MOE|Japan Ministry of Environment||43.772685|142.360925||9.00||||||| +001204011|001204011|392001204011|NO2|Permanent|4011|JPN Site 001204011|Active|MOE|Japan Ministry of Environment||43.772685|142.360925||9.00||||||| +001204011|001204011|392001204011|CO|Permanent|4011|JPN Site 001204011|Active|MOE|Japan Ministry of Environment||43.772685|142.360925||9.00||||||| +001204011|001204011|392001204011|NOX|Permanent|4011|JPN Site 001204011|Active|MOE|Japan Ministry of Environment||43.772685|142.360925||9.00||||||| +001204011|001204011|392001204011|NO|Permanent|4011|JPN Site 001204011|Active|MOE|Japan Ministry of Environment||43.772685|142.360925||9.00||||||| +001204050|001204050|392001204050|NO2|Permanent|4050|JPN Site 001204050|Active|MOE|Japan Ministry of Environment||43.796848|142.326760||9.00||||||| +001204050|001204050|392001204050|WS|Permanent|4050|JPN Site 001204050|Active|MOE|Japan Ministry of Environment||43.796848|142.326760||9.00||||||| +001204050|001204050|392001204050|WD|Permanent|4050|JPN Site 001204050|Active|MOE|Japan Ministry of Environment||43.796848|142.326760||9.00||||||| +001204050|001204050|392001204050|NOX|Permanent|4050|JPN Site 001204050|Active|MOE|Japan Ministry of Environment||43.796848|142.326760||9.00||||||| +001204050|001204050|392001204050|NO|Permanent|4050|JPN Site 001204050|Active|MOE|Japan Ministry of Environment||43.796848|142.326760||9.00||||||| +001204150|001204150|392001204150|NO2|Permanent|4150|JPN Site 001204150|Active|MOE|Japan Ministry of Environment||43.749632|142.392312||9.00||||||| +001204150|001204150|392001204150|NOX|Permanent|4150|JPN Site 001204150|Active|MOE|Japan Ministry of Environment||43.749632|142.392312||9.00||||||| +001204150|001204150|392001204150|NO|Permanent|4150|JPN Site 001204150|Active|MOE|Japan Ministry of Environment||43.749632|142.392312||9.00||||||| +001204160|001204160|392001204160|NO2|Permanent|4160|JPN Site 001204160|Active|MOE|Japan Ministry of Environment||43.812681|142.432861||9.00||||||| +001204160|001204160|392001204160|NOX|Permanent|4160|JPN Site 001204160|Active|MOE|Japan Ministry of Environment||43.812681|142.432861||9.00||||||| +001204160|001204160|392001204160|NO|Permanent|4160|JPN Site 001204160|Active|MOE|Japan Ministry of Environment||43.812681|142.432861||9.00||||||| +001205020|001205020|392001205020|NO2|Permanent|5020|JPN Site 001205020|Active|MOE|Japan Ministry of Environment||42.325038|140.994160||9.00||||||| +001205020|001205020|392001205020|SO2|Permanent|5020|JPN Site 001205020|Active|MOE|Japan Ministry of Environment||42.325038|140.994160||9.00||||||| +001205020|001205020|392001205020|NOX|Permanent|5020|JPN Site 001205020|Active|MOE|Japan Ministry of Environment||42.325038|140.994160||9.00||||||| +001205020|001205020|392001205020|NO|Permanent|5020|JPN Site 001205020|Active|MOE|Japan Ministry of Environment||42.325038|140.994160||9.00||||||| +001205060|001205060|392001205060|SO2|Permanent|5060|JPN Site 001205060|Active|MOE|Japan Ministry of Environment||42.376698|140.938329||9.00||||||| +001205310|001205310|392001205310|NO2|Permanent|5310|JPN Site 001205310|Active|MOE|Japan Ministry of Environment||42.339203|141.012492||9.00||||||| +001205310|001205310|392001205310|SO2|Permanent|5310|JPN Site 001205310|Active|MOE|Japan Ministry of Environment||42.339203|141.012492||9.00||||||| +001205310|001205310|392001205310|NOX|Permanent|5310|JPN Site 001205310|Active|MOE|Japan Ministry of Environment||42.339203|141.012492||9.00||||||| +001205310|001205310|392001205310|NO|Permanent|5310|JPN Site 001205310|Active|MOE|Japan Ministry of Environment||42.339203|141.012492||9.00||||||| +001205320|001205320|392001205320|SO2|Permanent|5320|JPN Site 001205320|Active|MOE|Japan Ministry of Environment||42.350036|141.027490||9.00||||||| +001205540|001205540|392001205540|CO|Permanent|5540|JPN Site 001205540|Active|MOE|Japan Ministry of Environment||42.344481|141.023602||9.00||||||| +001205540|001205540|392001205540|NOX|Permanent|5540|JPN Site 001205540|Active|MOE|Japan Ministry of Environment||42.344481|141.023602||9.00||||||| +001205540|001205540|392001205540|NO|Permanent|5540|JPN Site 001205540|Active|MOE|Japan Ministry of Environment||42.344481|141.023602||9.00||||||| +001205540|001205540|392001205540|NO2|Permanent|5540|JPN Site 001205540|Active|MOE|Japan Ministry of Environment||42.344481|141.023602||9.00||||||| +001206280|001206280|392001206280|NO2|Permanent|6280|JPN Site 001206280|Active|MOE|Japan Ministry of Environment||43.019465|144.258857||9.00||||||| +001206280|001206280|392001206280|SO2|Permanent|6280|JPN Site 001206280|Active|MOE|Japan Ministry of Environment||43.019465|144.258857||9.00||||||| +001206280|001206280|392001206280|WS|Permanent|6280|JPN Site 001206280|Active|MOE|Japan Ministry of Environment||43.019465|144.258857||9.00||||||| +001206280|001206280|392001206280|WD|Permanent|6280|JPN Site 001206280|Active|MOE|Japan Ministry of Environment||43.019465|144.258857||9.00||||||| +001206280|001206280|392001206280|NOX|Permanent|6280|JPN Site 001206280|Active|MOE|Japan Ministry of Environment||43.019465|144.258857||9.00||||||| +001206280|001206280|392001206280|NO|Permanent|6280|JPN Site 001206280|Active|MOE|Japan Ministry of Environment||43.019465|144.258857||9.00||||||| +001206290|001206290|392001206290|NO2|Permanent|6290|JPN Site 001206290|Active|MOE|Japan Ministry of Environment||43.023633|144.359960||9.00||||||| +001206290|001206290|392001206290|SO2|Permanent|6290|JPN Site 001206290|Active|MOE|Japan Ministry of Environment||43.023633|144.359960||9.00||||||| +001206290|001206290|392001206290|NOX|Permanent|6290|JPN Site 001206290|Active|MOE|Japan Ministry of Environment||43.023633|144.359960||9.00||||||| +001206290|001206290|392001206290|NO|Permanent|6290|JPN Site 001206290|Active|MOE|Japan Ministry of Environment||43.023633|144.359960||9.00||||||| +001213020|001213020|392001213020|NO2|Permanent|3020|JPN Site 001213020|Active|MOE|Japan Ministry of Environment||42.650569|141.607706||9.00||||||| +001213020|001213020|392001213020|SO2|Permanent|3020|JPN Site 001213020|Active|MOE|Japan Ministry of Environment||42.650569|141.607706||9.00||||||| +001213020|001213020|392001213020|NOX|Permanent|3020|JPN Site 001213020|Active|MOE|Japan Ministry of Environment||42.650569|141.607706||9.00||||||| +001213020|001213020|392001213020|NO|Permanent|3020|JPN Site 001213020|Active|MOE|Japan Ministry of Environment||42.650569|141.607706||9.00||||||| +001213050|001213050|392001213050|NO2|Permanent|3050|JPN Site 001213050|Active|MOE|Japan Ministry of Environment||42.661402|141.627981||9.00||||||| +001213050|001213050|392001213050|SO2|Permanent|3050|JPN Site 001213050|Active|MOE|Japan Ministry of Environment||42.661402|141.627981||9.00||||||| +001213050|001213050|392001213050|NOX|Permanent|3050|JPN Site 001213050|Active|MOE|Japan Ministry of Environment||42.661402|141.627981||9.00||||||| +001213050|001213050|392001213050|NO|Permanent|3050|JPN Site 001213050|Active|MOE|Japan Ministry of Environment||42.661402|141.627981||9.00||||||| +001213070|001213070|392001213070|NO2|Permanent|3070|JPN Site 001213070|Active|MOE|Japan Ministry of Environment||42.628907|141.724086||9.00||||||| +001213070|001213070|392001213070|SO2|Permanent|3070|JPN Site 001213070|Active|MOE|Japan Ministry of Environment||42.628907|141.724086||9.00||||||| +001213070|001213070|392001213070|NOX|Permanent|3070|JPN Site 001213070|Active|MOE|Japan Ministry of Environment||42.628907|141.724086||9.00||||||| +001213070|001213070|392001213070|NO|Permanent|3070|JPN Site 001213070|Active|MOE|Japan Ministry of Environment||42.628907|141.724086||9.00||||||| +001213220|001213220|392001213220|NO|Permanent|3220|JPN Site 001213220|Active|MOE|Japan Ministry of Environment||42.670291|141.688254||9.00||||||| +001213220|001213220|392001213220|NO2|Permanent|3220|JPN Site 001213220|Active|MOE|Japan Ministry of Environment||42.670291|141.688254||9.00||||||| +001213220|001213220|392001213220|CO|Permanent|3220|JPN Site 001213220|Active|MOE|Japan Ministry of Environment||42.670291|141.688254||9.00||||||| +001213220|001213220|392001213220|SO2|Permanent|3220|JPN Site 001213220|Active|MOE|Japan Ministry of Environment||42.670291|141.688254||9.00||||||| +001213220|001213220|392001213220|NOX|Permanent|3220|JPN Site 001213220|Active|MOE|Japan Ministry of Environment||42.670291|141.688254||9.00||||||| +001213510|001213510|392001213510|NO2|Permanent|3510|JPN Site 001213510|Active|MOE|Japan Ministry of Environment||42.629459|141.537157||9.00||||||| +001213510|001213510|392001213510|CO|Permanent|3510|JPN Site 001213510|Active|MOE|Japan Ministry of Environment||42.629459|141.537157||9.00||||||| +001213510|001213510|392001213510|NOX|Permanent|3510|JPN Site 001213510|Active|MOE|Japan Ministry of Environment||42.629459|141.537157||9.00||||||| +001213510|001213510|392001213510|NO|Permanent|3510|JPN Site 001213510|Active|MOE|Japan Ministry of Environment||42.629459|141.537157||9.00||||||| +001213610|001213610|392001213610|NO2|Permanent|3610|JPN Site 001213610|Active|MOE|Japan Ministry of Environment||42.636959|141.600762||9.00||||||| +001213610|001213610|392001213610|NOX|Permanent|3610|JPN Site 001213610|Active|MOE|Japan Ministry of Environment||42.636959|141.600762||9.00||||||| +001213610|001213610|392001213610|NO|Permanent|3610|JPN Site 001213610|Active|MOE|Japan Ministry of Environment||42.636959|141.600762||9.00||||||| +001224010|001224010|392001224010|NOX|Permanent|4010|JPN Site 001224010|Active|MOE|Japan Ministry of Environment||42.829996|141.672414||9.00||||||| +001224010|001224010|392001224010|NO|Permanent|4010|JPN Site 001224010|Active|MOE|Japan Ministry of Environment||42.829996|141.672414||9.00||||||| +001224010|001224010|392001224010|NO2|Permanent|4010|JPN Site 001224010|Active|MOE|Japan Ministry of Environment||42.829996|141.672414||9.00||||||| +001224010|001224010|392001224010|SO2|Permanent|4010|JPN Site 001224010|Active|MOE|Japan Ministry of Environment||42.829996|141.672414||9.00||||||| +001224020|001224020|392001224020|NO|Permanent|4020|JPN Site 001224020|Active|MOE|Japan Ministry of Environment||42.839438|141.643527||9.00||||||| +001224020|001224020|392001224020|NO2|Permanent|4020|JPN Site 001224020|Active|MOE|Japan Ministry of Environment||42.839438|141.643527||9.00||||||| +001224020|001224020|392001224020|SO2|Permanent|4020|JPN Site 001224020|Active|MOE|Japan Ministry of Environment||42.839438|141.643527||9.00||||||| +001224020|001224020|392001224020|NOX|Permanent|4020|JPN Site 001224020|Active|MOE|Japan Ministry of Environment||42.839438|141.643527||9.00||||||| +001224050|001224050|392001224050|NO|Permanent|4050|JPN Site 001224050|Active|MOE|Japan Ministry of Environment||42.797222|141.734355||9.00||||||| +001224050|001224050|392001224050|NO2|Permanent|4050|JPN Site 001224050|Active|MOE|Japan Ministry of Environment||42.797222|141.734355||9.00||||||| +001224050|001224050|392001224050|SO2|Permanent|4050|JPN Site 001224050|Active|MOE|Japan Ministry of Environment||42.797222|141.734355||9.00||||||| +001224050|001224050|392001224050|NOX|Permanent|4050|JPN Site 001224050|Active|MOE|Japan Ministry of Environment||42.797222|141.734355||9.00||||||| +001224060|001224060|392001224060|NO2|Permanent|4060|JPN Site 001224060|Active|MOE|Japan Ministry of Environment||42.789443|141.601311||9.00||||||| +001224060|001224060|392001224060|SO2|Permanent|4060|JPN Site 001224060|Active|MOE|Japan Ministry of Environment||42.789443|141.601311||9.00||||||| +001224060|001224060|392001224060|NOX|Permanent|4060|JPN Site 001224060|Active|MOE|Japan Ministry of Environment||42.789443|141.601311||9.00||||||| +001224060|001224060|392001224060|NO|Permanent|4060|JPN Site 001224060|Active|MOE|Japan Ministry of Environment||42.789443|141.601311||9.00||||||| +001224510|001224510|392001224510|NO2|Permanent|4510|JPN Site 001224510|Active|MOE|Japan Ministry of Environment||42.824440|141.654360||9.00||||||| +001224510|001224510|392001224510|NOX|Permanent|4510|JPN Site 001224510|Active|MOE|Japan Ministry of Environment||42.824440|141.654360||9.00||||||| +001224510|001224510|392001224510|NO|Permanent|4510|JPN Site 001224510|Active|MOE|Japan Ministry of Environment||42.824440|141.654360||9.00||||||| +001226010|001226010|392001226010|NOX|Permanent|6010|JPN Site 001226010|Active|MOE|Japan Ministry of Environment||43.512149|141.914863||9.00||||||| +001226010|001226010|392001226010|NO|Permanent|6010|JPN Site 001226010|Active|MOE|Japan Ministry of Environment||43.512149|141.914863||9.00||||||| +001226010|001226010|392001226010|NO2|Permanent|6010|JPN Site 001226010|Active|MOE|Japan Ministry of Environment||43.512149|141.914863||9.00||||||| +001226010|001226010|392001226010|SO2|Permanent|6010|JPN Site 001226010|Active|MOE|Japan Ministry of Environment||43.512149|141.914863||9.00||||||| +001302010|001302010|392001302010|NOX|Permanent|2010|JPN Site 001302010|Active|MOE|Japan Ministry of Environment||43.160231|141.279932||9.00||||||| +001302010|001302010|392001302010|NO|Permanent|2010|JPN Site 001302010|Active|MOE|Japan Ministry of Environment||43.160231|141.279932||9.00||||||| +001302010|001302010|392001302010|NO2|Permanent|2010|JPN Site 001302010|Active|MOE|Japan Ministry of Environment||43.160231|141.279932||9.00||||||| +001424010|001424010|392001424010|NOX|Permanent|4010|JPN Site 001424010|Active|MOE|Japan Ministry of Environment||43.429102|141.871259||9.00||||||| +001424010|001424010|392001424010|NO|Permanent|4010|JPN Site 001424010|Active|MOE|Japan Ministry of Environment||43.429102|141.871259||9.00||||||| +001424010|001424010|392001424010|NO2|Permanent|4010|JPN Site 001424010|Active|MOE|Japan Ministry of Environment||43.429102|141.871259||9.00||||||| +001424010|001424010|392001424010|SO2|Permanent|4010|JPN Site 001424010|Active|MOE|Japan Ministry of Environment||43.429102|141.871259||9.00||||||| +001518950|001518950|392001518950|NO|Permanent|8950|JPN Site 001518950|Active|MOE|Japan Ministry of Environment||45.121964|141.205403||9.00||||||| +001518950|001518950|392001518950|SO2|Permanent|8950|JPN Site 001518950|Active|MOE|Japan Ministry of Environment||45.121964|141.205403||9.00||||||| +001518950|001518950|392001518950|TEMP|Permanent|8950|JPN Site 001518950|Active|MOE|Japan Ministry of Environment||45.121964|141.205403||9.00||||||| +001518950|001518950|392001518950|WS|Permanent|8950|JPN Site 001518950|Active|MOE|Japan Ministry of Environment||45.121964|141.205403||9.00||||||| +001518950|001518950|392001518950|WD|Permanent|8950|JPN Site 001518950|Active|MOE|Japan Ministry of Environment||45.121964|141.205403||9.00||||||| +001518950|001518950|392001518950|RHUM|Permanent|8950|JPN Site 001518950|Active|MOE|Japan Ministry of Environment||45.121964|141.205403||9.00||||||| +001518950|001518950|392001518950|NOX|Permanent|8950|JPN Site 001518950|Active|MOE|Japan Ministry of Environment||45.121964|141.205403||9.00||||||| +001518950|001518950|392001518950|NO2|Permanent|8950|JPN Site 001518950|Active|MOE|Japan Ministry of Environment||45.121964|141.205403||9.00||||||| +001578010|001578010|392001578010|NO2|Permanent|8010|JPN Site 001578010|Active|MOE|Japan Ministry of Environment||42.550853|141.355509||9.00||||||| +001578010|001578010|392001578010|SO2|Permanent|8010|JPN Site 001578010|Active|MOE|Japan Ministry of Environment||42.550853|141.355509||9.00||||||| +001578010|001578010|392001578010|NOX|Permanent|8010|JPN Site 001578010|Active|MOE|Japan Ministry of Environment||42.550853|141.355509||9.00||||||| +001578010|001578010|392001578010|NO|Permanent|8010|JPN Site 001578010|Active|MOE|Japan Ministry of Environment||42.550853|141.355509||9.00||||||| +001579020|001579020|392001579020|NO2|Permanent|9020|JPN Site 001579020|Active|MOE|Japan Ministry of Environment||42.746117|141.761022||9.00||||||| +001579020|001579020|392001579020|SO2|Permanent|9020|JPN Site 001579020|Active|MOE|Japan Ministry of Environment||42.746117|141.761022||9.00||||||| +001579020|001579020|392001579020|NOX|Permanent|9020|JPN Site 001579020|Active|MOE|Japan Ministry of Environment||42.746117|141.761022||9.00||||||| +001579020|001579020|392001579020|NO|Permanent|9020|JPN Site 001579020|Active|MOE|Japan Ministry of Environment||42.746117|141.761022||9.00||||||| +001579030|001579030|392001579030|NOX|Permanent|9030|JPN Site 001579030|Active|MOE|Japan Ministry of Environment||42.757783|141.798240||9.00||||||| +001579030|001579030|392001579030|NO|Permanent|9030|JPN Site 001579030|Active|MOE|Japan Ministry of Environment||42.757783|141.798240||9.00||||||| +001579030|001579030|392001579030|NO2|Permanent|9030|JPN Site 001579030|Active|MOE|Japan Ministry of Environment||42.757783|141.798240||9.00||||||| +001579030|001579030|392001579030|SO2|Permanent|9030|JPN Site 001579030|Active|MOE|Japan Ministry of Environment||42.757783|141.798240||9.00||||||| +001581010|001581010|392001581010|NO2|Permanent|1010|JPN Site 001581010|Active|MOE|Japan Ministry of Environment||42.721400|141.884624||9.00||||||| +001581010|001581010|392001581010|SO2|Permanent|1010|JPN Site 001581010|Active|MOE|Japan Ministry of Environment||42.721400|141.884624||9.00||||||| +001581010|001581010|392001581010|NOX|Permanent|1010|JPN Site 001581010|Active|MOE|Japan Ministry of Environment||42.721400|141.884624||9.00||||||| +001581010|001581010|392001581010|NO|Permanent|1010|JPN Site 001581010|Active|MOE|Japan Ministry of Environment||42.721400|141.884624||9.00||||||| +001581020|001581020|392001581020|NO2|Permanent|1020|JPN Site 001581020|Active|MOE|Japan Ministry of Environment||42.645018|141.849630||9.00||||||| +001581020|001581020|392001581020|SO2|Permanent|1020|JPN Site 001581020|Active|MOE|Japan Ministry of Environment||42.645018|141.849630||9.00||||||| +001581020|001581020|392001581020|NOX|Permanent|1020|JPN Site 001581020|Active|MOE|Japan Ministry of Environment||42.645018|141.849630||9.00||||||| +001581020|001581020|392001581020|NO|Permanent|1020|JPN Site 001581020|Active|MOE|Japan Ministry of Environment||42.645018|141.849630||9.00||||||| +001582020|001582020|392001582020|NO2|Permanent|2020|JPN Site 001582020|Active|MOE|Japan Ministry of Environment||42.598080|141.911294||9.00||||||| +001582020|001582020|392001582020|SO2|Permanent|2020|JPN Site 001582020|Active|MOE|Japan Ministry of Environment||42.598080|141.911294||9.00||||||| +001582020|001582020|392001582020|NOX|Permanent|2020|JPN Site 001582020|Active|MOE|Japan Ministry of Environment||42.598080|141.911294||9.00||||||| +001582020|001582020|392001582020|NO|Permanent|2020|JPN Site 001582020|Active|MOE|Japan Ministry of Environment||42.598080|141.911294||9.00||||||| +001582030|001582030|392001582030|NO2|Permanent|2030|JPN Site 001582030|Active|MOE|Japan Ministry of Environment||42.578916|141.926016||9.00||||||| +001582030|001582030|392001582030|SO2|Permanent|2030|JPN Site 001582030|Active|MOE|Japan Ministry of Environment||42.578916|141.926016||9.00||||||| +001582030|001582030|392001582030|NOX|Permanent|2030|JPN Site 001582030|Active|MOE|Japan Ministry of Environment||42.578916|141.926016||9.00||||||| +001582030|001582030|392001582030|NO|Permanent|2030|JPN Site 001582030|Active|MOE|Japan Ministry of Environment||42.578916|141.926016||9.00||||||| +002201070|002201070|392002201070|NO2|Permanent|1070|JPN Site 002201070|Active|MOE|Japan Ministry of Environment||40.811865|140.915903||9.00||||||| +002201070|002201070|392002201070|SO2|Permanent|1070|JPN Site 002201070|Active|MOE|Japan Ministry of Environment||40.811865|140.915903||9.00||||||| +002201070|002201070|392002201070|NOX|Permanent|1070|JPN Site 002201070|Active|MOE|Japan Ministry of Environment||40.811865|140.915903||9.00||||||| +002201070|002201070|392002201070|NO|Permanent|1070|JPN Site 002201070|Active|MOE|Japan Ministry of Environment||40.811865|140.915903||9.00||||||| +002201080|002201080|392002201080|NO2|Permanent|1080|JPN Site 002201080|Active|MOE|Japan Ministry of Environment||40.814084|140.733418||9.00||||||| +002201080|002201080|392002201080|NOX|Permanent|1080|JPN Site 002201080|Active|MOE|Japan Ministry of Environment||40.814084|140.733418||9.00||||||| +002201080|002201080|392002201080|NO|Permanent|1080|JPN Site 002201080|Active|MOE|Japan Ministry of Environment||40.814084|140.733418||9.00||||||| +002201090|002201090|392002201090|NO2|Permanent|1090|JPN Site 002201090|Active|MOE|Japan Ministry of Environment||40.825193|140.674534||9.00||||||| +002201090|002201090|392002201090|NO|Permanent|1090|JPN Site 002201090|Active|MOE|Japan Ministry of Environment||40.825193|140.674534||9.00||||||| +002201520|002201520|392002201520|NO|Permanent|1520|JPN Site 002201520|Active|MOE|Japan Ministry of Environment||40.826860|140.748972||9.00||||||| +002201520|002201520|392002201520|NO2|Permanent|1520|JPN Site 002201520|Active|MOE|Japan Ministry of Environment||40.826860|140.748972||9.00||||||| +002201520|002201520|392002201520|CO|Permanent|1520|JPN Site 002201520|Active|MOE|Japan Ministry of Environment||40.826860|140.748972||9.00||||||| +002201520|002201520|392002201520|NOX|Permanent|1520|JPN Site 002201520|Active|MOE|Japan Ministry of Environment||40.826860|140.748972||9.00||||||| +002202060|002202060|392002202060|NO|Permanent|2060|JPN Site 002202060|Active|MOE|Japan Ministry of Environment||40.608823|140.476505||9.00||||||| +002202060|002202060|392002202060|NO2|Permanent|2060|JPN Site 002202060|Active|MOE|Japan Ministry of Environment||40.608823|140.476505||9.00||||||| +002202060|002202060|392002202060|NOX|Permanent|2060|JPN Site 002202060|Active|MOE|Japan Ministry of Environment||40.608823|140.476505||9.00||||||| +002202510|002202510|392002202510|NO2|Permanent|2510|JPN Site 002202510|Active|MOE|Japan Ministry of Environment||40.584381|140.474006||9.00||||||| +002202510|002202510|392002202510|CO|Permanent|2510|JPN Site 002202510|Active|MOE|Japan Ministry of Environment||40.584381|140.474006||9.00||||||| +002202510|002202510|392002202510|NOX|Permanent|2510|JPN Site 002202510|Active|MOE|Japan Ministry of Environment||40.584381|140.474006||9.00||||||| +002202510|002202510|392002202510|NO|Permanent|2510|JPN Site 002202510|Active|MOE|Japan Ministry of Environment||40.584381|140.474006||9.00||||||| +002203050|002203050|392002203050|NO2|Permanent|3050|JPN Site 002203050|Active|MOE|Japan Ministry of Environment||40.542459|141.485313||9.00||||||| +002203050|002203050|392002203050|SO2|Permanent|3050|JPN Site 002203050|Active|MOE|Japan Ministry of Environment||40.542459|141.485313||9.00||||||| +002203050|002203050|392002203050|NOX|Permanent|3050|JPN Site 002203050|Active|MOE|Japan Ministry of Environment||40.542459|141.485313||9.00||||||| +002203050|002203050|392002203050|NO|Permanent|3050|JPN Site 002203050|Active|MOE|Japan Ministry of Environment||40.542459|141.485313||9.00||||||| +002203220|002203220|392002203220|NOX|Permanent|3220|JPN Site 002203220|Active|MOE|Japan Ministry of Environment||40.559957|141.448093||9.00||||||| +002203220|002203220|392002203220|NO|Permanent|3220|JPN Site 002203220|Active|MOE|Japan Ministry of Environment||40.559957|141.448093||9.00||||||| +002203220|002203220|392002203220|NO2|Permanent|3220|JPN Site 002203220|Active|MOE|Japan Ministry of Environment||40.559957|141.448093||9.00||||||| +002203220|002203220|392002203220|SO2|Permanent|3220|JPN Site 002203220|Active|MOE|Japan Ministry of Environment||40.559957|141.448093||9.00||||||| +002203240|002203240|392002203240|NO2|Permanent|3240|JPN Site 002203240|Active|MOE|Japan Ministry of Environment||40.515795|141.477537||9.00||||||| +002203240|002203240|392002203240|SO2|Permanent|3240|JPN Site 002203240|Active|MOE|Japan Ministry of Environment||40.515795|141.477537||9.00||||||| +002203240|002203240|392002203240|NOX|Permanent|3240|JPN Site 002203240|Active|MOE|Japan Ministry of Environment||40.515795|141.477537||9.00||||||| +002203240|002203240|392002203240|NO|Permanent|3240|JPN Site 002203240|Active|MOE|Japan Ministry of Environment||40.515795|141.477537||9.00||||||| +002203260|002203260|392002203260|NO|Permanent|3260|JPN Site 002203260|Active|MOE|Japan Ministry of Environment||40.530239|141.518088||9.00||||||| +002203260|002203260|392002203260|NO2|Permanent|3260|JPN Site 002203260|Active|MOE|Japan Ministry of Environment||40.530239|141.518088||9.00||||||| +002203260|002203260|392002203260|SO2|Permanent|3260|JPN Site 002203260|Active|MOE|Japan Ministry of Environment||40.530239|141.518088||9.00||||||| +002203260|002203260|392002203260|NOX|Permanent|3260|JPN Site 002203260|Active|MOE|Japan Ministry of Environment||40.530239|141.518088||9.00||||||| +002203510|002203510|392002203510|NO2|Permanent|3510|JPN Site 002203510|Active|MOE|Japan Ministry of Environment||40.509407|141.491147||9.00||||||| +002203510|002203510|392002203510|CO|Permanent|3510|JPN Site 002203510|Active|MOE|Japan Ministry of Environment||40.509407|141.491147||9.00||||||| +002203510|002203510|392002203510|NOX|Permanent|3510|JPN Site 002203510|Active|MOE|Japan Ministry of Environment||40.509407|141.491147||9.00||||||| +002203510|002203510|392002203510|NO|Permanent|3510|JPN Site 002203510|Active|MOE|Japan Ministry of Environment||40.509407|141.491147||9.00||||||| +002204010|002204010|392002204010|NO2|Permanent|4010|JPN Site 002204010|Active|MOE|Japan Ministry of Environment||40.651321|140.594271||9.00||||||| +002204010|002204010|392002204010|NOX|Permanent|4010|JPN Site 002204010|Active|MOE|Japan Ministry of Environment||40.651321|140.594271||9.00||||||| +002204010|002204010|392002204010|NO|Permanent|4010|JPN Site 002204010|Active|MOE|Japan Ministry of Environment||40.651321|140.594271||9.00||||||| +002205010|002205010|392002205010|NO|Permanent|5010|JPN Site 002205010|Active|MOE|Japan Ministry of Environment||40.781582|140.464831||9.00||||||| +002205010|002205010|392002205010|NO2|Permanent|5010|JPN Site 002205010|Active|MOE|Japan Ministry of Environment||40.781582|140.464831||9.00||||||| +002205010|002205010|392002205010|NOX|Permanent|5010|JPN Site 002205010|Active|MOE|Japan Ministry of Environment||40.781582|140.464831||9.00||||||| +002206030|002206030|392002206030|NO2|Permanent|6030|JPN Site 002206030|Active|MOE|Japan Ministry of Environment||40.608281|141.202556||9.00||||||| +002206030|002206030|392002206030|NOX|Permanent|6030|JPN Site 002206030|Active|MOE|Japan Ministry of Environment||40.608281|141.202556||9.00||||||| +002206030|002206030|392002206030|NO|Permanent|6030|JPN Site 002206030|Active|MOE|Japan Ministry of Environment||40.608281|141.202556||9.00||||||| +002207020|002207020|392002207020|NO|Permanent|7020|JPN Site 002207020|Active|MOE|Japan Ministry of Environment||40.694108|141.376426||9.00||||||| +002207020|002207020|392002207020|NO2|Permanent|7020|JPN Site 002207020|Active|MOE|Japan Ministry of Environment||40.694108|141.376426||9.00||||||| +002207020|002207020|392002207020|NOX|Permanent|7020|JPN Site 002207020|Active|MOE|Japan Ministry of Environment||40.694108|141.376426||9.00||||||| +002208030|002208030|392002208030|NO2|Permanent|8030|JPN Site 002208030|Active|MOE|Japan Ministry of Environment||41.284597|141.207524||9.00||||||| +002208030|002208030|392002208030|NOX|Permanent|8030|JPN Site 002208030|Active|MOE|Japan Ministry of Environment||41.284597|141.207524||9.00||||||| +002208030|002208030|392002208030|NO|Permanent|8030|JPN Site 002208030|Active|MOE|Japan Ministry of Environment||41.284597|141.207524||9.00||||||| +002307950|002307950|392002307950|NO2|Permanent|7950|JPN Site 002307950|Active|MOE|Japan Ministry of Environment||41.254308|140.346208||9.00||||||| +002307950|002307950|392002307950|SO2|Permanent|7950|JPN Site 002307950|Active|MOE|Japan Ministry of Environment||41.254308|140.346208||9.00||||||| +002307950|002307950|392002307950|TEMP|Permanent|7950|JPN Site 002307950|Active|MOE|Japan Ministry of Environment||41.254308|140.346208||9.00||||||| +002307950|002307950|392002307950|WS|Permanent|7950|JPN Site 002307950|Active|MOE|Japan Ministry of Environment||41.254308|140.346208||9.00||||||| +002307950|002307950|392002307950|WD|Permanent|7950|JPN Site 002307950|Active|MOE|Japan Ministry of Environment||41.254308|140.346208||9.00||||||| +002307950|002307950|392002307950|RHUM|Permanent|7950|JPN Site 002307950|Active|MOE|Japan Ministry of Environment||41.254308|140.346208||9.00||||||| +002307950|002307950|392002307950|NOX|Permanent|7950|JPN Site 002307950|Active|MOE|Japan Ministry of Environment||41.254308|140.346208||9.00||||||| +002307950|002307950|392002307950|NO|Permanent|7950|JPN Site 002307950|Active|MOE|Japan Ministry of Environment||41.254308|140.346208||9.00||||||| +002364510|002364510|392002364510|NO2|Permanent|4510|JPN Site 002364510|Active|MOE|Japan Ministry of Environment||40.756587|140.590377||9.00||||||| +002364510|002364510|392002364510|NOX|Permanent|4510|JPN Site 002364510|Active|MOE|Japan Ministry of Environment||40.756587|140.590377||9.00||||||| +002364510|002364510|392002364510|NO|Permanent|4510|JPN Site 002364510|Active|MOE|Japan Ministry of Environment||40.756587|140.590377||9.00||||||| +002411010|002411010|392002411010|NO|Permanent|1010|JPN Site 002411010|Active|MOE|Japan Ministry of Environment||40.967967|141.374469||9.00||||||| +002411010|002411010|392002411010|NO2|Permanent|1010|JPN Site 002411010|Active|MOE|Japan Ministry of Environment||40.967967|141.374469||9.00||||||| +002411010|002411010|392002411010|SO2|Permanent|1010|JPN Site 002411010|Active|MOE|Japan Ministry of Environment||40.967967|141.374469||9.00||||||| +002411010|002411010|392002411010|NOX|Permanent|1010|JPN Site 002411010|Active|MOE|Japan Ministry of Environment||40.967967|141.374469||9.00||||||| +003201070|003201070|392003201070|NO2|Permanent|1070|JPN Site 003201070|Active|MOE|Japan Ministry of Environment||39.657270|141.154826||9.00||||||| +003201070|003201070|392003201070|SO2|Permanent|1070|JPN Site 003201070|Active|MOE|Japan Ministry of Environment||39.657270|141.154826||9.00||||||| +003201070|003201070|392003201070|NOX|Permanent|1070|JPN Site 003201070|Active|MOE|Japan Ministry of Environment||39.657270|141.154826||9.00||||||| +003201070|003201070|392003201070|NO|Permanent|1070|JPN Site 003201070|Active|MOE|Japan Ministry of Environment||39.657270|141.154826||9.00||||||| +003201550|003201550|392003201550|NOX|Permanent|1550|JPN Site 003201550|Active|MOE|Japan Ministry of Environment||39.723096|141.135102||9.00||||||| +003201550|003201550|392003201550|NO|Permanent|1550|JPN Site 003201550|Active|MOE|Japan Ministry of Environment||39.723096|141.135102||9.00||||||| +003201550|003201550|392003201550|NO2|Permanent|1550|JPN Site 003201550|Active|MOE|Japan Ministry of Environment||39.723096|141.135102||9.00||||||| +003201550|003201550|392003201550|CO|Permanent|1550|JPN Site 003201550|Active|MOE|Japan Ministry of Environment||39.723096|141.135102||9.00||||||| +003202050|003202050|392003202050|NOX|Permanent|2050|JPN Site 003202050|Active|MOE|Japan Ministry of Environment||39.647007|141.945594||9.00||||||| +003202050|003202050|392003202050|NO|Permanent|2050|JPN Site 003202050|Active|MOE|Japan Ministry of Environment||39.647007|141.945594||9.00||||||| +003202050|003202050|392003202050|NO2|Permanent|2050|JPN Site 003202050|Active|MOE|Japan Ministry of Environment||39.647007|141.945594||9.00||||||| +003202050|003202050|392003202050|SO2|Permanent|2050|JPN Site 003202050|Active|MOE|Japan Ministry of Environment||39.647007|141.945594||9.00||||||| +003203090|003203090|392003203090|NO2|Permanent|3090|JPN Site 003203090|Active|MOE|Japan Ministry of Environment||39.098173|141.701195||9.00||||||| +003203090|003203090|392003203090|NOX|Permanent|3090|JPN Site 003203090|Active|MOE|Japan Ministry of Environment||39.098173|141.701195||9.00||||||| +003203090|003203090|392003203090|NO|Permanent|3090|JPN Site 003203090|Active|MOE|Japan Ministry of Environment||39.098173|141.701195||9.00||||||| +003204010|003204010|392003204010|NO2|Permanent|4010|JPN Site 003204010|Active|MOE|Japan Ministry of Environment||39.147047|141.136517||9.00||||||| +003204010|003204010|392003204010|SO2|Permanent|4010|JPN Site 003204010|Active|MOE|Japan Ministry of Environment||39.147047|141.136517||9.00||||||| +003204010|003204010|392003204010|NOX|Permanent|4010|JPN Site 003204010|Active|MOE|Japan Ministry of Environment||39.147047|141.136517||9.00||||||| +003204010|003204010|392003204010|NO|Permanent|4010|JPN Site 003204010|Active|MOE|Japan Ministry of Environment||39.147047|141.136517||9.00||||||| +003205010|003205010|392003205010|NO2|Permanent|5010|JPN Site 003205010|Active|MOE|Japan Ministry of Environment||39.392853|141.112341||9.00||||||| +003205010|003205010|392003205010|SO2|Permanent|5010|JPN Site 003205010|Active|MOE|Japan Ministry of Environment||39.392853|141.112341||9.00||||||| +003205010|003205010|392003205010|WS|Permanent|5010|JPN Site 003205010|Active|MOE|Japan Ministry of Environment||39.392853|141.112341||9.00||||||| +003205010|003205010|392003205010|WD|Permanent|5010|JPN Site 003205010|Active|MOE|Japan Ministry of Environment||39.392853|141.112341||9.00||||||| +003205010|003205010|392003205010|NOX|Permanent|5010|JPN Site 003205010|Active|MOE|Japan Ministry of Environment||39.392853|141.112341||9.00||||||| +003205010|003205010|392003205010|NO|Permanent|5010|JPN Site 003205010|Active|MOE|Japan Ministry of Environment||39.392853|141.112341||9.00||||||| +003206010|003206010|392003206010|NO2|Permanent|6010|JPN Site 003206010|Active|MOE|Japan Ministry of Environment||39.289809|141.107902||9.00||||||| +003206010|003206010|392003206010|NOX|Permanent|6010|JPN Site 003206010|Active|MOE|Japan Ministry of Environment||39.289809|141.107902||9.00||||||| +003206010|003206010|392003206010|NO|Permanent|6010|JPN Site 003206010|Active|MOE|Japan Ministry of Environment||39.289809|141.107902||9.00||||||| +003207010|003207010|392003207010|NO2|Permanent|7010|JPN Site 003207010|Active|MOE|Japan Ministry of Environment||40.195001|141.759751||9.00||||||| +003207010|003207010|392003207010|SO2|Permanent|7010|JPN Site 003207010|Active|MOE|Japan Ministry of Environment||40.195001|141.759751||9.00||||||| +003207010|003207010|392003207010|NOX|Permanent|7010|JPN Site 003207010|Active|MOE|Japan Ministry of Environment||40.195001|141.759751||9.00||||||| +003207010|003207010|392003207010|NO|Permanent|7010|JPN Site 003207010|Active|MOE|Japan Ministry of Environment||40.195001|141.759751||9.00||||||| +003209010|003209010|392003209010|SO2|Permanent|9010|JPN Site 003209010|Active|MOE|Japan Ministry of Environment||38.938735|141.123195||9.00||||||| +003209510|003209510|392003209510|NO|Permanent|9510|JPN Site 003209510|Active|MOE|Japan Ministry of Environment||38.935125|141.115140||9.00||||||| +003209510|003209510|392003209510|NO2|Permanent|9510|JPN Site 003209510|Active|MOE|Japan Ministry of Environment||38.935125|141.115140||9.00||||||| +003209510|003209510|392003209510|NOX|Permanent|9510|JPN Site 003209510|Active|MOE|Japan Ministry of Environment||38.935125|141.115140||9.00||||||| +003211070|003211070|392003211070|NO2|Permanent|1070|JPN Site 003211070|Active|MOE|Japan Ministry of Environment||39.268713|141.842009||9.00||||||| +003211070|003211070|392003211070|SO2|Permanent|1070|JPN Site 003211070|Active|MOE|Japan Ministry of Environment||39.268713|141.842009||9.00||||||| +003211070|003211070|392003211070|NOX|Permanent|1070|JPN Site 003211070|Active|MOE|Japan Ministry of Environment||39.268713|141.842009||9.00||||||| +003211070|003211070|392003211070|NO|Permanent|1070|JPN Site 003211070|Active|MOE|Japan Ministry of Environment||39.268713|141.842009||9.00||||||| +003213020|003213020|392003213020|NO|Permanent|3020|JPN Site 003213020|Active|MOE|Japan Ministry of Environment||40.271374|141.290619||9.00||||||| +003213020|003213020|392003213020|NO2|Permanent|3020|JPN Site 003213020|Active|MOE|Japan Ministry of Environment||40.271374|141.290619||9.00||||||| +003213020|003213020|392003213020|NOX|Permanent|3020|JPN Site 003213020|Active|MOE|Japan Ministry of Environment||40.271374|141.290619||9.00||||||| +003215010|003215010|392003215010|NO2|Permanent|5010|JPN Site 003215010|Active|MOE|Japan Ministry of Environment||39.195653|141.171512||9.00||||||| +003215010|003215010|392003215010|NOX|Permanent|5010|JPN Site 003215010|Active|MOE|Japan Ministry of Environment||39.195653|141.171512||9.00||||||| +003215010|003215010|392003215010|NO|Permanent|5010|JPN Site 003215010|Active|MOE|Japan Ministry of Environment||39.195653|141.171512||9.00||||||| +003305010|003305010|392003305010|NO2|Permanent|5010|JPN Site 003305010|Active|MOE|Japan Ministry of Environment||39.784479|141.137043||9.00||||||| +003305010|003305010|392003305010|SO2|Permanent|5010|JPN Site 003305010|Active|MOE|Japan Ministry of Environment||39.784479|141.137043||9.00||||||| +003305010|003305010|392003305010|NOX|Permanent|5010|JPN Site 003305010|Active|MOE|Japan Ministry of Environment||39.784479|141.137043||9.00||||||| +003305010|003305010|392003305010|NO|Permanent|5010|JPN Site 003305010|Active|MOE|Japan Ministry of Environment||39.784479|141.137043||9.00||||||| +003321010|003321010|392003321010|NOX|Permanent|1010|JPN Site 003321010|Active|MOE|Japan Ministry of Environment||39.558392|141.168718||9.00||||||| +003321010|003321010|392003321010|NO|Permanent|1010|JPN Site 003321010|Active|MOE|Japan Ministry of Environment||39.558392|141.168718||9.00||||||| +003321010|003321010|392003321010|NO2|Permanent|1010|JPN Site 003321010|Active|MOE|Japan Ministry of Environment||39.558392|141.168718||9.00||||||| +004101010|004101010|392004101010|NOX|Permanent|1010|JPN Site 004101010|Active|MOE|Japan Ministry of Environment||38.274078|140.778532||9.00||||||| +004101010|004101010|392004101010|NO|Permanent|1010|JPN Site 004101010|Active|MOE|Japan Ministry of Environment||38.274078|140.778532||9.00||||||| +004101010|004101010|392004101010|NO2|Permanent|1010|JPN Site 004101010|Active|MOE|Japan Ministry of Environment||38.274078|140.778532||9.00||||||| +004101010|004101010|392004101010|WS|Permanent|1010|JPN Site 004101010|Active|MOE|Japan Ministry of Environment||38.274078|140.778532||9.00||||||| +004101010|004101010|392004101010|WD|Permanent|1010|JPN Site 004101010|Active|MOE|Japan Ministry of Environment||38.274078|140.778532||9.00||||||| +004101510|004101510|392004101510|NO2|Permanent|1510|JPN Site 004101510|Active|MOE|Japan Ministry of Environment||38.293245|140.872967||9.00||||||| +004101510|004101510|392004101510|CO|Permanent|1510|JPN Site 004101510|Active|MOE|Japan Ministry of Environment||38.293245|140.872967||9.00||||||| +004101510|004101510|392004101510|NOX|Permanent|1510|JPN Site 004101510|Active|MOE|Japan Ministry of Environment||38.293245|140.872967||9.00||||||| +004101510|004101510|392004101510|NO|Permanent|1510|JPN Site 004101510|Active|MOE|Japan Ministry of Environment||38.293245|140.872967||9.00||||||| +004105520|004105520|392004105520|NO2|Permanent|5520|JPN Site 004105520|Active|MOE|Japan Ministry of Environment||38.309909|140.843802||9.00||||||| +004105520|004105520|392004105520|NOX|Permanent|5520|JPN Site 004105520|Active|MOE|Japan Ministry of Environment||38.309909|140.843802||9.00||||||| +004105520|004105520|392004105520|NO|Permanent|5520|JPN Site 004105520|Active|MOE|Japan Ministry of Environment||38.309909|140.843802||9.00||||||| +004105530|004105530|392004105530|CO|Permanent|5530|JPN Site 004105530|Active|MOE|Japan Ministry of Environment||38.337129|140.886297||9.00||||||| +004105530|004105530|392004105530|NOX|Permanent|5530|JPN Site 004105530|Active|MOE|Japan Ministry of Environment||38.337129|140.886297||9.00||||||| +004105530|004105530|392004105530|NO|Permanent|5530|JPN Site 004105530|Active|MOE|Japan Ministry of Environment||38.337129|140.886297||9.00||||||| +004105530|004105530|392004105530|NO2|Permanent|5530|JPN Site 004105530|Active|MOE|Japan Ministry of Environment||38.337129|140.886297||9.00||||||| +004201020|004201020|392004201020|WD|Permanent|1020|JPN Site 004201020|Active|MOE|Japan Ministry of Environment||38.301301|140.944350||9.00||||||| +004201020|004201020|392004201020|WS|Permanent|1020|JPN Site 004201020|Active|MOE|Japan Ministry of Environment||38.301301|140.944350||9.00||||||| +004201030|004201030|392004201030|NOX|Permanent|1030|JPN Site 004201030|Active|MOE|Japan Ministry of Environment||38.290746|140.911020||9.00||||||| +004201030|004201030|392004201030|NO|Permanent|1030|JPN Site 004201030|Active|MOE|Japan Ministry of Environment||38.290746|140.911020||9.00||||||| +004201030|004201030|392004201030|NO2|Permanent|1030|JPN Site 004201030|Active|MOE|Japan Ministry of Environment||38.290746|140.911020||9.00||||||| +004201050|004201050|392004201050|NO2|Permanent|1050|JPN Site 004201050|Active|MOE|Japan Ministry of Environment||38.219364|140.889914||9.00||||||| +004201050|004201050|392004201050|WS|Permanent|1050|JPN Site 004201050|Active|MOE|Japan Ministry of Environment||38.219364|140.889914||9.00||||||| +004201050|004201050|392004201050|WD|Permanent|1050|JPN Site 004201050|Active|MOE|Japan Ministry of Environment||38.219364|140.889914||9.00||||||| +004201050|004201050|392004201050|NOX|Permanent|1050|JPN Site 004201050|Active|MOE|Japan Ministry of Environment||38.219364|140.889914||9.00||||||| +004201050|004201050|392004201050|NO|Permanent|1050|JPN Site 004201050|Active|MOE|Japan Ministry of Environment||38.219364|140.889914||9.00||||||| +004201060|004201060|392004201060|NO|Permanent|1060|JPN Site 004201060|Active|MOE|Japan Ministry of Environment||38.296021|140.839359||9.00||||||| +004201060|004201060|392004201060|NO2|Permanent|1060|JPN Site 004201060|Active|MOE|Japan Ministry of Environment||38.296021|140.839359||9.00||||||| +004201060|004201060|392004201060|WS|Permanent|1060|JPN Site 004201060|Active|MOE|Japan Ministry of Environment||38.296021|140.839359||9.00||||||| +004201060|004201060|392004201060|WD|Permanent|1060|JPN Site 004201060|Active|MOE|Japan Ministry of Environment||38.296021|140.839359||9.00||||||| +004201060|004201060|392004201060|NOX|Permanent|1060|JPN Site 004201060|Active|MOE|Japan Ministry of Environment||38.296021|140.839359||9.00||||||| +004201070|004201070|392004201070|NO2|Permanent|1070|JPN Site 004201070|Active|MOE|Japan Ministry of Environment||38.267694|140.972960||9.00||||||| +004201070|004201070|392004201070|SO2|Permanent|1070|JPN Site 004201070|Active|MOE|Japan Ministry of Environment||38.267694|140.972960||9.00||||||| +004201070|004201070|392004201070|WS|Permanent|1070|JPN Site 004201070|Active|MOE|Japan Ministry of Environment||38.267694|140.972960||9.00||||||| +004201070|004201070|392004201070|WD|Permanent|1070|JPN Site 004201070|Active|MOE|Japan Ministry of Environment||38.267694|140.972960||9.00||||||| +004201070|004201070|392004201070|NOX|Permanent|1070|JPN Site 004201070|Active|MOE|Japan Ministry of Environment||38.267694|140.972960||9.00||||||| +004201070|004201070|392004201070|NO|Permanent|1070|JPN Site 004201070|Active|MOE|Japan Ministry of Environment||38.267694|140.972960||9.00||||||| +004201080|004201080|392004201080|NO|Permanent|1080|JPN Site 004201080|Active|MOE|Japan Ministry of Environment||38.240751|140.942964||9.00||||||| +004201080|004201080|392004201080|NO2|Permanent|1080|JPN Site 004201080|Active|MOE|Japan Ministry of Environment||38.240751|140.942964||9.00||||||| +004201080|004201080|392004201080|WS|Permanent|1080|JPN Site 004201080|Active|MOE|Japan Ministry of Environment||38.240751|140.942964||9.00||||||| +004201080|004201080|392004201080|WD|Permanent|1080|JPN Site 004201080|Active|MOE|Japan Ministry of Environment||38.240751|140.942964||9.00||||||| +004201080|004201080|392004201080|NOX|Permanent|1080|JPN Site 004201080|Active|MOE|Japan Ministry of Environment||38.240751|140.942964||9.00||||||| +004201210|004201210|392004201210|WD|Permanent|1210|JPN Site 004201210|Active|MOE|Japan Ministry of Environment||38.280192|140.970460||9.00||||||| +004201210|004201210|392004201210|NOX|Permanent|1210|JPN Site 004201210|Active|MOE|Japan Ministry of Environment||38.280192|140.970460||9.00||||||| +004201210|004201210|392004201210|NO|Permanent|1210|JPN Site 004201210|Active|MOE|Japan Ministry of Environment||38.280192|140.970460||9.00||||||| +004201210|004201210|392004201210|NO2|Permanent|1210|JPN Site 004201210|Active|MOE|Japan Ministry of Environment||38.280192|140.970460||9.00||||||| +004201210|004201210|392004201210|SO2|Permanent|1210|JPN Site 004201210|Active|MOE|Japan Ministry of Environment||38.280192|140.970460||9.00||||||| +004201210|004201210|392004201210|WS|Permanent|1210|JPN Site 004201210|Active|MOE|Japan Ministry of Environment||38.280192|140.970460||9.00||||||| +004201220|004201220|392004201220|WS|Permanent|1220|JPN Site 004201220|Active|MOE|Japan Ministry of Environment||38.220752|140.827697||9.00||||||| +004201220|004201220|392004201220|WD|Permanent|1220|JPN Site 004201220|Active|MOE|Japan Ministry of Environment||38.220752|140.827697||9.00||||||| +004201220|004201220|392004201220|NOX|Permanent|1220|JPN Site 004201220|Active|MOE|Japan Ministry of Environment||38.220752|140.827697||9.00||||||| +004201220|004201220|392004201220|NO|Permanent|1220|JPN Site 004201220|Active|MOE|Japan Ministry of Environment||38.220752|140.827697||9.00||||||| +004201220|004201220|392004201220|NO2|Permanent|1220|JPN Site 004201220|Active|MOE|Japan Ministry of Environment||38.220752|140.827697||9.00||||||| +004201230|004201230|392004201230|NO2|Permanent|1230|JPN Site 004201230|Active|MOE|Japan Ministry of Environment||38.259638|140.898522||9.00||||||| +004201230|004201230|392004201230|SO2|Permanent|1230|JPN Site 004201230|Active|MOE|Japan Ministry of Environment||38.259638|140.898522||9.00||||||| +004201230|004201230|392004201230|NOX|Permanent|1230|JPN Site 004201230|Active|MOE|Japan Ministry of Environment||38.259638|140.898522||9.00||||||| +004201230|004201230|392004201230|NO|Permanent|1230|JPN Site 004201230|Active|MOE|Japan Ministry of Environment||38.259638|140.898522||9.00||||||| +004201540|004201540|392004201540|NO2|Permanent|1540|JPN Site 004201540|Active|MOE|Japan Ministry of Environment||38.267415|140.911021||9.00||||||| +004201540|004201540|392004201540|SO2|Permanent|1540|JPN Site 004201540|Active|MOE|Japan Ministry of Environment||38.267415|140.911021||9.00||||||| +004201540|004201540|392004201540|NOX|Permanent|1540|JPN Site 004201540|Active|MOE|Japan Ministry of Environment||38.267415|140.911021||9.00||||||| +004201540|004201540|392004201540|NO|Permanent|1540|JPN Site 004201540|Active|MOE|Japan Ministry of Environment||38.267415|140.911021||9.00||||||| +004201550|004201550|392004201550|NO2|Permanent|1550|JPN Site 004201550|Active|MOE|Japan Ministry of Environment||38.271025|140.863247||9.00||||||| +004201550|004201550|392004201550|NOX|Permanent|1550|JPN Site 004201550|Active|MOE|Japan Ministry of Environment||38.271025|140.863247||9.00||||||| +004201550|004201550|392004201550|NO|Permanent|1550|JPN Site 004201550|Active|MOE|Japan Ministry of Environment||38.271025|140.863247||9.00||||||| +004201560|004201560|392004201560|NO2|Permanent|1560|JPN Site 004201560|Active|MOE|Japan Ministry of Environment||38.251027|140.881302||9.00||||||| +004201560|004201560|392004201560|NOX|Permanent|1560|JPN Site 004201560|Active|MOE|Japan Ministry of Environment||38.251027|140.881302||9.00||||||| +004201560|004201560|392004201560|NO|Permanent|1560|JPN Site 004201560|Active|MOE|Japan Ministry of Environment||38.251027|140.881302||9.00||||||| +004202010|004202010|392004202010|NO|Permanent|2010|JPN Site 004202010|Active|MOE|Japan Ministry of Environment||38.440458|141.284037||9.00||||||| +004202010|004202010|392004202010|NO2|Permanent|2010|JPN Site 004202010|Active|MOE|Japan Ministry of Environment||38.440458|141.284037||9.00||||||| +004202010|004202010|392004202010|SO2|Permanent|2010|JPN Site 004202010|Active|MOE|Japan Ministry of Environment||38.440458|141.284037||9.00||||||| +004202010|004202010|392004202010|NOX|Permanent|2010|JPN Site 004202010|Active|MOE|Japan Ministry of Environment||38.440458|141.284037||9.00||||||| +004203010|004203010|392004203010|NO2|Permanent|3010|JPN Site 004203010|Active|MOE|Japan Ministry of Environment||38.314912|141.022121||9.00||||||| +004203010|004203010|392004203010|SO2|Permanent|3010|JPN Site 004203010|Active|MOE|Japan Ministry of Environment||38.314912|141.022121||9.00||||||| +004203010|004203010|392004203010|NOX|Permanent|3010|JPN Site 004203010|Active|MOE|Japan Ministry of Environment||38.314912|141.022121||9.00||||||| +004203010|004203010|392004203010|NO|Permanent|3010|JPN Site 004203010|Active|MOE|Japan Ministry of Environment||38.314912|141.022121||9.00||||||| +004203510|004203510|392004203510|NO|Permanent|3510|JPN Site 004203510|Active|MOE|Japan Ministry of Environment||38.316300|141.027953||9.00||||||| +004203510|004203510|392004203510|NO2|Permanent|3510|JPN Site 004203510|Active|MOE|Japan Ministry of Environment||38.316300|141.027953||9.00||||||| +004203510|004203510|392004203510|CO|Permanent|3510|JPN Site 004203510|Active|MOE|Japan Ministry of Environment||38.316300|141.027953||9.00||||||| +004203510|004203510|392004203510|NOX|Permanent|3510|JPN Site 004203510|Active|MOE|Japan Ministry of Environment||38.316300|141.027953||9.00||||||| +004204020|004204020|392004204020|SO2|Permanent|4020|JPN Site 004204020|Active|MOE|Japan Ministry of Environment||38.559885|140.975169||9.00||||||| +004204020|004204020|392004204020|NOX|Permanent|4020|JPN Site 004204020|Active|MOE|Japan Ministry of Environment||38.559885|140.975169||9.00||||||| +004204020|004204020|392004204020|NO|Permanent|4020|JPN Site 004204020|Active|MOE|Japan Ministry of Environment||38.559885|140.975169||9.00||||||| +004204020|004204020|392004204020|NO2|Permanent|4020|JPN Site 004204020|Active|MOE|Japan Ministry of Environment||38.559885|140.975169||9.00||||||| +004204510|004204510|392004204510|NO2|Permanent|4510|JPN Site 004204510|Active|MOE|Japan Ministry of Environment||38.571272|140.978501||9.00||||||| +004204510|004204510|392004204510|NOX|Permanent|4510|JPN Site 004204510|Active|MOE|Japan Ministry of Environment||38.571272|140.978501||9.00||||||| +004204510|004204510|392004204510|NO|Permanent|4510|JPN Site 004204510|Active|MOE|Japan Ministry of Environment||38.571272|140.978501||9.00||||||| +004205020|004205020|392004205020|NO2|Permanent|5020|JPN Site 004205020|Active|MOE|Japan Ministry of Environment||38.902914|141.570659||9.00||||||| +004205020|004205020|392004205020|SO2|Permanent|5020|JPN Site 004205020|Active|MOE|Japan Ministry of Environment||38.902914|141.570659||9.00||||||| +004205020|004205020|392004205020|NOX|Permanent|5020|JPN Site 004205020|Active|MOE|Japan Ministry of Environment||38.902914|141.570659||9.00||||||| +004205020|004205020|392004205020|NO|Permanent|5020|JPN Site 004205020|Active|MOE|Japan Ministry of Environment||38.902914|141.570659||9.00||||||| +004206010|004206010|392004206010|NO|Permanent|6010|JPN Site 004206010|Active|MOE|Japan Ministry of Environment||38.002438|140.616891||9.00||||||| +004206010|004206010|392004206010|NO2|Permanent|6010|JPN Site 004206010|Active|MOE|Japan Ministry of Environment||38.002438|140.616891||9.00||||||| +004206010|004206010|392004206010|NOX|Permanent|6010|JPN Site 004206010|Active|MOE|Japan Ministry of Environment||38.002438|140.616891||9.00||||||| +004207510|004207510|392004207510|NO2|Permanent|7510|JPN Site 004207510|Active|MOE|Japan Ministry of Environment||38.174091|140.889916||9.00||||||| +004207510|004207510|392004207510|NOX|Permanent|7510|JPN Site 004207510|Active|MOE|Japan Ministry of Environment||38.174091|140.889916||9.00||||||| +004207510|004207510|392004207510|NO|Permanent|7510|JPN Site 004207510|Active|MOE|Japan Ministry of Environment||38.174091|140.889916||9.00||||||| +004210010|004210010|392004210010|WS|Permanent|0010|JPN Site 004210010|Active|MOE|Japan Ministry of Environment||38.322686|140.892409||9.00||||||| +004210010|004210010|392004210010|WD|Permanent|0010|JPN Site 004210010|Active|MOE|Japan Ministry of Environment||38.322686|140.892409||9.00||||||| +004210010|004210010|392004210010|NOX|Permanent|0010|JPN Site 004210010|Active|MOE|Japan Ministry of Environment||38.322686|140.892409||9.00||||||| +004210010|004210010|392004210010|NO|Permanent|0010|JPN Site 004210010|Active|MOE|Japan Ministry of Environment||38.322686|140.892409||9.00||||||| +004210010|004210010|392004210010|NO2|Permanent|0010|JPN Site 004210010|Active|MOE|Japan Ministry of Environment||38.322686|140.892409||9.00||||||| +004211010|004211010|392004211010|NOX|Permanent|1010|JPN Site 004211010|Active|MOE|Japan Ministry of Environment||38.111042|140.867421||9.00||||||| +004211010|004211010|392004211010|NO|Permanent|1010|JPN Site 004211010|Active|MOE|Japan Ministry of Environment||38.111042|140.867421||9.00||||||| +004211010|004211010|392004211010|NO2|Permanent|1010|JPN Site 004211010|Active|MOE|Japan Ministry of Environment||38.111042|140.867421||9.00||||||| +004211010|004211010|392004211010|SO2|Permanent|1010|JPN Site 004211010|Active|MOE|Japan Ministry of Environment||38.111042|140.867421||9.00||||||| +004323010|004323010|392004323010|NO2|Permanent|3010|JPN Site 004323010|Active|MOE|Japan Ministry of Environment||38.058268|140.765487||9.00||||||| +004323010|004323010|392004323010|SO2|Permanent|3010|JPN Site 004323010|Active|MOE|Japan Ministry of Environment||38.058268|140.765487||9.00||||||| +004323010|004323010|392004323010|NOX|Permanent|3010|JPN Site 004323010|Active|MOE|Japan Ministry of Environment||38.058268|140.765487||9.00||||||| +004323010|004323010|392004323010|NO|Permanent|3010|JPN Site 004323010|Active|MOE|Japan Ministry of Environment||38.058268|140.765487||9.00||||||| +004341010|004341010|392004341010|SO2|Permanent|1010|JPN Site 004341010|Active|MOE|Japan Ministry of Environment||37.857179|140.819658||9.00||||||| +004341010|004341010|392004341010|NOX|Permanent|1010|JPN Site 004341010|Active|MOE|Japan Ministry of Environment||37.857179|140.819658||9.00||||||| +004341010|004341010|392004341010|NO|Permanent|1010|JPN Site 004341010|Active|MOE|Japan Ministry of Environment||37.857179|140.819658||9.00||||||| +004341010|004341010|392004341010|NO2|Permanent|1010|JPN Site 004341010|Active|MOE|Japan Ministry of Environment||37.857179|140.819658||9.00||||||| +004362010|004362010|392004362010|NO2|Permanent|2010|JPN Site 004362010|Active|MOE|Japan Ministry of Environment||37.939672|140.891593||9.00||||||| +004362010|004362010|392004362010|SO2|Permanent|2010|JPN Site 004362010|Active|MOE|Japan Ministry of Environment||37.939672|140.891593||9.00||||||| +004362010|004362010|392004362010|NOX|Permanent|2010|JPN Site 004362010|Active|MOE|Japan Ministry of Environment||37.939672|140.891593||9.00||||||| +004362010|004362010|392004362010|NO|Permanent|2010|JPN Site 004362010|Active|MOE|Japan Ministry of Environment||37.939672|140.891593||9.00||||||| +004401010|004401010|392004401010|NO2|Permanent|1010|JPN Site 004401010|Active|MOE|Japan Ministry of Environment||38.390182|141.072946||9.00||||||| +004401010|004401010|392004401010|NOX|Permanent|1010|JPN Site 004401010|Active|MOE|Japan Ministry of Environment||38.390182|141.072946||9.00||||||| +004401010|004401010|392004401010|NO|Permanent|1010|JPN Site 004401010|Active|MOE|Japan Ministry of Environment||38.390182|141.072946||9.00||||||| +004406010|004406010|392004406010|NO2|Permanent|6010|JPN Site 004406010|Active|MOE|Japan Ministry of Environment||38.329076|140.981012||9.00||||||| +004406010|004406010|392004406010|NOX|Permanent|6010|JPN Site 004406010|Active|MOE|Japan Ministry of Environment||38.329076|140.981012||9.00||||||| +004406010|004406010|392004406010|NO|Permanent|6010|JPN Site 004406010|Active|MOE|Japan Ministry of Environment||38.329076|140.981012||9.00||||||| +004421010|004421010|392004421010|NO|Permanent|1010|JPN Site 004421010|Active|MOE|Japan Ministry of Environment||38.446562|140.887126||9.00||||||| +004421010|004421010|392004421010|NO2|Permanent|1010|JPN Site 004421010|Active|MOE|Japan Ministry of Environment||38.446562|140.887126||9.00||||||| +004421010|004421010|392004421010|NOX|Permanent|1010|JPN Site 004421010|Active|MOE|Japan Ministry of Environment||38.446562|140.887126||9.00||||||| +004501010|004501010|392004501010|NO2|Permanent|1010|JPN Site 004501010|Active|MOE|Japan Ministry of Environment||38.553500|141.172097||9.00||||||| +004501010|004501010|392004501010|CO|Permanent|1010|JPN Site 004501010|Active|MOE|Japan Ministry of Environment||38.553500|141.172097||9.00||||||| +004501010|004501010|392004501010|SO2|Permanent|1010|JPN Site 004501010|Active|MOE|Japan Ministry of Environment||38.553500|141.172097||9.00||||||| +004501010|004501010|392004501010|NOX|Permanent|1010|JPN Site 004501010|Active|MOE|Japan Ministry of Environment||38.553500|141.172097||9.00||||||| +004501010|004501010|392004501010|NO|Permanent|1010|JPN Site 004501010|Active|MOE|Japan Ministry of Environment||38.553500|141.172097||9.00||||||| +004521010|004521010|392004521010|NO2|Permanent|1010|JPN Site 004521010|Active|MOE|Japan Ministry of Environment||38.737922|141.017379||9.00||||||| +004521010|004521010|392004521010|NOX|Permanent|1010|JPN Site 004521010|Active|MOE|Japan Ministry of Environment||38.737922|141.017379||9.00||||||| +004521010|004521010|392004521010|NO|Permanent|1010|JPN Site 004521010|Active|MOE|Japan Ministry of Environment||38.737922|141.017379||9.00||||||| +004541010|004541010|392004541010|NO2|Permanent|1010|JPN Site 004541010|Active|MOE|Japan Ministry of Environment||38.691541|141.210421||9.00||||||| +004541010|004541010|392004541010|NOX|Permanent|1010|JPN Site 004541010|Active|MOE|Japan Ministry of Environment||38.691541|141.210421||9.00||||||| +004541010|004541010|392004541010|NO|Permanent|1010|JPN Site 004541010|Active|MOE|Japan Ministry of Environment||38.691541|141.210421||9.00||||||| +004562020|004562020|392004562020|NO2|Permanent|2020|JPN Site 004562020|Active|MOE|Japan Ministry of Environment||38.424070|141.215711||9.00||||||| +004562020|004562020|392004562020|NOX|Permanent|2020|JPN Site 004562020|Active|MOE|Japan Ministry of Environment||38.424070|141.215711||9.00||||||| +004562020|004562020|392004562020|NO|Permanent|2020|JPN Site 004562020|Active|MOE|Japan Ministry of Environment||38.424070|141.215711||9.00||||||| +005201010|005201010|392005201010|NO2|Permanent|1010|JPN Site 005201010|Active|MOE|Japan Ministry of Environment||39.763629|140.081299||9.00||||||| +005201010|005201010|392005201010|SO2|Permanent|1010|JPN Site 005201010|Active|MOE|Japan Ministry of Environment||39.763629|140.081299||9.00||||||| +005201010|005201010|392005201010|WS|Permanent|1010|JPN Site 005201010|Active|MOE|Japan Ministry of Environment||39.763629|140.081299||9.00||||||| +005201010|005201010|392005201010|WD|Permanent|1010|JPN Site 005201010|Active|MOE|Japan Ministry of Environment||39.763629|140.081299||9.00||||||| +005201010|005201010|392005201010|NOX|Permanent|1010|JPN Site 005201010|Active|MOE|Japan Ministry of Environment||39.763629|140.081299||9.00||||||| +005201010|005201010|392005201010|NO|Permanent|1010|JPN Site 005201010|Active|MOE|Japan Ministry of Environment||39.763629|140.081299||9.00||||||| +005201030|005201030|392005201030|WS|Permanent|1030|JPN Site 005201030|Active|MOE|Japan Ministry of Environment||39.702803|140.103800||9.00||||||| +005201030|005201030|392005201030|WD|Permanent|1030|JPN Site 005201030|Active|MOE|Japan Ministry of Environment||39.702803|140.103800||9.00||||||| +005201030|005201030|392005201030|SO2|Permanent|1030|JPN Site 005201030|Active|MOE|Japan Ministry of Environment||39.702803|140.103800||9.00||||||| +005201040|005201040|392005201040|NOX|Permanent|1040|JPN Site 005201040|Active|MOE|Japan Ministry of Environment||39.680305|140.131021||9.00||||||| +005201040|005201040|392005201040|NO|Permanent|1040|JPN Site 005201040|Active|MOE|Japan Ministry of Environment||39.680305|140.131021||9.00||||||| +005201040|005201040|392005201040|NO2|Permanent|1040|JPN Site 005201040|Active|MOE|Japan Ministry of Environment||39.680305|140.131021||9.00||||||| +005201040|005201040|392005201040|SO2|Permanent|1040|JPN Site 005201040|Active|MOE|Japan Ministry of Environment||39.680305|140.131021||9.00||||||| +005201040|005201040|392005201040|WS|Permanent|1040|JPN Site 005201040|Active|MOE|Japan Ministry of Environment||39.680305|140.131021||9.00||||||| +005201040|005201040|392005201040|WD|Permanent|1040|JPN Site 005201040|Active|MOE|Japan Ministry of Environment||39.680305|140.131021||9.00||||||| +005201060|005201060|392005201060|SO2|Permanent|1060|JPN Site 005201060|Active|MOE|Japan Ministry of Environment||39.794738|140.121849||9.00||||||| +005201060|005201060|392005201060|WS|Permanent|1060|JPN Site 005201060|Active|MOE|Japan Ministry of Environment||39.794738|140.121849||9.00||||||| +005201060|005201060|392005201060|WD|Permanent|1060|JPN Site 005201060|Active|MOE|Japan Ministry of Environment||39.794738|140.121849||9.00||||||| +005201080|005201080|392005201080|NO2|Permanent|1080|JPN Site 005201080|Active|MOE|Japan Ministry of Environment||39.757241|140.066578||9.00||||||| +005201080|005201080|392005201080|SO2|Permanent|1080|JPN Site 005201080|Active|MOE|Japan Ministry of Environment||39.757241|140.066578||9.00||||||| +005201080|005201080|392005201080|WS|Permanent|1080|JPN Site 005201080|Active|MOE|Japan Ministry of Environment||39.757241|140.066578||9.00||||||| +005201080|005201080|392005201080|WD|Permanent|1080|JPN Site 005201080|Active|MOE|Japan Ministry of Environment||39.757241|140.066578||9.00||||||| +005201080|005201080|392005201080|NOX|Permanent|1080|JPN Site 005201080|Active|MOE|Japan Ministry of Environment||39.757241|140.066578||9.00||||||| +005201080|005201080|392005201080|NO|Permanent|1080|JPN Site 005201080|Active|MOE|Japan Ministry of Environment||39.757241|140.066578||9.00||||||| +005201120|005201120|392005201120|NO2|Permanent|1120|JPN Site 005201120|Active|MOE|Japan Ministry of Environment||39.720578|140.102410||9.00||||||| +005201120|005201120|392005201120|SO2|Permanent|1120|JPN Site 005201120|Active|MOE|Japan Ministry of Environment||39.720578|140.102410||9.00||||||| +005201120|005201120|392005201120|WS|Permanent|1120|JPN Site 005201120|Active|MOE|Japan Ministry of Environment||39.720578|140.102410||9.00||||||| +005201120|005201120|392005201120|WD|Permanent|1120|JPN Site 005201120|Active|MOE|Japan Ministry of Environment||39.720578|140.102410||9.00||||||| +005201120|005201120|392005201120|NOX|Permanent|1120|JPN Site 005201120|Active|MOE|Japan Ministry of Environment||39.720578|140.102410||9.00||||||| +005201120|005201120|392005201120|NO|Permanent|1120|JPN Site 005201120|Active|MOE|Japan Ministry of Environment||39.720578|140.102410||9.00||||||| +005201130|005201130|392005201130|WS|Permanent|1130|JPN Site 005201130|Active|MOE|Japan Ministry of Environment||39.677249|140.084636||9.00||||||| +005201130|005201130|392005201130|WD|Permanent|1130|JPN Site 005201130|Active|MOE|Japan Ministry of Environment||39.677249|140.084636||9.00||||||| +005201130|005201130|392005201130|NOX|Permanent|1130|JPN Site 005201130|Active|MOE|Japan Ministry of Environment||39.677249|140.084636||9.00||||||| +005201130|005201130|392005201130|NO|Permanent|1130|JPN Site 005201130|Active|MOE|Japan Ministry of Environment||39.677249|140.084636||9.00||||||| +005201130|005201130|392005201130|NO2|Permanent|1130|JPN Site 005201130|Active|MOE|Japan Ministry of Environment||39.677249|140.084636||9.00||||||| +005201340|005201340|392005201340|NO|Permanent|1340|JPN Site 005201340|Active|MOE|Japan Ministry of Environment||39.790015|140.062410||9.00||||||| +005201340|005201340|392005201340|NO2|Permanent|1340|JPN Site 005201340|Active|MOE|Japan Ministry of Environment||39.790015|140.062410||9.00||||||| +005201340|005201340|392005201340|SO2|Permanent|1340|JPN Site 005201340|Active|MOE|Japan Ministry of Environment||39.790015|140.062410||9.00||||||| +005201340|005201340|392005201340|WS|Permanent|1340|JPN Site 005201340|Active|MOE|Japan Ministry of Environment||39.790015|140.062410||9.00||||||| +005201340|005201340|392005201340|WD|Permanent|1340|JPN Site 005201340|Active|MOE|Japan Ministry of Environment||39.790015|140.062410||9.00||||||| +005201340|005201340|392005201340|NOX|Permanent|1340|JPN Site 005201340|Active|MOE|Japan Ministry of Environment||39.790015|140.062410||9.00||||||| +005201370|005201370|392005201370|NO2|Permanent|1370|JPN Site 005201370|Active|MOE|Japan Ministry of Environment||39.712524|140.139352||9.00||||||| +005201370|005201370|392005201370|WS|Permanent|1370|JPN Site 005201370|Active|MOE|Japan Ministry of Environment||39.712524|140.139352||9.00||||||| +005201370|005201370|392005201370|WD|Permanent|1370|JPN Site 005201370|Active|MOE|Japan Ministry of Environment||39.712524|140.139352||9.00||||||| +005201370|005201370|392005201370|NOX|Permanent|1370|JPN Site 005201370|Active|MOE|Japan Ministry of Environment||39.712524|140.139352||9.00||||||| +005201370|005201370|392005201370|NO|Permanent|1370|JPN Site 005201370|Active|MOE|Japan Ministry of Environment||39.712524|140.139352||9.00||||||| +005201530|005201530|392005201530|NO2|Permanent|1530|JPN Site 005201530|Active|MOE|Japan Ministry of Environment||39.702803|140.103800||9.00||||||| +005201530|005201530|392005201530|CO|Permanent|1530|JPN Site 005201530|Active|MOE|Japan Ministry of Environment||39.702803|140.103800||9.00||||||| +005201530|005201530|392005201530|NOX|Permanent|1530|JPN Site 005201530|Active|MOE|Japan Ministry of Environment||39.702803|140.103800||9.00||||||| +005201530|005201530|392005201530|NO|Permanent|1530|JPN Site 005201530|Active|MOE|Japan Ministry of Environment||39.702803|140.103800||9.00||||||| +005202020|005202020|392005202020|NO2|Permanent|2020|JPN Site 005202020|Active|MOE|Japan Ministry of Environment||40.209969|140.018506||9.00||||||| +005202020|005202020|392005202020|SO2|Permanent|2020|JPN Site 005202020|Active|MOE|Japan Ministry of Environment||40.209969|140.018506||9.00||||||| +005202020|005202020|392005202020|NOX|Permanent|2020|JPN Site 005202020|Active|MOE|Japan Ministry of Environment||40.209969|140.018506||9.00||||||| +005202020|005202020|392005202020|NO|Permanent|2020|JPN Site 005202020|Active|MOE|Japan Ministry of Environment||40.209969|140.018506||9.00||||||| +005202040|005202040|392005202040|NO2|Permanent|2040|JPN Site 005202040|Active|MOE|Japan Ministry of Environment||40.170253|140.118221||9.00||||||| +005202040|005202040|392005202040|SO2|Permanent|2040|JPN Site 005202040|Active|MOE|Japan Ministry of Environment||40.170253|140.118221||9.00||||||| +005202040|005202040|392005202040|NOX|Permanent|2040|JPN Site 005202040|Active|MOE|Japan Ministry of Environment||40.170253|140.118221||9.00||||||| +005202040|005202040|392005202040|NO|Permanent|2040|JPN Site 005202040|Active|MOE|Japan Ministry of Environment||40.170253|140.118221||9.00||||||| +005202520|005202520|392005202520|NO2|Permanent|2520|JPN Site 005202520|Active|MOE|Japan Ministry of Environment||40.212747|140.027394||9.00||||||| +005202520|005202520|392005202520|CO|Permanent|2520|JPN Site 005202520|Active|MOE|Japan Ministry of Environment||40.212747|140.027394||9.00||||||| +005202520|005202520|392005202520|NOX|Permanent|2520|JPN Site 005202520|Active|MOE|Japan Ministry of Environment||40.212747|140.027394||9.00||||||| +005202520|005202520|392005202520|NO|Permanent|2520|JPN Site 005202520|Active|MOE|Japan Ministry of Environment||40.212747|140.027394||9.00||||||| +005203020|005203020|392005203020|SO2|Permanent|3020|JPN Site 005203020|Active|MOE|Japan Ministry of Environment||39.310075|140.576278||9.00||||||| +005203520|005203520|392005203520|NO2|Permanent|3520|JPN Site 005203520|Active|MOE|Japan Ministry of Environment||39.305631|140.557114||9.00||||||| +005203520|005203520|392005203520|CO|Permanent|3520|JPN Site 005203520|Active|MOE|Japan Ministry of Environment||39.305631|140.557114||9.00||||||| +005203520|005203520|392005203520|NOX|Permanent|3520|JPN Site 005203520|Active|MOE|Japan Ministry of Environment||39.305631|140.557114||9.00||||||| +005203520|005203520|392005203520|NO|Permanent|3520|JPN Site 005203520|Active|MOE|Japan Ministry of Environment||39.305631|140.557114||9.00||||||| +005204020|005204020|392005204020|NO2|Permanent|4020|JPN Site 005204020|Active|MOE|Japan Ministry of Environment||40.271639|140.573734||9.00||||||| +005204020|005204020|392005204020|SO2|Permanent|4020|JPN Site 005204020|Active|MOE|Japan Ministry of Environment||40.271639|140.573734||9.00||||||| +005204020|005204020|392005204020|WS|Permanent|4020|JPN Site 005204020|Active|MOE|Japan Ministry of Environment||40.271639|140.573734||9.00||||||| +005204020|005204020|392005204020|WD|Permanent|4020|JPN Site 005204020|Active|MOE|Japan Ministry of Environment||40.271639|140.573734||9.00||||||| +005204020|005204020|392005204020|NOX|Permanent|4020|JPN Site 005204020|Active|MOE|Japan Ministry of Environment||40.271639|140.573734||9.00||||||| +005204020|005204020|392005204020|NO|Permanent|4020|JPN Site 005204020|Active|MOE|Japan Ministry of Environment||40.271639|140.573734||9.00||||||| +005204510|005204510|392005204510|NO2|Permanent|4510|JPN Site 005204510|Active|MOE|Japan Ministry of Environment||40.272472|140.555125||9.00||||||| +005204510|005204510|392005204510|CO|Permanent|4510|JPN Site 005204510|Active|MOE|Japan Ministry of Environment||40.272472|140.555125||9.00||||||| +005204510|005204510|392005204510|NOX|Permanent|4510|JPN Site 005204510|Active|MOE|Japan Ministry of Environment||40.272472|140.555125||9.00||||||| +005204510|005204510|392005204510|NO|Permanent|4510|JPN Site 005204510|Active|MOE|Japan Ministry of Environment||40.272472|140.555125||9.00||||||| +005205010|005205010|392005205010|NO2|Permanent|5010|JPN Site 005205010|Active|MOE|Japan Ministry of Environment||39.382836|140.054096||9.00||||||| +005205010|005205010|392005205010|SO2|Permanent|5010|JPN Site 005205010|Active|MOE|Japan Ministry of Environment||39.382836|140.054096||9.00||||||| +005205010|005205010|392005205010|NOX|Permanent|5010|JPN Site 005205010|Active|MOE|Japan Ministry of Environment||39.382836|140.054096||9.00||||||| +005205010|005205010|392005205010|NO|Permanent|5010|JPN Site 005205010|Active|MOE|Japan Ministry of Environment||39.382836|140.054096||9.00||||||| +005206060|005206060|392005206060|NO2|Permanent|6060|JPN Site 005206060|Active|MOE|Japan Ministry of Environment||39.887778|139.848257||9.00||||||| +005206060|005206060|392005206060|SO2|Permanent|6060|JPN Site 005206060|Active|MOE|Japan Ministry of Environment||39.887778|139.848257||9.00||||||| +005206060|005206060|392005206060|NOX|Permanent|6060|JPN Site 005206060|Active|MOE|Japan Ministry of Environment||39.887778|139.848257||9.00||||||| +005206060|005206060|392005206060|NO|Permanent|6060|JPN Site 005206060|Active|MOE|Japan Ministry of Environment||39.887778|139.848257||9.00||||||| +005208010|005208010|392005208010|NO|Permanent|8010|JPN Site 005208010|Active|MOE|Japan Ministry of Environment||39.450614|140.479336||9.00||||||| +005208010|005208010|392005208010|NO2|Permanent|8010|JPN Site 005208010|Active|MOE|Japan Ministry of Environment||39.450614|140.479336||9.00||||||| +005208010|005208010|392005208010|WS|Permanent|8010|JPN Site 005208010|Active|MOE|Japan Ministry of Environment||39.450614|140.479336||9.00||||||| +005208010|005208010|392005208010|WD|Permanent|8010|JPN Site 005208010|Active|MOE|Japan Ministry of Environment||39.450614|140.479336||9.00||||||| +005208010|005208010|392005208010|NOX|Permanent|8010|JPN Site 005208010|Active|MOE|Japan Ministry of Environment||39.450614|140.479336||9.00||||||| +005362010|005362010|392005362010|NO2|Permanent|2010|JPN Site 005362010|Active|MOE|Japan Ministry of Environment||39.870006|140.066017||9.00||||||| +005362010|005362010|392005362010|WS|Permanent|2010|JPN Site 005362010|Active|MOE|Japan Ministry of Environment||39.870006|140.066017||9.00||||||| +005362010|005362010|392005362010|WD|Permanent|2010|JPN Site 005362010|Active|MOE|Japan Ministry of Environment||39.870006|140.066017||9.00||||||| +005362010|005362010|392005362010|NOX|Permanent|2010|JPN Site 005362010|Active|MOE|Japan Ministry of Environment||39.870006|140.066017||9.00||||||| +005362010|005362010|392005362010|NO|Permanent|2010|JPN Site 005362010|Active|MOE|Japan Ministry of Environment||39.870006|140.066017||9.00||||||| +006201070|006201070|392006201070|NO2|Permanent|1070|JPN Site 006201070|Active|MOE|Japan Ministry of Environment||38.248796|140.334958||9.00||||||| +006201070|006201070|392006201070|SO2|Permanent|1070|JPN Site 006201070|Active|MOE|Japan Ministry of Environment||38.248796|140.334958||9.00||||||| +006201070|006201070|392006201070|NOX|Permanent|1070|JPN Site 006201070|Active|MOE|Japan Ministry of Environment||38.248796|140.334958||9.00||||||| +006201070|006201070|392006201070|NO|Permanent|1070|JPN Site 006201070|Active|MOE|Japan Ministry of Environment||38.248796|140.334958||9.00||||||| +006201090|006201090|392006201090|NO|Permanent|1090|JPN Site 006201090|Active|MOE|Japan Ministry of Environment||38.270738|140.341068||9.00||||||| +006201090|006201090|392006201090|NO2|Permanent|1090|JPN Site 006201090|Active|MOE|Japan Ministry of Environment||38.270738|140.341068||9.00||||||| +006201090|006201090|392006201090|SO2|Permanent|1090|JPN Site 006201090|Active|MOE|Japan Ministry of Environment||38.270738|140.341068||9.00||||||| +006201090|006201090|392006201090|NOX|Permanent|1090|JPN Site 006201090|Active|MOE|Japan Ministry of Environment||38.270738|140.341068||9.00||||||| +006201100|006201100|392006201100|NO2|Permanent|1100|JPN Site 006201100|Active|MOE|Japan Ministry of Environment||38.216854|140.319683||9.00||||||| +006201100|006201100|392006201100|NOX|Permanent|1100|JPN Site 006201100|Active|MOE|Japan Ministry of Environment||38.216854|140.319683||9.00||||||| +006201100|006201100|392006201100|NO|Permanent|1100|JPN Site 006201100|Active|MOE|Japan Ministry of Environment||38.216854|140.319683||9.00||||||| +006201510|006201510|392006201510|CO|Permanent|1510|JPN Site 006201510|Active|MOE|Japan Ministry of Environment||38.269349|140.361900||9.00||||||| +006201510|006201510|392006201510|NOX|Permanent|1510|JPN Site 006201510|Active|MOE|Japan Ministry of Environment||38.269349|140.361900||9.00||||||| +006201510|006201510|392006201510|NO|Permanent|1510|JPN Site 006201510|Active|MOE|Japan Ministry of Environment||38.269349|140.361900||9.00||||||| +006201510|006201510|392006201510|NO2|Permanent|1510|JPN Site 006201510|Active|MOE|Japan Ministry of Environment||38.269349|140.361900||9.00||||||| +006202010|006202010|392006202010|NO2|Permanent|2010|JPN Site 006202010|Active|MOE|Japan Ministry of Environment||37.919660|140.113603||9.00||||||| +006202010|006202010|392006202010|SO2|Permanent|2010|JPN Site 006202010|Active|MOE|Japan Ministry of Environment||37.919660|140.113603||9.00||||||| +006202010|006202010|392006202010|NOX|Permanent|2010|JPN Site 006202010|Active|MOE|Japan Ministry of Environment||37.919660|140.113603||9.00||||||| +006202010|006202010|392006202010|NO|Permanent|2010|JPN Site 006202010|Active|MOE|Japan Ministry of Environment||37.919660|140.113603||9.00||||||| +006203010|006203010|392006203010|NOX|Permanent|3010|JPN Site 006203010|Active|MOE|Japan Ministry of Environment||38.742067|139.823589||9.00||||||| +006203010|006203010|392006203010|NO|Permanent|3010|JPN Site 006203010|Active|MOE|Japan Ministry of Environment||38.742067|139.823589||9.00||||||| +006203010|006203010|392006203010|NO2|Permanent|3010|JPN Site 006203010|Active|MOE|Japan Ministry of Environment||38.742067|139.823589||9.00||||||| +006203010|006203010|392006203010|SO2|Permanent|3010|JPN Site 006203010|Active|MOE|Japan Ministry of Environment||38.742067|139.823589||9.00||||||| +006204020|006204020|392006204020|NO2|Permanent|4020|JPN Site 006204020|Active|MOE|Japan Ministry of Environment||38.930936|139.833302||9.00||||||| +006204020|006204020|392006204020|SO2|Permanent|4020|JPN Site 006204020|Active|MOE|Japan Ministry of Environment||38.930936|139.833302||9.00||||||| +006204020|006204020|392006204020|NOX|Permanent|4020|JPN Site 006204020|Active|MOE|Japan Ministry of Environment||38.930936|139.833302||9.00||||||| +006204020|006204020|392006204020|NO|Permanent|4020|JPN Site 006204020|Active|MOE|Japan Ministry of Environment||38.930936|139.833302||9.00||||||| +006204040|006204040|392006204040|NO2|Permanent|4040|JPN Site 006204040|Active|MOE|Japan Ministry of Environment||38.948991|139.894685||9.00||||||| +006204040|006204040|392006204040|SO2|Permanent|4040|JPN Site 006204040|Active|MOE|Japan Ministry of Environment||38.948991|139.894685||9.00||||||| +006204040|006204040|392006204040|NOX|Permanent|4040|JPN Site 006204040|Active|MOE|Japan Ministry of Environment||38.948991|139.894685||9.00||||||| +006204040|006204040|392006204040|NO|Permanent|4040|JPN Site 006204040|Active|MOE|Japan Ministry of Environment||38.948991|139.894685||9.00||||||| +006204050|006204050|392006204050|NO2|Permanent|4050|JPN Site 006204050|Active|MOE|Japan Ministry of Environment||38.913716|139.848857||9.00||||||| +006204050|006204050|392006204050|SO2|Permanent|4050|JPN Site 006204050|Active|MOE|Japan Ministry of Environment||38.913716|139.848857||9.00||||||| +006204050|006204050|392006204050|NOX|Permanent|4050|JPN Site 006204050|Active|MOE|Japan Ministry of Environment||38.913716|139.848857||9.00||||||| +006204050|006204050|392006204050|NO|Permanent|4050|JPN Site 006204050|Active|MOE|Japan Ministry of Environment||38.913716|139.848857||9.00||||||| +006205010|006205010|392006205010|NO2|Permanent|5010|JPN Site 006205010|Active|MOE|Japan Ministry of Environment||38.757074|140.298549||9.00||||||| +006205010|006205010|392006205010|SO2|Permanent|5010|JPN Site 006205010|Active|MOE|Japan Ministry of Environment||38.757074|140.298549||9.00||||||| +006205010|006205010|392006205010|NOX|Permanent|5010|JPN Site 006205010|Active|MOE|Japan Ministry of Environment||38.757074|140.298549||9.00||||||| +006205010|006205010|392006205010|NO|Permanent|5010|JPN Site 006205010|Active|MOE|Japan Ministry of Environment||38.757074|140.298549||9.00||||||| +006206010|006206010|392006206010|SO2|Permanent|6010|JPN Site 006206010|Active|MOE|Japan Ministry of Environment||38.393779|140.274123||9.00||||||| +006206010|006206010|392006206010|NOX|Permanent|6010|JPN Site 006206010|Active|MOE|Japan Ministry of Environment||38.393779|140.274123||9.00||||||| +006206010|006206010|392006206010|NO|Permanent|6010|JPN Site 006206010|Active|MOE|Japan Ministry of Environment||38.393779|140.274123||9.00||||||| +006206010|006206010|392006206010|NO2|Permanent|6010|JPN Site 006206010|Active|MOE|Japan Ministry of Environment||38.393779|140.274123||9.00||||||| +006207010|006207010|392006207010|NO2|Permanent|7010|JPN Site 006207010|Active|MOE|Japan Ministry of Environment||38.157415|140.276912||9.00||||||| +006207010|006207010|392006207010|NOX|Permanent|7010|JPN Site 006207010|Active|MOE|Japan Ministry of Environment||38.157415|140.276912||9.00||||||| +006207010|006207010|392006207010|NO|Permanent|7010|JPN Site 006207010|Active|MOE|Japan Ministry of Environment||38.157415|140.276912||9.00||||||| +006208010|006208010|392006208010|NO2|Permanent|8010|JPN Site 006208010|Active|MOE|Japan Ministry of Environment||38.476550|140.395776||9.00||||||| +006208010|006208010|392006208010|SO2|Permanent|8010|JPN Site 006208010|Active|MOE|Japan Ministry of Environment||38.476550|140.395776||9.00||||||| +006208010|006208010|392006208010|NOX|Permanent|8010|JPN Site 006208010|Active|MOE|Japan Ministry of Environment||38.476550|140.395776||9.00||||||| +006208010|006208010|392006208010|NO|Permanent|8010|JPN Site 006208010|Active|MOE|Japan Ministry of Environment||38.476550|140.395776||9.00||||||| +006209010|006209010|392006209010|NO|Permanent|9010|JPN Site 006209010|Active|MOE|Japan Ministry of Environment||38.113805|140.031101||9.00||||||| +006209010|006209010|392006209010|NO2|Permanent|9010|JPN Site 006209010|Active|MOE|Japan Ministry of Environment||38.113805|140.031101||9.00||||||| +006209010|006209010|392006209010|SO2|Permanent|9010|JPN Site 006209010|Active|MOE|Japan Ministry of Environment||38.113805|140.031101||9.00||||||| +006209010|006209010|392006209010|NOX|Permanent|9010|JPN Site 006209010|Active|MOE|Japan Ministry of Environment||38.113805|140.031101||9.00||||||| +006210010|006210010|392006210010|NO2|Permanent|0010|JPN Site 006210010|Active|MOE|Japan Ministry of Environment||38.362673|140.376061||9.00||||||| +006210010|006210010|392006210010|NOX|Permanent|0010|JPN Site 006210010|Active|MOE|Japan Ministry of Environment||38.362673|140.376061||9.00||||||| +006210010|006210010|392006210010|NO|Permanent|0010|JPN Site 006210010|Active|MOE|Japan Ministry of Environment||38.362673|140.376061||9.00||||||| +006422010|006422010|392006422010|SO2|Permanent|2010|JPN Site 006422010|Active|MOE|Japan Ministry of Environment||38.846780|139.903022||9.00||||||| +006422010|006422010|392006422010|NOX|Permanent|2010|JPN Site 006422010|Active|MOE|Japan Ministry of Environment||38.846780|139.903022||9.00||||||| +006422010|006422010|392006422010|NO|Permanent|2010|JPN Site 006422010|Active|MOE|Japan Ministry of Environment||38.846780|139.903022||9.00||||||| +006422010|006422010|392006422010|NO2|Permanent|2010|JPN Site 006422010|Active|MOE|Japan Ministry of Environment||38.846780|139.903022||9.00||||||| +006461010|006461010|392006461010|NO2|Permanent|1010|JPN Site 006461010|Active|MOE|Japan Ministry of Environment||39.013429|139.916069||9.00||||||| +006461010|006461010|392006461010|NOX|Permanent|1010|JPN Site 006461010|Active|MOE|Japan Ministry of Environment||39.013429|139.916069||9.00||||||| +006461010|006461010|392006461010|NO|Permanent|1010|JPN Site 006461010|Active|MOE|Japan Ministry of Environment||39.013429|139.916069||9.00||||||| +007201180|007201180|392007201180|NO2|Permanent|1180|JPN Site 007201180|Active|MOE|Japan Ministry of Environment||37.776349|140.490245||9.00||||||| +007201180|007201180|392007201180|TEMP|Permanent|1180|JPN Site 007201180|Active|MOE|Japan Ministry of Environment||37.776349|140.490245||9.00||||||| +007201180|007201180|392007201180|WS|Permanent|1180|JPN Site 007201180|Active|MOE|Japan Ministry of Environment||37.776349|140.490245||9.00||||||| +007201180|007201180|392007201180|WD|Permanent|1180|JPN Site 007201180|Active|MOE|Japan Ministry of Environment||37.776349|140.490245||9.00||||||| +007201180|007201180|392007201180|RHUM|Permanent|1180|JPN Site 007201180|Active|MOE|Japan Ministry of Environment||37.776349|140.490245||9.00||||||| +007201180|007201180|392007201180|NOX|Permanent|1180|JPN Site 007201180|Active|MOE|Japan Ministry of Environment||37.776349|140.490245||9.00||||||| +007201180|007201180|392007201180|NO|Permanent|1180|JPN Site 007201180|Active|MOE|Japan Ministry of Environment||37.776349|140.490245||9.00||||||| +007201190|007201190|392007201190|NOX|Permanent|1190|JPN Site 007201190|Active|MOE|Japan Ministry of Environment||37.740797|140.464138||9.00||||||| +007201190|007201190|392007201190|NO|Permanent|1190|JPN Site 007201190|Active|MOE|Japan Ministry of Environment||37.740797|140.464138||9.00||||||| +007201190|007201190|392007201190|NO2|Permanent|1190|JPN Site 007201190|Active|MOE|Japan Ministry of Environment||37.740797|140.464138||9.00||||||| +007201190|007201190|392007201190|SO2|Permanent|1190|JPN Site 007201190|Active|MOE|Japan Ministry of Environment||37.740797|140.464138||9.00||||||| +007201190|007201190|392007201190|TEMP|Permanent|1190|JPN Site 007201190|Active|MOE|Japan Ministry of Environment||37.740797|140.464138||9.00||||||| +007201190|007201190|392007201190|WS|Permanent|1190|JPN Site 007201190|Active|MOE|Japan Ministry of Environment||37.740797|140.464138||9.00||||||| +007201190|007201190|392007201190|WD|Permanent|1190|JPN Site 007201190|Active|MOE|Japan Ministry of Environment||37.740797|140.464138||9.00||||||| +007201190|007201190|392007201190|RHUM|Permanent|1190|JPN Site 007201190|Active|MOE|Japan Ministry of Environment||37.740797|140.464138||9.00||||||| +007201200|007201200|392007201200|NOX|Permanent|1200|JPN Site 007201200|Active|MOE|Japan Ministry of Environment||37.767182|140.447749||9.00||||||| +007201200|007201200|392007201200|NO2|Permanent|1200|JPN Site 007201200|Active|MOE|Japan Ministry of Environment||37.767182|140.447749||9.00||||||| +007201200|007201200|392007201200|NO|Permanent|1200|JPN Site 007201200|Active|MOE|Japan Ministry of Environment||37.767182|140.447749||9.00||||||| +007201200|007201200|392007201200|SO2|Permanent|1200|JPN Site 007201200|Active|MOE|Japan Ministry of Environment||37.767182|140.447749||9.00||||||| +007201200|007201200|392007201200|TEMP|Permanent|1200|JPN Site 007201200|Active|MOE|Japan Ministry of Environment||37.767182|140.447749||9.00||||||| +007201200|007201200|392007201200|WS|Permanent|1200|JPN Site 007201200|Active|MOE|Japan Ministry of Environment||37.767182|140.447749||9.00||||||| +007201200|007201200|392007201200|WD|Permanent|1200|JPN Site 007201200|Active|MOE|Japan Ministry of Environment||37.767182|140.447749||9.00||||||| +007201200|007201200|392007201200|RHUM|Permanent|1200|JPN Site 007201200|Active|MOE|Japan Ministry of Environment||37.767182|140.447749||9.00||||||| +007202070|007202070|392007202070|NO2|Permanent|2070|JPN Site 007202070|Active|MOE|Japan Ministry of Environment||37.494425|139.923916||9.00||||||| +007202070|007202070|392007202070|SO2|Permanent|2070|JPN Site 007202070|Active|MOE|Japan Ministry of Environment||37.494425|139.923916||9.00||||||| +007202070|007202070|392007202070|TEMP|Permanent|2070|JPN Site 007202070|Active|MOE|Japan Ministry of Environment||37.494425|139.923916||9.00||||||| +007202070|007202070|392007202070|WS|Permanent|2070|JPN Site 007202070|Active|MOE|Japan Ministry of Environment||37.494425|139.923916||9.00||||||| +007202070|007202070|392007202070|WD|Permanent|2070|JPN Site 007202070|Active|MOE|Japan Ministry of Environment||37.494425|139.923916||9.00||||||| +007202070|007202070|392007202070|RHUM|Permanent|2070|JPN Site 007202070|Active|MOE|Japan Ministry of Environment||37.494425|139.923916||9.00||||||| +007202070|007202070|392007202070|NOX|Permanent|2070|JPN Site 007202070|Active|MOE|Japan Ministry of Environment||37.494425|139.923916||9.00||||||| +007202070|007202070|392007202070|NO|Permanent|2070|JPN Site 007202070|Active|MOE|Japan Ministry of Environment||37.494425|139.923916||9.00||||||| +007203130|007203130|392007203130|WD|Permanent|3130|JPN Site 007203130|Active|MOE|Japan Ministry of Environment||37.391111|140.395826||9.00||||||| +007203130|007203130|392007203130|RHUM|Permanent|3130|JPN Site 007203130|Active|MOE|Japan Ministry of Environment||37.391111|140.395826||9.00||||||| +007203130|007203130|392007203130|NOX|Permanent|3130|JPN Site 007203130|Active|MOE|Japan Ministry of Environment||37.391111|140.395826||9.00||||||| +007203130|007203130|392007203130|NO|Permanent|3130|JPN Site 007203130|Active|MOE|Japan Ministry of Environment||37.391111|140.395826||9.00||||||| +007203130|007203130|392007203130|NO2|Permanent|3130|JPN Site 007203130|Active|MOE|Japan Ministry of Environment||37.391111|140.395826||9.00||||||| +007203130|007203130|392007203130|SO2|Permanent|3130|JPN Site 007203130|Active|MOE|Japan Ministry of Environment||37.391111|140.395826||9.00||||||| +007203130|007203130|392007203130|TEMP|Permanent|3130|JPN Site 007203130|Active|MOE|Japan Ministry of Environment||37.391111|140.395826||9.00||||||| +007203130|007203130|392007203130|WS|Permanent|3130|JPN Site 007203130|Active|MOE|Japan Ministry of Environment||37.391111|140.395826||9.00||||||| +007203140|007203140|392007203140|WS|Permanent|3140|JPN Site 007203140|Active|MOE|Japan Ministry of Environment||37.390832|140.379161||9.00||||||| +007203140|007203140|392007203140|WD|Permanent|3140|JPN Site 007203140|Active|MOE|Japan Ministry of Environment||37.390832|140.379161||9.00||||||| +007203140|007203140|392007203140|RHUM|Permanent|3140|JPN Site 007203140|Active|MOE|Japan Ministry of Environment||37.390832|140.379161||9.00||||||| +007203140|007203140|392007203140|NOX|Permanent|3140|JPN Site 007203140|Active|MOE|Japan Ministry of Environment||37.390832|140.379161||9.00||||||| +007203140|007203140|392007203140|NO|Permanent|3140|JPN Site 007203140|Active|MOE|Japan Ministry of Environment||37.390832|140.379161||9.00||||||| +007203140|007203140|392007203140|NO2|Permanent|3140|JPN Site 007203140|Active|MOE|Japan Ministry of Environment||37.390832|140.379161||9.00||||||| +007203140|007203140|392007203140|SO2|Permanent|3140|JPN Site 007203140|Active|MOE|Japan Ministry of Environment||37.390832|140.379161||9.00||||||| +007203140|007203140|392007203140|TEMP|Permanent|3140|JPN Site 007203140|Active|MOE|Japan Ministry of Environment||37.390832|140.379161||9.00||||||| +007203150|007203150|392007203150|WD|Permanent|3150|JPN Site 007203150|Active|MOE|Japan Ministry of Environment||37.447771|140.393046||9.00||||||| +007203150|007203150|392007203150|RHUM|Permanent|3150|JPN Site 007203150|Active|MOE|Japan Ministry of Environment||37.447771|140.393046||9.00||||||| +007203150|007203150|392007203150|NOX|Permanent|3150|JPN Site 007203150|Active|MOE|Japan Ministry of Environment||37.447771|140.393046||9.00||||||| +007203150|007203150|392007203150|NO|Permanent|3150|JPN Site 007203150|Active|MOE|Japan Ministry of Environment||37.447771|140.393046||9.00||||||| +007203150|007203150|392007203150|NO2|Permanent|3150|JPN Site 007203150|Active|MOE|Japan Ministry of Environment||37.447771|140.393046||9.00||||||| +007203150|007203150|392007203150|SO2|Permanent|3150|JPN Site 007203150|Active|MOE|Japan Ministry of Environment||37.447771|140.393046||9.00||||||| +007203150|007203150|392007203150|TEMP|Permanent|3150|JPN Site 007203150|Active|MOE|Japan Ministry of Environment||37.447771|140.393046||9.00||||||| +007203150|007203150|392007203150|WS|Permanent|3150|JPN Site 007203150|Active|MOE|Japan Ministry of Environment||37.447771|140.393046||9.00||||||| +007203180|007203180|392007203180|NO2|Permanent|3180|JPN Site 007203180|Active|MOE|Japan Ministry of Environment||37.356669|140.364164||9.00||||||| +007203180|007203180|392007203180|NO|Permanent|3180|JPN Site 007203180|Active|MOE|Japan Ministry of Environment||37.356669|140.364164||9.00||||||| +007203180|007203180|392007203180|SO2|Permanent|3180|JPN Site 007203180|Active|MOE|Japan Ministry of Environment||37.356669|140.364164||9.00||||||| +007203180|007203180|392007203180|TEMP|Permanent|3180|JPN Site 007203180|Active|MOE|Japan Ministry of Environment||37.356669|140.364164||9.00||||||| +007203180|007203180|392007203180|WS|Permanent|3180|JPN Site 007203180|Active|MOE|Japan Ministry of Environment||37.356669|140.364164||9.00||||||| +007203180|007203180|392007203180|WD|Permanent|3180|JPN Site 007203180|Active|MOE|Japan Ministry of Environment||37.356669|140.364164||9.00||||||| +007203180|007203180|392007203180|RHUM|Permanent|3180|JPN Site 007203180|Active|MOE|Japan Ministry of Environment||37.356669|140.364164||9.00||||||| +007203180|007203180|392007203180|NOX|Permanent|3180|JPN Site 007203180|Active|MOE|Japan Ministry of Environment||37.356669|140.364164||9.00||||||| +007203520|007203520|392007203520|RHUM|Permanent|3520|JPN Site 007203520|Active|MOE|Japan Ministry of Environment||37.393054|140.340275||9.00||||||| +007203520|007203520|392007203520|NOX|Permanent|3520|JPN Site 007203520|Active|MOE|Japan Ministry of Environment||37.393054|140.340275||9.00||||||| +007203520|007203520|392007203520|NO|Permanent|3520|JPN Site 007203520|Active|MOE|Japan Ministry of Environment||37.393054|140.340275||9.00||||||| +007203520|007203520|392007203520|NO2|Permanent|3520|JPN Site 007203520|Active|MOE|Japan Ministry of Environment||37.393054|140.340275||9.00||||||| +007203520|007203520|392007203520|CO|Permanent|3520|JPN Site 007203520|Active|MOE|Japan Ministry of Environment||37.393054|140.340275||9.00||||||| +007203520|007203520|392007203520|TEMP|Permanent|3520|JPN Site 007203520|Active|MOE|Japan Ministry of Environment||37.393054|140.340275||9.00||||||| +007203520|007203520|392007203520|WS|Permanent|3520|JPN Site 007203520|Active|MOE|Japan Ministry of Environment||37.393054|140.340275||9.00||||||| +007203520|007203520|392007203520|WD|Permanent|3520|JPN Site 007203520|Active|MOE|Japan Ministry of Environment||37.393054|140.340275||9.00||||||| +007204020|007204020|392007204020|WD|Permanent|4020|JPN Site 007204020|Active|MOE|Japan Ministry of Environment||36.894226|140.781373||9.00||||||| +007204020|007204020|392007204020|RHUM|Permanent|4020|JPN Site 007204020|Active|MOE|Japan Ministry of Environment||36.894226|140.781373||9.00||||||| +007204020|007204020|392007204020|NOX|Permanent|4020|JPN Site 007204020|Active|MOE|Japan Ministry of Environment||36.894226|140.781373||9.00||||||| +007204020|007204020|392007204020|NO|Permanent|4020|JPN Site 007204020|Active|MOE|Japan Ministry of Environment||36.894226|140.781373||9.00||||||| +007204020|007204020|392007204020|NO2|Permanent|4020|JPN Site 007204020|Active|MOE|Japan Ministry of Environment||36.894226|140.781373||9.00||||||| +007204020|007204020|392007204020|SO2|Permanent|4020|JPN Site 007204020|Active|MOE|Japan Ministry of Environment||36.894226|140.781373||9.00||||||| +007204020|007204020|392007204020|TEMP|Permanent|4020|JPN Site 007204020|Active|MOE|Japan Ministry of Environment||36.894226|140.781373||9.00||||||| +007204020|007204020|392007204020|WS|Permanent|4020|JPN Site 007204020|Active|MOE|Japan Ministry of Environment||36.894226|140.781373||9.00||||||| +007204030|007204030|392007204030|SO2|Permanent|4030|JPN Site 007204030|Active|MOE|Japan Ministry of Environment||36.910891|140.774984||9.00||||||| +007204030|007204030|392007204030|WS|Permanent|4030|JPN Site 007204030|Active|MOE|Japan Ministry of Environment||36.910891|140.774984||9.00||||||| +007204030|007204030|392007204030|WD|Permanent|4030|JPN Site 007204030|Active|MOE|Japan Ministry of Environment||36.910891|140.774984||9.00||||||| +007204070|007204070|392007204070|WD|Permanent|4070|JPN Site 007204070|Active|MOE|Japan Ministry of Environment||36.936445|140.862753||9.00||||||| +007204070|007204070|392007204070|SO2|Permanent|4070|JPN Site 007204070|Active|MOE|Japan Ministry of Environment||36.936445|140.862753||9.00||||||| +007204070|007204070|392007204070|WS|Permanent|4070|JPN Site 007204070|Active|MOE|Japan Ministry of Environment||36.936445|140.862753||9.00||||||| +007204090|007204090|392007204090|SO2|Permanent|4090|JPN Site 007204090|Active|MOE|Japan Ministry of Environment||36.952832|140.868585||9.00||||||| +007204090|007204090|392007204090|WS|Permanent|4090|JPN Site 007204090|Active|MOE|Japan Ministry of Environment||36.952832|140.868585||9.00||||||| +007204090|007204090|392007204090|WD|Permanent|4090|JPN Site 007204090|Active|MOE|Japan Ministry of Environment||36.952832|140.868585||9.00||||||| +007204110|007204110|392007204110|NOX|Permanent|4110|JPN Site 007204110|Active|MOE|Japan Ministry of Environment||36.963109|140.891360||9.00||||||| +007204110|007204110|392007204110|NO|Permanent|4110|JPN Site 007204110|Active|MOE|Japan Ministry of Environment||36.963109|140.891360||9.00||||||| +007204110|007204110|392007204110|NO2|Permanent|4110|JPN Site 007204110|Active|MOE|Japan Ministry of Environment||36.963109|140.891360||9.00||||||| +007204110|007204110|392007204110|SO2|Permanent|4110|JPN Site 007204110|Active|MOE|Japan Ministry of Environment||36.963109|140.891360||9.00||||||| +007204110|007204110|392007204110|TEMP|Permanent|4110|JPN Site 007204110|Active|MOE|Japan Ministry of Environment||36.963109|140.891360||9.00||||||| +007204110|007204110|392007204110|WS|Permanent|4110|JPN Site 007204110|Active|MOE|Japan Ministry of Environment||36.963109|140.891360||9.00||||||| +007204110|007204110|392007204110|WD|Permanent|4110|JPN Site 007204110|Active|MOE|Japan Ministry of Environment||36.963109|140.891360||9.00||||||| +007204110|007204110|392007204110|RHUM|Permanent|4110|JPN Site 007204110|Active|MOE|Japan Ministry of Environment||36.963109|140.891360||9.00||||||| +007204160|007204160|392007204160|SO2|Permanent|4160|JPN Site 007204160|Active|MOE|Japan Ministry of Environment||36.946722|140.878862||9.00||||||| +007204160|007204160|392007204160|WS|Permanent|4160|JPN Site 007204160|Active|MOE|Japan Ministry of Environment||36.946722|140.878862||9.00||||||| +007204160|007204160|392007204160|WD|Permanent|4160|JPN Site 007204160|Active|MOE|Japan Ministry of Environment||36.946722|140.878862||9.00||||||| +007204170|007204170|392007204170|RHUM|Permanent|4170|JPN Site 007204170|Active|MOE|Japan Ministry of Environment||36.928945|140.821645||9.00||||||| +007204170|007204170|392007204170|NOX|Permanent|4170|JPN Site 007204170|Active|MOE|Japan Ministry of Environment||36.928945|140.821645||9.00||||||| +007204170|007204170|392007204170|NO|Permanent|4170|JPN Site 007204170|Active|MOE|Japan Ministry of Environment||36.928945|140.821645||9.00||||||| +007204170|007204170|392007204170|NO2|Permanent|4170|JPN Site 007204170|Active|MOE|Japan Ministry of Environment||36.928945|140.821645||9.00||||||| +007204170|007204170|392007204170|SO2|Permanent|4170|JPN Site 007204170|Active|MOE|Japan Ministry of Environment||36.928945|140.821645||9.00||||||| +007204170|007204170|392007204170|TEMP|Permanent|4170|JPN Site 007204170|Active|MOE|Japan Ministry of Environment||36.928945|140.821645||9.00||||||| +007204170|007204170|392007204170|WS|Permanent|4170|JPN Site 007204170|Active|MOE|Japan Ministry of Environment||36.928945|140.821645||9.00||||||| +007204170|007204170|392007204170|WD|Permanent|4170|JPN Site 007204170|Active|MOE|Japan Ministry of Environment||36.928945|140.821645||9.00||||||| +007204210|007204210|392007204210|WS|Permanent|4210|JPN Site 007204210|Active|MOE|Japan Ministry of Environment||37.058655|140.885523||9.00||||||| +007204210|007204210|392007204210|WD|Permanent|4210|JPN Site 007204210|Active|MOE|Japan Ministry of Environment||37.058655|140.885523||9.00||||||| +007204210|007204210|392007204210|RHUM|Permanent|4210|JPN Site 007204210|Active|MOE|Japan Ministry of Environment||37.058655|140.885523||9.00||||||| +007204210|007204210|392007204210|NOX|Permanent|4210|JPN Site 007204210|Active|MOE|Japan Ministry of Environment||37.058655|140.885523||9.00||||||| +007204210|007204210|392007204210|NO2|Permanent|4210|JPN Site 007204210|Active|MOE|Japan Ministry of Environment||37.058655|140.885523||9.00||||||| +007204210|007204210|392007204210|NO|Permanent|4210|JPN Site 007204210|Active|MOE|Japan Ministry of Environment||37.058655|140.885523||9.00||||||| +007204210|007204210|392007204210|SO2|Permanent|4210|JPN Site 007204210|Active|MOE|Japan Ministry of Environment||37.058655|140.885523||9.00||||||| +007204210|007204210|392007204210|TEMP|Permanent|4210|JPN Site 007204210|Active|MOE|Japan Ministry of Environment||37.058655|140.885523||9.00||||||| +007204510|007204510|392007204510|NO|Permanent|4510|JPN Site 007204510|Active|MOE|Japan Ministry of Environment||37.054489|140.893856||9.00||||||| +007204510|007204510|392007204510|NO2|Permanent|4510|JPN Site 007204510|Active|MOE|Japan Ministry of Environment||37.054489|140.893856||9.00||||||| +007204510|007204510|392007204510|CO|Permanent|4510|JPN Site 007204510|Active|MOE|Japan Ministry of Environment||37.054489|140.893856||9.00||||||| +007204510|007204510|392007204510|WS|Permanent|4510|JPN Site 007204510|Active|MOE|Japan Ministry of Environment||37.054489|140.893856||9.00||||||| +007204510|007204510|392007204510|WD|Permanent|4510|JPN Site 007204510|Active|MOE|Japan Ministry of Environment||37.054489|140.893856||9.00||||||| +007204510|007204510|392007204510|NOX|Permanent|4510|JPN Site 007204510|Active|MOE|Japan Ministry of Environment||37.054489|140.893856||9.00||||||| +007204720|007204720|392007204720|NOX|Permanent|4720|JPN Site 007204720|Active|MOE|Japan Ministry of Environment||37.006439|140.915245||9.00||||||| +007204720|007204720|392007204720|NO|Permanent|4720|JPN Site 007204720|Active|MOE|Japan Ministry of Environment||37.006439|140.915245||9.00||||||| +007204720|007204720|392007204720|NO2|Permanent|4720|JPN Site 007204720|Active|MOE|Japan Ministry of Environment||37.006439|140.915245||9.00||||||| +007204720|007204720|392007204720|SO2|Permanent|4720|JPN Site 007204720|Active|MOE|Japan Ministry of Environment||37.006439|140.915245||9.00||||||| +007204720|007204720|392007204720|TEMP|Permanent|4720|JPN Site 007204720|Active|MOE|Japan Ministry of Environment||37.006439|140.915245||9.00||||||| +007204720|007204720|392007204720|WS|Permanent|4720|JPN Site 007204720|Active|MOE|Japan Ministry of Environment||37.006439|140.915245||9.00||||||| +007204720|007204720|392007204720|WD|Permanent|4720|JPN Site 007204720|Active|MOE|Japan Ministry of Environment||37.006439|140.915245||9.00||||||| +007204720|007204720|392007204720|RHUM|Permanent|4720|JPN Site 007204720|Active|MOE|Japan Ministry of Environment||37.006439|140.915245||9.00||||||| +007204730|007204730|392007204730|NOX|Permanent|4730|JPN Site 007204730|Active|MOE|Japan Ministry of Environment||37.005049|140.845529||9.00||||||| +007204730|007204730|392007204730|NO|Permanent|4730|JPN Site 007204730|Active|MOE|Japan Ministry of Environment||37.005049|140.845529||9.00||||||| +007204730|007204730|392007204730|NO2|Permanent|4730|JPN Site 007204730|Active|MOE|Japan Ministry of Environment||37.005049|140.845529||9.00||||||| +007204730|007204730|392007204730|SO2|Permanent|4730|JPN Site 007204730|Active|MOE|Japan Ministry of Environment||37.005049|140.845529||9.00||||||| +007204730|007204730|392007204730|TEMP|Permanent|4730|JPN Site 007204730|Active|MOE|Japan Ministry of Environment||37.005049|140.845529||9.00||||||| +007204730|007204730|392007204730|WS|Permanent|4730|JPN Site 007204730|Active|MOE|Japan Ministry of Environment||37.005049|140.845529||9.00||||||| +007204730|007204730|392007204730|WD|Permanent|4730|JPN Site 007204730|Active|MOE|Japan Ministry of Environment||37.005049|140.845529||9.00||||||| +007204730|007204730|392007204730|RHUM|Permanent|4730|JPN Site 007204730|Active|MOE|Japan Ministry of Environment||37.005049|140.845529||9.00||||||| +007204740|007204740|392007204740|TEMP|Permanent|4740|JPN Site 007204740|Active|MOE|Japan Ministry of Environment||37.096706|140.892743||9.00||||||| +007204740|007204740|392007204740|WS|Permanent|4740|JPN Site 007204740|Active|MOE|Japan Ministry of Environment||37.096706|140.892743||9.00||||||| +007204740|007204740|392007204740|WD|Permanent|4740|JPN Site 007204740|Active|MOE|Japan Ministry of Environment||37.096706|140.892743||9.00||||||| +007204740|007204740|392007204740|RHUM|Permanent|4740|JPN Site 007204740|Active|MOE|Japan Ministry of Environment||37.096706|140.892743||9.00||||||| +007204740|007204740|392007204740|NOX|Permanent|4740|JPN Site 007204740|Active|MOE|Japan Ministry of Environment||37.096706|140.892743||9.00||||||| +007204740|007204740|392007204740|NO|Permanent|4740|JPN Site 007204740|Active|MOE|Japan Ministry of Environment||37.096706|140.892743||9.00||||||| +007204740|007204740|392007204740|NO2|Permanent|4740|JPN Site 007204740|Active|MOE|Japan Ministry of Environment||37.096706|140.892743||9.00||||||| +007204740|007204740|392007204740|SO2|Permanent|4740|JPN Site 007204740|Active|MOE|Japan Ministry of Environment||37.096706|140.892743||9.00||||||| +007205050|007205050|392007205050|RHUM|Permanent|5050|JPN Site 007205050|Active|MOE|Japan Ministry of Environment||37.126969|140.201688||9.00||||||| +007205050|007205050|392007205050|NOX|Permanent|5050|JPN Site 007205050|Active|MOE|Japan Ministry of Environment||37.126969|140.201688||9.00||||||| +007205050|007205050|392007205050|NO|Permanent|5050|JPN Site 007205050|Active|MOE|Japan Ministry of Environment||37.126969|140.201688||9.00||||||| +007205050|007205050|392007205050|NO2|Permanent|5050|JPN Site 007205050|Active|MOE|Japan Ministry of Environment||37.126969|140.201688||9.00||||||| +007205050|007205050|392007205050|SO2|Permanent|5050|JPN Site 007205050|Active|MOE|Japan Ministry of Environment||37.126969|140.201688||9.00||||||| +007205050|007205050|392007205050|TEMP|Permanent|5050|JPN Site 007205050|Active|MOE|Japan Ministry of Environment||37.126969|140.201688||9.00||||||| +007205050|007205050|392007205050|WS|Permanent|5050|JPN Site 007205050|Active|MOE|Japan Ministry of Environment||37.126969|140.201688||9.00||||||| +007205050|007205050|392007205050|WD|Permanent|5050|JPN Site 007205050|Active|MOE|Japan Ministry of Environment||37.126969|140.201688||9.00||||||| +007206050|007206050|392007206050|WS|Permanent|6050|JPN Site 007206050|Active|MOE|Japan Ministry of Environment||37.639982|140.950491||9.00||||||| +007206050|007206050|392007206050|WD|Permanent|6050|JPN Site 007206050|Active|MOE|Japan Ministry of Environment||37.639982|140.950491||9.00||||||| +007206050|007206050|392007206050|RHUM|Permanent|6050|JPN Site 007206050|Active|MOE|Japan Ministry of Environment||37.639982|140.950491||9.00||||||| +007206050|007206050|392007206050|NOX|Permanent|6050|JPN Site 007206050|Active|MOE|Japan Ministry of Environment||37.639982|140.950491||9.00||||||| +007206050|007206050|392007206050|NO|Permanent|6050|JPN Site 007206050|Active|MOE|Japan Ministry of Environment||37.639982|140.950491||9.00||||||| +007206050|007206050|392007206050|TEMP|Permanent|6050|JPN Site 007206050|Active|MOE|Japan Ministry of Environment||37.639982|140.950491||9.00||||||| +007206050|007206050|392007206050|NO2|Permanent|6050|JPN Site 007206050|Active|MOE|Japan Ministry of Environment||37.639982|140.950491||9.00||||||| +007206050|007206050|392007206050|SO2|Permanent|6050|JPN Site 007206050|Active|MOE|Japan Ministry of Environment||37.639982|140.950491||9.00||||||| +007207010|007207010|392007207010|NOX|Permanent|7010|JPN Site 007207010|Active|MOE|Japan Ministry of Environment||37.287232|140.372222||9.00||||||| +007207010|007207010|392007207010|NO|Permanent|7010|JPN Site 007207010|Active|MOE|Japan Ministry of Environment||37.287232|140.372222||9.00||||||| +007207010|007207010|392007207010|NO2|Permanent|7010|JPN Site 007207010|Active|MOE|Japan Ministry of Environment||37.287232|140.372222||9.00||||||| +007207010|007207010|392007207010|SO2|Permanent|7010|JPN Site 007207010|Active|MOE|Japan Ministry of Environment||37.287232|140.372222||9.00||||||| +007207010|007207010|392007207010|TEMP|Permanent|7010|JPN Site 007207010|Active|MOE|Japan Ministry of Environment||37.287232|140.372222||9.00||||||| +007207010|007207010|392007207010|WS|Permanent|7010|JPN Site 007207010|Active|MOE|Japan Ministry of Environment||37.287232|140.372222||9.00||||||| +007207010|007207010|392007207010|WD|Permanent|7010|JPN Site 007207010|Active|MOE|Japan Ministry of Environment||37.287232|140.372222||9.00||||||| +007207010|007207010|392007207010|RHUM|Permanent|7010|JPN Site 007207010|Active|MOE|Japan Ministry of Environment||37.287232|140.372222||9.00||||||| +007208090|007208090|392007208090|TEMP|Permanent|8090|JPN Site 007208090|Active|MOE|Japan Ministry of Environment||37.662739|139.869746||9.00||||||| +007208090|007208090|392007208090|WS|Permanent|8090|JPN Site 007208090|Active|MOE|Japan Ministry of Environment||37.662739|139.869746||9.00||||||| +007208090|007208090|392007208090|WD|Permanent|8090|JPN Site 007208090|Active|MOE|Japan Ministry of Environment||37.662739|139.869746||9.00||||||| +007208090|007208090|392007208090|RHUM|Permanent|8090|JPN Site 007208090|Active|MOE|Japan Ministry of Environment||37.662739|139.869746||9.00||||||| +007209080|007209080|392007209080|NO|Permanent|9080|JPN Site 007209080|Active|MOE|Japan Ministry of Environment||37.804409|140.919930||9.00||||||| +007209080|007209080|392007209080|NO2|Permanent|9080|JPN Site 007209080|Active|MOE|Japan Ministry of Environment||37.804409|140.919930||9.00||||||| +007209080|007209080|392007209080|SO2|Permanent|9080|JPN Site 007209080|Active|MOE|Japan Ministry of Environment||37.804409|140.919930||9.00||||||| +007209080|007209080|392007209080|TEMP|Permanent|9080|JPN Site 007209080|Active|MOE|Japan Ministry of Environment||37.804409|140.919930||9.00||||||| +007209080|007209080|392007209080|WS|Permanent|9080|JPN Site 007209080|Active|MOE|Japan Ministry of Environment||37.804409|140.919930||9.00||||||| +007209080|007209080|392007209080|WD|Permanent|9080|JPN Site 007209080|Active|MOE|Japan Ministry of Environment||37.804409|140.919930||9.00||||||| +007209080|007209080|392007209080|RHUM|Permanent|9080|JPN Site 007209080|Active|MOE|Japan Ministry of Environment||37.804409|140.919930||9.00||||||| +007209080|007209080|392007209080|NOX|Permanent|9080|JPN Site 007209080|Active|MOE|Japan Ministry of Environment||37.804409|140.919930||9.00||||||| +007210010|007210010|392007210010|TEMP|Permanent|0010|JPN Site 007210010|Active|MOE|Japan Ministry of Environment||37.584980|140.463589||9.00||||||| +007210010|007210010|392007210010|WS|Permanent|0010|JPN Site 007210010|Active|MOE|Japan Ministry of Environment||37.584980|140.463589||9.00||||||| +007210010|007210010|392007210010|WD|Permanent|0010|JPN Site 007210010|Active|MOE|Japan Ministry of Environment||37.584980|140.463589||9.00||||||| +007210010|007210010|392007210010|RHUM|Permanent|0010|JPN Site 007210010|Active|MOE|Japan Ministry of Environment||37.584980|140.463589||9.00||||||| +007368010|007368010|392007368010|TEMP|Permanent|8010|JPN Site 007368010|Active|MOE|Japan Ministry of Environment||37.203898|139.778386||9.00||||||| +007368010|007368010|392007368010|WS|Permanent|8010|JPN Site 007368010|Active|MOE|Japan Ministry of Environment||37.203898|139.778386||9.00||||||| +007368010|007368010|392007368010|WD|Permanent|8010|JPN Site 007368010|Active|MOE|Japan Ministry of Environment||37.203898|139.778386||9.00||||||| +007368010|007368010|392007368010|RHUM|Permanent|8010|JPN Site 007368010|Active|MOE|Japan Ministry of Environment||37.203898|139.778386||9.00||||||| +007466010|007466010|392007466010|TEMP|Permanent|6010|JPN Site 007466010|Active|MOE|Japan Ministry of Environment||37.200852|140.338340||9.00||||||| +007466010|007466010|392007466010|WS|Permanent|6010|JPN Site 007466010|Active|MOE|Japan Ministry of Environment||37.200852|140.338340||9.00||||||| +007466010|007466010|392007466010|WD|Permanent|6010|JPN Site 007466010|Active|MOE|Japan Ministry of Environment||37.200852|140.338340||9.00||||||| +007466010|007466010|392007466010|RHUM|Permanent|6010|JPN Site 007466010|Active|MOE|Japan Ministry of Environment||37.200852|140.338340||9.00||||||| +007481010|007481010|392007481010|TEMP|Permanent|1010|JPN Site 007481010|Active|MOE|Japan Ministry of Environment||37.026705|140.373067||9.00||||||| +007481010|007481010|392007481010|WS|Permanent|1010|JPN Site 007481010|Active|MOE|Japan Ministry of Environment||37.026705|140.373067||9.00||||||| +007481010|007481010|392007481010|WD|Permanent|1010|JPN Site 007481010|Active|MOE|Japan Ministry of Environment||37.026705|140.373067||9.00||||||| +007481010|007481010|392007481010|RHUM|Permanent|1010|JPN Site 007481010|Active|MOE|Japan Ministry of Environment||37.026705|140.373067||9.00||||||| +007541010|007541010|392007541010|SO2|Permanent|1010|JPN Site 007541010|Active|MOE|Japan Ministry of Environment||37.216417|140.993285||9.00||||||| +007541010|007541010|392007541010|TEMP|Permanent|1010|JPN Site 007541010|Active|MOE|Japan Ministry of Environment||37.216417|140.993285||9.00||||||| +007541010|007541010|392007541010|WS|Permanent|1010|JPN Site 007541010|Active|MOE|Japan Ministry of Environment||37.216417|140.993285||9.00||||||| +007541010|007541010|392007541010|WD|Permanent|1010|JPN Site 007541010|Active|MOE|Japan Ministry of Environment||37.216417|140.993285||9.00||||||| +007541010|007541010|392007541010|RHUM|Permanent|1010|JPN Site 007541010|Active|MOE|Japan Ministry of Environment||37.216417|140.993285||9.00||||||| +007541010|007541010|392007541010|NOX|Permanent|1010|JPN Site 007541010|Active|MOE|Japan Ministry of Environment||37.216417|140.993285||9.00||||||| +007541010|007541010|392007541010|NO|Permanent|1010|JPN Site 007541010|Active|MOE|Japan Ministry of Environment||37.216417|140.993285||9.00||||||| +007541010|007541010|392007541010|NO2|Permanent|1010|JPN Site 007541010|Active|MOE|Japan Ministry of Environment||37.216417|140.993285||9.00||||||| +007542010|007542010|392007542010|NO2|Permanent|2010|JPN Site 007542010|Active|MOE|Japan Ministry of Environment||37.265857|140.989672||9.00||||||| +007542010|007542010|392007542010|SO2|Permanent|2010|JPN Site 007542010|Active|MOE|Japan Ministry of Environment||37.265857|140.989672||9.00||||||| +007542010|007542010|392007542010|TEMP|Permanent|2010|JPN Site 007542010|Active|MOE|Japan Ministry of Environment||37.265857|140.989672||9.00||||||| +007542010|007542010|392007542010|WS|Permanent|2010|JPN Site 007542010|Active|MOE|Japan Ministry of Environment||37.265857|140.989672||9.00||||||| +007542010|007542010|392007542010|WD|Permanent|2010|JPN Site 007542010|Active|MOE|Japan Ministry of Environment||37.265857|140.989672||9.00||||||| +007542010|007542010|392007542010|RHUM|Permanent|2010|JPN Site 007542010|Active|MOE|Japan Ministry of Environment||37.265857|140.989672||9.00||||||| +007542010|007542010|392007542010|NOX|Permanent|2010|JPN Site 007542010|Active|MOE|Japan Ministry of Environment||37.265857|140.989672||9.00||||||| +007542010|007542010|392007542010|NO|Permanent|2010|JPN Site 007542010|Active|MOE|Japan Ministry of Environment||37.265857|140.989672||9.00||||||| +007543010|007543010|392007543010|TEMP|Permanent|3010|JPN Site 007543010|Active|MOE|Japan Ministry of Environment||37.358902|140.993834||9.00||||||| +007543010|007543010|392007543010|WS|Permanent|3010|JPN Site 007543010|Active|MOE|Japan Ministry of Environment||37.358902|140.993834||9.00||||||| +007543010|007543010|392007543010|WD|Permanent|3010|JPN Site 007543010|Active|MOE|Japan Ministry of Environment||37.358902|140.993834||9.00||||||| +007543010|007543010|392007543010|RHUM|Permanent|3010|JPN Site 007543010|Active|MOE|Japan Ministry of Environment||37.358902|140.993834||9.00||||||| +007546010|007546010|392007546010|TEMP|Permanent|6010|JPN Site 007546010|Active|MOE|Japan Ministry of Environment||37.441394|141.005773||9.00||||||| +007546010|007546010|392007546010|WS|Permanent|6010|JPN Site 007546010|Active|MOE|Japan Ministry of Environment||37.441394|141.005773||9.00||||||| +007546010|007546010|392007546010|WD|Permanent|6010|JPN Site 007546010|Active|MOE|Japan Ministry of Environment||37.441394|141.005773||9.00||||||| +007546010|007546010|392007546010|RHUM|Permanent|6010|JPN Site 007546010|Active|MOE|Japan Ministry of Environment||37.441394|141.005773||9.00||||||| +007561020|007561020|392007561020|NOX|Permanent|1020|JPN Site 007561020|Active|MOE|Japan Ministry of Environment||37.873568|140.914094||9.00||||||| +007561020|007561020|392007561020|NO|Permanent|1020|JPN Site 007561020|Active|MOE|Japan Ministry of Environment||37.873568|140.914094||9.00||||||| +007561020|007561020|392007561020|NO2|Permanent|1020|JPN Site 007561020|Active|MOE|Japan Ministry of Environment||37.873568|140.914094||9.00||||||| +007561020|007561020|392007561020|SO2|Permanent|1020|JPN Site 007561020|Active|MOE|Japan Ministry of Environment||37.873568|140.914094||9.00||||||| +007561020|007561020|392007561020|TEMP|Permanent|1020|JPN Site 007561020|Active|MOE|Japan Ministry of Environment||37.873568|140.914094||9.00||||||| +007561020|007561020|392007561020|WS|Permanent|1020|JPN Site 007561020|Active|MOE|Japan Ministry of Environment||37.873568|140.914094||9.00||||||| +007561020|007561020|392007561020|WD|Permanent|1020|JPN Site 007561020|Active|MOE|Japan Ministry of Environment||37.873568|140.914094||9.00||||||| +007561020|007561020|392007561020|RHUM|Permanent|1020|JPN Site 007561020|Active|MOE|Japan Ministry of Environment||37.873568|140.914094||9.00||||||| +007563010|007563010|392007563010|WD|Permanent|3010|JPN Site 007563010|Active|MOE|Japan Ministry of Environment||37.564991|140.993824||9.00||||||| +007563010|007563010|392007563010|RHUM|Permanent|3010|JPN Site 007563010|Active|MOE|Japan Ministry of Environment||37.564991|140.993824||9.00||||||| +007563010|007563010|392007563010|TEMP|Permanent|3010|JPN Site 007563010|Active|MOE|Japan Ministry of Environment||37.564991|140.993824||9.00||||||| +007563010|007563010|392007563010|WS|Permanent|3010|JPN Site 007563010|Active|MOE|Japan Ministry of Environment||37.564991|140.993824||9.00||||||| +008201030|008201030|392008201030|NO|Permanent|1030|JPN Site 008201030|Active|MOE|Japan Ministry of Environment||36.392051|140.426425||9.00||||||| +008201030|008201030|392008201030|NO2|Permanent|1030|JPN Site 008201030|Active|MOE|Japan Ministry of Environment||36.392051|140.426425||9.00||||||| +008201030|008201030|392008201030|SO2|Permanent|1030|JPN Site 008201030|Active|MOE|Japan Ministry of Environment||36.392051|140.426425||9.00||||||| +008201030|008201030|392008201030|TEMP|Permanent|1030|JPN Site 008201030|Active|MOE|Japan Ministry of Environment||36.392051|140.426425||9.00||||||| +008201030|008201030|392008201030|WS|Permanent|1030|JPN Site 008201030|Active|MOE|Japan Ministry of Environment||36.392051|140.426425||9.00||||||| +008201030|008201030|392008201030|WD|Permanent|1030|JPN Site 008201030|Active|MOE|Japan Ministry of Environment||36.392051|140.426425||9.00||||||| +008201030|008201030|392008201030|RHUM|Permanent|1030|JPN Site 008201030|Active|MOE|Japan Ministry of Environment||36.392051|140.426425||9.00||||||| +008201030|008201030|392008201030|NOX|Permanent|1030|JPN Site 008201030|Active|MOE|Japan Ministry of Environment||36.392051|140.426425||9.00||||||| +008201040|008201040|392008201040|SO2|Permanent|1040|JPN Site 008201040|Active|MOE|Japan Ministry of Environment||36.319838|140.499478||9.00||||||| +008201040|008201040|392008201040|TEMP|Permanent|1040|JPN Site 008201040|Active|MOE|Japan Ministry of Environment||36.319838|140.499478||9.00||||||| +008201040|008201040|392008201040|WS|Permanent|1040|JPN Site 008201040|Active|MOE|Japan Ministry of Environment||36.319838|140.499478||9.00||||||| +008201040|008201040|392008201040|WD|Permanent|1040|JPN Site 008201040|Active|MOE|Japan Ministry of Environment||36.319838|140.499478||9.00||||||| +008201040|008201040|392008201040|RHUM|Permanent|1040|JPN Site 008201040|Active|MOE|Japan Ministry of Environment||36.319838|140.499478||9.00||||||| +008201040|008201040|392008201040|NOX|Permanent|1040|JPN Site 008201040|Active|MOE|Japan Ministry of Environment||36.319838|140.499478||9.00||||||| +008201040|008201040|392008201040|NO|Permanent|1040|JPN Site 008201040|Active|MOE|Japan Ministry of Environment||36.319838|140.499478||9.00||||||| +008201040|008201040|392008201040|NO2|Permanent|1040|JPN Site 008201040|Active|MOE|Japan Ministry of Environment||36.319838|140.499478||9.00||||||| +008201510|008201510|392008201510|NO2|Permanent|1510|JPN Site 008201510|Active|MOE|Japan Ministry of Environment||36.380942|140.458090||9.00||||||| +008201510|008201510|392008201510|CO|Permanent|1510|JPN Site 008201510|Active|MOE|Japan Ministry of Environment||36.380942|140.458090||9.00||||||| +008201510|008201510|392008201510|WS|Permanent|1510|JPN Site 008201510|Active|MOE|Japan Ministry of Environment||36.380942|140.458090||9.00||||||| +008201510|008201510|392008201510|WD|Permanent|1510|JPN Site 008201510|Active|MOE|Japan Ministry of Environment||36.380942|140.458090||9.00||||||| +008201510|008201510|392008201510|NO|Permanent|1510|JPN Site 008201510|Active|MOE|Japan Ministry of Environment||36.380942|140.458090||9.00||||||| +008201510|008201510|392008201510|NOX|Permanent|1510|JPN Site 008201510|Active|MOE|Japan Ministry of Environment||36.380942|140.458090||9.00||||||| +008202020|008202020|392008202020|SO2|Permanent|2020|JPN Site 008202020|Active|MOE|Japan Ministry of Environment||36.600088|140.651397||9.00||||||| +008202020|008202020|392008202020|WS|Permanent|2020|JPN Site 008202020|Active|MOE|Japan Ministry of Environment||36.600088|140.651397||9.00||||||| +008202020|008202020|392008202020|WD|Permanent|2020|JPN Site 008202020|Active|MOE|Japan Ministry of Environment||36.600088|140.651397||9.00||||||| +008202020|008202020|392008202020|NOX|Permanent|2020|JPN Site 008202020|Active|MOE|Japan Ministry of Environment||36.600088|140.651397||9.00||||||| +008202020|008202020|392008202020|NO|Permanent|2020|JPN Site 008202020|Active|MOE|Japan Ministry of Environment||36.600088|140.651397||9.00||||||| +008202020|008202020|392008202020|NO2|Permanent|2020|JPN Site 008202020|Active|MOE|Japan Ministry of Environment||36.600088|140.651397||9.00||||||| +008202050|008202050|392008202050|WD|Permanent|2050|JPN Site 008202050|Active|MOE|Japan Ministry of Environment||36.557315|140.625568||9.00||||||| +008202050|008202050|392008202050|NOX|Permanent|2050|JPN Site 008202050|Active|MOE|Japan Ministry of Environment||36.557315|140.625568||9.00||||||| +008202050|008202050|392008202050|NO|Permanent|2050|JPN Site 008202050|Active|MOE|Japan Ministry of Environment||36.557315|140.625568||9.00||||||| +008202050|008202050|392008202050|NO2|Permanent|2050|JPN Site 008202050|Active|MOE|Japan Ministry of Environment||36.557315|140.625568||9.00||||||| +008202050|008202050|392008202050|SO2|Permanent|2050|JPN Site 008202050|Active|MOE|Japan Ministry of Environment||36.557315|140.625568||9.00||||||| +008202050|008202050|392008202050|WS|Permanent|2050|JPN Site 008202050|Active|MOE|Japan Ministry of Environment||36.557315|140.625568||9.00||||||| +008202200|008202200|392008202200|NO|Permanent|2200|JPN Site 008202200|Active|MOE|Japan Ministry of Environment||36.495376|140.582519||9.00||||||| +008202200|008202200|392008202200|NO2|Permanent|2200|JPN Site 008202200|Active|MOE|Japan Ministry of Environment||36.495376|140.582519||9.00||||||| +008202200|008202200|392008202200|SO2|Permanent|2200|JPN Site 008202200|Active|MOE|Japan Ministry of Environment||36.495376|140.582519||9.00||||||| +008202200|008202200|392008202200|WS|Permanent|2200|JPN Site 008202200|Active|MOE|Japan Ministry of Environment||36.495376|140.582519||9.00||||||| +008202200|008202200|392008202200|WD|Permanent|2200|JPN Site 008202200|Active|MOE|Japan Ministry of Environment||36.495376|140.582519||9.00||||||| +008202200|008202200|392008202200|NOX|Permanent|2200|JPN Site 008202200|Active|MOE|Japan Ministry of Environment||36.495376|140.582519||9.00||||||| +008202510|008202510|392008202510|CO|Permanent|2510|JPN Site 008202510|Active|MOE|Japan Ministry of Environment||36.631197|140.684448||9.00||||||| +008202510|008202510|392008202510|WS|Permanent|2510|JPN Site 008202510|Active|MOE|Japan Ministry of Environment||36.631197|140.684448||9.00||||||| +008202510|008202510|392008202510|WD|Permanent|2510|JPN Site 008202510|Active|MOE|Japan Ministry of Environment||36.631197|140.684448||9.00||||||| +008202510|008202510|392008202510|NOX|Permanent|2510|JPN Site 008202510|Active|MOE|Japan Ministry of Environment||36.631197|140.684448||9.00||||||| +008202510|008202510|392008202510|NO|Permanent|2510|JPN Site 008202510|Active|MOE|Japan Ministry of Environment||36.631197|140.684448||9.00||||||| +008202510|008202510|392008202510|NO2|Permanent|2510|JPN Site 008202510|Active|MOE|Japan Ministry of Environment||36.631197|140.684448||9.00||||||| +008203010|008203010|392008203010|WS|Permanent|3010|JPN Site 008203010|Active|MOE|Japan Ministry of Environment||36.070970|140.190904||9.00||||||| +008203010|008203010|392008203010|WD|Permanent|3010|JPN Site 008203010|Active|MOE|Japan Ministry of Environment||36.070970|140.190904||9.00||||||| +008203010|008203010|392008203010|RHUM|Permanent|3010|JPN Site 008203010|Active|MOE|Japan Ministry of Environment||36.070970|140.190904||9.00||||||| +008203010|008203010|392008203010|NOX|Permanent|3010|JPN Site 008203010|Active|MOE|Japan Ministry of Environment||36.070970|140.190904||9.00||||||| +008203010|008203010|392008203010|NO|Permanent|3010|JPN Site 008203010|Active|MOE|Japan Ministry of Environment||36.070970|140.190904||9.00||||||| +008203010|008203010|392008203010|NO2|Permanent|3010|JPN Site 008203010|Active|MOE|Japan Ministry of Environment||36.070970|140.190904||9.00||||||| +008203010|008203010|392008203010|SO2|Permanent|3010|JPN Site 008203010|Active|MOE|Japan Ministry of Environment||36.070970|140.190904||9.00||||||| +008203010|008203010|392008203010|TEMP|Permanent|3010|JPN Site 008203010|Active|MOE|Japan Ministry of Environment||36.070970|140.190904||9.00||||||| +008203520|008203520|392008203520|NO|Permanent|3520|JPN Site 008203520|Active|MOE|Japan Ministry of Environment||36.041529|140.165352||9.00||||||| +008203520|008203520|392008203520|NO2|Permanent|3520|JPN Site 008203520|Active|MOE|Japan Ministry of Environment||36.041529|140.165352||9.00||||||| +008203520|008203520|392008203520|CO|Permanent|3520|JPN Site 008203520|Active|MOE|Japan Ministry of Environment||36.041529|140.165352||9.00||||||| +008203520|008203520|392008203520|SO2|Permanent|3520|JPN Site 008203520|Active|MOE|Japan Ministry of Environment||36.041529|140.165352||9.00||||||| +008203520|008203520|392008203520|WS|Permanent|3520|JPN Site 008203520|Active|MOE|Japan Ministry of Environment||36.041529|140.165352||9.00||||||| +008203520|008203520|392008203520|WD|Permanent|3520|JPN Site 008203520|Active|MOE|Japan Ministry of Environment||36.041529|140.165352||9.00||||||| +008203520|008203520|392008203520|NOX|Permanent|3520|JPN Site 008203520|Active|MOE|Japan Ministry of Environment||36.041529|140.165352||9.00||||||| +008204010|008204010|392008204010|WD|Permanent|4010|JPN Site 008204010|Active|MOE|Japan Ministry of Environment||36.204003|139.715660||9.00||||||| +008204010|008204010|392008204010|RHUM|Permanent|4010|JPN Site 008204010|Active|MOE|Japan Ministry of Environment||36.204003|139.715660||9.00||||||| +008204010|008204010|392008204010|NOX|Permanent|4010|JPN Site 008204010|Active|MOE|Japan Ministry of Environment||36.204003|139.715660||9.00||||||| +008204010|008204010|392008204010|NO|Permanent|4010|JPN Site 008204010|Active|MOE|Japan Ministry of Environment||36.204003|139.715660||9.00||||||| +008204010|008204010|392008204010|NO2|Permanent|4010|JPN Site 008204010|Active|MOE|Japan Ministry of Environment||36.204003|139.715660||9.00||||||| +008204010|008204010|392008204010|SO2|Permanent|4010|JPN Site 008204010|Active|MOE|Japan Ministry of Environment||36.204003|139.715660||9.00||||||| +008204010|008204010|392008204010|TEMP|Permanent|4010|JPN Site 008204010|Active|MOE|Japan Ministry of Environment||36.204003|139.715660||9.00||||||| +008204010|008204010|392008204010|WS|Permanent|4010|JPN Site 008204010|Active|MOE|Japan Ministry of Environment||36.204003|139.715660||9.00||||||| +008205020|008205020|392008205020|NOX|Permanent|5020|JPN Site 008205020|Active|MOE|Japan Ministry of Environment||36.202347|140.285335||9.00||||||| +008205020|008205020|392008205020|NO|Permanent|5020|JPN Site 008205020|Active|MOE|Japan Ministry of Environment||36.202347|140.285335||9.00||||||| +008205020|008205020|392008205020|NO2|Permanent|5020|JPN Site 008205020|Active|MOE|Japan Ministry of Environment||36.202347|140.285335||9.00||||||| +008205020|008205020|392008205020|WS|Permanent|5020|JPN Site 008205020|Active|MOE|Japan Ministry of Environment||36.202347|140.285335||9.00||||||| +008205020|008205020|392008205020|WD|Permanent|5020|JPN Site 008205020|Active|MOE|Japan Ministry of Environment||36.202347|140.285335||9.00||||||| +008206010|008206010|392008206010|SO2|Permanent|6010|JPN Site 008206010|Active|MOE|Japan Ministry of Environment||36.309830|139.976189||9.00||||||| +008206010|008206010|392008206010|WS|Permanent|6010|JPN Site 008206010|Active|MOE|Japan Ministry of Environment||36.309830|139.976189||9.00||||||| +008206010|008206010|392008206010|WD|Permanent|6010|JPN Site 008206010|Active|MOE|Japan Ministry of Environment||36.309830|139.976189||9.00||||||| +008206010|008206010|392008206010|NOX|Permanent|6010|JPN Site 008206010|Active|MOE|Japan Ministry of Environment||36.309830|139.976189||9.00||||||| +008206010|008206010|392008206010|NO|Permanent|6010|JPN Site 008206010|Active|MOE|Japan Ministry of Environment||36.309830|139.976189||9.00||||||| +008206010|008206010|392008206010|NO2|Permanent|6010|JPN Site 008206010|Active|MOE|Japan Ministry of Environment||36.309830|139.976189||9.00||||||| +008208010|008208010|392008208010|WS|Permanent|8010|JPN Site 008208010|Active|MOE|Japan Ministry of Environment||35.907377|140.193411||9.00||||||| +008208010|008208010|392008208010|WD|Permanent|8010|JPN Site 008208010|Active|MOE|Japan Ministry of Environment||35.907377|140.193411||9.00||||||| +008208010|008208010|392008208010|NOX|Permanent|8010|JPN Site 008208010|Active|MOE|Japan Ministry of Environment||35.907377|140.193411||9.00||||||| +008208010|008208010|392008208010|NO|Permanent|8010|JPN Site 008208010|Active|MOE|Japan Ministry of Environment||35.907377|140.193411||9.00||||||| +008208010|008208010|392008208010|NO2|Permanent|8010|JPN Site 008208010|Active|MOE|Japan Ministry of Environment||35.907377|140.193411||9.00||||||| +008208010|008208010|392008208010|SO2|Permanent|8010|JPN Site 008208010|Active|MOE|Japan Ministry of Environment||35.907377|140.193411||9.00||||||| +008210010|008210010|392008210010|NO2|Permanent|0010|JPN Site 008210010|Active|MOE|Japan Ministry of Environment||36.184565|139.960085||9.00||||||| +008210010|008210010|392008210010|SO2|Permanent|0010|JPN Site 008210010|Active|MOE|Japan Ministry of Environment||36.184565|139.960085||9.00||||||| +008210010|008210010|392008210010|TEMP|Permanent|0010|JPN Site 008210010|Active|MOE|Japan Ministry of Environment||36.184565|139.960085||9.00||||||| +008210010|008210010|392008210010|WS|Permanent|0010|JPN Site 008210010|Active|MOE|Japan Ministry of Environment||36.184565|139.960085||9.00||||||| +008210010|008210010|392008210010|WD|Permanent|0010|JPN Site 008210010|Active|MOE|Japan Ministry of Environment||36.184565|139.960085||9.00||||||| +008210010|008210010|392008210010|RHUM|Permanent|0010|JPN Site 008210010|Active|MOE|Japan Ministry of Environment||36.184565|139.960085||9.00||||||| +008210010|008210010|392008210010|NOX|Permanent|0010|JPN Site 008210010|Active|MOE|Japan Ministry of Environment||36.184565|139.960085||9.00||||||| +008210010|008210010|392008210010|NO|Permanent|0010|JPN Site 008210010|Active|MOE|Japan Ministry of Environment||36.184565|139.960085||9.00||||||| +008211010|008211010|392008211010|NO2|Permanent|1010|JPN Site 008211010|Active|MOE|Japan Ministry of Environment||36.034026|139.991478||9.00||||||| +008211010|008211010|392008211010|SO2|Permanent|1010|JPN Site 008211010|Active|MOE|Japan Ministry of Environment||36.034026|139.991478||9.00||||||| +008211010|008211010|392008211010|WS|Permanent|1010|JPN Site 008211010|Active|MOE|Japan Ministry of Environment||36.034026|139.991478||9.00||||||| +008211010|008211010|392008211010|WD|Permanent|1010|JPN Site 008211010|Active|MOE|Japan Ministry of Environment||36.034026|139.991478||9.00||||||| +008211010|008211010|392008211010|NOX|Permanent|1010|JPN Site 008211010|Active|MOE|Japan Ministry of Environment||36.034026|139.991478||9.00||||||| +008211010|008211010|392008211010|NO|Permanent|1010|JPN Site 008211010|Active|MOE|Japan Ministry of Environment||36.034026|139.991478||9.00||||||| +008212010|008212010|392008212010|NOX|Permanent|2010|JPN Site 008212010|Active|MOE|Japan Ministry of Environment||36.524816|140.516412||9.00||||||| +008212010|008212010|392008212010|NO|Permanent|2010|JPN Site 008212010|Active|MOE|Japan Ministry of Environment||36.524816|140.516412||9.00||||||| +008212010|008212010|392008212010|NO2|Permanent|2010|JPN Site 008212010|Active|MOE|Japan Ministry of Environment||36.524816|140.516412||9.00||||||| +008212010|008212010|392008212010|SO2|Permanent|2010|JPN Site 008212010|Active|MOE|Japan Ministry of Environment||36.524816|140.516412||9.00||||||| +008212010|008212010|392008212010|WS|Permanent|2010|JPN Site 008212010|Active|MOE|Japan Ministry of Environment||36.524816|140.516412||9.00||||||| +008212010|008212010|392008212010|WD|Permanent|2010|JPN Site 008212010|Active|MOE|Japan Ministry of Environment||36.524816|140.516412||9.00||||||| +008213010|008213010|392008213010|NO2|Permanent|3010|JPN Site 008213010|Active|MOE|Japan Ministry of Environment||36.396219|140.534194||9.00||||||| +008213010|008213010|392008213010|SO2|Permanent|3010|JPN Site 008213010|Active|MOE|Japan Ministry of Environment||36.396219|140.534194||9.00||||||| +008213010|008213010|392008213010|WS|Permanent|3010|JPN Site 008213010|Active|MOE|Japan Ministry of Environment||36.396219|140.534194||9.00||||||| +008213010|008213010|392008213010|WD|Permanent|3010|JPN Site 008213010|Active|MOE|Japan Ministry of Environment||36.396219|140.534194||9.00||||||| +008213010|008213010|392008213010|NOX|Permanent|3010|JPN Site 008213010|Active|MOE|Japan Ministry of Environment||36.396219|140.534194||9.00||||||| +008213010|008213010|392008213010|NO|Permanent|3010|JPN Site 008213010|Active|MOE|Japan Ministry of Environment||36.396219|140.534194||9.00||||||| +008214010|008214010|392008214010|WS|Permanent|4010|JPN Site 008214010|Active|MOE|Japan Ministry of Environment||36.715077|140.711387||9.00||||||| +008214010|008214010|392008214010|WD|Permanent|4010|JPN Site 008214010|Active|MOE|Japan Ministry of Environment||36.715077|140.711387||9.00||||||| +008215010|008215010|392008215010|WD|Permanent|5010|JPN Site 008215010|Active|MOE|Japan Ministry of Environment||36.781182|140.733604||9.00||||||| +008215010|008215010|392008215010|NOX|Permanent|5010|JPN Site 008215010|Active|MOE|Japan Ministry of Environment||36.781182|140.733604||9.00||||||| +008215010|008215010|392008215010|NO|Permanent|5010|JPN Site 008215010|Active|MOE|Japan Ministry of Environment||36.781182|140.733604||9.00||||||| +008215010|008215010|392008215010|NO2|Permanent|5010|JPN Site 008215010|Active|MOE|Japan Ministry of Environment||36.781182|140.733604||9.00||||||| +008215010|008215010|392008215010|SO2|Permanent|5010|JPN Site 008215010|Active|MOE|Japan Ministry of Environment||36.781182|140.733604||9.00||||||| +008215010|008215010|392008215010|WS|Permanent|5010|JPN Site 008215010|Active|MOE|Japan Ministry of Environment||36.781182|140.733604||9.00||||||| +008216010|008216010|392008216010|RHUM|Permanent|6010|JPN Site 008216010|Active|MOE|Japan Ministry of Environment||36.385938|140.238663||9.00||||||| +008216010|008216010|392008216010|NOX|Permanent|6010|JPN Site 008216010|Active|MOE|Japan Ministry of Environment||36.385938|140.238663||9.00||||||| +008216010|008216010|392008216010|NO|Permanent|6010|JPN Site 008216010|Active|MOE|Japan Ministry of Environment||36.385938|140.238663||9.00||||||| +008216010|008216010|392008216010|NO2|Permanent|6010|JPN Site 008216010|Active|MOE|Japan Ministry of Environment||36.385938|140.238663||9.00||||||| +008216010|008216010|392008216010|SO2|Permanent|6010|JPN Site 008216010|Active|MOE|Japan Ministry of Environment||36.385938|140.238663||9.00||||||| +008216010|008216010|392008216010|TEMP|Permanent|6010|JPN Site 008216010|Active|MOE|Japan Ministry of Environment||36.385938|140.238663||9.00||||||| +008216010|008216010|392008216010|WS|Permanent|6010|JPN Site 008216010|Active|MOE|Japan Ministry of Environment||36.385938|140.238663||9.00||||||| +008216010|008216010|392008216010|WD|Permanent|6010|JPN Site 008216010|Active|MOE|Japan Ministry of Environment||36.385938|140.238663||9.00||||||| +008217010|008217010|392008217010|NO2|Permanent|7010|JPN Site 008217010|Active|MOE|Japan Ministry of Environment||35.911541|140.049534||9.00||||||| +008217010|008217010|392008217010|SO2|Permanent|7010|JPN Site 008217010|Active|MOE|Japan Ministry of Environment||35.911541|140.049534||9.00||||||| +008217010|008217010|392008217010|WS|Permanent|7010|JPN Site 008217010|Active|MOE|Japan Ministry of Environment||35.911541|140.049534||9.00||||||| +008217010|008217010|392008217010|WD|Permanent|7010|JPN Site 008217010|Active|MOE|Japan Ministry of Environment||35.911541|140.049534||9.00||||||| +008217010|008217010|392008217010|NOX|Permanent|7010|JPN Site 008217010|Active|MOE|Japan Ministry of Environment||35.911541|140.049534||9.00||||||| +008217010|008217010|392008217010|NO|Permanent|7010|JPN Site 008217010|Active|MOE|Japan Ministry of Environment||35.911541|140.049534||9.00||||||| +008220010|008220010|392008220010|WS|Permanent|0010|JPN Site 008220010|Active|MOE|Japan Ministry of Environment||36.104853|140.020361||9.00||||||| +008220010|008220010|392008220010|WD|Permanent|0010|JPN Site 008220010|Active|MOE|Japan Ministry of Environment||36.104853|140.020361||9.00||||||| +008220010|008220010|392008220010|NOX|Permanent|0010|JPN Site 008220010|Active|MOE|Japan Ministry of Environment||36.104853|140.020361||9.00||||||| +008220010|008220010|392008220010|NO|Permanent|0010|JPN Site 008220010|Active|MOE|Japan Ministry of Environment||36.104853|140.020361||9.00||||||| +008220010|008220010|392008220010|NO2|Permanent|0010|JPN Site 008220010|Active|MOE|Japan Ministry of Environment||36.104853|140.020361||9.00||||||| +008220010|008220010|392008220010|SO2|Permanent|0010|JPN Site 008220010|Active|MOE|Japan Ministry of Environment||36.104853|140.020361||9.00||||||| +008221010|008221010|392008221010|NO|Permanent|1010|JPN Site 008221010|Active|MOE|Japan Ministry of Environment||36.384553|140.501142||9.00||||||| +008221010|008221010|392008221010|NO2|Permanent|1010|JPN Site 008221010|Active|MOE|Japan Ministry of Environment||36.384553|140.501142||9.00||||||| +008221010|008221010|392008221010|SO2|Permanent|1010|JPN Site 008221010|Active|MOE|Japan Ministry of Environment||36.384553|140.501142||9.00||||||| +008221010|008221010|392008221010|WS|Permanent|1010|JPN Site 008221010|Active|MOE|Japan Ministry of Environment||36.384553|140.501142||9.00||||||| +008221010|008221010|392008221010|WD|Permanent|1010|JPN Site 008221010|Active|MOE|Japan Ministry of Environment||36.384553|140.501142||9.00||||||| +008221010|008221010|392008221010|NOX|Permanent|1010|JPN Site 008221010|Active|MOE|Japan Ministry of Environment||36.384553|140.501142||9.00||||||| +008302010|008302010|392008302010|NO2|Permanent|2010|JPN Site 008302010|Active|MOE|Japan Ministry of Environment||36.317059|140.420318||9.00||||||| +008302010|008302010|392008302010|NO|Permanent|2010|JPN Site 008302010|Active|MOE|Japan Ministry of Environment||36.317059|140.420318||9.00||||||| +008302010|008302010|392008302010|SO2|Permanent|2010|JPN Site 008302010|Active|MOE|Japan Ministry of Environment||36.317059|140.420318||9.00||||||| +008302010|008302010|392008302010|TEMP|Permanent|2010|JPN Site 008302010|Active|MOE|Japan Ministry of Environment||36.317059|140.420318||9.00||||||| +008302010|008302010|392008302010|WS|Permanent|2010|JPN Site 008302010|Active|MOE|Japan Ministry of Environment||36.317059|140.420318||9.00||||||| +008302010|008302010|392008302010|WD|Permanent|2010|JPN Site 008302010|Active|MOE|Japan Ministry of Environment||36.317059|140.420318||9.00||||||| +008302010|008302010|392008302010|RHUM|Permanent|2010|JPN Site 008302010|Active|MOE|Japan Ministry of Environment||36.317059|140.420318||9.00||||||| +008302010|008302010|392008302010|NOX|Permanent|2010|JPN Site 008302010|Active|MOE|Japan Ministry of Environment||36.317059|140.420318||9.00||||||| +008341010|008341010|392008341010|NO2|Permanent|1010|JPN Site 008341010|Active|MOE|Japan Ministry of Environment||36.440382|140.589743||9.00||||||| +008341010|008341010|392008341010|SO2|Permanent|1010|JPN Site 008341010|Active|MOE|Japan Ministry of Environment||36.440382|140.589743||9.00||||||| +008341010|008341010|392008341010|WS|Permanent|1010|JPN Site 008341010|Active|MOE|Japan Ministry of Environment||36.440382|140.589743||9.00||||||| +008341010|008341010|392008341010|WD|Permanent|1010|JPN Site 008341010|Active|MOE|Japan Ministry of Environment||36.440382|140.589743||9.00||||||| +008341010|008341010|392008341010|NOX|Permanent|1010|JPN Site 008341010|Active|MOE|Japan Ministry of Environment||36.440382|140.589743||9.00||||||| +008341010|008341010|392008341010|NO|Permanent|1010|JPN Site 008341010|Active|MOE|Japan Ministry of Environment||36.440382|140.589743||9.00||||||| +008342010|008342010|392008342010|NOX|Permanent|2010|JPN Site 008342010|Active|MOE|Japan Ministry of Environment||36.451213|140.504472||9.00||||||| +008342010|008342010|392008342010|NO|Permanent|2010|JPN Site 008342010|Active|MOE|Japan Ministry of Environment||36.451213|140.504472||9.00||||||| +008342010|008342010|392008342010|NO2|Permanent|2010|JPN Site 008342010|Active|MOE|Japan Ministry of Environment||36.451213|140.504472||9.00||||||| +008342010|008342010|392008342010|SO2|Permanent|2010|JPN Site 008342010|Active|MOE|Japan Ministry of Environment||36.451213|140.504472||9.00||||||| +008342010|008342010|392008342010|WS|Permanent|2010|JPN Site 008342010|Active|MOE|Japan Ministry of Environment||36.451213|140.504472||9.00||||||| +008342010|008342010|392008342010|WD|Permanent|2010|JPN Site 008342010|Active|MOE|Japan Ministry of Environment||36.451213|140.504472||9.00||||||| +008344010|008344010|392008344010|RHUM|Permanent|4010|JPN Site 008344010|Active|MOE|Japan Ministry of Environment||36.561477|140.402531||9.00||||||| +008344010|008344010|392008344010|NOX|Permanent|4010|JPN Site 008344010|Active|MOE|Japan Ministry of Environment||36.561477|140.402531||9.00||||||| +008344010|008344010|392008344010|NO|Permanent|4010|JPN Site 008344010|Active|MOE|Japan Ministry of Environment||36.561477|140.402531||9.00||||||| +008344010|008344010|392008344010|NO2|Permanent|4010|JPN Site 008344010|Active|MOE|Japan Ministry of Environment||36.561477|140.402531||9.00||||||| +008344010|008344010|392008344010|SO2|Permanent|4010|JPN Site 008344010|Active|MOE|Japan Ministry of Environment||36.561477|140.402531||9.00||||||| +008344010|008344010|392008344010|TEMP|Permanent|4010|JPN Site 008344010|Active|MOE|Japan Ministry of Environment||36.561477|140.402531||9.00||||||| +008344010|008344010|392008344010|WS|Permanent|4010|JPN Site 008344010|Active|MOE|Japan Ministry of Environment||36.561477|140.402531||9.00||||||| +008344010|008344010|392008344010|WD|Permanent|4010|JPN Site 008344010|Active|MOE|Japan Ministry of Environment||36.561477|140.402531||9.00||||||| +008402010|008402010|392008402010|NO2|Permanent|2010|JPN Site 008402010|Active|MOE|Japan Ministry of Environment||36.159300|140.517817||9.00||||||| +008402010|008402010|392008402010|WS|Permanent|2010|JPN Site 008402010|Active|MOE|Japan Ministry of Environment||36.159300|140.517817||9.00||||||| +008402010|008402010|392008402010|WD|Permanent|2010|JPN Site 008402010|Active|MOE|Japan Ministry of Environment||36.159300|140.517817||9.00||||||| +008402010|008402010|392008402010|NOX|Permanent|2010|JPN Site 008402010|Active|MOE|Japan Ministry of Environment||36.159300|140.517817||9.00||||||| +008402010|008402010|392008402010|NO|Permanent|2010|JPN Site 008402010|Active|MOE|Japan Ministry of Environment||36.159300|140.517817||9.00||||||| +008405010|008405010|392008405010|NO2|Permanent|5010|JPN Site 008405010|Active|MOE|Japan Ministry of Environment||35.964878|140.621984||9.00||||||| +008405010|008405010|392008405010|SO2|Permanent|5010|JPN Site 008405010|Active|MOE|Japan Ministry of Environment||35.964878|140.621984||9.00||||||| +008405010|008405010|392008405010|TEMP|Permanent|5010|JPN Site 008405010|Active|MOE|Japan Ministry of Environment||35.964878|140.621984||9.00||||||| +008405010|008405010|392008405010|WS|Permanent|5010|JPN Site 008405010|Active|MOE|Japan Ministry of Environment||35.964878|140.621984||9.00||||||| +008405010|008405010|392008405010|WD|Permanent|5010|JPN Site 008405010|Active|MOE|Japan Ministry of Environment||35.964878|140.621984||9.00||||||| +008405010|008405010|392008405010|RHUM|Permanent|5010|JPN Site 008405010|Active|MOE|Japan Ministry of Environment||35.964878|140.621984||9.00||||||| +008405010|008405010|392008405010|NOX|Permanent|5010|JPN Site 008405010|Active|MOE|Japan Ministry of Environment||35.964878|140.621984||9.00||||||| +008405010|008405010|392008405010|NO|Permanent|5010|JPN Site 008405010|Active|MOE|Japan Ministry of Environment||35.964878|140.621984||9.00||||||| +008406010|008406010|392008406010|WS|Permanent|6010|JPN Site 008406010|Active|MOE|Japan Ministry of Environment||35.915717|140.626708||9.00||||||| +008406010|008406010|392008406010|WD|Permanent|6010|JPN Site 008406010|Active|MOE|Japan Ministry of Environment||35.915717|140.626708||9.00||||||| +008406010|008406010|392008406010|NOX|Permanent|6010|JPN Site 008406010|Active|MOE|Japan Ministry of Environment||35.915717|140.626708||9.00||||||| +008406010|008406010|392008406010|NO|Permanent|6010|JPN Site 008406010|Active|MOE|Japan Ministry of Environment||35.915717|140.626708||9.00||||||| +008406010|008406010|392008406010|NO2|Permanent|6010|JPN Site 008406010|Active|MOE|Japan Ministry of Environment||35.915717|140.626708||9.00||||||| +008406010|008406010|392008406010|SO2|Permanent|6010|JPN Site 008406010|Active|MOE|Japan Ministry of Environment||35.915717|140.626708||9.00||||||| +008406030|008406030|392008406030|NO2|Permanent|6030|JPN Site 008406030|Active|MOE|Japan Ministry of Environment||35.898219|140.640319||9.00||||||| +008406030|008406030|392008406030|SO2|Permanent|6030|JPN Site 008406030|Active|MOE|Japan Ministry of Environment||35.898219|140.640319||9.00||||||| +008406030|008406030|392008406030|TEMP|Permanent|6030|JPN Site 008406030|Active|MOE|Japan Ministry of Environment||35.898219|140.640319||9.00||||||| +008406030|008406030|392008406030|WS|Permanent|6030|JPN Site 008406030|Active|MOE|Japan Ministry of Environment||35.898219|140.640319||9.00||||||| +008406030|008406030|392008406030|WD|Permanent|6030|JPN Site 008406030|Active|MOE|Japan Ministry of Environment||35.898219|140.640319||9.00||||||| +008406030|008406030|392008406030|RHUM|Permanent|6030|JPN Site 008406030|Active|MOE|Japan Ministry of Environment||35.898219|140.640319||9.00||||||| +008406030|008406030|392008406030|NOX|Permanent|6030|JPN Site 008406030|Active|MOE|Japan Ministry of Environment||35.898219|140.640319||9.00||||||| +008406030|008406030|392008406030|NO|Permanent|6030|JPN Site 008406030|Active|MOE|Japan Ministry of Environment||35.898219|140.640319||9.00||||||| +008406050|008406050|392008406050|SO2|Permanent|6050|JPN Site 008406050|Active|MOE|Japan Ministry of Environment||35.888776|140.666706||9.00||||||| +008406050|008406050|392008406050|TEMP|Permanent|6050|JPN Site 008406050|Active|MOE|Japan Ministry of Environment||35.888776|140.666706||9.00||||||| +008406050|008406050|392008406050|WS|Permanent|6050|JPN Site 008406050|Active|MOE|Japan Ministry of Environment||35.888776|140.666706||9.00||||||| +008406050|008406050|392008406050|WD|Permanent|6050|JPN Site 008406050|Active|MOE|Japan Ministry of Environment||35.888776|140.666706||9.00||||||| +008406050|008406050|392008406050|RHUM|Permanent|6050|JPN Site 008406050|Active|MOE|Japan Ministry of Environment||35.888776|140.666706||9.00||||||| +008406050|008406050|392008406050|NOX|Permanent|6050|JPN Site 008406050|Active|MOE|Japan Ministry of Environment||35.888776|140.666706||9.00||||||| +008406050|008406050|392008406050|NO|Permanent|6050|JPN Site 008406050|Active|MOE|Japan Ministry of Environment||35.888776|140.666706||9.00||||||| +008406050|008406050|392008406050|NO2|Permanent|6050|JPN Site 008406050|Active|MOE|Japan Ministry of Environment||35.888776|140.666706||9.00||||||| +008406050|008406050|392008406050|CO|Permanent|6050|JPN Site 008406050|Active|MOE|Japan Ministry of Environment||35.888776|140.666706||9.00||||||| +008406060|008406060|392008406060|NO2|Permanent|6060|JPN Site 008406060|Active|MOE|Japan Ministry of Environment||35.870445|140.670318||9.00||||||| +008406060|008406060|392008406060|SO2|Permanent|6060|JPN Site 008406060|Active|MOE|Japan Ministry of Environment||35.870445|140.670318||9.00||||||| +008406060|008406060|392008406060|WS|Permanent|6060|JPN Site 008406060|Active|MOE|Japan Ministry of Environment||35.870445|140.670318||9.00||||||| +008406060|008406060|392008406060|WD|Permanent|6060|JPN Site 008406060|Active|MOE|Japan Ministry of Environment||35.870445|140.670318||9.00||||||| +008406060|008406060|392008406060|NOX|Permanent|6060|JPN Site 008406060|Active|MOE|Japan Ministry of Environment||35.870445|140.670318||9.00||||||| +008406060|008406060|392008406060|NO|Permanent|6060|JPN Site 008406060|Active|MOE|Japan Ministry of Environment||35.870445|140.670318||9.00||||||| +008406080|008406080|392008406080|WD|Permanent|6080|JPN Site 008406080|Active|MOE|Japan Ministry of Environment||35.852114|140.702816||9.00||||||| +008406080|008406080|392008406080|NOX|Permanent|6080|JPN Site 008406080|Active|MOE|Japan Ministry of Environment||35.852114|140.702816||9.00||||||| +008406080|008406080|392008406080|NO|Permanent|6080|JPN Site 008406080|Active|MOE|Japan Ministry of Environment||35.852114|140.702816||9.00||||||| +008406080|008406080|392008406080|NO2|Permanent|6080|JPN Site 008406080|Active|MOE|Japan Ministry of Environment||35.852114|140.702816||9.00||||||| +008406080|008406080|392008406080|SO2|Permanent|6080|JPN Site 008406080|Active|MOE|Japan Ministry of Environment||35.852114|140.702816||9.00||||||| +008406080|008406080|392008406080|WS|Permanent|6080|JPN Site 008406080|Active|MOE|Japan Ministry of Environment||35.852114|140.702816||9.00||||||| +008407010|008407010|392008407010|WS|Permanent|7010|JPN Site 008407010|Active|MOE|Japan Ministry of Environment||35.838227|140.740591||9.00||||||| +008407010|008407010|392008407010|WD|Permanent|7010|JPN Site 008407010|Active|MOE|Japan Ministry of Environment||35.838227|140.740591||9.00||||||| +008407010|008407010|392008407010|NOX|Permanent|7010|JPN Site 008407010|Active|MOE|Japan Ministry of Environment||35.838227|140.740591||9.00||||||| +008407010|008407010|392008407010|NO|Permanent|7010|JPN Site 008407010|Active|MOE|Japan Ministry of Environment||35.838227|140.740591||9.00||||||| +008407010|008407010|392008407010|NO2|Permanent|7010|JPN Site 008407010|Active|MOE|Japan Ministry of Environment||35.838227|140.740591||9.00||||||| +008407010|008407010|392008407010|SO2|Permanent|7010|JPN Site 008407010|Active|MOE|Japan Ministry of Environment||35.838227|140.740591||9.00||||||| +008423040|008423040|392008423040|NO2|Permanent|3040|JPN Site 008423040|Active|MOE|Japan Ministry of Environment||35.939602|140.567545||9.00||||||| +008423040|008423040|392008423040|SO2|Permanent|3040|JPN Site 008423040|Active|MOE|Japan Ministry of Environment||35.939602|140.567545||9.00||||||| +008423040|008423040|392008423040|TEMP|Permanent|3040|JPN Site 008423040|Active|MOE|Japan Ministry of Environment||35.939602|140.567545||9.00||||||| +008423040|008423040|392008423040|WS|Permanent|3040|JPN Site 008423040|Active|MOE|Japan Ministry of Environment||35.939602|140.567545||9.00||||||| +008423040|008423040|392008423040|WD|Permanent|3040|JPN Site 008423040|Active|MOE|Japan Ministry of Environment||35.939602|140.567545||9.00||||||| +008423040|008423040|392008423040|RHUM|Permanent|3040|JPN Site 008423040|Active|MOE|Japan Ministry of Environment||35.939602|140.567545||9.00||||||| +008423040|008423040|392008423040|NOX|Permanent|3040|JPN Site 008423040|Active|MOE|Japan Ministry of Environment||35.939602|140.567545||9.00||||||| +008423040|008423040|392008423040|NO|Permanent|3040|JPN Site 008423040|Active|MOE|Japan Ministry of Environment||35.939602|140.567545||9.00||||||| +008441010|008441010|392008441010|NOX|Permanent|1010|JPN Site 008441010|Active|MOE|Japan Ministry of Environment||35.953763|140.318954||9.00||||||| +008441010|008441010|392008441010|NO|Permanent|1010|JPN Site 008441010|Active|MOE|Japan Ministry of Environment||35.953763|140.318954||9.00||||||| +008441010|008441010|392008441010|NO2|Permanent|1010|JPN Site 008441010|Active|MOE|Japan Ministry of Environment||35.953763|140.318954||9.00||||||| +008441010|008441010|392008441010|SO2|Permanent|1010|JPN Site 008441010|Active|MOE|Japan Ministry of Environment||35.953763|140.318954||9.00||||||| +008441010|008441010|392008441010|WS|Permanent|1010|JPN Site 008441010|Active|MOE|Japan Ministry of Environment||35.953763|140.318954||9.00||||||| +008441010|008441010|392008441010|WD|Permanent|1010|JPN Site 008441010|Active|MOE|Japan Ministry of Environment||35.953763|140.318954||9.00||||||| +008541010|008541010|392008541010|SO2|Permanent|1010|JPN Site 008541010|Active|MOE|Japan Ministry of Environment||36.179007|139.755657||9.00||||||| +008541010|008541010|392008541010|WS|Permanent|1010|JPN Site 008541010|Active|MOE|Japan Ministry of Environment||36.179007|139.755657||9.00||||||| +008541010|008541010|392008541010|WD|Permanent|1010|JPN Site 008541010|Active|MOE|Japan Ministry of Environment||36.179007|139.755657||9.00||||||| +008541010|008541010|392008541010|NOX|Permanent|1010|JPN Site 008541010|Active|MOE|Japan Ministry of Environment||36.179007|139.755657||9.00||||||| +008541010|008541010|392008541010|NO|Permanent|1010|JPN Site 008541010|Active|MOE|Japan Ministry of Environment||36.179007|139.755657||9.00||||||| +008541010|008541010|392008541010|NO2|Permanent|1010|JPN Site 008541010|Active|MOE|Japan Ministry of Environment||36.179007|139.755657||9.00||||||| +008541010|008541010|392008541010|CO|Permanent|1010|JPN Site 008541010|Active|MOE|Japan Ministry of Environment||36.179007|139.755657||9.00||||||| +008561510|008561510|392008561510|NO|Permanent|1510|JPN Site 008561510|Active|MOE|Japan Ministry of Environment||35.950702|139.977038||9.00||||||| +008561510|008561510|392008561510|NO2|Permanent|1510|JPN Site 008561510|Active|MOE|Japan Ministry of Environment||35.950702|139.977038||9.00||||||| +008561510|008561510|392008561510|CO|Permanent|1510|JPN Site 008561510|Active|MOE|Japan Ministry of Environment||35.950702|139.977038||9.00||||||| +008561510|008561510|392008561510|WS|Permanent|1510|JPN Site 008561510|Active|MOE|Japan Ministry of Environment||35.950702|139.977038||9.00||||||| +008561510|008561510|392008561510|WD|Permanent|1510|JPN Site 008561510|Active|MOE|Japan Ministry of Environment||35.950702|139.977038||9.00||||||| +008561510|008561510|392008561510|NOX|Permanent|1510|JPN Site 008561510|Active|MOE|Japan Ministry of Environment||35.950702|139.977038||9.00||||||| +009201060|009201060|392009201060|TEMP|Permanent|1060|JPN Site 009201060|Active|MOE|Japan Ministry of Environment||36.487587|139.863968||9.00||||||| +009201060|009201060|392009201060|WS|Permanent|1060|JPN Site 009201060|Active|MOE|Japan Ministry of Environment||36.487587|139.863968||9.00||||||| +009201060|009201060|392009201060|WD|Permanent|1060|JPN Site 009201060|Active|MOE|Japan Ministry of Environment||36.487587|139.863968||9.00||||||| +009201060|009201060|392009201060|RHUM|Permanent|1060|JPN Site 009201060|Active|MOE|Japan Ministry of Environment||36.487587|139.863968||9.00||||||| +009201060|009201060|392009201060|NOX|Permanent|1060|JPN Site 009201060|Active|MOE|Japan Ministry of Environment||36.487587|139.863968||9.00||||||| +009201060|009201060|392009201060|NO|Permanent|1060|JPN Site 009201060|Active|MOE|Japan Ministry of Environment||36.487587|139.863968||9.00||||||| +009201060|009201060|392009201060|NO2|Permanent|1060|JPN Site 009201060|Active|MOE|Japan Ministry of Environment||36.487587|139.863968||9.00||||||| +009201060|009201060|392009201060|SO2|Permanent|1060|JPN Site 009201060|Active|MOE|Japan Ministry of Environment||36.487587|139.863968||9.00||||||| +009201070|009201070|392009201070|WS|Permanent|1070|JPN Site 009201070|Active|MOE|Japan Ministry of Environment||36.507864|139.942571||9.00||||||| +009201070|009201070|392009201070|WD|Permanent|1070|JPN Site 009201070|Active|MOE|Japan Ministry of Environment||36.507864|139.942571||9.00||||||| +009201080|009201080|392009201080|WS|Permanent|1080|JPN Site 009201080|Active|MOE|Japan Ministry of Environment||36.590631|139.856463||9.00||||||| +009201080|009201080|392009201080|WD|Permanent|1080|JPN Site 009201080|Active|MOE|Japan Ministry of Environment||36.590631|139.856463||9.00||||||| +009201100|009201100|392009201100|WS|Permanent|1100|JPN Site 009201100|Active|MOE|Japan Ministry of Environment||36.566190|139.920070||9.00||||||| +009201100|009201100|392009201100|WD|Permanent|1100|JPN Site 009201100|Active|MOE|Japan Ministry of Environment||36.566190|139.920070||9.00||||||| +009201100|009201100|392009201100|TEMP|Permanent|1100|JPN Site 009201100|Active|MOE|Japan Ministry of Environment||36.566190|139.920070||9.00||||||| +009201108|009201108|392009201108|NO2|Permanent|1108|JPN Site 009201108|Active|MOE|Japan Ministry of Environment||36.602854|139.937289||9.00||||||| +009201108|009201108|392009201108|WS|Permanent|1108|JPN Site 009201108|Active|MOE|Japan Ministry of Environment||36.602854|139.937289||9.00||||||| +009201108|009201108|392009201108|WD|Permanent|1108|JPN Site 009201108|Active|MOE|Japan Ministry of Environment||36.602854|139.937289||9.00||||||| +009201108|009201108|392009201108|NOX|Permanent|1108|JPN Site 009201108|Active|MOE|Japan Ministry of Environment||36.602854|139.937289||9.00||||||| +009201108|009201108|392009201108|NO|Permanent|1108|JPN Site 009201108|Active|MOE|Japan Ministry of Environment||36.602854|139.937289||9.00||||||| +009201110|009201110|392009201110|NO2|Permanent|1110|JPN Site 009201110|Active|MOE|Japan Ministry of Environment||36.534250|139.979511||9.00||||||| +009201110|009201110|392009201110|WS|Permanent|1110|JPN Site 009201110|Active|MOE|Japan Ministry of Environment||36.534250|139.979511||9.00||||||| +009201110|009201110|392009201110|WD|Permanent|1110|JPN Site 009201110|Active|MOE|Japan Ministry of Environment||36.534250|139.979511||9.00||||||| +009201110|009201110|392009201110|NOX|Permanent|1110|JPN Site 009201110|Active|MOE|Japan Ministry of Environment||36.534250|139.979511||9.00||||||| +009201110|009201110|392009201110|NO|Permanent|1110|JPN Site 009201110|Active|MOE|Japan Ministry of Environment||36.534250|139.979511||9.00||||||| +009201120|009201120|392009201120|NO2|Permanent|1120|JPN Site 009201120|Active|MOE|Japan Ministry of Environment||36.560079|139.881185||9.00||||||| +009201120|009201120|392009201120|SO2|Permanent|1120|JPN Site 009201120|Active|MOE|Japan Ministry of Environment||36.560079|139.881185||9.00||||||| +009201120|009201120|392009201120|TEMP|Permanent|1120|JPN Site 009201120|Active|MOE|Japan Ministry of Environment||36.560079|139.881185||9.00||||||| +009201120|009201120|392009201120|WS|Permanent|1120|JPN Site 009201120|Active|MOE|Japan Ministry of Environment||36.560079|139.881185||9.00||||||| +009201120|009201120|392009201120|WD|Permanent|1120|JPN Site 009201120|Active|MOE|Japan Ministry of Environment||36.560079|139.881185||9.00||||||| +009201120|009201120|392009201120|RHUM|Permanent|1120|JPN Site 009201120|Active|MOE|Japan Ministry of Environment||36.560079|139.881185||9.00||||||| +009201120|009201120|392009201120|NOX|Permanent|1120|JPN Site 009201120|Active|MOE|Japan Ministry of Environment||36.560079|139.881185||9.00||||||| +009201120|009201120|392009201120|NO|Permanent|1120|JPN Site 009201120|Active|MOE|Japan Ministry of Environment||36.560079|139.881185||9.00||||||| +009201570|009201570|392009201570|NO2|Permanent|1570|JPN Site 009201570|Active|MOE|Japan Ministry of Environment||36.561468|139.882574||9.00||||||| +009201570|009201570|392009201570|CO|Permanent|1570|JPN Site 009201570|Active|MOE|Japan Ministry of Environment||36.561468|139.882574||9.00||||||| +009201570|009201570|392009201570|SO2|Permanent|1570|JPN Site 009201570|Active|MOE|Japan Ministry of Environment||36.561468|139.882574||9.00||||||| +009201570|009201570|392009201570|NOX|Permanent|1570|JPN Site 009201570|Active|MOE|Japan Ministry of Environment||36.561468|139.882574||9.00||||||| +009201570|009201570|392009201570|NO|Permanent|1570|JPN Site 009201570|Active|MOE|Japan Ministry of Environment||36.561468|139.882574||9.00||||||| +009201580|009201580|392009201580|CO|Permanent|1580|JPN Site 009201580|Active|MOE|Japan Ministry of Environment||36.570635|139.938958||9.00||||||| +009201580|009201580|392009201580|SO2|Permanent|1580|JPN Site 009201580|Active|MOE|Japan Ministry of Environment||36.570635|139.938958||9.00||||||| +009201580|009201580|392009201580|NOX|Permanent|1580|JPN Site 009201580|Active|MOE|Japan Ministry of Environment||36.570635|139.938958||9.00||||||| +009201580|009201580|392009201580|NO|Permanent|1580|JPN Site 009201580|Active|MOE|Japan Ministry of Environment||36.570635|139.938958||9.00||||||| +009201580|009201580|392009201580|NO2|Permanent|1580|JPN Site 009201580|Active|MOE|Japan Ministry of Environment||36.570635|139.938958||9.00||||||| +009202010|009202010|392009202010|NOX|Permanent|2010|JPN Site 009202010|Active|MOE|Japan Ministry of Environment||36.340373|139.449564||9.00||||||| +009202010|009202010|392009202010|NO|Permanent|2010|JPN Site 009202010|Active|MOE|Japan Ministry of Environment||36.340373|139.449564||9.00||||||| +009202010|009202010|392009202010|NO2|Permanent|2010|JPN Site 009202010|Active|MOE|Japan Ministry of Environment||36.340373|139.449564||9.00||||||| +009202010|009202010|392009202010|SO2|Permanent|2010|JPN Site 009202010|Active|MOE|Japan Ministry of Environment||36.340373|139.449564||9.00||||||| +009202010|009202010|392009202010|WS|Permanent|2010|JPN Site 009202010|Active|MOE|Japan Ministry of Environment||36.340373|139.449564||9.00||||||| +009202010|009202010|392009202010|WD|Permanent|2010|JPN Site 009202010|Active|MOE|Japan Ministry of Environment||36.340373|139.449564||9.00||||||| +009202520|009202520|392009202520|NO2|Permanent|2520|JPN Site 009202520|Active|MOE|Japan Ministry of Environment||36.297045|139.485952||9.00||||||| +009202520|009202520|392009202520|CO|Permanent|2520|JPN Site 009202520|Active|MOE|Japan Ministry of Environment||36.297045|139.485952||9.00||||||| +009202520|009202520|392009202520|NOX|Permanent|2520|JPN Site 009202520|Active|MOE|Japan Ministry of Environment||36.297045|139.485952||9.00||||||| +009202520|009202520|392009202520|NO|Permanent|2520|JPN Site 009202520|Active|MOE|Japan Ministry of Environment||36.297045|139.485952||9.00||||||| +009203010|009203010|392009203010|NO|Permanent|3010|JPN Site 009203010|Active|MOE|Japan Ministry of Environment||36.382318|139.730650||9.00||||||| +009203010|009203010|392009203010|SO2|Permanent|3010|JPN Site 009203010|Active|MOE|Japan Ministry of Environment||36.382318|139.730650||9.00||||||| +009203010|009203010|392009203010|TEMP|Permanent|3010|JPN Site 009203010|Active|MOE|Japan Ministry of Environment||36.382318|139.730650||9.00||||||| +009203010|009203010|392009203010|WS|Permanent|3010|JPN Site 009203010|Active|MOE|Japan Ministry of Environment||36.382318|139.730650||9.00||||||| +009203010|009203010|392009203010|WD|Permanent|3010|JPN Site 009203010|Active|MOE|Japan Ministry of Environment||36.382318|139.730650||9.00||||||| +009203010|009203010|392009203010|RHUM|Permanent|3010|JPN Site 009203010|Active|MOE|Japan Ministry of Environment||36.382318|139.730650||9.00||||||| +009203010|009203010|392009203010|NOX|Permanent|3010|JPN Site 009203010|Active|MOE|Japan Ministry of Environment||36.382318|139.730650||9.00||||||| +009203010|009203010|392009203010|NO2|Permanent|3010|JPN Site 009203010|Active|MOE|Japan Ministry of Environment||36.382318|139.730650||9.00||||||| +009203030|009203030|392009203030|WS|Permanent|3030|JPN Site 009203030|Active|MOE|Japan Ministry of Environment||36.269829|139.647607||9.00||||||| +009203030|009203030|392009203030|WD|Permanent|3030|JPN Site 009203030|Active|MOE|Japan Ministry of Environment||36.269829|139.647607||9.00||||||| +009203520|009203520|392009203520|NO2|Permanent|3520|JPN Site 009203520|Active|MOE|Japan Ministry of Environment||36.394540|139.778979||9.00||||||| +009203520|009203520|392009203520|NOX|Permanent|3520|JPN Site 009203520|Active|MOE|Japan Ministry of Environment||36.394540|139.778979||9.00||||||| +009203520|009203520|392009203520|NO|Permanent|3520|JPN Site 009203520|Active|MOE|Japan Ministry of Environment||36.394540|139.778979||9.00||||||| +009204020|009204020|392009204020|NOX|Permanent|4020|JPN Site 009204020|Active|MOE|Japan Ministry of Environment||36.334820|139.578721||9.00||||||| +009204020|009204020|392009204020|NO|Permanent|4020|JPN Site 009204020|Active|MOE|Japan Ministry of Environment||36.334820|139.578721||9.00||||||| +009204020|009204020|392009204020|NO2|Permanent|4020|JPN Site 009204020|Active|MOE|Japan Ministry of Environment||36.334820|139.578721||9.00||||||| +009204020|009204020|392009204020|SO2|Permanent|4020|JPN Site 009204020|Active|MOE|Japan Ministry of Environment||36.334820|139.578721||9.00||||||| +009204020|009204020|392009204020|WS|Permanent|4020|JPN Site 009204020|Active|MOE|Japan Ministry of Environment||36.334820|139.578721||9.00||||||| +009204020|009204020|392009204020|WD|Permanent|4020|JPN Site 009204020|Active|MOE|Japan Ministry of Environment||36.334820|139.578721||9.00||||||| +009204530|009204530|392009204530|NO2|Permanent|4530|JPN Site 009204530|Active|MOE|Japan Ministry of Environment||36.295935|139.567057||9.00||||||| +009204530|009204530|392009204530|NOX|Permanent|4530|JPN Site 009204530|Active|MOE|Japan Ministry of Environment||36.295935|139.567057||9.00||||||| +009204530|009204530|392009204530|NO|Permanent|4530|JPN Site 009204530|Active|MOE|Japan Ministry of Environment||36.295935|139.567057||9.00||||||| +009205010|009205010|392009205010|NOX|Permanent|5010|JPN Site 009205010|Active|MOE|Japan Ministry of Environment||36.567298|139.744252||9.00||||||| +009205010|009205010|392009205010|NO|Permanent|5010|JPN Site 009205010|Active|MOE|Japan Ministry of Environment||36.567298|139.744252||9.00||||||| +009205010|009205010|392009205010|CO|Permanent|5010|JPN Site 009205010|Active|MOE|Japan Ministry of Environment||36.567298|139.744252||9.00||||||| +009205010|009205010|392009205010|SO2|Permanent|5010|JPN Site 009205010|Active|MOE|Japan Ministry of Environment||36.567298|139.744252||9.00||||||| +009205010|009205010|392009205010|TEMP|Permanent|5010|JPN Site 009205010|Active|MOE|Japan Ministry of Environment||36.567298|139.744252||9.00||||||| +009205010|009205010|392009205010|WS|Permanent|5010|JPN Site 009205010|Active|MOE|Japan Ministry of Environment||36.567298|139.744252||9.00||||||| +009205010|009205010|392009205010|WD|Permanent|5010|JPN Site 009205010|Active|MOE|Japan Ministry of Environment||36.567298|139.744252||9.00||||||| +009205010|009205010|392009205010|RHUM|Permanent|5010|JPN Site 009205010|Active|MOE|Japan Ministry of Environment||36.567298|139.744252||9.00||||||| +009205010|009205010|392009205010|NO2|Permanent|5010|JPN Site 009205010|Active|MOE|Japan Ministry of Environment||36.567298|139.744252||9.00||||||| +009205510|009205510|392009205510|NO|Permanent|5510|JPN Site 009205510|Active|MOE|Japan Ministry of Environment||36.568132|139.755917||9.00||||||| +009205510|009205510|392009205510|NO2|Permanent|5510|JPN Site 009205510|Active|MOE|Japan Ministry of Environment||36.568132|139.755917||9.00||||||| +009205510|009205510|392009205510|NOX|Permanent|5510|JPN Site 009205510|Active|MOE|Japan Ministry of Environment||36.568132|139.755917||9.00||||||| +009206010|009206010|392009206010|NO2|Permanent|6010|JPN Site 009206010|Active|MOE|Japan Ministry of Environment||36.750610|139.605644||9.00||||||| +009206010|009206010|392009206010|WS|Permanent|6010|JPN Site 009206010|Active|MOE|Japan Ministry of Environment||36.750610|139.605644||9.00||||||| +009206010|009206010|392009206010|WD|Permanent|6010|JPN Site 009206010|Active|MOE|Japan Ministry of Environment||36.750610|139.605644||9.00||||||| +009206010|009206010|392009206010|NOX|Permanent|6010|JPN Site 009206010|Active|MOE|Japan Ministry of Environment||36.750610|139.605644||9.00||||||| +009206010|009206010|392009206010|NO|Permanent|6010|JPN Site 009206010|Active|MOE|Japan Ministry of Environment||36.750610|139.605644||9.00||||||| +009207010|009207010|392009207010|NO2|Permanent|7010|JPN Site 009207010|Active|MOE|Japan Ministry of Environment||36.726447|139.680083||9.00||||||| +009207010|009207010|392009207010|SO2|Permanent|7010|JPN Site 009207010|Active|MOE|Japan Ministry of Environment||36.726447|139.680083||9.00||||||| +009207010|009207010|392009207010|TEMP|Permanent|7010|JPN Site 009207010|Active|MOE|Japan Ministry of Environment||36.726447|139.680083||9.00||||||| +009207010|009207010|392009207010|WS|Permanent|7010|JPN Site 009207010|Active|MOE|Japan Ministry of Environment||36.726447|139.680083||9.00||||||| +009207010|009207010|392009207010|WD|Permanent|7010|JPN Site 009207010|Active|MOE|Japan Ministry of Environment||36.726447|139.680083||9.00||||||| +009207010|009207010|392009207010|RHUM|Permanent|7010|JPN Site 009207010|Active|MOE|Japan Ministry of Environment||36.726447|139.680083||9.00||||||| +009207010|009207010|392009207010|NOX|Permanent|7010|JPN Site 009207010|Active|MOE|Japan Ministry of Environment||36.726447|139.680083||9.00||||||| +009207010|009207010|392009207010|NO|Permanent|7010|JPN Site 009207010|Active|MOE|Japan Ministry of Environment||36.726447|139.680083||9.00||||||| +009207510|009207510|392009207510|NO2|Permanent|7510|JPN Site 009207510|Active|MOE|Japan Ministry of Environment||36.730335|139.678972||9.00||||||| +009207510|009207510|392009207510|NOX|Permanent|7510|JPN Site 009207510|Active|MOE|Japan Ministry of Environment||36.730335|139.678972||9.00||||||| +009207510|009207510|392009207510|NO|Permanent|7510|JPN Site 009207510|Active|MOE|Japan Ministry of Environment||36.730335|139.678972||9.00||||||| +009208010|009208010|392009208010|NO2|Permanent|8010|JPN Site 009208010|Active|MOE|Japan Ministry of Environment||36.315104|139.797314||9.00||||||| +009208010|009208010|392009208010|CO|Permanent|8010|JPN Site 009208010|Active|MOE|Japan Ministry of Environment||36.315104|139.797314||9.00||||||| +009208010|009208010|392009208010|SO2|Permanent|8010|JPN Site 009208010|Active|MOE|Japan Ministry of Environment||36.315104|139.797314||9.00||||||| +009208010|009208010|392009208010|WS|Permanent|8010|JPN Site 009208010|Active|MOE|Japan Ministry of Environment||36.315104|139.797314||9.00||||||| +009208010|009208010|392009208010|WD|Permanent|8010|JPN Site 009208010|Active|MOE|Japan Ministry of Environment||36.315104|139.797314||9.00||||||| +009208010|009208010|392009208010|NOX|Permanent|8010|JPN Site 009208010|Active|MOE|Japan Ministry of Environment||36.315104|139.797314||9.00||||||| +009208010|009208010|392009208010|NO|Permanent|8010|JPN Site 009208010|Active|MOE|Japan Ministry of Environment||36.315104|139.797314||9.00||||||| +009208510|009208510|392009208510|NOX|Permanent|8510|JPN Site 009208510|Active|MOE|Japan Ministry of Environment||36.315660|139.802036||9.00||||||| +009208510|009208510|392009208510|NO|Permanent|8510|JPN Site 009208510|Active|MOE|Japan Ministry of Environment||36.315660|139.802036||9.00||||||| +009208510|009208510|392009208510|NO2|Permanent|8510|JPN Site 009208510|Active|MOE|Japan Ministry of Environment||36.315660|139.802036||9.00||||||| +009208510|009208510|392009208510|CO|Permanent|8510|JPN Site 009208510|Active|MOE|Japan Ministry of Environment||36.315660|139.802036||9.00||||||| +009209010|009209010|392009209010|NOX|Permanent|9010|JPN Site 009209010|Active|MOE|Japan Ministry of Environment||36.440372|140.012569||9.00||||||| +009209010|009209010|392009209010|NO|Permanent|9010|JPN Site 009209010|Active|MOE|Japan Ministry of Environment||36.440372|140.012569||9.00||||||| +009209010|009209010|392009209010|NO2|Permanent|9010|JPN Site 009209010|Active|MOE|Japan Ministry of Environment||36.440372|140.012569||9.00||||||| +009209010|009209010|392009209010|CO|Permanent|9010|JPN Site 009209010|Active|MOE|Japan Ministry of Environment||36.440372|140.012569||9.00||||||| +009209010|009209010|392009209010|SO2|Permanent|9010|JPN Site 009209010|Active|MOE|Japan Ministry of Environment||36.440372|140.012569||9.00||||||| +009209010|009209010|392009209010|WS|Permanent|9010|JPN Site 009209010|Active|MOE|Japan Ministry of Environment||36.440372|140.012569||9.00||||||| +009209010|009209010|392009209010|WD|Permanent|9010|JPN Site 009209010|Active|MOE|Japan Ministry of Environment||36.440372|140.012569||9.00||||||| +009209510|009209510|392009209510|NO2|Permanent|9510|JPN Site 009209510|Active|MOE|Japan Ministry of Environment||36.441483|139.990070||9.00||||||| +009209510|009209510|392009209510|CO|Permanent|9510|JPN Site 009209510|Active|MOE|Japan Ministry of Environment||36.441483|139.990070||9.00||||||| +009209510|009209510|392009209510|NOX|Permanent|9510|JPN Site 009209510|Active|MOE|Japan Ministry of Environment||36.441483|139.990070||9.00||||||| +009209510|009209510|392009209510|NO|Permanent|9510|JPN Site 009209510|Active|MOE|Japan Ministry of Environment||36.441483|139.990070||9.00||||||| +009210010|009210010|392009210010|NO2|Permanent|0010|JPN Site 009210010|Active|MOE|Japan Ministry of Environment||36.870882|140.016159||9.00||||||| +009210010|009210010|392009210010|SO2|Permanent|0010|JPN Site 009210010|Active|MOE|Japan Ministry of Environment||36.870882|140.016159||9.00||||||| +009210010|009210010|392009210010|WS|Permanent|0010|JPN Site 009210010|Active|MOE|Japan Ministry of Environment||36.870882|140.016159||9.00||||||| +009210010|009210010|392009210010|WD|Permanent|0010|JPN Site 009210010|Active|MOE|Japan Ministry of Environment||36.870882|140.016159||9.00||||||| +009210010|009210010|392009210010|NOX|Permanent|0010|JPN Site 009210010|Active|MOE|Japan Ministry of Environment||36.870882|140.016159||9.00||||||| +009210010|009210010|392009210010|NO|Permanent|0010|JPN Site 009210010|Active|MOE|Japan Ministry of Environment||36.870882|140.016159||9.00||||||| +009211010|009211010|392009211010|WD|Permanent|1010|JPN Site 009211010|Active|MOE|Japan Ministry of Environment||36.806165|139.923670||9.00||||||| +009211010|009211010|392009211010|NOX|Permanent|1010|JPN Site 009211010|Active|MOE|Japan Ministry of Environment||36.806165|139.923670||9.00||||||| +009211010|009211010|392009211010|NO|Permanent|1010|JPN Site 009211010|Active|MOE|Japan Ministry of Environment||36.806165|139.923670||9.00||||||| +009211010|009211010|392009211010|NO2|Permanent|1010|JPN Site 009211010|Active|MOE|Japan Ministry of Environment||36.806165|139.923670||9.00||||||| +009211010|009211010|392009211010|WS|Permanent|1010|JPN Site 009211010|Active|MOE|Japan Ministry of Environment||36.806165|139.923670||9.00||||||| +009211510|009211510|392009211510|NO|Permanent|1510|JPN Site 009211510|Active|MOE|Japan Ministry of Environment||36.762836|139.942837||9.00||||||| +009211510|009211510|392009211510|NO2|Permanent|1510|JPN Site 009211510|Active|MOE|Japan Ministry of Environment||36.762836|139.942837||9.00||||||| +009211510|009211510|392009211510|CO|Permanent|1510|JPN Site 009211510|Active|MOE|Japan Ministry of Environment||36.762836|139.942837||9.00||||||| +009211510|009211510|392009211510|NOX|Permanent|1510|JPN Site 009211510|Active|MOE|Japan Ministry of Environment||36.762836|139.942837||9.00||||||| +009212010|009212010|392009212010|RHUM|Permanent|2010|JPN Site 009212010|Active|MOE|Japan Ministry of Environment||36.968372|140.053930||9.00||||||| +009212010|009212010|392009212010|NOX|Permanent|2010|JPN Site 009212010|Active|MOE|Japan Ministry of Environment||36.968372|140.053930||9.00||||||| +009212010|009212010|392009212010|NO|Permanent|2010|JPN Site 009212010|Active|MOE|Japan Ministry of Environment||36.968372|140.053930||9.00||||||| +009212010|009212010|392009212010|NO2|Permanent|2010|JPN Site 009212010|Active|MOE|Japan Ministry of Environment||36.968372|140.053930||9.00||||||| +009212010|009212010|392009212010|CO|Permanent|2010|JPN Site 009212010|Active|MOE|Japan Ministry of Environment||36.968372|140.053930||9.00||||||| +009212010|009212010|392009212010|TEMP|Permanent|2010|JPN Site 009212010|Active|MOE|Japan Ministry of Environment||36.968372|140.053930||9.00||||||| +009212010|009212010|392009212010|WS|Permanent|2010|JPN Site 009212010|Active|MOE|Japan Ministry of Environment||36.968372|140.053930||9.00||||||| +009212010|009212010|392009212010|WD|Permanent|2010|JPN Site 009212010|Active|MOE|Japan Ministry of Environment||36.968372|140.053930||9.00||||||| +009216010|009216010|392009216010|WS|Permanent|6010|JPN Site 009216010|Active|MOE|Japan Ministry of Environment||36.387320|139.873694||9.00||||||| +009216010|009216010|392009216010|WD|Permanent|6010|JPN Site 009216010|Active|MOE|Japan Ministry of Environment||36.387320|139.873694||9.00||||||| +009301010|009301010|392009301010|WS|Permanent|1010|JPN Site 009301010|Active|MOE|Japan Ministry of Environment||36.443148|139.914521||9.00||||||| +009301010|009301010|392009301010|WD|Permanent|1010|JPN Site 009301010|Active|MOE|Japan Ministry of Environment||36.443148|139.914521||9.00||||||| +009301010|009301010|392009301010|NOX|Permanent|1010|JPN Site 009301010|Active|MOE|Japan Ministry of Environment||36.443148|139.914521||9.00||||||| +009301010|009301010|392009301010|NO|Permanent|1010|JPN Site 009301010|Active|MOE|Japan Ministry of Environment||36.443148|139.914521||9.00||||||| +009301010|009301010|392009301010|NO2|Permanent|1010|JPN Site 009301010|Active|MOE|Japan Ministry of Environment||36.443148|139.914521||9.00||||||| +009301010|009301010|392009301010|SO2|Permanent|1010|JPN Site 009301010|Active|MOE|Japan Ministry of Environment||36.443148|139.914521||9.00||||||| +009301510|009301510|392009301510|NO2|Permanent|1510|JPN Site 009301510|Active|MOE|Japan Ministry of Environment||36.447592|139.903411||9.00||||||| +009301510|009301510|392009301510|NOX|Permanent|1510|JPN Site 009301510|Active|MOE|Japan Ministry of Environment||36.447592|139.903411||9.00||||||| +009301510|009301510|392009301510|NO|Permanent|1510|JPN Site 009301510|Active|MOE|Japan Ministry of Environment||36.447592|139.903411||9.00||||||| +009342010|009342010|392009342010|NO2|Permanent|2010|JPN Site 009342010|Active|MOE|Japan Ministry of Environment||36.467871|140.093672||9.00||||||| +009342010|009342010|392009342010|WS|Permanent|2010|JPN Site 009342010|Active|MOE|Japan Ministry of Environment||36.467871|140.093672||9.00||||||| +009342010|009342010|392009342010|WD|Permanent|2010|JPN Site 009342010|Active|MOE|Japan Ministry of Environment||36.467871|140.093672||9.00||||||| +009342010|009342010|392009342010|NOX|Permanent|2010|JPN Site 009342010|Active|MOE|Japan Ministry of Environment||36.467871|140.093672||9.00||||||| +009342010|009342010|392009342010|NO|Permanent|2010|JPN Site 009342010|Active|MOE|Japan Ministry of Environment||36.467871|140.093672||9.00||||||| +009364010|009364010|392009364010|NOX|Permanent|4010|JPN Site 009364010|Active|MOE|Japan Ministry of Environment||36.233445|139.740934||9.00||||||| +009364010|009364010|392009364010|NO|Permanent|4010|JPN Site 009364010|Active|MOE|Japan Ministry of Environment||36.233445|139.740934||9.00||||||| +009364010|009364010|392009364010|NO2|Permanent|4010|JPN Site 009364010|Active|MOE|Japan Ministry of Environment||36.233445|139.740934||9.00||||||| +009364010|009364010|392009364010|WS|Permanent|4010|JPN Site 009364010|Active|MOE|Japan Ministry of Environment||36.233445|139.740934||9.00||||||| +009364010|009364010|392009364010|WD|Permanent|4010|JPN Site 009364010|Active|MOE|Japan Ministry of Environment||36.233445|139.740934||9.00||||||| +009383010|009383010|392009383010|SO2|Permanent|3010|JPN Site 009383010|Active|MOE|Japan Ministry of Environment||36.832270|139.719519||9.00||||||| +009383010|009383010|392009383010|TEMP|Permanent|3010|JPN Site 009383010|Active|MOE|Japan Ministry of Environment||36.832270|139.719519||9.00||||||| +009383010|009383010|392009383010|WS|Permanent|3010|JPN Site 009383010|Active|MOE|Japan Ministry of Environment||36.832270|139.719519||9.00||||||| +009383010|009383010|392009383010|WD|Permanent|3010|JPN Site 009383010|Active|MOE|Japan Ministry of Environment||36.832270|139.719519||9.00||||||| +009383010|009383010|392009383010|RHUM|Permanent|3010|JPN Site 009383010|Active|MOE|Japan Ministry of Environment||36.832270|139.719519||9.00||||||| +009402010|009402010|392009402010|TEMP|Permanent|2010|JPN Site 009402010|Active|MOE|Japan Ministry of Environment||36.657018|140.150047||9.00||||||| +009402010|009402010|392009402010|WS|Permanent|2010|JPN Site 009402010|Active|MOE|Japan Ministry of Environment||36.657018|140.150047||9.00||||||| +009402010|009402010|392009402010|WD|Permanent|2010|JPN Site 009402010|Active|MOE|Japan Ministry of Environment||36.657018|140.150047||9.00||||||| +009402010|009402010|392009402010|RHUM|Permanent|2010|JPN Site 009402010|Active|MOE|Japan Ministry of Environment||36.657018|140.150047||9.00||||||| +009402010|009402010|392009402010|NOX|Permanent|2010|JPN Site 009402010|Active|MOE|Japan Ministry of Environment||36.657018|140.150047||9.00||||||| +009402010|009402010|392009402010|NO|Permanent|2010|JPN Site 009402010|Active|MOE|Japan Ministry of Environment||36.657018|140.150047||9.00||||||| +009402010|009402010|392009402010|NO2|Permanent|2010|JPN Site 009402010|Active|MOE|Japan Ministry of Environment||36.657018|140.150047||9.00||||||| +009402010|009402010|392009402010|SO2|Permanent|2010|JPN Site 009402010|Active|MOE|Japan Ministry of Environment||36.657018|140.150047||9.00||||||| +009404010|009404010|392009404010|NO2|Permanent|4010|JPN Site 009404010|Active|MOE|Japan Ministry of Environment||36.761729|140.129766||9.00||||||| +009404010|009404010|392009404010|WS|Permanent|4010|JPN Site 009404010|Active|MOE|Japan Ministry of Environment||36.761729|140.129766||9.00||||||| +009404010|009404010|392009404010|WD|Permanent|4010|JPN Site 009404010|Active|MOE|Japan Ministry of Environment||36.761729|140.129766||9.00||||||| +009404010|009404010|392009404010|NOX|Permanent|4010|JPN Site 009404010|Active|MOE|Japan Ministry of Environment||36.761729|140.129766||9.00||||||| +009404010|009404010|392009404010|NO|Permanent|4010|JPN Site 009404010|Active|MOE|Japan Ministry of Environment||36.761729|140.129766||9.00||||||| +76400BKP100T|00BKP100T|76400BKP100T|PM2.5|Permanent|100T|Bueng Kum District Office|Active|TPCD|Thailand Pollution Control Department||13.785210|100.669200||7.00||||||| +76400BKP101T|00BKP101T|76400BKP101T|PM2.5|Permanent|101T|Khlong Sam Wa District Office|Active|TPCD|Thailand Pollution Control Department||13.859910|100.704000||7.00||||||| +76400BKP101T|00BKP101T|76400BKP101T|PM10|Permanent|101T|Khlong Sam Wa District Office|Active|TPCD|Thailand Pollution Control Department||13.859910|100.704000||7.00||||||| +76400BKP102T|00BKP102T|76400BKP102T|PM2.5|Permanent|102T|Chomthong District Office|Active|TPCD|Thailand Pollution Control Department||13.677760|100.483900||7.00||||||| +76400BKP102T|00BKP102T|76400BKP102T|PM10|Permanent|102T|Chomthong District Office|Active|TPCD|Thailand Pollution Control Department||13.677760|100.483900||7.00||||||| +76400BKP103T|00BKP103T|76400BKP103T|PM2.5|Permanent|103T|Bang Phlat District Office|Active|TPCD|Thailand Pollution Control Department||13.793970|100.505000||7.00||||||| +76400BKP104T|00BKP104T|76400BKP104T|PM10|Permanent|104T|Bang Khae District Office|Active|TPCD|Thailand Pollution Control Department||13.696310|100.409000||7.00||||||| +76400BKP104T|00BKP104T|76400BKP104T|PM2.5|Permanent|104T|Bang Khae District Office|Active|TPCD|Thailand Pollution Control Department||13.696310|100.409000||7.00||||||| +76400BKP105T|00BKP105T|76400BKP105T|PM2.5|Permanent|105T|Bang Khun Thian District Office|Active|TPCD|Thailand Pollution Control Department||13.659910|100.435900||7.00||||||| +010030010|010030010|001010030010|O3|Permanent|0010|FAIRHOPE|Active|AL1|Alabama Department of Environmental Management|R4|30.488900|-87.870600||-6.00|US|19300| Daphne-Fairhope, AL |01|AL|003|BALDWIN +010201090|010201090|392010201090|NOX|Permanent|1090|JPN Site 010201090|Active|MOE|Japan Ministry of Environment||36.408137|139.092646||9.00||||||| +010201090|010201090|392010201090|NO|Permanent|1090|JPN Site 010201090|Active|MOE|Japan Ministry of Environment||36.408137|139.092646||9.00||||||| +010201090|010201090|392010201090|NO2|Permanent|1090|JPN Site 010201090|Active|MOE|Japan Ministry of Environment||36.408137|139.092646||9.00||||||| +010201090|010201090|392010201090|CO|Permanent|1090|JPN Site 010201090|Active|MOE|Japan Ministry of Environment||36.408137|139.092646||9.00||||||| +010201090|010201090|392010201090|SO2|Permanent|1090|JPN Site 010201090|Active|MOE|Japan Ministry of Environment||36.408137|139.092646||9.00||||||| +010201510|010201510|392010201510|WD|Permanent|1510|JPN Site 010201510|Active|MOE|Japan Ministry of Environment||36.385083|139.038763||9.00||||||| +010201510|010201510|392010201510|NOX|Permanent|1510|JPN Site 010201510|Active|MOE|Japan Ministry of Environment||36.385083|139.038763||9.00||||||| +010201510|010201510|392010201510|NO|Permanent|1510|JPN Site 010201510|Active|MOE|Japan Ministry of Environment||36.385083|139.038763||9.00||||||| +010201510|010201510|392010201510|NO2|Permanent|1510|JPN Site 010201510|Active|MOE|Japan Ministry of Environment||36.385083|139.038763||9.00||||||| +010201510|010201510|392010201510|CO|Permanent|1510|JPN Site 010201510|Active|MOE|Japan Ministry of Environment||36.385083|139.038763||9.00||||||| +010201510|010201510|392010201510|WS|Permanent|1510|JPN Site 010201510|Active|MOE|Japan Ministry of Environment||36.385083|139.038763||9.00||||||| +010203010|010203010|392010203010|NO2|Permanent|3010|JPN Site 010203010|Active|MOE|Japan Ministry of Environment||36.412586|139.339848||9.00||||||| +010203010|010203010|392010203010|SO2|Permanent|3010|JPN Site 010203010|Active|MOE|Japan Ministry of Environment||36.412586|139.339848||9.00||||||| +010203010|010203010|392010203010|NOX|Permanent|3010|JPN Site 010203010|Active|MOE|Japan Ministry of Environment||36.412586|139.339848||9.00||||||| +010203010|010203010|392010203010|NO|Permanent|3010|JPN Site 010203010|Active|MOE|Japan Ministry of Environment||36.412586|139.339848||9.00||||||| +010203510|010203510|392010203510|NO2|Permanent|3510|JPN Site 010203510|Active|MOE|Japan Ministry of Environment||36.374812|139.350404||9.00||||||| +010203510|010203510|392010203510|CO|Permanent|3510|JPN Site 010203510|Active|MOE|Japan Ministry of Environment||36.374812|139.350404||9.00||||||| +010203510|010203510|392010203510|NOX|Permanent|3510|JPN Site 010203510|Active|MOE|Japan Ministry of Environment||36.374812|139.350404||9.00||||||| +010203510|010203510|392010203510|NO|Permanent|3510|JPN Site 010203510|Active|MOE|Japan Ministry of Environment||36.374812|139.350404||9.00||||||| +010204030|010204030|392010204030|NO2|Permanent|4030|JPN Site 010204030|Active|MOE|Japan Ministry of Environment||36.314260|139.194031||9.00||||||| +010204030|010204030|392010204030|NOX|Permanent|4030|JPN Site 010204030|Active|MOE|Japan Ministry of Environment||36.314260|139.194031||9.00||||||| +010204030|010204030|392010204030|NO|Permanent|4030|JPN Site 010204030|Active|MOE|Japan Ministry of Environment||36.314260|139.194031||9.00||||||| +010204510|010204510|392010204510|NO2|Permanent|4510|JPN Site 010204510|Active|MOE|Japan Ministry of Environment||36.305650|139.204586||9.00||||||| +010204510|010204510|392010204510|CO|Permanent|4510|JPN Site 010204510|Active|MOE|Japan Ministry of Environment||36.305650|139.204586||9.00||||||| +010204510|010204510|392010204510|NOX|Permanent|4510|JPN Site 010204510|Active|MOE|Japan Ministry of Environment||36.305650|139.204586||9.00||||||| +010204510|010204510|392010204510|NO|Permanent|4510|JPN Site 010204510|Active|MOE|Japan Ministry of Environment||36.305650|139.204586||9.00||||||| +010205010|010205010|392010205010|NO2|Permanent|5010|JPN Site 010205010|Active|MOE|Japan Ministry of Environment||36.289822|139.381517||9.00||||||| +010205010|010205010|392010205010|SO2|Permanent|5010|JPN Site 010205010|Active|MOE|Japan Ministry of Environment||36.289822|139.381517||9.00||||||| +010205010|010205010|392010205010|NOX|Permanent|5010|JPN Site 010205010|Active|MOE|Japan Ministry of Environment||36.289822|139.381517||9.00||||||| +010205010|010205010|392010205010|NO|Permanent|5010|JPN Site 010205010|Active|MOE|Japan Ministry of Environment||36.289822|139.381517||9.00||||||| +010205510|010205510|392010205510|NO2|Permanent|5510|JPN Site 010205510|Active|MOE|Japan Ministry of Environment||36.286211|139.374018||9.00||||||| +010205510|010205510|392010205510|CO|Permanent|5510|JPN Site 010205510|Active|MOE|Japan Ministry of Environment||36.286211|139.374018||9.00||||||| +010205510|010205510|392010205510|NOX|Permanent|5510|JPN Site 010205510|Active|MOE|Japan Ministry of Environment||36.286211|139.374018||9.00||||||| +010205510|010205510|392010205510|NO|Permanent|5510|JPN Site 010205510|Active|MOE|Japan Ministry of Environment||36.286211|139.374018||9.00||||||| +010206010|010206010|392010206010|SO2|Permanent|6010|JPN Site 010206010|Active|MOE|Japan Ministry of Environment||36.648944|139.039584||9.00||||||| +010206010|010206010|392010206010|NOX|Permanent|6010|JPN Site 010206010|Active|MOE|Japan Ministry of Environment||36.648944|139.039584||9.00||||||| +010206010|010206010|392010206010|NO|Permanent|6010|JPN Site 010206010|Active|MOE|Japan Ministry of Environment||36.648944|139.039584||9.00||||||| +010206010|010206010|392010206010|NO2|Permanent|6010|JPN Site 010206010|Active|MOE|Japan Ministry of Environment||36.648944|139.039584||9.00||||||| +010207010|010207010|392010207010|NO2|Permanent|7010|JPN Site 010207010|Active|MOE|Japan Ministry of Environment||36.252884|139.545949||9.00||||||| +010207010|010207010|392010207010|SO2|Permanent|7010|JPN Site 010207010|Active|MOE|Japan Ministry of Environment||36.252884|139.545949||9.00||||||| +010207010|010207010|392010207010|NOX|Permanent|7010|JPN Site 010207010|Active|MOE|Japan Ministry of Environment||36.252884|139.545949||9.00||||||| +010207010|010207010|392010207010|NO|Permanent|7010|JPN Site 010207010|Active|MOE|Japan Ministry of Environment||36.252884|139.545949||9.00||||||| +010207510|010207510|392010207510|NO2|Permanent|7510|JPN Site 010207510|Active|MOE|Japan Ministry of Environment||36.238441|139.517341||9.00||||||| +010207510|010207510|392010207510|CO|Permanent|7510|JPN Site 010207510|Active|MOE|Japan Ministry of Environment||36.238441|139.517341||9.00||||||| +010207510|010207510|392010207510|NOX|Permanent|7510|JPN Site 010207510|Active|MOE|Japan Ministry of Environment||36.238441|139.517341||9.00||||||| +010207510|010207510|392010207510|NO|Permanent|7510|JPN Site 010207510|Active|MOE|Japan Ministry of Environment||36.238441|139.517341||9.00||||||| +010208010|010208010|392010208010|SO2|Permanent|8010|JPN Site 010208010|Active|MOE|Japan Ministry of Environment||36.498959|138.990984||9.00||||||| +010208010|010208010|392010208010|NOX|Permanent|8010|JPN Site 010208010|Active|MOE|Japan Ministry of Environment||36.498959|138.990984||9.00||||||| +010208010|010208010|392010208010|NO|Permanent|8010|JPN Site 010208010|Active|MOE|Japan Ministry of Environment||36.498959|138.990984||9.00||||||| +010208010|010208010|392010208010|NO2|Permanent|8010|JPN Site 010208010|Active|MOE|Japan Ministry of Environment||36.498959|138.990984||9.00||||||| +010208510|010208510|392010208510|NO|Permanent|8510|JPN Site 010208510|Active|MOE|Japan Ministry of Environment||36.495331|138.008566||9.00||||||| +010208510|010208510|392010208510|NO2|Permanent|8510|JPN Site 010208510|Active|MOE|Japan Ministry of Environment||36.495331|138.008566||9.00||||||| +010208510|010208510|392010208510|CO|Permanent|8510|JPN Site 010208510|Active|MOE|Japan Ministry of Environment||36.495331|138.008566||9.00||||||| +010208510|010208510|392010208510|NOX|Permanent|8510|JPN Site 010208510|Active|MOE|Japan Ministry of Environment||36.495331|138.008566||9.00||||||| +010210010|010210010|392010210010|NO2|Permanent|0010|JPN Site 010210010|Active|MOE|Japan Ministry of Environment||36.262316|138.895169||9.00||||||| +010210010|010210010|392010210010|NOX|Permanent|0010|JPN Site 010210010|Active|MOE|Japan Ministry of Environment||36.262316|138.895169||9.00||||||| +010210010|010210010|392010210010|NO|Permanent|0010|JPN Site 010210010|Active|MOE|Japan Ministry of Environment||36.262316|138.895169||9.00||||||| +010211060|010211060|392010211060|NO2|Permanent|1060|JPN Site 010211060|Active|MOE|Japan Ministry of Environment||36.333697|138.893222||9.00||||||| +010211060|010211060|392010211060|SO2|Permanent|1060|JPN Site 010211060|Active|MOE|Japan Ministry of Environment||36.333697|138.893222||9.00||||||| +010211060|010211060|392010211060|NOX|Permanent|1060|JPN Site 010211060|Active|MOE|Japan Ministry of Environment||36.333697|138.893222||9.00||||||| +010211060|010211060|392010211060|NO|Permanent|1060|JPN Site 010211060|Active|MOE|Japan Ministry of Environment||36.333697|138.893222||9.00||||||| +010211510|010211510|392010211510|CO|Permanent|1510|JPN Site 010211510|Active|MOE|Japan Ministry of Environment||36.335364|138.913776||9.00||||||| +010211510|010211510|392010211510|NOX|Permanent|1510|JPN Site 010211510|Active|MOE|Japan Ministry of Environment||36.335364|138.913776||9.00||||||| +010211510|010211510|392010211510|NO|Permanent|1510|JPN Site 010211510|Active|MOE|Japan Ministry of Environment||36.335364|138.913776||9.00||||||| +010211510|010211510|392010211510|NO2|Permanent|1510|JPN Site 010211510|Active|MOE|Japan Ministry of Environment||36.335364|138.913776||9.00||||||| +010331002|010331002|001010331002|O3|Permanent|1002|MSHOALS|Inactive|AL1|Alabama Department of Environmental Management|R4|34.760600|-87.650600||-6.00|US|22520| Florence-Muscle Shoals, AL |01|AL|033|COLBERT +010331002|010331002|001010331002|PM2.5|Permanent|1002|MSHOALS|Inactive|AL1|Alabama Department of Environmental Management|R4|34.760600|-87.650600||-6.00|US|22520| Florence-Muscle Shoals, AL |01|AL|033|COLBERT +010331003|010331003|840010331003|O3|Permanent|1003|Natchez Trace Parkway - Portable|Inactive|NPS|National Park Service|USEPA|34.758900|-88.013802|1385.000|-7.00|US|22520| Florence-Muscle Shoals, AL |01|AL|033|COLBERT +010423010|010423010|392010423010|NOX|Permanent|3010|JPN Site 010423010|Active|MOE|Japan Ministry of Environment||36.580614|138.825438||9.00||||||| +010423010|010423010|392010423010|NO|Permanent|3010|JPN Site 010423010|Active|MOE|Japan Ministry of Environment||36.580614|138.825438||9.00||||||| +010423010|010423010|392010423010|NO2|Permanent|3010|JPN Site 010423010|Active|MOE|Japan Ministry of Environment||36.580614|138.825438||9.00||||||| +010423010|010423010|392010423010|SO2|Permanent|3010|JPN Site 010423010|Active|MOE|Japan Ministry of Environment||36.580614|138.825438||9.00||||||| +010425010|010425010|392010425010|SO2|Permanent|5010|JPN Site 010425010|Active|MOE|Japan Ministry of Environment||36.510339|138.512134||9.00||||||| +010464010|010464010|392010464010|NO|Permanent|4010|JPN Site 010464010|Active|MOE|Japan Ministry of Environment||36.302038|139.106817||9.00||||||| +010464010|010464010|392010464010|NO2|Permanent|4010|JPN Site 010464010|Active|MOE|Japan Ministry of Environment||36.302038|139.106817||9.00||||||| +010464010|010464010|392010464010|NOX|Permanent|4010|JPN Site 010464010|Active|MOE|Japan Ministry of Environment||36.302038|139.106817||9.00||||||| +010510001|010510001|001010510001|O3|Permanent|0001|DBT|Inactive|AL1|Alabama Department of Environmental Management|R4|32.498300|-86.136700||-6.00|US|33860| Montgomery, AL |01|AL|051|ELMORE +010510003|010510003|001010510003|O3|Permanent|0003|Wetumpka|Inactive|AL1|Alabama Department of Environmental Management|R4|32.538364|-86.232347||-6.00|US|33860| Montgomery, AL |01|AL|051|ELMORE +010510004|010510004|001010510004|O3|Permanent|0004|Wetumpka Tech Park|Active|AL1|Alabama Department of Environmental Management|R4|32.535681|-86.255193||-6.00|US|33860| Montgomery, AL |01|AL|051|ELMORE +010550010|010550010|001010550010|PM2.5|Permanent|0010|GADSDEN|Active|AL1|Alabama Department of Environmental Management|R4|33.991341|-85.992653|182.700|-6.00|US|23460| Gadsden, AL |01|AL|055|ETOWAH +010550011|010550011|001010550011|O3|Permanent|0011|Southside|Active|AL1|Alabama Department of Environmental Management|R4|33.900000|-86.050000||-6.00|US|23460| Gadsden, AL |01|AL|055|ETOWAH +010690003|010690003|001010690003|PM2.5|Permanent|0003|DOTHAN|Inactive|AL1|Alabama Department of Environmental Management|R4|31.224733|-85.390732|99.700|-6.00|US|||01|AL|069|HOUSTON +010690004|010690004|001010690004|O3|Permanent|0004|DOTHAN|Inactive|AL1|Alabama Department of Environmental Management|R4|31.188900|-85.423300||-5.00|US|20020| Dothan, AL |01|AL|069|HOUSTON +010730023|010730023|840010730023|PM2.5|Permanent|0023|NO. BHAM|Active|AL2|Jefferson County Department of Health|R4|33.553100|-86.815000||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010730023|010730023|840010730023|PM10|Permanent|0023|NO. BHAM|Active|AL2|Jefferson County Department of Health|R4|33.553100|-86.815000||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010730023|010730023|840010730023|O3|Permanent|0023|NO. BHAM|Active|AL2|Jefferson County Department of Health|R4|33.553100|-86.815000||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010731003|010731003|840010731003|O3|Permanent|1003|FAIRFIELD|Active|AL2|Jefferson County Department of Health|R4|33.485600|-86.915000||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010731003|010731003|840010731003|CO|Permanent|1003|FAIRFIELD|Active|AL2|Jefferson County Department of Health|R4|33.485600|-86.915000||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010731003|010731003|840010731003|SO2|Permanent|1003|FAIRFIELD|Active|AL2|Jefferson County Department of Health|R4|33.485600|-86.915000||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010731005|010731005|840010731005|PM2.5|Permanent|1005|MCADORY|Active|AL2|Jefferson County Department of Health|R4|33.331100|-87.003600||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010731005|010731005|840010731005|O3|Permanent|1005|MCADORY|Active|AL2|Jefferson County Department of Health|R4|33.331100|-87.003600||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010731009|010731009|840010731009|PM2.5|Permanent|1009|PROVIDENCE|Inactive|AL2|Jefferson County Department of Health|R4|33.459700|-87.305600||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010731010|010731010|840010731010|O3|Permanent|1010|LEEDS|Active|AL2|Jefferson County Department of Health|R4|33.545300|-86.549200||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010731010|010731010|840010731010|PM2.5|Permanent|1010|LEEDS|Active|AL2|Jefferson County Department of Health|R4|33.545300|-86.549200||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010732003|010732003|840010732003|PM2.5|Permanent|2003|WYLAM|Active|AL2|Jefferson County Department of Health|R4|33.499700|-86.924200||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010732003|010732003|840010732003|PM10|Permanent|2003|WYLAM|Active|AL2|Jefferson County Department of Health|R4|33.499700|-86.924200||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010735002|010735002|840010735002|PM2.5|Permanent|5002|PINSON|Inactive|AL2|Jefferson County Department of Health|R4|33.704700|-86.669200||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010735003|010735003|840010735003|O3|Permanent|5003|CORNER|Active|AL2|Jefferson County Department of Health|R4|33.801700|-86.942500||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010735003|010735003|840010735003|PM2.5|Permanent|5003|CORNER|Active|AL2|Jefferson County Department of Health|R4|33.801700|-86.942500||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010736002|010736002|840010736002|O3|Permanent|6002|TARRANT|Active|AL2|Jefferson County Department of Health|R4|33.578300|-86.773900||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010736004|010736004|840010736004|PM2.5|Permanent|6004|Shuttlesworth|Active|AL2|Jefferson County Department of Health|R4|33.565278|-86.796389||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010736004|010736004|840010736004|PM10|Permanent|6004|Shuttlesworth|Active|AL2|Jefferson County Department of Health|R4|33.565278|-86.796389||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|073|JEFFERSON +010890014|010890014|840010890014|O3|Permanent|0014|Huntsville Old Airport|Active|AL4|Huntsville Natural Resources and Environmental Management|R4|34.691700|-86.591698||-6.00|US|26620| Huntsville, AL |01|AL|089|MADISON +010890014|010890014|840010890014|PM2.5|Permanent|0014|Huntsville Old Airport|Active|AL4|Huntsville Natural Resources and Environmental Management|R4|34.691700|-86.591698||-6.00|US|26620| Huntsville, AL |01|AL|089|MADISON +010890022|010890022|840010890022|O3|Permanent|0022|Huntsville Capshaw|Active|AL4|Huntsville Natural Resources and Environmental Management|R4|34.772700|-86.756100||-6.00|US|||01|AL|089|MADISON +010970003|010970003|001010970003|O3|Permanent|0003|CHICK.|Active|AL1|Alabama Department of Environmental Management|R4|30.769700|-88.087500||-6.00|US|33660| Mobile, AL |01|AL|097|MOBILE +010970003|010970003|001010970003|PM2.5|Permanent|0003|CHICK.|Active|AL1|Alabama Department of Environmental Management|R4|30.769700|-88.087500||-6.00|US|33660| Mobile, AL |01|AL|097|MOBILE +010970003|010970003|001010970003|PM10|Permanent|0003|CHICK.|Active|AL1|Alabama Department of Environmental Management|R4|30.769700|-88.087500||-6.00|US|33660| Mobile, AL |01|AL|097|MOBILE +010970003|010970003|001010970003|SO2|Permanent|0003|CHICK.|Active|AL1|Alabama Department of Environmental Management|R4|30.769700|-88.087500||-6.00|US|33660| Mobile, AL |01|AL|097|MOBILE +010972005|010972005|001010972005|O3|Permanent|2005|BAYROAD|Active|AL1|Alabama Department of Environmental Management|R4|30.474400|-88.141100||-6.00|US|33660| Mobile, AL |01|AL|097|MOBILE +011011002|011011002|001011011002|O3|Permanent|1002|MONTG|Active|AL1|Alabama Department of Environmental Management|R4|32.412811|-86.263394|67.100|-6.00|US|33860| Montgomery, AL |01|AL|101|MONTGOMERY +011011002|011011002|001011011002|PM2.5|Permanent|1002|MONTG|Active|AL1|Alabama Department of Environmental Management|R4|32.412811|-86.263394|67.100|-6.00|US|33860| Montgomery, AL |01|AL|101|MONTGOMERY +011030011|011030011|001011030011|O3|Permanent|0011|DECATUR|Active|AL1|Alabama Department of Environmental Management|R4|34.528600|-86.970600||-6.00|US|19460| Decatur, AL |01|AL|103|MORGAN +011030011|011030011|001011030011|PM2.5|Permanent|0011|DECATUR|Active|AL1|Alabama Department of Environmental Management|R4|34.528600|-86.970600||-6.00|US|19460| Decatur, AL |01|AL|103|MORGAN +011105510|011105510|392011105510|NOX|Permanent|5510|JPN Site 011105510|Active|MOE|Japan Ministry of Environment||35.883758|139.613738||9.00||||||| +011105510|011105510|392011105510|NO|Permanent|5510|JPN Site 011105510|Active|MOE|Japan Ministry of Environment||35.883758|139.613738||9.00||||||| +011105510|011105510|392011105510|NO2|Permanent|5510|JPN Site 011105510|Active|MOE|Japan Ministry of Environment||35.883758|139.613738||9.00||||||| +011105510|011105510|392011105510|WS|Permanent|5510|JPN Site 011105510|Active|MOE|Japan Ministry of Environment||35.883758|139.613738||9.00||||||| +011105510|011105510|392011105510|WD|Permanent|5510|JPN Site 011105510|Active|MOE|Japan Ministry of Environment||35.883758|139.613738||9.00||||||| +011110010|011110010|392011110010|NO2|Permanent|0010|JPN Site 011110010|Active|MOE|Japan Ministry of Environment||35.916812|139.723728||9.00||||||| +011110010|011110010|392011110010|SO2|Permanent|0010|JPN Site 011110010|Active|MOE|Japan Ministry of Environment||35.916812|139.723728||9.00||||||| +011110010|011110010|392011110010|WS|Permanent|0010|JPN Site 011110010|Active|MOE|Japan Ministry of Environment||35.916812|139.723728||9.00||||||| +011110010|011110010|392011110010|WD|Permanent|0010|JPN Site 011110010|Active|MOE|Japan Ministry of Environment||35.916812|139.723728||9.00||||||| +011110010|011110010|392011110010|NOX|Permanent|0010|JPN Site 011110010|Active|MOE|Japan Ministry of Environment||35.916812|139.723728||9.00||||||| +011110010|011110010|392011110010|NO|Permanent|0010|JPN Site 011110010|Active|MOE|Japan Ministry of Environment||35.916812|139.723728||9.00||||||| +011110510|011110510|392011110510|NO2|Permanent|0510|JPN Site 011110510|Active|MOE|Japan Ministry of Environment||35.958751|139.677063||9.00||||||| +011110510|011110510|392011110510|WS|Permanent|0510|JPN Site 011110510|Active|MOE|Japan Ministry of Environment||35.958751|139.677063||9.00||||||| +011110510|011110510|392011110510|WD|Permanent|0510|JPN Site 011110510|Active|MOE|Japan Ministry of Environment||35.958751|139.677063||9.00||||||| +011110510|011110510|392011110510|NOX|Permanent|0510|JPN Site 011110510|Active|MOE|Japan Ministry of Environment||35.958751|139.677063||9.00||||||| +011110510|011110510|392011110510|NO|Permanent|0510|JPN Site 011110510|Active|MOE|Japan Ministry of Environment||35.958751|139.677063||9.00||||||| +011130001|011130001|001011130001|PM2.5|Permanent|0001|PHNX CTY PM|Inactive|AL1|Alabama Department of Environmental Management|R4|32.474239|-85.000038|87.800|-6.00|US|||01|AL|113|RUSSELL +011130002|011130002|001011130002|O3|Permanent|0002|PHNX CITY|Inactive|AL1|Alabama Department of Environmental Management|R4|32.467800|-85.083900||-6.00|US|17980| Columbus, GA-AL |01|AL|011|BULLOCK +011130003|011130003|001011130003|O3|Permanent|0003|PC South Girard School|Active|AL1|Alabama Department of Environmental Management|R4|32.437028|-84.999653||-6.00|US|17980| Columbus, GA-AL |01|AL|113|RUSSELL +011130003|011130003|001011130003|PM2.5|Permanent|0003|PC South Girard School|Active|AL1|Alabama Department of Environmental Management|R4|32.437028|-84.999653||-6.00|US|17980| Columbus, GA-AL |01|AL|113|RUSSELL +011170004|011170004|001011170004|O3|Permanent|0004|HELENA|Active|AL1|Alabama Department of Environmental Management|R4|33.316900|-86.825000||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|117|SHELBY +840011179001|011179001|840011179001|SO2|Permanent|9001|Montevallo|Active|AL1|Alabama Department of Environmental Management|R4|33.092800|-86.807200||-6.00|US|13820| Birmingham-Hoover, AL |01|AL|117|SHELBY +011190002|011190002|001011190002|O3|Permanent|0002|GASTON|Inactive|AL1|Alabama Department of Environmental Management|R4|32.363899|-88.201897||-6.00|US|||01|AL|119|SUMTER +011190002|011190002|001011190002|PM2.5|Permanent|0002|GASTON|Inactive|AL1|Alabama Department of Environmental Management|R4|32.363899|-88.201897||-6.00|US|||01|AL|119|SUMTER +011190003|011190003|001011190003|O3|Permanent|0003|Ward|Active|AL1|Alabama Department of Environmental Management|R4|32.362530|-88.277920||-6.00|US|||01|AL|119|SUMTER +011190003|011190003|001011190003|PM2.5|Permanent|0003|Ward|Active|AL1|Alabama Department of Environmental Management|R4|32.362530|-88.277920||-6.00|US|||01|AL|119|SUMTER +011190003|011190003|001011190003|SO2|Permanent|0003|Ward|Active|AL1|Alabama Department of Environmental Management|R4|32.362530|-88.277920||-6.00|US|||01|AL|119|SUMTER +011201030|011201030|392011201030|WS|Permanent|1030|JPN Site 011201030|Active|MOE|Japan Ministry of Environment||35.890144|139.486249||9.00||||||| +011201030|011201030|392011201030|WD|Permanent|1030|JPN Site 011201030|Active|MOE|Japan Ministry of Environment||35.890144|139.486249||9.00||||||| +011201030|011201030|392011201030|RHUM|Permanent|1030|JPN Site 011201030|Active|MOE|Japan Ministry of Environment||35.890144|139.486249||9.00||||||| +011201030|011201030|392011201030|NOX|Permanent|1030|JPN Site 011201030|Active|MOE|Japan Ministry of Environment||35.890144|139.486249||9.00||||||| +011201030|011201030|392011201030|NO|Permanent|1030|JPN Site 011201030|Active|MOE|Japan Ministry of Environment||35.890144|139.486249||9.00||||||| +011201030|011201030|392011201030|NO2|Permanent|1030|JPN Site 011201030|Active|MOE|Japan Ministry of Environment||35.890144|139.486249||9.00||||||| +011201030|011201030|392011201030|TEMP|Permanent|1030|JPN Site 011201030|Active|MOE|Japan Ministry of Environment||35.890144|139.486249||9.00||||||| +011201040|011201040|392011201040|NO|Permanent|1040|JPN Site 011201040|Active|MOE|Japan Ministry of Environment||35.927640|139.487080||9.00||||||| +011201040|011201040|392011201040|NO2|Permanent|1040|JPN Site 011201040|Active|MOE|Japan Ministry of Environment||35.927640|139.487080||9.00||||||| +011201040|011201040|392011201040|SO2|Permanent|1040|JPN Site 011201040|Active|MOE|Japan Ministry of Environment||35.927640|139.487080||9.00||||||| +011201040|011201040|392011201040|TEMP|Permanent|1040|JPN Site 011201040|Active|MOE|Japan Ministry of Environment||35.927640|139.487080||9.00||||||| +011201040|011201040|392011201040|WS|Permanent|1040|JPN Site 011201040|Active|MOE|Japan Ministry of Environment||35.927640|139.487080||9.00||||||| +011201040|011201040|392011201040|WD|Permanent|1040|JPN Site 011201040|Active|MOE|Japan Ministry of Environment||35.927640|139.487080||9.00||||||| +011201040|011201040|392011201040|RHUM|Permanent|1040|JPN Site 011201040|Active|MOE|Japan Ministry of Environment||35.927640|139.487080||9.00||||||| +011201040|011201040|392011201040|NOX|Permanent|1040|JPN Site 011201040|Active|MOE|Japan Ministry of Environment||35.927640|139.487080||9.00||||||| +011201050|011201050|392011201050|NOX|Permanent|1050|JPN Site 011201050|Active|MOE|Japan Ministry of Environment||35.919307|139.426808||9.00||||||| +011201050|011201050|392011201050|NO|Permanent|1050|JPN Site 011201050|Active|MOE|Japan Ministry of Environment||35.919307|139.426808||9.00||||||| +011201050|011201050|392011201050|NO2|Permanent|1050|JPN Site 011201050|Active|MOE|Japan Ministry of Environment||35.919307|139.426808||9.00||||||| +011201510|011201510|392011201510|TEMP|Permanent|1510|JPN Site 011201510|Active|MOE|Japan Ministry of Environment||35.906531|139.492914||9.00||||||| +011201510|011201510|392011201510|WS|Permanent|1510|JPN Site 011201510|Active|MOE|Japan Ministry of Environment||35.906531|139.492914||9.00||||||| +011201510|011201510|392011201510|WD|Permanent|1510|JPN Site 011201510|Active|MOE|Japan Ministry of Environment||35.906531|139.492914||9.00||||||| +011201510|011201510|392011201510|RHUM|Permanent|1510|JPN Site 011201510|Active|MOE|Japan Ministry of Environment||35.906531|139.492914||9.00||||||| +011201510|011201510|392011201510|NOX|Permanent|1510|JPN Site 011201510|Active|MOE|Japan Ministry of Environment||35.906531|139.492914||9.00||||||| +011201510|011201510|392011201510|NO|Permanent|1510|JPN Site 011201510|Active|MOE|Japan Ministry of Environment||35.906531|139.492914||9.00||||||| +011201510|011201510|392011201510|NO2|Permanent|1510|JPN Site 011201510|Active|MOE|Japan Ministry of Environment||35.906531|139.492914||9.00||||||| +011201510|011201510|392011201510|CO|Permanent|1510|JPN Site 011201510|Active|MOE|Japan Ministry of Environment||35.906531|139.492914||9.00||||||| +011202040|011202040|392011202040|WD|Permanent|2040|JPN Site 011202040|Active|MOE|Japan Ministry of Environment||36.147893|139.388189||9.00||||||| +011202040|011202040|392011202040|RHUM|Permanent|2040|JPN Site 011202040|Active|MOE|Japan Ministry of Environment||36.147893|139.388189||9.00||||||| +011202040|011202040|392011202040|NOX|Permanent|2040|JPN Site 011202040|Active|MOE|Japan Ministry of Environment||36.147893|139.388189||9.00||||||| +011202040|011202040|392011202040|NO2|Permanent|2040|JPN Site 011202040|Active|MOE|Japan Ministry of Environment||36.147893|139.388189||9.00||||||| +011202040|011202040|392011202040|CO|Permanent|2040|JPN Site 011202040|Active|MOE|Japan Ministry of Environment||36.147893|139.388189||9.00||||||| +011202040|011202040|392011202040|NO|Permanent|2040|JPN Site 011202040|Active|MOE|Japan Ministry of Environment||36.147893|139.388189||9.00||||||| +011202040|011202040|392011202040|SO2|Permanent|2040|JPN Site 011202040|Active|MOE|Japan Ministry of Environment||36.147893|139.388189||9.00||||||| +011202040|011202040|392011202040|TEMP|Permanent|2040|JPN Site 011202040|Active|MOE|Japan Ministry of Environment||36.147893|139.388189||9.00||||||| +011202040|011202040|392011202040|WS|Permanent|2040|JPN Site 011202040|Active|MOE|Japan Ministry of Environment||36.147893|139.388189||9.00||||||| +011202510|011202510|392011202510|NO2|Permanent|2510|JPN Site 011202510|Active|MOE|Japan Ministry of Environment||36.163447|139.395133||9.00||||||| +011202510|011202510|392011202510|CO|Permanent|2510|JPN Site 011202510|Active|MOE|Japan Ministry of Environment||36.163447|139.395133||9.00||||||| +011202510|011202510|392011202510|WS|Permanent|2510|JPN Site 011202510|Active|MOE|Japan Ministry of Environment||36.163447|139.395133||9.00||||||| +011202510|011202510|392011202510|WD|Permanent|2510|JPN Site 011202510|Active|MOE|Japan Ministry of Environment||36.163447|139.395133||9.00||||||| +011202510|011202510|392011202510|NOX|Permanent|2510|JPN Site 011202510|Active|MOE|Japan Ministry of Environment||36.163447|139.395133||9.00||||||| +011202510|011202510|392011202510|NO|Permanent|2510|JPN Site 011202510|Active|MOE|Japan Ministry of Environment||36.163447|139.395133||9.00||||||| +011203030|011203030|392011203030|NO2|Permanent|3030|JPN Site 011203030|Active|MOE|Japan Ministry of Environment||35.803768|139.699846||9.00||||||| +011203030|011203030|392011203030|WS|Permanent|3030|JPN Site 011203030|Active|MOE|Japan Ministry of Environment||35.803768|139.699846||9.00||||||| +011203030|011203030|392011203030|WD|Permanent|3030|JPN Site 011203030|Active|MOE|Japan Ministry of Environment||35.803768|139.699846||9.00||||||| +011203030|011203030|392011203030|NOX|Permanent|3030|JPN Site 011203030|Active|MOE|Japan Ministry of Environment||35.803768|139.699846||9.00||||||| +011203030|011203030|392011203030|NO|Permanent|3030|JPN Site 011203030|Active|MOE|Japan Ministry of Environment||35.803768|139.699846||9.00||||||| +011203040|011203040|392011203040|WS|Permanent|3040|JPN Site 011203040|Active|MOE|Japan Ministry of Environment||35.799881|139.747898||9.00||||||| +011203040|011203040|392011203040|WD|Permanent|3040|JPN Site 011203040|Active|MOE|Japan Ministry of Environment||35.799881|139.747898||9.00||||||| +011203040|011203040|392011203040|RHUM|Permanent|3040|JPN Site 011203040|Active|MOE|Japan Ministry of Environment||35.799881|139.747898||9.00||||||| +011203040|011203040|392011203040|NOX|Permanent|3040|JPN Site 011203040|Active|MOE|Japan Ministry of Environment||35.799881|139.747898||9.00||||||| +011203040|011203040|392011203040|NO|Permanent|3040|JPN Site 011203040|Active|MOE|Japan Ministry of Environment||35.799881|139.747898||9.00||||||| +011203040|011203040|392011203040|NO2|Permanent|3040|JPN Site 011203040|Active|MOE|Japan Ministry of Environment||35.799881|139.747898||9.00||||||| +011203040|011203040|392011203040|SO2|Permanent|3040|JPN Site 011203040|Active|MOE|Japan Ministry of Environment||35.799881|139.747898||9.00||||||| +011203040|011203040|392011203040|TEMP|Permanent|3040|JPN Site 011203040|Active|MOE|Japan Ministry of Environment||35.799881|139.747898||9.00||||||| +011203050|011203050|392011203050|NO2|Permanent|3050|JPN Site 011203050|Active|MOE|Japan Ministry of Environment||35.832655|139.761506||9.00||||||| +011203050|011203050|392011203050|WS|Permanent|3050|JPN Site 011203050|Active|MOE|Japan Ministry of Environment||35.832655|139.761506||9.00||||||| +011203050|011203050|392011203050|WD|Permanent|3050|JPN Site 011203050|Active|MOE|Japan Ministry of Environment||35.832655|139.761506||9.00||||||| +011203050|011203050|392011203050|NOX|Permanent|3050|JPN Site 011203050|Active|MOE|Japan Ministry of Environment||35.832655|139.761506||9.00||||||| +011203050|011203050|392011203050|NO|Permanent|3050|JPN Site 011203050|Active|MOE|Japan Ministry of Environment||35.832655|139.761506||9.00||||||| +011203060|011203060|392011203060|WD|Permanent|3060|JPN Site 011203060|Active|MOE|Japan Ministry of Environment||35.836264|139.683179||9.00||||||| +011203060|011203060|392011203060|NOX|Permanent|3060|JPN Site 011203060|Active|MOE|Japan Ministry of Environment||35.836264|139.683179||9.00||||||| +011203060|011203060|392011203060|NO|Permanent|3060|JPN Site 011203060|Active|MOE|Japan Ministry of Environment||35.836264|139.683179||9.00||||||| +011203060|011203060|392011203060|NO2|Permanent|3060|JPN Site 011203060|Active|MOE|Japan Ministry of Environment||35.836264|139.683179||9.00||||||| +011203060|011203060|392011203060|WS|Permanent|3060|JPN Site 011203060|Active|MOE|Japan Ministry of Environment||35.836264|139.683179||9.00||||||| +011203510|011203510|392011203510|NO2|Permanent|3510|JPN Site 011203510|Active|MOE|Japan Ministry of Environment||35.844598|139.748451||9.00||||||| +011203510|011203510|392011203510|WS|Permanent|3510|JPN Site 011203510|Active|MOE|Japan Ministry of Environment||35.844598|139.748451||9.00||||||| +011203510|011203510|392011203510|WD|Permanent|3510|JPN Site 011203510|Active|MOE|Japan Ministry of Environment||35.844598|139.748451||9.00||||||| +011203510|011203510|392011203510|NOX|Permanent|3510|JPN Site 011203510|Active|MOE|Japan Ministry of Environment||35.844598|139.748451||9.00||||||| +011203510|011203510|392011203510|NO|Permanent|3510|JPN Site 011203510|Active|MOE|Japan Ministry of Environment||35.844598|139.748451||9.00||||||| +011203530|011203530|392011203530|NO2|Permanent|3530|JPN Site 011203530|Active|MOE|Japan Ministry of Environment||35.856541|139.728175||9.00||||||| +011203530|011203530|392011203530|CO|Permanent|3530|JPN Site 011203530|Active|MOE|Japan Ministry of Environment||35.856541|139.728175||9.00||||||| +011203530|011203530|392011203530|WS|Permanent|3530|JPN Site 011203530|Active|MOE|Japan Ministry of Environment||35.856541|139.728175||9.00||||||| +011203530|011203530|392011203530|WD|Permanent|3530|JPN Site 011203530|Active|MOE|Japan Ministry of Environment||35.856541|139.728175||9.00||||||| +011203530|011203530|392011203530|NOX|Permanent|3530|JPN Site 011203530|Active|MOE|Japan Ministry of Environment||35.856541|139.728175||9.00||||||| +011203530|011203530|392011203530|NO|Permanent|3530|JPN Site 011203530|Active|MOE|Japan Ministry of Environment||35.856541|139.728175||9.00||||||| +011204010|011204010|392011204010|WD|Permanent|4010|JPN Site 011204010|Active|MOE|Japan Ministry of Environment||35.862372|139.645959||9.00||||||| +011204010|011204010|392011204010|NO|Permanent|4010|JPN Site 011204010|Active|MOE|Japan Ministry of Environment||35.862372|139.645959||9.00||||||| +011204010|011204010|392011204010|NO2|Permanent|4010|JPN Site 011204010|Active|MOE|Japan Ministry of Environment||35.862372|139.645959||9.00||||||| +011204010|011204010|392011204010|CO|Permanent|4010|JPN Site 011204010|Active|MOE|Japan Ministry of Environment||35.862372|139.645959||9.00||||||| +011204010|011204010|392011204010|SO2|Permanent|4010|JPN Site 011204010|Active|MOE|Japan Ministry of Environment||35.862372|139.645959||9.00||||||| +011204010|011204010|392011204010|TEMP|Permanent|4010|JPN Site 011204010|Active|MOE|Japan Ministry of Environment||35.862372|139.645959||9.00||||||| +011204010|011204010|392011204010|WS|Permanent|4010|JPN Site 011204010|Active|MOE|Japan Ministry of Environment||35.862372|139.645959||9.00||||||| +011204010|011204010|392011204010|RHUM|Permanent|4010|JPN Site 011204010|Active|MOE|Japan Ministry of Environment||35.862372|139.645959||9.00||||||| +011204010|011204010|392011204010|NOX|Permanent|4010|JPN Site 011204010|Active|MOE|Japan Ministry of Environment||35.862372|139.645959||9.00||||||| +011204040|011204040|392011204040|WS|Permanent|4040|JPN Site 011204040|Active|MOE|Japan Ministry of Environment||35.842652|139.662070||9.00||||||| +011204040|011204040|392011204040|WD|Permanent|4040|JPN Site 011204040|Active|MOE|Japan Ministry of Environment||35.842652|139.662070||9.00||||||| +011204520|011204520|392011204520|NO2|Permanent|4520|JPN Site 011204520|Active|MOE|Japan Ministry of Environment||35.840152|139.626795||9.00||||||| +011204520|011204520|392011204520|WS|Permanent|4520|JPN Site 011204520|Active|MOE|Japan Ministry of Environment||35.840152|139.626795||9.00||||||| +011204520|011204520|392011204520|WD|Permanent|4520|JPN Site 011204520|Active|MOE|Japan Ministry of Environment||35.840152|139.626795||9.00||||||| +011204520|011204520|392011204520|NOX|Permanent|4520|JPN Site 011204520|Active|MOE|Japan Ministry of Environment||35.840152|139.626795||9.00||||||| +011204520|011204520|392011204520|NO|Permanent|4520|JPN Site 011204520|Active|MOE|Japan Ministry of Environment||35.840152|139.626795||9.00||||||| +011204530|011204530|392011204530|WD|Permanent|4530|JPN Site 011204530|Active|MOE|Japan Ministry of Environment||35.834042|139.655404||9.00||||||| +011204530|011204530|392011204530|NOX|Permanent|4530|JPN Site 011204530|Active|MOE|Japan Ministry of Environment||35.834042|139.655404||9.00||||||| +011204530|011204530|392011204530|NO|Permanent|4530|JPN Site 011204530|Active|MOE|Japan Ministry of Environment||35.834042|139.655404||9.00||||||| +011204530|011204530|392011204530|NO2|Permanent|4530|JPN Site 011204530|Active|MOE|Japan Ministry of Environment||35.834042|139.655404||9.00||||||| +011204530|011204530|392011204530|WS|Permanent|4530|JPN Site 011204530|Active|MOE|Japan Ministry of Environment||35.834042|139.655404||9.00||||||| +011205020|011205020|392011205020|NO2|Permanent|5020|JPN Site 011205020|Active|MOE|Japan Ministry of Environment||35.954861|139.603736||9.00||||||| +011205020|011205020|392011205020|WS|Permanent|5020|JPN Site 011205020|Active|MOE|Japan Ministry of Environment||35.954861|139.603736||9.00||||||| +011205020|011205020|392011205020|WD|Permanent|5020|JPN Site 011205020|Active|MOE|Japan Ministry of Environment||35.954861|139.603736||9.00||||||| +011205020|011205020|392011205020|NOX|Permanent|5020|JPN Site 011205020|Active|MOE|Japan Ministry of Environment||35.954861|139.603736||9.00||||||| +011205020|011205020|392011205020|NO|Permanent|5020|JPN Site 011205020|Active|MOE|Japan Ministry of Environment||35.954861|139.603736||9.00||||||| +011205030|011205030|392011205030|WS|Permanent|5030|JPN Site 011205030|Active|MOE|Japan Ministry of Environment||35.943197|139.660954||9.00||||||| +011205030|011205030|392011205030|WD|Permanent|5030|JPN Site 011205030|Active|MOE|Japan Ministry of Environment||35.943197|139.660954||9.00||||||| +011205040|011205040|392011205040|NO2|Permanent|5040|JPN Site 011205040|Active|MOE|Japan Ministry of Environment||35.925697|139.569296||9.00||||||| +011205040|011205040|392011205040|SO2|Permanent|5040|JPN Site 011205040|Active|MOE|Japan Ministry of Environment||35.925697|139.569296||9.00||||||| +011205040|011205040|392011205040|WS|Permanent|5040|JPN Site 011205040|Active|MOE|Japan Ministry of Environment||35.925697|139.569296||9.00||||||| +011205040|011205040|392011205040|WD|Permanent|5040|JPN Site 011205040|Active|MOE|Japan Ministry of Environment||35.925697|139.569296||9.00||||||| +011205040|011205040|392011205040|NOX|Permanent|5040|JPN Site 011205040|Active|MOE|Japan Ministry of Environment||35.925697|139.569296||9.00||||||| +011205040|011205040|392011205040|NO|Permanent|5040|JPN Site 011205040|Active|MOE|Japan Ministry of Environment||35.925697|139.569296||9.00||||||| +011205050|011205050|392011205050|NO|Permanent|5050|JPN Site 011205050|Active|MOE|Japan Ministry of Environment||35.909034|139.670677||9.00||||||| +011205050|011205050|392011205050|NO2|Permanent|5050|JPN Site 011205050|Active|MOE|Japan Ministry of Environment||35.909034|139.670677||9.00||||||| +011205050|011205050|392011205050|WS|Permanent|5050|JPN Site 011205050|Active|MOE|Japan Ministry of Environment||35.909034|139.670677||9.00||||||| +011205050|011205050|392011205050|WD|Permanent|5050|JPN Site 011205050|Active|MOE|Japan Ministry of Environment||35.909034|139.670677||9.00||||||| +011205050|011205050|392011205050|NOX|Permanent|5050|JPN Site 011205050|Active|MOE|Japan Ministry of Environment||35.909034|139.670677||9.00||||||| +011205120|011205120|392011205120|NOX|Permanent|5120|JPN Site 011205120|Active|MOE|Japan Ministry of Environment||35.905978|139.630958||9.00||||||| +011205120|011205120|392011205120|NO|Permanent|5120|JPN Site 011205120|Active|MOE|Japan Ministry of Environment||35.905978|139.630958||9.00||||||| +011205120|011205120|392011205120|NO2|Permanent|5120|JPN Site 011205120|Active|MOE|Japan Ministry of Environment||35.905978|139.630958||9.00||||||| +011205120|011205120|392011205120|SO2|Permanent|5120|JPN Site 011205120|Active|MOE|Japan Ministry of Environment||35.905978|139.630958||9.00||||||| +011205120|011205120|392011205120|WS|Permanent|5120|JPN Site 011205120|Active|MOE|Japan Ministry of Environment||35.905978|139.630958||9.00||||||| +011205120|011205120|392011205120|WD|Permanent|5120|JPN Site 011205120|Active|MOE|Japan Ministry of Environment||35.905978|139.630958||9.00||||||| +011205530|011205530|392011205530|NOX|Permanent|5530|JPN Site 011205530|Active|MOE|Japan Ministry of Environment||35.917087|139.590683||9.00||||||| +011205530|011205530|392011205530|NO|Permanent|5530|JPN Site 011205530|Active|MOE|Japan Ministry of Environment||35.917087|139.590683||9.00||||||| +011205530|011205530|392011205530|NO2|Permanent|5530|JPN Site 011205530|Active|MOE|Japan Ministry of Environment||35.917087|139.590683||9.00||||||| +011205530|011205530|392011205530|CO|Permanent|5530|JPN Site 011205530|Active|MOE|Japan Ministry of Environment||35.917087|139.590683||9.00||||||| +011205530|011205530|392011205530|WS|Permanent|5530|JPN Site 011205530|Active|MOE|Japan Ministry of Environment||35.917087|139.590683||9.00||||||| +011205530|011205530|392011205530|WD|Permanent|5530|JPN Site 011205530|Active|MOE|Japan Ministry of Environment||35.917087|139.590683||9.00||||||| +011205540|011205540|392011205540|WD|Permanent|5540|JPN Site 011205540|Active|MOE|Japan Ministry of Environment||35.940419|139.642344||9.00||||||| +011205540|011205540|392011205540|NOX|Permanent|5540|JPN Site 011205540|Active|MOE|Japan Ministry of Environment||35.940419|139.642344||9.00||||||| +011205540|011205540|392011205540|NO|Permanent|5540|JPN Site 011205540|Active|MOE|Japan Ministry of Environment||35.940419|139.642344||9.00||||||| +011205540|011205540|392011205540|NO2|Permanent|5540|JPN Site 011205540|Active|MOE|Japan Ministry of Environment||35.940419|139.642344||9.00||||||| +011205540|011205540|392011205540|WS|Permanent|5540|JPN Site 011205540|Active|MOE|Japan Ministry of Environment||35.940419|139.642344||9.00||||||| +011206020|011206020|392011206020|NO2|Permanent|6020|JPN Site 011206020|Active|MOE|Japan Ministry of Environment||36.140673|139.469294||9.00||||||| +011206020|011206020|392011206020|WS|Permanent|6020|JPN Site 011206020|Active|MOE|Japan Ministry of Environment||36.140673|139.469294||9.00||||||| +011206020|011206020|392011206020|WD|Permanent|6020|JPN Site 011206020|Active|MOE|Japan Ministry of Environment||36.140673|139.469294||9.00||||||| +011206020|011206020|392011206020|NOX|Permanent|6020|JPN Site 011206020|Active|MOE|Japan Ministry of Environment||36.140673|139.469294||9.00||||||| +011206020|011206020|392011206020|NO|Permanent|6020|JPN Site 011206020|Active|MOE|Japan Ministry of Environment||36.140673|139.469294||9.00||||||| +011207010|011207010|392011207010|NO2|Permanent|7010|JPN Site 011207010|Active|MOE|Japan Ministry of Environment||35.988182|139.080445||9.00||||||| +011207010|011207010|392011207010|SO2|Permanent|7010|JPN Site 011207010|Active|MOE|Japan Ministry of Environment||35.988182|139.080445||9.00||||||| +011207010|011207010|392011207010|WS|Permanent|7010|JPN Site 011207010|Active|MOE|Japan Ministry of Environment||35.988182|139.080445||9.00||||||| +011207010|011207010|392011207010|WD|Permanent|7010|JPN Site 011207010|Active|MOE|Japan Ministry of Environment||35.988182|139.080445||9.00||||||| +011207010|011207010|392011207010|NOX|Permanent|7010|JPN Site 011207010|Active|MOE|Japan Ministry of Environment||35.988182|139.080445||9.00||||||| +011207010|011207010|392011207010|NO|Permanent|7010|JPN Site 011207010|Active|MOE|Japan Ministry of Environment||35.988182|139.080445||9.00||||||| +011208060|011208060|392011208060|TEMP|Permanent|8060|JPN Site 011208060|Active|MOE|Japan Ministry of Environment||35.803765|139.519305||9.00||||||| +011208060|011208060|392011208060|WS|Permanent|8060|JPN Site 011208060|Active|MOE|Japan Ministry of Environment||35.803765|139.519305||9.00||||||| +011208060|011208060|392011208060|WD|Permanent|8060|JPN Site 011208060|Active|MOE|Japan Ministry of Environment||35.803765|139.519305||9.00||||||| +011208060|011208060|392011208060|RHUM|Permanent|8060|JPN Site 011208060|Active|MOE|Japan Ministry of Environment||35.803765|139.519305||9.00||||||| +011208060|011208060|392011208060|NOX|Permanent|8060|JPN Site 011208060|Active|MOE|Japan Ministry of Environment||35.803765|139.519305||9.00||||||| +011208060|011208060|392011208060|NO|Permanent|8060|JPN Site 011208060|Active|MOE|Japan Ministry of Environment||35.803765|139.519305||9.00||||||| +011208060|011208060|392011208060|NO2|Permanent|8060|JPN Site 011208060|Active|MOE|Japan Ministry of Environment||35.803765|139.519305||9.00||||||| +011208060|011208060|392011208060|SO2|Permanent|8060|JPN Site 011208060|Active|MOE|Japan Ministry of Environment||35.803765|139.519305||9.00||||||| +011208070|011208070|392011208070|NO2|Permanent|8070|JPN Site 011208070|Active|MOE|Japan Ministry of Environment||35.785432|139.439868||9.00||||||| +011208070|011208070|392011208070|NOX|Permanent|8070|JPN Site 011208070|Active|MOE|Japan Ministry of Environment||35.785432|139.439868||9.00||||||| +011208070|011208070|392011208070|NO|Permanent|8070|JPN Site 011208070|Active|MOE|Japan Ministry of Environment||35.785432|139.439868||9.00||||||| +011208070|011208070|392011208070|SO2|Permanent|8070|JPN Site 011208070|Active|MOE|Japan Ministry of Environment||35.785432|139.439868||9.00||||||| +011208070|011208070|392011208070|TEMP|Permanent|8070|JPN Site 011208070|Active|MOE|Japan Ministry of Environment||35.785432|139.439868||9.00||||||| +011208070|011208070|392011208070|WS|Permanent|8070|JPN Site 011208070|Active|MOE|Japan Ministry of Environment||35.785432|139.439868||9.00||||||| +011208070|011208070|392011208070|WD|Permanent|8070|JPN Site 011208070|Active|MOE|Japan Ministry of Environment||35.785432|139.439868||9.00||||||| +011208070|011208070|392011208070|RHUM|Permanent|8070|JPN Site 011208070|Active|MOE|Japan Ministry of Environment||35.785432|139.439868||9.00||||||| +011208090|011208090|392011208090|WS|Permanent|8090|JPN Site 011208090|Active|MOE|Japan Ministry of Environment||35.817929|139.480141||9.00||||||| +011208090|011208090|392011208090|WD|Permanent|8090|JPN Site 011208090|Active|MOE|Japan Ministry of Environment||35.817929|139.480141||9.00||||||| +011208090|011208090|392011208090|RHUM|Permanent|8090|JPN Site 011208090|Active|MOE|Japan Ministry of Environment||35.817929|139.480141||9.00||||||| +011208090|011208090|392011208090|TEMP|Permanent|8090|JPN Site 011208090|Active|MOE|Japan Ministry of Environment||35.817929|139.480141||9.00||||||| +011208520|011208520|392011208520|NO2|Permanent|8520|JPN Site 011208520|Active|MOE|Japan Ministry of Environment||35.795154|139.471532||9.00||||||| +011208520|011208520|392011208520|TEMP|Permanent|8520|JPN Site 011208520|Active|MOE|Japan Ministry of Environment||35.795154|139.471532||9.00||||||| +011208520|011208520|392011208520|RHUM|Permanent|8520|JPN Site 011208520|Active|MOE|Japan Ministry of Environment||35.795154|139.471532||9.00||||||| +011208520|011208520|392011208520|NOX|Permanent|8520|JPN Site 011208520|Active|MOE|Japan Ministry of Environment||35.795154|139.471532||9.00||||||| +011208520|011208520|392011208520|NO|Permanent|8520|JPN Site 011208520|Active|MOE|Japan Ministry of Environment||35.795154|139.471532||9.00||||||| +011208530|011208530|392011208530|NO2|Permanent|8530|JPN Site 011208530|Active|MOE|Japan Ministry of Environment||35.805430|139.409315||9.00||||||| +011208530|011208530|392011208530|CO|Permanent|8530|JPN Site 011208530|Active|MOE|Japan Ministry of Environment||35.805430|139.409315||9.00||||||| +011208530|011208530|392011208530|TEMP|Permanent|8530|JPN Site 011208530|Active|MOE|Japan Ministry of Environment||35.805430|139.409315||9.00||||||| +011208530|011208530|392011208530|WS|Permanent|8530|JPN Site 011208530|Active|MOE|Japan Ministry of Environment||35.805430|139.409315||9.00||||||| +011208530|011208530|392011208530|WD|Permanent|8530|JPN Site 011208530|Active|MOE|Japan Ministry of Environment||35.805430|139.409315||9.00||||||| +011208530|011208530|392011208530|RHUM|Permanent|8530|JPN Site 011208530|Active|MOE|Japan Ministry of Environment||35.805430|139.409315||9.00||||||| +011208530|011208530|392011208530|NOX|Permanent|8530|JPN Site 011208530|Active|MOE|Japan Ministry of Environment||35.805430|139.409315||9.00||||||| +011208530|011208530|392011208530|NO|Permanent|8530|JPN Site 011208530|Active|MOE|Japan Ministry of Environment||35.805430|139.409315||9.00||||||| +011209010|011209010|392011209010|NO2|Permanent|9010|JPN Site 011209010|Active|MOE|Japan Ministry of Environment||35.855423|139.328486||9.00||||||| +011209010|011209010|392011209010|WS|Permanent|9010|JPN Site 011209010|Active|MOE|Japan Ministry of Environment||35.855423|139.328486||9.00||||||| +011209010|011209010|392011209010|WD|Permanent|9010|JPN Site 011209010|Active|MOE|Japan Ministry of Environment||35.855423|139.328486||9.00||||||| +011209010|011209010|392011209010|NOX|Permanent|9010|JPN Site 011209010|Active|MOE|Japan Ministry of Environment||35.855423|139.328486||9.00||||||| +011209010|011209010|392011209010|NO|Permanent|9010|JPN Site 011209010|Active|MOE|Japan Ministry of Environment||35.855423|139.328486||9.00||||||| +011210010|011210010|392011210010|NO|Permanent|0010|JPN Site 011210010|Active|MOE|Japan Ministry of Environment||36.128731|139.582619||9.00||||||| +011210010|011210010|392011210010|NO2|Permanent|0010|JPN Site 011210010|Active|MOE|Japan Ministry of Environment||36.128731|139.582619||9.00||||||| +011210010|011210010|392011210010|WS|Permanent|0010|JPN Site 011210010|Active|MOE|Japan Ministry of Environment||36.128731|139.582619||9.00||||||| +011210010|011210010|392011210010|WD|Permanent|0010|JPN Site 011210010|Active|MOE|Japan Ministry of Environment||36.128731|139.582619||9.00||||||| +011210010|011210010|392011210010|NOX|Permanent|0010|JPN Site 011210010|Active|MOE|Japan Ministry of Environment||36.128731|139.582619||9.00||||||| +011211010|011211010|392011211010|WS|Permanent|1010|JPN Site 011211010|Active|MOE|Japan Ministry of Environment||36.237602|139.201256||9.00||||||| +011211010|011211010|392011211010|WD|Permanent|1010|JPN Site 011211010|Active|MOE|Japan Ministry of Environment||36.237602|139.201256||9.00||||||| +011211010|011211010|392011211010|NOX|Permanent|1010|JPN Site 011211010|Active|MOE|Japan Ministry of Environment||36.237602|139.201256||9.00||||||| +011211010|011211010|392011211010|NO|Permanent|1010|JPN Site 011211010|Active|MOE|Japan Ministry of Environment||36.237602|139.201256||9.00||||||| +011211010|011211010|392011211010|NO2|Permanent|1010|JPN Site 011211010|Active|MOE|Japan Ministry of Environment||36.237602|139.201256||9.00||||||| +011211010|011211010|392011211010|SO2|Permanent|1010|JPN Site 011211010|Active|MOE|Japan Ministry of Environment||36.237602|139.201256||9.00||||||| +011212020|011212020|392011212020|NO2|Permanent|2020|JPN Site 011212020|Active|MOE|Japan Ministry of Environment||36.031794|139.415970||9.00||||||| +011212020|011212020|392011212020|WS|Permanent|2020|JPN Site 011212020|Active|MOE|Japan Ministry of Environment||36.031794|139.415970||9.00||||||| +011212020|011212020|392011212020|WD|Permanent|2020|JPN Site 011212020|Active|MOE|Japan Ministry of Environment||36.031794|139.415970||9.00||||||| +011212020|011212020|392011212020|NOX|Permanent|2020|JPN Site 011212020|Active|MOE|Japan Ministry of Environment||36.031794|139.415970||9.00||||||| +011212020|011212020|392011212020|NO|Permanent|2020|JPN Site 011212020|Active|MOE|Japan Ministry of Environment||36.031794|139.415970||9.00||||||| +011212520|011212520|392011212520|NO|Permanent|2520|JPN Site 011212520|Active|MOE|Japan Ministry of Environment||36.052070|139.411247||9.00||||||| +011212520|011212520|392011212520|NO2|Permanent|2520|JPN Site 011212520|Active|MOE|Japan Ministry of Environment||36.052070|139.411247||9.00||||||| +011212520|011212520|392011212520|WS|Permanent|2520|JPN Site 011212520|Active|MOE|Japan Ministry of Environment||36.052070|139.411247||9.00||||||| +011212520|011212520|392011212520|WD|Permanent|2520|JPN Site 011212520|Active|MOE|Japan Ministry of Environment||36.052070|139.411247||9.00||||||| +011212520|011212520|392011212520|NOX|Permanent|2520|JPN Site 011212520|Active|MOE|Japan Ministry of Environment||36.052070|139.411247||9.00||||||| +011213010|011213010|392011213010|NO2|Permanent|3010|JPN Site 011213010|Active|MOE|Japan Ministry of Environment||35.953197|139.697895||9.00||||||| +011213010|011213010|392011213010|WS|Permanent|3010|JPN Site 011213010|Active|MOE|Japan Ministry of Environment||35.953197|139.697895||9.00||||||| +011213010|011213010|392011213010|WD|Permanent|3010|JPN Site 011213010|Active|MOE|Japan Ministry of Environment||35.953197|139.697895||9.00||||||| +011213010|011213010|392011213010|NOX|Permanent|3010|JPN Site 011213010|Active|MOE|Japan Ministry of Environment||35.953197|139.697895||9.00||||||| +011213010|011213010|392011213010|NO|Permanent|3010|JPN Site 011213010|Active|MOE|Japan Ministry of Environment||35.953197|139.697895||9.00||||||| +011214030|011214030|392011214030|NO2|Permanent|4030|JPN Site 011214030|Active|MOE|Japan Ministry of Environment||35.971807|139.745668||9.00||||||| +011214030|011214030|392011214030|SO2|Permanent|4030|JPN Site 011214030|Active|MOE|Japan Ministry of Environment||35.971807|139.745668||9.00||||||| +011214030|011214030|392011214030|WS|Permanent|4030|JPN Site 011214030|Active|MOE|Japan Ministry of Environment||35.971807|139.745668||9.00||||||| +011214030|011214030|392011214030|WD|Permanent|4030|JPN Site 011214030|Active|MOE|Japan Ministry of Environment||35.971807|139.745668||9.00||||||| +011214030|011214030|392011214030|NOX|Permanent|4030|JPN Site 011214030|Active|MOE|Japan Ministry of Environment||35.971807|139.745668||9.00||||||| +011214030|011214030|392011214030|NO|Permanent|4030|JPN Site 011214030|Active|MOE|Japan Ministry of Environment||35.971807|139.745668||9.00||||||| +011214510|011214510|392011214510|NO2|Permanent|4510|JPN Site 011214510|Active|MOE|Japan Ministry of Environment||35.955975|139.727337||9.00||||||| +011214510|011214510|392011214510|WS|Permanent|4510|JPN Site 011214510|Active|MOE|Japan Ministry of Environment||35.955975|139.727337||9.00||||||| +011214510|011214510|392011214510|WD|Permanent|4510|JPN Site 011214510|Active|MOE|Japan Ministry of Environment||35.955975|139.727337||9.00||||||| +011214510|011214510|392011214510|NOX|Permanent|4510|JPN Site 011214510|Active|MOE|Japan Ministry of Environment||35.955975|139.727337||9.00||||||| +011214510|011214510|392011214510|NO|Permanent|4510|JPN Site 011214510|Active|MOE|Japan Ministry of Environment||35.955975|139.727337||9.00||||||| +011215010|011215010|392011215010|NO2|Permanent|5010|JPN Site 011215010|Active|MOE|Japan Ministry of Environment||35.859591|139.448475||9.00||||||| +011215010|011215010|392011215010|WS|Permanent|5010|JPN Site 011215010|Active|MOE|Japan Ministry of Environment||35.859591|139.448475||9.00||||||| +011215010|011215010|392011215010|WD|Permanent|5010|JPN Site 011215010|Active|MOE|Japan Ministry of Environment||35.859591|139.448475||9.00||||||| +011215010|011215010|392011215010|NOX|Permanent|5010|JPN Site 011215010|Active|MOE|Japan Ministry of Environment||35.859591|139.448475||9.00||||||| +011215010|011215010|392011215010|NO|Permanent|5010|JPN Site 011215010|Active|MOE|Japan Ministry of Environment||35.859591|139.448475||9.00||||||| +011216010|011216010|392011216010|NO2|Permanent|6010|JPN Site 011216010|Active|MOE|Japan Ministry of Environment||36.174559|139.555952||9.00||||||| +011216010|011216010|392011216010|SO2|Permanent|6010|JPN Site 011216010|Active|MOE|Japan Ministry of Environment||36.174559|139.555952||9.00||||||| +011216010|011216010|392011216010|WS|Permanent|6010|JPN Site 011216010|Active|MOE|Japan Ministry of Environment||36.174559|139.555952||9.00||||||| +011216010|011216010|392011216010|WD|Permanent|6010|JPN Site 011216010|Active|MOE|Japan Ministry of Environment||36.174559|139.555952||9.00||||||| +011216010|011216010|392011216010|NOX|Permanent|6010|JPN Site 011216010|Active|MOE|Japan Ministry of Environment||36.174559|139.555952||9.00||||||| +011216010|011216010|392011216010|NO|Permanent|6010|JPN Site 011216010|Active|MOE|Japan Ministry of Environment||36.174559|139.555952||9.00||||||| +011217010|011217010|392011217010|NO2|Permanent|7010|JPN Site 011217010|Active|MOE|Japan Ministry of Environment||36.065681|139.521238||9.00||||||| +011217010|011217010|392011217010|SO2|Permanent|7010|JPN Site 011217010|Active|MOE|Japan Ministry of Environment||36.065681|139.521238||9.00||||||| +011217010|011217010|392011217010|TEMP|Permanent|7010|JPN Site 011217010|Active|MOE|Japan Ministry of Environment||36.065681|139.521238||9.00||||||| +011217010|011217010|392011217010|WS|Permanent|7010|JPN Site 011217010|Active|MOE|Japan Ministry of Environment||36.065681|139.521238||9.00||||||| +011217010|011217010|392011217010|WD|Permanent|7010|JPN Site 011217010|Active|MOE|Japan Ministry of Environment||36.065681|139.521238||9.00||||||| +011217010|011217010|392011217010|RHUM|Permanent|7010|JPN Site 011217010|Active|MOE|Japan Ministry of Environment||36.065681|139.521238||9.00||||||| +011217010|011217010|392011217010|NOX|Permanent|7010|JPN Site 011217010|Active|MOE|Japan Ministry of Environment||36.065681|139.521238||9.00||||||| +011217010|011217010|392011217010|NO|Permanent|7010|JPN Site 011217010|Active|MOE|Japan Ministry of Environment||36.065681|139.521238||9.00||||||| +011217510|011217510|392011217510|SO2|Permanent|7510|JPN Site 011217510|Active|MOE|Japan Ministry of Environment||36.061515|139.519294||9.00||||||| +011217510|011217510|392011217510|WS|Permanent|7510|JPN Site 011217510|Active|MOE|Japan Ministry of Environment||36.061515|139.519294||9.00||||||| +011217510|011217510|392011217510|WD|Permanent|7510|JPN Site 011217510|Active|MOE|Japan Ministry of Environment||36.061515|139.519294||9.00||||||| +011217510|011217510|392011217510|NOX|Permanent|7510|JPN Site 011217510|Active|MOE|Japan Ministry of Environment||36.061515|139.519294||9.00||||||| +011217510|011217510|392011217510|NO|Permanent|7510|JPN Site 011217510|Active|MOE|Japan Ministry of Environment||36.061515|139.519294||9.00||||||| +011217510|011217510|392011217510|NO2|Permanent|7510|JPN Site 011217510|Active|MOE|Japan Ministry of Environment||36.061515|139.519294||9.00||||||| +011218010|011218010|392011218010|NO2|Permanent|8010|JPN Site 011218010|Active|MOE|Japan Ministry of Environment||36.187053|139.279585||9.00||||||| +011218010|011218010|392011218010|WS|Permanent|8010|JPN Site 011218010|Active|MOE|Japan Ministry of Environment||36.187053|139.279585||9.00||||||| +011218010|011218010|392011218010|WD|Permanent|8010|JPN Site 011218010|Active|MOE|Japan Ministry of Environment||36.187053|139.279585||9.00||||||| +011218010|011218010|392011218010|NOX|Permanent|8010|JPN Site 011218010|Active|MOE|Japan Ministry of Environment||36.187053|139.279585||9.00||||||| +011218010|011218010|392011218010|NO|Permanent|8010|JPN Site 011218010|Active|MOE|Japan Ministry of Environment||36.187053|139.279585||9.00||||||| +011218510|011218510|392011218510|NO2|Permanent|8510|JPN Site 011218510|Active|MOE|Japan Ministry of Environment||36.195664|139.293473||9.00||||||| +011218510|011218510|392011218510|WS|Permanent|8510|JPN Site 011218510|Active|MOE|Japan Ministry of Environment||36.195664|139.293473||9.00||||||| +011218510|011218510|392011218510|WD|Permanent|8510|JPN Site 011218510|Active|MOE|Japan Ministry of Environment||36.195664|139.293473||9.00||||||| +011218510|011218510|392011218510|NOX|Permanent|8510|JPN Site 011218510|Active|MOE|Japan Ministry of Environment||36.195664|139.293473||9.00||||||| +011218510|011218510|392011218510|NO|Permanent|8510|JPN Site 011218510|Active|MOE|Japan Ministry of Environment||36.195664|139.293473||9.00||||||| +011219020|011219020|392011219020|NO2|Permanent|9020|JPN Site 011219020|Active|MOE|Japan Ministry of Environment||35.977081|139.571238||9.00||||||| +011219020|011219020|392011219020|SO2|Permanent|9020|JPN Site 011219020|Active|MOE|Japan Ministry of Environment||35.977081|139.571238||9.00||||||| +011219020|011219020|392011219020|WS|Permanent|9020|JPN Site 011219020|Active|MOE|Japan Ministry of Environment||35.977081|139.571238||9.00||||||| +011219020|011219020|392011219020|WD|Permanent|9020|JPN Site 011219020|Active|MOE|Japan Ministry of Environment||35.977081|139.571238||9.00||||||| +011219020|011219020|392011219020|NOX|Permanent|9020|JPN Site 011219020|Active|MOE|Japan Ministry of Environment||35.977081|139.571238||9.00||||||| +011219020|011219020|392011219020|NO|Permanent|9020|JPN Site 011219020|Active|MOE|Japan Ministry of Environment||35.977081|139.571238||9.00||||||| +011221050|011221050|392011221050|NO2|Permanent|1050|JPN Site 011221050|Active|MOE|Japan Ministry of Environment||35.829323|139.795670||9.00||||||| +011221050|011221050|392011221050|CO|Permanent|1050|JPN Site 011221050|Active|MOE|Japan Ministry of Environment||35.829323|139.795670||9.00||||||| +011221050|011221050|392011221050|SO2|Permanent|1050|JPN Site 011221050|Active|MOE|Japan Ministry of Environment||35.829323|139.795670||9.00||||||| +011221050|011221050|392011221050|TEMP|Permanent|1050|JPN Site 011221050|Active|MOE|Japan Ministry of Environment||35.829323|139.795670||9.00||||||| +011221050|011221050|392011221050|WS|Permanent|1050|JPN Site 011221050|Active|MOE|Japan Ministry of Environment||35.829323|139.795670||9.00||||||| +011221050|011221050|392011221050|WD|Permanent|1050|JPN Site 011221050|Active|MOE|Japan Ministry of Environment||35.829323|139.795670||9.00||||||| +011221050|011221050|392011221050|RHUM|Permanent|1050|JPN Site 011221050|Active|MOE|Japan Ministry of Environment||35.829323|139.795670||9.00||||||| +011221050|011221050|392011221050|NOX|Permanent|1050|JPN Site 011221050|Active|MOE|Japan Ministry of Environment||35.829323|139.795670||9.00||||||| +011221050|011221050|392011221050|NO|Permanent|1050|JPN Site 011221050|Active|MOE|Japan Ministry of Environment||35.829323|139.795670||9.00||||||| +011221510|011221510|392011221510|NO2|Permanent|1510|JPN Site 011221510|Active|MOE|Japan Ministry of Environment||35.838766|139.789837||9.00||||||| +011221510|011221510|392011221510|SO2|Permanent|1510|JPN Site 011221510|Active|MOE|Japan Ministry of Environment||35.838766|139.789837||9.00||||||| +011221510|011221510|392011221510|WS|Permanent|1510|JPN Site 011221510|Active|MOE|Japan Ministry of Environment||35.838766|139.789837||9.00||||||| +011221510|011221510|392011221510|WD|Permanent|1510|JPN Site 011221510|Active|MOE|Japan Ministry of Environment||35.838766|139.789837||9.00||||||| +011221510|011221510|392011221510|NOX|Permanent|1510|JPN Site 011221510|Active|MOE|Japan Ministry of Environment||35.838766|139.789837||9.00||||||| +011221510|011221510|392011221510|NO|Permanent|1510|JPN Site 011221510|Active|MOE|Japan Ministry of Environment||35.838766|139.789837||9.00||||||| +011221520|011221520|392011221520|WD|Permanent|1520|JPN Site 011221520|Active|MOE|Japan Ministry of Environment||35.847931|139.774004||9.00||||||| +011221520|011221520|392011221520|NOX|Permanent|1520|JPN Site 011221520|Active|MOE|Japan Ministry of Environment||35.847931|139.774004||9.00||||||| +011221520|011221520|392011221520|NO|Permanent|1520|JPN Site 011221520|Active|MOE|Japan Ministry of Environment||35.847931|139.774004||9.00||||||| +011221520|011221520|392011221520|NO2|Permanent|1520|JPN Site 011221520|Active|MOE|Japan Ministry of Environment||35.847931|139.774004||9.00||||||| +011221520|011221520|392011221520|WS|Permanent|1520|JPN Site 011221520|Active|MOE|Japan Ministry of Environment||35.847931|139.774004||9.00||||||| +011222020|011222020|392011222020|SO2|Permanent|2020|JPN Site 011222020|Active|MOE|Japan Ministry of Environment||35.896260|139.795389||9.00||||||| +011222020|011222020|392011222020|WS|Permanent|2020|JPN Site 011222020|Active|MOE|Japan Ministry of Environment||35.896260|139.795389||9.00||||||| +011222020|011222020|392011222020|WD|Permanent|2020|JPN Site 011222020|Active|MOE|Japan Ministry of Environment||35.896260|139.795389||9.00||||||| +011222020|011222020|392011222020|NOX|Permanent|2020|JPN Site 011222020|Active|MOE|Japan Ministry of Environment||35.896260|139.795389||9.00||||||| +011222020|011222020|392011222020|NO|Permanent|2020|JPN Site 011222020|Active|MOE|Japan Ministry of Environment||35.896260|139.795389||9.00||||||| +011222020|011222020|392011222020|NO2|Permanent|2020|JPN Site 011222020|Active|MOE|Japan Ministry of Environment||35.896260|139.795389||9.00||||||| +011222030|011222030|392011222030|NO2|Permanent|2030|JPN Site 011222030|Active|MOE|Japan Ministry of Environment||35.938199|139.762335||9.00||||||| +011222030|011222030|392011222030|CO|Permanent|2030|JPN Site 011222030|Active|MOE|Japan Ministry of Environment||35.938199|139.762335||9.00||||||| +011222030|011222030|392011222030|WS|Permanent|2030|JPN Site 011222030|Active|MOE|Japan Ministry of Environment||35.938199|139.762335||9.00||||||| +011222030|011222030|392011222030|WD|Permanent|2030|JPN Site 011222030|Active|MOE|Japan Ministry of Environment||35.938199|139.762335||9.00||||||| +011222030|011222030|392011222030|NOX|Permanent|2030|JPN Site 011222030|Active|MOE|Japan Ministry of Environment||35.938199|139.762335||9.00||||||| +011222030|011222030|392011222030|NO|Permanent|2030|JPN Site 011222030|Active|MOE|Japan Ministry of Environment||35.938199|139.762335||9.00||||||| +011224010|011224010|392011224010|WD|Permanent|4010|JPN Site 011224010|Active|MOE|Japan Ministry of Environment||35.818766|139.673181||9.00||||||| +011224010|011224010|392011224010|RHUM|Permanent|4010|JPN Site 011224010|Active|MOE|Japan Ministry of Environment||35.818766|139.673181||9.00||||||| +011224010|011224010|392011224010|NOX|Permanent|4010|JPN Site 011224010|Active|MOE|Japan Ministry of Environment||35.818766|139.673181||9.00||||||| +011224010|011224010|392011224010|NO|Permanent|4010|JPN Site 011224010|Active|MOE|Japan Ministry of Environment||35.818766|139.673181||9.00||||||| +011224010|011224010|392011224010|NO2|Permanent|4010|JPN Site 011224010|Active|MOE|Japan Ministry of Environment||35.818766|139.673181||9.00||||||| +011224010|011224010|392011224010|SO2|Permanent|4010|JPN Site 011224010|Active|MOE|Japan Ministry of Environment||35.818766|139.673181||9.00||||||| +011224010|011224010|392011224010|TEMP|Permanent|4010|JPN Site 011224010|Active|MOE|Japan Ministry of Environment||35.818766|139.673181||9.00||||||| +011224010|011224010|392011224010|WS|Permanent|4010|JPN Site 011224010|Active|MOE|Japan Ministry of Environment||35.818766|139.673181||9.00||||||| +011224510|011224510|392011224510|SO2|Permanent|4510|JPN Site 011224510|Active|MOE|Japan Ministry of Environment||35.820988|139.642906||9.00||||||| +011224510|011224510|392011224510|WS|Permanent|4510|JPN Site 011224510|Active|MOE|Japan Ministry of Environment||35.820988|139.642906||9.00||||||| +011224510|011224510|392011224510|WD|Permanent|4510|JPN Site 011224510|Active|MOE|Japan Ministry of Environment||35.820988|139.642906||9.00||||||| +011224510|011224510|392011224510|NOX|Permanent|4510|JPN Site 011224510|Active|MOE|Japan Ministry of Environment||35.820988|139.642906||9.00||||||| +011224510|011224510|392011224510|NO|Permanent|4510|JPN Site 011224510|Active|MOE|Japan Ministry of Environment||35.820988|139.642906||9.00||||||| +011224510|011224510|392011224510|NO2|Permanent|4510|JPN Site 011224510|Active|MOE|Japan Ministry of Environment||35.820988|139.642906||9.00||||||| +011224510|011224510|392011224510|CO|Permanent|4510|JPN Site 011224510|Active|MOE|Japan Ministry of Environment||35.820988|139.642906||9.00||||||| +011225010|011225010|392011225010|RHUM|Permanent|5010|JPN Site 011225010|Active|MOE|Japan Ministry of Environment||35.830982|139.395981||9.00||||||| +011225010|011225010|392011225010|NOX|Permanent|5010|JPN Site 011225010|Active|MOE|Japan Ministry of Environment||35.830982|139.395981||9.00||||||| +011225010|011225010|392011225010|NO|Permanent|5010|JPN Site 011225010|Active|MOE|Japan Ministry of Environment||35.830982|139.395981||9.00||||||| +011225010|011225010|392011225010|NO2|Permanent|5010|JPN Site 011225010|Active|MOE|Japan Ministry of Environment||35.830982|139.395981||9.00||||||| +011225010|011225010|392011225010|SO2|Permanent|5010|JPN Site 011225010|Active|MOE|Japan Ministry of Environment||35.830982|139.395981||9.00||||||| +011225010|011225010|392011225010|TEMP|Permanent|5010|JPN Site 011225010|Active|MOE|Japan Ministry of Environment||35.830982|139.395981||9.00||||||| +011225010|011225010|392011225010|WS|Permanent|5010|JPN Site 011225010|Active|MOE|Japan Ministry of Environment||35.830982|139.395981||9.00||||||| +011225010|011225010|392011225010|WD|Permanent|5010|JPN Site 011225010|Active|MOE|Japan Ministry of Environment||35.830982|139.395981||9.00||||||| +011225510|011225510|392011225510|WD|Permanent|5510|JPN Site 011225510|Active|MOE|Japan Ministry of Environment||35.830982|139.379871||9.00||||||| +011225510|011225510|392011225510|NOX|Permanent|5510|JPN Site 011225510|Active|MOE|Japan Ministry of Environment||35.830982|139.379871||9.00||||||| +011225510|011225510|392011225510|NO|Permanent|5510|JPN Site 011225510|Active|MOE|Japan Ministry of Environment||35.830982|139.379871||9.00||||||| +011225510|011225510|392011225510|NO2|Permanent|5510|JPN Site 011225510|Active|MOE|Japan Ministry of Environment||35.830982|139.379871||9.00||||||| +011225510|011225510|392011225510|CO|Permanent|5510|JPN Site 011225510|Active|MOE|Japan Ministry of Environment||35.830982|139.379871||9.00||||||| +011225510|011225510|392011225510|TEMP|Permanent|5510|JPN Site 011225510|Active|MOE|Japan Ministry of Environment||35.830982|139.379871||9.00||||||| +011225510|011225510|392011225510|WS|Permanent|5510|JPN Site 011225510|Active|MOE|Japan Ministry of Environment||35.830982|139.379871||9.00||||||| +011225510|011225510|392011225510|RHUM|Permanent|5510|JPN Site 011225510|Active|MOE|Japan Ministry of Environment||35.830982|139.379871||9.00||||||| +011227510|011227510|392011227510|WD|Permanent|7510|JPN Site 011227510|Active|MOE|Japan Ministry of Environment||35.788768|139.588467||9.00||||||| +011227510|011227510|392011227510|NOX|Permanent|7510|JPN Site 011227510|Active|MOE|Japan Ministry of Environment||35.788768|139.588467||9.00||||||| +011227510|011227510|392011227510|NO|Permanent|7510|JPN Site 011227510|Active|MOE|Japan Ministry of Environment||35.788768|139.588467||9.00||||||| +011227510|011227510|392011227510|NO2|Permanent|7510|JPN Site 011227510|Active|MOE|Japan Ministry of Environment||35.788768|139.588467||9.00||||||| +011227510|011227510|392011227510|CO|Permanent|7510|JPN Site 011227510|Active|MOE|Japan Ministry of Environment||35.788768|139.588467||9.00||||||| +011227510|011227510|392011227510|WS|Permanent|7510|JPN Site 011227510|Active|MOE|Japan Ministry of Environment||35.788768|139.588467||9.00||||||| +011229010|011229010|392011229010|NO2|Permanent|9010|JPN Site 011229010|Active|MOE|Japan Ministry of Environment||35.777936|139.618187||9.00||||||| +011229010|011229010|392011229010|WS|Permanent|9010|JPN Site 011229010|Active|MOE|Japan Ministry of Environment||35.777936|139.618187||9.00||||||| +011229010|011229010|392011229010|WD|Permanent|9010|JPN Site 011229010|Active|MOE|Japan Ministry of Environment||35.777936|139.618187||9.00||||||| +011229010|011229010|392011229010|NOX|Permanent|9010|JPN Site 011229010|Active|MOE|Japan Ministry of Environment||35.777936|139.618187||9.00||||||| +011229010|011229010|392011229010|NO|Permanent|9010|JPN Site 011229010|Active|MOE|Japan Ministry of Environment||35.777936|139.618187||9.00||||||| +011229510|011229510|392011229510|NO2|Permanent|9510|JPN Site 011229510|Active|MOE|Japan Ministry of Environment||35.779603|139.614576||9.00||||||| +011229510|011229510|392011229510|WS|Permanent|9510|JPN Site 011229510|Active|MOE|Japan Ministry of Environment||35.779603|139.614576||9.00||||||| +011229510|011229510|392011229510|WD|Permanent|9510|JPN Site 011229510|Active|MOE|Japan Ministry of Environment||35.779603|139.614576||9.00||||||| +011229510|011229510|392011229510|NOX|Permanent|9510|JPN Site 011229510|Active|MOE|Japan Ministry of Environment||35.779603|139.614576||9.00||||||| +011229510|011229510|392011229510|NO|Permanent|9510|JPN Site 011229510|Active|MOE|Japan Ministry of Environment||35.779603|139.614576||9.00||||||| +011230070|011230070|392011230070|WS|Permanent|0070|JPN Site 011230070|Active|MOE|Japan Ministry of Environment||35.779324|139.555692||9.00||||||| +011230070|011230070|392011230070|WD|Permanent|0070|JPN Site 011230070|Active|MOE|Japan Ministry of Environment||35.779324|139.555692||9.00||||||| +011230070|011230070|392011230070|NOX|Permanent|0070|JPN Site 011230070|Active|MOE|Japan Ministry of Environment||35.779324|139.555692||9.00||||||| +011230070|011230070|392011230070|NO|Permanent|0070|JPN Site 011230070|Active|MOE|Japan Ministry of Environment||35.779324|139.555692||9.00||||||| +011230070|011230070|392011230070|NO2|Permanent|0070|JPN Site 011230070|Active|MOE|Japan Ministry of Environment||35.779324|139.555692||9.00||||||| +011230070|011230070|392011230070|SO2|Permanent|0070|JPN Site 011230070|Active|MOE|Japan Ministry of Environment||35.779324|139.555692||9.00||||||| +011232010|011232010|392011232010|NOX|Permanent|2010|JPN Site 011232010|Active|MOE|Japan Ministry of Environment||36.064851|139.661504||9.00||||||| +011232010|011232010|392011232010|NO|Permanent|2010|JPN Site 011232010|Active|MOE|Japan Ministry of Environment||36.064851|139.661504||9.00||||||| +011232010|011232010|392011232010|NO2|Permanent|2010|JPN Site 011232010|Active|MOE|Japan Ministry of Environment||36.064851|139.661504||9.00||||||| +011232010|011232010|392011232010|WS|Permanent|2010|JPN Site 011232010|Active|MOE|Japan Ministry of Environment||36.064851|139.661504||9.00||||||| +011232010|011232010|392011232010|WD|Permanent|2010|JPN Site 011232010|Active|MOE|Japan Ministry of Environment||36.064851|139.661504||9.00||||||| +011232510|011232510|392011232510|NOX|Permanent|2510|JPN Site 011232510|Active|MOE|Japan Ministry of Environment||36.075405|139.665670||9.00||||||| +011232510|011232510|392011232510|NO|Permanent|2510|JPN Site 011232510|Active|MOE|Japan Ministry of Environment||36.075405|139.665670||9.00||||||| +011232510|011232510|392011232510|NO2|Permanent|2510|JPN Site 011232510|Active|MOE|Japan Ministry of Environment||36.075405|139.665670||9.00||||||| +011232510|011232510|392011232510|WS|Permanent|2510|JPN Site 011232510|Active|MOE|Japan Ministry of Environment||36.075405|139.665670||9.00||||||| +011232510|011232510|392011232510|WD|Permanent|2510|JPN Site 011232510|Active|MOE|Japan Ministry of Environment||36.075405|139.665670||9.00||||||| +011234010|011234010|392011234010|NO2|Permanent|4010|JPN Site 011234010|Active|MOE|Japan Ministry of Environment||35.822657|139.839278||9.00||||||| +011234010|011234010|392011234010|SO2|Permanent|4010|JPN Site 011234010|Active|MOE|Japan Ministry of Environment||35.822657|139.839278||9.00||||||| +011234010|011234010|392011234010|WS|Permanent|4010|JPN Site 011234010|Active|MOE|Japan Ministry of Environment||35.822657|139.839278||9.00||||||| +011234010|011234010|392011234010|WD|Permanent|4010|JPN Site 011234010|Active|MOE|Japan Ministry of Environment||35.822657|139.839278||9.00||||||| +011234010|011234010|392011234010|NOX|Permanent|4010|JPN Site 011234010|Active|MOE|Japan Ministry of Environment||35.822657|139.839278||9.00||||||| +011234010|011234010|392011234010|NO|Permanent|4010|JPN Site 011234010|Active|MOE|Japan Ministry of Environment||35.822657|139.839278||9.00||||||| +011235010|011235010|392011235010|NO2|Permanent|5010|JPN Site 011235010|Active|MOE|Japan Ministry of Environment||35.856815|139.549023||9.00||||||| +011235010|011235010|392011235010|WS|Permanent|5010|JPN Site 011235010|Active|MOE|Japan Ministry of Environment||35.856815|139.549023||9.00||||||| +011235010|011235010|392011235010|WD|Permanent|5010|JPN Site 011235010|Active|MOE|Japan Ministry of Environment||35.856815|139.549023||9.00||||||| +011235010|011235010|392011235010|NOX|Permanent|5010|JPN Site 011235010|Active|MOE|Japan Ministry of Environment||35.856815|139.549023||9.00||||||| +011235010|011235010|392011235010|NO|Permanent|5010|JPN Site 011235010|Active|MOE|Japan Ministry of Environment||35.856815|139.549023||9.00||||||| +011237020|011237020|392011237020|NO|Permanent|7020|JPN Site 011237020|Active|MOE|Japan Ministry of Environment||35.844323|139.881773||9.00||||||| +011237020|011237020|392011237020|NO2|Permanent|7020|JPN Site 011237020|Active|MOE|Japan Ministry of Environment||35.844323|139.881773||9.00||||||| +011237020|011237020|392011237020|SO2|Permanent|7020|JPN Site 011237020|Active|MOE|Japan Ministry of Environment||35.844323|139.881773||9.00||||||| +011237020|011237020|392011237020|WS|Permanent|7020|JPN Site 011237020|Active|MOE|Japan Ministry of Environment||35.844323|139.881773||9.00||||||| +011237020|011237020|392011237020|WD|Permanent|7020|JPN Site 011237020|Active|MOE|Japan Ministry of Environment||35.844323|139.881773||9.00||||||| +011237020|011237020|392011237020|NOX|Permanent|7020|JPN Site 011237020|Active|MOE|Japan Ministry of Environment||35.844323|139.881773||9.00||||||| +011238010|011238010|392011238010|WS|Permanent|8010|JPN Site 011238010|Active|MOE|Japan Ministry of Environment||35.975971|139.646231||9.00||||||| +011238010|011238010|392011238010|WD|Permanent|8010|JPN Site 011238010|Active|MOE|Japan Ministry of Environment||35.975971|139.646231||9.00||||||| +011238010|011238010|392011238010|NOX|Permanent|8010|JPN Site 011238010|Active|MOE|Japan Ministry of Environment||35.975971|139.646231||9.00||||||| +011238010|011238010|392011238010|NO|Permanent|8010|JPN Site 011238010|Active|MOE|Japan Ministry of Environment||35.975971|139.646231||9.00||||||| +011238010|011238010|392011238010|NO2|Permanent|8010|JPN Site 011238010|Active|MOE|Japan Ministry of Environment||35.975971|139.646231||9.00||||||| +011239010|011239010|392011239010|NO2|Permanent|9010|JPN Site 011239010|Active|MOE|Japan Ministry of Environment||35.970967|139.401530||9.00||||||| +011239010|011239010|392011239010|WS|Permanent|9010|JPN Site 011239010|Active|MOE|Japan Ministry of Environment||35.970967|139.401530||9.00||||||| +011239010|011239010|392011239010|WD|Permanent|9010|JPN Site 011239010|Active|MOE|Japan Ministry of Environment||35.970967|139.401530||9.00||||||| +011239010|011239010|392011239010|NOX|Permanent|9010|JPN Site 011239010|Active|MOE|Japan Ministry of Environment||35.970967|139.401530||9.00||||||| +011239010|011239010|392011239010|NO|Permanent|9010|JPN Site 011239010|Active|MOE|Japan Ministry of Environment||35.970967|139.401530||9.00||||||| +011240010|011240010|392011240010|NO2|Permanent|0010|JPN Site 011240010|Active|MOE|Japan Ministry of Environment||36.074851|139.731775||9.00||||||| +011240010|011240010|392011240010|NOX|Permanent|0010|JPN Site 011240010|Active|MOE|Japan Ministry of Environment||36.074851|139.731775||9.00||||||| +011240010|011240010|392011240010|NO|Permanent|0010|JPN Site 011240010|Active|MOE|Japan Ministry of Environment||36.074851|139.731775||9.00||||||| +011240010|011240010|392011240010|SO2|Permanent|0010|JPN Site 011240010|Active|MOE|Japan Ministry of Environment||36.074851|139.731775||9.00||||||| +011240010|011240010|392011240010|TEMP|Permanent|0010|JPN Site 011240010|Active|MOE|Japan Ministry of Environment||36.074851|139.731775||9.00||||||| +011240010|011240010|392011240010|WS|Permanent|0010|JPN Site 011240010|Active|MOE|Japan Ministry of Environment||36.074851|139.731775||9.00||||||| +011240010|011240010|392011240010|WD|Permanent|0010|JPN Site 011240010|Active|MOE|Japan Ministry of Environment||36.074851|139.731775||9.00||||||| +011240010|011240010|392011240010|RHUM|Permanent|0010|JPN Site 011240010|Active|MOE|Japan Ministry of Environment||36.074851|139.731775||9.00||||||| +011241510|011241510|392011241510|NO2|Permanent|1510|JPN Site 011241510|Active|MOE|Japan Ministry of Environment||35.930972|139.399865||9.00||||||| +011241510|011241510|392011241510|WS|Permanent|1510|JPN Site 011241510|Active|MOE|Japan Ministry of Environment||35.930972|139.399865||9.00||||||| +011241510|011241510|392011241510|WD|Permanent|1510|JPN Site 011241510|Active|MOE|Japan Ministry of Environment||35.930972|139.399865||9.00||||||| +011241510|011241510|392011241510|NOX|Permanent|1510|JPN Site 011241510|Active|MOE|Japan Ministry of Environment||35.930972|139.399865||9.00||||||| +011241510|011241510|392011241510|NO|Permanent|1510|JPN Site 011241510|Active|MOE|Japan Ministry of Environment||35.930972|139.399865||9.00||||||| +011250004|011250004|001011250004|PM2.5|Permanent|0004|TUSC PM|Inactive|AL1|Alabama Department of Environmental Management|R4|33.189941|-87.484200|133.000|-6.00|US|46220| Tuscaloosa, AL |01|AL|125|TUSCALOOSA +011250010|011250010|001011250010|O3|Permanent|0010|TUSCALOO|Inactive|AL1|Alabama Department of Environmental Management|R4|33.089400|-87.459700||-6.00|US|46220| Tuscaloosa, AL |01|AL|125|TUSCALOOSA +001011250011|011250011|001011250011|O3|Permanent|0011|Duncanville Middle School|Active|AL1|Alabama Department of Environmental Management|R4|33.095379|-87.481507||-6.00|US|46220| Tuscaloosa, AL |01|AL|125|TUSCALOOSA +011326010|011326010|392011326010|RHUM|Permanent|6010|JPN Site 011326010|Active|MOE|Japan Ministry of Environment||35.965133|139.322370||9.00||||||| +011326010|011326010|392011326010|NOX|Permanent|6010|JPN Site 011326010|Active|MOE|Japan Ministry of Environment||35.965133|139.322370||9.00||||||| +011326010|011326010|392011326010|NO|Permanent|6010|JPN Site 011326010|Active|MOE|Japan Ministry of Environment||35.965133|139.322370||9.00||||||| +011326010|011326010|392011326010|NO2|Permanent|6010|JPN Site 011326010|Active|MOE|Japan Ministry of Environment||35.965133|139.322370||9.00||||||| +011326010|011326010|392011326010|TEMP|Permanent|6010|JPN Site 011326010|Active|MOE|Japan Ministry of Environment||35.965133|139.322370||9.00||||||| +011326010|011326010|392011326010|WS|Permanent|6010|JPN Site 011326010|Active|MOE|Japan Ministry of Environment||35.965133|139.322370||9.00||||||| +011326010|011326010|392011326010|WD|Permanent|6010|JPN Site 011326010|Active|MOE|Japan Ministry of Environment||35.965133|139.322370||9.00||||||| +011329010|011329010|392011329010|WD|Permanent|9010|JPN Site 011329010|Active|MOE|Japan Ministry of Environment||35.893197|139.343483||9.00||||||| +011329010|011329010|392011329010|NOX|Permanent|9010|JPN Site 011329010|Active|MOE|Japan Ministry of Environment||35.893197|139.343483||9.00||||||| +011329010|011329010|392011329010|NO|Permanent|9010|JPN Site 011329010|Active|MOE|Japan Ministry of Environment||35.893197|139.343483||9.00||||||| +011329010|011329010|392011329010|NO2|Permanent|9010|JPN Site 011329010|Active|MOE|Japan Ministry of Environment||35.893197|139.343483||9.00||||||| +011329010|011329010|392011329010|SO2|Permanent|9010|JPN Site 011329010|Active|MOE|Japan Ministry of Environment||35.893197|139.343483||9.00||||||| +011329010|011329010|392011329010|WS|Permanent|9010|JPN Site 011329010|Active|MOE|Japan Ministry of Environment||35.893197|139.343483||9.00||||||| +011343010|011343010|392011343010|NO2|Permanent|3010|JPN Site 011343010|Active|MOE|Japan Ministry of Environment||36.060955|139.260426||9.00||||||| +011343010|011343010|392011343010|WS|Permanent|3010|JPN Site 011343010|Active|MOE|Japan Ministry of Environment||36.060955|139.260426||9.00||||||| +011343010|011343010|392011343010|WD|Permanent|3010|JPN Site 011343010|Active|MOE|Japan Ministry of Environment||36.060955|139.260426||9.00||||||| +011343010|011343010|392011343010|NOX|Permanent|3010|JPN Site 011343010|Active|MOE|Japan Ministry of Environment||36.060955|139.260426||9.00||||||| +011343010|011343010|392011343010|NO|Permanent|3010|JPN Site 011343010|Active|MOE|Japan Ministry of Environment||36.060955|139.260426||9.00||||||| +011344010|011344010|392011344010|TEMP|Permanent|4010|JPN Site 011344010|Active|MOE|Japan Ministry of Environment||36.005404|139.190712||9.00||||||| +011344010|011344010|392011344010|WS|Permanent|4010|JPN Site 011344010|Active|MOE|Japan Ministry of Environment||36.005404|139.190712||9.00||||||| +011344010|011344010|392011344010|WD|Permanent|4010|JPN Site 011344010|Active|MOE|Japan Ministry of Environment||36.005404|139.190712||9.00||||||| +011344010|011344010|392011344010|RHUM|Permanent|4010|JPN Site 011344010|Active|MOE|Japan Ministry of Environment||36.005404|139.190712||9.00||||||| +011344010|011344010|392011344010|NOX|Permanent|4010|JPN Site 011344010|Active|MOE|Japan Ministry of Environment||36.005404|139.190712||9.00||||||| +011344010|011344010|392011344010|NO|Permanent|4010|JPN Site 011344010|Active|MOE|Japan Ministry of Environment||36.005404|139.190712||9.00||||||| +011344010|011344010|392011344010|NO2|Permanent|4010|JPN Site 011344010|Active|MOE|Japan Ministry of Environment||36.005404|139.190712||9.00||||||| +011344010|011344010|392011344010|CO|Permanent|4010|JPN Site 011344010|Active|MOE|Japan Ministry of Environment||36.005404|139.190712||9.00||||||| +011344010|011344010|392011344010|SO2|Permanent|4010|JPN Site 011344010|Active|MOE|Japan Ministry of Environment||36.005404|139.190712||9.00||||||| +011346510|011346510|392011346510|NOX|Permanent|6510|JPN Site 011346510|Active|MOE|Japan Ministry of Environment||35.982634|139.458191||9.00||||||| +011346510|011346510|392011346510|NO|Permanent|6510|JPN Site 011346510|Active|MOE|Japan Ministry of Environment||35.982634|139.458191||9.00||||||| +011346510|011346510|392011346510|NO2|Permanent|6510|JPN Site 011346510|Active|MOE|Japan Ministry of Environment||35.982634|139.458191||9.00||||||| +011346510|011346510|392011346510|WS|Permanent|6510|JPN Site 011346510|Active|MOE|Japan Ministry of Environment||35.982634|139.458191||9.00||||||| +011346510|011346510|392011346510|WD|Permanent|6510|JPN Site 011346510|Active|MOE|Japan Ministry of Environment||35.982634|139.458191||9.00||||||| +011362010|011362010|392011362010|NOX|Permanent|2010|JPN Site 011362010|Active|MOE|Japan Ministry of Environment||36.074562|139.095995||9.00||||||| +011362010|011362010|392011362010|NO|Permanent|2010|JPN Site 011362010|Active|MOE|Japan Ministry of Environment||36.074562|139.095995||9.00||||||| +011362010|011362010|392011362010|NO2|Permanent|2010|JPN Site 011362010|Active|MOE|Japan Ministry of Environment||36.074562|139.095995||9.00||||||| +011362010|011362010|392011362010|WS|Permanent|2010|JPN Site 011362010|Active|MOE|Japan Ministry of Environment||36.074562|139.095995||9.00||||||| +011362010|011362010|392011362010|WD|Permanent|2010|JPN Site 011362010|Active|MOE|Japan Ministry of Environment||36.074562|139.095995||9.00||||||| +011382010|011382010|392011382010|NO2|Permanent|2010|JPN Site 011382010|Active|MOE|Japan Ministry of Environment||36.190384|139.134042||9.00||||||| +011382010|011382010|392011382010|TEMP|Permanent|2010|JPN Site 011382010|Active|MOE|Japan Ministry of Environment||36.190384|139.134042||9.00||||||| +011382010|011382010|392011382010|WS|Permanent|2010|JPN Site 011382010|Active|MOE|Japan Ministry of Environment||36.190384|139.134042||9.00||||||| +011382010|011382010|392011382010|WD|Permanent|2010|JPN Site 011382010|Active|MOE|Japan Ministry of Environment||36.190384|139.134042||9.00||||||| +011382010|011382010|392011382010|RHUM|Permanent|2010|JPN Site 011382010|Active|MOE|Japan Ministry of Environment||36.190384|139.134042||9.00||||||| +011382010|011382010|392011382010|NOX|Permanent|2010|JPN Site 011382010|Active|MOE|Japan Ministry of Environment||36.190384|139.134042||9.00||||||| +011382010|011382010|392011382010|NO|Permanent|2010|JPN Site 011382010|Active|MOE|Japan Ministry of Environment||36.190384|139.134042||9.00||||||| +011403010|011403010|392011403010|NO2|Permanent|3010|JPN Site 011403010|Active|MOE|Japan Ministry of Environment||36.223162|139.381520||9.00||||||| +011403010|011403010|392011403010|WS|Permanent|3010|JPN Site 011403010|Active|MOE|Japan Ministry of Environment||36.223162|139.381520||9.00||||||| +011403010|011403010|392011403010|WD|Permanent|3010|JPN Site 011403010|Active|MOE|Japan Ministry of Environment||36.223162|139.381520||9.00||||||| +011403010|011403010|392011403010|NOX|Permanent|3010|JPN Site 011403010|Active|MOE|Japan Ministry of Environment||36.223162|139.381520||9.00||||||| +011403010|011403010|392011403010|NO|Permanent|3010|JPN Site 011403010|Active|MOE|Japan Ministry of Environment||36.223162|139.381520||9.00||||||| +011408010|011408010|392011408010|WS|Permanent|8010|JPN Site 011408010|Active|MOE|Japan Ministry of Environment||36.115393|139.186263||9.00||||||| +011408010|011408010|392011408010|WD|Permanent|8010|JPN Site 011408010|Active|MOE|Japan Ministry of Environment||36.115393|139.186263||9.00||||||| +011408010|011408010|392011408010|NOX|Permanent|8010|JPN Site 011408010|Active|MOE|Japan Ministry of Environment||36.115393|139.186263||9.00||||||| +011408010|011408010|392011408010|NO|Permanent|8010|JPN Site 011408010|Active|MOE|Japan Ministry of Environment||36.115393|139.186263||9.00||||||| +011408010|011408010|392011408010|NO2|Permanent|8010|JPN Site 011408010|Active|MOE|Japan Ministry of Environment||36.115393|139.186263||9.00||||||| +011408010|011408010|392011408010|SO2|Permanent|8010|JPN Site 011408010|Active|MOE|Japan Ministry of Environment||36.115393|139.186263||9.00||||||| +011408510|011408510|392011408510|NO2|Permanent|8510|JPN Site 011408510|Active|MOE|Japan Ministry of Environment||36.122337|139.207650||9.00||||||| +011408510|011408510|392011408510|WS|Permanent|8510|JPN Site 011408510|Active|MOE|Japan Ministry of Environment||36.122337|139.207650||9.00||||||| +011408510|011408510|392011408510|WD|Permanent|8510|JPN Site 011408510|Active|MOE|Japan Ministry of Environment||36.122337|139.207650||9.00||||||| +011408510|011408510|392011408510|NOX|Permanent|8510|JPN Site 011408510|Active|MOE|Japan Ministry of Environment||36.122337|139.207650||9.00||||||| +011408510|011408510|392011408510|NO|Permanent|8510|JPN Site 011408510|Active|MOE|Japan Ministry of Environment||36.122337|139.207650||9.00||||||| +011421010|011421010|392011421010|NO2|Permanent|1010|JPN Site 011421010|Active|MOE|Japan Ministry of Environment||36.084291|139.560400||9.00||||||| +011421010|011421010|392011421010|SO2|Permanent|1010|JPN Site 011421010|Active|MOE|Japan Ministry of Environment||36.084291|139.560400||9.00||||||| +011421010|011421010|392011421010|TEMP|Permanent|1010|JPN Site 011421010|Active|MOE|Japan Ministry of Environment||36.084291|139.560400||9.00||||||| +011421010|011421010|392011421010|WS|Permanent|1010|JPN Site 011421010|Active|MOE|Japan Ministry of Environment||36.084291|139.560400||9.00||||||| +011421010|011421010|392011421010|WD|Permanent|1010|JPN Site 011421010|Active|MOE|Japan Ministry of Environment||36.084291|139.560400||9.00||||||| +011421010|011421010|392011421010|RHUM|Permanent|1010|JPN Site 011421010|Active|MOE|Japan Ministry of Environment||36.084291|139.560400||9.00||||||| +011421010|011421010|392011421010|NOX|Permanent|1010|JPN Site 011421010|Active|MOE|Japan Ministry of Environment||36.084291|139.560400||9.00||||||| +011421010|011421010|392011421010|NO|Permanent|1010|JPN Site 011421010|Active|MOE|Japan Ministry of Environment||36.084291|139.560400||9.00||||||| +011442010|011442010|392011442010|WS|Permanent|2010|JPN Site 011442010|Active|MOE|Japan Ministry of Environment||36.030411|139.712890||9.00||||||| +011442010|011442010|392011442010|WD|Permanent|2010|JPN Site 011442010|Active|MOE|Japan Ministry of Environment||36.030411|139.712890||9.00||||||| +011442010|011442010|392011442010|RHUM|Permanent|2010|JPN Site 011442010|Active|MOE|Japan Ministry of Environment||36.030411|139.712890||9.00||||||| +011442010|011442010|392011442010|NOX|Permanent|2010|JPN Site 011442010|Active|MOE|Japan Ministry of Environment||36.030411|139.712890||9.00||||||| +011442010|011442010|392011442010|NO|Permanent|2010|JPN Site 011442010|Active|MOE|Japan Ministry of Environment||36.030411|139.712890||9.00||||||| +011442010|011442010|392011442010|NO2|Permanent|2010|JPN Site 011442010|Active|MOE|Japan Ministry of Environment||36.030411|139.712890||9.00||||||| +011442010|011442010|392011442010|TEMP|Permanent|2010|JPN Site 011442010|Active|MOE|Japan Ministry of Environment||36.030411|139.712890||9.00||||||| +012105010|012105010|392012105010|WD|Permanent|5010|JPN Site 012105010|Active|MOE|Japan Ministry of Environment||35.557692|140.169818||9.00||||||| +012105010|012105010|392012105010|NOX|Permanent|5010|JPN Site 012105010|Active|MOE|Japan Ministry of Environment||35.557692|140.169818||9.00||||||| +012105010|012105010|392012105010|NO|Permanent|5010|JPN Site 012105010|Active|MOE|Japan Ministry of Environment||35.557692|140.169818||9.00||||||| +012105010|012105010|392012105010|NO2|Permanent|5010|JPN Site 012105010|Active|MOE|Japan Ministry of Environment||35.557692|140.169818||9.00||||||| +012105010|012105010|392012105010|WS|Permanent|5010|JPN Site 012105010|Active|MOE|Japan Ministry of Environment||35.557692|140.169818||9.00||||||| +012201010|012201010|392012201010|RHUM|Permanent|1010|JPN Site 012201010|Active|MOE|Japan Ministry of Environment||35.697120|140.095096||9.00||||||| +012201010|012201010|392012201010|NOX|Permanent|1010|JPN Site 012201010|Active|MOE|Japan Ministry of Environment||35.697120|140.095096||9.00||||||| +012201010|012201010|392012201010|NO2|Permanent|1010|JPN Site 012201010|Active|MOE|Japan Ministry of Environment||35.697120|140.095096||9.00||||||| +012201010|012201010|392012201010|NO|Permanent|1010|JPN Site 012201010|Active|MOE|Japan Ministry of Environment||35.697120|140.095096||9.00||||||| +012201010|012201010|392012201010|SO2|Permanent|1010|JPN Site 012201010|Active|MOE|Japan Ministry of Environment||35.697120|140.095096||9.00||||||| +012201010|012201010|392012201010|TEMP|Permanent|1010|JPN Site 012201010|Active|MOE|Japan Ministry of Environment||35.697120|140.095096||9.00||||||| +012201010|012201010|392012201010|WS|Permanent|1010|JPN Site 012201010|Active|MOE|Japan Ministry of Environment||35.697120|140.095096||9.00||||||| +012201010|012201010|392012201010|WD|Permanent|1010|JPN Site 012201010|Active|MOE|Japan Ministry of Environment||35.697120|140.095096||9.00||||||| +012201020|012201020|392012201020|NO2|Permanent|1020|JPN Site 012201020|Active|MOE|Japan Ministry of Environment||35.652680|140.064267||9.00||||||| +012201020|012201020|392012201020|WS|Permanent|1020|JPN Site 012201020|Active|MOE|Japan Ministry of Environment||35.652680|140.064267||9.00||||||| +012201020|012201020|392012201020|WD|Permanent|1020|JPN Site 012201020|Active|MOE|Japan Ministry of Environment||35.652680|140.064267||9.00||||||| +012201020|012201020|392012201020|NOX|Permanent|1020|JPN Site 012201020|Active|MOE|Japan Ministry of Environment||35.652680|140.064267||9.00||||||| +012201020|012201020|392012201020|NO|Permanent|1020|JPN Site 012201020|Active|MOE|Japan Ministry of Environment||35.652680|140.064267||9.00||||||| +012201040|012201040|392012201040|RHUM|Permanent|1040|JPN Site 012201040|Active|MOE|Japan Ministry of Environment||35.667957|140.139816||9.00||||||| +012201040|012201040|392012201040|NOX|Permanent|1040|JPN Site 012201040|Active|MOE|Japan Ministry of Environment||35.667957|140.139816||9.00||||||| +012201040|012201040|392012201040|NO|Permanent|1040|JPN Site 012201040|Active|MOE|Japan Ministry of Environment||35.667957|140.139816||9.00||||||| +012201040|012201040|392012201040|NO2|Permanent|1040|JPN Site 012201040|Active|MOE|Japan Ministry of Environment||35.667957|140.139816||9.00||||||| +012201040|012201040|392012201040|TEMP|Permanent|1040|JPN Site 012201040|Active|MOE|Japan Ministry of Environment||35.667957|140.139816||9.00||||||| +012201040|012201040|392012201040|WS|Permanent|1040|JPN Site 012201040|Active|MOE|Japan Ministry of Environment||35.667957|140.139816||9.00||||||| +012201040|012201040|392012201040|WD|Permanent|1040|JPN Site 012201040|Active|MOE|Japan Ministry of Environment||35.667957|140.139816||9.00||||||| +012201050|012201050|392012201050|NO2|Permanent|1050|JPN Site 012201050|Active|MOE|Japan Ministry of Environment||35.657124|140.094542||9.00||||||| +012201050|012201050|392012201050|SO2|Permanent|1050|JPN Site 012201050|Active|MOE|Japan Ministry of Environment||35.657124|140.094542||9.00||||||| +012201050|012201050|392012201050|TEMP|Permanent|1050|JPN Site 012201050|Active|MOE|Japan Ministry of Environment||35.657124|140.094542||9.00||||||| +012201050|012201050|392012201050|WS|Permanent|1050|JPN Site 012201050|Active|MOE|Japan Ministry of Environment||35.657124|140.094542||9.00||||||| +012201050|012201050|392012201050|WD|Permanent|1050|JPN Site 012201050|Active|MOE|Japan Ministry of Environment||35.657124|140.094542||9.00||||||| +012201050|012201050|392012201050|RHUM|Permanent|1050|JPN Site 012201050|Active|MOE|Japan Ministry of Environment||35.657124|140.094542||9.00||||||| +012201050|012201050|392012201050|NOX|Permanent|1050|JPN Site 012201050|Active|MOE|Japan Ministry of Environment||35.657124|140.094542||9.00||||||| +012201050|012201050|392012201050|NO|Permanent|1050|JPN Site 012201050|Active|MOE|Japan Ministry of Environment||35.657124|140.094542||9.00||||||| +012201070|012201070|392012201070|WS|Permanent|1070|JPN Site 012201070|Active|MOE|Japan Ministry of Environment||35.600465|140.178427||9.00||||||| +012201070|012201070|392012201070|WD|Permanent|1070|JPN Site 012201070|Active|MOE|Japan Ministry of Environment||35.600465|140.178427||9.00||||||| +012201070|012201070|392012201070|NOX|Permanent|1070|JPN Site 012201070|Active|MOE|Japan Ministry of Environment||35.600465|140.178427||9.00||||||| +012201070|012201070|392012201070|NO|Permanent|1070|JPN Site 012201070|Active|MOE|Japan Ministry of Environment||35.600465|140.178427||9.00||||||| +012201070|012201070|392012201070|NO2|Permanent|1070|JPN Site 012201070|Active|MOE|Japan Ministry of Environment||35.600465|140.178427||9.00||||||| +012201090|012201090|392012201090|NO|Permanent|1090|JPN Site 012201090|Active|MOE|Japan Ministry of Environment||35.631850|140.180370||9.00||||||| +012201090|012201090|392012201090|NO2|Permanent|1090|JPN Site 012201090|Active|MOE|Japan Ministry of Environment||35.631850|140.180370||9.00||||||| +012201090|012201090|392012201090|SO2|Permanent|1090|JPN Site 012201090|Active|MOE|Japan Ministry of Environment||35.631850|140.180370||9.00||||||| +012201090|012201090|392012201090|WS|Permanent|1090|JPN Site 012201090|Active|MOE|Japan Ministry of Environment||35.631850|140.180370||9.00||||||| +012201090|012201090|392012201090|WD|Permanent|1090|JPN Site 012201090|Active|MOE|Japan Ministry of Environment||35.631850|140.180370||9.00||||||| +012201090|012201090|392012201090|NOX|Permanent|1090|JPN Site 012201090|Active|MOE|Japan Ministry of Environment||35.631850|140.180370||9.00||||||| +012201120|012201120|392012201120|WD|Permanent|1120|JPN Site 012201120|Active|MOE|Japan Ministry of Environment||35.599631|140.118154||9.00||||||| +012201120|012201120|392012201120|NOX|Permanent|1120|JPN Site 012201120|Active|MOE|Japan Ministry of Environment||35.599631|140.118154||9.00||||||| +012201120|012201120|392012201120|NO|Permanent|1120|JPN Site 012201120|Active|MOE|Japan Ministry of Environment||35.599631|140.118154||9.00||||||| +012201120|012201120|392012201120|NO2|Permanent|1120|JPN Site 012201120|Active|MOE|Japan Ministry of Environment||35.599631|140.118154||9.00||||||| +012201120|012201120|392012201120|SO2|Permanent|1120|JPN Site 012201120|Active|MOE|Japan Ministry of Environment||35.599631|140.118154||9.00||||||| +012201120|012201120|392012201120|WS|Permanent|1120|JPN Site 012201120|Active|MOE|Japan Ministry of Environment||35.599631|140.118154||9.00||||||| +012201160|012201160|392012201160|NO2|Permanent|1160|JPN Site 012201160|Active|MOE|Japan Ministry of Environment||35.570467|140.125655||9.00||||||| +012201160|012201160|392012201160|SO2|Permanent|1160|JPN Site 012201160|Active|MOE|Japan Ministry of Environment||35.570467|140.125655||9.00||||||| +012201160|012201160|392012201160|TEMP|Permanent|1160|JPN Site 012201160|Active|MOE|Japan Ministry of Environment||35.570467|140.125655||9.00||||||| +012201160|012201160|392012201160|WS|Permanent|1160|JPN Site 012201160|Active|MOE|Japan Ministry of Environment||35.570467|140.125655||9.00||||||| +012201160|012201160|392012201160|WD|Permanent|1160|JPN Site 012201160|Active|MOE|Japan Ministry of Environment||35.570467|140.125655||9.00||||||| +012201160|012201160|392012201160|RHUM|Permanent|1160|JPN Site 012201160|Active|MOE|Japan Ministry of Environment||35.570467|140.125655||9.00||||||| +012201160|012201160|392012201160|NOX|Permanent|1160|JPN Site 012201160|Active|MOE|Japan Ministry of Environment||35.570467|140.125655||9.00||||||| +012201160|012201160|392012201160|NO|Permanent|1160|JPN Site 012201160|Active|MOE|Japan Ministry of Environment||35.570467|140.125655||9.00||||||| +012201180|012201180|392012201180|WS|Permanent|1180|JPN Site 012201180|Active|MOE|Japan Ministry of Environment||35.575467|140.127599||9.00||||||| +012201180|012201180|392012201180|WD|Permanent|1180|JPN Site 012201180|Active|MOE|Japan Ministry of Environment||35.575467|140.127599||9.00||||||| +012201180|012201180|392012201180|NOX|Permanent|1180|JPN Site 012201180|Active|MOE|Japan Ministry of Environment||35.575467|140.127599||9.00||||||| +012201180|012201180|392012201180|NO|Permanent|1180|JPN Site 012201180|Active|MOE|Japan Ministry of Environment||35.575467|140.127599||9.00||||||| +012201180|012201180|392012201180|NO2|Permanent|1180|JPN Site 012201180|Active|MOE|Japan Ministry of Environment||35.575467|140.127599||9.00||||||| +012201180|012201180|392012201180|SO2|Permanent|1180|JPN Site 012201180|Active|MOE|Japan Ministry of Environment||35.575467|140.127599||9.00||||||| +012201200|012201200|392012201200|NO2|Permanent|1200|JPN Site 012201200|Active|MOE|Japan Ministry of Environment||35.610740|140.104544||9.00||||||| +012201200|012201200|392012201200|CO|Permanent|1200|JPN Site 012201200|Active|MOE|Japan Ministry of Environment||35.610740|140.104544||9.00||||||| +012201200|012201200|392012201200|TEMP|Permanent|1200|JPN Site 012201200|Active|MOE|Japan Ministry of Environment||35.610740|140.104544||9.00||||||| +012201200|012201200|392012201200|WS|Permanent|1200|JPN Site 012201200|Active|MOE|Japan Ministry of Environment||35.610740|140.104544||9.00||||||| +012201200|012201200|392012201200|WD|Permanent|1200|JPN Site 012201200|Active|MOE|Japan Ministry of Environment||35.610740|140.104544||9.00||||||| +012201200|012201200|392012201200|RHUM|Permanent|1200|JPN Site 012201200|Active|MOE|Japan Ministry of Environment||35.610740|140.104544||9.00||||||| +012201200|012201200|392012201200|NOX|Permanent|1200|JPN Site 012201200|Active|MOE|Japan Ministry of Environment||35.610740|140.104544||9.00||||||| +012201200|012201200|392012201200|NO|Permanent|1200|JPN Site 012201200|Active|MOE|Japan Ministry of Environment||35.610740|140.104544||9.00||||||| +012201250|012201250|392012201250|SO2|Permanent|1250|JPN Site 012201250|Active|MOE|Japan Ministry of Environment||35.613518|140.134541||9.00||||||| +012201250|012201250|392012201250|WS|Permanent|1250|JPN Site 012201250|Active|MOE|Japan Ministry of Environment||35.613518|140.134541||9.00||||||| +012201250|012201250|392012201250|WD|Permanent|1250|JPN Site 012201250|Active|MOE|Japan Ministry of Environment||35.613518|140.134541||9.00||||||| +012201250|012201250|392012201250|NOX|Permanent|1250|JPN Site 012201250|Active|MOE|Japan Ministry of Environment||35.613518|140.134541||9.00||||||| +012201250|012201250|392012201250|NO|Permanent|1250|JPN Site 012201250|Active|MOE|Japan Ministry of Environment||35.613518|140.134541||9.00||||||| +012201250|012201250|392012201250|NO2|Permanent|1250|JPN Site 012201250|Active|MOE|Japan Ministry of Environment||35.613518|140.134541||9.00||||||| +012201260|012201260|392012201260|NO2|Permanent|1260|JPN Site 012201260|Active|MOE|Japan Ministry of Environment||35.535196|140.257590||9.00||||||| +012201260|012201260|392012201260|SO2|Permanent|1260|JPN Site 012201260|Active|MOE|Japan Ministry of Environment||35.535196|140.257590||9.00||||||| +012201260|012201260|392012201260|WS|Permanent|1260|JPN Site 012201260|Active|MOE|Japan Ministry of Environment||35.535196|140.257590||9.00||||||| +012201260|012201260|392012201260|WD|Permanent|1260|JPN Site 012201260|Active|MOE|Japan Ministry of Environment||35.535196|140.257590||9.00||||||| +012201260|012201260|392012201260|NOX|Permanent|1260|JPN Site 012201260|Active|MOE|Japan Ministry of Environment||35.535196|140.257590||9.00||||||| +012201260|012201260|392012201260|NO|Permanent|1260|JPN Site 012201260|Active|MOE|Japan Ministry of Environment||35.535196|140.257590||9.00||||||| +012201300|012201300|392012201300|NO|Permanent|1300|JPN Site 012201300|Active|MOE|Japan Ministry of Environment||35.641571|140.114541||9.00||||||| +012201300|012201300|392012201300|NO2|Permanent|1300|JPN Site 012201300|Active|MOE|Japan Ministry of Environment||35.641571|140.114541||9.00||||||| +012201300|012201300|392012201300|CO|Permanent|1300|JPN Site 012201300|Active|MOE|Japan Ministry of Environment||35.641571|140.114541||9.00||||||| +012201300|012201300|392012201300|NOX|Permanent|1300|JPN Site 012201300|Active|MOE|Japan Ministry of Environment||35.641571|140.114541||9.00||||||| +012201320|012201320|392012201320|NO2|Permanent|1320|JPN Site 012201320|Active|MOE|Japan Ministry of Environment||35.637126|140.066212||9.00||||||| +012201320|012201320|392012201320|SO2|Permanent|1320|JPN Site 012201320|Active|MOE|Japan Ministry of Environment||35.637126|140.066212||9.00||||||| +012201320|012201320|392012201320|WS|Permanent|1320|JPN Site 012201320|Active|MOE|Japan Ministry of Environment||35.637126|140.066212||9.00||||||| +012201320|012201320|392012201320|WD|Permanent|1320|JPN Site 012201320|Active|MOE|Japan Ministry of Environment||35.637126|140.066212||9.00||||||| +012201320|012201320|392012201320|NOX|Permanent|1320|JPN Site 012201320|Active|MOE|Japan Ministry of Environment||35.637126|140.066212||9.00||||||| +012201320|012201320|392012201320|NO|Permanent|1320|JPN Site 012201320|Active|MOE|Japan Ministry of Environment||35.637126|140.066212||9.00||||||| +012201520|012201520|392012201520|NO2|Permanent|1520|JPN Site 012201520|Active|MOE|Japan Ministry of Environment||35.612685|140.116765||9.00||||||| +012201520|012201520|392012201520|NOX|Permanent|1520|JPN Site 012201520|Active|MOE|Japan Ministry of Environment||35.612685|140.116765||9.00||||||| +012201520|012201520|392012201520|NO|Permanent|1520|JPN Site 012201520|Active|MOE|Japan Ministry of Environment||35.612685|140.116765||9.00||||||| +012201540|012201540|392012201540|NO2|Permanent|1540|JPN Site 012201540|Active|MOE|Japan Ministry of Environment||35.661290|140.094820||9.00||||||| +012201540|012201540|392012201540|WS|Permanent|1540|JPN Site 012201540|Active|MOE|Japan Ministry of Environment||35.661290|140.094820||9.00||||||| +012201540|012201540|392012201540|WD|Permanent|1540|JPN Site 012201540|Active|MOE|Japan Ministry of Environment||35.661290|140.094820||9.00||||||| +012201540|012201540|392012201540|NOX|Permanent|1540|JPN Site 012201540|Active|MOE|Japan Ministry of Environment||35.661290|140.094820||9.00||||||| +012201540|012201540|392012201540|NO|Permanent|1540|JPN Site 012201540|Active|MOE|Japan Ministry of Environment||35.661290|140.094820||9.00||||||| +012201570|012201570|392012201570|NO2|Permanent|1570|JPN Site 012201570|Active|MOE|Japan Ministry of Environment||35.631571|140.063157||9.00||||||| +012201570|012201570|392012201570|CO|Permanent|1570|JPN Site 012201570|Active|MOE|Japan Ministry of Environment||35.631571|140.063157||9.00||||||| +012201570|012201570|392012201570|WS|Permanent|1570|JPN Site 012201570|Active|MOE|Japan Ministry of Environment||35.631571|140.063157||9.00||||||| +012201570|012201570|392012201570|WD|Permanent|1570|JPN Site 012201570|Active|MOE|Japan Ministry of Environment||35.631571|140.063157||9.00||||||| +012201570|012201570|392012201570|NOX|Permanent|1570|JPN Site 012201570|Active|MOE|Japan Ministry of Environment||35.631571|140.063157||9.00||||||| +012201570|012201570|392012201570|NO|Permanent|1570|JPN Site 012201570|Active|MOE|Japan Ministry of Environment||35.631571|140.063157||9.00||||||| +012202090|012202090|392012202090|NO|Permanent|2090|JPN Site 012202090|Active|MOE|Japan Ministry of Environment||35.731851|140.822256||9.00||||||| +012202090|012202090|392012202090|NO2|Permanent|2090|JPN Site 012202090|Active|MOE|Japan Ministry of Environment||35.731851|140.822256||9.00||||||| +012202090|012202090|392012202090|SO2|Permanent|2090|JPN Site 012202090|Active|MOE|Japan Ministry of Environment||35.731851|140.822256||9.00||||||| +012202090|012202090|392012202090|WS|Permanent|2090|JPN Site 012202090|Active|MOE|Japan Ministry of Environment||35.731851|140.822256||9.00||||||| +012202090|012202090|392012202090|WD|Permanent|2090|JPN Site 012202090|Active|MOE|Japan Ministry of Environment||35.731851|140.822256||9.00||||||| +012202090|012202090|392012202090|NOX|Permanent|2090|JPN Site 012202090|Active|MOE|Japan Ministry of Environment||35.731851|140.822256||9.00||||||| +012203030|012203030|392012203030|WD|Permanent|3030|JPN Site 012203030|Active|MOE|Japan Ministry of Environment||35.726280|139.910388||9.00||||||| +012203030|012203030|392012203030|NOX|Permanent|3030|JPN Site 012203030|Active|MOE|Japan Ministry of Environment||35.726280|139.910388||9.00||||||| +012203030|012203030|392012203030|NO|Permanent|3030|JPN Site 012203030|Active|MOE|Japan Ministry of Environment||35.726280|139.910388||9.00||||||| +012203030|012203030|392012203030|NO2|Permanent|3030|JPN Site 012203030|Active|MOE|Japan Ministry of Environment||35.726280|139.910388||9.00||||||| +012203030|012203030|392012203030|WS|Permanent|3030|JPN Site 012203030|Active|MOE|Japan Ministry of Environment||35.726280|139.910388||9.00||||||| +012203040|012203040|392012203040|NO|Permanent|3040|JPN Site 012203040|Active|MOE|Japan Ministry of Environment||35.696562|139.957052||9.00||||||| +012203040|012203040|392012203040|NO2|Permanent|3040|JPN Site 012203040|Active|MOE|Japan Ministry of Environment||35.696562|139.957052||9.00||||||| +012203040|012203040|392012203040|WS|Permanent|3040|JPN Site 012203040|Active|MOE|Japan Ministry of Environment||35.696562|139.957052||9.00||||||| +012203040|012203040|392012203040|WD|Permanent|3040|JPN Site 012203040|Active|MOE|Japan Ministry of Environment||35.696562|139.957052||9.00||||||| +012203040|012203040|392012203040|NOX|Permanent|3040|JPN Site 012203040|Active|MOE|Japan Ministry of Environment||35.696562|139.957052||9.00||||||| +012203080|012203080|392012203080|NOX|Permanent|3080|JPN Site 012203080|Active|MOE|Japan Ministry of Environment||35.750167|139.953994||9.00||||||| +012203080|012203080|392012203080|NO|Permanent|3080|JPN Site 012203080|Active|MOE|Japan Ministry of Environment||35.750167|139.953994||9.00||||||| +012203080|012203080|392012203080|NO2|Permanent|3080|JPN Site 012203080|Active|MOE|Japan Ministry of Environment||35.750167|139.953994||9.00||||||| +012203080|012203080|392012203080|SO2|Permanent|3080|JPN Site 012203080|Active|MOE|Japan Ministry of Environment||35.750167|139.953994||9.00||||||| +012203080|012203080|392012203080|WS|Permanent|3080|JPN Site 012203080|Active|MOE|Japan Ministry of Environment||35.750167|139.953994||9.00||||||| +012203080|012203080|392012203080|WD|Permanent|3080|JPN Site 012203080|Active|MOE|Japan Ministry of Environment||35.750167|139.953994||9.00||||||| +012203110|012203110|392012203110|RHUM|Permanent|3110|JPN Site 012203110|Active|MOE|Japan Ministry of Environment||35.729058|139.924275||9.00||||||| +012203110|012203110|392012203110|NOX|Permanent|3110|JPN Site 012203110|Active|MOE|Japan Ministry of Environment||35.729058|139.924275||9.00||||||| +012203110|012203110|392012203110|NO|Permanent|3110|JPN Site 012203110|Active|MOE|Japan Ministry of Environment||35.729058|139.924275||9.00||||||| +012203110|012203110|392012203110|NO2|Permanent|3110|JPN Site 012203110|Active|MOE|Japan Ministry of Environment||35.729058|139.924275||9.00||||||| +012203110|012203110|392012203110|SO2|Permanent|3110|JPN Site 012203110|Active|MOE|Japan Ministry of Environment||35.729058|139.924275||9.00||||||| +012203110|012203110|392012203110|TEMP|Permanent|3110|JPN Site 012203110|Active|MOE|Japan Ministry of Environment||35.729058|139.924275||9.00||||||| +012203110|012203110|392012203110|WS|Permanent|3110|JPN Site 012203110|Active|MOE|Japan Ministry of Environment||35.729058|139.924275||9.00||||||| +012203110|012203110|392012203110|WD|Permanent|3110|JPN Site 012203110|Active|MOE|Japan Ministry of Environment||35.729058|139.924275||9.00||||||| +012203120|012203120|392012203120|NOX|Permanent|3120|JPN Site 012203120|Active|MOE|Japan Ministry of Environment||35.682674|139.910667||9.00||||||| +012203120|012203120|392012203120|NO|Permanent|3120|JPN Site 012203120|Active|MOE|Japan Ministry of Environment||35.682674|139.910667||9.00||||||| +012203120|012203120|392012203120|NO2|Permanent|3120|JPN Site 012203120|Active|MOE|Japan Ministry of Environment||35.682674|139.910667||9.00||||||| +012203120|012203120|392012203120|SO2|Permanent|3120|JPN Site 012203120|Active|MOE|Japan Ministry of Environment||35.682674|139.910667||9.00||||||| +012203120|012203120|392012203120|WS|Permanent|3120|JPN Site 012203120|Active|MOE|Japan Ministry of Environment||35.682674|139.910667||9.00||||||| +012203120|012203120|392012203120|WD|Permanent|3120|JPN Site 012203120|Active|MOE|Japan Ministry of Environment||35.682674|139.910667||9.00||||||| +012203510|012203510|392012203510|NOX|Permanent|3510|JPN Site 012203510|Active|MOE|Japan Ministry of Environment||35.731557|139.905943||9.00||||||| +012203510|012203510|392012203510|NO|Permanent|3510|JPN Site 012203510|Active|MOE|Japan Ministry of Environment||35.731557|139.905943||9.00||||||| +012203510|012203510|392012203510|NO2|Permanent|3510|JPN Site 012203510|Active|MOE|Japan Ministry of Environment||35.731557|139.905943||9.00||||||| +012203510|012203510|392012203510|CO|Permanent|3510|JPN Site 012203510|Active|MOE|Japan Ministry of Environment||35.731557|139.905943||9.00||||||| +012203520|012203520|392012203520|NO2|Permanent|3520|JPN Site 012203520|Active|MOE|Japan Ministry of Environment||35.686285|139.916500||9.00||||||| +012203520|012203520|392012203520|CO|Permanent|3520|JPN Site 012203520|Active|MOE|Japan Ministry of Environment||35.686285|139.916500||9.00||||||| +012203520|012203520|392012203520|NOX|Permanent|3520|JPN Site 012203520|Active|MOE|Japan Ministry of Environment||35.686285|139.916500||9.00||||||| +012203520|012203520|392012203520|NO|Permanent|3520|JPN Site 012203520|Active|MOE|Japan Ministry of Environment||35.686285|139.916500||9.00||||||| +012204040|012204040|392012204040|WD|Permanent|4040|JPN Site 012204040|Active|MOE|Japan Ministry of Environment||35.745446|139.992602||9.00||||||| +012204040|012204040|392012204040|NOX|Permanent|4040|JPN Site 012204040|Active|MOE|Japan Ministry of Environment||35.745446|139.992602||9.00||||||| +012204040|012204040|392012204040|NO|Permanent|4040|JPN Site 012204040|Active|MOE|Japan Ministry of Environment||35.745446|139.992602||9.00||||||| +012204040|012204040|392012204040|NO2|Permanent|4040|JPN Site 012204040|Active|MOE|Japan Ministry of Environment||35.745446|139.992602||9.00||||||| +012204040|012204040|392012204040|WS|Permanent|4040|JPN Site 012204040|Active|MOE|Japan Ministry of Environment||35.745446|139.992602||9.00||||||| +012204050|012204050|392012204050|WD|Permanent|4050|JPN Site 012204050|Active|MOE|Japan Ministry of Environment||35.729337|140.005935||9.00||||||| +012204050|012204050|392012204050|NOX|Permanent|4050|JPN Site 012204050|Active|MOE|Japan Ministry of Environment||35.729337|140.005935||9.00||||||| +012204050|012204050|392012204050|NO|Permanent|4050|JPN Site 012204050|Active|MOE|Japan Ministry of Environment||35.729337|140.005935||9.00||||||| +012204050|012204050|392012204050|NO2|Permanent|4050|JPN Site 012204050|Active|MOE|Japan Ministry of Environment||35.729337|140.005935||9.00||||||| +012204050|012204050|392012204050|WS|Permanent|4050|JPN Site 012204050|Active|MOE|Japan Ministry of Environment||35.729337|140.005935||9.00||||||| +012204060|012204060|392012204060|SO2|Permanent|4060|JPN Site 012204060|Active|MOE|Japan Ministry of Environment||35.732115|140.038988||9.00||||||| +012204060|012204060|392012204060|WS|Permanent|4060|JPN Site 012204060|Active|MOE|Japan Ministry of Environment||35.732115|140.038988||9.00||||||| +012204060|012204060|392012204060|WD|Permanent|4060|JPN Site 012204060|Active|MOE|Japan Ministry of Environment||35.732115|140.038988||9.00||||||| +012204060|012204060|392012204060|NOX|Permanent|4060|JPN Site 012204060|Active|MOE|Japan Ministry of Environment||35.732115|140.038988||9.00||||||| +012204060|012204060|392012204060|NO|Permanent|4060|JPN Site 012204060|Active|MOE|Japan Ministry of Environment||35.732115|140.038988||9.00||||||| +012204060|012204060|392012204060|NO2|Permanent|4060|JPN Site 012204060|Active|MOE|Japan Ministry of Environment||35.732115|140.038988||9.00||||||| +012204070|012204070|392012204070|NO|Permanent|4070|JPN Site 012204070|Active|MOE|Japan Ministry of Environment||35.698507|140.020658||9.00||||||| +012204070|012204070|392012204070|NO2|Permanent|4070|JPN Site 012204070|Active|MOE|Japan Ministry of Environment||35.698507|140.020658||9.00||||||| +012204070|012204070|392012204070|WS|Permanent|4070|JPN Site 012204070|Active|MOE|Japan Ministry of Environment||35.698507|140.020658||9.00||||||| +012204070|012204070|392012204070|WD|Permanent|4070|JPN Site 012204070|Active|MOE|Japan Ministry of Environment||35.698507|140.020658||9.00||||||| +012204070|012204070|392012204070|NOX|Permanent|4070|JPN Site 012204070|Active|MOE|Japan Ministry of Environment||35.698507|140.020658||9.00||||||| +012204100|012204100|392012204100|NO2|Permanent|4100|JPN Site 012204100|Active|MOE|Japan Ministry of Environment||35.761002|140.074539||9.00||||||| +012204100|012204100|392012204100|SO2|Permanent|4100|JPN Site 012204100|Active|MOE|Japan Ministry of Environment||35.761002|140.074539||9.00||||||| +012204100|012204100|392012204100|WS|Permanent|4100|JPN Site 012204100|Active|MOE|Japan Ministry of Environment||35.761002|140.074539||9.00||||||| +012204100|012204100|392012204100|WD|Permanent|4100|JPN Site 012204100|Active|MOE|Japan Ministry of Environment||35.761002|140.074539||9.00||||||| +012204100|012204100|392012204100|NOX|Permanent|4100|JPN Site 012204100|Active|MOE|Japan Ministry of Environment||35.761002|140.074539||9.00||||||| +012204100|012204100|392012204100|NO|Permanent|4100|JPN Site 012204100|Active|MOE|Japan Ministry of Environment||35.761002|140.074539||9.00||||||| +012204110|012204110|392012204110|WD|Permanent|4110|JPN Site 012204110|Active|MOE|Japan Ministry of Environment||35.717115|139.955940||9.00||||||| +012204110|012204110|392012204110|RHUM|Permanent|4110|JPN Site 012204110|Active|MOE|Japan Ministry of Environment||35.717115|139.955940||9.00||||||| +012204110|012204110|392012204110|NOX|Permanent|4110|JPN Site 012204110|Active|MOE|Japan Ministry of Environment||35.717115|139.955940||9.00||||||| +012204110|012204110|392012204110|NO|Permanent|4110|JPN Site 012204110|Active|MOE|Japan Ministry of Environment||35.717115|139.955940||9.00||||||| +012204110|012204110|392012204110|NO2|Permanent|4110|JPN Site 012204110|Active|MOE|Japan Ministry of Environment||35.717115|139.955940||9.00||||||| +012204110|012204110|392012204110|SO2|Permanent|4110|JPN Site 012204110|Active|MOE|Japan Ministry of Environment||35.717115|139.955940||9.00||||||| +012204110|012204110|392012204110|TEMP|Permanent|4110|JPN Site 012204110|Active|MOE|Japan Ministry of Environment||35.717115|139.955940||9.00||||||| +012204110|012204110|392012204110|WS|Permanent|4110|JPN Site 012204110|Active|MOE|Japan Ministry of Environment||35.717115|139.955940||9.00||||||| +012204140|012204140|392012204140|RHUM|Permanent|4140|JPN Site 012204140|Active|MOE|Japan Ministry of Environment||35.679342|139.990661||9.00||||||| +012204140|012204140|392012204140|NOX|Permanent|4140|JPN Site 012204140|Active|MOE|Japan Ministry of Environment||35.679342|139.990661||9.00||||||| +012204140|012204140|392012204140|NO|Permanent|4140|JPN Site 012204140|Active|MOE|Japan Ministry of Environment||35.679342|139.990661||9.00||||||| +012204140|012204140|392012204140|NO2|Permanent|4140|JPN Site 012204140|Active|MOE|Japan Ministry of Environment||35.679342|139.990661||9.00||||||| +012204140|012204140|392012204140|TEMP|Permanent|4140|JPN Site 012204140|Active|MOE|Japan Ministry of Environment||35.679342|139.990661||9.00||||||| +012204140|012204140|392012204140|WS|Permanent|4140|JPN Site 012204140|Active|MOE|Japan Ministry of Environment||35.679342|139.990661||9.00||||||| +012204140|012204140|392012204140|WD|Permanent|4140|JPN Site 012204140|Active|MOE|Japan Ministry of Environment||35.679342|139.990661||9.00||||||| +012204150|012204150|392012204150|NO2|Permanent|4150|JPN Site 012204150|Active|MOE|Japan Ministry of Environment||35.700173|139.973995||9.00||||||| +012204150|012204150|392012204150|WS|Permanent|4150|JPN Site 012204150|Active|MOE|Japan Ministry of Environment||35.700173|139.973995||9.00||||||| +012204150|012204150|392012204150|WD|Permanent|4150|JPN Site 012204150|Active|MOE|Japan Ministry of Environment||35.700173|139.973995||9.00||||||| +012204150|012204150|392012204150|NOX|Permanent|4150|JPN Site 012204150|Active|MOE|Japan Ministry of Environment||35.700173|139.973995||9.00||||||| +012204150|012204150|392012204150|NO|Permanent|4150|JPN Site 012204150|Active|MOE|Japan Ministry of Environment||35.700173|139.973995||9.00||||||| +012204520|012204520|392012204520|WS|Permanent|4520|JPN Site 012204520|Active|MOE|Japan Ministry of Environment||35.702950|139.973439||9.00||||||| +012204520|012204520|392012204520|WD|Permanent|4520|JPN Site 012204520|Active|MOE|Japan Ministry of Environment||35.702950|139.973439||9.00||||||| +012204520|012204520|392012204520|NOX|Permanent|4520|JPN Site 012204520|Active|MOE|Japan Ministry of Environment||35.702950|139.973439||9.00||||||| +012204520|012204520|392012204520|NO|Permanent|4520|JPN Site 012204520|Active|MOE|Japan Ministry of Environment||35.702950|139.973439||9.00||||||| +012204520|012204520|392012204520|NO2|Permanent|4520|JPN Site 012204520|Active|MOE|Japan Ministry of Environment||35.702950|139.973439||9.00||||||| +012204520|012204520|392012204520|CO|Permanent|4520|JPN Site 012204520|Active|MOE|Japan Ministry of Environment||35.702950|139.973439||9.00||||||| +012204530|012204530|392012204530|RHUM|Permanent|4530|JPN Site 012204530|Active|MOE|Japan Ministry of Environment||35.691563|139.992882||9.00||||||| +012204530|012204530|392012204530|NOX|Permanent|4530|JPN Site 012204530|Active|MOE|Japan Ministry of Environment||35.691563|139.992882||9.00||||||| +012204530|012204530|392012204530|NO|Permanent|4530|JPN Site 012204530|Active|MOE|Japan Ministry of Environment||35.691563|139.992882||9.00||||||| +012204530|012204530|392012204530|NO2|Permanent|4530|JPN Site 012204530|Active|MOE|Japan Ministry of Environment||35.691563|139.992882||9.00||||||| +012204530|012204530|392012204530|CO|Permanent|4530|JPN Site 012204530|Active|MOE|Japan Ministry of Environment||35.691563|139.992882||9.00||||||| +012204530|012204530|392012204530|TEMP|Permanent|4530|JPN Site 012204530|Active|MOE|Japan Ministry of Environment||35.691563|139.992882||9.00||||||| +012204530|012204530|392012204530|WS|Permanent|4530|JPN Site 012204530|Active|MOE|Japan Ministry of Environment||35.691563|139.992882||9.00||||||| +012204530|012204530|392012204530|WD|Permanent|4530|JPN Site 012204530|Active|MOE|Japan Ministry of Environment||35.691563|139.992882||9.00||||||| +012205030|012205030|392012205030|NO|Permanent|5030|JPN Site 012205030|Active|MOE|Japan Ministry of Environment||35.021633|139.880423||9.00||||||| +012205030|012205030|392012205030|NO2|Permanent|5030|JPN Site 012205030|Active|MOE|Japan Ministry of Environment||35.021633|139.880423||9.00||||||| +012205030|012205030|392012205030|SO2|Permanent|5030|JPN Site 012205030|Active|MOE|Japan Ministry of Environment||35.021633|139.880423||9.00||||||| +012205030|012205030|392012205030|TEMP|Permanent|5030|JPN Site 012205030|Active|MOE|Japan Ministry of Environment||35.021633|139.880423||9.00||||||| +012205030|012205030|392012205030|WS|Permanent|5030|JPN Site 012205030|Active|MOE|Japan Ministry of Environment||35.021633|139.880423||9.00||||||| +012205030|012205030|392012205030|WD|Permanent|5030|JPN Site 012205030|Active|MOE|Japan Ministry of Environment||35.021633|139.880423||9.00||||||| +012205030|012205030|392012205030|RHUM|Permanent|5030|JPN Site 012205030|Active|MOE|Japan Ministry of Environment||35.021633|139.880423||9.00||||||| +012205030|012205030|392012205030|NOX|Permanent|5030|JPN Site 012205030|Active|MOE|Japan Ministry of Environment||35.021633|139.880423||9.00||||||| +012206010|012206010|392012206010|WD|Permanent|6010|JPN Site 012206010|Active|MOE|Japan Ministry of Environment||35.387983|139.921791||9.00||||||| +012206010|012206010|392012206010|RHUM|Permanent|6010|JPN Site 012206010|Active|MOE|Japan Ministry of Environment||35.387983|139.921791||9.00||||||| +012206010|012206010|392012206010|NOX|Permanent|6010|JPN Site 012206010|Active|MOE|Japan Ministry of Environment||35.387983|139.921791||9.00||||||| +012206010|012206010|392012206010|NO2|Permanent|6010|JPN Site 012206010|Active|MOE|Japan Ministry of Environment||35.387983|139.921791||9.00||||||| +012206010|012206010|392012206010|NO|Permanent|6010|JPN Site 012206010|Active|MOE|Japan Ministry of Environment||35.387983|139.921791||9.00||||||| +012206010|012206010|392012206010|SO2|Permanent|6010|JPN Site 012206010|Active|MOE|Japan Ministry of Environment||35.387983|139.921791||9.00||||||| +012206010|012206010|392012206010|TEMP|Permanent|6010|JPN Site 012206010|Active|MOE|Japan Ministry of Environment||35.387983|139.921791||9.00||||||| +012206010|012206010|392012206010|WS|Permanent|6010|JPN Site 012206010|Active|MOE|Japan Ministry of Environment||35.387983|139.921791||9.00||||||| +012206030|012206030|392012206030|WS|Permanent|6030|JPN Site 012206030|Active|MOE|Japan Ministry of Environment||35.421035|139.899847||9.00||||||| +012206030|012206030|392012206030|WD|Permanent|6030|JPN Site 012206030|Active|MOE|Japan Ministry of Environment||35.421035|139.899847||9.00||||||| +012206030|012206030|392012206030|NOX|Permanent|6030|JPN Site 012206030|Active|MOE|Japan Ministry of Environment||35.421035|139.899847||9.00||||||| +012206030|012206030|392012206030|NO|Permanent|6030|JPN Site 012206030|Active|MOE|Japan Ministry of Environment||35.421035|139.899847||9.00||||||| +012206030|012206030|392012206030|NO2|Permanent|6030|JPN Site 012206030|Active|MOE|Japan Ministry of Environment||35.421035|139.899847||9.00||||||| +012206030|012206030|392012206030|SO2|Permanent|6030|JPN Site 012206030|Active|MOE|Japan Ministry of Environment||35.421035|139.899847||9.00||||||| +012206070|012206070|392012206070|NOX|Permanent|6070|JPN Site 012206070|Active|MOE|Japan Ministry of Environment||35.380484|139.950956||9.00||||||| +012206070|012206070|392012206070|NO|Permanent|6070|JPN Site 012206070|Active|MOE|Japan Ministry of Environment||35.380484|139.950956||9.00||||||| +012206070|012206070|392012206070|NO2|Permanent|6070|JPN Site 012206070|Active|MOE|Japan Ministry of Environment||35.380484|139.950956||9.00||||||| +012206070|012206070|392012206070|SO2|Permanent|6070|JPN Site 012206070|Active|MOE|Japan Ministry of Environment||35.380484|139.950956||9.00||||||| +012206070|012206070|392012206070|WS|Permanent|6070|JPN Site 012206070|Active|MOE|Japan Ministry of Environment||35.380484|139.950956||9.00||||||| +012206070|012206070|392012206070|WD|Permanent|6070|JPN Site 012206070|Active|MOE|Japan Ministry of Environment||35.380484|139.950956||9.00||||||| +012206080|012206080|392012206080|NO2|Permanent|6080|JPN Site 012206080|Active|MOE|Japan Ministry of Environment||35.341877|139.903184||9.00||||||| +012206080|012206080|392012206080|WS|Permanent|6080|JPN Site 012206080|Active|MOE|Japan Ministry of Environment||35.341877|139.903184||9.00||||||| +012206080|012206080|392012206080|WD|Permanent|6080|JPN Site 012206080|Active|MOE|Japan Ministry of Environment||35.341877|139.903184||9.00||||||| +012206080|012206080|392012206080|NOX|Permanent|6080|JPN Site 012206080|Active|MOE|Japan Ministry of Environment||35.341877|139.903184||9.00||||||| +012206080|012206080|392012206080|NO|Permanent|6080|JPN Site 012206080|Active|MOE|Japan Ministry of Environment||35.341877|139.903184||9.00||||||| +012206140|012206140|392012206140|NO2|Permanent|6140|JPN Site 012206140|Active|MOE|Japan Ministry of Environment||35.368266|140.067613||9.00||||||| +012206140|012206140|392012206140|WS|Permanent|6140|JPN Site 012206140|Active|MOE|Japan Ministry of Environment||35.368266|140.067613||9.00||||||| +012206140|012206140|392012206140|WD|Permanent|6140|JPN Site 012206140|Active|MOE|Japan Ministry of Environment||35.368266|140.067613||9.00||||||| +012206140|012206140|392012206140|NOX|Permanent|6140|JPN Site 012206140|Active|MOE|Japan Ministry of Environment||35.368266|140.067613||9.00||||||| +012206140|012206140|392012206140|NO|Permanent|6140|JPN Site 012206140|Active|MOE|Japan Ministry of Environment||35.368266|140.067613||9.00||||||| +012206520|012206520|392012206520|NO|Permanent|6520|JPN Site 012206520|Active|MOE|Japan Ministry of Environment||35.373818|139.938179||9.00||||||| +012206520|012206520|392012206520|NO2|Permanent|6520|JPN Site 012206520|Active|MOE|Japan Ministry of Environment||35.373818|139.938179||9.00||||||| +012206520|012206520|392012206520|WS|Permanent|6520|JPN Site 012206520|Active|MOE|Japan Ministry of Environment||35.373818|139.938179||9.00||||||| +012206520|012206520|392012206520|WD|Permanent|6520|JPN Site 012206520|Active|MOE|Japan Ministry of Environment||35.373818|139.938179||9.00||||||| +012206520|012206520|392012206520|NOX|Permanent|6520|JPN Site 012206520|Active|MOE|Japan Ministry of Environment||35.373818|139.938179||9.00||||||| +012206530|012206530|392012206530|NO2|Permanent|6530|JPN Site 012206530|Active|MOE|Japan Ministry of Environment||35.407149|139.963453||9.00||||||| +012206530|012206530|392012206530|WS|Permanent|6530|JPN Site 012206530|Active|MOE|Japan Ministry of Environment||35.407149|139.963453||9.00||||||| +012206530|012206530|392012206530|WD|Permanent|6530|JPN Site 012206530|Active|MOE|Japan Ministry of Environment||35.407149|139.963453||9.00||||||| +012206530|012206530|392012206530|NOX|Permanent|6530|JPN Site 012206530|Active|MOE|Japan Ministry of Environment||35.407149|139.963453||9.00||||||| +012206530|012206530|392012206530|NO|Permanent|6530|JPN Site 012206530|Active|MOE|Japan Ministry of Environment||35.407149|139.963453||9.00||||||| +012207010|012207010|392012207010|NOX|Permanent|7010|JPN Site 012207010|Active|MOE|Japan Ministry of Environment||35.787385|139.902885||9.00||||||| +012207010|012207010|392012207010|NO|Permanent|7010|JPN Site 012207010|Active|MOE|Japan Ministry of Environment||35.787385|139.902885||9.00||||||| +012207010|012207010|392012207010|NO2|Permanent|7010|JPN Site 012207010|Active|MOE|Japan Ministry of Environment||35.787385|139.902885||9.00||||||| +012207010|012207010|392012207010|SO2|Permanent|7010|JPN Site 012207010|Active|MOE|Japan Ministry of Environment||35.787385|139.902885||9.00||||||| +012207010|012207010|392012207010|TEMP|Permanent|7010|JPN Site 012207010|Active|MOE|Japan Ministry of Environment||35.787385|139.902885||9.00||||||| +012207010|012207010|392012207010|WS|Permanent|7010|JPN Site 012207010|Active|MOE|Japan Ministry of Environment||35.787385|139.902885||9.00||||||| +012207010|012207010|392012207010|WD|Permanent|7010|JPN Site 012207010|Active|MOE|Japan Ministry of Environment||35.787385|139.902885||9.00||||||| +012207010|012207010|392012207010|RHUM|Permanent|7010|JPN Site 012207010|Active|MOE|Japan Ministry of Environment||35.787385|139.902885||9.00||||||| +012207020|012207020|392012207020|NO2|Permanent|7020|JPN Site 012207020|Active|MOE|Japan Ministry of Environment||35.794607|139.959269||9.00||||||| +012207020|012207020|392012207020|SO2|Permanent|7020|JPN Site 012207020|Active|MOE|Japan Ministry of Environment||35.794607|139.959269||9.00||||||| +012207020|012207020|392012207020|WS|Permanent|7020|JPN Site 012207020|Active|MOE|Japan Ministry of Environment||35.794607|139.959269||9.00||||||| +012207020|012207020|392012207020|WD|Permanent|7020|JPN Site 012207020|Active|MOE|Japan Ministry of Environment||35.794607|139.959269||9.00||||||| +012207020|012207020|392012207020|NOX|Permanent|7020|JPN Site 012207020|Active|MOE|Japan Ministry of Environment||35.794607|139.959269||9.00||||||| +012207020|012207020|392012207020|NO|Permanent|7020|JPN Site 012207020|Active|MOE|Japan Ministry of Environment||35.794607|139.959269||9.00||||||| +012207030|012207030|392012207030|SO2|Permanent|7030|JPN Site 012207030|Active|MOE|Japan Ministry of Environment||35.826270|139.925660||9.00||||||| +012207030|012207030|392012207030|WS|Permanent|7030|JPN Site 012207030|Active|MOE|Japan Ministry of Environment||35.826270|139.925660||9.00||||||| +012207030|012207030|392012207030|WD|Permanent|7030|JPN Site 012207030|Active|MOE|Japan Ministry of Environment||35.826270|139.925660||9.00||||||| +012207030|012207030|392012207030|NOX|Permanent|7030|JPN Site 012207030|Active|MOE|Japan Ministry of Environment||35.826270|139.925660||9.00||||||| +012207030|012207030|392012207030|NO|Permanent|7030|JPN Site 012207030|Active|MOE|Japan Ministry of Environment||35.826270|139.925660||9.00||||||| +012207030|012207030|392012207030|NO2|Permanent|7030|JPN Site 012207030|Active|MOE|Japan Ministry of Environment||35.826270|139.925660||9.00||||||| +012207520|012207520|392012207520|NO|Permanent|7520|JPN Site 012207520|Active|MOE|Japan Ministry of Environment||35.803216|139.909273||9.00||||||| +012207520|012207520|392012207520|NO2|Permanent|7520|JPN Site 012207520|Active|MOE|Japan Ministry of Environment||35.803216|139.909273||9.00||||||| +012207520|012207520|392012207520|CO|Permanent|7520|JPN Site 012207520|Active|MOE|Japan Ministry of Environment||35.803216|139.909273||9.00||||||| +012207520|012207520|392012207520|WS|Permanent|7520|JPN Site 012207520|Active|MOE|Japan Ministry of Environment||35.803216|139.909273||9.00||||||| +012207520|012207520|392012207520|WD|Permanent|7520|JPN Site 012207520|Active|MOE|Japan Ministry of Environment||35.803216|139.909273||9.00||||||| +012207520|012207520|392012207520|NOX|Permanent|7520|JPN Site 012207520|Active|MOE|Japan Ministry of Environment||35.803216|139.909273||9.00||||||| +012208010|012208010|392012208010|NO2|Permanent|8010|JPN Site 012208010|Active|MOE|Japan Ministry of Environment||35.947645|139.865937||9.00||||||| +012208010|012208010|392012208010|SO2|Permanent|8010|JPN Site 012208010|Active|MOE|Japan Ministry of Environment||35.947645|139.865937||9.00||||||| +012208010|012208010|392012208010|TEMP|Permanent|8010|JPN Site 012208010|Active|MOE|Japan Ministry of Environment||35.947645|139.865937||9.00||||||| +012208010|012208010|392012208010|WS|Permanent|8010|JPN Site 012208010|Active|MOE|Japan Ministry of Environment||35.947645|139.865937||9.00||||||| +012208010|012208010|392012208010|WD|Permanent|8010|JPN Site 012208010|Active|MOE|Japan Ministry of Environment||35.947645|139.865937||9.00||||||| +012208010|012208010|392012208010|RHUM|Permanent|8010|JPN Site 012208010|Active|MOE|Japan Ministry of Environment||35.947645|139.865937||9.00||||||| +012208010|012208010|392012208010|NOX|Permanent|8010|JPN Site 012208010|Active|MOE|Japan Ministry of Environment||35.947645|139.865937||9.00||||||| +012208010|012208010|392012208010|NO|Permanent|8010|JPN Site 012208010|Active|MOE|Japan Ministry of Environment||35.947645|139.865937||9.00||||||| +012208510|012208510|392012208510|TEMP|Permanent|8510|JPN Site 012208510|Active|MOE|Japan Ministry of Environment||35.954033|139.876491||9.00||||||| +012208510|012208510|392012208510|WS|Permanent|8510|JPN Site 012208510|Active|MOE|Japan Ministry of Environment||35.954033|139.876491||9.00||||||| +012208510|012208510|392012208510|WD|Permanent|8510|JPN Site 012208510|Active|MOE|Japan Ministry of Environment||35.954033|139.876491||9.00||||||| +012208510|012208510|392012208510|RHUM|Permanent|8510|JPN Site 012208510|Active|MOE|Japan Ministry of Environment||35.954033|139.876491||9.00||||||| +012208510|012208510|392012208510|NOX|Permanent|8510|JPN Site 012208510|Active|MOE|Japan Ministry of Environment||35.954033|139.876491||9.00||||||| +012208510|012208510|392012208510|NO2|Permanent|8510|JPN Site 012208510|Active|MOE|Japan Ministry of Environment||35.954033|139.876491||9.00||||||| +012208510|012208510|392012208510|NO|Permanent|8510|JPN Site 012208510|Active|MOE|Japan Ministry of Environment||35.954033|139.876491||9.00||||||| +012208510|012208510|392012208510|CO|Permanent|8510|JPN Site 012208510|Active|MOE|Japan Ministry of Environment||35.954033|139.876491||9.00||||||| +012209010|012209010|392012209010|TEMP|Permanent|9010|JPN Site 012209010|Active|MOE|Japan Ministry of Environment||35.887107|140.552827||9.00||||||| +012209010|012209010|392012209010|WS|Permanent|9010|JPN Site 012209010|Active|MOE|Japan Ministry of Environment||35.887107|140.552827||9.00||||||| +012209010|012209010|392012209010|WD|Permanent|9010|JPN Site 012209010|Active|MOE|Japan Ministry of Environment||35.887107|140.552827||9.00||||||| +012209010|012209010|392012209010|RHUM|Permanent|9010|JPN Site 012209010|Active|MOE|Japan Ministry of Environment||35.887107|140.552827||9.00||||||| +012210010|012210010|392012210010|TEMP|Permanent|0010|JPN Site 012210010|Active|MOE|Japan Ministry of Environment||35.434373|140.285925||9.00||||||| +012210010|012210010|392012210010|WS|Permanent|0010|JPN Site 012210010|Active|MOE|Japan Ministry of Environment||35.434373|140.285925||9.00||||||| +012210010|012210010|392012210010|WD|Permanent|0010|JPN Site 012210010|Active|MOE|Japan Ministry of Environment||35.434373|140.285925||9.00||||||| +012210010|012210010|392012210010|RHUM|Permanent|0010|JPN Site 012210010|Active|MOE|Japan Ministry of Environment||35.434373|140.285925||9.00||||||| +012210010|012210010|392012210010|NOX|Permanent|0010|JPN Site 012210010|Active|MOE|Japan Ministry of Environment||35.434373|140.285925||9.00||||||| +012210010|012210010|392012210010|NO|Permanent|0010|JPN Site 012210010|Active|MOE|Japan Ministry of Environment||35.434373|140.285925||9.00||||||| +012210010|012210010|392012210010|NO2|Permanent|0010|JPN Site 012210010|Active|MOE|Japan Ministry of Environment||35.434373|140.285925||9.00||||||| +012211040|012211040|392012211040|NOX|Permanent|1040|JPN Site 012211040|Active|MOE|Japan Ministry of Environment||35.774060|140.296464||9.00||||||| +012211040|012211040|392012211040|NO|Permanent|1040|JPN Site 012211040|Active|MOE|Japan Ministry of Environment||35.774060|140.296464||9.00||||||| +012211040|012211040|392012211040|NO2|Permanent|1040|JPN Site 012211040|Active|MOE|Japan Ministry of Environment||35.774060|140.296464||9.00||||||| +012211040|012211040|392012211040|SO2|Permanent|1040|JPN Site 012211040|Active|MOE|Japan Ministry of Environment||35.774060|140.296464||9.00||||||| +012211040|012211040|392012211040|TEMP|Permanent|1040|JPN Site 012211040|Active|MOE|Japan Ministry of Environment||35.774060|140.296464||9.00||||||| +012211040|012211040|392012211040|WS|Permanent|1040|JPN Site 012211040|Active|MOE|Japan Ministry of Environment||35.774060|140.296464||9.00||||||| +012211040|012211040|392012211040|WD|Permanent|1040|JPN Site 012211040|Active|MOE|Japan Ministry of Environment||35.774060|140.296464||9.00||||||| +012211040|012211040|392012211040|RHUM|Permanent|1040|JPN Site 012211040|Active|MOE|Japan Ministry of Environment||35.774060|140.296464||9.00||||||| +012211510|012211510|392012211510|NO2|Permanent|1510|JPN Site 012211510|Active|MOE|Japan Ministry of Environment||35.778226|140.321462||9.00||||||| +012211510|012211510|392012211510|CO|Permanent|1510|JPN Site 012211510|Active|MOE|Japan Ministry of Environment||35.778226|140.321462||9.00||||||| +012211510|012211510|392012211510|WS|Permanent|1510|JPN Site 012211510|Active|MOE|Japan Ministry of Environment||35.778226|140.321462||9.00||||||| +012211510|012211510|392012211510|WD|Permanent|1510|JPN Site 012211510|Active|MOE|Japan Ministry of Environment||35.778226|140.321462||9.00||||||| +012211510|012211510|392012211510|NOX|Permanent|1510|JPN Site 012211510|Active|MOE|Japan Ministry of Environment||35.778226|140.321462||9.00||||||| +012211510|012211510|392012211510|NO|Permanent|1510|JPN Site 012211510|Active|MOE|Japan Ministry of Environment||35.778226|140.321462||9.00||||||| +012212040|012212040|392012212040|WS|Permanent|2040|JPN Site 012212040|Active|MOE|Japan Ministry of Environment||35.727674|140.206474||9.00||||||| +012212040|012212040|392012212040|WD|Permanent|2040|JPN Site 012212040|Active|MOE|Japan Ministry of Environment||35.727674|140.206474||9.00||||||| +012212040|012212040|392012212040|RHUM|Permanent|2040|JPN Site 012212040|Active|MOE|Japan Ministry of Environment||35.727674|140.206474||9.00||||||| +012212040|012212040|392012212040|NOX|Permanent|2040|JPN Site 012212040|Active|MOE|Japan Ministry of Environment||35.727674|140.206474||9.00||||||| +012212040|012212040|392012212040|NO2|Permanent|2040|JPN Site 012212040|Active|MOE|Japan Ministry of Environment||35.727674|140.206474||9.00||||||| +012212040|012212040|392012212040|NO|Permanent|2040|JPN Site 012212040|Active|MOE|Japan Ministry of Environment||35.727674|140.206474||9.00||||||| +012212040|012212040|392012212040|SO2|Permanent|2040|JPN Site 012212040|Active|MOE|Japan Ministry of Environment||35.727674|140.206474||9.00||||||| +012212040|012212040|392012212040|TEMP|Permanent|2040|JPN Site 012212040|Active|MOE|Japan Ministry of Environment||35.727674|140.206474||9.00||||||| +012212520|012212520|392012212520|WS|Permanent|2520|JPN Site 012212520|Active|MOE|Japan Ministry of Environment||35.684068|140.217031||9.00||||||| +012212520|012212520|392012212520|WD|Permanent|2520|JPN Site 012212520|Active|MOE|Japan Ministry of Environment||35.684068|140.217031||9.00||||||| +012212520|012212520|392012212520|NOX|Permanent|2520|JPN Site 012212520|Active|MOE|Japan Ministry of Environment||35.684068|140.217031||9.00||||||| +012212520|012212520|392012212520|NO|Permanent|2520|JPN Site 012212520|Active|MOE|Japan Ministry of Environment||35.684068|140.217031||9.00||||||| +012212520|012212520|392012212520|NO2|Permanent|2520|JPN Site 012212520|Active|MOE|Japan Ministry of Environment||35.684068|140.217031||9.00||||||| +012212520|012212520|392012212520|CO|Permanent|2520|JPN Site 012212520|Active|MOE|Japan Ministry of Environment||35.684068|140.217031||9.00||||||| +012213010|012213010|392012213010|NO2|Permanent|3010|JPN Site 012213010|Active|MOE|Japan Ministry of Environment||35.554918|140.372024||9.00||||||| +012213010|012213010|392012213010|TEMP|Permanent|3010|JPN Site 012213010|Active|MOE|Japan Ministry of Environment||35.554918|140.372024||9.00||||||| +012213010|012213010|392012213010|WS|Permanent|3010|JPN Site 012213010|Active|MOE|Japan Ministry of Environment||35.554918|140.372024||9.00||||||| +012213010|012213010|392012213010|WD|Permanent|3010|JPN Site 012213010|Active|MOE|Japan Ministry of Environment||35.554918|140.372024||9.00||||||| +012213010|012213010|392012213010|RHUM|Permanent|3010|JPN Site 012213010|Active|MOE|Japan Ministry of Environment||35.554918|140.372024||9.00||||||| +012213010|012213010|392012213010|NOX|Permanent|3010|JPN Site 012213010|Active|MOE|Japan Ministry of Environment||35.554918|140.372024||9.00||||||| +012213010|012213010|392012213010|NO|Permanent|3010|JPN Site 012213010|Active|MOE|Japan Ministry of Environment||35.554918|140.372024||9.00||||||| +012214010|012214010|392012214010|NO|Permanent|4010|JPN Site 012214010|Active|MOE|Japan Ministry of Environment||35.720459|140.578110||9.00||||||| +012214010|012214010|392012214010|NO2|Permanent|4010|JPN Site 012214010|Active|MOE|Japan Ministry of Environment||35.720459|140.578110||9.00||||||| +012214010|012214010|392012214010|TEMP|Permanent|4010|JPN Site 012214010|Active|MOE|Japan Ministry of Environment||35.720459|140.578110||9.00||||||| +012214010|012214010|392012214010|WS|Permanent|4010|JPN Site 012214010|Active|MOE|Japan Ministry of Environment||35.720459|140.578110||9.00||||||| +012214010|012214010|392012214010|WD|Permanent|4010|JPN Site 012214010|Active|MOE|Japan Ministry of Environment||35.720459|140.578110||9.00||||||| +012214010|012214010|392012214010|RHUM|Permanent|4010|JPN Site 012214010|Active|MOE|Japan Ministry of Environment||35.720459|140.578110||9.00||||||| +012214010|012214010|392012214010|NOX|Permanent|4010|JPN Site 012214010|Active|MOE|Japan Ministry of Environment||35.720459|140.578110||9.00||||||| +012216010|012216010|392012216010|TEMP|Permanent|6010|JPN Site 012216010|Active|MOE|Japan Ministry of Environment||35.685453|140.032324||9.00||||||| +012216010|012216010|392012216010|WS|Permanent|6010|JPN Site 012216010|Active|MOE|Japan Ministry of Environment||35.685453|140.032324||9.00||||||| +012216010|012216010|392012216010|WD|Permanent|6010|JPN Site 012216010|Active|MOE|Japan Ministry of Environment||35.685453|140.032324||9.00||||||| +012216010|012216010|392012216010|RHUM|Permanent|6010|JPN Site 012216010|Active|MOE|Japan Ministry of Environment||35.685453|140.032324||9.00||||||| +012216010|012216010|392012216010|NOX|Permanent|6010|JPN Site 012216010|Active|MOE|Japan Ministry of Environment||35.685453|140.032324||9.00||||||| +012216010|012216010|392012216010|NO|Permanent|6010|JPN Site 012216010|Active|MOE|Japan Ministry of Environment||35.685453|140.032324||9.00||||||| +012216010|012216010|392012216010|NO2|Permanent|6010|JPN Site 012216010|Active|MOE|Japan Ministry of Environment||35.685453|140.032324||9.00||||||| +012216010|012216010|392012216010|SO2|Permanent|6010|JPN Site 012216010|Active|MOE|Japan Ministry of Environment||35.685453|140.032324||9.00||||||| +012217020|012217020|392012217020|TEMP|Permanent|7020|JPN Site 012217020|Active|MOE|Japan Ministry of Environment||35.843769|139.972322||9.00||||||| +012217020|012217020|392012217020|WS|Permanent|7020|JPN Site 012217020|Active|MOE|Japan Ministry of Environment||35.843769|139.972322||9.00||||||| +012217020|012217020|392012217020|WD|Permanent|7020|JPN Site 012217020|Active|MOE|Japan Ministry of Environment||35.843769|139.972322||9.00||||||| +012217020|012217020|392012217020|RHUM|Permanent|7020|JPN Site 012217020|Active|MOE|Japan Ministry of Environment||35.843769|139.972322||9.00||||||| +012217020|012217020|392012217020|NOX|Permanent|7020|JPN Site 012217020|Active|MOE|Japan Ministry of Environment||35.843769|139.972322||9.00||||||| +012217020|012217020|392012217020|NO|Permanent|7020|JPN Site 012217020|Active|MOE|Japan Ministry of Environment||35.843769|139.972322||9.00||||||| +012217020|012217020|392012217020|NO2|Permanent|7020|JPN Site 012217020|Active|MOE|Japan Ministry of Environment||35.843769|139.972322||9.00||||||| +012217020|012217020|392012217020|SO2|Permanent|7020|JPN Site 012217020|Active|MOE|Japan Ministry of Environment||35.843769|139.972322||9.00||||||| +012217030|012217030|392012217030|NOX|Permanent|7030|JPN Site 012217030|Active|MOE|Japan Ministry of Environment||35.900151|139.963709||9.00||||||| +012217030|012217030|392012217030|NO|Permanent|7030|JPN Site 012217030|Active|MOE|Japan Ministry of Environment||35.900151|139.963709||9.00||||||| +012217030|012217030|392012217030|NO2|Permanent|7030|JPN Site 012217030|Active|MOE|Japan Ministry of Environment||35.900151|139.963709||9.00||||||| +012217030|012217030|392012217030|SO2|Permanent|7030|JPN Site 012217030|Active|MOE|Japan Ministry of Environment||35.900151|139.963709||9.00||||||| +012217030|012217030|392012217030|TEMP|Permanent|7030|JPN Site 012217030|Active|MOE|Japan Ministry of Environment||35.900151|139.963709||9.00||||||| +012217030|012217030|392012217030|WS|Permanent|7030|JPN Site 012217030|Active|MOE|Japan Ministry of Environment||35.900151|139.963709||9.00||||||| +012217030|012217030|392012217030|WD|Permanent|7030|JPN Site 012217030|Active|MOE|Japan Ministry of Environment||35.900151|139.963709||9.00||||||| +012217030|012217030|392012217030|RHUM|Permanent|7030|JPN Site 012217030|Active|MOE|Japan Ministry of Environment||35.900151|139.963709||9.00||||||| +012217510|012217510|392012217510|CO|Permanent|7510|JPN Site 012217510|Active|MOE|Japan Ministry of Environment||35.860711|139.965655||9.00||||||| +012217510|012217510|392012217510|NOX|Permanent|7510|JPN Site 012217510|Active|MOE|Japan Ministry of Environment||35.860711|139.965655||9.00||||||| +012217510|012217510|392012217510|NO|Permanent|7510|JPN Site 012217510|Active|MOE|Japan Ministry of Environment||35.860711|139.965655||9.00||||||| +012217510|012217510|392012217510|NO2|Permanent|7510|JPN Site 012217510|Active|MOE|Japan Ministry of Environment||35.860711|139.965655||9.00||||||| +012217520|012217520|392012217520|NO2|Permanent|7520|JPN Site 012217520|Active|MOE|Japan Ministry of Environment||35.895429|139.914268||9.00||||||| +012217520|012217520|392012217520|NOX|Permanent|7520|JPN Site 012217520|Active|MOE|Japan Ministry of Environment||35.895429|139.914268||9.00||||||| +012217520|012217520|392012217520|NO|Permanent|7520|JPN Site 012217520|Active|MOE|Japan Ministry of Environment||35.895429|139.914268||9.00||||||| +012218010|012218010|392012218010|NO2|Permanent|8010|JPN Site 012218010|Active|MOE|Japan Ministry of Environment||35.179123|140.265661||9.00||||||| +012218010|012218010|392012218010|TEMP|Permanent|8010|JPN Site 012218010|Active|MOE|Japan Ministry of Environment||35.179123|140.265661||9.00||||||| +012218010|012218010|392012218010|WS|Permanent|8010|JPN Site 012218010|Active|MOE|Japan Ministry of Environment||35.179123|140.265661||9.00||||||| +012218010|012218010|392012218010|WD|Permanent|8010|JPN Site 012218010|Active|MOE|Japan Ministry of Environment||35.179123|140.265661||9.00||||||| +012218010|012218010|392012218010|RHUM|Permanent|8010|JPN Site 012218010|Active|MOE|Japan Ministry of Environment||35.179123|140.265661||9.00||||||| +012218010|012218010|392012218010|NOX|Permanent|8010|JPN Site 012218010|Active|MOE|Japan Ministry of Environment||35.179123|140.265661||9.00||||||| +012218010|012218010|392012218010|NO|Permanent|8010|JPN Site 012218010|Active|MOE|Japan Ministry of Environment||35.179123|140.265661||9.00||||||| +012219010|012219010|392012219010|WS|Permanent|9010|JPN Site 012219010|Active|MOE|Japan Ministry of Environment||35.536860|140.123990||9.00||||||| +012219010|012219010|392012219010|WD|Permanent|9010|JPN Site 012219010|Active|MOE|Japan Ministry of Environment||35.536860|140.123990||9.00||||||| +012219010|012219010|392012219010|NOX|Permanent|9010|JPN Site 012219010|Active|MOE|Japan Ministry of Environment||35.536860|140.123990||9.00||||||| +012219010|012219010|392012219010|NO|Permanent|9010|JPN Site 012219010|Active|MOE|Japan Ministry of Environment||35.536860|140.123990||9.00||||||| +012219010|012219010|392012219010|NO2|Permanent|9010|JPN Site 012219010|Active|MOE|Japan Ministry of Environment||35.536860|140.123990||9.00||||||| +012219010|012219010|392012219010|SO2|Permanent|9010|JPN Site 012219010|Active|MOE|Japan Ministry of Environment||35.536860|140.123990||9.00||||||| +012219030|012219030|392012219030|NO2|Permanent|9030|JPN Site 012219030|Active|MOE|Japan Ministry of Environment||35.512139|140.086494||9.00||||||| +012219030|012219030|392012219030|SO2|Permanent|9030|JPN Site 012219030|Active|MOE|Japan Ministry of Environment||35.512139|140.086494||9.00||||||| +012219030|012219030|392012219030|WS|Permanent|9030|JPN Site 012219030|Active|MOE|Japan Ministry of Environment||35.512139|140.086494||9.00||||||| +012219030|012219030|392012219030|WD|Permanent|9030|JPN Site 012219030|Active|MOE|Japan Ministry of Environment||35.512139|140.086494||9.00||||||| +012219030|012219030|392012219030|NOX|Permanent|9030|JPN Site 012219030|Active|MOE|Japan Ministry of Environment||35.512139|140.086494||9.00||||||| +012219030|012219030|392012219030|NO|Permanent|9030|JPN Site 012219030|Active|MOE|Japan Ministry of Environment||35.512139|140.086494||9.00||||||| +012219060|012219060|392012219060|WS|Permanent|9060|JPN Site 012219060|Active|MOE|Japan Ministry of Environment||35.478531|140.049554||9.00||||||| +012219060|012219060|392012219060|WD|Permanent|9060|JPN Site 012219060|Active|MOE|Japan Ministry of Environment||35.478531|140.049554||9.00||||||| +012219060|012219060|392012219060|NOX|Permanent|9060|JPN Site 012219060|Active|MOE|Japan Ministry of Environment||35.478531|140.049554||9.00||||||| +012219060|012219060|392012219060|NO|Permanent|9060|JPN Site 012219060|Active|MOE|Japan Ministry of Environment||35.478531|140.049554||9.00||||||| +012219060|012219060|392012219060|NO2|Permanent|9060|JPN Site 012219060|Active|MOE|Japan Ministry of Environment||35.478531|140.049554||9.00||||||| +012219060|012219060|392012219060|SO2|Permanent|9060|JPN Site 012219060|Active|MOE|Japan Ministry of Environment||35.478531|140.049554||9.00||||||| +012219090|012219090|392012219090|NO2|Permanent|9090|JPN Site 012219090|Active|MOE|Japan Ministry of Environment||35.487697|140.077051||9.00||||||| +012219090|012219090|392012219090|SO2|Permanent|9090|JPN Site 012219090|Active|MOE|Japan Ministry of Environment||35.487697|140.077051||9.00||||||| +012219090|012219090|392012219090|WS|Permanent|9090|JPN Site 012219090|Active|MOE|Japan Ministry of Environment||35.487697|140.077051||9.00||||||| +012219090|012219090|392012219090|WD|Permanent|9090|JPN Site 012219090|Active|MOE|Japan Ministry of Environment||35.487697|140.077051||9.00||||||| +012219090|012219090|392012219090|NOX|Permanent|9090|JPN Site 012219090|Active|MOE|Japan Ministry of Environment||35.487697|140.077051||9.00||||||| +012219090|012219090|392012219090|NO|Permanent|9090|JPN Site 012219090|Active|MOE|Japan Ministry of Environment||35.487697|140.077051||9.00||||||| +012219110|012219110|392012219110|NO2|Permanent|9110|JPN Site 012219110|Active|MOE|Japan Ministry of Environment||35.497143|140.180376||9.00||||||| +012219110|012219110|392012219110|WS|Permanent|9110|JPN Site 012219110|Active|MOE|Japan Ministry of Environment||35.497143|140.180376||9.00||||||| +012219110|012219110|392012219110|WD|Permanent|9110|JPN Site 012219110|Active|MOE|Japan Ministry of Environment||35.497143|140.180376||9.00||||||| +012219110|012219110|392012219110|NOX|Permanent|9110|JPN Site 012219110|Active|MOE|Japan Ministry of Environment||35.497143|140.180376||9.00||||||| +012219110|012219110|392012219110|NO|Permanent|9110|JPN Site 012219110|Active|MOE|Japan Ministry of Environment||35.497143|140.180376||9.00||||||| +012219120|012219120|392012219120|NO2|Permanent|9120|JPN Site 012219120|Active|MOE|Japan Ministry of Environment||35.523250|140.150933||9.00||||||| +012219120|012219120|392012219120|SO2|Permanent|9120|JPN Site 012219120|Active|MOE|Japan Ministry of Environment||35.523250|140.150933||9.00||||||| +012219120|012219120|392012219120|WS|Permanent|9120|JPN Site 012219120|Active|MOE|Japan Ministry of Environment||35.523250|140.150933||9.00||||||| +012219120|012219120|392012219120|WD|Permanent|9120|JPN Site 012219120|Active|MOE|Japan Ministry of Environment||35.523250|140.150933||9.00||||||| +012219120|012219120|392012219120|NOX|Permanent|9120|JPN Site 012219120|Active|MOE|Japan Ministry of Environment||35.523250|140.150933||9.00||||||| +012219120|012219120|392012219120|NO|Permanent|9120|JPN Site 012219120|Active|MOE|Japan Ministry of Environment||35.523250|140.150933||9.00||||||| +012219140|012219140|392012219140|WS|Permanent|9140|JPN Site 012219140|Active|MOE|Japan Ministry of Environment||35.448535|140.052055||9.00||||||| +012219140|012219140|392012219140|WD|Permanent|9140|JPN Site 012219140|Active|MOE|Japan Ministry of Environment||35.448535|140.052055||9.00||||||| +012219140|012219140|392012219140|NOX|Permanent|9140|JPN Site 012219140|Active|MOE|Japan Ministry of Environment||35.448535|140.052055||9.00||||||| +012219140|012219140|392012219140|NO|Permanent|9140|JPN Site 012219140|Active|MOE|Japan Ministry of Environment||35.448535|140.052055||9.00||||||| +012219140|012219140|392012219140|NO2|Permanent|9140|JPN Site 012219140|Active|MOE|Japan Ministry of Environment||35.448535|140.052055||9.00||||||| +012219140|012219140|392012219140|SO2|Permanent|9140|JPN Site 012219140|Active|MOE|Japan Ministry of Environment||35.448535|140.052055||9.00||||||| +012219180|012219180|392012219180|NO2|Permanent|9180|JPN Site 012219180|Active|MOE|Japan Ministry of Environment||35.448536|140.135937||9.00||||||| +012219180|012219180|392012219180|WS|Permanent|9180|JPN Site 012219180|Active|MOE|Japan Ministry of Environment||35.448536|140.135937||9.00||||||| +012219180|012219180|392012219180|WD|Permanent|9180|JPN Site 012219180|Active|MOE|Japan Ministry of Environment||35.448536|140.135937||9.00||||||| +012219180|012219180|392012219180|NOX|Permanent|9180|JPN Site 012219180|Active|MOE|Japan Ministry of Environment||35.448536|140.135937||9.00||||||| +012219180|012219180|392012219180|NO|Permanent|9180|JPN Site 012219180|Active|MOE|Japan Ministry of Environment||35.448536|140.135937||9.00||||||| +012219190|012219190|392012219190|TEMP|Permanent|9190|JPN Site 012219190|Active|MOE|Japan Ministry of Environment||35.526582|140.068162||9.00||||||| +012219190|012219190|392012219190|WS|Permanent|9190|JPN Site 012219190|Active|MOE|Japan Ministry of Environment||35.526582|140.068162||9.00||||||| +012219190|012219190|392012219190|WD|Permanent|9190|JPN Site 012219190|Active|MOE|Japan Ministry of Environment||35.526582|140.068162||9.00||||||| +012219190|012219190|392012219190|RHUM|Permanent|9190|JPN Site 012219190|Active|MOE|Japan Ministry of Environment||35.526582|140.068162||9.00||||||| +012219190|012219190|392012219190|NOX|Permanent|9190|JPN Site 012219190|Active|MOE|Japan Ministry of Environment||35.526582|140.068162||9.00||||||| +012219190|012219190|392012219190|NO|Permanent|9190|JPN Site 012219190|Active|MOE|Japan Ministry of Environment||35.526582|140.068162||9.00||||||| +012219190|012219190|392012219190|NO2|Permanent|9190|JPN Site 012219190|Active|MOE|Japan Ministry of Environment||35.526582|140.068162||9.00||||||| +012219190|012219190|392012219190|SO2|Permanent|9190|JPN Site 012219190|Active|MOE|Japan Ministry of Environment||35.526582|140.068162||9.00||||||| +012219200|012219200|392012219200|RHUM|Permanent|9200|JPN Site 012219200|Active|MOE|Japan Ministry of Environment||35.509918|140.115381||9.00||||||| +012219200|012219200|392012219200|NOX|Permanent|9200|JPN Site 012219200|Active|MOE|Japan Ministry of Environment||35.509918|140.115381||9.00||||||| +012219200|012219200|392012219200|WD|Permanent|9200|JPN Site 012219200|Active|MOE|Japan Ministry of Environment||35.509918|140.115381||9.00||||||| +012219200|012219200|392012219200|NO|Permanent|9200|JPN Site 012219200|Active|MOE|Japan Ministry of Environment||35.509918|140.115381||9.00||||||| +012219200|012219200|392012219200|NO2|Permanent|9200|JPN Site 012219200|Active|MOE|Japan Ministry of Environment||35.509918|140.115381||9.00||||||| +012219200|012219200|392012219200|CO|Permanent|9200|JPN Site 012219200|Active|MOE|Japan Ministry of Environment||35.509918|140.115381||9.00||||||| +012219200|012219200|392012219200|SO2|Permanent|9200|JPN Site 012219200|Active|MOE|Japan Ministry of Environment||35.509918|140.115381||9.00||||||| +012219200|012219200|392012219200|TEMP|Permanent|9200|JPN Site 012219200|Active|MOE|Japan Ministry of Environment||35.509918|140.115381||9.00||||||| +012219200|012219200|392012219200|WS|Permanent|9200|JPN Site 012219200|Active|MOE|Japan Ministry of Environment||35.509918|140.115381||9.00||||||| +012219380|012219380|392012219380|WD|Permanent|9380|JPN Site 012219380|Active|MOE|Japan Ministry of Environment||35.333271|140.146775||9.00||||||| +012219380|012219380|392012219380|NOX|Permanent|9380|JPN Site 012219380|Active|MOE|Japan Ministry of Environment||35.333271|140.146775||9.00||||||| +012219380|012219380|392012219380|NO|Permanent|9380|JPN Site 012219380|Active|MOE|Japan Ministry of Environment||35.333271|140.146775||9.00||||||| +012219380|012219380|392012219380|NO2|Permanent|9380|JPN Site 012219380|Active|MOE|Japan Ministry of Environment||35.333271|140.146775||9.00||||||| +012219380|012219380|392012219380|WS|Permanent|9380|JPN Site 012219380|Active|MOE|Japan Ministry of Environment||35.333271|140.146775||9.00||||||| +012219390|012219390|392012219390|WD|Permanent|9390|JPN Site 012219390|Active|MOE|Japan Ministry of Environment||35.405763|140.143161||9.00||||||| +012219390|012219390|392012219390|NOX|Permanent|9390|JPN Site 012219390|Active|MOE|Japan Ministry of Environment||35.405763|140.143161||9.00||||||| +012219390|012219390|392012219390|NO|Permanent|9390|JPN Site 012219390|Active|MOE|Japan Ministry of Environment||35.405763|140.143161||9.00||||||| +012219390|012219390|392012219390|NO2|Permanent|9390|JPN Site 012219390|Active|MOE|Japan Ministry of Environment||35.405763|140.143161||9.00||||||| +012219390|012219390|392012219390|SO2|Permanent|9390|JPN Site 012219390|Active|MOE|Japan Ministry of Environment||35.405763|140.143161||9.00||||||| +012219390|012219390|392012219390|WS|Permanent|9390|JPN Site 012219390|Active|MOE|Japan Ministry of Environment||35.405763|140.143161||9.00||||||| +012219510|012219510|392012219510|SO2|Permanent|9510|JPN Site 012219510|Active|MOE|Japan Ministry of Environment||35.516583|140.085105||9.00||||||| +012219510|012219510|392012219510|WS|Permanent|9510|JPN Site 012219510|Active|MOE|Japan Ministry of Environment||35.516583|140.085105||9.00||||||| +012219510|012219510|392012219510|WD|Permanent|9510|JPN Site 012219510|Active|MOE|Japan Ministry of Environment||35.516583|140.085105||9.00||||||| +012219510|012219510|392012219510|NOX|Permanent|9510|JPN Site 012219510|Active|MOE|Japan Ministry of Environment||35.516583|140.085105||9.00||||||| +012219510|012219510|392012219510|NO|Permanent|9510|JPN Site 012219510|Active|MOE|Japan Ministry of Environment||35.516583|140.085105||9.00||||||| +012219510|012219510|392012219510|NO2|Permanent|9510|JPN Site 012219510|Active|MOE|Japan Ministry of Environment||35.516583|140.085105||9.00||||||| +012219510|012219510|392012219510|CO|Permanent|9510|JPN Site 012219510|Active|MOE|Japan Ministry of Environment||35.516583|140.085105||9.00||||||| +012220010|012220010|392012220010|TEMP|Permanent|0010|JPN Site 012220010|Active|MOE|Japan Ministry of Environment||35.856822|139.903438||9.00||||||| +012220010|012220010|392012220010|RHUM|Permanent|0010|JPN Site 012220010|Active|MOE|Japan Ministry of Environment||35.856822|139.903438||9.00||||||| +012220010|012220010|392012220010|NOX|Permanent|0010|JPN Site 012220010|Active|MOE|Japan Ministry of Environment||35.856822|139.903438||9.00||||||| +012220010|012220010|392012220010|NO|Permanent|0010|JPN Site 012220010|Active|MOE|Japan Ministry of Environment||35.856822|139.903438||9.00||||||| +012220010|012220010|392012220010|NO2|Permanent|0010|JPN Site 012220010|Active|MOE|Japan Ministry of Environment||35.856822|139.903438||9.00||||||| +012220010|012220010|392012220010|SO2|Permanent|0010|JPN Site 012220010|Active|MOE|Japan Ministry of Environment||35.856822|139.903438||9.00||||||| +012221020|012221020|392012221020|WS|Permanent|1020|JPN Site 012221020|Active|MOE|Japan Ministry of Environment||35.716840|140.081763||9.00||||||| +012221020|012221020|392012221020|WD|Permanent|1020|JPN Site 012221020|Active|MOE|Japan Ministry of Environment||35.716840|140.081763||9.00||||||| +012221020|012221020|392012221020|RHUM|Permanent|1020|JPN Site 012221020|Active|MOE|Japan Ministry of Environment||35.716840|140.081763||9.00||||||| +012221020|012221020|392012221020|NOX|Permanent|1020|JPN Site 012221020|Active|MOE|Japan Ministry of Environment||35.716840|140.081763||9.00||||||| +012221020|012221020|392012221020|NO|Permanent|1020|JPN Site 012221020|Active|MOE|Japan Ministry of Environment||35.716840|140.081763||9.00||||||| +012221020|012221020|392012221020|NO2|Permanent|1020|JPN Site 012221020|Active|MOE|Japan Ministry of Environment||35.716840|140.081763||9.00||||||| +012221020|012221020|392012221020|TEMP|Permanent|1020|JPN Site 012221020|Active|MOE|Japan Ministry of Environment||35.716840|140.081763||9.00||||||| +012221510|012221510|392012221510|NO2|Permanent|1510|JPN Site 012221510|Active|MOE|Japan Ministry of Environment||35.716285|140.113427||9.00||||||| +012221510|012221510|392012221510|CO|Permanent|1510|JPN Site 012221510|Active|MOE|Japan Ministry of Environment||35.716285|140.113427||9.00||||||| +012221510|012221510|392012221510|WS|Permanent|1510|JPN Site 012221510|Active|MOE|Japan Ministry of Environment||35.716285|140.113427||9.00||||||| +012221510|012221510|392012221510|WD|Permanent|1510|JPN Site 012221510|Active|MOE|Japan Ministry of Environment||35.716285|140.113427||9.00||||||| +012221510|012221510|392012221510|NOX|Permanent|1510|JPN Site 012221510|Active|MOE|Japan Ministry of Environment||35.716285|140.113427||9.00||||||| +012221510|012221510|392012221510|NO|Permanent|1510|JPN Site 012221510|Active|MOE|Japan Ministry of Environment||35.716285|140.113427||9.00||||||| +012222010|012222010|392012222010|NO|Permanent|2010|JPN Site 012222010|Active|MOE|Japan Ministry of Environment||35.862102|140.076479||9.00||||||| +012222010|012222010|392012222010|NO2|Permanent|2010|JPN Site 012222010|Active|MOE|Japan Ministry of Environment||35.862102|140.076479||9.00||||||| +012222010|012222010|392012222010|TEMP|Permanent|2010|JPN Site 012222010|Active|MOE|Japan Ministry of Environment||35.862102|140.076479||9.00||||||| +012222010|012222010|392012222010|WS|Permanent|2010|JPN Site 012222010|Active|MOE|Japan Ministry of Environment||35.862102|140.076479||9.00||||||| +012222010|012222010|392012222010|WD|Permanent|2010|JPN Site 012222010|Active|MOE|Japan Ministry of Environment||35.862102|140.076479||9.00||||||| +012222010|012222010|392012222010|RHUM|Permanent|2010|JPN Site 012222010|Active|MOE|Japan Ministry of Environment||35.862102|140.076479||9.00||||||| +012222010|012222010|392012222010|NOX|Permanent|2010|JPN Site 012222010|Active|MOE|Japan Ministry of Environment||35.862102|140.076479||9.00||||||| +012224040|012224040|392012224040|TEMP|Permanent|4040|JPN Site 012224040|Active|MOE|Japan Ministry of Environment||35.793775|140.017876||9.00||||||| +012224040|012224040|392012224040|WS|Permanent|4040|JPN Site 012224040|Active|MOE|Japan Ministry of Environment||35.793775|140.017876||9.00||||||| +012224040|012224040|392012224040|WD|Permanent|4040|JPN Site 012224040|Active|MOE|Japan Ministry of Environment||35.793775|140.017876||9.00||||||| +012224040|012224040|392012224040|RHUM|Permanent|4040|JPN Site 012224040|Active|MOE|Japan Ministry of Environment||35.793775|140.017876||9.00||||||| +012224040|012224040|392012224040|NOX|Permanent|4040|JPN Site 012224040|Active|MOE|Japan Ministry of Environment||35.793775|140.017876||9.00||||||| +012224040|012224040|392012224040|NO|Permanent|4040|JPN Site 012224040|Active|MOE|Japan Ministry of Environment||35.793775|140.017876||9.00||||||| +012224040|012224040|392012224040|NO2|Permanent|4040|JPN Site 012224040|Active|MOE|Japan Ministry of Environment||35.793775|140.017876||9.00||||||| +012224040|012224040|392012224040|SO2|Permanent|4040|JPN Site 012224040|Active|MOE|Japan Ministry of Environment||35.793775|140.017876||9.00||||||| +012225010|012225010|392012225010|SO2|Permanent|5010|JPN Site 012225010|Active|MOE|Japan Ministry of Environment||35.334933|139.898740||9.00||||||| +012225010|012225010|392012225010|WS|Permanent|5010|JPN Site 012225010|Active|MOE|Japan Ministry of Environment||35.334933|139.898740||9.00||||||| +012225010|012225010|392012225010|WD|Permanent|5010|JPN Site 012225010|Active|MOE|Japan Ministry of Environment||35.334933|139.898740||9.00||||||| +012225010|012225010|392012225010|RHUM|Permanent|5010|JPN Site 012225010|Active|MOE|Japan Ministry of Environment||35.334933|139.898740||9.00||||||| +012225010|012225010|392012225010|NOX|Permanent|5010|JPN Site 012225010|Active|MOE|Japan Ministry of Environment||35.334933|139.898740||9.00||||||| +012225010|012225010|392012225010|NO|Permanent|5010|JPN Site 012225010|Active|MOE|Japan Ministry of Environment||35.334933|139.898740||9.00||||||| +012225010|012225010|392012225010|NO2|Permanent|5010|JPN Site 012225010|Active|MOE|Japan Ministry of Environment||35.334933|139.898740||9.00||||||| +012225010|012225010|392012225010|TEMP|Permanent|5010|JPN Site 012225010|Active|MOE|Japan Ministry of Environment||35.334933|139.898740||9.00||||||| +012225030|012225030|392012225030|SO2|Permanent|5030|JPN Site 012225030|Active|MOE|Japan Ministry of Environment||35.343543|139.884574||9.00||||||| +012225030|012225030|392012225030|WS|Permanent|5030|JPN Site 012225030|Active|MOE|Japan Ministry of Environment||35.343543|139.884574||9.00||||||| +012225030|012225030|392012225030|WD|Permanent|5030|JPN Site 012225030|Active|MOE|Japan Ministry of Environment||35.343543|139.884574||9.00||||||| +012225030|012225030|392012225030|NOX|Permanent|5030|JPN Site 012225030|Active|MOE|Japan Ministry of Environment||35.343543|139.884574||9.00||||||| +012225030|012225030|392012225030|NO|Permanent|5030|JPN Site 012225030|Active|MOE|Japan Ministry of Environment||35.343543|139.884574||9.00||||||| +012225030|012225030|392012225030|NO2|Permanent|5030|JPN Site 012225030|Active|MOE|Japan Ministry of Environment||35.343543|139.884574||9.00||||||| +012225070|012225070|392012225070|NOX|Permanent|5070|JPN Site 012225070|Active|MOE|Japan Ministry of Environment||35.301604|139.927906||9.00||||||| +012225070|012225070|392012225070|NO|Permanent|5070|JPN Site 012225070|Active|MOE|Japan Ministry of Environment||35.301604|139.927906||9.00||||||| +012225070|012225070|392012225070|NO2|Permanent|5070|JPN Site 012225070|Active|MOE|Japan Ministry of Environment||35.301604|139.927906||9.00||||||| +012225070|012225070|392012225070|SO2|Permanent|5070|JPN Site 012225070|Active|MOE|Japan Ministry of Environment||35.301604|139.927906||9.00||||||| +012225070|012225070|392012225070|WS|Permanent|5070|JPN Site 012225070|Active|MOE|Japan Ministry of Environment||35.301604|139.927906||9.00||||||| +012225070|012225070|392012225070|WD|Permanent|5070|JPN Site 012225070|Active|MOE|Japan Ministry of Environment||35.301604|139.927906||9.00||||||| +012225080|012225080|392012225080|WD|Permanent|5080|JPN Site 012225080|Active|MOE|Japan Ministry of Environment||35.342987|139.865965||9.00||||||| +012225080|012225080|392012225080|RHUM|Permanent|5080|JPN Site 012225080|Active|MOE|Japan Ministry of Environment||35.342987|139.865965||9.00||||||| +012225080|012225080|392012225080|NOX|Permanent|5080|JPN Site 012225080|Active|MOE|Japan Ministry of Environment||35.342987|139.865965||9.00||||||| +012225080|012225080|392012225080|NO|Permanent|5080|JPN Site 012225080|Active|MOE|Japan Ministry of Environment||35.342987|139.865965||9.00||||||| +012225080|012225080|392012225080|NO2|Permanent|5080|JPN Site 012225080|Active|MOE|Japan Ministry of Environment||35.342987|139.865965||9.00||||||| +012225080|012225080|392012225080|SO2|Permanent|5080|JPN Site 012225080|Active|MOE|Japan Ministry of Environment||35.342987|139.865965||9.00||||||| +012225080|012225080|392012225080|TEMP|Permanent|5080|JPN Site 012225080|Active|MOE|Japan Ministry of Environment||35.342987|139.865965||9.00||||||| +012225080|012225080|392012225080|WS|Permanent|5080|JPN Site 012225080|Active|MOE|Japan Ministry of Environment||35.342987|139.865965||9.00||||||| +012225090|012225090|392012225090|NO2|Permanent|5090|JPN Site 012225090|Active|MOE|Japan Ministry of Environment||35.322715|140.053450||9.00||||||| +012225090|012225090|392012225090|SO2|Permanent|5090|JPN Site 012225090|Active|MOE|Japan Ministry of Environment||35.322715|140.053450||9.00||||||| +012225090|012225090|392012225090|TEMP|Permanent|5090|JPN Site 012225090|Active|MOE|Japan Ministry of Environment||35.322715|140.053450||9.00||||||| +012225090|012225090|392012225090|WS|Permanent|5090|JPN Site 012225090|Active|MOE|Japan Ministry of Environment||35.322715|140.053450||9.00||||||| +012225090|012225090|392012225090|WD|Permanent|5090|JPN Site 012225090|Active|MOE|Japan Ministry of Environment||35.322715|140.053450||9.00||||||| +012225090|012225090|392012225090|RHUM|Permanent|5090|JPN Site 012225090|Active|MOE|Japan Ministry of Environment||35.322715|140.053450||9.00||||||| +012225090|012225090|392012225090|NOX|Permanent|5090|JPN Site 012225090|Active|MOE|Japan Ministry of Environment||35.322715|140.053450||9.00||||||| +012225090|012225090|392012225090|NO|Permanent|5090|JPN Site 012225090|Active|MOE|Japan Ministry of Environment||35.322715|140.053450||9.00||||||| +012225120|012225120|392012225120|NOX|Permanent|5120|JPN Site 012225120|Active|MOE|Japan Ministry of Environment||35.304382|139.969291||9.00||||||| +012225120|012225120|392012225120|RHUM|Permanent|5120|JPN Site 012225120|Active|MOE|Japan Ministry of Environment||35.304382|139.969291||9.00||||||| +012225120|012225120|392012225120|NO|Permanent|5120|JPN Site 012225120|Active|MOE|Japan Ministry of Environment||35.304382|139.969291||9.00||||||| +012225120|012225120|392012225120|NO2|Permanent|5120|JPN Site 012225120|Active|MOE|Japan Ministry of Environment||35.304382|139.969291||9.00||||||| +012225120|012225120|392012225120|SO2|Permanent|5120|JPN Site 012225120|Active|MOE|Japan Ministry of Environment||35.304382|139.969291||9.00||||||| +012225120|012225120|392012225120|TEMP|Permanent|5120|JPN Site 012225120|Active|MOE|Japan Ministry of Environment||35.304382|139.969291||9.00||||||| +012225120|012225120|392012225120|WS|Permanent|5120|JPN Site 012225120|Active|MOE|Japan Ministry of Environment||35.304382|139.969291||9.00||||||| +012225120|012225120|392012225120|WD|Permanent|5120|JPN Site 012225120|Active|MOE|Japan Ministry of Environment||35.304382|139.969291||9.00||||||| +012226010|012226010|392012226010|NO|Permanent|6010|JPN Site 012226010|Active|MOE|Japan Ministry of Environment||35.322156|139.853467||9.00||||||| +012226010|012226010|392012226010|SO2|Permanent|6010|JPN Site 012226010|Active|MOE|Japan Ministry of Environment||35.322156|139.853467||9.00||||||| +012226010|012226010|392012226010|TEMP|Permanent|6010|JPN Site 012226010|Active|MOE|Japan Ministry of Environment||35.322156|139.853467||9.00||||||| +012226010|012226010|392012226010|WS|Permanent|6010|JPN Site 012226010|Active|MOE|Japan Ministry of Environment||35.322156|139.853467||9.00||||||| +012226010|012226010|392012226010|WD|Permanent|6010|JPN Site 012226010|Active|MOE|Japan Ministry of Environment||35.322156|139.853467||9.00||||||| +012226010|012226010|392012226010|RHUM|Permanent|6010|JPN Site 012226010|Active|MOE|Japan Ministry of Environment||35.322156|139.853467||9.00||||||| +012226010|012226010|392012226010|NOX|Permanent|6010|JPN Site 012226010|Active|MOE|Japan Ministry of Environment||35.322156|139.853467||9.00||||||| +012226010|012226010|392012226010|NO2|Permanent|6010|JPN Site 012226010|Active|MOE|Japan Ministry of Environment||35.322156|139.853467||9.00||||||| +012227510|012227510|392012227510|NO|Permanent|7510|JPN Site 012227510|Active|MOE|Japan Ministry of Environment||35.655454|139.910946||9.00||||||| +012227510|012227510|392012227510|NO2|Permanent|7510|JPN Site 012227510|Active|MOE|Japan Ministry of Environment||35.655454|139.910946||9.00||||||| +012227510|012227510|392012227510|CO|Permanent|7510|JPN Site 012227510|Active|MOE|Japan Ministry of Environment||35.655454|139.910946||9.00||||||| +012227510|012227510|392012227510|WS|Permanent|7510|JPN Site 012227510|Active|MOE|Japan Ministry of Environment||35.655454|139.910946||9.00||||||| +012227510|012227510|392012227510|WD|Permanent|7510|JPN Site 012227510|Active|MOE|Japan Ministry of Environment||35.655454|139.910946||9.00||||||| +012227510|012227510|392012227510|NOX|Permanent|7510|JPN Site 012227510|Active|MOE|Japan Ministry of Environment||35.655454|139.910946||9.00||||||| +012228010|012228010|392012228010|NOX|Permanent|8010|JPN Site 012228010|Active|MOE|Japan Ministry of Environment||35.669346|140.171757||9.00||||||| +012228010|012228010|392012228010|NO|Permanent|8010|JPN Site 012228010|Active|MOE|Japan Ministry of Environment||35.669346|140.171757||9.00||||||| +012228010|012228010|392012228010|NO2|Permanent|8010|JPN Site 012228010|Active|MOE|Japan Ministry of Environment||35.669346|140.171757||9.00||||||| +012228010|012228010|392012228010|TEMP|Permanent|8010|JPN Site 012228010|Active|MOE|Japan Ministry of Environment||35.669346|140.171757||9.00||||||| +012228010|012228010|392012228010|WS|Permanent|8010|JPN Site 012228010|Active|MOE|Japan Ministry of Environment||35.669346|140.171757||9.00||||||| +012228010|012228010|392012228010|WD|Permanent|8010|JPN Site 012228010|Active|MOE|Japan Ministry of Environment||35.669346|140.171757||9.00||||||| +012228010|012228010|392012228010|RHUM|Permanent|8010|JPN Site 012228010|Active|MOE|Japan Ministry of Environment||35.669346|140.171757||9.00||||||| +012230010|012230010|392012230010|RHUM|Permanent|0010|JPN Site 012230010|Active|MOE|Japan Ministry of Environment||35.672960|140.312023||9.00||||||| +012230010|012230010|392012230010|NOX|Permanent|0010|JPN Site 012230010|Active|MOE|Japan Ministry of Environment||35.672960|140.312023||9.00||||||| +012230010|012230010|392012230010|NO|Permanent|0010|JPN Site 012230010|Active|MOE|Japan Ministry of Environment||35.672960|140.312023||9.00||||||| +012230010|012230010|392012230010|NO2|Permanent|0010|JPN Site 012230010|Active|MOE|Japan Ministry of Environment||35.672960|140.312023||9.00||||||| +012230010|012230010|392012230010|TEMP|Permanent|0010|JPN Site 012230010|Active|MOE|Japan Ministry of Environment||35.672960|140.312023||9.00||||||| +012230010|012230010|392012230010|WS|Permanent|0010|JPN Site 012230010|Active|MOE|Japan Ministry of Environment||35.672960|140.312023||9.00||||||| +012230010|012230010|392012230010|WD|Permanent|0010|JPN Site 012230010|Active|MOE|Japan Ministry of Environment||35.672960|140.312023||9.00||||||| +012301020|012301020|392012301020|WS|Permanent|1020|JPN Site 012301020|Active|MOE|Japan Ministry of Environment||35.658787|139.905947||9.00||||||| +012301020|012301020|392012301020|NOX|Permanent|1020|JPN Site 012301020|Active|MOE|Japan Ministry of Environment||35.658787|139.905947||9.00||||||| +012301020|012301020|392012301020|NO|Permanent|1020|JPN Site 012301020|Active|MOE|Japan Ministry of Environment||35.658787|139.905947||9.00||||||| +012301020|012301020|392012301020|NO2|Permanent|1020|JPN Site 012301020|Active|MOE|Japan Ministry of Environment||35.658787|139.905947||9.00||||||| +012301020|012301020|392012301020|CO|Permanent|1020|JPN Site 012301020|Active|MOE|Japan Ministry of Environment||35.658787|139.905947||9.00||||||| +012301020|012301020|392012301020|SO2|Permanent|1020|JPN Site 012301020|Active|MOE|Japan Ministry of Environment||35.658787|139.905947||9.00||||||| +012301020|012301020|392012301020|TEMP|Permanent|1020|JPN Site 012301020|Active|MOE|Japan Ministry of Environment||35.658787|139.905947||9.00||||||| +012301020|012301020|392012301020|WD|Permanent|1020|JPN Site 012301020|Active|MOE|Japan Ministry of Environment||35.658787|139.905947||9.00||||||| +012301020|012301020|392012301020|RHUM|Permanent|1020|JPN Site 012301020|Active|MOE|Japan Ministry of Environment||35.658787|139.905947||9.00||||||| +012303010|012303010|392012303010|TEMP|Permanent|3010|JPN Site 012303010|Active|MOE|Japan Ministry of Environment||36.047633|139.813992||9.00||||||| +012303010|012303010|392012303010|WS|Permanent|3010|JPN Site 012303010|Active|MOE|Japan Ministry of Environment||36.047633|139.813992||9.00||||||| +012303010|012303010|392012303010|WD|Permanent|3010|JPN Site 012303010|Active|MOE|Japan Ministry of Environment||36.047633|139.813992||9.00||||||| +012303010|012303010|392012303010|RHUM|Permanent|3010|JPN Site 012303010|Active|MOE|Japan Ministry of Environment||36.047633|139.813992||9.00||||||| +012303010|012303010|392012303010|NOX|Permanent|3010|JPN Site 012303010|Active|MOE|Japan Ministry of Environment||36.047633|139.813992||9.00||||||| +012303010|012303010|392012303010|NO|Permanent|3010|JPN Site 012303010|Active|MOE|Japan Ministry of Environment||36.047633|139.813992||9.00||||||| +012303010|012303010|392012303010|NO2|Permanent|3010|JPN Site 012303010|Active|MOE|Japan Ministry of Environment||36.047633|139.813992||9.00||||||| +012305510|012305510|392012305510|NO2|Permanent|5510|JPN Site 012305510|Active|MOE|Japan Ministry of Environment||35.841825|140.001486||9.00||||||| +012305510|012305510|392012305510|CO|Permanent|5510|JPN Site 012305510|Active|MOE|Japan Ministry of Environment||35.841825|140.001486||9.00||||||| +012305510|012305510|392012305510|WS|Permanent|5510|JPN Site 012305510|Active|MOE|Japan Ministry of Environment||35.841825|140.001486||9.00||||||| +012305510|012305510|392012305510|WD|Permanent|5510|JPN Site 012305510|Active|MOE|Japan Ministry of Environment||35.841825|140.001486||9.00||||||| +012305510|012305510|392012305510|NOX|Permanent|5510|JPN Site 012305510|Active|MOE|Japan Ministry of Environment||35.841825|140.001486||9.00||||||| +012305510|012305510|392012305510|NO|Permanent|5510|JPN Site 012305510|Active|MOE|Japan Ministry of Environment||35.841825|140.001486||9.00||||||| +012326010|012326010|392012326010|NO2|Permanent|6010|JPN Site 012326010|Active|MOE|Japan Ministry of Environment||35.799052|140.044262||9.00||||||| +012326010|012326010|392012326010|WS|Permanent|6010|JPN Site 012326010|Active|MOE|Japan Ministry of Environment||35.799052|140.044262||9.00||||||| +012326010|012326010|392012326010|WD|Permanent|6010|JPN Site 012326010|Active|MOE|Japan Ministry of Environment||35.799052|140.044262||9.00||||||| +012326010|012326010|392012326010|NOX|Permanent|6010|JPN Site 012326010|Active|MOE|Japan Ministry of Environment||35.799052|140.044262||9.00||||||| +012326010|012326010|392012326010|NO|Permanent|6010|JPN Site 012326010|Active|MOE|Japan Ministry of Environment||35.799052|140.044262||9.00||||||| +012327010|012327010|392012327010|NO2|Permanent|7010|JPN Site 012327010|Active|MOE|Japan Ministry of Environment||35.794332|140.132311||9.00||||||| +012327010|012327010|392012327010|SO2|Permanent|7010|JPN Site 012327010|Active|MOE|Japan Ministry of Environment||35.794332|140.132311||9.00||||||| +012327010|012327010|392012327010|TEMP|Permanent|7010|JPN Site 012327010|Active|MOE|Japan Ministry of Environment||35.794332|140.132311||9.00||||||| +012327010|012327010|392012327010|WS|Permanent|7010|JPN Site 012327010|Active|MOE|Japan Ministry of Environment||35.794332|140.132311||9.00||||||| +012327010|012327010|392012327010|WD|Permanent|7010|JPN Site 012327010|Active|MOE|Japan Ministry of Environment||35.794332|140.132311||9.00||||||| +012327010|012327010|392012327010|RHUM|Permanent|7010|JPN Site 012327010|Active|MOE|Japan Ministry of Environment||35.794332|140.132311||9.00||||||| +012327010|012327010|392012327010|NOX|Permanent|7010|JPN Site 012327010|Active|MOE|Japan Ministry of Environment||35.794332|140.132311||9.00||||||| +012327010|012327010|392012327010|NO|Permanent|7010|JPN Site 012327010|Active|MOE|Japan Ministry of Environment||35.794332|140.132311||9.00||||||| +012329010|012329010|392012329010|TEMP|Permanent|9010|JPN Site 012329010|Active|MOE|Japan Ministry of Environment||35.846829|140.246188||9.00||||||| +012329010|012329010|392012329010|WS|Permanent|9010|JPN Site 012329010|Active|MOE|Japan Ministry of Environment||35.846829|140.246188||9.00||||||| +012329010|012329010|392012329010|WD|Permanent|9010|JPN Site 012329010|Active|MOE|Japan Ministry of Environment||35.846829|140.246188||9.00||||||| +012329010|012329010|392012329010|RHUM|Permanent|9010|JPN Site 012329010|Active|MOE|Japan Ministry of Environment||35.846829|140.246188||9.00||||||| +012329010|012329010|392012329010|NOX|Permanent|9010|JPN Site 012329010|Active|MOE|Japan Ministry of Environment||35.846829|140.246188||9.00||||||| +012329010|012329010|392012329010|NO|Permanent|9010|JPN Site 012329010|Active|MOE|Japan Ministry of Environment||35.846829|140.246188||9.00||||||| +012329010|012329010|392012329010|NO2|Permanent|9010|JPN Site 012329010|Active|MOE|Japan Ministry of Environment||35.846829|140.246188||9.00||||||| +012343010|012343010|392012343010|WD|Permanent|3010|JPN Site 012343010|Active|MOE|Japan Ministry of Environment||35.855720|140.417284||9.00||||||| +012343010|012343010|392012343010|NOX|Permanent|3010|JPN Site 012343010|Active|MOE|Japan Ministry of Environment||35.855720|140.417284||9.00||||||| +012343010|012343010|392012343010|NO|Permanent|3010|JPN Site 012343010|Active|MOE|Japan Ministry of Environment||35.855720|140.417284||9.00||||||| +012343010|012343010|392012343010|NO2|Permanent|3010|JPN Site 012343010|Active|MOE|Japan Ministry of Environment||35.855720|140.417284||9.00||||||| +012343010|012343010|392012343010|WS|Permanent|3010|JPN Site 012343010|Active|MOE|Japan Ministry of Environment||35.855720|140.417284||9.00||||||| +012344020|012344020|392012344020|NO2|Permanent|4020|JPN Site 012344020|Active|MOE|Japan Ministry of Environment||35.847668|140.602825||9.00||||||| +012344020|012344020|392012344020|SO2|Permanent|4020|JPN Site 012344020|Active|MOE|Japan Ministry of Environment||35.847668|140.602825||9.00||||||| +012344020|012344020|392012344020|TEMP|Permanent|4020|JPN Site 012344020|Active|MOE|Japan Ministry of Environment||35.847668|140.602825||9.00||||||| +012344020|012344020|392012344020|WS|Permanent|4020|JPN Site 012344020|Active|MOE|Japan Ministry of Environment||35.847668|140.602825||9.00||||||| +012344020|012344020|392012344020|WD|Permanent|4020|JPN Site 012344020|Active|MOE|Japan Ministry of Environment||35.847668|140.602825||9.00||||||| +012344020|012344020|392012344020|RHUM|Permanent|4020|JPN Site 012344020|Active|MOE|Japan Ministry of Environment||35.847668|140.602825||9.00||||||| +012344020|012344020|392012344020|NOX|Permanent|4020|JPN Site 012344020|Active|MOE|Japan Ministry of Environment||35.847668|140.602825||9.00||||||| +012344020|012344020|392012344020|NO|Permanent|4020|JPN Site 012344020|Active|MOE|Japan Ministry of Environment||35.847668|140.602825||9.00||||||| +012345020|012345020|392012345020|SO2|Permanent|5020|JPN Site 012345020|Active|MOE|Japan Ministry of Environment||35.789619|140.605605||9.00||||||| +012345020|012345020|392012345020|TEMP|Permanent|5020|JPN Site 012345020|Active|MOE|Japan Ministry of Environment||35.789619|140.605605||9.00||||||| +012345020|012345020|392012345020|WS|Permanent|5020|JPN Site 012345020|Active|MOE|Japan Ministry of Environment||35.789619|140.605605||9.00||||||| +012345020|012345020|392012345020|WD|Permanent|5020|JPN Site 012345020|Active|MOE|Japan Ministry of Environment||35.789619|140.605605||9.00||||||| +012345020|012345020|392012345020|RHUM|Permanent|5020|JPN Site 012345020|Active|MOE|Japan Ministry of Environment||35.789619|140.605605||9.00||||||| +012408010|012408010|392012408010|NOX|Permanent|8010|JPN Site 012408010|Active|MOE|Japan Ministry of Environment||35.654909|140.484510||9.00||||||| +012408010|012408010|392012408010|NO|Permanent|8010|JPN Site 012408010|Active|MOE|Japan Ministry of Environment||35.654909|140.484510||9.00||||||| +012408010|012408010|392012408010|NO2|Permanent|8010|JPN Site 012408010|Active|MOE|Japan Ministry of Environment||35.654909|140.484510||9.00||||||| +012408010|012408010|392012408010|TEMP|Permanent|8010|JPN Site 012408010|Active|MOE|Japan Ministry of Environment||35.654909|140.484510||9.00||||||| +012408010|012408010|392012408010|WS|Permanent|8010|JPN Site 012408010|Active|MOE|Japan Ministry of Environment||35.654909|140.484510||9.00||||||| +012408010|012408010|392012408010|WD|Permanent|8010|JPN Site 012408010|Active|MOE|Japan Ministry of Environment||35.654909|140.484510||9.00||||||| +012408010|012408010|392012408010|RHUM|Permanent|8010|JPN Site 012408010|Active|MOE|Japan Ministry of Environment||35.654909|140.484510||9.00||||||| +012409010|012409010|392012409010|TEMP|Permanent|9010|JPN Site 012409010|Active|MOE|Japan Ministry of Environment||35.717679|140.403403||9.00||||||| +012409010|012409010|392012409010|WS|Permanent|9010|JPN Site 012409010|Active|MOE|Japan Ministry of Environment||35.717679|140.403403||9.00||||||| +012409010|012409010|392012409010|WD|Permanent|9010|JPN Site 012409010|Active|MOE|Japan Ministry of Environment||35.717679|140.403403||9.00||||||| +012409010|012409010|392012409010|RHUM|Permanent|9010|JPN Site 012409010|Active|MOE|Japan Ministry of Environment||35.717679|140.403403||9.00||||||| +012421020|012421020|392012421020|NO2|Permanent|1020|JPN Site 012421020|Active|MOE|Japan Ministry of Environment||35.347995|140.380088||9.00||||||| +012421020|012421020|392012421020|SO2|Permanent|1020|JPN Site 012421020|Active|MOE|Japan Ministry of Environment||35.347995|140.380088||9.00||||||| +012421020|012421020|392012421020|TEMP|Permanent|1020|JPN Site 012421020|Active|MOE|Japan Ministry of Environment||35.347995|140.380088||9.00||||||| +012421020|012421020|392012421020|WS|Permanent|1020|JPN Site 012421020|Active|MOE|Japan Ministry of Environment||35.347995|140.380088||9.00||||||| +012421020|012421020|392012421020|WD|Permanent|1020|JPN Site 012421020|Active|MOE|Japan Ministry of Environment||35.347995|140.380088||9.00||||||| +012421020|012421020|392012421020|RHUM|Permanent|1020|JPN Site 012421020|Active|MOE|Japan Ministry of Environment||35.347995|140.380088||9.00||||||| +012421020|012421020|392012421020|NOX|Permanent|1020|JPN Site 012421020|Active|MOE|Japan Ministry of Environment||35.347995|140.380088||9.00||||||| +012421020|012421020|392012421020|NO|Permanent|1020|JPN Site 012421020|Active|MOE|Japan Ministry of Environment||35.347995|140.380088||9.00||||||| +012463010|012463010|392012463010|NO2|Permanent|3010|JPN Site 012463010|Active|MOE|Japan Ministry of Environment||35.110511|139.835422||9.00||||||| +012463010|012463010|392012463010|TEMP|Permanent|3010|JPN Site 012463010|Active|MOE|Japan Ministry of Environment||35.110511|139.835422||9.00||||||| +012463010|012463010|392012463010|WS|Permanent|3010|JPN Site 012463010|Active|MOE|Japan Ministry of Environment||35.110511|139.835422||9.00||||||| +012463010|012463010|392012463010|WD|Permanent|3010|JPN Site 012463010|Active|MOE|Japan Ministry of Environment||35.110511|139.835422||9.00||||||| +012463010|012463010|392012463010|RHUM|Permanent|3010|JPN Site 012463010|Active|MOE|Japan Ministry of Environment||35.110511|139.835422||9.00||||||| +012463010|012463010|392012463010|NOX|Permanent|3010|JPN Site 012463010|Active|MOE|Japan Ministry of Environment||35.110511|139.835422||9.00||||||| +012463010|012463010|392012463010|NO|Permanent|3010|JPN Site 012463010|Active|MOE|Japan Ministry of Environment||35.110511|139.835422||9.00||||||| +012481010|012481010|392012481010|NO2|Permanent|1010|JPN Site 012481010|Active|MOE|Japan Ministry of Environment||35.428813|139.954009||9.00||||||| +012481010|012481010|392012481010|SO2|Permanent|1010|JPN Site 012481010|Active|MOE|Japan Ministry of Environment||35.428813|139.954009||9.00||||||| +012481010|012481010|392012481010|TEMP|Permanent|1010|JPN Site 012481010|Active|MOE|Japan Ministry of Environment||35.428813|139.954009||9.00||||||| +012481010|012481010|392012481010|WS|Permanent|1010|JPN Site 012481010|Active|MOE|Japan Ministry of Environment||35.428813|139.954009||9.00||||||| +012481010|012481010|392012481010|WD|Permanent|1010|JPN Site 012481010|Active|MOE|Japan Ministry of Environment||35.428813|139.954009||9.00||||||| +012481010|012481010|392012481010|RHUM|Permanent|1010|JPN Site 012481010|Active|MOE|Japan Ministry of Environment||35.428813|139.954009||9.00||||||| +012481010|012481010|392012481010|NOX|Permanent|1010|JPN Site 012481010|Active|MOE|Japan Ministry of Environment||35.428813|139.954009||9.00||||||| +012481010|012481010|392012481010|NO|Permanent|1010|JPN Site 012481010|Active|MOE|Japan Ministry of Environment||35.428813|139.954009||9.00||||||| +012481040|012481040|392012481040|WS|Permanent|1040|JPN Site 012481040|Active|MOE|Japan Ministry of Environment||35.456311|140.029835||9.00||||||| +012481040|012481040|392012481040|WD|Permanent|1040|JPN Site 012481040|Active|MOE|Japan Ministry of Environment||35.456311|140.029835||9.00||||||| +012481040|012481040|392012481040|RHUM|Permanent|1040|JPN Site 012481040|Active|MOE|Japan Ministry of Environment||35.456311|140.029835||9.00||||||| +012481040|012481040|392012481040|NOX|Permanent|1040|JPN Site 012481040|Active|MOE|Japan Ministry of Environment||35.456311|140.029835||9.00||||||| +012481040|012481040|392012481040|NO|Permanent|1040|JPN Site 012481040|Active|MOE|Japan Ministry of Environment||35.456311|140.029835||9.00||||||| +012481040|012481040|392012481040|NO2|Permanent|1040|JPN Site 012481040|Active|MOE|Japan Ministry of Environment||35.456311|140.029835||9.00||||||| +012481040|012481040|392012481040|SO2|Permanent|1040|JPN Site 012481040|Active|MOE|Japan Ministry of Environment||35.456311|140.029835||9.00||||||| +012481040|012481040|392012481040|TEMP|Permanent|1040|JPN Site 012481040|Active|MOE|Japan Ministry of Environment||35.456311|140.029835||9.00||||||| +012481050|012481050|392012481050|NO|Permanent|1050|JPN Site 012481050|Active|MOE|Japan Ministry of Environment||35.416870|140.002616||9.00||||||| +012481050|012481050|392012481050|NO2|Permanent|1050|JPN Site 012481050|Active|MOE|Japan Ministry of Environment||35.416870|140.002616||9.00||||||| +012481050|012481050|392012481050|SO2|Permanent|1050|JPN Site 012481050|Active|MOE|Japan Ministry of Environment||35.416870|140.002616||9.00||||||| +012481050|012481050|392012481050|WS|Permanent|1050|JPN Site 012481050|Active|MOE|Japan Ministry of Environment||35.416870|140.002616||9.00||||||| +012481050|012481050|392012481050|WD|Permanent|1050|JPN Site 012481050|Active|MOE|Japan Ministry of Environment||35.416870|140.002616||9.00||||||| +012481050|012481050|392012481050|NOX|Permanent|1050|JPN Site 012481050|Active|MOE|Japan Ministry of Environment||35.416870|140.002616||9.00||||||| +012481060|012481060|392012481060|NO|Permanent|1060|JPN Site 012481060|Active|MOE|Japan Ministry of Environment||35.433258|140.019559||9.00||||||| +012481060|012481060|392012481060|NO2|Permanent|1060|JPN Site 012481060|Active|MOE|Japan Ministry of Environment||35.433258|140.019559||9.00||||||| +012481060|012481060|392012481060|WS|Permanent|1060|JPN Site 012481060|Active|MOE|Japan Ministry of Environment||35.433258|140.019559||9.00||||||| +012481060|012481060|392012481060|WD|Permanent|1060|JPN Site 012481060|Active|MOE|Japan Ministry of Environment||35.433258|140.019559||9.00||||||| +012481060|012481060|392012481060|NOX|Permanent|1060|JPN Site 012481060|Active|MOE|Japan Ministry of Environment||35.433258|140.019559||9.00||||||| +012481070|012481070|392012481070|NO2|Permanent|1070|JPN Site 012481070|Active|MOE|Japan Ministry of Environment||35.364654|140.008174||9.00||||||| +012481070|012481070|392012481070|WS|Permanent|1070|JPN Site 012481070|Active|MOE|Japan Ministry of Environment||35.364654|140.008174||9.00||||||| +012481070|012481070|392012481070|WD|Permanent|1070|JPN Site 012481070|Active|MOE|Japan Ministry of Environment||35.364654|140.008174||9.00||||||| +012481070|012481070|392012481070|NOX|Permanent|1070|JPN Site 012481070|Active|MOE|Japan Ministry of Environment||35.364654|140.008174||9.00||||||| +012481070|012481070|392012481070|NO|Permanent|1070|JPN Site 012481070|Active|MOE|Japan Ministry of Environment||35.364654|140.008174||9.00||||||| +012481080|012481080|392012481080|NOX|Permanent|1080|JPN Site 012481080|Active|MOE|Japan Ministry of Environment||35.390207|140.033726||9.00||||||| +012481080|012481080|392012481080|RHUM|Permanent|1080|JPN Site 012481080|Active|MOE|Japan Ministry of Environment||35.390207|140.033726||9.00||||||| +012481080|012481080|392012481080|NO|Permanent|1080|JPN Site 012481080|Active|MOE|Japan Ministry of Environment||35.390207|140.033726||9.00||||||| +012481080|012481080|392012481080|NO2|Permanent|1080|JPN Site 012481080|Active|MOE|Japan Ministry of Environment||35.390207|140.033726||9.00||||||| +012481080|012481080|392012481080|SO2|Permanent|1080|JPN Site 012481080|Active|MOE|Japan Ministry of Environment||35.390207|140.033726||9.00||||||| +012481080|012481080|392012481080|TEMP|Permanent|1080|JPN Site 012481080|Active|MOE|Japan Ministry of Environment||35.390207|140.033726||9.00||||||| +012481080|012481080|392012481080|WS|Permanent|1080|JPN Site 012481080|Active|MOE|Japan Ministry of Environment||35.390207|140.033726||9.00||||||| +012481080|012481080|392012481080|WD|Permanent|1080|JPN Site 012481080|Active|MOE|Japan Ministry of Environment||35.390207|140.033726||9.00||||||| +012481090|012481090|392012481090|NO2|Permanent|1090|JPN Site 012481090|Active|MOE|Japan Ministry of Environment||35.424371|140.068999||9.00||||||| +012481090|012481090|392012481090|WS|Permanent|1090|JPN Site 012481090|Active|MOE|Japan Ministry of Environment||35.424371|140.068999||9.00||||||| +012481090|012481090|392012481090|WD|Permanent|1090|JPN Site 012481090|Active|MOE|Japan Ministry of Environment||35.424371|140.068999||9.00||||||| +012481090|012481090|392012481090|NOX|Permanent|1090|JPN Site 012481090|Active|MOE|Japan Ministry of Environment||35.424371|140.068999||9.00||||||| +012481090|012481090|392012481090|NO|Permanent|1090|JPN Site 012481090|Active|MOE|Japan Ministry of Environment||35.424371|140.068999||9.00||||||| +012481160|012481160|392012481160|NO2|Permanent|1160|JPN Site 012481160|Active|MOE|Japan Ministry of Environment||35.447700|140.003726||9.00||||||| +012481160|012481160|392012481160|SO2|Permanent|1160|JPN Site 012481160|Active|MOE|Japan Ministry of Environment||35.447700|140.003726||9.00||||||| +012481160|012481160|392012481160|WS|Permanent|1160|JPN Site 012481160|Active|MOE|Japan Ministry of Environment||35.447700|140.003726||9.00||||||| +012481160|012481160|392012481160|WD|Permanent|1160|JPN Site 012481160|Active|MOE|Japan Ministry of Environment||35.447700|140.003726||9.00||||||| +012481160|012481160|392012481160|NOX|Permanent|1160|JPN Site 012481160|Active|MOE|Japan Ministry of Environment||35.447700|140.003726||9.00||||||| +012481160|012481160|392012481160|NO|Permanent|1160|JPN Site 012481160|Active|MOE|Japan Ministry of Environment||35.447700|140.003726||9.00||||||| +012481510|012481510|392012481510|WD|Permanent|1510|JPN Site 012481510|Active|MOE|Japan Ministry of Environment||35.434923|139.970396||9.00||||||| +012481510|012481510|392012481510|NOX|Permanent|1510|JPN Site 012481510|Active|MOE|Japan Ministry of Environment||35.434923|139.970396||9.00||||||| +012481510|012481510|392012481510|NO|Permanent|1510|JPN Site 012481510|Active|MOE|Japan Ministry of Environment||35.434923|139.970396||9.00||||||| +012481510|012481510|392012481510|NO2|Permanent|1510|JPN Site 012481510|Active|MOE|Japan Ministry of Environment||35.434923|139.970396||9.00||||||| +012481510|012481510|392012481510|CO|Permanent|1510|JPN Site 012481510|Active|MOE|Japan Ministry of Environment||35.434923|139.970396||9.00||||||| +012481510|012481510|392012481510|SO2|Permanent|1510|JPN Site 012481510|Active|MOE|Japan Ministry of Environment||35.434923|139.970396||9.00||||||| +012481510|012481510|392012481510|WS|Permanent|1510|JPN Site 012481510|Active|MOE|Japan Ministry of Environment||35.434923|139.970396||9.00||||||| +012481520|012481520|392012481520|WS|Permanent|1520|JPN Site 012481520|Active|MOE|Japan Ministry of Environment||35.421592|140.015671||9.00||||||| +012481520|012481520|392012481520|WD|Permanent|1520|JPN Site 012481520|Active|MOE|Japan Ministry of Environment||35.421592|140.015671||9.00||||||| +012481520|012481520|392012481520|NOX|Permanent|1520|JPN Site 012481520|Active|MOE|Japan Ministry of Environment||35.421592|140.015671||9.00||||||| +012481520|012481520|392012481520|NO|Permanent|1520|JPN Site 012481520|Active|MOE|Japan Ministry of Environment||35.421592|140.015671||9.00||||||| +012481520|012481520|392012481520|NO2|Permanent|1520|JPN Site 012481520|Active|MOE|Japan Ministry of Environment||35.421592|140.015671||9.00||||||| +012481520|012481520|392012481520|CO|Permanent|1520|JPN Site 012481520|Active|MOE|Japan Ministry of Environment||35.421592|140.015671||9.00||||||| +013101010|013101010|392013101010|NO2|Permanent|1010|JPN Site 013101010|Active|MOE|Japan Ministry of Environment||35.692115|139.769012||9.00||||||| +013101010|013101010|392013101010|SO2|Permanent|1010|JPN Site 013101010|Active|MOE|Japan Ministry of Environment||35.692115|139.769012||9.00||||||| +013101010|013101010|392013101010|TEMP|Permanent|1010|JPN Site 013101010|Active|MOE|Japan Ministry of Environment||35.692115|139.769012||9.00||||||| +013101010|013101010|392013101010|WS|Permanent|1010|JPN Site 013101010|Active|MOE|Japan Ministry of Environment||35.692115|139.769012||9.00||||||| +013101010|013101010|392013101010|WD|Permanent|1010|JPN Site 013101010|Active|MOE|Japan Ministry of Environment||35.692115|139.769012||9.00||||||| +013101010|013101010|392013101010|RHUM|Permanent|1010|JPN Site 013101010|Active|MOE|Japan Ministry of Environment||35.692115|139.769012||9.00||||||| +013101010|013101010|392013101010|NOX|Permanent|1010|JPN Site 013101010|Active|MOE|Japan Ministry of Environment||35.692115|139.769012||9.00||||||| +013101010|013101010|392013101010|NO|Permanent|1010|JPN Site 013101010|Active|MOE|Japan Ministry of Environment||35.692115|139.769012||9.00||||||| +013101510|013101510|392013101510|NO2|Permanent|1510|JPN Site 013101510|Active|MOE|Japan Ministry of Environment||35.675450|139.757903||9.00||||||| +013101510|013101510|392013101510|CO|Permanent|1510|JPN Site 013101510|Active|MOE|Japan Ministry of Environment||35.675450|139.757903||9.00||||||| +013101510|013101510|392013101510|NOX|Permanent|1510|JPN Site 013101510|Active|MOE|Japan Ministry of Environment||35.675450|139.757903||9.00||||||| +013101510|013101510|392013101510|NO|Permanent|1510|JPN Site 013101510|Active|MOE|Japan Ministry of Environment||35.675450|139.757903||9.00||||||| +013101520|013101520|392013101520|NOX|Permanent|1520|JPN Site 013101520|Active|MOE|Japan Ministry of Environment||35.672672|139.753181||9.00||||||| +013101520|013101520|392013101520|NO|Permanent|1520|JPN Site 013101520|Active|MOE|Japan Ministry of Environment||35.672672|139.753181||9.00||||||| +013101520|013101520|392013101520|NO2|Permanent|1520|JPN Site 013101520|Active|MOE|Japan Ministry of Environment||35.672672|139.753181||9.00||||||| +013101520|013101520|392013101520|CO|Permanent|1520|JPN Site 013101520|Active|MOE|Japan Ministry of Environment||35.672672|139.753181||9.00||||||| +013102010|013102010|392013102010|TEMP|Permanent|2010|JPN Site 013102010|Active|MOE|Japan Ministry of Environment||35.656008|139.780124||9.00||||||| +013102010|013102010|392013102010|WS|Permanent|2010|JPN Site 013102010|Active|MOE|Japan Ministry of Environment||35.656008|139.780124||9.00||||||| +013102010|013102010|392013102010|WD|Permanent|2010|JPN Site 013102010|Active|MOE|Japan Ministry of Environment||35.656008|139.780124||9.00||||||| +013102010|013102010|392013102010|RHUM|Permanent|2010|JPN Site 013102010|Active|MOE|Japan Ministry of Environment||35.656008|139.780124||9.00||||||| +013102010|013102010|392013102010|NOX|Permanent|2010|JPN Site 013102010|Active|MOE|Japan Ministry of Environment||35.656008|139.780124||9.00||||||| +013102010|013102010|392013102010|NO|Permanent|2010|JPN Site 013102010|Active|MOE|Japan Ministry of Environment||35.656008|139.780124||9.00||||||| +013102010|013102010|392013102010|NO2|Permanent|2010|JPN Site 013102010|Active|MOE|Japan Ministry of Environment||35.656008|139.780124||9.00||||||| +013102010|013102010|392013102010|SO2|Permanent|2010|JPN Site 013102010|Active|MOE|Japan Ministry of Environment||35.656008|139.780124||9.00||||||| +013102510|013102510|392013102510|NO|Permanent|2510|JPN Site 013102510|Active|MOE|Japan Ministry of Environment||35.678227|139.782900||9.00||||||| +013102510|013102510|392013102510|NO2|Permanent|2510|JPN Site 013102510|Active|MOE|Japan Ministry of Environment||35.678227|139.782900||9.00||||||| +013102510|013102510|392013102510|WS|Permanent|2510|JPN Site 013102510|Active|MOE|Japan Ministry of Environment||35.678227|139.782900||9.00||||||| +013102510|013102510|392013102510|WD|Permanent|2510|JPN Site 013102510|Active|MOE|Japan Ministry of Environment||35.678227|139.782900||9.00||||||| +013102510|013102510|392013102510|NOX|Permanent|2510|JPN Site 013102510|Active|MOE|Japan Ministry of Environment||35.678227|139.782900||9.00||||||| +013103010|013103010|392013103010|NO|Permanent|3010|JPN Site 013103010|Active|MOE|Japan Ministry of Environment||35.645452|139.732628||9.00||||||| +013103010|013103010|392013103010|NO2|Permanent|3010|JPN Site 013103010|Active|MOE|Japan Ministry of Environment||35.645452|139.732628||9.00||||||| +013103010|013103010|392013103010|TEMP|Permanent|3010|JPN Site 013103010|Active|MOE|Japan Ministry of Environment||35.645452|139.732628||9.00||||||| +013103010|013103010|392013103010|WS|Permanent|3010|JPN Site 013103010|Active|MOE|Japan Ministry of Environment||35.645452|139.732628||9.00||||||| +013103010|013103010|392013103010|WD|Permanent|3010|JPN Site 013103010|Active|MOE|Japan Ministry of Environment||35.645452|139.732628||9.00||||||| +013103010|013103010|392013103010|RHUM|Permanent|3010|JPN Site 013103010|Active|MOE|Japan Ministry of Environment||35.645452|139.732628||9.00||||||| +013103010|013103010|392013103010|NOX|Permanent|3010|JPN Site 013103010|Active|MOE|Japan Ministry of Environment||35.645452|139.732628||9.00||||||| +013103510|013103510|392013103510|NOX|Permanent|3510|JPN Site 013103510|Active|MOE|Japan Ministry of Environment||35.636564|139.738462||9.00||||||| +013103510|013103510|392013103510|NO|Permanent|3510|JPN Site 013103510|Active|MOE|Japan Ministry of Environment||35.636564|139.738462||9.00||||||| +013103510|013103510|392013103510|NO2|Permanent|3510|JPN Site 013103510|Active|MOE|Japan Ministry of Environment||35.636564|139.738462||9.00||||||| +013103510|013103510|392013103510|CO|Permanent|3510|JPN Site 013103510|Active|MOE|Japan Ministry of Environment||35.636564|139.738462||9.00||||||| +013104010|013104010|392013104010|NO2|Permanent|4010|JPN Site 013104010|Active|MOE|Japan Ministry of Environment||35.681004|139.713462||9.00||||||| +013104010|013104010|392013104010|CO|Permanent|4010|JPN Site 013104010|Active|MOE|Japan Ministry of Environment||35.681004|139.713462||9.00||||||| +013104010|013104010|392013104010|NO|Permanent|4010|JPN Site 013104010|Active|MOE|Japan Ministry of Environment||35.681004|139.713462||9.00||||||| +013104010|013104010|392013104010|SO2|Permanent|4010|JPN Site 013104010|Active|MOE|Japan Ministry of Environment||35.681004|139.713462||9.00||||||| +013104010|013104010|392013104010|TEMP|Permanent|4010|JPN Site 013104010|Active|MOE|Japan Ministry of Environment||35.681004|139.713462||9.00||||||| +013104010|013104010|392013104010|WS|Permanent|4010|JPN Site 013104010|Active|MOE|Japan Ministry of Environment||35.681004|139.713462||9.00||||||| +013104010|013104010|392013104010|WD|Permanent|4010|JPN Site 013104010|Active|MOE|Japan Ministry of Environment||35.681004|139.713462||9.00||||||| +013104010|013104010|392013104010|RHUM|Permanent|4010|JPN Site 013104010|Active|MOE|Japan Ministry of Environment||35.681004|139.713462||9.00||||||| +013104010|013104010|392013104010|NOX|Permanent|4010|JPN Site 013104010|Active|MOE|Japan Ministry of Environment||35.681004|139.713462||9.00||||||| +013104540|013104540|392013104540|NO2|Permanent|4540|JPN Site 013104540|Active|MOE|Japan Ministry of Environment||35.684615|139.715406||9.00||||||| +013104540|013104540|392013104540|CO|Permanent|4540|JPN Site 013104540|Active|MOE|Japan Ministry of Environment||35.684615|139.715406||9.00||||||| +013104540|013104540|392013104540|NOX|Permanent|4540|JPN Site 013104540|Active|MOE|Japan Ministry of Environment||35.684615|139.715406||9.00||||||| +013104540|013104540|392013104540|NO|Permanent|4540|JPN Site 013104540|Active|MOE|Japan Ministry of Environment||35.684615|139.715406||9.00||||||| +013104550|013104550|392013104550|NO2|Permanent|4550|JPN Site 013104550|Active|MOE|Japan Ministry of Environment||35.717111|139.702350||9.00||||||| +013104550|013104550|392013104550|NOX|Permanent|4550|JPN Site 013104550|Active|MOE|Japan Ministry of Environment||35.717111|139.702350||9.00||||||| +013104550|013104550|392013104550|NO|Permanent|4550|JPN Site 013104550|Active|MOE|Japan Ministry of Environment||35.717111|139.702350||9.00||||||| +013105010|013105010|392013105010|WD|Permanent|5010|JPN Site 013105010|Active|MOE|Japan Ministry of Environment||35.733777|139.755122||9.00||||||| +013105010|013105010|392013105010|RHUM|Permanent|5010|JPN Site 013105010|Active|MOE|Japan Ministry of Environment||35.733777|139.755122||9.00||||||| +013105010|013105010|392013105010|NOX|Permanent|5010|JPN Site 013105010|Active|MOE|Japan Ministry of Environment||35.733777|139.755122||9.00||||||| +013105010|013105010|392013105010|NO|Permanent|5010|JPN Site 013105010|Active|MOE|Japan Ministry of Environment||35.733777|139.755122||9.00||||||| +013105010|013105010|392013105010|NO2|Permanent|5010|JPN Site 013105010|Active|MOE|Japan Ministry of Environment||35.733777|139.755122||9.00||||||| +013105010|013105010|392013105010|TEMP|Permanent|5010|JPN Site 013105010|Active|MOE|Japan Ministry of Environment||35.733777|139.755122||9.00||||||| +013105010|013105010|392013105010|WS|Permanent|5010|JPN Site 013105010|Active|MOE|Japan Ministry of Environment||35.733777|139.755122||9.00||||||| +013105530|013105530|392013105530|NO2|Permanent|5530|JPN Site 013105530|Active|MOE|Japan Ministry of Environment||35.722666|139.731514||9.00||||||| +013105530|013105530|392013105530|NOX|Permanent|5530|JPN Site 013105530|Active|MOE|Japan Ministry of Environment||35.722666|139.731514||9.00||||||| +013105530|013105530|392013105530|NO|Permanent|5530|JPN Site 013105530|Active|MOE|Japan Ministry of Environment||35.722666|139.731514||9.00||||||| +013106520|013106520|392013106520|NO2|Permanent|6520|JPN Site 013106520|Active|MOE|Japan Ministry of Environment||35.728222|139.794008||9.00||||||| +013106520|013106520|392013106520|CO|Permanent|6520|JPN Site 013106520|Active|MOE|Japan Ministry of Environment||35.728222|139.794008||9.00||||||| +013106520|013106520|392013106520|NOX|Permanent|6520|JPN Site 013106520|Active|MOE|Japan Ministry of Environment||35.728222|139.794008||9.00||||||| +013106520|013106520|392013106520|NO|Permanent|6520|JPN Site 013106520|Active|MOE|Japan Ministry of Environment||35.728222|139.794008||9.00||||||| +013107520|013107520|392013107520|NOX|Permanent|7520|JPN Site 013107520|Active|MOE|Japan Ministry of Environment||35.719890|139.813452||9.00||||||| +013107520|013107520|392013107520|NO|Permanent|7520|JPN Site 013107520|Active|MOE|Japan Ministry of Environment||35.719890|139.813452||9.00||||||| +013107520|013107520|392013107520|NO2|Permanent|7520|JPN Site 013107520|Active|MOE|Japan Ministry of Environment||35.719890|139.813452||9.00||||||| +013108010|013108010|392013108010|WD|Permanent|8010|JPN Site 013108010|Active|MOE|Japan Ministry of Environment||35.689338|139.827341||9.00||||||| +013108010|013108010|392013108010|RHUM|Permanent|8010|JPN Site 013108010|Active|MOE|Japan Ministry of Environment||35.689338|139.827341||9.00||||||| +013108010|013108010|392013108010|NOX|Permanent|8010|JPN Site 013108010|Active|MOE|Japan Ministry of Environment||35.689338|139.827341||9.00||||||| +013108010|013108010|392013108010|NO|Permanent|8010|JPN Site 013108010|Active|MOE|Japan Ministry of Environment||35.689338|139.827341||9.00||||||| +013108010|013108010|392013108010|NO2|Permanent|8010|JPN Site 013108010|Active|MOE|Japan Ministry of Environment||35.689338|139.827341||9.00||||||| +013108010|013108010|392013108010|TEMP|Permanent|8010|JPN Site 013108010|Active|MOE|Japan Ministry of Environment||35.689338|139.827341||9.00||||||| +013108010|013108010|392013108010|WS|Permanent|8010|JPN Site 013108010|Active|MOE|Japan Ministry of Environment||35.689338|139.827341||9.00||||||| +013108020|013108020|392013108020|TEMP|Permanent|8020|JPN Site 013108020|Active|MOE|Japan Ministry of Environment||35.633788|139.777347||9.00||||||| +013108020|013108020|392013108020|WS|Permanent|8020|JPN Site 013108020|Active|MOE|Japan Ministry of Environment||35.633788|139.777347||9.00||||||| +013108020|013108020|392013108020|WD|Permanent|8020|JPN Site 013108020|Active|MOE|Japan Ministry of Environment||35.633788|139.777347||9.00||||||| +013108020|013108020|392013108020|RHUM|Permanent|8020|JPN Site 013108020|Active|MOE|Japan Ministry of Environment||35.633788|139.777347||9.00||||||| +013108020|013108020|392013108020|NOX|Permanent|8020|JPN Site 013108020|Active|MOE|Japan Ministry of Environment||35.633788|139.777347||9.00||||||| +013108020|013108020|392013108020|NO|Permanent|8020|JPN Site 013108020|Active|MOE|Japan Ministry of Environment||35.633788|139.777347||9.00||||||| +013108020|013108020|392013108020|NO2|Permanent|8020|JPN Site 013108020|Active|MOE|Japan Ministry of Environment||35.633788|139.777347||9.00||||||| +013108020|013108020|392013108020|SO2|Permanent|8020|JPN Site 013108020|Active|MOE|Japan Ministry of Environment||35.633788|139.777347||9.00||||||| +013108520|013108520|392013108520|CO|Permanent|8520|JPN Site 013108520|Active|MOE|Japan Ministry of Environment||35.697671|139.835673||9.00||||||| +013108520|013108520|392013108520|SO2|Permanent|8520|JPN Site 013108520|Active|MOE|Japan Ministry of Environment||35.697671|139.835673||9.00||||||| +013108520|013108520|392013108520|TEMP|Permanent|8520|JPN Site 013108520|Active|MOE|Japan Ministry of Environment||35.697671|139.835673||9.00||||||| +013108520|013108520|392013108520|WS|Permanent|8520|JPN Site 013108520|Active|MOE|Japan Ministry of Environment||35.697671|139.835673||9.00||||||| +013108520|013108520|392013108520|WD|Permanent|8520|JPN Site 013108520|Active|MOE|Japan Ministry of Environment||35.697671|139.835673||9.00||||||| +013108520|013108520|392013108520|RHUM|Permanent|8520|JPN Site 013108520|Active|MOE|Japan Ministry of Environment||35.697671|139.835673||9.00||||||| +013108520|013108520|392013108520|NOX|Permanent|8520|JPN Site 013108520|Active|MOE|Japan Ministry of Environment||35.697671|139.835673||9.00||||||| +013108520|013108520|392013108520|NO|Permanent|8520|JPN Site 013108520|Active|MOE|Japan Ministry of Environment||35.697671|139.835673||9.00||||||| +013108520|013108520|392013108520|NO2|Permanent|8520|JPN Site 013108520|Active|MOE|Japan Ministry of Environment||35.697671|139.835673||9.00||||||| +013108530|013108530|392013108530|NO2|Permanent|8530|JPN Site 013108530|Active|MOE|Japan Ministry of Environment||35.650453|139.810677||9.00||||||| +013108530|013108530|392013108530|CO|Permanent|8530|JPN Site 013108530|Active|MOE|Japan Ministry of Environment||35.650453|139.810677||9.00||||||| +013108530|013108530|392013108530|NOX|Permanent|8530|JPN Site 013108530|Active|MOE|Japan Ministry of Environment||35.650453|139.810677||9.00||||||| +013108530|013108530|392013108530|NO|Permanent|8530|JPN Site 013108530|Active|MOE|Japan Ministry of Environment||35.650453|139.810677||9.00||||||| +013109010|013109010|392013109010|RHUM|Permanent|9010|JPN Site 013109010|Active|MOE|Japan Ministry of Environment||35.611567|139.721797||9.00||||||| +013109010|013109010|392013109010|NOX|Permanent|9010|JPN Site 013109010|Active|MOE|Japan Ministry of Environment||35.611567|139.721797||9.00||||||| +013109010|013109010|392013109010|NO|Permanent|9010|JPN Site 013109010|Active|MOE|Japan Ministry of Environment||35.611567|139.721797||9.00||||||| +013109010|013109010|392013109010|NO2|Permanent|9010|JPN Site 013109010|Active|MOE|Japan Ministry of Environment||35.611567|139.721797||9.00||||||| +013109010|013109010|392013109010|TEMP|Permanent|9010|JPN Site 013109010|Active|MOE|Japan Ministry of Environment||35.611567|139.721797||9.00||||||| +013109010|013109010|392013109010|WS|Permanent|9010|JPN Site 013109010|Active|MOE|Japan Ministry of Environment||35.611567|139.721797||9.00||||||| +013109010|013109010|392013109010|WD|Permanent|9010|JPN Site 013109010|Active|MOE|Japan Ministry of Environment||35.611567|139.721797||9.00||||||| +013109030|013109030|392013109030|SO2|Permanent|9030|JPN Site 013109030|Active|MOE|Japan Ministry of Environment||35.600457|139.752351||9.00||||||| +013109030|013109030|392013109030|TEMP|Permanent|9030|JPN Site 013109030|Active|MOE|Japan Ministry of Environment||35.600457|139.752351||9.00||||||| +013109030|013109030|392013109030|WS|Permanent|9030|JPN Site 013109030|Active|MOE|Japan Ministry of Environment||35.600457|139.752351||9.00||||||| +013109030|013109030|392013109030|WD|Permanent|9030|JPN Site 013109030|Active|MOE|Japan Ministry of Environment||35.600457|139.752351||9.00||||||| +013109030|013109030|392013109030|RHUM|Permanent|9030|JPN Site 013109030|Active|MOE|Japan Ministry of Environment||35.600457|139.752351||9.00||||||| +013109510|013109510|392013109510|CO|Permanent|9510|JPN Site 013109510|Active|MOE|Japan Ministry of Environment||35.617122|139.741240||9.00||||||| +013109510|013109510|392013109510|SO2|Permanent|9510|JPN Site 013109510|Active|MOE|Japan Ministry of Environment||35.617122|139.741240||9.00||||||| +013109510|013109510|392013109510|NOX|Permanent|9510|JPN Site 013109510|Active|MOE|Japan Ministry of Environment||35.617122|139.741240||9.00||||||| +013109510|013109510|392013109510|NO|Permanent|9510|JPN Site 013109510|Active|MOE|Japan Ministry of Environment||35.617122|139.741240||9.00||||||| +013109510|013109510|392013109510|NO2|Permanent|9510|JPN Site 013109510|Active|MOE|Japan Ministry of Environment||35.617122|139.741240||9.00||||||| +013109520|013109520|392013109520|NO2|Permanent|9520|JPN Site 013109520|Active|MOE|Japan Ministry of Environment||35.619899|139.719020||9.00||||||| +013109520|013109520|392013109520|CO|Permanent|9520|JPN Site 013109520|Active|MOE|Japan Ministry of Environment||35.619899|139.719020||9.00||||||| +013109520|013109520|392013109520|NOX|Permanent|9520|JPN Site 013109520|Active|MOE|Japan Ministry of Environment||35.619899|139.719020||9.00||||||| +013109520|013109520|392013109520|NO|Permanent|9520|JPN Site 013109520|Active|MOE|Japan Ministry of Environment||35.619899|139.719020||9.00||||||| +013110010|013110010|392013110010|NO|Permanent|0010|JPN Site 013110010|Active|MOE|Japan Ministry of Environment||35.619899|139.682911||9.00||||||| +013110010|013110010|392013110010|NO2|Permanent|0010|JPN Site 013110010|Active|MOE|Japan Ministry of Environment||35.619899|139.682911||9.00||||||| +013110010|013110010|392013110010|TEMP|Permanent|0010|JPN Site 013110010|Active|MOE|Japan Ministry of Environment||35.619899|139.682911||9.00||||||| +013110010|013110010|392013110010|WS|Permanent|0010|JPN Site 013110010|Active|MOE|Japan Ministry of Environment||35.619899|139.682911||9.00||||||| +013110010|013110010|392013110010|WD|Permanent|0010|JPN Site 013110010|Active|MOE|Japan Ministry of Environment||35.619899|139.682911||9.00||||||| +013110010|013110010|392013110010|RHUM|Permanent|0010|JPN Site 013110010|Active|MOE|Japan Ministry of Environment||35.619899|139.682911||9.00||||||| +013110010|013110010|392013110010|NOX|Permanent|0010|JPN Site 013110010|Active|MOE|Japan Ministry of Environment||35.619899|139.682911||9.00||||||| +013110510|013110510|392013110510|CO|Permanent|0510|JPN Site 013110510|Active|MOE|Japan Ministry of Environment||35.653229|139.688465||9.00||||||| +013110510|013110510|392013110510|NOX|Permanent|0510|JPN Site 013110510|Active|MOE|Japan Ministry of Environment||35.653229|139.688465||9.00||||||| +013110510|013110510|392013110510|NO|Permanent|0510|JPN Site 013110510|Active|MOE|Japan Ministry of Environment||35.653229|139.688465||9.00||||||| +013110510|013110510|392013110510|NO2|Permanent|0510|JPN Site 013110510|Active|MOE|Japan Ministry of Environment||35.653229|139.688465||9.00||||||| +013110530|013110530|392013110530|NO2|Permanent|0530|JPN Site 013110530|Active|MOE|Japan Ministry of Environment||35.623509|139.678467||9.00||||||| +013110530|013110530|392013110530|NOX|Permanent|0530|JPN Site 013110530|Active|MOE|Japan Ministry of Environment||35.623509|139.678467||9.00||||||| +013110530|013110530|392013110530|NO|Permanent|0530|JPN Site 013110530|Active|MOE|Japan Ministry of Environment||35.623509|139.678467||9.00||||||| +013111010|013111010|392013111010|WS|Permanent|1010|JPN Site 013111010|Active|MOE|Japan Ministry of Environment||35.558795|139.738465||9.00||||||| +013111010|013111010|392013111010|NOX|Permanent|1010|JPN Site 013111010|Active|MOE|Japan Ministry of Environment||35.558795|139.738465||9.00||||||| +013111010|013111010|392013111010|NO|Permanent|1010|JPN Site 013111010|Active|MOE|Japan Ministry of Environment||35.558795|139.738465||9.00||||||| +013111010|013111010|392013111010|NO2|Permanent|1010|JPN Site 013111010|Active|MOE|Japan Ministry of Environment||35.558795|139.738465||9.00||||||| +013111010|013111010|392013111010|CO|Permanent|1010|JPN Site 013111010|Active|MOE|Japan Ministry of Environment||35.558795|139.738465||9.00||||||| +013111010|013111010|392013111010|SO2|Permanent|1010|JPN Site 013111010|Active|MOE|Japan Ministry of Environment||35.558795|139.738465||9.00||||||| +013111010|013111010|392013111010|TEMP|Permanent|1010|JPN Site 013111010|Active|MOE|Japan Ministry of Environment||35.558795|139.738465||9.00||||||| +013111010|013111010|392013111010|WD|Permanent|1010|JPN Site 013111010|Active|MOE|Japan Ministry of Environment||35.558795|139.738465||9.00||||||| +013111010|013111010|392013111010|RHUM|Permanent|1010|JPN Site 013111010|Active|MOE|Japan Ministry of Environment||35.558795|139.738465||9.00||||||| +013111520|013111520|392013111520|NO|Permanent|1520|JPN Site 013111520|Active|MOE|Japan Ministry of Environment||35.594902|139.710688||9.00||||||| +013111520|013111520|392013111520|SO2|Permanent|1520|JPN Site 013111520|Active|MOE|Japan Ministry of Environment||35.594902|139.710688||9.00||||||| +013111520|013111520|392013111520|TEMP|Permanent|1520|JPN Site 013111520|Active|MOE|Japan Ministry of Environment||35.594902|139.710688||9.00||||||| +013111520|013111520|392013111520|WS|Permanent|1520|JPN Site 013111520|Active|MOE|Japan Ministry of Environment||35.594902|139.710688||9.00||||||| +013111520|013111520|392013111520|WD|Permanent|1520|JPN Site 013111520|Active|MOE|Japan Ministry of Environment||35.594902|139.710688||9.00||||||| +013111520|013111520|392013111520|RHUM|Permanent|1520|JPN Site 013111520|Active|MOE|Japan Ministry of Environment||35.594902|139.710688||9.00||||||| +013111520|013111520|392013111520|NOX|Permanent|1520|JPN Site 013111520|Active|MOE|Japan Ministry of Environment||35.594902|139.710688||9.00||||||| +013111520|013111520|392013111520|NO2|Permanent|1520|JPN Site 013111520|Active|MOE|Japan Ministry of Environment||35.594902|139.710688||9.00||||||| +013111520|013111520|392013111520|CO|Permanent|1520|JPN Site 013111520|Active|MOE|Japan Ministry of Environment||35.594902|139.710688||9.00||||||| +013111530|013111530|392013111530|NO2|Permanent|1530|JPN Site 013111530|Active|MOE|Japan Ministry of Environment||35.600456|139.694023||9.00||||||| +013111530|013111530|392013111530|NOX|Permanent|1530|JPN Site 013111530|Active|MOE|Japan Ministry of Environment||35.600456|139.694023||9.00||||||| +013111530|013111530|392013111530|NO|Permanent|1530|JPN Site 013111530|Active|MOE|Japan Ministry of Environment||35.600456|139.694023||9.00||||||| +013111540|013111540|392013111540|NO2|Permanent|1540|JPN Site 013111540|Active|MOE|Japan Ministry of Environment||35.576292|139.683191||9.00||||||| +013111540|013111540|392013111540|CO|Permanent|1540|JPN Site 013111540|Active|MOE|Japan Ministry of Environment||35.576292|139.683191||9.00||||||| +013111540|013111540|392013111540|NOX|Permanent|1540|JPN Site 013111540|Active|MOE|Japan Ministry of Environment||35.576292|139.683191||9.00||||||| +013111540|013111540|392013111540|NO|Permanent|1540|JPN Site 013111540|Active|MOE|Japan Ministry of Environment||35.576292|139.683191||9.00||||||| +013112010|013112010|392013112010|WD|Permanent|2010|JPN Site 013112010|Active|MOE|Japan Ministry of Environment||35.647673|139.652357||9.00||||||| +013112010|013112010|392013112010|RHUM|Permanent|2010|JPN Site 013112010|Active|MOE|Japan Ministry of Environment||35.647673|139.652357||9.00||||||| +013112010|013112010|392013112010|NOX|Permanent|2010|JPN Site 013112010|Active|MOE|Japan Ministry of Environment||35.647673|139.652357||9.00||||||| +013112010|013112010|392013112010|NO|Permanent|2010|JPN Site 013112010|Active|MOE|Japan Ministry of Environment||35.647673|139.652357||9.00||||||| +013112010|013112010|392013112010|NO2|Permanent|2010|JPN Site 013112010|Active|MOE|Japan Ministry of Environment||35.647673|139.652357||9.00||||||| +013112010|013112010|392013112010|CO|Permanent|2010|JPN Site 013112010|Active|MOE|Japan Ministry of Environment||35.647673|139.652357||9.00||||||| +013112010|013112010|392013112010|SO2|Permanent|2010|JPN Site 013112010|Active|MOE|Japan Ministry of Environment||35.647673|139.652357||9.00||||||| +013112010|013112010|392013112010|TEMP|Permanent|2010|JPN Site 013112010|Active|MOE|Japan Ministry of Environment||35.647673|139.652357||9.00||||||| +013112010|013112010|392013112010|WS|Permanent|2010|JPN Site 013112010|Active|MOE|Japan Ministry of Environment||35.647673|139.652357||9.00||||||| +013112020|013112020|392013112020|NOX|Permanent|2020|JPN Site 013112020|Active|MOE|Japan Ministry of Environment||35.654616|139.590418||9.00||||||| +013112020|013112020|392013112020|NO|Permanent|2020|JPN Site 013112020|Active|MOE|Japan Ministry of Environment||35.654616|139.590418||9.00||||||| +013112020|013112020|392013112020|NO2|Permanent|2020|JPN Site 013112020|Active|MOE|Japan Ministry of Environment||35.654616|139.590418||9.00||||||| +013112020|013112020|392013112020|TEMP|Permanent|2020|JPN Site 013112020|Active|MOE|Japan Ministry of Environment||35.654616|139.590418||9.00||||||| +013112020|013112020|392013112020|WS|Permanent|2020|JPN Site 013112020|Active|MOE|Japan Ministry of Environment||35.654616|139.590418||9.00||||||| +013112020|013112020|392013112020|WD|Permanent|2020|JPN Site 013112020|Active|MOE|Japan Ministry of Environment||35.654616|139.590418||9.00||||||| +013112020|013112020|392013112020|RHUM|Permanent|2020|JPN Site 013112020|Active|MOE|Japan Ministry of Environment||35.654616|139.590418||9.00||||||| +013112520|013112520|392013112520|TEMP|Permanent|2520|JPN Site 013112520|Active|MOE|Japan Ministry of Environment||35.664337|139.613471||9.00||||||| +013112520|013112520|392013112520|WS|Permanent|2520|JPN Site 013112520|Active|MOE|Japan Ministry of Environment||35.664337|139.613471||9.00||||||| +013112520|013112520|392013112520|WD|Permanent|2520|JPN Site 013112520|Active|MOE|Japan Ministry of Environment||35.664337|139.613471||9.00||||||| +013112520|013112520|392013112520|RHUM|Permanent|2520|JPN Site 013112520|Active|MOE|Japan Ministry of Environment||35.664337|139.613471||9.00||||||| +013112520|013112520|392013112520|NOX|Permanent|2520|JPN Site 013112520|Active|MOE|Japan Ministry of Environment||35.664337|139.613471||9.00||||||| +013112520|013112520|392013112520|NO|Permanent|2520|JPN Site 013112520|Active|MOE|Japan Ministry of Environment||35.664337|139.613471||9.00||||||| +013112520|013112520|392013112520|NO2|Permanent|2520|JPN Site 013112520|Active|MOE|Japan Ministry of Environment||35.664337|139.613471||9.00||||||| +013113010|013113010|392013113010|NO|Permanent|3010|JPN Site 013113010|Active|MOE|Japan Ministry of Environment||35.664339|139.699575||9.00||||||| +013113010|013113010|392013113010|NO2|Permanent|3010|JPN Site 013113010|Active|MOE|Japan Ministry of Environment||35.664339|139.699575||9.00||||||| +013113010|013113010|392013113010|TEMP|Permanent|3010|JPN Site 013113010|Active|MOE|Japan Ministry of Environment||35.664339|139.699575||9.00||||||| +013113010|013113010|392013113010|WS|Permanent|3010|JPN Site 013113010|Active|MOE|Japan Ministry of Environment||35.664339|139.699575||9.00||||||| +013113010|013113010|392013113010|WD|Permanent|3010|JPN Site 013113010|Active|MOE|Japan Ministry of Environment||35.664339|139.699575||9.00||||||| +013113010|013113010|392013113010|RHUM|Permanent|3010|JPN Site 013113010|Active|MOE|Japan Ministry of Environment||35.664339|139.699575||9.00||||||| +013113010|013113010|392013113010|NOX|Permanent|3010|JPN Site 013113010|Active|MOE|Japan Ministry of Environment||35.664339|139.699575||9.00||||||| +013113510|013113510|392013113510|NO2|Permanent|3510|JPN Site 013113510|Active|MOE|Japan Ministry of Environment||35.672670|139.660689||9.00||||||| +013113510|013113510|392013113510|CO|Permanent|3510|JPN Site 013113510|Active|MOE|Japan Ministry of Environment||35.672670|139.660689||9.00||||||| +013113510|013113510|392013113510|NOX|Permanent|3510|JPN Site 013113510|Active|MOE|Japan Ministry of Environment||35.672670|139.660689||9.00||||||| +013113510|013113510|392013113510|NO|Permanent|3510|JPN Site 013113510|Active|MOE|Japan Ministry of Environment||35.672670|139.660689||9.00||||||| +013114010|013114010|392013114010|SO2|Permanent|4010|JPN Site 013114010|Active|MOE|Japan Ministry of Environment||35.719887|139.644021||9.00||||||| +013114010|013114010|392013114010|TEMP|Permanent|4010|JPN Site 013114010|Active|MOE|Japan Ministry of Environment||35.719887|139.644021||9.00||||||| +013114010|013114010|392013114010|WS|Permanent|4010|JPN Site 013114010|Active|MOE|Japan Ministry of Environment||35.719887|139.644021||9.00||||||| +013114010|013114010|392013114010|WD|Permanent|4010|JPN Site 013114010|Active|MOE|Japan Ministry of Environment||35.719887|139.644021||9.00||||||| +013114010|013114010|392013114010|RHUM|Permanent|4010|JPN Site 013114010|Active|MOE|Japan Ministry of Environment||35.719887|139.644021||9.00||||||| +013114010|013114010|392013114010|NOX|Permanent|4010|JPN Site 013114010|Active|MOE|Japan Ministry of Environment||35.719887|139.644021||9.00||||||| +013114010|013114010|392013114010|NO|Permanent|4010|JPN Site 013114010|Active|MOE|Japan Ministry of Environment||35.719887|139.644021||9.00||||||| +013114010|013114010|392013114010|NO2|Permanent|4010|JPN Site 013114010|Active|MOE|Japan Ministry of Environment||35.719887|139.644021||9.00||||||| +013114510|013114510|392013114510|NO2|Permanent|4510|JPN Site 013114510|Active|MOE|Japan Ministry of Environment||35.703501|139.679575||9.00||||||| +013114510|013114510|392013114510|CO|Permanent|4510|JPN Site 013114510|Active|MOE|Japan Ministry of Environment||35.703501|139.679575||9.00||||||| +013114510|013114510|392013114510|NOX|Permanent|4510|JPN Site 013114510|Active|MOE|Japan Ministry of Environment||35.703501|139.679575||9.00||||||| +013114510|013114510|392013114510|NO|Permanent|4510|JPN Site 013114510|Active|MOE|Japan Ministry of Environment||35.703501|139.679575||9.00||||||| +013115010|013115010|392013115010|NO2|Permanent|5010|JPN Site 013115010|Active|MOE|Japan Ministry of Environment||35.689334|139.602359||9.00||||||| +013115010|013115010|392013115010|TEMP|Permanent|5010|JPN Site 013115010|Active|MOE|Japan Ministry of Environment||35.689334|139.602359||9.00||||||| +013115010|013115010|392013115010|WS|Permanent|5010|JPN Site 013115010|Active|MOE|Japan Ministry of Environment||35.689334|139.602359||9.00||||||| +013115010|013115010|392013115010|WD|Permanent|5010|JPN Site 013115010|Active|MOE|Japan Ministry of Environment||35.689334|139.602359||9.00||||||| +013115010|013115010|392013115010|RHUM|Permanent|5010|JPN Site 013115010|Active|MOE|Japan Ministry of Environment||35.689334|139.602359||9.00||||||| +013115010|013115010|392013115010|NOX|Permanent|5010|JPN Site 013115010|Active|MOE|Japan Ministry of Environment||35.689334|139.602359||9.00||||||| +013115010|013115010|392013115010|NO|Permanent|5010|JPN Site 013115010|Active|MOE|Japan Ministry of Environment||35.689334|139.602359||9.00||||||| +013115550|013115550|392013115550|NO2|Permanent|5550|JPN Site 013115550|Active|MOE|Japan Ministry of Environment||35.719887|139.619023||9.00||||||| +013115550|013115550|392013115550|NOX|Permanent|5550|JPN Site 013115550|Active|MOE|Japan Ministry of Environment||35.719887|139.619023||9.00||||||| +013115550|013115550|392013115550|NO|Permanent|5550|JPN Site 013115550|Active|MOE|Japan Ministry of Environment||35.719887|139.619023||9.00||||||| +013116530|013116530|392013116530|NO|Permanent|6530|JPN Site 013116530|Active|MOE|Japan Ministry of Environment||35.741831|139.726236||9.00||||||| +013116530|013116530|392013116530|NO2|Permanent|6530|JPN Site 013116530|Active|MOE|Japan Ministry of Environment||35.741831|139.726236||9.00||||||| +013116530|013116530|392013116530|NOX|Permanent|6530|JPN Site 013116530|Active|MOE|Japan Ministry of Environment||35.741831|139.726236||9.00||||||| +013117520|013117520|392013117520|NO2|Permanent|7520|JPN Site 013117520|Active|MOE|Japan Ministry of Environment||35.767106|139.735678||9.00||||||| +013117520|013117520|392013117520|TEMP|Permanent|7520|JPN Site 013117520|Active|MOE|Japan Ministry of Environment||35.767106|139.735678||9.00||||||| +013117520|013117520|392013117520|WS|Permanent|7520|JPN Site 013117520|Active|MOE|Japan Ministry of Environment||35.767106|139.735678||9.00||||||| +013117520|013117520|392013117520|WD|Permanent|7520|JPN Site 013117520|Active|MOE|Japan Ministry of Environment||35.767106|139.735678||9.00||||||| +013117520|013117520|392013117520|RHUM|Permanent|7520|JPN Site 013117520|Active|MOE|Japan Ministry of Environment||35.767106|139.735678||9.00||||||| +013117520|013117520|392013117520|NOX|Permanent|7520|JPN Site 013117520|Active|MOE|Japan Ministry of Environment||35.767106|139.735678||9.00||||||| +013117520|013117520|392013117520|NO|Permanent|7520|JPN Site 013117520|Active|MOE|Japan Ministry of Environment||35.767106|139.735678||9.00||||||| +013118010|013118010|392013118010|CO|Permanent|8010|JPN Site 013118010|Active|MOE|Japan Ministry of Environment||35.733777|139.788453||9.00||||||| +013118010|013118010|392013118010|TEMP|Permanent|8010|JPN Site 013118010|Active|MOE|Japan Ministry of Environment||35.733777|139.788453||9.00||||||| +013118010|013118010|392013118010|WS|Permanent|8010|JPN Site 013118010|Active|MOE|Japan Ministry of Environment||35.733777|139.788453||9.00||||||| +013118010|013118010|392013118010|WD|Permanent|8010|JPN Site 013118010|Active|MOE|Japan Ministry of Environment||35.733777|139.788453||9.00||||||| +013118010|013118010|392013118010|RHUM|Permanent|8010|JPN Site 013118010|Active|MOE|Japan Ministry of Environment||35.733777|139.788453||9.00||||||| +013118010|013118010|392013118010|NOX|Permanent|8010|JPN Site 013118010|Active|MOE|Japan Ministry of Environment||35.733777|139.788453||9.00||||||| +013118010|013118010|392013118010|NO2|Permanent|8010|JPN Site 013118010|Active|MOE|Japan Ministry of Environment||35.733777|139.788453||9.00||||||| +013118010|013118010|392013118010|NO|Permanent|8010|JPN Site 013118010|Active|MOE|Japan Ministry of Environment||35.733777|139.788453||9.00||||||| +013118010|013118010|392013118010|SO2|Permanent|8010|JPN Site 013118010|Active|MOE|Japan Ministry of Environment||35.733777|139.788453||9.00||||||| +013119010|013119010|392013119010|NO2|Permanent|9010|JPN Site 013119010|Active|MOE|Japan Ministry of Environment||35.756829|139.704292||9.00||||||| +013119010|013119010|392013119010|TEMP|Permanent|9010|JPN Site 013119010|Active|MOE|Japan Ministry of Environment||35.756829|139.704292||9.00||||||| +013119010|013119010|392013119010|WS|Permanent|9010|JPN Site 013119010|Active|MOE|Japan Ministry of Environment||35.756829|139.704292||9.00||||||| +013119010|013119010|392013119010|WD|Permanent|9010|JPN Site 013119010|Active|MOE|Japan Ministry of Environment||35.756829|139.704292||9.00||||||| +013119010|013119010|392013119010|RHUM|Permanent|9010|JPN Site 013119010|Active|MOE|Japan Ministry of Environment||35.756829|139.704292||9.00||||||| +013119010|013119010|392013119010|NOX|Permanent|9010|JPN Site 013119010|Active|MOE|Japan Ministry of Environment||35.756829|139.704292||9.00||||||| +013119010|013119010|392013119010|NO|Permanent|9010|JPN Site 013119010|Active|MOE|Japan Ministry of Environment||35.756829|139.704292||9.00||||||| +013119510|013119510|392013119510|NO|Permanent|9510|JPN Site 013119510|Active|MOE|Japan Ministry of Environment||35.761551|139.705125||9.00||||||| +013119510|013119510|392013119510|NO2|Permanent|9510|JPN Site 013119510|Active|MOE|Japan Ministry of Environment||35.761551|139.705125||9.00||||||| +013119510|013119510|392013119510|CO|Permanent|9510|JPN Site 013119510|Active|MOE|Japan Ministry of Environment||35.761551|139.705125||9.00||||||| +013119510|013119510|392013119510|NOX|Permanent|9510|JPN Site 013119510|Active|MOE|Japan Ministry of Environment||35.761551|139.705125||9.00||||||| +013120010|013120010|392013120010|TEMP|Permanent|0010|JPN Site 013120010|Active|MOE|Japan Ministry of Environment||35.764327|139.663462||9.00||||||| +013120010|013120010|392013120010|WS|Permanent|0010|JPN Site 013120010|Active|MOE|Japan Ministry of Environment||35.764327|139.663462||9.00||||||| +013120010|013120010|392013120010|WD|Permanent|0010|JPN Site 013120010|Active|MOE|Japan Ministry of Environment||35.764327|139.663462||9.00||||||| +013120010|013120010|392013120010|NOX|Permanent|0010|JPN Site 013120010|Active|MOE|Japan Ministry of Environment||35.764327|139.663462||9.00||||||| +013120010|013120010|392013120010|NO|Permanent|0010|JPN Site 013120010|Active|MOE|Japan Ministry of Environment||35.764327|139.663462||9.00||||||| +013120010|013120010|392013120010|RHUM|Permanent|0010|JPN Site 013120010|Active|MOE|Japan Ministry of Environment||35.764327|139.663462||9.00||||||| +013120010|013120010|392013120010|NO2|Permanent|0010|JPN Site 013120010|Active|MOE|Japan Ministry of Environment||35.764327|139.663462||9.00||||||| +013120020|013120020|392013120020|NOX|Permanent|0020|JPN Site 013120020|Active|MOE|Japan Ministry of Environment||35.736551|139.599580||9.00||||||| +013120020|013120020|392013120020|NO|Permanent|0020|JPN Site 013120020|Active|MOE|Japan Ministry of Environment||35.736551|139.599580||9.00||||||| +013120020|013120020|392013120020|NO2|Permanent|0020|JPN Site 013120020|Active|MOE|Japan Ministry of Environment||35.736551|139.599580||9.00||||||| +013120020|013120020|392013120020|CO|Permanent|0020|JPN Site 013120020|Active|MOE|Japan Ministry of Environment||35.736551|139.599580||9.00||||||| +013120020|013120020|392013120020|TEMP|Permanent|0020|JPN Site 013120020|Active|MOE|Japan Ministry of Environment||35.736551|139.599580||9.00||||||| +013120020|013120020|392013120020|WS|Permanent|0020|JPN Site 013120020|Active|MOE|Japan Ministry of Environment||35.736551|139.599580||9.00||||||| +013120020|013120020|392013120020|WD|Permanent|0020|JPN Site 013120020|Active|MOE|Japan Ministry of Environment||35.736551|139.599580||9.00||||||| +013120020|013120020|392013120020|RHUM|Permanent|0020|JPN Site 013120020|Active|MOE|Japan Ministry of Environment||35.736551|139.599580||9.00||||||| +013120030|013120030|392013120030|NO|Permanent|0030|JPN Site 013120030|Active|MOE|Japan Ministry of Environment||35.746551|139.650408||9.00||||||| +013120030|013120030|392013120030|NO2|Permanent|0030|JPN Site 013120030|Active|MOE|Japan Ministry of Environment||35.746551|139.650408||9.00||||||| +013120030|013120030|392013120030|TEMP|Permanent|0030|JPN Site 013120030|Active|MOE|Japan Ministry of Environment||35.746551|139.650408||9.00||||||| +013120030|013120030|392013120030|WS|Permanent|0030|JPN Site 013120030|Active|MOE|Japan Ministry of Environment||35.746551|139.650408||9.00||||||| +013120030|013120030|392013120030|WD|Permanent|0030|JPN Site 013120030|Active|MOE|Japan Ministry of Environment||35.746551|139.650408||9.00||||||| +013120030|013120030|392013120030|RHUM|Permanent|0030|JPN Site 013120030|Active|MOE|Japan Ministry of Environment||35.746551|139.650408||9.00||||||| +013120030|013120030|392013120030|NOX|Permanent|0030|JPN Site 013120030|Active|MOE|Japan Ministry of Environment||35.746551|139.650408||9.00||||||| +013121010|013121010|392013121010|RHUM|Permanent|1010|JPN Site 013121010|Active|MOE|Japan Ministry of Environment||35.780994|139.777341||9.00||||||| +013121010|013121010|392013121010|NOX|Permanent|1010|JPN Site 013121010|Active|MOE|Japan Ministry of Environment||35.780994|139.777341||9.00||||||| +013121010|013121010|392013121010|NO|Permanent|1010|JPN Site 013121010|Active|MOE|Japan Ministry of Environment||35.780994|139.777341||9.00||||||| +013121010|013121010|392013121010|NO2|Permanent|1010|JPN Site 013121010|Active|MOE|Japan Ministry of Environment||35.780994|139.777341||9.00||||||| +013121010|013121010|392013121010|SO2|Permanent|1010|JPN Site 013121010|Active|MOE|Japan Ministry of Environment||35.780994|139.777341||9.00||||||| +013121010|013121010|392013121010|TEMP|Permanent|1010|JPN Site 013121010|Active|MOE|Japan Ministry of Environment||35.780994|139.777341||9.00||||||| +013121010|013121010|392013121010|WS|Permanent|1010|JPN Site 013121010|Active|MOE|Japan Ministry of Environment||35.780994|139.777341||9.00||||||| +013121010|013121010|392013121010|WD|Permanent|1010|JPN Site 013121010|Active|MOE|Japan Ministry of Environment||35.780994|139.777341||9.00||||||| +013121020|013121020|392013121020|WS|Permanent|1020|JPN Site 013121020|Active|MOE|Japan Ministry of Environment||35.770163|139.825948||9.00||||||| +013121020|013121020|392013121020|WD|Permanent|1020|JPN Site 013121020|Active|MOE|Japan Ministry of Environment||35.770163|139.825948||9.00||||||| +013121020|013121020|392013121020|RHUM|Permanent|1020|JPN Site 013121020|Active|MOE|Japan Ministry of Environment||35.770163|139.825948||9.00||||||| +013121020|013121020|392013121020|NOX|Permanent|1020|JPN Site 013121020|Active|MOE|Japan Ministry of Environment||35.770163|139.825948||9.00||||||| +013121020|013121020|392013121020|NO|Permanent|1020|JPN Site 013121020|Active|MOE|Japan Ministry of Environment||35.770163|139.825948||9.00||||||| +013121020|013121020|392013121020|NO2|Permanent|1020|JPN Site 013121020|Active|MOE|Japan Ministry of Environment||35.770163|139.825948||9.00||||||| +013121020|013121020|392013121020|TEMP|Permanent|1020|JPN Site 013121020|Active|MOE|Japan Ministry of Environment||35.770163|139.825948||9.00||||||| +013121510|013121510|392013121510|WD|Permanent|1510|JPN Site 013121510|Active|MOE|Japan Ministry of Environment||35.775440|139.802339||9.00||||||| +013121510|013121510|392013121510|RHUM|Permanent|1510|JPN Site 013121510|Active|MOE|Japan Ministry of Environment||35.775440|139.802339||9.00||||||| +013121510|013121510|392013121510|NOX|Permanent|1510|JPN Site 013121510|Active|MOE|Japan Ministry of Environment||35.775440|139.802339||9.00||||||| +013121510|013121510|392013121510|NO|Permanent|1510|JPN Site 013121510|Active|MOE|Japan Ministry of Environment||35.775440|139.802339||9.00||||||| +013121510|013121510|392013121510|NO2|Permanent|1510|JPN Site 013121510|Active|MOE|Japan Ministry of Environment||35.775440|139.802339||9.00||||||| +013121510|013121510|392013121510|SO2|Permanent|1510|JPN Site 013121510|Active|MOE|Japan Ministry of Environment||35.775440|139.802339||9.00||||||| +013121510|013121510|392013121510|TEMP|Permanent|1510|JPN Site 013121510|Active|MOE|Japan Ministry of Environment||35.775440|139.802339||9.00||||||| +013121510|013121510|392013121510|WS|Permanent|1510|JPN Site 013121510|Active|MOE|Japan Ministry of Environment||35.775440|139.802339||9.00||||||| +013122010|013122010|392013122010|RHUM|Permanent|2010|JPN Site 013122010|Active|MOE|Japan Ministry of Environment||35.744889|139.877334||9.00||||||| +013122010|013122010|392013122010|NOX|Permanent|2010|JPN Site 013122010|Active|MOE|Japan Ministry of Environment||35.744889|139.877334||9.00||||||| +013122010|013122010|392013122010|NO|Permanent|2010|JPN Site 013122010|Active|MOE|Japan Ministry of Environment||35.744889|139.877334||9.00||||||| +013122010|013122010|392013122010|NO2|Permanent|2010|JPN Site 013122010|Active|MOE|Japan Ministry of Environment||35.744889|139.877334||9.00||||||| +013122010|013122010|392013122010|TEMP|Permanent|2010|JPN Site 013122010|Active|MOE|Japan Ministry of Environment||35.744889|139.877334||9.00||||||| +013122010|013122010|392013122010|WS|Permanent|2010|JPN Site 013122010|Active|MOE|Japan Ministry of Environment||35.744889|139.877334||9.00||||||| +013122010|013122010|392013122010|WD|Permanent|2010|JPN Site 013122010|Active|MOE|Japan Ministry of Environment||35.744889|139.877334||9.00||||||| +013122020|013122020|392013122020|NO2|Permanent|2020|JPN Site 013122020|Active|MOE|Japan Ministry of Environment||35.789328|139.865666||9.00||||||| +013122020|013122020|392013122020|TEMP|Permanent|2020|JPN Site 013122020|Active|MOE|Japan Ministry of Environment||35.789328|139.865666||9.00||||||| +013122020|013122020|392013122020|WS|Permanent|2020|JPN Site 013122020|Active|MOE|Japan Ministry of Environment||35.789328|139.865666||9.00||||||| +013122020|013122020|392013122020|WD|Permanent|2020|JPN Site 013122020|Active|MOE|Japan Ministry of Environment||35.789328|139.865666||9.00||||||| +013122020|013122020|392013122020|RHUM|Permanent|2020|JPN Site 013122020|Active|MOE|Japan Ministry of Environment||35.789328|139.865666||9.00||||||| +013122020|013122020|392013122020|NOX|Permanent|2020|JPN Site 013122020|Active|MOE|Japan Ministry of Environment||35.789328|139.865666||9.00||||||| +013122020|013122020|392013122020|NO|Permanent|2020|JPN Site 013122020|Active|MOE|Japan Ministry of Environment||35.789328|139.865666||9.00||||||| +013122520|013122520|392013122520|NO2|Permanent|2520|JPN Site 013122520|Active|MOE|Japan Ministry of Environment||35.764331|139.852335||9.00||||||| +013122520|013122520|392013122520|NOX|Permanent|2520|JPN Site 013122520|Active|MOE|Japan Ministry of Environment||35.764331|139.852335||9.00||||||| +013122520|013122520|392013122520|NO|Permanent|2520|JPN Site 013122520|Active|MOE|Japan Ministry of Environment||35.764331|139.852335||9.00||||||| +013123010|013123010|392013123010|NO2|Permanent|3010|JPN Site 013123010|Active|MOE|Japan Ministry of Environment||35.708782|139.885668||9.00||||||| +013123010|013123010|392013123010|CO|Permanent|3010|JPN Site 013123010|Active|MOE|Japan Ministry of Environment||35.708782|139.885668||9.00||||||| +013123010|013123010|392013123010|SO2|Permanent|3010|JPN Site 013123010|Active|MOE|Japan Ministry of Environment||35.708782|139.885668||9.00||||||| +013123010|013123010|392013123010|TEMP|Permanent|3010|JPN Site 013123010|Active|MOE|Japan Ministry of Environment||35.708782|139.885668||9.00||||||| +013123010|013123010|392013123010|WS|Permanent|3010|JPN Site 013123010|Active|MOE|Japan Ministry of Environment||35.708782|139.885668||9.00||||||| +013123010|013123010|392013123010|WD|Permanent|3010|JPN Site 013123010|Active|MOE|Japan Ministry of Environment||35.708782|139.885668||9.00||||||| +013123010|013123010|392013123010|RHUM|Permanent|3010|JPN Site 013123010|Active|MOE|Japan Ministry of Environment||35.708782|139.885668||9.00||||||| +013123010|013123010|392013123010|NOX|Permanent|3010|JPN Site 013123010|Active|MOE|Japan Ministry of Environment||35.708782|139.885668||9.00||||||| +013123010|013123010|392013123010|NO|Permanent|3010|JPN Site 013123010|Active|MOE|Japan Ministry of Environment||35.708782|139.885668||9.00||||||| +013123020|013123020|392013123020|NOX|Permanent|3020|JPN Site 013123020|Active|MOE|Japan Ministry of Environment||35.681007|139.877337||9.00||||||| +013123020|013123020|392013123020|NO|Permanent|3020|JPN Site 013123020|Active|MOE|Japan Ministry of Environment||35.681007|139.877337||9.00||||||| +013123020|013123020|392013123020|NO2|Permanent|3020|JPN Site 013123020|Active|MOE|Japan Ministry of Environment||35.681007|139.877337||9.00||||||| +013123020|013123020|392013123020|TEMP|Permanent|3020|JPN Site 013123020|Active|MOE|Japan Ministry of Environment||35.681007|139.877337||9.00||||||| +013123020|013123020|392013123020|WS|Permanent|3020|JPN Site 013123020|Active|MOE|Japan Ministry of Environment||35.681007|139.877337||9.00||||||| +013123020|013123020|392013123020|WD|Permanent|3020|JPN Site 013123020|Active|MOE|Japan Ministry of Environment||35.681007|139.877337||9.00||||||| +013123020|013123020|392013123020|RHUM|Permanent|3020|JPN Site 013123020|Active|MOE|Japan Ministry of Environment||35.681007|139.877337||9.00||||||| +013123030|013123030|392013123030|NO|Permanent|3030|JPN Site 013123030|Active|MOE|Japan Ministry of Environment||35.653232|139.869006||9.00||||||| +013123030|013123030|392013123030|NO2|Permanent|3030|JPN Site 013123030|Active|MOE|Japan Ministry of Environment||35.653232|139.869006||9.00||||||| +013123030|013123030|392013123030|TEMP|Permanent|3030|JPN Site 013123030|Active|MOE|Japan Ministry of Environment||35.653232|139.869006||9.00||||||| +013123030|013123030|392013123030|WS|Permanent|3030|JPN Site 013123030|Active|MOE|Japan Ministry of Environment||35.653232|139.869006||9.00||||||| +013123030|013123030|392013123030|WD|Permanent|3030|JPN Site 013123030|Active|MOE|Japan Ministry of Environment||35.653232|139.869006||9.00||||||| +013123030|013123030|392013123030|RHUM|Permanent|3030|JPN Site 013123030|Active|MOE|Japan Ministry of Environment||35.653232|139.869006||9.00||||||| +013123030|013123030|392013123030|NOX|Permanent|3030|JPN Site 013123030|Active|MOE|Japan Ministry of Environment||35.653232|139.869006||9.00||||||| +013201020|013201020|392013201020|NOX|Permanent|1020|JPN Site 013201020|Active|MOE|Japan Ministry of Environment||35.644890|139.338494||9.00||||||| +013201020|013201020|392013201020|NO|Permanent|1020|JPN Site 013201020|Active|MOE|Japan Ministry of Environment||35.644890|139.338494||9.00||||||| +013201020|013201020|392013201020|NO2|Permanent|1020|JPN Site 013201020|Active|MOE|Japan Ministry of Environment||35.644890|139.338494||9.00||||||| +013201020|013201020|392013201020|SO2|Permanent|1020|JPN Site 013201020|Active|MOE|Japan Ministry of Environment||35.644890|139.338494||9.00||||||| +013201020|013201020|392013201020|TEMP|Permanent|1020|JPN Site 013201020|Active|MOE|Japan Ministry of Environment||35.644890|139.338494||9.00||||||| +013201020|013201020|392013201020|WS|Permanent|1020|JPN Site 013201020|Active|MOE|Japan Ministry of Environment||35.644890|139.338494||9.00||||||| +013201020|013201020|392013201020|WD|Permanent|1020|JPN Site 013201020|Active|MOE|Japan Ministry of Environment||35.644890|139.338494||9.00||||||| +013201020|013201020|392013201020|RHUM|Permanent|1020|JPN Site 013201020|Active|MOE|Japan Ministry of Environment||35.644890|139.338494||9.00||||||| +013201040|013201040|392013201040|TEMP|Permanent|1040|JPN Site 013201040|Active|MOE|Japan Ministry of Environment||35.628780|139.288222||9.00||||||| +013201040|013201040|392013201040|WS|Permanent|1040|JPN Site 013201040|Active|MOE|Japan Ministry of Environment||35.628780|139.288222||9.00||||||| +013201040|013201040|392013201040|WD|Permanent|1040|JPN Site 013201040|Active|MOE|Japan Ministry of Environment||35.628780|139.288222||9.00||||||| +013201040|013201040|392013201040|RHUM|Permanent|1040|JPN Site 013201040|Active|MOE|Japan Ministry of Environment||35.628780|139.288222||9.00||||||| +013201040|013201040|392013201040|NOX|Permanent|1040|JPN Site 013201040|Active|MOE|Japan Ministry of Environment||35.628780|139.288222||9.00||||||| +013201040|013201040|392013201040|NO|Permanent|1040|JPN Site 013201040|Active|MOE|Japan Ministry of Environment||35.628780|139.288222||9.00||||||| +013201040|013201040|392013201040|NO2|Permanent|1040|JPN Site 013201040|Active|MOE|Japan Ministry of Environment||35.628780|139.288222||9.00||||||| +013201060|013201060|392013201060|TEMP|Permanent|1060|JPN Site 013201060|Active|MOE|Japan Ministry of Environment||35.674330|139.289608||9.00||||||| +013201060|013201060|392013201060|WS|Permanent|1060|JPN Site 013201060|Active|MOE|Japan Ministry of Environment||35.674330|139.289608||9.00||||||| +013201060|013201060|392013201060|WD|Permanent|1060|JPN Site 013201060|Active|MOE|Japan Ministry of Environment||35.674330|139.289608||9.00||||||| +013201060|013201060|392013201060|RHUM|Permanent|1060|JPN Site 013201060|Active|MOE|Japan Ministry of Environment||35.674330|139.289608||9.00||||||| +013201510|013201510|392013201510|NO|Permanent|1510|JPN Site 013201510|Active|MOE|Japan Ministry of Environment||35.664887|139.318495||9.00||||||| +013201510|013201510|392013201510|NO2|Permanent|1510|JPN Site 013201510|Active|MOE|Japan Ministry of Environment||35.664887|139.318495||9.00||||||| +013201510|013201510|392013201510|NOX|Permanent|1510|JPN Site 013201510|Active|MOE|Japan Ministry of Environment||35.664887|139.318495||9.00||||||| +013202010|013202010|392013202010|RHUM|Permanent|2010|JPN Site 013202010|Active|MOE|Japan Ministry of Environment||35.694886|139.419041||9.00||||||| +013202010|013202010|392013202010|NOX|Permanent|2010|JPN Site 013202010|Active|MOE|Japan Ministry of Environment||35.694886|139.419041||9.00||||||| +013202010|013202010|392013202010|NO|Permanent|2010|JPN Site 013202010|Active|MOE|Japan Ministry of Environment||35.694886|139.419041||9.00||||||| +013202010|013202010|392013202010|NO2|Permanent|2010|JPN Site 013202010|Active|MOE|Japan Ministry of Environment||35.694886|139.419041||9.00||||||| +013202010|013202010|392013202010|TEMP|Permanent|2010|JPN Site 013202010|Active|MOE|Japan Ministry of Environment||35.694886|139.419041||9.00||||||| +013202010|013202010|392013202010|WS|Permanent|2010|JPN Site 013202010|Active|MOE|Japan Ministry of Environment||35.694886|139.419041||9.00||||||| +013202010|013202010|392013202010|WD|Permanent|2010|JPN Site 013202010|Active|MOE|Japan Ministry of Environment||35.694886|139.419041||9.00||||||| +013203010|013203010|392013203010|NO2|Permanent|3010|JPN Site 013203010|Active|MOE|Japan Ministry of Environment||35.714331|139.555140||9.00||||||| +013203010|013203010|392013203010|SO2|Permanent|3010|JPN Site 013203010|Active|MOE|Japan Ministry of Environment||35.714331|139.555140||9.00||||||| +013203010|013203010|392013203010|TEMP|Permanent|3010|JPN Site 013203010|Active|MOE|Japan Ministry of Environment||35.714331|139.555140||9.00||||||| +013203010|013203010|392013203010|WS|Permanent|3010|JPN Site 013203010|Active|MOE|Japan Ministry of Environment||35.714331|139.555140||9.00||||||| +013203010|013203010|392013203010|WD|Permanent|3010|JPN Site 013203010|Active|MOE|Japan Ministry of Environment||35.714331|139.555140||9.00||||||| +013203010|013203010|392013203010|RHUM|Permanent|3010|JPN Site 013203010|Active|MOE|Japan Ministry of Environment||35.714331|139.555140||9.00||||||| +013203010|013203010|392013203010|NOX|Permanent|3010|JPN Site 013203010|Active|MOE|Japan Ministry of Environment||35.714331|139.555140||9.00||||||| +013203010|013203010|392013203010|NO|Permanent|3010|JPN Site 013203010|Active|MOE|Japan Ministry of Environment||35.714331|139.555140||9.00||||||| +013203510|013203510|392013203510|NO2|Permanent|3510|JPN Site 013203510|Active|MOE|Japan Ministry of Environment||35.711553|139.538475||9.00||||||| +013203510|013203510|392013203510|CO|Permanent|3510|JPN Site 013203510|Active|MOE|Japan Ministry of Environment||35.711553|139.538475||9.00||||||| +013203510|013203510|392013203510|NOX|Permanent|3510|JPN Site 013203510|Active|MOE|Japan Ministry of Environment||35.711553|139.538475||9.00||||||| +013203510|013203510|392013203510|NO|Permanent|3510|JPN Site 013203510|Active|MOE|Japan Ministry of Environment||35.711553|139.538475||9.00||||||| +013204510|013204510|392013204510|NOX|Permanent|4510|JPN Site 013204510|Active|MOE|Japan Ministry of Environment||35.692111|139.560696||9.00||||||| +013204510|013204510|392013204510|NO|Permanent|4510|JPN Site 013204510|Active|MOE|Japan Ministry of Environment||35.692111|139.560696||9.00||||||| +013204510|013204510|392013204510|NO2|Permanent|4510|JPN Site 013204510|Active|MOE|Japan Ministry of Environment||35.692111|139.560696||9.00||||||| +013205010|013205010|392013205010|RHUM|Permanent|5010|JPN Site 013205010|Active|MOE|Japan Ministry of Environment||35.789318|139.274604||9.00||||||| +013205010|013205010|392013205010|NOX|Permanent|5010|JPN Site 013205010|Active|MOE|Japan Ministry of Environment||35.789318|139.274604||9.00||||||| +013205010|013205010|392013205010|NO2|Permanent|5010|JPN Site 013205010|Active|MOE|Japan Ministry of Environment||35.789318|139.274604||9.00||||||| +013205010|013205010|392013205010|CO|Permanent|5010|JPN Site 013205010|Active|MOE|Japan Ministry of Environment||35.789318|139.274604||9.00||||||| +013205010|013205010|392013205010|NO|Permanent|5010|JPN Site 013205010|Active|MOE|Japan Ministry of Environment||35.789318|139.274604||9.00||||||| +013205010|013205010|392013205010|SO2|Permanent|5010|JPN Site 013205010|Active|MOE|Japan Ministry of Environment||35.789318|139.274604||9.00||||||| +013205010|013205010|392013205010|TEMP|Permanent|5010|JPN Site 013205010|Active|MOE|Japan Ministry of Environment||35.789318|139.274604||9.00||||||| +013205010|013205010|392013205010|WS|Permanent|5010|JPN Site 013205010|Active|MOE|Japan Ministry of Environment||35.789318|139.274604||9.00||||||| +013205010|013205010|392013205010|WD|Permanent|5010|JPN Site 013205010|Active|MOE|Japan Ministry of Environment||35.789318|139.274604||9.00||||||| +013206010|013206010|392013206010|NO|Permanent|6010|JPN Site 013206010|Active|MOE|Japan Ministry of Environment||35.669890|139.477371||9.00||||||| +013206010|013206010|392013206010|NO2|Permanent|6010|JPN Site 013206010|Active|MOE|Japan Ministry of Environment||35.669890|139.477371||9.00||||||| +013206010|013206010|392013206010|TEMP|Permanent|6010|JPN Site 013206010|Active|MOE|Japan Ministry of Environment||35.669890|139.477371||9.00||||||| +013206010|013206010|392013206010|WS|Permanent|6010|JPN Site 013206010|Active|MOE|Japan Ministry of Environment||35.669890|139.477371||9.00||||||| +013206010|013206010|392013206010|WD|Permanent|6010|JPN Site 013206010|Active|MOE|Japan Ministry of Environment||35.669890|139.477371||9.00||||||| +013206010|013206010|392013206010|RHUM|Permanent|6010|JPN Site 013206010|Active|MOE|Japan Ministry of Environment||35.669890|139.477371||9.00||||||| +013206010|013206010|392013206010|NOX|Permanent|6010|JPN Site 013206010|Active|MOE|Japan Ministry of Environment||35.669890|139.477371||9.00||||||| +013208020|013208020|392013208020|NO|Permanent|8020|JPN Site 013208020|Active|MOE|Japan Ministry of Environment||35.667114|139.555142||9.00||||||| +013208020|013208020|392013208020|NO2|Permanent|8020|JPN Site 013208020|Active|MOE|Japan Ministry of Environment||35.667114|139.555142||9.00||||||| +013208020|013208020|392013208020|TEMP|Permanent|8020|JPN Site 013208020|Active|MOE|Japan Ministry of Environment||35.667114|139.555142||9.00||||||| +013208020|013208020|392013208020|WS|Permanent|8020|JPN Site 013208020|Active|MOE|Japan Ministry of Environment||35.667114|139.555142||9.00||||||| +013208020|013208020|392013208020|WD|Permanent|8020|JPN Site 013208020|Active|MOE|Japan Ministry of Environment||35.667114|139.555142||9.00||||||| +013208020|013208020|392013208020|RHUM|Permanent|8020|JPN Site 013208020|Active|MOE|Japan Ministry of Environment||35.667114|139.555142||9.00||||||| +013208020|013208020|392013208020|NOX|Permanent|8020|JPN Site 013208020|Active|MOE|Japan Ministry of Environment||35.667114|139.555142||9.00||||||| +013209010|013209010|392013209010|NOX|Permanent|9010|JPN Site 013209010|Active|MOE|Japan Ministry of Environment||35.669611|139.447095||9.00||||||| +013209010|013209010|392013209010|NO2|Permanent|9010|JPN Site 013209010|Active|MOE|Japan Ministry of Environment||35.669611|139.447095||9.00||||||| +013209010|013209010|392013209010|NO|Permanent|9010|JPN Site 013209010|Active|MOE|Japan Ministry of Environment||35.669611|139.447095||9.00||||||| +013209010|013209010|392013209010|SO2|Permanent|9010|JPN Site 013209010|Active|MOE|Japan Ministry of Environment||35.669611|139.447095||9.00||||||| +013209010|013209010|392013209010|TEMP|Permanent|9010|JPN Site 013209010|Active|MOE|Japan Ministry of Environment||35.669611|139.447095||9.00||||||| +013209010|013209010|392013209010|WS|Permanent|9010|JPN Site 013209010|Active|MOE|Japan Ministry of Environment||35.669611|139.447095||9.00||||||| +013209010|013209010|392013209010|WD|Permanent|9010|JPN Site 013209010|Active|MOE|Japan Ministry of Environment||35.669611|139.447095||9.00||||||| +013209010|013209010|392013209010|RHUM|Permanent|9010|JPN Site 013209010|Active|MOE|Japan Ministry of Environment||35.669611|139.447095||9.00||||||| +013209020|013209020|392013209020|TEMP|Permanent|9020|JPN Site 013209020|Active|MOE|Japan Ministry of Environment||35.592120|139.482929||9.00||||||| +013209020|013209020|392013209020|WS|Permanent|9020|JPN Site 013209020|Active|MOE|Japan Ministry of Environment||35.592120|139.482929||9.00||||||| +013209020|013209020|392013209020|WD|Permanent|9020|JPN Site 013209020|Active|MOE|Japan Ministry of Environment||35.592120|139.482929||9.00||||||| +013209020|013209020|392013209020|RHUM|Permanent|9020|JPN Site 013209020|Active|MOE|Japan Ministry of Environment||35.592120|139.482929||9.00||||||| +013210010|013210010|392013210010|NO|Permanent|0010|JPN Site 013210010|Active|MOE|Japan Ministry of Environment||35.700442|139.502367||9.00||||||| +013210010|013210010|392013210010|CO|Permanent|0010|JPN Site 013210010|Active|MOE|Japan Ministry of Environment||35.700442|139.502367||9.00||||||| +013210010|013210010|392013210010|TEMP|Permanent|0010|JPN Site 013210010|Active|MOE|Japan Ministry of Environment||35.700442|139.502367||9.00||||||| +013210010|013210010|392013210010|WS|Permanent|0010|JPN Site 013210010|Active|MOE|Japan Ministry of Environment||35.700442|139.502367||9.00||||||| +013210010|013210010|392013210010|WD|Permanent|0010|JPN Site 013210010|Active|MOE|Japan Ministry of Environment||35.700442|139.502367||9.00||||||| +013210010|013210010|392013210010|RHUM|Permanent|0010|JPN Site 013210010|Active|MOE|Japan Ministry of Environment||35.700442|139.502367||9.00||||||| +013210010|013210010|392013210010|NOX|Permanent|0010|JPN Site 013210010|Active|MOE|Japan Ministry of Environment||35.700442|139.502367||9.00||||||| +013210010|013210010|392013210010|NO2|Permanent|0010|JPN Site 013210010|Active|MOE|Japan Ministry of Environment||35.700442|139.502367||9.00||||||| +013211010|013211010|392013211010|WD|Permanent|1010|JPN Site 013211010|Active|MOE|Japan Ministry of Environment||35.728217|139.477368||9.00||||||| +013211010|013211010|392013211010|RHUM|Permanent|1010|JPN Site 013211010|Active|MOE|Japan Ministry of Environment||35.728217|139.477368||9.00||||||| +013211010|013211010|392013211010|NOX|Permanent|1010|JPN Site 013211010|Active|MOE|Japan Ministry of Environment||35.728217|139.477368||9.00||||||| +013211010|013211010|392013211010|NO|Permanent|1010|JPN Site 013211010|Active|MOE|Japan Ministry of Environment||35.728217|139.477368||9.00||||||| +013211010|013211010|392013211010|NO2|Permanent|1010|JPN Site 013211010|Active|MOE|Japan Ministry of Environment||35.728217|139.477368||9.00||||||| +013211010|013211010|392013211010|SO2|Permanent|1010|JPN Site 013211010|Active|MOE|Japan Ministry of Environment||35.728217|139.477368||9.00||||||| +013211010|013211010|392013211010|TEMP|Permanent|1010|JPN Site 013211010|Active|MOE|Japan Ministry of Environment||35.728217|139.477368||9.00||||||| +013211010|013211010|392013211010|WS|Permanent|1010|JPN Site 013211010|Active|MOE|Japan Ministry of Environment||35.728217|139.477368||9.00||||||| +013212520|013212520|392013212520|NOX|Permanent|2520|JPN Site 013212520|Active|MOE|Japan Ministry of Environment||35.656002|139.432931||9.00||||||| +013212520|013212520|392013212520|NO|Permanent|2520|JPN Site 013212520|Active|MOE|Japan Ministry of Environment||35.656002|139.432931||9.00||||||| +013212520|013212520|392013212520|NO2|Permanent|2520|JPN Site 013212520|Active|MOE|Japan Ministry of Environment||35.656002|139.432931||9.00||||||| +013213510|013213510|392013213510|NO2|Permanent|3510|JPN Site 013213510|Active|MOE|Japan Ministry of Environment||35.753214|139.466257||9.00||||||| +013213510|013213510|392013213510|NOX|Permanent|3510|JPN Site 013213510|Active|MOE|Japan Ministry of Environment||35.753214|139.466257||9.00||||||| +013213510|013213510|392013213510|NO|Permanent|3510|JPN Site 013213510|Active|MOE|Japan Ministry of Environment||35.753214|139.466257||9.00||||||| +013215510|013215510|392013215510|TEMP|Permanent|5510|JPN Site 013215510|Active|MOE|Japan Ministry of Environment||35.680999|139.432929||9.00||||||| +013215510|013215510|392013215510|WS|Permanent|5510|JPN Site 013215510|Active|MOE|Japan Ministry of Environment||35.680999|139.432929||9.00||||||| +013215510|013215510|392013215510|WD|Permanent|5510|JPN Site 013215510|Active|MOE|Japan Ministry of Environment||35.680999|139.432929||9.00||||||| +013215510|013215510|392013215510|RHUM|Permanent|5510|JPN Site 013215510|Active|MOE|Japan Ministry of Environment||35.680999|139.432929||9.00||||||| +013215510|013215510|392013215510|NOX|Permanent|5510|JPN Site 013215510|Active|MOE|Japan Ministry of Environment||35.680999|139.432929||9.00||||||| +013215510|013215510|392013215510|NO|Permanent|5510|JPN Site 013215510|Active|MOE|Japan Ministry of Environment||35.680999|139.432929||9.00||||||| +013215510|013215510|392013215510|NO2|Permanent|5510|JPN Site 013215510|Active|MOE|Japan Ministry of Environment||35.680999|139.432929||9.00||||||| +013215510|013215510|392013215510|CO|Permanent|5510|JPN Site 013215510|Active|MOE|Japan Ministry of Environment||35.680999|139.432929||9.00||||||| +013215510|013215510|392013215510|SO2|Permanent|5510|JPN Site 013215510|Active|MOE|Japan Ministry of Environment||35.680999|139.432929||9.00||||||| +013216010|013216010|392013216010|WS|Permanent|6010|JPN Site 013216010|Active|MOE|Japan Ministry of Environment||35.728218|139.535696||9.00||||||| +013216010|013216010|392013216010|WD|Permanent|6010|JPN Site 013216010|Active|MOE|Japan Ministry of Environment||35.728218|139.535696||9.00||||||| +013216010|013216010|392013216010|RHUM|Permanent|6010|JPN Site 013216010|Active|MOE|Japan Ministry of Environment||35.728218|139.535696||9.00||||||| +013216010|013216010|392013216010|NOX|Permanent|6010|JPN Site 013216010|Active|MOE|Japan Ministry of Environment||35.728218|139.535696||9.00||||||| +013216010|013216010|392013216010|NO|Permanent|6010|JPN Site 013216010|Active|MOE|Japan Ministry of Environment||35.728218|139.535696||9.00||||||| +013216010|013216010|392013216010|NO2|Permanent|6010|JPN Site 013216010|Active|MOE|Japan Ministry of Environment||35.728218|139.535696||9.00||||||| +013216010|013216010|392013216010|TEMP|Permanent|6010|JPN Site 013216010|Active|MOE|Japan Ministry of Environment||35.728218|139.535696||9.00||||||| +013217010|013217010|392013217010|TEMP|Permanent|7010|JPN Site 013217010|Active|MOE|Japan Ministry of Environment||35.753215|139.555138||9.00||||||| +013217010|013217010|392013217010|WS|Permanent|7010|JPN Site 013217010|Active|MOE|Japan Ministry of Environment||35.753215|139.555138||9.00||||||| +013217010|013217010|392013217010|WD|Permanent|7010|JPN Site 013217010|Active|MOE|Japan Ministry of Environment||35.753215|139.555138||9.00||||||| +013217010|013217010|392013217010|RHUM|Permanent|7010|JPN Site 013217010|Active|MOE|Japan Ministry of Environment||35.753215|139.555138||9.00||||||| +013217010|013217010|392013217010|NOX|Permanent|7010|JPN Site 013217010|Active|MOE|Japan Ministry of Environment||35.753215|139.555138||9.00||||||| +013217010|013217010|392013217010|NO|Permanent|7010|JPN Site 013217010|Active|MOE|Japan Ministry of Environment||35.753215|139.555138||9.00||||||| +013217010|013217010|392013217010|NO2|Permanent|7010|JPN Site 013217010|Active|MOE|Japan Ministry of Environment||35.753215|139.555138||9.00||||||| +013217510|013217510|392013217510|NO2|Permanent|7510|JPN Site 013217510|Active|MOE|Japan Ministry of Environment||35.725441|139.552362||9.00||||||| +013217510|013217510|392013217510|NOX|Permanent|7510|JPN Site 013217510|Active|MOE|Japan Ministry of Environment||35.725441|139.552362||9.00||||||| +013217510|013217510|392013217510|NO|Permanent|7510|JPN Site 013217510|Active|MOE|Japan Ministry of Environment||35.725441|139.552362||9.00||||||| +013218010|013218010|392013218010|TEMP|Permanent|8010|JPN Site 013218010|Active|MOE|Japan Ministry of Environment||35.739324|139.327380||9.00||||||| +013218010|013218010|392013218010|WS|Permanent|8010|JPN Site 013218010|Active|MOE|Japan Ministry of Environment||35.739324|139.327380||9.00||||||| +013218010|013218010|392013218010|WD|Permanent|8010|JPN Site 013218010|Active|MOE|Japan Ministry of Environment||35.739324|139.327380||9.00||||||| +013218010|013218010|392013218010|RHUM|Permanent|8010|JPN Site 013218010|Active|MOE|Japan Ministry of Environment||35.739324|139.327380||9.00||||||| +013218010|013218010|392013218010|NOX|Permanent|8010|JPN Site 013218010|Active|MOE|Japan Ministry of Environment||35.739324|139.327380||9.00||||||| +013218010|013218010|392013218010|NO|Permanent|8010|JPN Site 013218010|Active|MOE|Japan Ministry of Environment||35.739324|139.327380||9.00||||||| +013218010|013218010|392013218010|NO2|Permanent|8010|JPN Site 013218010|Active|MOE|Japan Ministry of Environment||35.739324|139.327380||9.00||||||| +013218010|013218010|392013218010|CO|Permanent|8010|JPN Site 013218010|Active|MOE|Japan Ministry of Environment||35.739324|139.327380||9.00||||||| +013218010|013218010|392013218010|SO2|Permanent|8010|JPN Site 013218010|Active|MOE|Japan Ministry of Environment||35.739324|139.327380||9.00||||||| +013219010|013219010|392013219010|NOX|Permanent|9010|JPN Site 013219010|Active|MOE|Japan Ministry of Environment||35.633784|139.571809||9.00||||||| +013219010|013219010|392013219010|NO2|Permanent|9010|JPN Site 013219010|Active|MOE|Japan Ministry of Environment||35.633784|139.571809||9.00||||||| +013219010|013219010|392013219010|SO2|Permanent|9010|JPN Site 013219010|Active|MOE|Japan Ministry of Environment||35.633784|139.571809||9.00||||||| +013219010|013219010|392013219010|TEMP|Permanent|9010|JPN Site 013219010|Active|MOE|Japan Ministry of Environment||35.633784|139.571809||9.00||||||| +013219010|013219010|392013219010|WS|Permanent|9010|JPN Site 013219010|Active|MOE|Japan Ministry of Environment||35.633784|139.571809||9.00||||||| +013219010|013219010|392013219010|WD|Permanent|9010|JPN Site 013219010|Active|MOE|Japan Ministry of Environment||35.633784|139.571809||9.00||||||| +013219010|013219010|392013219010|RHUM|Permanent|9010|JPN Site 013219010|Active|MOE|Japan Ministry of Environment||35.633784|139.571809||9.00||||||| +013219010|013219010|392013219010|NO|Permanent|9010|JPN Site 013219010|Active|MOE|Japan Ministry of Environment||35.633784|139.571809||9.00||||||| +013220010|013220010|392013220010|NO2|Permanent|0010|JPN Site 013220010|Active|MOE|Japan Ministry of Environment||35.750436|139.424594||9.00||||||| +013220010|013220010|392013220010|TEMP|Permanent|0010|JPN Site 013220010|Active|MOE|Japan Ministry of Environment||35.750436|139.424594||9.00||||||| +013220010|013220010|392013220010|WS|Permanent|0010|JPN Site 013220010|Active|MOE|Japan Ministry of Environment||35.750436|139.424594||9.00||||||| +013220010|013220010|392013220010|WD|Permanent|0010|JPN Site 013220010|Active|MOE|Japan Ministry of Environment||35.750436|139.424594||9.00||||||| +013220010|013220010|392013220010|RHUM|Permanent|0010|JPN Site 013220010|Active|MOE|Japan Ministry of Environment||35.750436|139.424594||9.00||||||| +013220010|013220010|392013220010|NOX|Permanent|0010|JPN Site 013220010|Active|MOE|Japan Ministry of Environment||35.750436|139.424594||9.00||||||| +013220010|013220010|392013220010|NO|Permanent|0010|JPN Site 013220010|Active|MOE|Japan Ministry of Environment||35.750436|139.424594||9.00||||||| +013221010|013221010|392013221010|NO|Permanent|1010|JPN Site 013221010|Active|MOE|Japan Ministry of Environment||35.780990|139.521806||9.00||||||| +013221010|013221010|392013221010|SO2|Permanent|1010|JPN Site 013221010|Active|MOE|Japan Ministry of Environment||35.780990|139.521806||9.00||||||| +013221010|013221010|392013221010|TEMP|Permanent|1010|JPN Site 013221010|Active|MOE|Japan Ministry of Environment||35.780990|139.521806||9.00||||||| +013221010|013221010|392013221010|WS|Permanent|1010|JPN Site 013221010|Active|MOE|Japan Ministry of Environment||35.780990|139.521806||9.00||||||| +013221010|013221010|392013221010|WD|Permanent|1010|JPN Site 013221010|Active|MOE|Japan Ministry of Environment||35.780990|139.521806||9.00||||||| +013221010|013221010|392013221010|RHUM|Permanent|1010|JPN Site 013221010|Active|MOE|Japan Ministry of Environment||35.780990|139.521806||9.00||||||| +013221010|013221010|392013221010|NOX|Permanent|1010|JPN Site 013221010|Active|MOE|Japan Ministry of Environment||35.780990|139.521806||9.00||||||| +013221010|013221010|392013221010|NO2|Permanent|1010|JPN Site 013221010|Active|MOE|Japan Ministry of Environment||35.780990|139.521806||9.00||||||| +013221010|013221010|392013221010|CO|Permanent|1010|JPN Site 013221010|Active|MOE|Japan Ministry of Environment||35.780990|139.521806||9.00||||||| +013222510|013222510|392013222510|NO2|Permanent|2510|JPN Site 013222510|Active|MOE|Japan Ministry of Environment||35.753215|139.516252||9.00||||||| +013222510|013222510|392013222510|NOX|Permanent|2510|JPN Site 013222510|Active|MOE|Japan Ministry of Environment||35.753215|139.516252||9.00||||||| +013222510|013222510|392013222510|NO|Permanent|2510|JPN Site 013222510|Active|MOE|Japan Ministry of Environment||35.753215|139.516252||9.00||||||| +013224010|013224010|392013224010|NO|Permanent|4010|JPN Site 013224010|Active|MOE|Japan Ministry of Environment||35.633782|139.432932||9.00||||||| +013224010|013224010|392013224010|SO2|Permanent|4010|JPN Site 013224010|Active|MOE|Japan Ministry of Environment||35.633782|139.432932||9.00||||||| +013224010|013224010|392013224010|TEMP|Permanent|4010|JPN Site 013224010|Active|MOE|Japan Ministry of Environment||35.633782|139.432932||9.00||||||| +013224010|013224010|392013224010|WS|Permanent|4010|JPN Site 013224010|Active|MOE|Japan Ministry of Environment||35.633782|139.432932||9.00||||||| +013224010|013224010|392013224010|WD|Permanent|4010|JPN Site 013224010|Active|MOE|Japan Ministry of Environment||35.633782|139.432932||9.00||||||| +013224010|013224010|392013224010|RHUM|Permanent|4010|JPN Site 013224010|Active|MOE|Japan Ministry of Environment||35.633782|139.432932||9.00||||||| +013224010|013224010|392013224010|NOX|Permanent|4010|JPN Site 013224010|Active|MOE|Japan Ministry of Environment||35.633782|139.432932||9.00||||||| +013224010|013224010|392013224010|NO2|Permanent|4010|JPN Site 013224010|Active|MOE|Japan Ministry of Environment||35.633782|139.432932||9.00||||||| +013224010|013224010|392013224010|CO|Permanent|4010|JPN Site 013224010|Active|MOE|Japan Ministry of Environment||35.633782|139.432932||9.00||||||| +013303520|013303520|392013303520|NO|Permanent|3520|JPN Site 013303520|Active|MOE|Japan Ministry of Environment||35.775431|139.335711||9.00||||||| +013303520|013303520|392013303520|NO2|Permanent|3520|JPN Site 013303520|Active|MOE|Japan Ministry of Environment||35.775431|139.335711||9.00||||||| +013303520|013303520|392013303520|CO|Permanent|3520|JPN Site 013303520|Active|MOE|Japan Ministry of Environment||35.775431|139.335711||9.00||||||| +013303520|013303520|392013303520|NOX|Permanent|3520|JPN Site 013303520|Active|MOE|Japan Ministry of Environment||35.775431|139.335711||9.00||||||| +013421950|013421950|392013421950|NOX|Permanent|1950|JPN Site 013421950|Active|MOE|Japan Ministry of Environment||27.095855|142.213094||9.00||||||| +013421950|013421950|392013421950|NO|Permanent|1950|JPN Site 013421950|Active|MOE|Japan Ministry of Environment||27.095855|142.213094||9.00||||||| +013421950|013421950|392013421950|NO2|Permanent|1950|JPN Site 013421950|Active|MOE|Japan Ministry of Environment||27.095855|142.213094||9.00||||||| +013421950|013421950|392013421950|SO2|Permanent|1950|JPN Site 013421950|Active|MOE|Japan Ministry of Environment||27.095855|142.213094||9.00||||||| +013421950|013421950|392013421950|TEMP|Permanent|1950|JPN Site 013421950|Active|MOE|Japan Ministry of Environment||27.095855|142.213094||9.00||||||| +013421950|013421950|392013421950|WS|Permanent|1950|JPN Site 013421950|Active|MOE|Japan Ministry of Environment||27.095855|142.213094||9.00||||||| +013421950|013421950|392013421950|WD|Permanent|1950|JPN Site 013421950|Active|MOE|Japan Ministry of Environment||27.095855|142.213094||9.00||||||| +013421950|013421950|392013421950|RHUM|Permanent|1950|JPN Site 013421950|Active|MOE|Japan Ministry of Environment||27.095855|142.213094||9.00||||||| +014101010|014101010|392014101010|NO|Permanent|1010|JPN Site 014101010|Active|MOE|Japan Ministry of Environment||35.503522|139.681528||9.00||||||| +014101010|014101010|392014101010|NO2|Permanent|1010|JPN Site 014101010|Active|MOE|Japan Ministry of Environment||35.503522|139.681528||9.00||||||| +014101010|014101010|392014101010|SO2|Permanent|1010|JPN Site 014101010|Active|MOE|Japan Ministry of Environment||35.503522|139.681528||9.00||||||| +014101010|014101010|392014101010|WS|Permanent|1010|JPN Site 014101010|Active|MOE|Japan Ministry of Environment||35.503522|139.681528||9.00||||||| +014101010|014101010|392014101010|WD|Permanent|1010|JPN Site 014101010|Active|MOE|Japan Ministry of Environment||35.503522|139.681528||9.00||||||| +014101010|014101010|392014101010|NOX|Permanent|1010|JPN Site 014101010|Active|MOE|Japan Ministry of Environment||35.503522|139.681528||9.00||||||| +014101020|014101020|392014101020|WD|Permanent|1020|JPN Site 014101020|Active|MOE|Japan Ministry of Environment||35.498800|139.668196||9.00||||||| +014101020|014101020|392014101020|NOX|Permanent|1020|JPN Site 014101020|Active|MOE|Japan Ministry of Environment||35.498800|139.668196||9.00||||||| +014101020|014101020|392014101020|NO|Permanent|1020|JPN Site 014101020|Active|MOE|Japan Ministry of Environment||35.498800|139.668196||9.00||||||| +014101020|014101020|392014101020|NO2|Permanent|1020|JPN Site 014101020|Active|MOE|Japan Ministry of Environment||35.498800|139.668196||9.00||||||| +014101020|014101020|392014101020|WS|Permanent|1020|JPN Site 014101020|Active|MOE|Japan Ministry of Environment||35.498800|139.668196||9.00||||||| +014101520|014101520|392014101520|NO2|Permanent|1520|JPN Site 014101520|Active|MOE|Japan Ministry of Environment||35.526020|139.671528||9.00||||||| +014101520|014101520|392014101520|NOX|Permanent|1520|JPN Site 014101520|Active|MOE|Japan Ministry of Environment||35.526020|139.671528||9.00||||||| +014101520|014101520|392014101520|NO|Permanent|1520|JPN Site 014101520|Active|MOE|Japan Ministry of Environment||35.526020|139.671528||9.00||||||| +014102010|014102010|392014102010|NO2|Permanent|2010|JPN Site 014102010|Active|MOE|Japan Ministry of Environment||35.480468|139.625978||9.00||||||| +014102010|014102010|392014102010|SO2|Permanent|2010|JPN Site 014102010|Active|MOE|Japan Ministry of Environment||35.480468|139.625978||9.00||||||| +014102010|014102010|392014102010|WS|Permanent|2010|JPN Site 014102010|Active|MOE|Japan Ministry of Environment||35.480468|139.625978||9.00||||||| +014102010|014102010|392014102010|WD|Permanent|2010|JPN Site 014102010|Active|MOE|Japan Ministry of Environment||35.480468|139.625978||9.00||||||| +014102010|014102010|392014102010|NOX|Permanent|2010|JPN Site 014102010|Active|MOE|Japan Ministry of Environment||35.480468|139.625978||9.00||||||| +014102010|014102010|392014102010|NO|Permanent|2010|JPN Site 014102010|Active|MOE|Japan Ministry of Environment||35.480468|139.625978||9.00||||||| +014103010|014103010|392014103010|WD|Permanent|3010|JPN Site 014103010|Active|MOE|Japan Ministry of Environment||35.461026|139.612091||9.00||||||| +014103010|014103010|392014103010|NOX|Permanent|3010|JPN Site 014103010|Active|MOE|Japan Ministry of Environment||35.461026|139.612091||9.00||||||| +014103010|014103010|392014103010|NO|Permanent|3010|JPN Site 014103010|Active|MOE|Japan Ministry of Environment||35.461026|139.612091||9.00||||||| +014103010|014103010|392014103010|NO2|Permanent|3010|JPN Site 014103010|Active|MOE|Japan Ministry of Environment||35.461026|139.612091||9.00||||||| +014103010|014103010|392014103010|SO2|Permanent|3010|JPN Site 014103010|Active|MOE|Japan Ministry of Environment||35.461026|139.612091||9.00||||||| +014103010|014103010|392014103010|WS|Permanent|3010|JPN Site 014103010|Active|MOE|Japan Ministry of Environment||35.461026|139.612091||9.00||||||| +014103510|014103510|392014103510|NOX|Permanent|3510|JPN Site 014103510|Active|MOE|Japan Ministry of Environment||35.468802|139.608480||9.00||||||| +014103510|014103510|392014103510|NO|Permanent|3510|JPN Site 014103510|Active|MOE|Japan Ministry of Environment||35.468802|139.608480||9.00||||||| +014103510|014103510|392014103510|NO2|Permanent|3510|JPN Site 014103510|Active|MOE|Japan Ministry of Environment||35.468802|139.608480||9.00||||||| +014103510|014103510|392014103510|CO|Permanent|3510|JPN Site 014103510|Active|MOE|Japan Ministry of Environment||35.468802|139.608480||9.00||||||| +014104020|014104020|392014104020|NO2|Permanent|4020|JPN Site 014104020|Active|MOE|Japan Ministry of Environment||35.423252|139.644868||9.00||||||| +014104020|014104020|392014104020|WS|Permanent|4020|JPN Site 014104020|Active|MOE|Japan Ministry of Environment||35.423252|139.644868||9.00||||||| +014104020|014104020|392014104020|WD|Permanent|4020|JPN Site 014104020|Active|MOE|Japan Ministry of Environment||35.423252|139.644868||9.00||||||| +014104020|014104020|392014104020|NOX|Permanent|4020|JPN Site 014104020|Active|MOE|Japan Ministry of Environment||35.423252|139.644868||9.00||||||| +014104020|014104020|392014104020|NO|Permanent|4020|JPN Site 014104020|Active|MOE|Japan Ministry of Environment||35.423252|139.644868||9.00||||||| +014104030|014104030|392014104030|NOX|Permanent|4030|JPN Site 014104030|Active|MOE|Japan Ministry of Environment||35.417698|139.658478||9.00||||||| +014104030|014104030|392014104030|NO|Permanent|4030|JPN Site 014104030|Active|MOE|Japan Ministry of Environment||35.417698|139.658478||9.00||||||| +014104030|014104030|392014104030|NO2|Permanent|4030|JPN Site 014104030|Active|MOE|Japan Ministry of Environment||35.417698|139.658478||9.00||||||| +014104030|014104030|392014104030|SO2|Permanent|4030|JPN Site 014104030|Active|MOE|Japan Ministry of Environment||35.417698|139.658478||9.00||||||| +014104030|014104030|392014104030|WS|Permanent|4030|JPN Site 014104030|Active|MOE|Japan Ministry of Environment||35.417698|139.658478||9.00||||||| +014104030|014104030|392014104030|WD|Permanent|4030|JPN Site 014104030|Active|MOE|Japan Ministry of Environment||35.417698|139.658478||9.00||||||| +014105020|014105020|392014105020|NO2|Permanent|5020|JPN Site 014105020|Active|MOE|Japan Ministry of Environment||35.436028|139.605704||9.00||||||| +014105020|014105020|392014105020|SO2|Permanent|5020|JPN Site 014105020|Active|MOE|Japan Ministry of Environment||35.436028|139.605704||9.00||||||| +014105020|014105020|392014105020|WS|Permanent|5020|JPN Site 014105020|Active|MOE|Japan Ministry of Environment||35.436028|139.605704||9.00||||||| +014105020|014105020|392014105020|WD|Permanent|5020|JPN Site 014105020|Active|MOE|Japan Ministry of Environment||35.436028|139.605704||9.00||||||| +014105020|014105020|392014105020|NOX|Permanent|5020|JPN Site 014105020|Active|MOE|Japan Ministry of Environment||35.436028|139.605704||9.00||||||| +014105020|014105020|392014105020|NO|Permanent|5020|JPN Site 014105020|Active|MOE|Japan Ministry of Environment||35.436028|139.605704||9.00||||||| +014106010|014106010|392014106010|NOX|Permanent|6010|JPN Site 014106010|Active|MOE|Japan Ministry of Environment||35.454359|139.582650||9.00||||||| +014106010|014106010|392014106010|NO|Permanent|6010|JPN Site 014106010|Active|MOE|Japan Ministry of Environment||35.454359|139.582650||9.00||||||| +014106010|014106010|392014106010|NO2|Permanent|6010|JPN Site 014106010|Active|MOE|Japan Ministry of Environment||35.454359|139.582650||9.00||||||| +014106010|014106010|392014106010|SO2|Permanent|6010|JPN Site 014106010|Active|MOE|Japan Ministry of Environment||35.454359|139.582650||9.00||||||| +014106010|014106010|392014106010|WS|Permanent|6010|JPN Site 014106010|Active|MOE|Japan Ministry of Environment||35.454359|139.582650||9.00||||||| +014106010|014106010|392014106010|WD|Permanent|6010|JPN Site 014106010|Active|MOE|Japan Ministry of Environment||35.454359|139.582650||9.00||||||| +014107010|014107010|392014107010|NO2|Permanent|7010|JPN Site 014107010|Active|MOE|Japan Ministry of Environment||35.405476|139.614871||9.00||||||| +014107010|014107010|392014107010|SO2|Permanent|7010|JPN Site 014107010|Active|MOE|Japan Ministry of Environment||35.405476|139.614871||9.00||||||| +014107010|014107010|392014107010|WS|Permanent|7010|JPN Site 014107010|Active|MOE|Japan Ministry of Environment||35.405476|139.614871||9.00||||||| +014107010|014107010|392014107010|WD|Permanent|7010|JPN Site 014107010|Active|MOE|Japan Ministry of Environment||35.405476|139.614871||9.00||||||| +014107010|014107010|392014107010|NOX|Permanent|7010|JPN Site 014107010|Active|MOE|Japan Ministry of Environment||35.405476|139.614871||9.00||||||| +014107010|014107010|392014107010|NO|Permanent|7010|JPN Site 014107010|Active|MOE|Japan Ministry of Environment||35.405476|139.614871||9.00||||||| +014107520|014107520|392014107520|NO2|Permanent|7520|JPN Site 014107520|Active|MOE|Japan Ministry of Environment||35.423807|139.621814||9.00||||||| +014107520|014107520|392014107520|NOX|Permanent|7520|JPN Site 014107520|Active|MOE|Japan Ministry of Environment||35.423807|139.621814||9.00||||||| +014107520|014107520|392014107520|NO|Permanent|7520|JPN Site 014107520|Active|MOE|Japan Ministry of Environment||35.423807|139.621814||9.00||||||| +014108020|014108020|392014108020|SO2|Permanent|8020|JPN Site 014108020|Active|MOE|Japan Ministry of Environment||35.365480|139.630150||9.00||||||| +014108020|014108020|392014108020|TEMP|Permanent|8020|JPN Site 014108020|Active|MOE|Japan Ministry of Environment||35.365480|139.630150||9.00||||||| +014108020|014108020|392014108020|WS|Permanent|8020|JPN Site 014108020|Active|MOE|Japan Ministry of Environment||35.365480|139.630150||9.00||||||| +014108020|014108020|392014108020|WD|Permanent|8020|JPN Site 014108020|Active|MOE|Japan Ministry of Environment||35.365480|139.630150||9.00||||||| +014108020|014108020|392014108020|RHUM|Permanent|8020|JPN Site 014108020|Active|MOE|Japan Ministry of Environment||35.365480|139.630150||9.00||||||| +014108020|014108020|392014108020|NOX|Permanent|8020|JPN Site 014108020|Active|MOE|Japan Ministry of Environment||35.365480|139.630150||9.00||||||| +014108020|014108020|392014108020|NO|Permanent|8020|JPN Site 014108020|Active|MOE|Japan Ministry of Environment||35.365480|139.630150||9.00||||||| +014108020|014108020|392014108020|NO2|Permanent|8020|JPN Site 014108020|Active|MOE|Japan Ministry of Environment||35.365480|139.630150||9.00||||||| +014109040|014109040|392014109040|NO2|Permanent|9040|JPN Site 014109040|Active|MOE|Japan Ministry of Environment||35.522408|139.630143||9.00||||||| +014109040|014109040|392014109040|SO2|Permanent|9040|JPN Site 014109040|Active|MOE|Japan Ministry of Environment||35.522408|139.630143||9.00||||||| +014109040|014109040|392014109040|WS|Permanent|9040|JPN Site 014109040|Active|MOE|Japan Ministry of Environment||35.522408|139.630143||9.00||||||| +014109040|014109040|392014109040|WD|Permanent|9040|JPN Site 014109040|Active|MOE|Japan Ministry of Environment||35.522408|139.630143||9.00||||||| +014109040|014109040|392014109040|NOX|Permanent|9040|JPN Site 014109040|Active|MOE|Japan Ministry of Environment||35.522408|139.630143||9.00||||||| +014109040|014109040|392014109040|NO|Permanent|9040|JPN Site 014109040|Active|MOE|Japan Ministry of Environment||35.522408|139.630143||9.00||||||| +014110050|014110050|392014110050|NO2|Permanent|0050|JPN Site 014110050|Active|MOE|Japan Ministry of Environment||35.401030|139.511269||9.00||||||| +014110050|014110050|392014110050|SO2|Permanent|0050|JPN Site 014110050|Active|MOE|Japan Ministry of Environment||35.401030|139.511269||9.00||||||| +014110050|014110050|392014110050|WS|Permanent|0050|JPN Site 014110050|Active|MOE|Japan Ministry of Environment||35.401030|139.511269||9.00||||||| +014110050|014110050|392014110050|WD|Permanent|0050|JPN Site 014110050|Active|MOE|Japan Ministry of Environment||35.401030|139.511269||9.00||||||| +014110050|014110050|392014110050|NOX|Permanent|0050|JPN Site 014110050|Active|MOE|Japan Ministry of Environment||35.401030|139.511269||9.00||||||| +014110050|014110050|392014110050|NO|Permanent|0050|JPN Site 014110050|Active|MOE|Japan Ministry of Environment||35.401030|139.511269||9.00||||||| +014110510|014110510|392014110510|NOX|Permanent|0510|JPN Site 014110510|Active|MOE|Japan Ministry of Environment||35.401864|139.524601||9.00||||||| +014110510|014110510|392014110510|NO|Permanent|0510|JPN Site 014110510|Active|MOE|Japan Ministry of Environment||35.401864|139.524601||9.00||||||| +014110510|014110510|392014110510|NO2|Permanent|0510|JPN Site 014110510|Active|MOE|Japan Ministry of Environment||35.401864|139.524601||9.00||||||| +014111020|014111020|392014111020|NO|Permanent|1020|JPN Site 014111020|Active|MOE|Japan Ministry of Environment||35.390754|139.567376||9.00||||||| +014111020|014111020|392014111020|NO2|Permanent|1020|JPN Site 014111020|Active|MOE|Japan Ministry of Environment||35.390754|139.567376||9.00||||||| +014111020|014111020|392014111020|SO2|Permanent|1020|JPN Site 014111020|Active|MOE|Japan Ministry of Environment||35.390754|139.567376||9.00||||||| +014111020|014111020|392014111020|WS|Permanent|1020|JPN Site 014111020|Active|MOE|Japan Ministry of Environment||35.390754|139.567376||9.00||||||| +014111020|014111020|392014111020|WD|Permanent|1020|JPN Site 014111020|Active|MOE|Japan Ministry of Environment||35.390754|139.567376||9.00||||||| +014111020|014111020|392014111020|NOX|Permanent|1020|JPN Site 014111020|Active|MOE|Japan Ministry of Environment||35.390754|139.567376||9.00||||||| +014111520|014111520|392014111520|NOX|Permanent|1520|JPN Site 014111520|Active|MOE|Japan Ministry of Environment||35.404364|139.587374||9.00||||||| +014111520|014111520|392014111520|NO|Permanent|1520|JPN Site 014111520|Active|MOE|Japan Ministry of Environment||35.404364|139.587374||9.00||||||| +014111520|014111520|392014111520|NO2|Permanent|1520|JPN Site 014111520|Active|MOE|Japan Ministry of Environment||35.404364|139.587374||9.00||||||| +014112020|014112020|392014112020|WD|Permanent|2020|JPN Site 014112020|Active|MOE|Japan Ministry of Environment||35.475467|139.548207||9.00||||||| +014112020|014112020|392014112020|NOX|Permanent|2020|JPN Site 014112020|Active|MOE|Japan Ministry of Environment||35.475467|139.548207||9.00||||||| +014112020|014112020|392014112020|NO|Permanent|2020|JPN Site 014112020|Active|MOE|Japan Ministry of Environment||35.475467|139.548207||9.00||||||| +014112020|014112020|392014112020|NO2|Permanent|2020|JPN Site 014112020|Active|MOE|Japan Ministry of Environment||35.475467|139.548207||9.00||||||| +014112020|014112020|392014112020|SO2|Permanent|2020|JPN Site 014112020|Active|MOE|Japan Ministry of Environment||35.475467|139.548207||9.00||||||| +014112020|014112020|392014112020|WS|Permanent|2020|JPN Site 014112020|Active|MOE|Japan Ministry of Environment||35.475467|139.548207||9.00||||||| +014112510|014112510|392014112510|NO2|Permanent|2510|JPN Site 014112510|Active|MOE|Japan Ministry of Environment||35.488799|139.518764||9.00||||||| +014112510|014112510|392014112510|CO|Permanent|2510|JPN Site 014112510|Active|MOE|Japan Ministry of Environment||35.488799|139.518764||9.00||||||| +014112510|014112510|392014112510|NOX|Permanent|2510|JPN Site 014112510|Active|MOE|Japan Ministry of Environment||35.488799|139.518764||9.00||||||| +014112510|014112510|392014112510|NO|Permanent|2510|JPN Site 014112510|Active|MOE|Japan Ministry of Environment||35.488799|139.518764||9.00||||||| +014113020|014113020|392014113020|WD|Permanent|3020|JPN Site 014113020|Active|MOE|Japan Ministry of Environment||35.519351|139.523763||9.00||||||| +014113020|014113020|392014113020|RHUM|Permanent|3020|JPN Site 014113020|Active|MOE|Japan Ministry of Environment||35.519351|139.523763||9.00||||||| +014113020|014113020|392014113020|NOX|Permanent|3020|JPN Site 014113020|Active|MOE|Japan Ministry of Environment||35.519351|139.523763||9.00||||||| +014113020|014113020|392014113020|NO|Permanent|3020|JPN Site 014113020|Active|MOE|Japan Ministry of Environment||35.519351|139.523763||9.00||||||| +014113020|014113020|392014113020|NO2|Permanent|3020|JPN Site 014113020|Active|MOE|Japan Ministry of Environment||35.519351|139.523763||9.00||||||| +014113020|014113020|392014113020|SO2|Permanent|3020|JPN Site 014113020|Active|MOE|Japan Ministry of Environment||35.519351|139.523763||9.00||||||| +014113020|014113020|392014113020|TEMP|Permanent|3020|JPN Site 014113020|Active|MOE|Japan Ministry of Environment||35.519351|139.523763||9.00||||||| +014113020|014113020|392014113020|WS|Permanent|3020|JPN Site 014113020|Active|MOE|Japan Ministry of Environment||35.519351|139.523763||9.00||||||| +014113510|014113510|392014113510|NO2|Permanent|3510|JPN Site 014113510|Active|MOE|Japan Ministry of Environment||35.543237|139.511540||9.00||||||| +014113510|014113510|392014113510|NOX|Permanent|3510|JPN Site 014113510|Active|MOE|Japan Ministry of Environment||35.543237|139.511540||9.00||||||| +014113510|014113510|392014113510|NO|Permanent|3510|JPN Site 014113510|Active|MOE|Japan Ministry of Environment||35.543237|139.511540||9.00||||||| +014113510|014113510|392014113510|CO|Permanent|3510|JPN Site 014113510|Active|MOE|Japan Ministry of Environment||35.543237|139.511540||9.00||||||| +014113520|014113520|392014113520|NO2|Permanent|3520|JPN Site 014113520|Active|MOE|Japan Ministry of Environment||35.539350|139.564869||9.00||||||| +014113520|014113520|392014113520|NOX|Permanent|3520|JPN Site 014113520|Active|MOE|Japan Ministry of Environment||35.539350|139.564869||9.00||||||| +014113520|014113520|392014113520|NO|Permanent|3520|JPN Site 014113520|Active|MOE|Japan Ministry of Environment||35.539350|139.564869||9.00||||||| +014114020|014114020|392014114020|WD|Permanent|4020|JPN Site 014114020|Active|MOE|Japan Ministry of Environment||35.460746|139.482935||9.00||||||| +014114020|014114020|392014114020|NOX|Permanent|4020|JPN Site 014114020|Active|MOE|Japan Ministry of Environment||35.460746|139.482935||9.00||||||| +014114020|014114020|392014114020|NO|Permanent|4020|JPN Site 014114020|Active|MOE|Japan Ministry of Environment||35.460746|139.482935||9.00||||||| +014114020|014114020|392014114020|NO2|Permanent|4020|JPN Site 014114020|Active|MOE|Japan Ministry of Environment||35.460746|139.482935||9.00||||||| +014114020|014114020|392014114020|SO2|Permanent|4020|JPN Site 014114020|Active|MOE|Japan Ministry of Environment||35.460746|139.482935||9.00||||||| +014114020|014114020|392014114020|WS|Permanent|4020|JPN Site 014114020|Active|MOE|Japan Ministry of Environment||35.460746|139.482935||9.00||||||| +014115010|014115010|392014115010|NO2|Permanent|5010|JPN Site 014115010|Active|MOE|Japan Ministry of Environment||35.361869|139.569322||9.00||||||| +014115010|014115010|392014115010|SO2|Permanent|5010|JPN Site 014115010|Active|MOE|Japan Ministry of Environment||35.361869|139.569322||9.00||||||| +014115010|014115010|392014115010|WS|Permanent|5010|JPN Site 014115010|Active|MOE|Japan Ministry of Environment||35.361869|139.569322||9.00||||||| +014115010|014115010|392014115010|WD|Permanent|5010|JPN Site 014115010|Active|MOE|Japan Ministry of Environment||35.361869|139.569322||9.00||||||| +014115010|014115010|392014115010|NOX|Permanent|5010|JPN Site 014115010|Active|MOE|Japan Ministry of Environment||35.361869|139.569322||9.00||||||| +014115010|014115010|392014115010|NO|Permanent|5010|JPN Site 014115010|Active|MOE|Japan Ministry of Environment||35.361869|139.569322||9.00||||||| +014116010|014116010|392014116010|NO|Permanent|6010|JPN Site 014116010|Active|MOE|Japan Ministry of Environment||35.420750|139.485437||9.00||||||| +014116010|014116010|392014116010|NO2|Permanent|6010|JPN Site 014116010|Active|MOE|Japan Ministry of Environment||35.420750|139.485437||9.00||||||| +014116010|014116010|392014116010|SO2|Permanent|6010|JPN Site 014116010|Active|MOE|Japan Ministry of Environment||35.420750|139.485437||9.00||||||| +014116010|014116010|392014116010|WS|Permanent|6010|JPN Site 014116010|Active|MOE|Japan Ministry of Environment||35.420750|139.485437||9.00||||||| +014116010|014116010|392014116010|WD|Permanent|6010|JPN Site 014116010|Active|MOE|Japan Ministry of Environment||35.420750|139.485437||9.00||||||| +014116010|014116010|392014116010|NOX|Permanent|6010|JPN Site 014116010|Active|MOE|Japan Ministry of Environment||35.420750|139.485437||9.00||||||| +014117010|014117010|392014117010|SO2|Permanent|7010|JPN Site 014117010|Active|MOE|Japan Ministry of Environment||35.555736|139.534038||9.00||||||| +014117010|014117010|392014117010|WS|Permanent|7010|JPN Site 014117010|Active|MOE|Japan Ministry of Environment||35.555736|139.534038||9.00||||||| +014117010|014117010|392014117010|WD|Permanent|7010|JPN Site 014117010|Active|MOE|Japan Ministry of Environment||35.555736|139.534038||9.00||||||| +014117010|014117010|392014117010|NOX|Permanent|7010|JPN Site 014117010|Active|MOE|Japan Ministry of Environment||35.555736|139.534038||9.00||||||| +014117010|014117010|392014117010|NO|Permanent|7010|JPN Site 014117010|Active|MOE|Japan Ministry of Environment||35.555736|139.534038||9.00||||||| +014117010|014117010|392014117010|NO2|Permanent|7010|JPN Site 014117010|Active|MOE|Japan Ministry of Environment||35.555736|139.534038||9.00||||||| +014118010|014118010|392014118010|NOX|Permanent|8010|JPN Site 014118010|Active|MOE|Japan Ministry of Environment||35.547960|139.567091||9.00||||||| +014118010|014118010|392014118010|NO|Permanent|8010|JPN Site 014118010|Active|MOE|Japan Ministry of Environment||35.547960|139.567091||9.00||||||| +014118010|014118010|392014118010|NO2|Permanent|8010|JPN Site 014118010|Active|MOE|Japan Ministry of Environment||35.547960|139.567091||9.00||||||| +014118010|014118010|392014118010|SO2|Permanent|8010|JPN Site 014118010|Active|MOE|Japan Ministry of Environment||35.547960|139.567091||9.00||||||| +014118010|014118010|392014118010|WS|Permanent|8010|JPN Site 014118010|Active|MOE|Japan Ministry of Environment||35.547960|139.567091||9.00||||||| +014118010|014118010|392014118010|WD|Permanent|8010|JPN Site 014118010|Active|MOE|Japan Ministry of Environment||35.547960|139.567091||9.00||||||| +014131020|014131020|392014131020|NO2|Permanent|1020|JPN Site 014131020|Active|MOE|Japan Ministry of Environment||35.531853|139.734022||9.00||||||| +014131020|014131020|392014131020|SO2|Permanent|1020|JPN Site 014131020|Active|MOE|Japan Ministry of Environment||35.531853|139.734022||9.00||||||| +014131020|014131020|392014131020|TEMP|Permanent|1020|JPN Site 014131020|Active|MOE|Japan Ministry of Environment||35.531853|139.734022||9.00||||||| +014131020|014131020|392014131020|WS|Permanent|1020|JPN Site 014131020|Active|MOE|Japan Ministry of Environment||35.531853|139.734022||9.00||||||| +014131020|014131020|392014131020|WD|Permanent|1020|JPN Site 014131020|Active|MOE|Japan Ministry of Environment||35.531853|139.734022||9.00||||||| +014131020|014131020|392014131020|RHUM|Permanent|1020|JPN Site 014131020|Active|MOE|Japan Ministry of Environment||35.531853|139.734022||9.00||||||| +014131020|014131020|392014131020|NOX|Permanent|1020|JPN Site 014131020|Active|MOE|Japan Ministry of Environment||35.531853|139.734022||9.00||||||| +014131020|014131020|392014131020|NO|Permanent|1020|JPN Site 014131020|Active|MOE|Japan Ministry of Environment||35.531853|139.734022||9.00||||||| +014131030|014131030|392014131030|WS|Permanent|1030|JPN Site 014131030|Active|MOE|Japan Ministry of Environment||35.515188|139.712081||9.00||||||| +014131030|014131030|392014131030|WD|Permanent|1030|JPN Site 014131030|Active|MOE|Japan Ministry of Environment||35.515188|139.712081||9.00||||||| +014131030|014131030|392014131030|RHUM|Permanent|1030|JPN Site 014131030|Active|MOE|Japan Ministry of Environment||35.515188|139.712081||9.00||||||| +014131030|014131030|392014131030|NOX|Permanent|1030|JPN Site 014131030|Active|MOE|Japan Ministry of Environment||35.515188|139.712081||9.00||||||| +014131030|014131030|392014131030|NO|Permanent|1030|JPN Site 014131030|Active|MOE|Japan Ministry of Environment||35.515188|139.712081||9.00||||||| +014131030|014131030|392014131030|NO2|Permanent|1030|JPN Site 014131030|Active|MOE|Japan Ministry of Environment||35.515188|139.712081||9.00||||||| +014131030|014131030|392014131030|CO|Permanent|1030|JPN Site 014131030|Active|MOE|Japan Ministry of Environment||35.515188|139.712081||9.00||||||| +014131030|014131030|392014131030|SO2|Permanent|1030|JPN Site 014131030|Active|MOE|Japan Ministry of Environment||35.515188|139.712081||9.00||||||| +014131030|014131030|392014131030|TEMP|Permanent|1030|JPN Site 014131030|Active|MOE|Japan Ministry of Environment||35.515188|139.712081||9.00||||||| +014131100|014131100|392014131100|NO2|Permanent|1100|JPN Site 014131100|Active|MOE|Japan Ministry of Environment||35.535186|139.700414||9.00||||||| +014131100|014131100|392014131100|SO2|Permanent|1100|JPN Site 014131100|Active|MOE|Japan Ministry of Environment||35.535186|139.700414||9.00||||||| +014131100|014131100|392014131100|NOX|Permanent|1100|JPN Site 014131100|Active|MOE|Japan Ministry of Environment||35.535186|139.700414||9.00||||||| +014131100|014131100|392014131100|NO|Permanent|1100|JPN Site 014131100|Active|MOE|Japan Ministry of Environment||35.535186|139.700414||9.00||||||| +014131510|014131510|392014131510|NO2|Permanent|1510|JPN Site 014131510|Active|MOE|Japan Ministry of Environment||35.530464|139.703469||9.00||||||| +014131510|014131510|392014131510|CO|Permanent|1510|JPN Site 014131510|Active|MOE|Japan Ministry of Environment||35.530464|139.703469||9.00||||||| +014131510|014131510|392014131510|NOX|Permanent|1510|JPN Site 014131510|Active|MOE|Japan Ministry of Environment||35.530464|139.703469||9.00||||||| +014131510|014131510|392014131510|NO|Permanent|1510|JPN Site 014131510|Active|MOE|Japan Ministry of Environment||35.530464|139.703469||9.00||||||| +014131530|014131530|392014131530|NO2|Permanent|1530|JPN Site 014131530|Active|MOE|Japan Ministry of Environment||35.521299|139.729579||9.00||||||| +014131530|014131530|392014131530|CO|Permanent|1530|JPN Site 014131530|Active|MOE|Japan Ministry of Environment||35.521299|139.729579||9.00||||||| +014131530|014131530|392014131530|WS|Permanent|1530|JPN Site 014131530|Active|MOE|Japan Ministry of Environment||35.521299|139.729579||9.00||||||| +014131530|014131530|392014131530|WD|Permanent|1530|JPN Site 014131530|Active|MOE|Japan Ministry of Environment||35.521299|139.729579||9.00||||||| +014131530|014131530|392014131530|NOX|Permanent|1530|JPN Site 014131530|Active|MOE|Japan Ministry of Environment||35.521299|139.729579||9.00||||||| +014131530|014131530|392014131530|NO|Permanent|1530|JPN Site 014131530|Active|MOE|Japan Ministry of Environment||35.521299|139.729579||9.00||||||| +014131540|014131540|392014131540|NOX|Permanent|1540|JPN Site 014131540|Active|MOE|Japan Ministry of Environment||35.526575|139.692082||9.00||||||| +014131540|014131540|392014131540|NO|Permanent|1540|JPN Site 014131540|Active|MOE|Japan Ministry of Environment||35.526575|139.692082||9.00||||||| +014131540|014131540|392014131540|NO2|Permanent|1540|JPN Site 014131540|Active|MOE|Japan Ministry of Environment||35.526575|139.692082||9.00||||||| +014131540|014131540|392014131540|CO|Permanent|1540|JPN Site 014131540|Active|MOE|Japan Ministry of Environment||35.526575|139.692082||9.00||||||| +014132060|014132060|392014132060|RHUM|Permanent|2060|JPN Site 014132060|Active|MOE|Japan Ministry of Environment||35.547406|139.682637||9.00||||||| +014132060|014132060|392014132060|NO|Permanent|2060|JPN Site 014132060|Active|MOE|Japan Ministry of Environment||35.547406|139.682637||9.00||||||| +014132060|014132060|392014132060|NO2|Permanent|2060|JPN Site 014132060|Active|MOE|Japan Ministry of Environment||35.547406|139.682637||9.00||||||| +014132060|014132060|392014132060|SO2|Permanent|2060|JPN Site 014132060|Active|MOE|Japan Ministry of Environment||35.547406|139.682637||9.00||||||| +014132060|014132060|392014132060|TEMP|Permanent|2060|JPN Site 014132060|Active|MOE|Japan Ministry of Environment||35.547406|139.682637||9.00||||||| +014132060|014132060|392014132060|WS|Permanent|2060|JPN Site 014132060|Active|MOE|Japan Ministry of Environment||35.547406|139.682637||9.00||||||| +014132060|014132060|392014132060|WD|Permanent|2060|JPN Site 014132060|Active|MOE|Japan Ministry of Environment||35.547406|139.682637||9.00||||||| +014132060|014132060|392014132060|NOX|Permanent|2060|JPN Site 014132060|Active|MOE|Japan Ministry of Environment||35.547406|139.682637||9.00||||||| +014132510|014132510|392014132510|NO|Permanent|2510|JPN Site 014132510|Active|MOE|Japan Ministry of Environment||35.543796|139.691525||9.00||||||| +014132510|014132510|392014132510|NO2|Permanent|2510|JPN Site 014132510|Active|MOE|Japan Ministry of Environment||35.543796|139.691525||9.00||||||| +014132510|014132510|392014132510|CO|Permanent|2510|JPN Site 014132510|Active|MOE|Japan Ministry of Environment||35.543796|139.691525||9.00||||||| +014132510|014132510|392014132510|NOX|Permanent|2510|JPN Site 014132510|Active|MOE|Japan Ministry of Environment||35.543796|139.691525||9.00||||||| +014133010|014133010|392014133010|SO2|Permanent|3010|JPN Site 014133010|Active|MOE|Japan Ministry of Environment||35.576014|139.655971||9.00||||||| +014133010|014133010|392014133010|TEMP|Permanent|3010|JPN Site 014133010|Active|MOE|Japan Ministry of Environment||35.576014|139.655971||9.00||||||| +014133010|014133010|392014133010|WS|Permanent|3010|JPN Site 014133010|Active|MOE|Japan Ministry of Environment||35.576014|139.655971||9.00||||||| +014133010|014133010|392014133010|WD|Permanent|3010|JPN Site 014133010|Active|MOE|Japan Ministry of Environment||35.576014|139.655971||9.00||||||| +014133010|014133010|392014133010|RHUM|Permanent|3010|JPN Site 014133010|Active|MOE|Japan Ministry of Environment||35.576014|139.655971||9.00||||||| +014133010|014133010|392014133010|NOX|Permanent|3010|JPN Site 014133010|Active|MOE|Japan Ministry of Environment||35.576014|139.655971||9.00||||||| +014133010|014133010|392014133010|NO|Permanent|3010|JPN Site 014133010|Active|MOE|Japan Ministry of Environment||35.576014|139.655971||9.00||||||| +014133010|014133010|392014133010|NO2|Permanent|3010|JPN Site 014133010|Active|MOE|Japan Ministry of Environment||35.576014|139.655971||9.00||||||| +014133520|014133520|392014133520|NO2|Permanent|3520|JPN Site 014133520|Active|MOE|Japan Ministry of Environment||35.566848|139.657638||9.00||||||| +014133520|014133520|392014133520|CO|Permanent|3520|JPN Site 014133520|Active|MOE|Japan Ministry of Environment||35.566848|139.657638||9.00||||||| +014133520|014133520|392014133520|NOX|Permanent|3520|JPN Site 014133520|Active|MOE|Japan Ministry of Environment||35.566848|139.657638||9.00||||||| +014133520|014133520|392014133520|NO|Permanent|3520|JPN Site 014133520|Active|MOE|Japan Ministry of Environment||35.566848|139.657638||9.00||||||| +014134010|014134010|392014134010|NO|Permanent|4010|JPN Site 014134010|Active|MOE|Japan Ministry of Environment||35.598789|139.614029||9.00||||||| +014134010|014134010|392014134010|NO2|Permanent|4010|JPN Site 014134010|Active|MOE|Japan Ministry of Environment||35.598789|139.614029||9.00||||||| +014134010|014134010|392014134010|SO2|Permanent|4010|JPN Site 014134010|Active|MOE|Japan Ministry of Environment||35.598789|139.614029||9.00||||||| +014134010|014134010|392014134010|TEMP|Permanent|4010|JPN Site 014134010|Active|MOE|Japan Ministry of Environment||35.598789|139.614029||9.00||||||| +014134010|014134010|392014134010|WS|Permanent|4010|JPN Site 014134010|Active|MOE|Japan Ministry of Environment||35.598789|139.614029||9.00||||||| +014134010|014134010|392014134010|WD|Permanent|4010|JPN Site 014134010|Active|MOE|Japan Ministry of Environment||35.598789|139.614029||9.00||||||| +014134010|014134010|392014134010|RHUM|Permanent|4010|JPN Site 014134010|Active|MOE|Japan Ministry of Environment||35.598789|139.614029||9.00||||||| +014134010|014134010|392014134010|NOX|Permanent|4010|JPN Site 014134010|Active|MOE|Japan Ministry of Environment||35.598789|139.614029||9.00||||||| +014134530|014134530|392014134530|NO2|Permanent|4530|JPN Site 014134530|Active|MOE|Japan Ministry of Environment||35.608232|139.614307||9.00||||||| +014134530|014134530|392014134530|CO|Permanent|4530|JPN Site 014134530|Active|MOE|Japan Ministry of Environment||35.608232|139.614307||9.00||||||| +014134530|014134530|392014134530|NOX|Permanent|4530|JPN Site 014134530|Active|MOE|Japan Ministry of Environment||35.608232|139.614307||9.00||||||| +014134530|014134530|392014134530|NO|Permanent|4530|JPN Site 014134530|Active|MOE|Japan Ministry of Environment||35.608232|139.614307||9.00||||||| +014135070|014135070|392014135070|SO2|Permanent|5070|JPN Site 014135070|Active|MOE|Japan Ministry of Environment||35.602120|139.515704||9.00||||||| +014135070|014135070|392014135070|TEMP|Permanent|5070|JPN Site 014135070|Active|MOE|Japan Ministry of Environment||35.602120|139.515704||9.00||||||| +014135070|014135070|392014135070|WS|Permanent|5070|JPN Site 014135070|Active|MOE|Japan Ministry of Environment||35.602120|139.515704||9.00||||||| +014135070|014135070|392014135070|WD|Permanent|5070|JPN Site 014135070|Active|MOE|Japan Ministry of Environment||35.602120|139.515704||9.00||||||| +014135070|014135070|392014135070|RHUM|Permanent|5070|JPN Site 014135070|Active|MOE|Japan Ministry of Environment||35.602120|139.515704||9.00||||||| +014135070|014135070|392014135070|NOX|Permanent|5070|JPN Site 014135070|Active|MOE|Japan Ministry of Environment||35.602120|139.515704||9.00||||||| +014135070|014135070|392014135070|NO|Permanent|5070|JPN Site 014135070|Active|MOE|Japan Ministry of Environment||35.602120|139.515704||9.00||||||| +014135070|014135070|392014135070|NO2|Permanent|5070|JPN Site 014135070|Active|MOE|Japan Ministry of Environment||35.602120|139.515704||9.00||||||| +014135080|014135080|392014135080|NO2|Permanent|5080|JPN Site 014135080|Active|MOE|Japan Ministry of Environment||35.621841|139.559311||9.00||||||| +014135080|014135080|392014135080|SO2|Permanent|5080|JPN Site 014135080|Active|MOE|Japan Ministry of Environment||35.621841|139.559311||9.00||||||| +014135080|014135080|392014135080|TEMP|Permanent|5080|JPN Site 014135080|Active|MOE|Japan Ministry of Environment||35.621841|139.559311||9.00||||||| +014135080|014135080|392014135080|WS|Permanent|5080|JPN Site 014135080|Active|MOE|Japan Ministry of Environment||35.621841|139.559311||9.00||||||| +014135080|014135080|392014135080|WD|Permanent|5080|JPN Site 014135080|Active|MOE|Japan Ministry of Environment||35.621841|139.559311||9.00||||||| +014135080|014135080|392014135080|RHUM|Permanent|5080|JPN Site 014135080|Active|MOE|Japan Ministry of Environment||35.621841|139.559311||9.00||||||| +014135080|014135080|392014135080|NOX|Permanent|5080|JPN Site 014135080|Active|MOE|Japan Ministry of Environment||35.621841|139.559311||9.00||||||| +014135080|014135080|392014135080|NO|Permanent|5080|JPN Site 014135080|Active|MOE|Japan Ministry of Environment||35.621841|139.559311||9.00||||||| +014135530|014135530|392014135530|CO|Permanent|5530|JPN Site 014135530|Active|MOE|Japan Ministry of Environment||35.591287|139.497373||9.00||||||| +014135530|014135530|392014135530|NOX|Permanent|5530|JPN Site 014135530|Active|MOE|Japan Ministry of Environment||35.591287|139.497373||9.00||||||| +014135530|014135530|392014135530|NO|Permanent|5530|JPN Site 014135530|Active|MOE|Japan Ministry of Environment||35.591287|139.497373||9.00||||||| +014135530|014135530|392014135530|NO2|Permanent|5530|JPN Site 014135530|Active|MOE|Japan Ministry of Environment||35.591287|139.497373||9.00||||||| +014135540|014135540|392014135540|NO|Permanent|5540|JPN Site 014135540|Active|MOE|Japan Ministry of Environment||35.612675|139.570143||9.00||||||| +014135540|014135540|392014135540|NO2|Permanent|5540|JPN Site 014135540|Active|MOE|Japan Ministry of Environment||35.612675|139.570143||9.00||||||| +014135540|014135540|392014135540|CO|Permanent|5540|JPN Site 014135540|Active|MOE|Japan Ministry of Environment||35.612675|139.570143||9.00||||||| +014135540|014135540|392014135540|NOX|Permanent|5540|JPN Site 014135540|Active|MOE|Japan Ministry of Environment||35.612675|139.570143||9.00||||||| +014136010|014136010|392014136010|WS|Permanent|6010|JPN Site 014136010|Active|MOE|Japan Ministry of Environment||35.592678|139.582921||9.00||||||| +014136010|014136010|392014136010|WD|Permanent|6010|JPN Site 014136010|Active|MOE|Japan Ministry of Environment||35.592678|139.582921||9.00||||||| +014136010|014136010|392014136010|NOX|Permanent|6010|JPN Site 014136010|Active|MOE|Japan Ministry of Environment||35.592678|139.582921||9.00||||||| +014136010|014136010|392014136010|NO|Permanent|6010|JPN Site 014136010|Active|MOE|Japan Ministry of Environment||35.592678|139.582921||9.00||||||| +014136010|014136010|392014136010|NO2|Permanent|6010|JPN Site 014136010|Active|MOE|Japan Ministry of Environment||35.592678|139.582921||9.00||||||| +014136010|014136010|392014136010|SO2|Permanent|6010|JPN Site 014136010|Active|MOE|Japan Ministry of Environment||35.592678|139.582921||9.00||||||| +014136510|014136510|392014136510|NO|Permanent|6510|JPN Site 014136510|Active|MOE|Japan Ministry of Environment||35.584901|139.580144||9.00||||||| +014136510|014136510|392014136510|NO2|Permanent|6510|JPN Site 014136510|Active|MOE|Japan Ministry of Environment||35.584901|139.580144||9.00||||||| +014136510|014136510|392014136510|CO|Permanent|6510|JPN Site 014136510|Active|MOE|Japan Ministry of Environment||35.584901|139.580144||9.00||||||| +014136510|014136510|392014136510|NOX|Permanent|6510|JPN Site 014136510|Active|MOE|Japan Ministry of Environment||35.584901|139.580144||9.00||||||| +014153510|014153510|392014153510|NO2|Permanent|3510|JPN Site 014153510|Active|MOE|Japan Ministry of Environment||35.554623|139.415992||9.00||||||| +014153510|014153510|392014153510|CO|Permanent|3510|JPN Site 014153510|Active|MOE|Japan Ministry of Environment||35.554623|139.415992||9.00||||||| +014153510|014153510|392014153510|NOX|Permanent|3510|JPN Site 014153510|Active|MOE|Japan Ministry of Environment||35.554623|139.415992||9.00||||||| +014153510|014153510|392014153510|NO|Permanent|3510|JPN Site 014153510|Active|MOE|Japan Ministry of Environment||35.554623|139.415992||9.00||||||| +014201020|014201020|392014201020|NO2|Permanent|1020|JPN Site 014201020|Active|MOE|Japan Ministry of Environment||35.317708|139.631541||9.00||||||| +014201020|014201020|392014201020|SO2|Permanent|1020|JPN Site 014201020|Active|MOE|Japan Ministry of Environment||35.317708|139.631541||9.00||||||| +014201020|014201020|392014201020|WS|Permanent|1020|JPN Site 014201020|Active|MOE|Japan Ministry of Environment||35.317708|139.631541||9.00||||||| +014201020|014201020|392014201020|WD|Permanent|1020|JPN Site 014201020|Active|MOE|Japan Ministry of Environment||35.317708|139.631541||9.00||||||| +014201020|014201020|392014201020|NOX|Permanent|1020|JPN Site 014201020|Active|MOE|Japan Ministry of Environment||35.317708|139.631541||9.00||||||| +014201020|014201020|392014201020|NO|Permanent|1020|JPN Site 014201020|Active|MOE|Japan Ministry of Environment||35.317708|139.631541||9.00||||||| +014201040|014201040|392014201040|NOX|Permanent|1040|JPN Site 014201040|Active|MOE|Japan Ministry of Environment||35.222718|139.628490||9.00||||||| +014201040|014201040|392014201040|NO|Permanent|1040|JPN Site 014201040|Active|MOE|Japan Ministry of Environment||35.222718|139.628490||9.00||||||| +014201040|014201040|392014201040|NO2|Permanent|1040|JPN Site 014201040|Active|MOE|Japan Ministry of Environment||35.222718|139.628490||9.00||||||| +014201040|014201040|392014201040|WS|Permanent|1040|JPN Site 014201040|Active|MOE|Japan Ministry of Environment||35.222718|139.628490||9.00||||||| +014201040|014201040|392014201040|WD|Permanent|1040|JPN Site 014201040|Active|MOE|Japan Ministry of Environment||35.222718|139.628490||9.00||||||| +014201050|014201050|392014201050|NOX|Permanent|1050|JPN Site 014201050|Active|MOE|Japan Ministry of Environment||35.228274|139.705150||9.00||||||| +014201050|014201050|392014201050|NO|Permanent|1050|JPN Site 014201050|Active|MOE|Japan Ministry of Environment||35.228274|139.705150||9.00||||||| +014201050|014201050|392014201050|NO2|Permanent|1050|JPN Site 014201050|Active|MOE|Japan Ministry of Environment||35.228274|139.705150||9.00||||||| +014201050|014201050|392014201050|SO2|Permanent|1050|JPN Site 014201050|Active|MOE|Japan Ministry of Environment||35.228274|139.705150||9.00||||||| +014201050|014201050|392014201050|WS|Permanent|1050|JPN Site 014201050|Active|MOE|Japan Ministry of Environment||35.228274|139.705150||9.00||||||| +014201050|014201050|392014201050|WD|Permanent|1050|JPN Site 014201050|Active|MOE|Japan Ministry of Environment||35.228274|139.705150||9.00||||||| +014201530|014201530|392014201530|NOX|Permanent|1530|JPN Site 014201530|Active|MOE|Japan Ministry of Environment||35.286045|139.667095||9.00||||||| +014201530|014201530|392014201530|NO|Permanent|1530|JPN Site 014201530|Active|MOE|Japan Ministry of Environment||35.286045|139.667095||9.00||||||| +014201530|014201530|392014201530|NO2|Permanent|1530|JPN Site 014201530|Active|MOE|Japan Ministry of Environment||35.286045|139.667095||9.00||||||| +014201530|014201530|392014201530|CO|Permanent|1530|JPN Site 014201530|Active|MOE|Japan Ministry of Environment||35.286045|139.667095||9.00||||||| +014203030|014203030|392014203030|WD|Permanent|3030|JPN Site 014203030|Active|MOE|Japan Ministry of Environment||35.380196|139.359616||9.00||||||| +014203030|014203030|392014203030|RHUM|Permanent|3030|JPN Site 014203030|Active|MOE|Japan Ministry of Environment||35.380196|139.359616||9.00||||||| +014203030|014203030|392014203030|NOX|Permanent|3030|JPN Site 014203030|Active|MOE|Japan Ministry of Environment||35.380196|139.359616||9.00||||||| +014203030|014203030|392014203030|NO|Permanent|3030|JPN Site 014203030|Active|MOE|Japan Ministry of Environment||35.380196|139.359616||9.00||||||| +014203030|014203030|392014203030|NO2|Permanent|3030|JPN Site 014203030|Active|MOE|Japan Ministry of Environment||35.380196|139.359616||9.00||||||| +014203030|014203030|392014203030|SO2|Permanent|3030|JPN Site 014203030|Active|MOE|Japan Ministry of Environment||35.380196|139.359616||9.00||||||| +014203030|014203030|392014203030|TEMP|Permanent|3030|JPN Site 014203030|Active|MOE|Japan Ministry of Environment||35.380196|139.359616||9.00||||||| +014203030|014203030|392014203030|WS|Permanent|3030|JPN Site 014203030|Active|MOE|Japan Ministry of Environment||35.380196|139.359616||9.00||||||| +014203040|014203040|392014203040|NO|Permanent|3040|JPN Site 014203040|Active|MOE|Japan Ministry of Environment||35.338811|139.304900||9.00||||||| +014203040|014203040|392014203040|NO2|Permanent|3040|JPN Site 014203040|Active|MOE|Japan Ministry of Environment||35.338811|139.304900||9.00||||||| +014203040|014203040|392014203040|SO2|Permanent|3040|JPN Site 014203040|Active|MOE|Japan Ministry of Environment||35.338811|139.304900||9.00||||||| +014203040|014203040|392014203040|TEMP|Permanent|3040|JPN Site 014203040|Active|MOE|Japan Ministry of Environment||35.338811|139.304900||9.00||||||| +014203040|014203040|392014203040|WS|Permanent|3040|JPN Site 014203040|Active|MOE|Japan Ministry of Environment||35.338811|139.304900||9.00||||||| +014203040|014203040|392014203040|WD|Permanent|3040|JPN Site 014203040|Active|MOE|Japan Ministry of Environment||35.338811|139.304900||9.00||||||| +014203040|014203040|392014203040|RHUM|Permanent|3040|JPN Site 014203040|Active|MOE|Japan Ministry of Environment||35.338811|139.304900||9.00||||||| +014203040|014203040|392014203040|NOX|Permanent|3040|JPN Site 014203040|Active|MOE|Japan Ministry of Environment||35.338811|139.304900||9.00||||||| +014203050|014203050|392014203050|NO2|Permanent|3050|JPN Site 014203050|Active|MOE|Japan Ministry of Environment||35.321314|139.342398||9.00||||||| +014203050|014203050|392014203050|SO2|Permanent|3050|JPN Site 014203050|Active|MOE|Japan Ministry of Environment||35.321314|139.342398||9.00||||||| +014203050|014203050|392014203050|TEMP|Permanent|3050|JPN Site 014203050|Active|MOE|Japan Ministry of Environment||35.321314|139.342398||9.00||||||| +014203050|014203050|392014203050|WS|Permanent|3050|JPN Site 014203050|Active|MOE|Japan Ministry of Environment||35.321314|139.342398||9.00||||||| +014203050|014203050|392014203050|WD|Permanent|3050|JPN Site 014203050|Active|MOE|Japan Ministry of Environment||35.321314|139.342398||9.00||||||| +014203050|014203050|392014203050|RHUM|Permanent|3050|JPN Site 014203050|Active|MOE|Japan Ministry of Environment||35.321314|139.342398||9.00||||||| +014203050|014203050|392014203050|NOX|Permanent|3050|JPN Site 014203050|Active|MOE|Japan Ministry of Environment||35.321314|139.342398||9.00||||||| +014203050|014203050|392014203050|NO|Permanent|3050|JPN Site 014203050|Active|MOE|Japan Ministry of Environment||35.321314|139.342398||9.00||||||| +014203100|014203100|392014203100|NO2|Permanent|3100|JPN Site 014203100|Active|MOE|Japan Ministry of Environment||35.358532|139.351562||9.00||||||| +014203100|014203100|392014203100|SO2|Permanent|3100|JPN Site 014203100|Active|MOE|Japan Ministry of Environment||35.358532|139.351562||9.00||||||| +014203100|014203100|392014203100|TEMP|Permanent|3100|JPN Site 014203100|Active|MOE|Japan Ministry of Environment||35.358532|139.351562||9.00||||||| +014203100|014203100|392014203100|WS|Permanent|3100|JPN Site 014203100|Active|MOE|Japan Ministry of Environment||35.358532|139.351562||9.00||||||| +014203100|014203100|392014203100|WD|Permanent|3100|JPN Site 014203100|Active|MOE|Japan Ministry of Environment||35.358532|139.351562||9.00||||||| +014203100|014203100|392014203100|RHUM|Permanent|3100|JPN Site 014203100|Active|MOE|Japan Ministry of Environment||35.358532|139.351562||9.00||||||| +014203100|014203100|392014203100|NOX|Permanent|3100|JPN Site 014203100|Active|MOE|Japan Ministry of Environment||35.358532|139.351562||9.00||||||| +014203100|014203100|392014203100|NO|Permanent|3100|JPN Site 014203100|Active|MOE|Japan Ministry of Environment||35.358532|139.351562||9.00||||||| +014203510|014203510|392014203510|NO2|Permanent|3510|JPN Site 014203510|Active|MOE|Japan Ministry of Environment||35.332979|139.356007||9.00||||||| +014203510|014203510|392014203510|CO|Permanent|3510|JPN Site 014203510|Active|MOE|Japan Ministry of Environment||35.332979|139.356007||9.00||||||| +014203510|014203510|392014203510|NOX|Permanent|3510|JPN Site 014203510|Active|MOE|Japan Ministry of Environment||35.332979|139.356007||9.00||||||| +014203510|014203510|392014203510|NO|Permanent|3510|JPN Site 014203510|Active|MOE|Japan Ministry of Environment||35.332979|139.356007||9.00||||||| +014204010|014204010|392014204010|NO|Permanent|4010|JPN Site 014204010|Active|MOE|Japan Ministry of Environment||35.319373|139.546825||9.00||||||| +014204010|014204010|392014204010|NO2|Permanent|4010|JPN Site 014204010|Active|MOE|Japan Ministry of Environment||35.319373|139.546825||9.00||||||| +014204010|014204010|392014204010|SO2|Permanent|4010|JPN Site 014204010|Active|MOE|Japan Ministry of Environment||35.319373|139.546825||9.00||||||| +014204010|014204010|392014204010|WS|Permanent|4010|JPN Site 014204010|Active|MOE|Japan Ministry of Environment||35.319373|139.546825||9.00||||||| +014204010|014204010|392014204010|WD|Permanent|4010|JPN Site 014204010|Active|MOE|Japan Ministry of Environment||35.319373|139.546825||9.00||||||| +014204010|014204010|392014204010|NOX|Permanent|4010|JPN Site 014204010|Active|MOE|Japan Ministry of Environment||35.319373|139.546825||9.00||||||| +014204530|014204530|392014204530|CO|Permanent|4530|JPN Site 014204530|Active|MOE|Japan Ministry of Environment||35.352980|139.517382||9.00||||||| +014204530|014204530|392014204530|NO|Permanent|4530|JPN Site 014204530|Active|MOE|Japan Ministry of Environment||35.352980|139.517382||9.00||||||| +014204530|014204530|392014204530|NO2|Permanent|4530|JPN Site 014204530|Active|MOE|Japan Ministry of Environment||35.352980|139.517382||9.00||||||| +014205010|014205010|392014205010|NO2|Permanent|5010|JPN Site 014205010|Active|MOE|Japan Ministry of Environment||35.338814|139.491829||9.00||||||| +014205010|014205010|392014205010|CO|Permanent|5010|JPN Site 014205010|Active|MOE|Japan Ministry of Environment||35.338814|139.491829||9.00||||||| +014205010|014205010|392014205010|SO2|Permanent|5010|JPN Site 014205010|Active|MOE|Japan Ministry of Environment||35.338814|139.491829||9.00||||||| +014205010|014205010|392014205010|TEMP|Permanent|5010|JPN Site 014205010|Active|MOE|Japan Ministry of Environment||35.338814|139.491829||9.00||||||| +014205010|014205010|392014205010|WS|Permanent|5010|JPN Site 014205010|Active|MOE|Japan Ministry of Environment||35.338814|139.491829||9.00||||||| +014205010|014205010|392014205010|WD|Permanent|5010|JPN Site 014205010|Active|MOE|Japan Ministry of Environment||35.338814|139.491829||9.00||||||| +014205010|014205010|392014205010|RHUM|Permanent|5010|JPN Site 014205010|Active|MOE|Japan Ministry of Environment||35.338814|139.491829||9.00||||||| +014205010|014205010|392014205010|NOX|Permanent|5010|JPN Site 014205010|Active|MOE|Japan Ministry of Environment||35.338814|139.491829||9.00||||||| +014205010|014205010|392014205010|NO|Permanent|5010|JPN Site 014205010|Active|MOE|Japan Ministry of Environment||35.338814|139.491829||9.00||||||| +014205030|014205030|392014205030|SO2|Permanent|5030|JPN Site 014205030|Active|MOE|Japan Ministry of Environment||35.404085|139.464884||9.00||||||| +014205030|014205030|392014205030|TEMP|Permanent|5030|JPN Site 014205030|Active|MOE|Japan Ministry of Environment||35.404085|139.464884||9.00||||||| +014205030|014205030|392014205030|WS|Permanent|5030|JPN Site 014205030|Active|MOE|Japan Ministry of Environment||35.404085|139.464884||9.00||||||| +014205030|014205030|392014205030|WD|Permanent|5030|JPN Site 014205030|Active|MOE|Japan Ministry of Environment||35.404085|139.464884||9.00||||||| +014205030|014205030|392014205030|RHUM|Permanent|5030|JPN Site 014205030|Active|MOE|Japan Ministry of Environment||35.404085|139.464884||9.00||||||| +014205030|014205030|392014205030|NOX|Permanent|5030|JPN Site 014205030|Active|MOE|Japan Ministry of Environment||35.404085|139.464884||9.00||||||| +014205030|014205030|392014205030|NO|Permanent|5030|JPN Site 014205030|Active|MOE|Japan Ministry of Environment||35.404085|139.464884||9.00||||||| +014205030|014205030|392014205030|NO2|Permanent|5030|JPN Site 014205030|Active|MOE|Japan Ministry of Environment||35.404085|139.464884||9.00||||||| +014205040|014205040|392014205040|TEMP|Permanent|5040|JPN Site 014205040|Active|MOE|Japan Ministry of Environment||35.411861|139.429053||9.00||||||| +014205040|014205040|392014205040|WS|Permanent|5040|JPN Site 014205040|Active|MOE|Japan Ministry of Environment||35.411861|139.429053||9.00||||||| +014205040|014205040|392014205040|WD|Permanent|5040|JPN Site 014205040|Active|MOE|Japan Ministry of Environment||35.411861|139.429053||9.00||||||| +014205040|014205040|392014205040|RHUM|Permanent|5040|JPN Site 014205040|Active|MOE|Japan Ministry of Environment||35.411861|139.429053||9.00||||||| +014205040|014205040|392014205040|NOX|Permanent|5040|JPN Site 014205040|Active|MOE|Japan Ministry of Environment||35.411861|139.429053||9.00||||||| +014205040|014205040|392014205040|NO|Permanent|5040|JPN Site 014205040|Active|MOE|Japan Ministry of Environment||35.411861|139.429053||9.00||||||| +014205040|014205040|392014205040|NO2|Permanent|5040|JPN Site 014205040|Active|MOE|Japan Ministry of Environment||35.411861|139.429053||9.00||||||| +014205040|014205040|392014205040|SO2|Permanent|5040|JPN Site 014205040|Active|MOE|Japan Ministry of Environment||35.411861|139.429053||9.00||||||| +014205050|014205050|392014205050|WD|Permanent|5050|JPN Site 014205050|Active|MOE|Japan Ministry of Environment||35.343257|139.446277||9.00||||||| +014205050|014205050|392014205050|RHUM|Permanent|5050|JPN Site 014205050|Active|MOE|Japan Ministry of Environment||35.343257|139.446277||9.00||||||| +014205050|014205050|392014205050|NOX|Permanent|5050|JPN Site 014205050|Active|MOE|Japan Ministry of Environment||35.343257|139.446277||9.00||||||| +014205050|014205050|392014205050|NO|Permanent|5050|JPN Site 014205050|Active|MOE|Japan Ministry of Environment||35.343257|139.446277||9.00||||||| +014205050|014205050|392014205050|NO2|Permanent|5050|JPN Site 014205050|Active|MOE|Japan Ministry of Environment||35.343257|139.446277||9.00||||||| +014205050|014205050|392014205050|SO2|Permanent|5050|JPN Site 014205050|Active|MOE|Japan Ministry of Environment||35.343257|139.446277||9.00||||||| +014205050|014205050|392014205050|TEMP|Permanent|5050|JPN Site 014205050|Active|MOE|Japan Ministry of Environment||35.343257|139.446277||9.00||||||| +014205050|014205050|392014205050|WS|Permanent|5050|JPN Site 014205050|Active|MOE|Japan Ministry of Environment||35.343257|139.446277||9.00||||||| +014205510|014205510|392014205510|NO|Permanent|5510|JPN Site 014205510|Active|MOE|Japan Ministry of Environment||35.345758|139.486829||9.00||||||| +014205510|014205510|392014205510|NO2|Permanent|5510|JPN Site 014205510|Active|MOE|Japan Ministry of Environment||35.345758|139.486829||9.00||||||| +014205510|014205510|392014205510|CO|Permanent|5510|JPN Site 014205510|Active|MOE|Japan Ministry of Environment||35.345758|139.486829||9.00||||||| +014205510|014205510|392014205510|TEMP|Permanent|5510|JPN Site 014205510|Active|MOE|Japan Ministry of Environment||35.345758|139.486829||9.00||||||| +014205510|014205510|392014205510|WS|Permanent|5510|JPN Site 014205510|Active|MOE|Japan Ministry of Environment||35.345758|139.486829||9.00||||||| +014205510|014205510|392014205510|WD|Permanent|5510|JPN Site 014205510|Active|MOE|Japan Ministry of Environment||35.345758|139.486829||9.00||||||| +014205510|014205510|392014205510|RHUM|Permanent|5510|JPN Site 014205510|Active|MOE|Japan Ministry of Environment||35.345758|139.486829||9.00||||||| +014205510|014205510|392014205510|NOX|Permanent|5510|JPN Site 014205510|Active|MOE|Japan Ministry of Environment||35.345758|139.486829||9.00||||||| +014206010|014206010|392014206010|NOX|Permanent|6010|JPN Site 014206010|Active|MOE|Japan Ministry of Environment||35.264372|139.152416||9.00||||||| +014206010|014206010|392014206010|NO|Permanent|6010|JPN Site 014206010|Active|MOE|Japan Ministry of Environment||35.264372|139.152416||9.00||||||| +014206010|014206010|392014206010|NO2|Permanent|6010|JPN Site 014206010|Active|MOE|Japan Ministry of Environment||35.264372|139.152416||9.00||||||| +014206010|014206010|392014206010|SO2|Permanent|6010|JPN Site 014206010|Active|MOE|Japan Ministry of Environment||35.264372|139.152416||9.00||||||| +014206010|014206010|392014206010|WS|Permanent|6010|JPN Site 014206010|Active|MOE|Japan Ministry of Environment||35.264372|139.152416||9.00||||||| +014206010|014206010|392014206010|WD|Permanent|6010|JPN Site 014206010|Active|MOE|Japan Ministry of Environment||35.264372|139.152416||9.00||||||| +014206510|014206510|392014206510|NO2|Permanent|6510|JPN Site 014206510|Active|MOE|Japan Ministry of Environment||35.250485|139.159083||9.00||||||| +014206510|014206510|392014206510|CO|Permanent|6510|JPN Site 014206510|Active|MOE|Japan Ministry of Environment||35.250485|139.159083||9.00||||||| +014206510|014206510|392014206510|NOX|Permanent|6510|JPN Site 014206510|Active|MOE|Japan Ministry of Environment||35.250485|139.159083||9.00||||||| +014206510|014206510|392014206510|NO|Permanent|6510|JPN Site 014206510|Active|MOE|Japan Ministry of Environment||35.250485|139.159083||9.00||||||| +014207010|014207010|392014207010|NOX|Permanent|7010|JPN Site 014207010|Active|MOE|Japan Ministry of Environment||35.334091|139.404892||9.00||||||| +014207010|014207010|392014207010|NO|Permanent|7010|JPN Site 014207010|Active|MOE|Japan Ministry of Environment||35.334091|139.404892||9.00||||||| +014207010|014207010|392014207010|NO2|Permanent|7010|JPN Site 014207010|Active|MOE|Japan Ministry of Environment||35.334091|139.404892||9.00||||||| +014207010|014207010|392014207010|SO2|Permanent|7010|JPN Site 014207010|Active|MOE|Japan Ministry of Environment||35.334091|139.404892||9.00||||||| +014207010|014207010|392014207010|WS|Permanent|7010|JPN Site 014207010|Active|MOE|Japan Ministry of Environment||35.334091|139.404892||9.00||||||| +014207010|014207010|392014207010|WD|Permanent|7010|JPN Site 014207010|Active|MOE|Japan Ministry of Environment||35.334091|139.404892||9.00||||||| +014207510|014207510|392014207510|NO2|Permanent|7510|JPN Site 014207510|Active|MOE|Japan Ministry of Environment||35.333258|139.404892||9.00||||||| +014207510|014207510|392014207510|CO|Permanent|7510|JPN Site 014207510|Active|MOE|Japan Ministry of Environment||35.333258|139.404892||9.00||||||| +014207510|014207510|392014207510|NOX|Permanent|7510|JPN Site 014207510|Active|MOE|Japan Ministry of Environment||35.333258|139.404892||9.00||||||| +014207510|014207510|392014207510|NO|Permanent|7510|JPN Site 014207510|Active|MOE|Japan Ministry of Environment||35.333258|139.404892||9.00||||||| +014208020|014208020|392014208020|WD|Permanent|8020|JPN Site 014208020|Active|MOE|Japan Ministry of Environment||35.295487|139.580157||9.00||||||| +014208020|014208020|392014208020|NOX|Permanent|8020|JPN Site 014208020|Active|MOE|Japan Ministry of Environment||35.295487|139.580157||9.00||||||| +014208020|014208020|392014208020|NO|Permanent|8020|JPN Site 014208020|Active|MOE|Japan Ministry of Environment||35.295487|139.580157||9.00||||||| +014208020|014208020|392014208020|NO2|Permanent|8020|JPN Site 014208020|Active|MOE|Japan Ministry of Environment||35.295487|139.580157||9.00||||||| +014208020|014208020|392014208020|WS|Permanent|8020|JPN Site 014208020|Active|MOE|Japan Ministry of Environment||35.295487|139.580157||9.00||||||| +014208520|014208520|392014208520|NO|Permanent|8520|JPN Site 014208520|Active|MOE|Japan Ministry of Environment||35.292710|139.579602||9.00||||||| +014208520|014208520|392014208520|NO2|Permanent|8520|JPN Site 014208520|Active|MOE|Japan Ministry of Environment||35.292710|139.579602||9.00||||||| +014208520|014208520|392014208520|NOX|Permanent|8520|JPN Site 014208520|Active|MOE|Japan Ministry of Environment||35.292710|139.579602||9.00||||||| +014209010|014209010|392014209010|CO|Permanent|9010|JPN Site 014209010|Active|MOE|Japan Ministry of Environment||35.572676|139.389882||9.00||||||| +014209010|014209010|392014209010|SO2|Permanent|9010|JPN Site 014209010|Active|MOE|Japan Ministry of Environment||35.572676|139.389882||9.00||||||| +014209010|014209010|392014209010|NO2|Permanent|9010|JPN Site 014209010|Active|MOE|Japan Ministry of Environment||35.572676|139.389882||9.00||||||| +014209010|014209010|392014209010|NOX|Permanent|9010|JPN Site 014209010|Active|MOE|Japan Ministry of Environment||35.572676|139.389882||9.00||||||| +014209010|014209010|392014209010|NO|Permanent|9010|JPN Site 014209010|Active|MOE|Japan Ministry of Environment||35.572676|139.389882||9.00||||||| +014209020|014209020|392014209020|NO|Permanent|9020|JPN Site 014209020|Active|MOE|Japan Ministry of Environment||35.522127|139.407383||9.00||||||| +014209020|014209020|392014209020|NO2|Permanent|9020|JPN Site 014209020|Active|MOE|Japan Ministry of Environment||35.522127|139.407383||9.00||||||| +014209020|014209020|392014209020|SO2|Permanent|9020|JPN Site 014209020|Active|MOE|Japan Ministry of Environment||35.522127|139.407383||9.00||||||| +014209020|014209020|392014209020|TEMP|Permanent|9020|JPN Site 014209020|Active|MOE|Japan Ministry of Environment||35.522127|139.407383||9.00||||||| +014209020|014209020|392014209020|WS|Permanent|9020|JPN Site 014209020|Active|MOE|Japan Ministry of Environment||35.522127|139.407383||9.00||||||| +014209020|014209020|392014209020|WD|Permanent|9020|JPN Site 014209020|Active|MOE|Japan Ministry of Environment||35.522127|139.407383||9.00||||||| +014209020|014209020|392014209020|RHUM|Permanent|9020|JPN Site 014209020|Active|MOE|Japan Ministry of Environment||35.522127|139.407383||9.00||||||| +014209020|014209020|392014209020|NOX|Permanent|9020|JPN Site 014209020|Active|MOE|Japan Ministry of Environment||35.522127|139.407383||9.00||||||| +014209030|014209030|392014209030|TEMP|Permanent|9030|JPN Site 014209030|Active|MOE|Japan Ministry of Environment||35.598228|139.343218||9.00||||||| +014209030|014209030|392014209030|WS|Permanent|9030|JPN Site 014209030|Active|MOE|Japan Ministry of Environment||35.598228|139.343218||9.00||||||| +014209030|014209030|392014209030|WD|Permanent|9030|JPN Site 014209030|Active|MOE|Japan Ministry of Environment||35.598228|139.343218||9.00||||||| +014209030|014209030|392014209030|RHUM|Permanent|9030|JPN Site 014209030|Active|MOE|Japan Ministry of Environment||35.598228|139.343218||9.00||||||| +014209030|014209030|392014209030|NOX|Permanent|9030|JPN Site 014209030|Active|MOE|Japan Ministry of Environment||35.598228|139.343218||9.00||||||| +014209030|014209030|392014209030|NO|Permanent|9030|JPN Site 014209030|Active|MOE|Japan Ministry of Environment||35.598228|139.343218||9.00||||||| +014209030|014209030|392014209030|NO2|Permanent|9030|JPN Site 014209030|Active|MOE|Japan Ministry of Environment||35.598228|139.343218||9.00||||||| +014209030|014209030|392014209030|SO2|Permanent|9030|JPN Site 014209030|Active|MOE|Japan Ministry of Environment||35.598228|139.343218||9.00||||||| +014209040|014209040|392014209040|NOX|Permanent|9040|JPN Site 014209040|Active|MOE|Japan Ministry of Environment||35.548234|139.334333||9.00||||||| +014209040|014209040|392014209040|NO|Permanent|9040|JPN Site 014209040|Active|MOE|Japan Ministry of Environment||35.548234|139.334333||9.00||||||| +014209040|014209040|392014209040|NO2|Permanent|9040|JPN Site 014209040|Active|MOE|Japan Ministry of Environment||35.548234|139.334333||9.00||||||| +014209040|014209040|392014209040|SO2|Permanent|9040|JPN Site 014209040|Active|MOE|Japan Ministry of Environment||35.548234|139.334333||9.00||||||| +014209040|014209040|392014209040|TEMP|Permanent|9040|JPN Site 014209040|Active|MOE|Japan Ministry of Environment||35.548234|139.334333||9.00||||||| +014209040|014209040|392014209040|WS|Permanent|9040|JPN Site 014209040|Active|MOE|Japan Ministry of Environment||35.548234|139.334333||9.00||||||| +014209040|014209040|392014209040|WD|Permanent|9040|JPN Site 014209040|Active|MOE|Japan Ministry of Environment||35.548234|139.334333||9.00||||||| +014209040|014209040|392014209040|RHUM|Permanent|9040|JPN Site 014209040|Active|MOE|Japan Ministry of Environment||35.548234|139.334333||9.00||||||| +014209050|014209050|392014209050|NOX|Permanent|9050|JPN Site 014209050|Active|MOE|Japan Ministry of Environment||35.589617|139.253226||9.00||||||| +014209050|014209050|392014209050|NO|Permanent|9050|JPN Site 014209050|Active|MOE|Japan Ministry of Environment||35.589617|139.253226||9.00||||||| +014209050|014209050|392014209050|NO2|Permanent|9050|JPN Site 014209050|Active|MOE|Japan Ministry of Environment||35.589617|139.253226||9.00||||||| +014209050|014209050|392014209050|SO2|Permanent|9050|JPN Site 014209050|Active|MOE|Japan Ministry of Environment||35.589617|139.253226||9.00||||||| +014209050|014209050|392014209050|TEMP|Permanent|9050|JPN Site 014209050|Active|MOE|Japan Ministry of Environment||35.589617|139.253226||9.00||||||| +014209050|014209050|392014209050|WS|Permanent|9050|JPN Site 014209050|Active|MOE|Japan Ministry of Environment||35.589617|139.253226||9.00||||||| +014209050|014209050|392014209050|WD|Permanent|9050|JPN Site 014209050|Active|MOE|Japan Ministry of Environment||35.589617|139.253226||9.00||||||| +014209050|014209050|392014209050|RHUM|Permanent|9050|JPN Site 014209050|Active|MOE|Japan Ministry of Environment||35.589617|139.253226||9.00||||||| +014209530|014209530|392014209530|CO|Permanent|9530|JPN Site 014209530|Active|MOE|Japan Ministry of Environment||35.548512|139.356275||9.00||||||| +014209530|014209530|392014209530|NOX|Permanent|9530|JPN Site 014209530|Active|MOE|Japan Ministry of Environment||35.548512|139.356275||9.00||||||| +014209530|014209530|392014209530|NO|Permanent|9530|JPN Site 014209530|Active|MOE|Japan Ministry of Environment||35.548512|139.356275||9.00||||||| +014209530|014209530|392014209530|NO2|Permanent|9530|JPN Site 014209530|Active|MOE|Japan Ministry of Environment||35.548512|139.356275||9.00||||||| +014210010|014210010|392014210010|WD|Permanent|0010|JPN Site 014210010|Active|MOE|Japan Ministry of Environment||35.144671|139.620439||9.00||||||| +014210010|014210010|392014210010|NOX|Permanent|0010|JPN Site 014210010|Active|MOE|Japan Ministry of Environment||35.144671|139.620439||9.00||||||| +014210010|014210010|392014210010|NO|Permanent|0010|JPN Site 014210010|Active|MOE|Japan Ministry of Environment||35.144671|139.620439||9.00||||||| +014210010|014210010|392014210010|NO2|Permanent|0010|JPN Site 014210010|Active|MOE|Japan Ministry of Environment||35.144671|139.620439||9.00||||||| +014210010|014210010|392014210010|SO2|Permanent|0010|JPN Site 014210010|Active|MOE|Japan Ministry of Environment||35.144671|139.620439||9.00||||||| +014210010|014210010|392014210010|WS|Permanent|0010|JPN Site 014210010|Active|MOE|Japan Ministry of Environment||35.144671|139.620439||9.00||||||| +014211010|014211010|392014211010|WD|Permanent|1010|JPN Site 014211010|Active|MOE|Japan Ministry of Environment||35.374361|139.222405||9.00||||||| +014211010|014211010|392014211010|RHUM|Permanent|1010|JPN Site 014211010|Active|MOE|Japan Ministry of Environment||35.374361|139.222405||9.00||||||| +014211010|014211010|392014211010|NOX|Permanent|1010|JPN Site 014211010|Active|MOE|Japan Ministry of Environment||35.374361|139.222405||9.00||||||| +014211010|014211010|392014211010|NO|Permanent|1010|JPN Site 014211010|Active|MOE|Japan Ministry of Environment||35.374361|139.222405||9.00||||||| +014211010|014211010|392014211010|NO2|Permanent|1010|JPN Site 014211010|Active|MOE|Japan Ministry of Environment||35.374361|139.222405||9.00||||||| +014211010|014211010|392014211010|SO2|Permanent|1010|JPN Site 014211010|Active|MOE|Japan Ministry of Environment||35.374361|139.222405||9.00||||||| +014211010|014211010|392014211010|TEMP|Permanent|1010|JPN Site 014211010|Active|MOE|Japan Ministry of Environment||35.374361|139.222405||9.00||||||| +014211010|014211010|392014211010|WS|Permanent|1010|JPN Site 014211010|Active|MOE|Japan Ministry of Environment||35.374361|139.222405||9.00||||||| +014211510|014211510|392014211510|NO2|Permanent|1510|JPN Site 014211510|Active|MOE|Japan Ministry of Environment||35.372973|139.228516||9.00||||||| +014211510|014211510|392014211510|CO|Permanent|1510|JPN Site 014211510|Active|MOE|Japan Ministry of Environment||35.372973|139.228516||9.00||||||| +014211510|014211510|392014211510|NOX|Permanent|1510|JPN Site 014211510|Active|MOE|Japan Ministry of Environment||35.372973|139.228516||9.00||||||| +014211510|014211510|392014211510|NO|Permanent|1510|JPN Site 014211510|Active|MOE|Japan Ministry of Environment||35.372973|139.228516||9.00||||||| +014212020|014212020|392014212020|SO2|Permanent|2020|JPN Site 014212020|Active|MOE|Japan Ministry of Environment||35.446578|139.364890||9.00||||||| +014212020|014212020|392014212020|WS|Permanent|2020|JPN Site 014212020|Active|MOE|Japan Ministry of Environment||35.446578|139.364890||9.00||||||| +014212020|014212020|392014212020|WD|Permanent|2020|JPN Site 014212020|Active|MOE|Japan Ministry of Environment||35.446578|139.364890||9.00||||||| +014212020|014212020|392014212020|NOX|Permanent|2020|JPN Site 014212020|Active|MOE|Japan Ministry of Environment||35.446578|139.364890||9.00||||||| +014212020|014212020|392014212020|NO|Permanent|2020|JPN Site 014212020|Active|MOE|Japan Ministry of Environment||35.446578|139.364890||9.00||||||| +014212020|014212020|392014212020|NO2|Permanent|2020|JPN Site 014212020|Active|MOE|Japan Ministry of Environment||35.446578|139.364890||9.00||||||| +014212520|014212520|392014212520|NO2|Permanent|2520|JPN Site 014212520|Active|MOE|Japan Ministry of Environment||35.466298|139.367945||9.00||||||| +014212520|014212520|392014212520|NOX|Permanent|2520|JPN Site 014212520|Active|MOE|Japan Ministry of Environment||35.466298|139.367945||9.00||||||| +014212520|014212520|392014212520|NO|Permanent|2520|JPN Site 014212520|Active|MOE|Japan Ministry of Environment||35.466298|139.367945||9.00||||||| +014213010|014213010|392014213010|NO2|Permanent|3010|JPN Site 014213010|Active|MOE|Japan Ministry of Environment||35.487409|139.459325||9.00||||||| +014213010|014213010|392014213010|SO2|Permanent|3010|JPN Site 014213010|Active|MOE|Japan Ministry of Environment||35.487409|139.459325||9.00||||||| +014213010|014213010|392014213010|WS|Permanent|3010|JPN Site 014213010|Active|MOE|Japan Ministry of Environment||35.487409|139.459325||9.00||||||| +014213010|014213010|392014213010|WD|Permanent|3010|JPN Site 014213010|Active|MOE|Japan Ministry of Environment||35.487409|139.459325||9.00||||||| +014213010|014213010|392014213010|NOX|Permanent|3010|JPN Site 014213010|Active|MOE|Japan Ministry of Environment||35.487409|139.459325||9.00||||||| +014213010|014213010|392014213010|NO|Permanent|3010|JPN Site 014213010|Active|MOE|Japan Ministry of Environment||35.487409|139.459325||9.00||||||| +014213510|014213510|392014213510|NO2|Permanent|3510|JPN Site 014213510|Active|MOE|Japan Ministry of Environment||35.471577|139.465992||9.00||||||| +014213510|014213510|392014213510|CO|Permanent|3510|JPN Site 014213510|Active|MOE|Japan Ministry of Environment||35.471577|139.465992||9.00||||||| +014213510|014213510|392014213510|NOX|Permanent|3510|JPN Site 014213510|Active|MOE|Japan Ministry of Environment||35.471577|139.465992||9.00||||||| +014213510|014213510|392014213510|NO|Permanent|3510|JPN Site 014213510|Active|MOE|Japan Ministry of Environment||35.471577|139.465992||9.00||||||| +014214020|014214020|392014214020|WD|Permanent|4020|JPN Site 014214020|Active|MOE|Japan Ministry of Environment||35.403249|139.315452||9.00||||||| +014214020|014214020|392014214020|NOX|Permanent|4020|JPN Site 014214020|Active|MOE|Japan Ministry of Environment||35.403249|139.315452||9.00||||||| +014214020|014214020|392014214020|NO|Permanent|4020|JPN Site 014214020|Active|MOE|Japan Ministry of Environment||35.403249|139.315452||9.00||||||| +014214020|014214020|392014214020|NO2|Permanent|4020|JPN Site 014214020|Active|MOE|Japan Ministry of Environment||35.403249|139.315452||9.00||||||| +014214020|014214020|392014214020|SO2|Permanent|4020|JPN Site 014214020|Active|MOE|Japan Ministry of Environment||35.403249|139.315452||9.00||||||| +014214020|014214020|392014214020|WS|Permanent|4020|JPN Site 014214020|Active|MOE|Japan Ministry of Environment||35.403249|139.315452||9.00||||||| +014214510|014214510|392014214510|NO2|Permanent|4510|JPN Site 014214510|Active|MOE|Japan Ministry of Environment||35.390194|139.278789||9.00||||||| +014214510|014214510|392014214510|NOX|Permanent|4510|JPN Site 014214510|Active|MOE|Japan Ministry of Environment||35.390194|139.278789||9.00||||||| +014214510|014214510|392014214510|NO|Permanent|4510|JPN Site 014214510|Active|MOE|Japan Ministry of Environment||35.390194|139.278789||9.00||||||| +014215010|014215010|392014215010|NO2|Permanent|5010|JPN Site 014215010|Active|MOE|Japan Ministry of Environment||35.446856|139.390444||9.00||||||| +014215010|014215010|392014215010|NOX|Permanent|5010|JPN Site 014215010|Active|MOE|Japan Ministry of Environment||35.446856|139.390444||9.00||||||| +014215010|014215010|392014215010|NO|Permanent|5010|JPN Site 014215010|Active|MOE|Japan Ministry of Environment||35.446856|139.390444||9.00||||||| +014216020|014216020|392014216020|NO|Permanent|6020|JPN Site 014216020|Active|MOE|Japan Ministry of Environment||35.488519|139.407385||9.00||||||| +014216020|014216020|392014216020|NO2|Permanent|6020|JPN Site 014216020|Active|MOE|Japan Ministry of Environment||35.488519|139.407385||9.00||||||| +014216020|014216020|392014216020|WS|Permanent|6020|JPN Site 014216020|Active|MOE|Japan Ministry of Environment||35.488519|139.407385||9.00||||||| +014216020|014216020|392014216020|WD|Permanent|6020|JPN Site 014216020|Active|MOE|Japan Ministry of Environment||35.488519|139.407385||9.00||||||| +014216020|014216020|392014216020|NOX|Permanent|6020|JPN Site 014216020|Active|MOE|Japan Ministry of Environment||35.488519|139.407385||9.00||||||| +014217020|014217020|392014217020|WS|Permanent|7020|JPN Site 014217020|Active|MOE|Japan Ministry of Environment||35.310755|139.115751||9.00||||||| +014217020|014217020|392014217020|WD|Permanent|7020|JPN Site 014217020|Active|MOE|Japan Ministry of Environment||35.310755|139.115751||9.00||||||| +014217020|014217020|392014217020|NOX|Permanent|7020|JPN Site 014217020|Active|MOE|Japan Ministry of Environment||35.310755|139.115751||9.00||||||| +014217020|014217020|392014217020|NO|Permanent|7020|JPN Site 014217020|Active|MOE|Japan Ministry of Environment||35.310755|139.115751||9.00||||||| +014217020|014217020|392014217020|NO2|Permanent|7020|JPN Site 014217020|Active|MOE|Japan Ministry of Environment||35.310755|139.115751||9.00||||||| +014217020|014217020|392014217020|SO2|Permanent|7020|JPN Site 014217020|Active|MOE|Japan Ministry of Environment||35.310755|139.115751||9.00||||||| +014218010|014218010|392014218010|NO|Permanent|8010|JPN Site 014218010|Active|MOE|Japan Ministry of Environment||35.437136|139.425719||9.00||||||| +014218010|014218010|392014218010|NO2|Permanent|8010|JPN Site 014218010|Active|MOE|Japan Ministry of Environment||35.437136|139.425719||9.00||||||| +014218010|014218010|392014218010|NOX|Permanent|8010|JPN Site 014218010|Active|MOE|Japan Ministry of Environment||35.437136|139.425719||9.00||||||| +014321010|014321010|392014321010|NO2|Permanent|1010|JPN Site 014321010|Active|MOE|Japan Ministry of Environment||35.376031|139.380726||9.00||||||| +014321010|014321010|392014321010|NOX|Permanent|1010|JPN Site 014321010|Active|MOE|Japan Ministry of Environment||35.376031|139.380726||9.00||||||| +014321010|014321010|392014321010|NO|Permanent|1010|JPN Site 014321010|Active|MOE|Japan Ministry of Environment||35.376031|139.380726||9.00||||||| +014382010|014382010|392014382010|WS|Permanent|2010|JPN Site 014382010|Active|MOE|Japan Ministry of Environment||35.257426|139.046592||9.00||||||| +014382010|014382010|392014382010|WD|Permanent|2010|JPN Site 014382010|Active|MOE|Japan Ministry of Environment||35.257426|139.046592||9.00||||||| +014401010|014401010|392014401010|NO2|Permanent|1010|JPN Site 014401010|Active|MOE|Japan Ministry of Environment||35.528791|139.322668||9.00||||||| +014401010|014401010|392014401010|NOX|Permanent|1010|JPN Site 014401010|Active|MOE|Japan Ministry of Environment||35.528791|139.322668||9.00||||||| +014401010|014401010|392014401010|NO|Permanent|1010|JPN Site 014401010|Active|MOE|Japan Ministry of Environment||35.528791|139.322668||9.00||||||| +015102510|015102510|392015102510|NO2|Permanent|2510|JPN Site 015102510|Active|MOE|Japan Ministry of Environment||37.936863|139.086465||9.00||||||| +015102510|015102510|392015102510|CO|Permanent|2510|JPN Site 015102510|Active|MOE|Japan Ministry of Environment||37.936863|139.086465||9.00||||||| +015102510|015102510|392015102510|NOX|Permanent|2510|JPN Site 015102510|Active|MOE|Japan Ministry of Environment||37.936863|139.086465||9.00||||||| +015102510|015102510|392015102510|NO|Permanent|2510|JPN Site 015102510|Active|MOE|Japan Ministry of Environment||37.936863|139.086465||9.00||||||| +015108010|015108010|392015108010|NO2|Permanent|8010|JPN Site 015108010|Active|MOE|Japan Ministry of Environment||37.762711|138.880102||9.00||||||| +015108010|015108010|392015108010|WS|Permanent|8010|JPN Site 015108010|Active|MOE|Japan Ministry of Environment||37.762711|138.880102||9.00||||||| +015108010|015108010|392015108010|WD|Permanent|8010|JPN Site 015108010|Active|MOE|Japan Ministry of Environment||37.762711|138.880102||9.00||||||| +015108010|015108010|392015108010|NOX|Permanent|8010|JPN Site 015108010|Active|MOE|Japan Ministry of Environment||37.762711|138.880102||9.00||||||| +015108010|015108010|392015108010|NO|Permanent|8010|JPN Site 015108010|Active|MOE|Japan Ministry of Environment||37.762711|138.880102||9.00||||||| +015201060|015201060|392015201060|WS|Permanent|1060|JPN Site 015201060|Active|MOE|Japan Ministry of Environment||37.936029|139.079522||9.00||||||| +015201060|015201060|392015201060|WD|Permanent|1060|JPN Site 015201060|Active|MOE|Japan Ministry of Environment||37.936029|139.079522||9.00||||||| +015201060|015201060|392015201060|RHUM|Permanent|1060|JPN Site 015201060|Active|MOE|Japan Ministry of Environment||37.936029|139.079522||9.00||||||| +015201060|015201060|392015201060|NOX|Permanent|1060|JPN Site 015201060|Active|MOE|Japan Ministry of Environment||37.936029|139.079522||9.00||||||| +015201060|015201060|392015201060|NO|Permanent|1060|JPN Site 015201060|Active|MOE|Japan Ministry of Environment||37.936029|139.079522||9.00||||||| +015201060|015201060|392015201060|NO2|Permanent|1060|JPN Site 015201060|Active|MOE|Japan Ministry of Environment||37.936029|139.079522||9.00||||||| +015201060|015201060|392015201060|SO2|Permanent|1060|JPN Site 015201060|Active|MOE|Japan Ministry of Environment||37.936029|139.079522||9.00||||||| +015201060|015201060|392015201060|TEMP|Permanent|1060|JPN Site 015201060|Active|MOE|Japan Ministry of Environment||37.936029|139.079522||9.00||||||| +015201150|015201150|392015201150|NO2|Permanent|1150|JPN Site 015201150|Active|MOE|Japan Ministry of Environment||37.981305|139.220619||9.00||||||| +015201150|015201150|392015201150|SO2|Permanent|1150|JPN Site 015201150|Active|MOE|Japan Ministry of Environment||37.981305|139.220619||9.00||||||| +015201150|015201150|392015201150|WS|Permanent|1150|JPN Site 015201150|Active|MOE|Japan Ministry of Environment||37.981305|139.220619||9.00||||||| +015201150|015201150|392015201150|WD|Permanent|1150|JPN Site 015201150|Active|MOE|Japan Ministry of Environment||37.981305|139.220619||9.00||||||| +015201150|015201150|392015201150|NOX|Permanent|1150|JPN Site 015201150|Active|MOE|Japan Ministry of Environment||37.981305|139.220619||9.00||||||| +015201150|015201150|392015201150|NO|Permanent|1150|JPN Site 015201150|Active|MOE|Japan Ministry of Environment||37.981305|139.220619||9.00||||||| +015201220|015201220|392015201220|WS|Permanent|1220|JPN Site 015201220|Active|MOE|Japan Ministry of Environment||37.920198|139.078689||9.00||||||| +015201220|015201220|392015201220|WD|Permanent|1220|JPN Site 015201220|Active|MOE|Japan Ministry of Environment||37.920198|139.078689||9.00||||||| +015201220|015201220|392015201220|NOX|Permanent|1220|JPN Site 015201220|Active|MOE|Japan Ministry of Environment||37.920198|139.078689||9.00||||||| +015201220|015201220|392015201220|NO|Permanent|1220|JPN Site 015201220|Active|MOE|Japan Ministry of Environment||37.920198|139.078689||9.00||||||| +015201220|015201220|392015201220|NO2|Permanent|1220|JPN Site 015201220|Active|MOE|Japan Ministry of Environment||37.920198|139.078689||9.00||||||| +015201220|015201220|392015201220|SO2|Permanent|1220|JPN Site 015201220|Active|MOE|Japan Ministry of Environment||37.920198|139.078689||9.00||||||| +015201270|015201270|392015201270|WS|Permanent|1270|JPN Site 015201270|Active|MOE|Japan Ministry of Environment||37.956028|139.142849||9.00||||||| +015201270|015201270|392015201270|WD|Permanent|1270|JPN Site 015201270|Active|MOE|Japan Ministry of Environment||37.956028|139.142849||9.00||||||| +015201270|015201270|392015201270|NOX|Permanent|1270|JPN Site 015201270|Active|MOE|Japan Ministry of Environment||37.956028|139.142849||9.00||||||| +015201270|015201270|392015201270|NO|Permanent|1270|JPN Site 015201270|Active|MOE|Japan Ministry of Environment||37.956028|139.142849||9.00||||||| +015201270|015201270|392015201270|NO2|Permanent|1270|JPN Site 015201270|Active|MOE|Japan Ministry of Environment||37.956028|139.142849||9.00||||||| +015201270|015201270|392015201270|SO2|Permanent|1270|JPN Site 015201270|Active|MOE|Japan Ministry of Environment||37.956028|139.142849||9.00||||||| +015201322|015201322|392015201322|NO|Permanent|1322|JPN Site 015201322|Active|MOE|Japan Ministry of Environment||37.915753|139.035637||9.00||||||| +015201322|015201322|392015201322|NO2|Permanent|1322|JPN Site 015201322|Active|MOE|Japan Ministry of Environment||37.915753|139.035637||9.00||||||| +015201322|015201322|392015201322|NOX|Permanent|1322|JPN Site 015201322|Active|MOE|Japan Ministry of Environment||37.915753|139.035637||9.00||||||| +015201410|015201410|392015201410|NO2|Permanent|1410|JPN Site 015201410|Active|MOE|Japan Ministry of Environment||37.880200|138.985365||9.00||||||| +015201410|015201410|392015201410|WS|Permanent|1410|JPN Site 015201410|Active|MOE|Japan Ministry of Environment||37.880200|138.985365||9.00||||||| +015201410|015201410|392015201410|WD|Permanent|1410|JPN Site 015201410|Active|MOE|Japan Ministry of Environment||37.880200|138.985365||9.00||||||| +015201410|015201410|392015201410|NOX|Permanent|1410|JPN Site 015201410|Active|MOE|Japan Ministry of Environment||37.880200|138.985365||9.00||||||| +015201410|015201410|392015201410|NO|Permanent|1410|JPN Site 015201410|Active|MOE|Japan Ministry of Environment||37.880200|138.985365||9.00||||||| +015201420|015201420|392015201420|NO|Permanent|1420|JPN Site 015201420|Active|MOE|Japan Ministry of Environment||37.919922|139.223955||9.00||||||| +015201420|015201420|392015201420|NO2|Permanent|1420|JPN Site 015201420|Active|MOE|Japan Ministry of Environment||37.919922|139.223955||9.00||||||| +015201420|015201420|392015201420|WS|Permanent|1420|JPN Site 015201420|Active|MOE|Japan Ministry of Environment||37.919922|139.223955||9.00||||||| +015201420|015201420|392015201420|WD|Permanent|1420|JPN Site 015201420|Active|MOE|Japan Ministry of Environment||37.919922|139.223955||9.00||||||| +015201420|015201420|392015201420|NOX|Permanent|1420|JPN Site 015201420|Active|MOE|Japan Ministry of Environment||37.919922|139.223955||9.00||||||| +015201430|015201430|392015201430|NOX|Permanent|1430|JPN Site 015201430|Active|MOE|Japan Ministry of Environment||37.874925|139.098967||9.00||||||| +015201430|015201430|392015201430|NO|Permanent|1430|JPN Site 015201430|Active|MOE|Japan Ministry of Environment||37.874925|139.098967||9.00||||||| +015201430|015201430|392015201430|NO2|Permanent|1430|JPN Site 015201430|Active|MOE|Japan Ministry of Environment||37.874925|139.098967||9.00||||||| +015201430|015201430|392015201430|WS|Permanent|1430|JPN Site 015201430|Active|MOE|Japan Ministry of Environment||37.874925|139.098967||9.00||||||| +015201430|015201430|392015201430|WD|Permanent|1430|JPN Site 015201430|Active|MOE|Japan Ministry of Environment||37.874925|139.098967||9.00||||||| +015201570|015201570|392015201570|NOX|Permanent|1570|JPN Site 015201570|Active|MOE|Japan Ministry of Environment||37.766880|139.013424||9.00||||||| +015201570|015201570|392015201570|NO|Permanent|1570|JPN Site 015201570|Active|MOE|Japan Ministry of Environment||37.766880|139.013424||9.00||||||| +015201570|015201570|392015201570|NO2|Permanent|1570|JPN Site 015201570|Active|MOE|Japan Ministry of Environment||37.766880|139.013424||9.00||||||| +015201570|015201570|392015201570|CO|Permanent|1570|JPN Site 015201570|Active|MOE|Japan Ministry of Environment||37.766880|139.013424||9.00||||||| +015202080|015202080|392015202080|SO2|Permanent|2080|JPN Site 015202080|Active|MOE|Japan Ministry of Environment||37.438856|138.841509||9.00||||||| +015202080|015202080|392015202080|NOX|Permanent|2080|JPN Site 015202080|Active|MOE|Japan Ministry of Environment||37.438856|138.841509||9.00||||||| +015202080|015202080|392015202080|NO|Permanent|2080|JPN Site 015202080|Active|MOE|Japan Ministry of Environment||37.438856|138.841509||9.00||||||| +015202080|015202080|392015202080|NO2|Permanent|2080|JPN Site 015202080|Active|MOE|Japan Ministry of Environment||37.438856|138.841509||9.00||||||| +015202510|015202510|392015202510|NO|Permanent|2510|JPN Site 015202510|Active|MOE|Japan Ministry of Environment||37.476908|138.857617||9.00||||||| +015202510|015202510|392015202510|NO2|Permanent|2510|JPN Site 015202510|Active|MOE|Japan Ministry of Environment||37.476908|138.857617||9.00||||||| +015202510|015202510|392015202510|CO|Permanent|2510|JPN Site 015202510|Active|MOE|Japan Ministry of Environment||37.476908|138.857617||9.00||||||| +015202510|015202510|392015202510|NOX|Permanent|2510|JPN Site 015202510|Active|MOE|Japan Ministry of Environment||37.476908|138.857617||9.00||||||| +015205060|015205060|392015205060|NO2|Permanent|5060|JPN Site 015205060|Active|MOE|Japan Ministry of Environment||37.370525|138.575978||9.00||||||| +015205060|015205060|392015205060|NOX|Permanent|5060|JPN Site 015205060|Active|MOE|Japan Ministry of Environment||37.370525|138.575978||9.00||||||| +015205060|015205060|392015205060|NO|Permanent|5060|JPN Site 015205060|Active|MOE|Japan Ministry of Environment||37.370525|138.575978||9.00||||||| +015206050|015206050|392015206050|NO2|Permanent|6050|JPN Site 015206050|Active|MOE|Japan Ministry of Environment||37.955754|139.329222||9.00||||||| +015206050|015206050|392015206050|NOX|Permanent|6050|JPN Site 015206050|Active|MOE|Japan Ministry of Environment||37.955754|139.329222||9.00||||||| +015206050|015206050|392015206050|NO|Permanent|6050|JPN Site 015206050|Active|MOE|Japan Ministry of Environment||37.955754|139.329222||9.00||||||| +015207020|015207020|392015207020|WS|Permanent|7020|JPN Site 015207020|Active|MOE|Japan Ministry of Environment||37.790490|139.120914||9.00||||||| +015207020|015207020|392015207020|WD|Permanent|7020|JPN Site 015207020|Active|MOE|Japan Ministry of Environment||37.790490|139.120914||9.00||||||| +015207020|015207020|392015207020|NOX|Permanent|7020|JPN Site 015207020|Active|MOE|Japan Ministry of Environment||37.790490|139.120914||9.00||||||| +015207020|015207020|392015207020|NO|Permanent|7020|JPN Site 015207020|Active|MOE|Japan Ministry of Environment||37.790490|139.120914||9.00||||||| +015207020|015207020|392015207020|NO2|Permanent|7020|JPN Site 015207020|Active|MOE|Japan Ministry of Environment||37.790490|139.120914||9.00||||||| +015213010|015213010|392015213010|NO|Permanent|3010|JPN Site 015213010|Active|MOE|Japan Ministry of Environment||37.675221|138.915103||9.00||||||| +015213010|015213010|392015213010|NO2|Permanent|3010|JPN Site 015213010|Active|MOE|Japan Ministry of Environment||37.675221|138.915103||9.00||||||| +015213010|015213010|392015213010|NOX|Permanent|3010|JPN Site 015213010|Active|MOE|Japan Ministry of Environment||37.675221|138.915103||9.00||||||| +015216010|015216010|392015216010|SO2|Permanent|6010|JPN Site 015216010|Active|MOE|Japan Ministry of Environment||37.041659|137.854664||9.00||||||| +015216010|015216010|392015216010|NOX|Permanent|6010|JPN Site 015216010|Active|MOE|Japan Ministry of Environment||37.041659|137.854664||9.00||||||| +015216010|015216010|392015216010|NO|Permanent|6010|JPN Site 015216010|Active|MOE|Japan Ministry of Environment||37.041659|137.854664||9.00||||||| +015216010|015216010|392015216010|NO2|Permanent|6010|JPN Site 015216010|Active|MOE|Japan Ministry of Environment||37.041659|137.854664||9.00||||||| +015217050|015217050|392015217050|NO2|Permanent|7050|JPN Site 015217050|Active|MOE|Japan Ministry of Environment||37.038611|138.255465||9.00||||||| +015217050|015217050|392015217050|NOX|Permanent|7050|JPN Site 015217050|Active|MOE|Japan Ministry of Environment||37.038611|138.255465||9.00||||||| +015217050|015217050|392015217050|NO|Permanent|7050|JPN Site 015217050|Active|MOE|Japan Ministry of Environment||37.038611|138.255465||9.00||||||| +015222190|015222190|392015222190|NO2|Permanent|2190|JPN Site 015222190|Active|MOE|Japan Ministry of Environment||37.167486|138.273513||9.00||||||| +015222190|015222190|392015222190|SO2|Permanent|2190|JPN Site 015222190|Active|MOE|Japan Ministry of Environment||37.167486|138.273513||9.00||||||| +015222190|015222190|392015222190|NOX|Permanent|2190|JPN Site 015222190|Active|MOE|Japan Ministry of Environment||37.167486|138.273513||9.00||||||| +015222190|015222190|392015222190|NO|Permanent|2190|JPN Site 015222190|Active|MOE|Japan Ministry of Environment||37.167486|138.273513||9.00||||||| +015224010|015224010|392015224010|NO2|Permanent|4010|JPN Site 015224010|Active|MOE|Japan Ministry of Environment||37.989345|138.391243||9.00||||||| +015224010|015224010|392015224010|SO2|Permanent|4010|JPN Site 015224010|Active|MOE|Japan Ministry of Environment||37.989345|138.391243||9.00||||||| +015224010|015224010|392015224010|NOX|Permanent|4010|JPN Site 015224010|Active|MOE|Japan Ministry of Environment||37.989345|138.391243||9.00||||||| +015224010|015224010|392015224010|NO|Permanent|4010|JPN Site 015224010|Active|MOE|Japan Ministry of Environment||37.989345|138.391243||9.00||||||| +015224950|015224950|392015224950|SO2|Permanent|4950|JPN Site 015224950|Active|MOE|Japan Ministry of Environment||38.252650|138.396786||9.00||||||| +015224950|015224950|392015224950|NOX|Permanent|4950|JPN Site 015224950|Active|MOE|Japan Ministry of Environment||38.252650|138.396786||9.00||||||| +015224950|015224950|392015224950|NO|Permanent|4950|JPN Site 015224950|Active|MOE|Japan Ministry of Environment||38.252650|138.396786||9.00||||||| +015224950|015224950|392015224950|NO2|Permanent|4950|JPN Site 015224950|Active|MOE|Japan Ministry of Environment||38.252650|138.396786||9.00||||||| +015307020|015307020|392015307020|NOX|Permanent|7020|JPN Site 015307020|Active|MOE|Japan Ministry of Environment||38.011302|139.280613||9.00||||||| +015307020|015307020|392015307020|NO|Permanent|7020|JPN Site 015307020|Active|MOE|Japan Ministry of Environment||38.011302|139.280613||9.00||||||| +015307020|015307020|392015307020|NO2|Permanent|7020|JPN Site 015307020|Active|MOE|Japan Ministry of Environment||38.011302|139.280613||9.00||||||| +015307020|015307020|392015307020|SO2|Permanent|7020|JPN Site 015307020|Active|MOE|Japan Ministry of Environment||38.011302|139.280613||9.00||||||| +015307080|015307080|392015307080|NO2|Permanent|7080|JPN Site 015307080|Active|MOE|Japan Ministry of Environment||37.967418|139.247006||9.00||||||| +015307080|015307080|392015307080|SO2|Permanent|7080|JPN Site 015307080|Active|MOE|Japan Ministry of Environment||37.967418|139.247006||9.00||||||| +015307080|015307080|392015307080|NOX|Permanent|7080|JPN Site 015307080|Active|MOE|Japan Ministry of Environment||37.967418|139.247006||9.00||||||| +015307080|015307080|392015307080|NO|Permanent|7080|JPN Site 015307080|Active|MOE|Japan Ministry of Environment||37.967418|139.247006||9.00||||||| +015310010|015310010|392015310010|SO2|Permanent|0010|JPN Site 015310010|Active|MOE|Japan Ministry of Environment||38.057966|139.405878||9.00||||||| +015310010|015310010|392015310010|NOX|Permanent|0010|JPN Site 015310010|Active|MOE|Japan Ministry of Environment||38.057966|139.405878||9.00||||||| +015310010|015310010|392015310010|NO|Permanent|0010|JPN Site 015310010|Active|MOE|Japan Ministry of Environment||38.057966|139.405878||9.00||||||| +015310010|015310010|392015310010|NO2|Permanent|0010|JPN Site 015310010|Active|MOE|Japan Ministry of Environment||38.057966|139.405878||9.00||||||| +015463010|015463010|392015463010|SO2|Permanent|3010|JPN Site 015463010|Active|MOE|Japan Ministry of Environment||37.067785|138.873468||9.00||||||| +015463010|015463010|392015463010|NOX|Permanent|3010|JPN Site 015463010|Active|MOE|Japan Ministry of Environment||37.067785|138.873468||9.00||||||| +015463010|015463010|392015463010|NO|Permanent|3010|JPN Site 015463010|Active|MOE|Japan Ministry of Environment||37.067785|138.873468||9.00||||||| +015463010|015463010|392015463010|NO2|Permanent|3010|JPN Site 015463010|Active|MOE|Japan Ministry of Environment||37.067785|138.873468||9.00||||||| +015543010|015543010|392015543010|NOX|Permanent|3010|JPN Site 015543010|Active|MOE|Japan Ministry of Environment||37.180540|138.267957||9.00||||||| +015543010|015543010|392015543010|NO|Permanent|3010|JPN Site 015543010|Active|MOE|Japan Ministry of Environment||37.180540|138.267957||9.00||||||| +015543010|015543010|392015543010|NO2|Permanent|3010|JPN Site 015543010|Active|MOE|Japan Ministry of Environment||37.180540|138.267957||9.00||||||| +016201021|016201021|392016201021|WS|Permanent|1021|JPN Site 016201021|Active|MOE|Japan Ministry of Environment||36.697796|137.200290||9.00||||||| +016201021|016201021|392016201021|WD|Permanent|1021|JPN Site 016201021|Active|MOE|Japan Ministry of Environment||36.697796|137.200290||9.00||||||| +016201021|016201021|392016201021|NOX|Permanent|1021|JPN Site 016201021|Active|MOE|Japan Ministry of Environment||36.697796|137.200290||9.00||||||| +016201021|016201021|392016201021|NO|Permanent|1021|JPN Site 016201021|Active|MOE|Japan Ministry of Environment||36.697796|137.200290||9.00||||||| +016201021|016201021|392016201021|NO2|Permanent|1021|JPN Site 016201021|Active|MOE|Japan Ministry of Environment||36.697796|137.200290||9.00||||||| +016201021|016201021|392016201021|SO2|Permanent|1021|JPN Site 016201021|Active|MOE|Japan Ministry of Environment||36.697796|137.200290||9.00||||||| +016201110|016201110|392016201110|WS|Permanent|1110|JPN Site 016201110|Active|MOE|Japan Ministry of Environment||36.749736|137.304724||9.00||||||| +016201110|016201110|392016201110|WD|Permanent|1110|JPN Site 016201110|Active|MOE|Japan Ministry of Environment||36.749736|137.304724||9.00||||||| +016201140|016201140|392016201140|SO2|Permanent|1140|JPN Site 016201140|Active|MOE|Japan Ministry of Environment||36.655023|137.221402||9.00||||||| +016201140|016201140|392016201140|WS|Permanent|1140|JPN Site 016201140|Active|MOE|Japan Ministry of Environment||36.655023|137.221402||9.00||||||| +016201140|016201140|392016201140|WD|Permanent|1140|JPN Site 016201140|Active|MOE|Japan Ministry of Environment||36.655023|137.221402||9.00||||||| +016201400|016201400|392016201400|NO2|Permanent|1400|JPN Site 016201400|Active|MOE|Japan Ministry of Environment||36.741958|137.231952||9.00||||||| +016201400|016201400|392016201400|SO2|Permanent|1400|JPN Site 016201400|Active|MOE|Japan Ministry of Environment||36.741958|137.231952||9.00||||||| +016201400|016201400|392016201400|WS|Permanent|1400|JPN Site 016201400|Active|MOE|Japan Ministry of Environment||36.741958|137.231952||9.00||||||| +016201400|016201400|392016201400|WD|Permanent|1400|JPN Site 016201400|Active|MOE|Japan Ministry of Environment||36.741958|137.231952||9.00||||||| +016201400|016201400|392016201400|NOX|Permanent|1400|JPN Site 016201400|Active|MOE|Japan Ministry of Environment||36.741958|137.231952||9.00||||||| +016201400|016201400|392016201400|NO|Permanent|1400|JPN Site 016201400|Active|MOE|Japan Ministry of Environment||36.741958|137.231952||9.00||||||| +016201510|016201510|392016201510|NO2|Permanent|1510|JPN Site 016201510|Active|MOE|Japan Ministry of Environment||36.692241|137.212234||9.00||||||| +016201510|016201510|392016201510|CO|Permanent|1510|JPN Site 016201510|Active|MOE|Japan Ministry of Environment||36.692241|137.212234||9.00||||||| +016201510|016201510|392016201510|NOX|Permanent|1510|JPN Site 016201510|Active|MOE|Japan Ministry of Environment||36.692241|137.212234||9.00||||||| +016201510|016201510|392016201510|NO|Permanent|1510|JPN Site 016201510|Active|MOE|Japan Ministry of Environment||36.692241|137.212234||9.00||||||| +016201520|016201520|392016201520|NOX|Permanent|1520|JPN Site 016201520|Active|MOE|Japan Ministry of Environment||36.723904|137.236397||9.00||||||| +016201520|016201520|392016201520|NO|Permanent|1520|JPN Site 016201520|Active|MOE|Japan Ministry of Environment||36.723904|137.236397||9.00||||||| +016201520|016201520|392016201520|NO2|Permanent|1520|JPN Site 016201520|Active|MOE|Japan Ministry of Environment||36.723904|137.236397||9.00||||||| +016201520|016201520|392016201520|CO|Permanent|1520|JPN Site 016201520|Active|MOE|Japan Ministry of Environment||36.723904|137.236397||9.00||||||| +016202010|016202010|392016202010|NO2|Permanent|2010|JPN Site 016202010|Active|MOE|Japan Ministry of Environment||36.753342|137.025580||9.00||||||| +016202010|016202010|392016202010|SO2|Permanent|2010|JPN Site 016202010|Active|MOE|Japan Ministry of Environment||36.753342|137.025580||9.00||||||| +016202010|016202010|392016202010|WS|Permanent|2010|JPN Site 016202010|Active|MOE|Japan Ministry of Environment||36.753342|137.025580||9.00||||||| +016202010|016202010|392016202010|WD|Permanent|2010|JPN Site 016202010|Active|MOE|Japan Ministry of Environment||36.753342|137.025580||9.00||||||| +016202010|016202010|392016202010|NOX|Permanent|2010|JPN Site 016202010|Active|MOE|Japan Ministry of Environment||36.753342|137.025580||9.00||||||| +016202010|016202010|392016202010|NO|Permanent|2010|JPN Site 016202010|Active|MOE|Japan Ministry of Environment||36.753342|137.025580||9.00||||||| +016202020|016202020|392016202020|WS|Permanent|2020|JPN Site 016202020|Active|MOE|Japan Ministry of Environment||36.679738|136.973643||9.00||||||| +016202020|016202020|392016202020|WD|Permanent|2020|JPN Site 016202020|Active|MOE|Japan Ministry of Environment||36.679738|136.973643||9.00||||||| +016202060|016202060|392016202060|NO|Permanent|2060|JPN Site 016202060|Active|MOE|Japan Ministry of Environment||36.795283|137.054742||9.00||||||| +016202060|016202060|392016202060|NO2|Permanent|2060|JPN Site 016202060|Active|MOE|Japan Ministry of Environment||36.795283|137.054742||9.00||||||| +016202060|016202060|392016202060|SO2|Permanent|2060|JPN Site 016202060|Active|MOE|Japan Ministry of Environment||36.795283|137.054742||9.00||||||| +016202060|016202060|392016202060|WS|Permanent|2060|JPN Site 016202060|Active|MOE|Japan Ministry of Environment||36.795283|137.054742||9.00||||||| +016202060|016202060|392016202060|WD|Permanent|2060|JPN Site 016202060|Active|MOE|Japan Ministry of Environment||36.795283|137.054742||9.00||||||| +016202060|016202060|392016202060|NOX|Permanent|2060|JPN Site 016202060|Active|MOE|Japan Ministry of Environment||36.795283|137.054742||9.00||||||| +016202520|016202520|392016202520|NO2|Permanent|2520|JPN Site 016202520|Active|MOE|Japan Ministry of Environment||36.763896|137.016691||9.00||||||| +016202520|016202520|392016202520|CO|Permanent|2520|JPN Site 016202520|Active|MOE|Japan Ministry of Environment||36.763896|137.016691||9.00||||||| +016202520|016202520|392016202520|NOX|Permanent|2520|JPN Site 016202520|Active|MOE|Japan Ministry of Environment||36.763896|137.016691||9.00||||||| +016202520|016202520|392016202520|NO|Permanent|2520|JPN Site 016202520|Active|MOE|Japan Ministry of Environment||36.763896|137.016691||9.00||||||| +016203030|016203030|392016203030|NO2|Permanent|3030|JPN Site 016203030|Active|MOE|Japan Ministry of Environment||36.763899|137.148347||9.00||||||| +016203030|016203030|392016203030|SO2|Permanent|3030|JPN Site 016203030|Active|MOE|Japan Ministry of Environment||36.763899|137.148347||9.00||||||| +016203030|016203030|392016203030|WS|Permanent|3030|JPN Site 016203030|Active|MOE|Japan Ministry of Environment||36.763899|137.148347||9.00||||||| +016203030|016203030|392016203030|WD|Permanent|3030|JPN Site 016203030|Active|MOE|Japan Ministry of Environment||36.763899|137.148347||9.00||||||| +016203030|016203030|392016203030|NOX|Permanent|3030|JPN Site 016203030|Active|MOE|Japan Ministry of Environment||36.763899|137.148347||9.00||||||| +016203030|016203030|392016203030|NO|Permanent|3030|JPN Site 016203030|Active|MOE|Japan Ministry of Environment||36.763899|137.148347||9.00||||||| +016203200|016203200|392016203200|NO2|Permanent|3200|JPN Site 016203200|Active|MOE|Japan Ministry of Environment||36.777785|137.079185||9.00||||||| +016203200|016203200|392016203200|SO2|Permanent|3200|JPN Site 016203200|Active|MOE|Japan Ministry of Environment||36.777785|137.079185||9.00||||||| +016203200|016203200|392016203200|WS|Permanent|3200|JPN Site 016203200|Active|MOE|Japan Ministry of Environment||36.777785|137.079185||9.00||||||| +016203200|016203200|392016203200|WD|Permanent|3200|JPN Site 016203200|Active|MOE|Japan Ministry of Environment||36.777785|137.079185||9.00||||||| +016203200|016203200|392016203200|NOX|Permanent|3200|JPN Site 016203200|Active|MOE|Japan Ministry of Environment||36.777785|137.079185||9.00||||||| +016203200|016203200|392016203200|NO|Permanent|3200|JPN Site 016203200|Active|MOE|Japan Ministry of Environment||36.777785|137.079185||9.00||||||| +016204090|016204090|392016204090|NO2|Permanent|4090|JPN Site 016204090|Active|MOE|Japan Ministry of Environment||36.828896|137.407211||9.00||||||| +016204090|016204090|392016204090|SO2|Permanent|4090|JPN Site 016204090|Active|MOE|Japan Ministry of Environment||36.828896|137.407211||9.00||||||| +016204090|016204090|392016204090|WS|Permanent|4090|JPN Site 016204090|Active|MOE|Japan Ministry of Environment||36.828896|137.407211||9.00||||||| +016204090|016204090|392016204090|WD|Permanent|4090|JPN Site 016204090|Active|MOE|Japan Ministry of Environment||36.828896|137.407211||9.00||||||| +016204090|016204090|392016204090|NOX|Permanent|4090|JPN Site 016204090|Active|MOE|Japan Ministry of Environment||36.828896|137.407211||9.00||||||| +016204090|016204090|392016204090|NO|Permanent|4090|JPN Site 016204090|Active|MOE|Japan Ministry of Environment||36.828896|137.407211||9.00||||||| +016205180|016205180|392016205180|WD|Permanent|5180|JPN Site 016205180|Active|MOE|Japan Ministry of Environment||36.839166|136.991134||9.00||||||| +016205180|016205180|392016205180|NOX|Permanent|5180|JPN Site 016205180|Active|MOE|Japan Ministry of Environment||36.839166|136.991134||9.00||||||| +016205180|016205180|392016205180|NO|Permanent|5180|JPN Site 016205180|Active|MOE|Japan Ministry of Environment||36.839166|136.991134||9.00||||||| +016205180|016205180|392016205180|NO2|Permanent|5180|JPN Site 016205180|Active|MOE|Japan Ministry of Environment||36.839166|136.991134||9.00||||||| +016205180|016205180|392016205180|SO2|Permanent|5180|JPN Site 016205180|Active|MOE|Japan Ministry of Environment||36.839166|136.991134||9.00||||||| +016205180|016205180|392016205180|WS|Permanent|5180|JPN Site 016205180|Active|MOE|Japan Ministry of Environment||36.839166|136.991134||9.00||||||| +016206240|016206240|392016206240|WD|Permanent|6240|JPN Site 016206240|Active|MOE|Japan Ministry of Environment||36.750848|137.350275||9.00||||||| +016206240|016206240|392016206240|WS|Permanent|6240|JPN Site 016206240|Active|MOE|Japan Ministry of Environment||36.750848|137.350275||9.00||||||| +016207011|016207011|392016207011|NO2|Permanent|7011|JPN Site 016207011|Active|MOE|Japan Ministry of Environment||36.882225|137.446095||9.00||||||| +016207011|016207011|392016207011|SO2|Permanent|7011|JPN Site 016207011|Active|MOE|Japan Ministry of Environment||36.882225|137.446095||9.00||||||| +016207011|016207011|392016207011|WS|Permanent|7011|JPN Site 016207011|Active|MOE|Japan Ministry of Environment||36.882225|137.446095||9.00||||||| +016207011|016207011|392016207011|WD|Permanent|7011|JPN Site 016207011|Active|MOE|Japan Ministry of Environment||36.882225|137.446095||9.00||||||| +016207011|016207011|392016207011|NOX|Permanent|7011|JPN Site 016207011|Active|MOE|Japan Ministry of Environment||36.882225|137.446095||9.00||||||| +016207011|016207011|392016207011|NO|Permanent|7011|JPN Site 016207011|Active|MOE|Japan Ministry of Environment||36.882225|137.446095||9.00||||||| +016207510|016207510|392016207510|NO2|Permanent|7510|JPN Site 016207510|Active|MOE|Japan Ministry of Environment||36.860005|137.444429||9.00||||||| +016207510|016207510|392016207510|NOX|Permanent|7510|JPN Site 016207510|Active|MOE|Japan Ministry of Environment||36.860005|137.444429||9.00||||||| +016207510|016207510|392016207510|NO|Permanent|7510|JPN Site 016207510|Active|MOE|Japan Ministry of Environment||36.860005|137.444429||9.00||||||| +016208120|016208120|392016208120|WS|Permanent|8120|JPN Site 016208120|Active|MOE|Japan Ministry of Environment||36.628910|136.988922||9.00||||||| +016208120|016208120|392016208120|WD|Permanent|8120|JPN Site 016208120|Active|MOE|Japan Ministry of Environment||36.628910|136.988922||9.00||||||| +016209100|016209100|392016209100|WS|Permanent|9100|JPN Site 016209100|Active|MOE|Japan Ministry of Environment||36.672237|136.874207||9.00||||||| +016209100|016209100|392016209100|WD|Permanent|9100|JPN Site 016209100|Active|MOE|Japan Ministry of Environment||36.672237|136.874207||9.00||||||| +016209100|016209100|392016209100|NOX|Permanent|9100|JPN Site 016209100|Active|MOE|Japan Ministry of Environment||36.672237|136.874207||9.00||||||| +016209100|016209100|392016209100|NO|Permanent|9100|JPN Site 016209100|Active|MOE|Japan Ministry of Environment||36.672237|136.874207||9.00||||||| +016209100|016209100|392016209100|NO2|Permanent|9100|JPN Site 016209100|Active|MOE|Japan Ministry of Environment||36.672237|136.874207||9.00||||||| +016209100|016209100|392016209100|SO2|Permanent|9100|JPN Site 016209100|Active|MOE|Japan Ministry of Environment||36.672237|136.874207||9.00||||||| +016342060|016342060|392016342060|NO|Permanent|2060|JPN Site 016342060|Active|MOE|Japan Ministry of Environment||36.935831|137.505532||9.00||||||| +016342060|016342060|392016342060|NO2|Permanent|2060|JPN Site 016342060|Active|MOE|Japan Ministry of Environment||36.935831|137.505532||9.00||||||| +016342060|016342060|392016342060|SO2|Permanent|2060|JPN Site 016342060|Active|MOE|Japan Ministry of Environment||36.935831|137.505532||9.00||||||| +016342060|016342060|392016342060|WS|Permanent|2060|JPN Site 016342060|Active|MOE|Japan Ministry of Environment||36.935831|137.505532||9.00||||||| +016342060|016342060|392016342060|WD|Permanent|2060|JPN Site 016342060|Active|MOE|Japan Ministry of Environment||36.935831|137.505532||9.00||||||| +016342060|016342060|392016342060|NOX|Permanent|2060|JPN Site 016342060|Active|MOE|Japan Ministry of Environment||36.935831|137.505532||9.00||||||| +016362010|016362010|392016362010|NO2|Permanent|2010|JPN Site 016362010|Active|MOE|Japan Ministry of Environment||36.660299|137.151963||9.00||||||| +016362010|016362010|392016362010|SO2|Permanent|2010|JPN Site 016362010|Active|MOE|Japan Ministry of Environment||36.660299|137.151963||9.00||||||| +016362010|016362010|392016362010|WS|Permanent|2010|JPN Site 016362010|Active|MOE|Japan Ministry of Environment||36.660299|137.151963||9.00||||||| +016362010|016362010|392016362010|WD|Permanent|2010|JPN Site 016362010|Active|MOE|Japan Ministry of Environment||36.660299|137.151963||9.00||||||| +016362010|016362010|392016362010|NOX|Permanent|2010|JPN Site 016362010|Active|MOE|Japan Ministry of Environment||36.660299|137.151963||9.00||||||| +016362010|016362010|392016362010|NO|Permanent|2010|JPN Site 016362010|Active|MOE|Japan Ministry of Environment||36.660299|137.151963||9.00||||||| +016362510|016362510|392016362510|NO|Permanent|2510|JPN Site 016362510|Active|MOE|Japan Ministry of Environment||36.671965|137.176682||9.00||||||| +016362510|016362510|392016362510|NO2|Permanent|2510|JPN Site 016362510|Active|MOE|Japan Ministry of Environment||36.671965|137.176682||9.00||||||| +016362510|016362510|392016362510|NOX|Permanent|2510|JPN Site 016362510|Active|MOE|Japan Ministry of Environment||36.671965|137.176682||9.00||||||| +016381010|016381010|392016381010|NO2|Permanent|1010|JPN Site 016381010|Active|MOE|Japan Ministry of Environment||36.700571|137.099743||9.00||||||| +016381010|016381010|392016381010|SO2|Permanent|1010|JPN Site 016381010|Active|MOE|Japan Ministry of Environment||36.700571|137.099743||9.00||||||| +016381010|016381010|392016381010|WS|Permanent|1010|JPN Site 016381010|Active|MOE|Japan Ministry of Environment||36.700571|137.099743||9.00||||||| +016381010|016381010|392016381010|WD|Permanent|1010|JPN Site 016381010|Active|MOE|Japan Ministry of Environment||36.700571|137.099743||9.00||||||| +016381010|016381010|392016381010|NOX|Permanent|1010|JPN Site 016381010|Active|MOE|Japan Ministry of Environment||36.700571|137.099743||9.00||||||| +016381010|016381010|392016381010|NO|Permanent|1010|JPN Site 016381010|Active|MOE|Japan Ministry of Environment||36.700571|137.099743||9.00||||||| +016381510|016381510|392016381510|CO|Permanent|1510|JPN Site 016381510|Active|MOE|Japan Ministry of Environment||36.730291|137.122240||9.00||||||| +016381510|016381510|392016381510|NOX|Permanent|1510|JPN Site 016381510|Active|MOE|Japan Ministry of Environment||36.730291|137.122240||9.00||||||| +016381510|016381510|392016381510|NO|Permanent|1510|JPN Site 016381510|Active|MOE|Japan Ministry of Environment||36.730291|137.122240||9.00||||||| +016381510|016381510|392016381510|NO2|Permanent|1510|JPN Site 016381510|Active|MOE|Japan Ministry of Environment||36.730291|137.122240||9.00||||||| +016381520|016381520|392016381520|NO2|Permanent|1520|JPN Site 016381520|Active|MOE|Japan Ministry of Environment||36.709181|137.076689||9.00||||||| +016381520|016381520|392016381520|NOX|Permanent|1520|JPN Site 016381520|Active|MOE|Japan Ministry of Environment||36.709181|137.076689||9.00||||||| +016381520|016381520|392016381520|NO|Permanent|1520|JPN Site 016381520|Active|MOE|Japan Ministry of Environment||36.709181|137.076689||9.00||||||| +016408060|016408060|392016408060|NOX|Permanent|8060|JPN Site 016408060|Active|MOE|Japan Ministry of Environment||36.591135|136.911986||9.00||||||| +016408060|016408060|392016408060|NO|Permanent|8060|JPN Site 016408060|Active|MOE|Japan Ministry of Environment||36.591135|136.911986||9.00||||||| +016408060|016408060|392016408060|NO2|Permanent|8060|JPN Site 016408060|Active|MOE|Japan Ministry of Environment||36.591135|136.911986||9.00||||||| +016408060|016408060|392016408060|SO2|Permanent|8060|JPN Site 016408060|Active|MOE|Japan Ministry of Environment||36.591135|136.911986||9.00||||||| +016408060|016408060|392016408060|WS|Permanent|8060|JPN Site 016408060|Active|MOE|Japan Ministry of Environment||36.591135|136.911986||9.00||||||| +016408060|016408060|392016408060|WD|Permanent|8060|JPN Site 016408060|Active|MOE|Japan Ministry of Environment||36.591135|136.911986||9.00||||||| +017201090|017201090|392017201090|NO2|Permanent|1090|JPN Site 017201090|Active|MOE|Japan Ministry of Environment||36.552523|136.606735||9.00||||||| +017201090|017201090|392017201090|SO2|Permanent|1090|JPN Site 017201090|Active|MOE|Japan Ministry of Environment||36.552523|136.606735||9.00||||||| +017201090|017201090|392017201090|NOX|Permanent|1090|JPN Site 017201090|Active|MOE|Japan Ministry of Environment||36.552523|136.606735||9.00||||||| +017201090|017201090|392017201090|NO|Permanent|1090|JPN Site 017201090|Active|MOE|Japan Ministry of Environment||36.552523|136.606735||9.00||||||| +017201110|017201110|392017201110|NO|Permanent|1110|JPN Site 017201110|Active|MOE|Japan Ministry of Environment||36.556413|136.677007||9.00||||||| +017201110|017201110|392017201110|NO2|Permanent|1110|JPN Site 017201110|Active|MOE|Japan Ministry of Environment||36.556413|136.677007||9.00||||||| +017201110|017201110|392017201110|SO2|Permanent|1110|JPN Site 017201110|Active|MOE|Japan Ministry of Environment||36.556413|136.677007||9.00||||||| +017201110|017201110|392017201110|NOX|Permanent|1110|JPN Site 017201110|Active|MOE|Japan Ministry of Environment||36.556413|136.677007||9.00||||||| +017201290|017201290|392017201290|NO|Permanent|1290|JPN Site 017201290|Active|MOE|Japan Ministry of Environment||36.566967|136.651731||9.00||||||| +017201290|017201290|392017201290|NO2|Permanent|1290|JPN Site 017201290|Active|MOE|Japan Ministry of Environment||36.566967|136.651731||9.00||||||| +017201290|017201290|392017201290|NOX|Permanent|1290|JPN Site 017201290|Active|MOE|Japan Ministry of Environment||36.566967|136.651731||9.00||||||| +017201300|017201300|392017201300|NO2|Permanent|1300|JPN Site 017201300|Active|MOE|Japan Ministry of Environment||36.589464|136.637286||9.00||||||| +017201300|017201300|392017201300|NOX|Permanent|1300|JPN Site 017201300|Active|MOE|Japan Ministry of Environment||36.589464|136.637286||9.00||||||| +017201300|017201300|392017201300|NO|Permanent|1300|JPN Site 017201300|Active|MOE|Japan Ministry of Environment||36.589464|136.637286||9.00||||||| +017201310|017201310|392017201310|NOX|Permanent|1310|JPN Site 017201310|Active|MOE|Japan Ministry of Environment||36.597518|136.604233||9.00||||||| +017201310|017201310|392017201310|NO|Permanent|1310|JPN Site 017201310|Active|MOE|Japan Ministry of Environment||36.597518|136.604233||9.00||||||| +017201310|017201310|392017201310|NO2|Permanent|1310|JPN Site 017201310|Active|MOE|Japan Ministry of Environment||36.597518|136.604233||9.00||||||| +017201320|017201320|392017201320|NO|Permanent|1320|JPN Site 017201320|Active|MOE|Japan Ministry of Environment||36.594464|136.677005||9.00||||||| +017201320|017201320|392017201320|NO2|Permanent|1320|JPN Site 017201320|Active|MOE|Japan Ministry of Environment||36.594464|136.677005||9.00||||||| +017201320|017201320|392017201320|SO2|Permanent|1320|JPN Site 017201320|Active|MOE|Japan Ministry of Environment||36.594464|136.677005||9.00||||||| +017201320|017201320|392017201320|NOX|Permanent|1320|JPN Site 017201320|Active|MOE|Japan Ministry of Environment||36.594464|136.677005||9.00||||||| +017201550|017201550|392017201550|NO2|Permanent|1550|JPN Site 017201550|Active|MOE|Japan Ministry of Environment||36.571966|136.655341||9.00||||||| +017201550|017201550|392017201550|CO|Permanent|1550|JPN Site 017201550|Active|MOE|Japan Ministry of Environment||36.571966|136.655341||9.00||||||| +017201550|017201550|392017201550|NOX|Permanent|1550|JPN Site 017201550|Active|MOE|Japan Ministry of Environment||36.571966|136.655341||9.00||||||| +017201550|017201550|392017201550|NO|Permanent|1550|JPN Site 017201550|Active|MOE|Japan Ministry of Environment||36.571966|136.655341||9.00||||||| +017201560|017201560|392017201560|CO|Permanent|1560|JPN Site 017201560|Active|MOE|Japan Ministry of Environment||36.560301|136.652009||9.00||||||| +017201560|017201560|392017201560|NOX|Permanent|1560|JPN Site 017201560|Active|MOE|Japan Ministry of Environment||36.560301|136.652009||9.00||||||| +017201560|017201560|392017201560|NO|Permanent|1560|JPN Site 017201560|Active|MOE|Japan Ministry of Environment||36.560301|136.652009||9.00||||||| +017201560|017201560|392017201560|NO2|Permanent|1560|JPN Site 017201560|Active|MOE|Japan Ministry of Environment||36.560301|136.652009||9.00||||||| +017201650|017201650|392017201650|CO|Permanent|1650|JPN Site 017201650|Active|MOE|Japan Ministry of Environment||36.531693|136.648677||9.00||||||| +017201650|017201650|392017201650|NOX|Permanent|1650|JPN Site 017201650|Active|MOE|Japan Ministry of Environment||36.531693|136.648677||9.00||||||| +017201650|017201650|392017201650|NO|Permanent|1650|JPN Site 017201650|Active|MOE|Japan Ministry of Environment||36.531693|136.648677||9.00||||||| +017201650|017201650|392017201650|NO2|Permanent|1650|JPN Site 017201650|Active|MOE|Japan Ministry of Environment||36.531693|136.648677||9.00||||||| +017202190|017202190|392017202190|TEMP|Permanent|2190|JPN Site 017202190|Active|MOE|Japan Ministry of Environment||37.048309|136.958350||9.00||||||| +017202190|017202190|392017202190|RHUM|Permanent|2190|JPN Site 017202190|Active|MOE|Japan Ministry of Environment||37.048309|136.958350||9.00||||||| +017202190|017202190|392017202190|NOX|Permanent|2190|JPN Site 017202190|Active|MOE|Japan Ministry of Environment||37.048309|136.958350||9.00||||||| +017202190|017202190|392017202190|NO|Permanent|2190|JPN Site 017202190|Active|MOE|Japan Ministry of Environment||37.048309|136.958350||9.00||||||| +017202190|017202190|392017202190|NO2|Permanent|2190|JPN Site 017202190|Active|MOE|Japan Ministry of Environment||37.048309|136.958350||9.00||||||| +017202190|017202190|392017202190|CO|Permanent|2190|JPN Site 017202190|Active|MOE|Japan Ministry of Environment||37.048309|136.958350||9.00||||||| +017202190|017202190|392017202190|SO2|Permanent|2190|JPN Site 017202190|Active|MOE|Japan Ministry of Environment||37.048309|136.958350||9.00||||||| +017202200|017202200|392017202200|SO2|Permanent|2200|JPN Site 017202200|Active|MOE|Japan Ministry of Environment||37.080805|136.927795||9.00||||||| +017202200|017202200|392017202200|NOX|Permanent|2200|JPN Site 017202200|Active|MOE|Japan Ministry of Environment||37.080805|136.927795||9.00||||||| +017202200|017202200|392017202200|NO|Permanent|2200|JPN Site 017202200|Active|MOE|Japan Ministry of Environment||37.080805|136.927795||9.00||||||| +017202200|017202200|392017202200|NO2|Permanent|2200|JPN Site 017202200|Active|MOE|Japan Ministry of Environment||37.080805|136.927795||9.00||||||| +017203140|017203140|392017203140|NO|Permanent|3140|JPN Site 017203140|Active|MOE|Japan Ministry of Environment||36.408369|136.461476||9.00||||||| +017203140|017203140|392017203140|NO2|Permanent|3140|JPN Site 017203140|Active|MOE|Japan Ministry of Environment||36.408369|136.461476||9.00||||||| +017203140|017203140|392017203140|SO2|Permanent|3140|JPN Site 017203140|Active|MOE|Japan Ministry of Environment||36.408369|136.461476||9.00||||||| +017203140|017203140|392017203140|NOX|Permanent|3140|JPN Site 017203140|Active|MOE|Japan Ministry of Environment||36.408369|136.461476||9.00||||||| +017204010|017204010|392017204010|NO2|Permanent|4010|JPN Site 017204010|Active|MOE|Japan Ministry of Environment||37.298283|136.951394||9.00||||||| +017204010|017204010|392017204010|SO2|Permanent|4010|JPN Site 017204010|Active|MOE|Japan Ministry of Environment||37.298283|136.951394||9.00||||||| +017204010|017204010|392017204010|NOX|Permanent|4010|JPN Site 017204010|Active|MOE|Japan Ministry of Environment||37.298283|136.951394||9.00||||||| +017204010|017204010|392017204010|NO|Permanent|4010|JPN Site 017204010|Active|MOE|Japan Ministry of Environment||37.298283|136.951394||9.00||||||| +017206010|017206010|392017206010|NOX|Permanent|6010|JPN Site 017206010|Active|MOE|Japan Ministry of Environment||36.302267|136.315382||9.00||||||| +017206010|017206010|392017206010|NO|Permanent|6010|JPN Site 017206010|Active|MOE|Japan Ministry of Environment||36.302267|136.315382||9.00||||||| +017206010|017206010|392017206010|NO2|Permanent|6010|JPN Site 017206010|Active|MOE|Japan Ministry of Environment||36.302267|136.315382||9.00||||||| +017207010|017207010|392017207010|NO2|Permanent|7010|JPN Site 017207010|Active|MOE|Japan Ministry of Environment||36.892767|136.778372||9.00||||||| +017207010|017207010|392017207010|NOX|Permanent|7010|JPN Site 017207010|Active|MOE|Japan Ministry of Environment||36.892767|136.778372||9.00||||||| +017207010|017207010|392017207010|NO|Permanent|7010|JPN Site 017207010|Active|MOE|Japan Ministry of Environment||36.892767|136.778372||9.00||||||| +017208010|017208010|392017208010|SO2|Permanent|8010|JPN Site 017208010|Active|MOE|Japan Ministry of Environment||36.519470|136.560074||9.00||||||| +017208010|017208010|392017208010|NOX|Permanent|8010|JPN Site 017208010|Active|MOE|Japan Ministry of Environment||36.519470|136.560074||9.00||||||| +017208010|017208010|392017208010|NO|Permanent|8010|JPN Site 017208010|Active|MOE|Japan Ministry of Environment||36.519470|136.560074||9.00||||||| +017208010|017208010|392017208010|NO2|Permanent|8010|JPN Site 017208010|Active|MOE|Japan Ministry of Environment||36.519470|136.560074||9.00||||||| +017208010|017208010|392017208010|CO|Permanent|8010|JPN Site 017208010|Active|MOE|Japan Ministry of Environment||36.519470|136.560074||9.00||||||| +017208020|017208020|392017208020|NO2|Permanent|8020|JPN Site 017208020|Active|MOE|Japan Ministry of Environment||36.470031|136.575630||9.00||||||| +017208020|017208020|392017208020|NOX|Permanent|8020|JPN Site 017208020|Active|MOE|Japan Ministry of Environment||36.470031|136.575630||9.00||||||| +017208020|017208020|392017208020|NO|Permanent|8020|JPN Site 017208020|Active|MOE|Japan Ministry of Environment||36.470031|136.575630||9.00||||||| +017321010|017321010|392017321010|NO|Permanent|1010|JPN Site 017321010|Active|MOE|Japan Ministry of Environment||36.446421|136.454808||9.00||||||| +017321010|017321010|392017321010|NO2|Permanent|1010|JPN Site 017321010|Active|MOE|Japan Ministry of Environment||36.446421|136.454808||9.00||||||| +017321010|017321010|392017321010|SO2|Permanent|1010|JPN Site 017321010|Active|MOE|Japan Ministry of Environment||36.446421|136.454808||9.00||||||| +017321010|017321010|392017321010|NOX|Permanent|1010|JPN Site 017321010|Active|MOE|Japan Ministry of Environment||36.446421|136.454808||9.00||||||| +017344520|017344520|392017344520|NO|Permanent|4520|JPN Site 017344520|Active|MOE|Japan Ministry of Environment||36.549468|136.597847||9.00||||||| +017344520|017344520|392017344520|NO2|Permanent|4520|JPN Site 017344520|Active|MOE|Japan Ministry of Environment||36.549468|136.597847||9.00||||||| +017344520|017344520|392017344520|CO|Permanent|4520|JPN Site 017344520|Active|MOE|Japan Ministry of Environment||36.549468|136.597847||9.00||||||| +017344520|017344520|392017344520|NOX|Permanent|4520|JPN Site 017344520|Active|MOE|Japan Ministry of Environment||36.549468|136.597847||9.00||||||| +017361010|017361010|392017361010|NO2|Permanent|1010|JPN Site 017361010|Active|MOE|Japan Ministry of Environment||36.667235|136.728109||9.00||||||| +017361010|017361010|392017361010|NOX|Permanent|1010|JPN Site 017361010|Active|MOE|Japan Ministry of Environment||36.667235|136.728109||9.00||||||| +017361010|017361010|392017361010|NO|Permanent|1010|JPN Site 017361010|Active|MOE|Japan Ministry of Environment||36.667235|136.728109||9.00||||||| +017365010|017365010|392017365010|NO2|Permanent|5010|JPN Site 017365010|Active|MOE|Japan Ministry of Environment||36.634737|136.630618||9.00||||||| +017365010|017365010|392017365010|NOX|Permanent|5010|JPN Site 017365010|Active|MOE|Japan Ministry of Environment||36.634737|136.630618||9.00||||||| +017365010|017365010|392017365010|NO|Permanent|5010|JPN Site 017365010|Active|MOE|Japan Ministry of Environment||36.634737|136.630618||9.00||||||| +018201040|018201040|392018201040|NOX|Permanent|1040|JPN Site 018201040|Active|MOE|Japan Ministry of Environment||36.057014|136.222345||9.00||||||| +018201040|018201040|392018201040|NO|Permanent|1040|JPN Site 018201040|Active|MOE|Japan Ministry of Environment||36.057014|136.222345||9.00||||||| +018201040|018201040|392018201040|NO2|Permanent|1040|JPN Site 018201040|Active|MOE|Japan Ministry of Environment||36.057014|136.222345||9.00||||||| +018201040|018201040|392018201040|SO2|Permanent|1040|JPN Site 018201040|Active|MOE|Japan Ministry of Environment||36.057014|136.222345||9.00||||||| +018201040|018201040|392018201040|TEMP|Permanent|1040|JPN Site 018201040|Active|MOE|Japan Ministry of Environment||36.057014|136.222345||9.00||||||| +018201040|018201040|392018201040|WS|Permanent|1040|JPN Site 018201040|Active|MOE|Japan Ministry of Environment||36.057014|136.222345||9.00||||||| +018201040|018201040|392018201040|WD|Permanent|1040|JPN Site 018201040|Active|MOE|Japan Ministry of Environment||36.057014|136.222345||9.00||||||| +018201040|018201040|392018201040|RHUM|Permanent|1040|JPN Site 018201040|Active|MOE|Japan Ministry of Environment||36.057014|136.222345||9.00||||||| +018201050|018201050|392018201050|WS|Permanent|1050|JPN Site 018201050|Active|MOE|Japan Ministry of Environment||36.073957|136.261786||9.00||||||| +018201050|018201050|392018201050|WD|Permanent|1050|JPN Site 018201050|Active|MOE|Japan Ministry of Environment||36.073957|136.261786||9.00||||||| +018201050|018201050|392018201050|NOX|Permanent|1050|JPN Site 018201050|Active|MOE|Japan Ministry of Environment||36.073957|136.261786||9.00||||||| +018201050|018201050|392018201050|NO|Permanent|1050|JPN Site 018201050|Active|MOE|Japan Ministry of Environment||36.073957|136.261786||9.00||||||| +018201050|018201050|392018201050|NO2|Permanent|1050|JPN Site 018201050|Active|MOE|Japan Ministry of Environment||36.073957|136.261786||9.00||||||| +018201060|018201060|392018201060|NO|Permanent|1060|JPN Site 018201060|Active|MOE|Japan Ministry of Environment||36.150335|136.097074||9.00||||||| +018201060|018201060|392018201060|NO2|Permanent|1060|JPN Site 018201060|Active|MOE|Japan Ministry of Environment||36.150335|136.097074||9.00||||||| +018201060|018201060|392018201060|SO2|Permanent|1060|JPN Site 018201060|Active|MOE|Japan Ministry of Environment||36.150335|136.097074||9.00||||||| +018201060|018201060|392018201060|WS|Permanent|1060|JPN Site 018201060|Active|MOE|Japan Ministry of Environment||36.150335|136.097074||9.00||||||| +018201060|018201060|392018201060|WD|Permanent|1060|JPN Site 018201060|Active|MOE|Japan Ministry of Environment||36.150335|136.097074||9.00||||||| +018201060|018201060|392018201060|NOX|Permanent|1060|JPN Site 018201060|Active|MOE|Japan Ministry of Environment||36.150335|136.097074||9.00||||||| +018201540|018201540|392018201540|WD|Permanent|1540|JPN Site 018201540|Active|MOE|Japan Ministry of Environment||36.035349|136.228457||9.00||||||| +018201540|018201540|392018201540|NOX|Permanent|1540|JPN Site 018201540|Active|MOE|Japan Ministry of Environment||36.035349|136.228457||9.00||||||| +018201540|018201540|392018201540|NO|Permanent|1540|JPN Site 018201540|Active|MOE|Japan Ministry of Environment||36.035349|136.228457||9.00||||||| +018201540|018201540|392018201540|NO2|Permanent|1540|JPN Site 018201540|Active|MOE|Japan Ministry of Environment||36.035349|136.228457||9.00||||||| +018201540|018201540|392018201540|CO|Permanent|1540|JPN Site 018201540|Active|MOE|Japan Ministry of Environment||36.035349|136.228457||9.00||||||| +018201540|018201540|392018201540|WS|Permanent|1540|JPN Site 018201540|Active|MOE|Japan Ministry of Environment||36.035349|136.228457||9.00||||||| +018202020|018202020|392018202020|NO2|Permanent|2020|JPN Site 018202020|Active|MOE|Japan Ministry of Environment||35.653721|136.062099||9.00||||||| +018202020|018202020|392018202020|SO2|Permanent|2020|JPN Site 018202020|Active|MOE|Japan Ministry of Environment||35.653721|136.062099||9.00||||||| +018202020|018202020|392018202020|TEMP|Permanent|2020|JPN Site 018202020|Active|MOE|Japan Ministry of Environment||35.653721|136.062099||9.00||||||| +018202020|018202020|392018202020|WS|Permanent|2020|JPN Site 018202020|Active|MOE|Japan Ministry of Environment||35.653721|136.062099||9.00||||||| +018202020|018202020|392018202020|WD|Permanent|2020|JPN Site 018202020|Active|MOE|Japan Ministry of Environment||35.653721|136.062099||9.00||||||| +018202020|018202020|392018202020|RHUM|Permanent|2020|JPN Site 018202020|Active|MOE|Japan Ministry of Environment||35.653721|136.062099||9.00||||||| +018202020|018202020|392018202020|NOX|Permanent|2020|JPN Site 018202020|Active|MOE|Japan Ministry of Environment||35.653721|136.062099||9.00||||||| +018202020|018202020|392018202020|NO|Permanent|2020|JPN Site 018202020|Active|MOE|Japan Ministry of Environment||35.653721|136.062099||9.00||||||| +018202190|018202190|392018202190|NOX|Permanent|2190|JPN Site 018202190|Active|MOE|Japan Ministry of Environment||35.628445|136.052935||9.00||||||| +018202190|018202190|392018202190|NO|Permanent|2190|JPN Site 018202190|Active|MOE|Japan Ministry of Environment||35.628445|136.052935||9.00||||||| +018202190|018202190|392018202190|NO2|Permanent|2190|JPN Site 018202190|Active|MOE|Japan Ministry of Environment||35.628445|136.052935||9.00||||||| +018202190|018202190|392018202190|SO2|Permanent|2190|JPN Site 018202190|Active|MOE|Japan Ministry of Environment||35.628445|136.052935||9.00||||||| +018202190|018202190|392018202190|WS|Permanent|2190|JPN Site 018202190|Active|MOE|Japan Ministry of Environment||35.628445|136.052935||9.00||||||| +018202190|018202190|392018202190|WD|Permanent|2190|JPN Site 018202190|Active|MOE|Japan Ministry of Environment||35.628445|136.052935||9.00||||||| +018202530|018202530|392018202530|NO|Permanent|2530|JPN Site 018202530|Active|MOE|Japan Ministry of Environment||35.632334|136.062100||9.00||||||| +018202530|018202530|392018202530|NO2|Permanent|2530|JPN Site 018202530|Active|MOE|Japan Ministry of Environment||35.632334|136.062100||9.00||||||| +018202530|018202530|392018202530|CO|Permanent|2530|JPN Site 018202530|Active|MOE|Japan Ministry of Environment||35.632334|136.062100||9.00||||||| +018202530|018202530|392018202530|WS|Permanent|2530|JPN Site 018202530|Active|MOE|Japan Ministry of Environment||35.632334|136.062100||9.00||||||| +018202530|018202530|392018202530|WD|Permanent|2530|JPN Site 018202530|Active|MOE|Japan Ministry of Environment||35.632334|136.062100||9.00||||||| +018202530|018202530|392018202530|NOX|Permanent|2530|JPN Site 018202530|Active|MOE|Japan Ministry of Environment||35.632334|136.062100||9.00||||||| +018203010|018203010|392018203010|WD|Permanent|3010|JPN Site 018203010|Active|MOE|Japan Ministry of Environment||35.908695|136.157635||9.00||||||| +018203010|018203010|392018203010|NOX|Permanent|3010|JPN Site 018203010|Active|MOE|Japan Ministry of Environment||35.908695|136.157635||9.00||||||| +018203010|018203010|392018203010|NO|Permanent|3010|JPN Site 018203010|Active|MOE|Japan Ministry of Environment||35.908695|136.157635||9.00||||||| +018203010|018203010|392018203010|NO2|Permanent|3010|JPN Site 018203010|Active|MOE|Japan Ministry of Environment||35.908695|136.157635||9.00||||||| +018203010|018203010|392018203010|WS|Permanent|3010|JPN Site 018203010|Active|MOE|Japan Ministry of Environment||35.908695|136.157635||9.00||||||| +018203100|018203100|392018203100|SO2|Permanent|3100|JPN Site 018203100|Active|MOE|Japan Ministry of Environment||35.895087|136.224575||9.00||||||| +018203100|018203100|392018203100|WS|Permanent|3100|JPN Site 018203100|Active|MOE|Japan Ministry of Environment||35.895087|136.224575||9.00||||||| +018203100|018203100|392018203100|WD|Permanent|3100|JPN Site 018203100|Active|MOE|Japan Ministry of Environment||35.895087|136.224575||9.00||||||| +018203110|018203110|392018203110|SO2|Permanent|3110|JPN Site 018203110|Active|MOE|Japan Ministry of Environment||35.920916|136.174022||9.00||||||| +018203120|018203120|392018203120|SO2|Permanent|3120|JPN Site 018203120|Active|MOE|Japan Ministry of Environment||35.881752|136.063478||9.00||||||| +018203120|018203120|392018203120|WS|Permanent|3120|JPN Site 018203120|Active|MOE|Japan Ministry of Environment||35.881752|136.063478||9.00||||||| +018203120|018203120|392018203120|WD|Permanent|3120|JPN Site 018203120|Active|MOE|Japan Ministry of Environment||35.881752|136.063478||9.00||||||| +018204010|018204010|392018204010|RHUM|Permanent|4010|JPN Site 018204010|Active|MOE|Japan Ministry of Environment||35.496788|135.750188||9.00||||||| +018204010|018204010|392018204010|NOX|Permanent|4010|JPN Site 018204010|Active|MOE|Japan Ministry of Environment||35.496788|135.750188||9.00||||||| +018204010|018204010|392018204010|NO|Permanent|4010|JPN Site 018204010|Active|MOE|Japan Ministry of Environment||35.496788|135.750188||9.00||||||| +018204010|018204010|392018204010|NO2|Permanent|4010|JPN Site 018204010|Active|MOE|Japan Ministry of Environment||35.496788|135.750188||9.00||||||| +018204010|018204010|392018204010|SO2|Permanent|4010|JPN Site 018204010|Active|MOE|Japan Ministry of Environment||35.496788|135.750188||9.00||||||| +018204010|018204010|392018204010|TEMP|Permanent|4010|JPN Site 018204010|Active|MOE|Japan Ministry of Environment||35.496788|135.750188||9.00||||||| +018204010|018204010|392018204010|WS|Permanent|4010|JPN Site 018204010|Active|MOE|Japan Ministry of Environment||35.496788|135.750188||9.00||||||| +018204010|018204010|392018204010|WD|Permanent|4010|JPN Site 018204010|Active|MOE|Japan Ministry of Environment||35.496788|135.750188||9.00||||||| +018205010|018205010|392018205010|NO2|Permanent|5010|JPN Site 018205010|Active|MOE|Japan Ministry of Environment||35.991470|136.488160||9.00||||||| +018205010|018205010|392018205010|SO2|Permanent|5010|JPN Site 018205010|Active|MOE|Japan Ministry of Environment||35.991470|136.488160||9.00||||||| +018205010|018205010|392018205010|TEMP|Permanent|5010|JPN Site 018205010|Active|MOE|Japan Ministry of Environment||35.991470|136.488160||9.00||||||| +018205010|018205010|392018205010|WS|Permanent|5010|JPN Site 018205010|Active|MOE|Japan Ministry of Environment||35.991470|136.488160||9.00||||||| +018205010|018205010|392018205010|WD|Permanent|5010|JPN Site 018205010|Active|MOE|Japan Ministry of Environment||35.991470|136.488160||9.00||||||| +018205010|018205010|392018205010|RHUM|Permanent|5010|JPN Site 018205010|Active|MOE|Japan Ministry of Environment||35.991470|136.488160||9.00||||||| +018205010|018205010|392018205010|NOX|Permanent|5010|JPN Site 018205010|Active|MOE|Japan Ministry of Environment||35.991470|136.488160||9.00||||||| +018205010|018205010|392018205010|NO|Permanent|5010|JPN Site 018205010|Active|MOE|Japan Ministry of Environment||35.991470|136.488160||9.00||||||| +018207010|018207010|392018207010|NO2|Permanent|7010|JPN Site 018207010|Active|MOE|Japan Ministry of Environment||35.968967|136.184575||9.00||||||| +018207010|018207010|392018207010|SO2|Permanent|7010|JPN Site 018207010|Active|MOE|Japan Ministry of Environment||35.968967|136.184575||9.00||||||| +018207010|018207010|392018207010|TEMP|Permanent|7010|JPN Site 018207010|Active|MOE|Japan Ministry of Environment||35.968967|136.184575||9.00||||||| +018207010|018207010|392018207010|WS|Permanent|7010|JPN Site 018207010|Active|MOE|Japan Ministry of Environment||35.968967|136.184575||9.00||||||| +018207010|018207010|392018207010|WD|Permanent|7010|JPN Site 018207010|Active|MOE|Japan Ministry of Environment||35.968967|136.184575||9.00||||||| +018207010|018207010|392018207010|RHUM|Permanent|7010|JPN Site 018207010|Active|MOE|Japan Ministry of Environment||35.968967|136.184575||9.00||||||| +018207010|018207010|392018207010|NOX|Permanent|7010|JPN Site 018207010|Active|MOE|Japan Ministry of Environment||35.968967|136.184575||9.00||||||| +018207010|018207010|392018207010|NO|Permanent|7010|JPN Site 018207010|Active|MOE|Japan Ministry of Environment||35.968967|136.184575||9.00||||||| +018207050|018207050|392018207050|SO2|Permanent|7050|JPN Site 018207050|Active|MOE|Japan Ministry of Environment||35.978966|136.193185||9.00||||||| +018207050|018207050|392018207050|WS|Permanent|7050|JPN Site 018207050|Active|MOE|Japan Ministry of Environment||35.978966|136.193185||9.00||||||| +018207050|018207050|392018207050|WD|Permanent|7050|JPN Site 018207050|Active|MOE|Japan Ministry of Environment||35.978966|136.193185||9.00||||||| +018207080|018207080|392018207080|SO2|Permanent|7080|JPN Site 018207080|Active|MOE|Japan Ministry of Environment||35.936748|136.199020||9.00||||||| +018207080|018207080|392018207080|WS|Permanent|7080|JPN Site 018207080|Active|MOE|Japan Ministry of Environment||35.936748|136.199020||9.00||||||| +018207080|018207080|392018207080|WD|Permanent|7080|JPN Site 018207080|Active|MOE|Japan Ministry of Environment||35.936748|136.199020||9.00||||||| +018207520|018207520|392018207520|WD|Permanent|7520|JPN Site 018207520|Active|MOE|Japan Ministry of Environment||35.962301|136.187908||9.00||||||| +018207520|018207520|392018207520|NOX|Permanent|7520|JPN Site 018207520|Active|MOE|Japan Ministry of Environment||35.962301|136.187908||9.00||||||| +018207520|018207520|392018207520|NO|Permanent|7520|JPN Site 018207520|Active|MOE|Japan Ministry of Environment||35.962301|136.187908||9.00||||||| +018207520|018207520|392018207520|NO2|Permanent|7520|JPN Site 018207520|Active|MOE|Japan Ministry of Environment||35.962301|136.187908||9.00||||||| +018207520|018207520|392018207520|CO|Permanent|7520|JPN Site 018207520|Active|MOE|Japan Ministry of Environment||35.962301|136.187908||9.00||||||| +018207520|018207520|392018207520|WS|Permanent|7520|JPN Site 018207520|Active|MOE|Japan Ministry of Environment||35.962301|136.187908||9.00||||||| +018361010|018361010|392018361010|TEMP|Permanent|1010|JPN Site 018361010|Active|MOE|Japan Ministry of Environment||36.190887|136.142901||9.00||||||| +018361010|018361010|392018361010|WS|Permanent|1010|JPN Site 018361010|Active|MOE|Japan Ministry of Environment||36.190887|136.142901||9.00||||||| +018361010|018361010|392018361010|WD|Permanent|1010|JPN Site 018361010|Active|MOE|Japan Ministry of Environment||36.190887|136.142901||9.00||||||| +018361010|018361010|392018361010|RHUM|Permanent|1010|JPN Site 018361010|Active|MOE|Japan Ministry of Environment||36.190887|136.142901||9.00||||||| +018361010|018361010|392018361010|NOX|Permanent|1010|JPN Site 018361010|Active|MOE|Japan Ministry of Environment||36.190887|136.142901||9.00||||||| +018361010|018361010|392018361010|NO|Permanent|1010|JPN Site 018361010|Active|MOE|Japan Ministry of Environment||36.190887|136.142901||9.00||||||| +018361010|018361010|392018361010|NO2|Permanent|1010|JPN Site 018361010|Active|MOE|Japan Ministry of Environment||36.190887|136.142901||9.00||||||| +018361010|018361010|392018361010|SO2|Permanent|1010|JPN Site 018361010|Active|MOE|Japan Ministry of Environment||36.190887|136.142901||9.00||||||| +018363010|018363010|392018363010|NO2|Permanent|3010|JPN Site 018363010|Active|MOE|Japan Ministry of Environment||36.212275|136.228449||9.00||||||| +018363010|018363010|392018363010|WS|Permanent|3010|JPN Site 018363010|Active|MOE|Japan Ministry of Environment||36.212275|136.228449||9.00||||||| +018363010|018363010|392018363010|WD|Permanent|3010|JPN Site 018363010|Active|MOE|Japan Ministry of Environment||36.212275|136.228449||9.00||||||| +018363010|018363010|392018363010|NOX|Permanent|3010|JPN Site 018363010|Active|MOE|Japan Ministry of Environment||36.212275|136.228449||9.00||||||| +018363010|018363010|392018363010|NO|Permanent|3010|JPN Site 018363010|Active|MOE|Japan Ministry of Environment||36.212275|136.228449||9.00||||||| +018363020|018363020|392018363020|NO|Permanent|3020|JPN Site 018363020|Active|MOE|Japan Ministry of Environment||36.196722|136.267891||9.00||||||| +018363020|018363020|392018363020|NO2|Permanent|3020|JPN Site 018363020|Active|MOE|Japan Ministry of Environment||36.196722|136.267891||9.00||||||| +018363020|018363020|392018363020|SO2|Permanent|3020|JPN Site 018363020|Active|MOE|Japan Ministry of Environment||36.196722|136.267891||9.00||||||| +018363020|018363020|392018363020|WS|Permanent|3020|JPN Site 018363020|Active|MOE|Japan Ministry of Environment||36.196722|136.267891||9.00||||||| +018363020|018363020|392018363020|WD|Permanent|3020|JPN Site 018363020|Active|MOE|Japan Ministry of Environment||36.196722|136.267891||9.00||||||| +018363020|018363020|392018363020|NOX|Permanent|3020|JPN Site 018363020|Active|MOE|Japan Ministry of Environment||36.196722|136.267891||9.00||||||| +018366010|018366010|392018366010|NO2|Permanent|6010|JPN Site 018366010|Active|MOE|Japan Ministry of Environment||36.165058|136.225673||9.00||||||| +018366010|018366010|392018366010|WS|Permanent|6010|JPN Site 018366010|Active|MOE|Japan Ministry of Environment||36.165058|136.225673||9.00||||||| +018366010|018366010|392018366010|WD|Permanent|6010|JPN Site 018366010|Active|MOE|Japan Ministry of Environment||36.165058|136.225673||9.00||||||| +018366010|018366010|392018366010|NOX|Permanent|6010|JPN Site 018366010|Active|MOE|Japan Ministry of Environment||36.165058|136.225673||9.00||||||| +018366010|018366010|392018366010|NO|Permanent|6010|JPN Site 018366010|Active|MOE|Japan Ministry of Environment||36.165058|136.225673||9.00||||||| +018381010|018381010|392018381010|NO2|Permanent|1010|JPN Site 018381010|Active|MOE|Japan Ministry of Environment||35.919251|136.247627||9.00||||||| +018381010|018381010|392018381010|WS|Permanent|1010|JPN Site 018381010|Active|MOE|Japan Ministry of Environment||35.919251|136.247627||9.00||||||| +018381010|018381010|392018381010|WD|Permanent|1010|JPN Site 018381010|Active|MOE|Japan Ministry of Environment||35.919251|136.247627||9.00||||||| +018381010|018381010|392018381010|NOX|Permanent|1010|JPN Site 018381010|Active|MOE|Japan Ministry of Environment||35.919251|136.247627||9.00||||||| +018381010|018381010|392018381010|NO|Permanent|1010|JPN Site 018381010|Active|MOE|Japan Ministry of Environment||35.919251|136.247627||9.00||||||| +018441010|018441010|392018441010|WD|Permanent|1010|JPN Site 018441010|Active|MOE|Japan Ministry of Environment||35.548174|135.908784||9.00||||||| +018441010|018441010|392018441010|NOX|Permanent|1010|JPN Site 018441010|Active|MOE|Japan Ministry of Environment||35.548174|135.908784||9.00||||||| +018441010|018441010|392018441010|NO|Permanent|1010|JPN Site 018441010|Active|MOE|Japan Ministry of Environment||35.548174|135.908784||9.00||||||| +018441010|018441010|392018441010|NO2|Permanent|1010|JPN Site 018441010|Active|MOE|Japan Ministry of Environment||35.548174|135.908784||9.00||||||| +018441010|018441010|392018441010|WS|Permanent|1010|JPN Site 018441010|Active|MOE|Japan Ministry of Environment||35.548174|135.908784||9.00||||||| +019201011|019201011|392019201011|CO|Permanent|1011|JPN Site 019201011|Active|MOE|Japan Ministry of Environment||35.665430|138.565502||9.00||||||| +019201011|019201011|392019201011|WS|Permanent|1011|JPN Site 019201011|Active|MOE|Japan Ministry of Environment||35.665430|138.565502||9.00||||||| +019201011|019201011|392019201011|WD|Permanent|1011|JPN Site 019201011|Active|MOE|Japan Ministry of Environment||35.665430|138.565502||9.00||||||| +019201011|019201011|392019201011|NOX|Permanent|1011|JPN Site 019201011|Active|MOE|Japan Ministry of Environment||35.665430|138.565502||9.00||||||| +019201011|019201011|392019201011|NO|Permanent|1011|JPN Site 019201011|Active|MOE|Japan Ministry of Environment||35.665430|138.565502||9.00||||||| +019201011|019201011|392019201011|NO2|Permanent|1011|JPN Site 019201011|Active|MOE|Japan Ministry of Environment||35.665430|138.565502||9.00||||||| +019201020|019201020|392019201020|NO2|Permanent|1020|JPN Site 019201020|Active|MOE|Japan Ministry of Environment||35.675151|138.547170||9.00||||||| +019201020|019201020|392019201020|SO2|Permanent|1020|JPN Site 019201020|Active|MOE|Japan Ministry of Environment||35.675151|138.547170||9.00||||||| +019201020|019201020|392019201020|WS|Permanent|1020|JPN Site 019201020|Active|MOE|Japan Ministry of Environment||35.675151|138.547170||9.00||||||| +019201020|019201020|392019201020|WD|Permanent|1020|JPN Site 019201020|Active|MOE|Japan Ministry of Environment||35.675151|138.547170||9.00||||||| +019201020|019201020|392019201020|NOX|Permanent|1020|JPN Site 019201020|Active|MOE|Japan Ministry of Environment||35.675151|138.547170||9.00||||||| +019201020|019201020|392019201020|NO|Permanent|1020|JPN Site 019201020|Active|MOE|Japan Ministry of Environment||35.675151|138.547170||9.00||||||| +019201510|019201510|392019201510|WS|Permanent|1510|JPN Site 019201510|Active|MOE|Japan Ministry of Environment||35.639044|138.554949||9.00||||||| +019201510|019201510|392019201510|WD|Permanent|1510|JPN Site 019201510|Active|MOE|Japan Ministry of Environment||35.639044|138.554949||9.00||||||| +019201510|019201510|392019201510|CO|Permanent|1510|JPN Site 019201510|Active|MOE|Japan Ministry of Environment||35.639044|138.554949||9.00||||||| +019202030|019202030|392019202030|NOX|Permanent|2030|JPN Site 019202030|Active|MOE|Japan Ministry of Environment||35.483787|138.797713||9.00||||||| +019202030|019202030|392019202030|NO|Permanent|2030|JPN Site 019202030|Active|MOE|Japan Ministry of Environment||35.483787|138.797713||9.00||||||| +019202030|019202030|392019202030|NO2|Permanent|2030|JPN Site 019202030|Active|MOE|Japan Ministry of Environment||35.483787|138.797713||9.00||||||| +019202030|019202030|392019202030|SO2|Permanent|2030|JPN Site 019202030|Active|MOE|Japan Ministry of Environment||35.483787|138.797713||9.00||||||| +019202030|019202030|392019202030|WS|Permanent|2030|JPN Site 019202030|Active|MOE|Japan Ministry of Environment||35.483787|138.797713||9.00||||||| +019202030|019202030|392019202030|WD|Permanent|2030|JPN Site 019202030|Active|MOE|Japan Ministry of Environment||35.483787|138.797713||9.00||||||| +019204010|019204010|392019204010|NO|Permanent|4010|JPN Site 019204010|Active|MOE|Japan Ministry of Environment||35.543504|138.893814||9.00||||||| +019204010|019204010|392019204010|NO2|Permanent|4010|JPN Site 019204010|Active|MOE|Japan Ministry of Environment||35.543504|138.893814||9.00||||||| +019204010|019204010|392019204010|WS|Permanent|4010|JPN Site 019204010|Active|MOE|Japan Ministry of Environment||35.543504|138.893814||9.00||||||| +019204010|019204010|392019204010|WD|Permanent|4010|JPN Site 019204010|Active|MOE|Japan Ministry of Environment||35.543504|138.893814||9.00||||||| +019204010|019204010|392019204010|NOX|Permanent|4010|JPN Site 019204010|Active|MOE|Japan Ministry of Environment||35.543504|138.893814||9.00||||||| +019205020|019205020|392019205020|WD|Permanent|5020|JPN Site 019205020|Active|MOE|Japan Ministry of Environment||35.707095|138.710766||9.00||||||| +019205020|019205020|392019205020|NOX|Permanent|5020|JPN Site 019205020|Active|MOE|Japan Ministry of Environment||35.707095|138.710766||9.00||||||| +019205020|019205020|392019205020|NO|Permanent|5020|JPN Site 019205020|Active|MOE|Japan Ministry of Environment||35.707095|138.710766||9.00||||||| +019205020|019205020|392019205020|NO2|Permanent|5020|JPN Site 019205020|Active|MOE|Japan Ministry of Environment||35.707095|138.710766||9.00||||||| +019205020|019205020|392019205020|WS|Permanent|5020|JPN Site 019205020|Active|MOE|Japan Ministry of Environment||35.707095|138.710766||9.00||||||| +019206010|019206010|392019206010|SO2|Permanent|6010|JPN Site 019206010|Active|MOE|Japan Ministry of Environment||35.611831|138.932141||9.00||||||| +019206010|019206010|392019206010|WS|Permanent|6010|JPN Site 019206010|Active|MOE|Japan Ministry of Environment||35.611831|138.932141||9.00||||||| +019206010|019206010|392019206010|WD|Permanent|6010|JPN Site 019206010|Active|MOE|Japan Ministry of Environment||35.611831|138.932141||9.00||||||| +019206010|019206010|392019206010|NOX|Permanent|6010|JPN Site 019206010|Active|MOE|Japan Ministry of Environment||35.611831|138.932141||9.00||||||| +019206010|019206010|392019206010|NO|Permanent|6010|JPN Site 019206010|Active|MOE|Japan Ministry of Environment||35.611831|138.932141||9.00||||||| +019206010|019206010|392019206010|NO2|Permanent|6010|JPN Site 019206010|Active|MOE|Japan Ministry of Environment||35.611831|138.932141||9.00||||||| +019207030|019207030|392019207030|WS|Permanent|7030|JPN Site 019207030|Active|MOE|Japan Ministry of Environment||35.703479|138.453843||9.00||||||| +019207030|019207030|392019207030|WD|Permanent|7030|JPN Site 019207030|Active|MOE|Japan Ministry of Environment||35.703479|138.453843||9.00||||||| +019207030|019207030|392019207030|NOX|Permanent|7030|JPN Site 019207030|Active|MOE|Japan Ministry of Environment||35.703479|138.453843||9.00||||||| +019207030|019207030|392019207030|NO|Permanent|7030|JPN Site 019207030|Active|MOE|Japan Ministry of Environment||35.703479|138.453843||9.00||||||| +019207030|019207030|392019207030|NO2|Permanent|7030|JPN Site 019207030|Active|MOE|Japan Ministry of Environment||35.703479|138.453843||9.00||||||| +019321030|019321030|392019321030|NOX|Permanent|1030|JPN Site 019321030|Active|MOE|Japan Ministry of Environment||35.642379|138.668550||9.00||||||| +019321030|019321030|392019321030|NO|Permanent|1030|JPN Site 019321030|Active|MOE|Japan Ministry of Environment||35.642379|138.668550||9.00||||||| +019321030|019321030|392019321030|NO2|Permanent|1030|JPN Site 019321030|Active|MOE|Japan Ministry of Environment||35.642379|138.668550||9.00||||||| +019321030|019321030|392019321030|WS|Permanent|1030|JPN Site 019321030|Active|MOE|Japan Ministry of Environment||35.642379|138.668550||9.00||||||| +019321030|019321030|392019321030|WD|Permanent|1030|JPN Site 019321030|Active|MOE|Japan Ministry of Environment||35.642379|138.668550||9.00||||||| +019366010|019366010|392019366010|NO2|Permanent|6010|JPN Site 019366010|Active|MOE|Japan Ministry of Environment||35.287968|138.452751||9.00||||||| +019366010|019366010|392019366010|WS|Permanent|6010|JPN Site 019366010|Active|MOE|Japan Ministry of Environment||35.287968|138.452751||9.00||||||| +019366010|019366010|392019366010|WD|Permanent|6010|JPN Site 019366010|Active|MOE|Japan Ministry of Environment||35.287968|138.452751||9.00||||||| +019366010|019366010|392019366010|NOX|Permanent|6010|JPN Site 019366010|Active|MOE|Japan Ministry of Environment||35.287968|138.452751||9.00||||||| +019366010|019366010|392019366010|NO|Permanent|6010|JPN Site 019366010|Active|MOE|Japan Ministry of Environment||35.287968|138.452751||9.00||||||| +019390030|019390030|392019390030|NO|Permanent|0030|JPN Site 019390030|Active|MOE|Japan Ministry of Environment||35.604880|138.495511||9.00||||||| +019390030|019390030|392019390030|NO2|Permanent|0030|JPN Site 019390030|Active|MOE|Japan Ministry of Environment||35.604880|138.495511||9.00||||||| +019390030|019390030|392019390030|WS|Permanent|0030|JPN Site 019390030|Active|MOE|Japan Ministry of Environment||35.604880|138.495511||9.00||||||| +019390030|019390030|392019390030|WD|Permanent|0030|JPN Site 019390030|Active|MOE|Japan Ministry of Environment||35.604880|138.495511||9.00||||||| +019390030|019390030|392019390030|NOX|Permanent|0030|JPN Site 019390030|Active|MOE|Japan Ministry of Environment||35.604880|138.495511||9.00||||||| +019441030|019441030|392019441030|NO2|Permanent|1030|JPN Site 019441030|Active|MOE|Japan Ministry of Environment||35.635998|139.106847||9.00||||||| +019441030|019441030|392019441030|WS|Permanent|1030|JPN Site 019441030|Active|MOE|Japan Ministry of Environment||35.635998|139.106847||9.00||||||| +019441030|019441030|392019441030|WD|Permanent|1030|JPN Site 019441030|Active|MOE|Japan Ministry of Environment||35.635998|139.106847||9.00||||||| +019441030|019441030|392019441030|NOX|Permanent|1030|JPN Site 019441030|Active|MOE|Japan Ministry of Environment||35.635998|139.106847||9.00||||||| +019441030|019441030|392019441030|NO|Permanent|1030|JPN Site 019441030|Active|MOE|Japan Ministry of Environment||35.635998|139.106847||9.00||||||| +020200008|020200008|840020200008|PM10|Permanent|0008|Butte|Inactive|AK1|State of Alaska DEC|R10|61.534163|-149.031655|29.900|-9.00|US|||02|AK|020|ANCHORAGE +020200008|020200008|840020200008|PM2.5|Permanent|0008|Butte|Inactive|AK1|State of Alaska DEC|R10|61.534163|-149.031655|29.900|-9.00|US|||02|AK|020|ANCHORAGE +020200012|020200012|840020200012|PM10|Permanent|0012|Palmer|Inactive|AK1|State of Alaska DEC|R10|61.599000|-149.104000|29.900|-9.00|US|||02|AK|020|ANCHORAGE +020200012|020200012|840020200012|PM2.5|Permanent|0012|Palmer|Inactive|AK1|State of Alaska DEC|R10|61.599000|-149.104000|29.900|-9.00|US|||02|AK|020|ANCHORAGE +020200018|020200018|840020200018|PM2.5|Permanent|0018|Garden|Active|AK1|State of Alaska DEC|R10|61.205861|-149.824600|38.700|-9.00|US|11260| Anchorage, AK |02|AK|020|ANCHORAGE +020200018|020200018|840020200018|PM10|Permanent|0018|Garden|Active|AK1|State of Alaska DEC|R10|61.205861|-149.824600|38.700|-9.00|US|11260| Anchorage, AK |02|AK|020|ANCHORAGE +020200018|020200018|840020200018|CO|Permanent|0018|Garden|Active|AK1|State of Alaska DEC|R10|61.205861|-149.824600|38.700|-9.00|US|11260| Anchorage, AK |02|AK|020|ANCHORAGE +020200044|020200044|840020200044|PM10|Permanent|0044|Tudor|Inactive|AK1|State of Alaska DEC|R10|61.181083|-149.817389|50.000|-9.00|US|||02|AK|020|ANCHORAGE +840020200045|020200045|840020200045|PM10|Permanent|0045|Laurel|Active|AK1|State of Alaska DEC|R10|61.181117|-149.834000|50.000|-9.00|US|11260| Anchorage, AK |02|AK|020|ANCHORAGE +020201004|020201004|840020201004|PM10|Permanent|1004|Parkgate (Eagle River)|Active|AK1|State of Alaska DEC|R10|61.326700|-149.569707|100.000|-9.00|US|11260| Anchorage, AK |02|AK|020|ANCHORAGE +020201030|020201030|392020201030|NOX|Permanent|1030|JPN Site 020201030|Active|MOE|Japan Ministry of Environment||36.639486|138.179934||9.00||||||| +020201030|020201030|392020201030|NO|Permanent|1030|JPN Site 020201030|Active|MOE|Japan Ministry of Environment||36.639486|138.179934||9.00||||||| +020201030|020201030|392020201030|NO2|Permanent|1030|JPN Site 020201030|Active|MOE|Japan Ministry of Environment||36.639486|138.179934||9.00||||||| +020201030|020201030|392020201030|SO2|Permanent|1030|JPN Site 020201030|Active|MOE|Japan Ministry of Environment||36.639486|138.179934||9.00||||||| +020201030|020201030|392020201030|WS|Permanent|1030|JPN Site 020201030|Active|MOE|Japan Ministry of Environment||36.639486|138.179934||9.00||||||| +020201030|020201030|392020201030|WD|Permanent|1030|JPN Site 020201030|Active|MOE|Japan Ministry of Environment||36.639486|138.179934||9.00||||||| +020201070|020201070|392020201070|NOX|Permanent|1070|JPN Site 020201070|Active|MOE|Japan Ministry of Environment||36.666706|138.219929||9.00||||||| +020201070|020201070|392020201070|NO|Permanent|1070|JPN Site 020201070|Active|MOE|Japan Ministry of Environment||36.666706|138.219929||9.00||||||| +020201070|020201070|392020201070|NO2|Permanent|1070|JPN Site 020201070|Active|MOE|Japan Ministry of Environment||36.666706|138.219929||9.00||||||| +020201070|020201070|392020201070|WS|Permanent|1070|JPN Site 020201070|Active|MOE|Japan Ministry of Environment||36.666706|138.219929||9.00||||||| +020201070|020201070|392020201070|WD|Permanent|1070|JPN Site 020201070|Active|MOE|Japan Ministry of Environment||36.666706|138.219929||9.00||||||| +020201110|020201110|392020201110|NO2|Permanent|1110|JPN Site 020201110|Active|MOE|Japan Ministry of Environment||36.578658|138.141606||9.00||||||| +020201110|020201110|392020201110|SO2|Permanent|1110|JPN Site 020201110|Active|MOE|Japan Ministry of Environment||36.578658|138.141606||9.00||||||| +020201110|020201110|392020201110|WS|Permanent|1110|JPN Site 020201110|Active|MOE|Japan Ministry of Environment||36.578658|138.141606||9.00||||||| +020201110|020201110|392020201110|WD|Permanent|1110|JPN Site 020201110|Active|MOE|Japan Ministry of Environment||36.578658|138.141606||9.00||||||| +020201110|020201110|392020201110|NOX|Permanent|1110|JPN Site 020201110|Active|MOE|Japan Ministry of Environment||36.578658|138.141606||9.00||||||| +020201110|020201110|392020201110|NO|Permanent|1110|JPN Site 020201110|Active|MOE|Japan Ministry of Environment||36.578658|138.141606||9.00||||||| +020201140|020201140|392020201140|NO|Permanent|1140|JPN Site 020201140|Active|MOE|Japan Ministry of Environment||36.605878|138.205489||9.00||||||| +020201140|020201140|392020201140|NO2|Permanent|1140|JPN Site 020201140|Active|MOE|Japan Ministry of Environment||36.605878|138.205489||9.00||||||| +020201140|020201140|392020201140|SO2|Permanent|1140|JPN Site 020201140|Active|MOE|Japan Ministry of Environment||36.605878|138.205489||9.00||||||| +020201140|020201140|392020201140|WS|Permanent|1140|JPN Site 020201140|Active|MOE|Japan Ministry of Environment||36.605878|138.205489||9.00||||||| +020201140|020201140|392020201140|WD|Permanent|1140|JPN Site 020201140|Active|MOE|Japan Ministry of Environment||36.605878|138.205489||9.00||||||| +020201140|020201140|392020201140|NOX|Permanent|1140|JPN Site 020201140|Active|MOE|Japan Ministry of Environment||36.605878|138.205489||9.00||||||| +020201150|020201150|392020201150|NO2|Permanent|1150|JPN Site 020201150|Active|MOE|Japan Ministry of Environment||36.714757|138.279366||9.00||||||| +020201150|020201150|392020201150|WS|Permanent|1150|JPN Site 020201150|Active|MOE|Japan Ministry of Environment||36.714757|138.279366||9.00||||||| +020201150|020201150|392020201150|WD|Permanent|1150|JPN Site 020201150|Active|MOE|Japan Ministry of Environment||36.714757|138.279366||9.00||||||| +020201150|020201150|392020201150|NOX|Permanent|1150|JPN Site 020201150|Active|MOE|Japan Ministry of Environment||36.714757|138.279366||9.00||||||| +020201150|020201150|392020201150|NO|Permanent|1150|JPN Site 020201150|Active|MOE|Japan Ministry of Environment||36.714757|138.279366||9.00||||||| +020201510|020201510|392020201510|WS|Permanent|1510|JPN Site 020201510|Active|MOE|Japan Ministry of Environment||36.594768|138.187991||9.00||||||| +020201510|020201510|392020201510|WD|Permanent|1510|JPN Site 020201510|Active|MOE|Japan Ministry of Environment||36.594768|138.187991||9.00||||||| +020201510|020201510|392020201510|NOX|Permanent|1510|JPN Site 020201510|Active|MOE|Japan Ministry of Environment||36.594768|138.187991||9.00||||||| +020201510|020201510|392020201510|NO|Permanent|1510|JPN Site 020201510|Active|MOE|Japan Ministry of Environment||36.594768|138.187991||9.00||||||| +020201510|020201510|392020201510|NO2|Permanent|1510|JPN Site 020201510|Active|MOE|Japan Ministry of Environment||36.594768|138.187991||9.00||||||| +020201510|020201510|392020201510|CO|Permanent|1510|JPN Site 020201510|Active|MOE|Japan Ministry of Environment||36.594768|138.187991||9.00||||||| +020201520|020201520|392020201520|NOX|Permanent|1520|JPN Site 020201520|Active|MOE|Japan Ministry of Environment||36.649762|138.191321||9.00||||||| +020201520|020201520|392020201520|NO|Permanent|1520|JPN Site 020201520|Active|MOE|Japan Ministry of Environment||36.649762|138.191321||9.00||||||| +020201520|020201520|392020201520|NO2|Permanent|1520|JPN Site 020201520|Active|MOE|Japan Ministry of Environment||36.649762|138.191321||9.00||||||| +020201520|020201520|392020201520|WS|Permanent|1520|JPN Site 020201520|Active|MOE|Japan Ministry of Environment||36.649762|138.191321||9.00||||||| +020201520|020201520|392020201520|WD|Permanent|1520|JPN Site 020201520|Active|MOE|Japan Ministry of Environment||36.649762|138.191321||9.00||||||| +020202050|020202050|392020202050|SO2|Permanent|2050|JPN Site 020202050|Active|MOE|Japan Ministry of Environment||36.233692|137.944139||9.00||||||| +020202050|020202050|392020202050|WS|Permanent|2050|JPN Site 020202050|Active|MOE|Japan Ministry of Environment||36.233692|137.944139||9.00||||||| +020202050|020202050|392020202050|WD|Permanent|2050|JPN Site 020202050|Active|MOE|Japan Ministry of Environment||36.233692|137.944139||9.00||||||| +020202050|020202050|392020202050|NOX|Permanent|2050|JPN Site 020202050|Active|MOE|Japan Ministry of Environment||36.233692|137.944139||9.00||||||| +020202050|020202050|392020202050|NO|Permanent|2050|JPN Site 020202050|Active|MOE|Japan Ministry of Environment||36.233692|137.944139||9.00||||||| +020202050|020202050|392020202050|NO2|Permanent|2050|JPN Site 020202050|Active|MOE|Japan Ministry of Environment||36.233692|137.944139||9.00||||||| +020202510|020202510|392020202510|CO|Permanent|2510|JPN Site 020202510|Active|MOE|Japan Ministry of Environment||36.231192|137.955527||9.00||||||| +020202510|020202510|392020202510|WS|Permanent|2510|JPN Site 020202510|Active|MOE|Japan Ministry of Environment||36.231192|137.955527||9.00||||||| +020202510|020202510|392020202510|WD|Permanent|2510|JPN Site 020202510|Active|MOE|Japan Ministry of Environment||36.231192|137.955527||9.00||||||| +020202510|020202510|392020202510|NOX|Permanent|2510|JPN Site 020202510|Active|MOE|Japan Ministry of Environment||36.231192|137.955527||9.00||||||| +020202510|020202510|392020202510|NO|Permanent|2510|JPN Site 020202510|Active|MOE|Japan Ministry of Environment||36.231192|137.955527||9.00||||||| +020202510|020202510|392020202510|NO2|Permanent|2510|JPN Site 020202510|Active|MOE|Japan Ministry of Environment||36.231192|137.955527||9.00||||||| +020203010|020203010|392020203010|NOX|Permanent|3010|JPN Site 020203010|Active|MOE|Japan Ministry of Environment||36.399235|138.259938||9.00||||||| +020203010|020203010|392020203010|NO|Permanent|3010|JPN Site 020203010|Active|MOE|Japan Ministry of Environment||36.399235|138.259938||9.00||||||| +020203010|020203010|392020203010|NO2|Permanent|3010|JPN Site 020203010|Active|MOE|Japan Ministry of Environment||36.399235|138.259938||9.00||||||| +020203010|020203010|392020203010|WS|Permanent|3010|JPN Site 020203010|Active|MOE|Japan Ministry of Environment||36.399235|138.259938||9.00||||||| +020203010|020203010|392020203010|WD|Permanent|3010|JPN Site 020203010|Active|MOE|Japan Ministry of Environment||36.399235|138.259938||9.00||||||| +020204510|020204510|392020204510|WS|Permanent|4510|JPN Site 020204510|Active|MOE|Japan Ministry of Environment||36.088153|138.034693||9.00||||||| +020204510|020204510|392020204510|WD|Permanent|4510|JPN Site 020204510|Active|MOE|Japan Ministry of Environment||36.088153|138.034693||9.00||||||| +020204510|020204510|392020204510|NOX|Permanent|4510|JPN Site 020204510|Active|MOE|Japan Ministry of Environment||36.088153|138.034693||9.00||||||| +020204510|020204510|392020204510|NO|Permanent|4510|JPN Site 020204510|Active|MOE|Japan Ministry of Environment||36.088153|138.034693||9.00||||||| +020204510|020204510|392020204510|NO2|Permanent|4510|JPN Site 020204510|Active|MOE|Japan Ministry of Environment||36.088153|138.034693||9.00||||||| +020205010|020205010|392020205010|NO2|Permanent|5010|JPN Site 020205010|Active|MOE|Japan Ministry of Environment||35.514600|137.828904||9.00||||||| +020205010|020205010|392020205010|WS|Permanent|5010|JPN Site 020205010|Active|MOE|Japan Ministry of Environment||35.514600|137.828904||9.00||||||| +020205010|020205010|392020205010|WD|Permanent|5010|JPN Site 020205010|Active|MOE|Japan Ministry of Environment||35.514600|137.828904||9.00||||||| +020205010|020205010|392020205010|NOX|Permanent|5010|JPN Site 020205010|Active|MOE|Japan Ministry of Environment||35.514600|137.828904||9.00||||||| +020205010|020205010|392020205010|NO|Permanent|5010|JPN Site 020205010|Active|MOE|Japan Ministry of Environment||35.514600|137.828904||9.00||||||| +020205510|020205510|392020205510|WS|Permanent|5510|JPN Site 020205510|Active|MOE|Japan Ministry of Environment||35.500434|137.799184||9.00||||||| +020205510|020205510|392020205510|WD|Permanent|5510|JPN Site 020205510|Active|MOE|Japan Ministry of Environment||35.500434|137.799184||9.00||||||| +020205510|020205510|392020205510|NOX|Permanent|5510|JPN Site 020205510|Active|MOE|Japan Ministry of Environment||35.500434|137.799184||9.00||||||| +020205510|020205510|392020205510|NO|Permanent|5510|JPN Site 020205510|Active|MOE|Japan Ministry of Environment||35.500434|137.799184||9.00||||||| +020205510|020205510|392020205510|NO2|Permanent|5510|JPN Site 020205510|Active|MOE|Japan Ministry of Environment||35.500434|137.799184||9.00||||||| +020206010|020206010|392020206010|WS|Permanent|6010|JPN Site 020206010|Active|MOE|Japan Ministry of Environment||36.039548|138.106079||9.00||||||| +020206010|020206010|392020206010|WD|Permanent|6010|JPN Site 020206010|Active|MOE|Japan Ministry of Environment||36.039548|138.106079||9.00||||||| +020206010|020206010|392020206010|NOX|Permanent|6010|JPN Site 020206010|Active|MOE|Japan Ministry of Environment||36.039548|138.106079||9.00||||||| +020206010|020206010|392020206010|NO|Permanent|6010|JPN Site 020206010|Active|MOE|Japan Ministry of Environment||36.039548|138.106079||9.00||||||| +020206010|020206010|392020206010|NO2|Permanent|6010|JPN Site 020206010|Active|MOE|Japan Ministry of Environment||36.039548|138.106079||9.00||||||| +020206010|020206010|392020206010|SO2|Permanent|6010|JPN Site 020206010|Active|MOE|Japan Ministry of Environment||36.039548|138.106079||9.00||||||| +020207010|020207010|392020207010|WS|Permanent|7010|JPN Site 020207010|Active|MOE|Japan Ministry of Environment||36.653931|138.310200||9.00||||||| +020207010|020207010|392020207010|WD|Permanent|7010|JPN Site 020207010|Active|MOE|Japan Ministry of Environment||36.653931|138.310200||9.00||||||| +020208020|020208020|392020208020|NO2|Permanent|8020|JPN Site 020208020|Active|MOE|Japan Ministry of Environment||36.329523|138.433538||9.00||||||| +020208020|020208020|392020208020|WS|Permanent|8020|JPN Site 020208020|Active|MOE|Japan Ministry of Environment||36.329523|138.433538||9.00||||||| +020208020|020208020|392020208020|WD|Permanent|8020|JPN Site 020208020|Active|MOE|Japan Ministry of Environment||36.329523|138.433538||9.00||||||| +020208020|020208020|392020208020|NOX|Permanent|8020|JPN Site 020208020|Active|MOE|Japan Ministry of Environment||36.329523|138.433538||9.00||||||| +020208020|020208020|392020208020|NO|Permanent|8020|JPN Site 020208020|Active|MOE|Japan Ministry of Environment||36.329523|138.433538||9.00||||||| +020209010|020209010|392020209010|NO|Permanent|9010|JPN Site 020209010|Active|MOE|Japan Ministry of Environment||35.839567|137.931936||9.00||||||| +020209010|020209010|392020209010|NO2|Permanent|9010|JPN Site 020209010|Active|MOE|Japan Ministry of Environment||35.839567|137.931936||9.00||||||| +020209010|020209010|392020209010|SO2|Permanent|9010|JPN Site 020209010|Active|MOE|Japan Ministry of Environment||35.839567|137.931936||9.00||||||| +020209010|020209010|392020209010|WS|Permanent|9010|JPN Site 020209010|Active|MOE|Japan Ministry of Environment||35.839567|137.931936||9.00||||||| +020209010|020209010|392020209010|WD|Permanent|9010|JPN Site 020209010|Active|MOE|Japan Ministry of Environment||35.839567|137.931936||9.00||||||| +020209010|020209010|392020209010|NOX|Permanent|9010|JPN Site 020209010|Active|MOE|Japan Ministry of Environment||35.839567|137.931936||9.00||||||| +020211010|020211010|392020211010|NO|Permanent|1010|JPN Site 020211010|Active|MOE|Japan Ministry of Environment||36.744200|138.367691||9.00||||||| +020211010|020211010|392020211010|NO2|Permanent|1010|JPN Site 020211010|Active|MOE|Japan Ministry of Environment||36.744200|138.367691||9.00||||||| +020211010|020211010|392020211010|WS|Permanent|1010|JPN Site 020211010|Active|MOE|Japan Ministry of Environment||36.744200|138.367691||9.00||||||| +020211010|020211010|392020211010|WD|Permanent|1010|JPN Site 020211010|Active|MOE|Japan Ministry of Environment||36.744200|138.367691||9.00||||||| +020211010|020211010|392020211010|NOX|Permanent|1010|JPN Site 020211010|Active|MOE|Japan Ministry of Environment||36.744200|138.367691||9.00||||||| +020212160|020212160|392020212160|NO|Permanent|2160|JPN Site 020212160|Active|MOE|Japan Ministry of Environment||36.503939|137.859967||9.00||||||| +020212160|020212160|392020212160|NO2|Permanent|2160|JPN Site 020212160|Active|MOE|Japan Ministry of Environment||36.503939|137.859967||9.00||||||| +020212160|020212160|392020212160|WS|Permanent|2160|JPN Site 020212160|Active|MOE|Japan Ministry of Environment||36.503939|137.859967||9.00||||||| +020212160|020212160|392020212160|WD|Permanent|2160|JPN Site 020212160|Active|MOE|Japan Ministry of Environment||36.503939|137.859967||9.00||||||| +020212160|020212160|392020212160|NOX|Permanent|2160|JPN Site 020212160|Active|MOE|Japan Ministry of Environment||36.503939|137.859967||9.00||||||| +020216510|020216510|392020216510|NOX|Permanent|6510|JPN Site 020216510|Active|MOE|Japan Ministry of Environment||36.549494|138.125498||9.00||||||| +020216510|020216510|392020216510|NO|Permanent|6510|JPN Site 020216510|Active|MOE|Japan Ministry of Environment||36.549494|138.125498||9.00||||||| +020216510|020216510|392020216510|NO2|Permanent|6510|JPN Site 020216510|Active|MOE|Japan Ministry of Environment||36.549494|138.125498||9.00||||||| +020216510|020216510|392020216510|WS|Permanent|6510|JPN Site 020216510|Active|MOE|Japan Ministry of Environment||36.549494|138.125498||9.00||||||| +020216510|020216510|392020216510|WD|Permanent|6510|JPN Site 020216510|Active|MOE|Japan Ministry of Environment||36.549494|138.125498||9.00||||||| +020217020|020217020|392020217020|NO|Permanent|7020|JPN Site 020217020|Active|MOE|Japan Ministry of Environment||36.228423|138.469929||9.00||||||| +020217020|020217020|392020217020|NO2|Permanent|7020|JPN Site 020217020|Active|MOE|Japan Ministry of Environment||36.228423|138.469929||9.00||||||| +020217020|020217020|392020217020|SO2|Permanent|7020|JPN Site 020217020|Active|MOE|Japan Ministry of Environment||36.228423|138.469929||9.00||||||| +020217020|020217020|392020217020|WS|Permanent|7020|JPN Site 020217020|Active|MOE|Japan Ministry of Environment||36.228423|138.469929||9.00||||||| +020217020|020217020|392020217020|WD|Permanent|7020|JPN Site 020217020|Active|MOE|Japan Ministry of Environment||36.228423|138.469929||9.00||||||| +020217020|020217020|392020217020|NOX|Permanent|7020|JPN Site 020217020|Active|MOE|Japan Ministry of Environment||36.228423|138.469929||9.00||||||| +020217510|020217510|392020217510|NO|Permanent|7510|JPN Site 020217510|Active|MOE|Japan Ministry of Environment||36.276752|138.462705||9.00||||||| +020217510|020217510|392020217510|NO2|Permanent|7510|JPN Site 020217510|Active|MOE|Japan Ministry of Environment||36.276752|138.462705||9.00||||||| +020217510|020217510|392020217510|WS|Permanent|7510|JPN Site 020217510|Active|MOE|Japan Ministry of Environment||36.276752|138.462705||9.00||||||| +020217510|020217510|392020217510|WD|Permanent|7510|JPN Site 020217510|Active|MOE|Japan Ministry of Environment||36.276752|138.462705||9.00||||||| +020217510|020217510|392020217510|NOX|Permanent|7510|JPN Site 020217510|Active|MOE|Japan Ministry of Environment||36.276752|138.462705||9.00||||||| +020421030|020421030|392020421030|WD|Permanent|1030|JPN Site 020421030|Active|MOE|Japan Ministry of Environment||35.842340|137.685012||9.00||||||| +020421030|020421030|392020421030|NOX|Permanent|1030|JPN Site 020421030|Active|MOE|Japan Ministry of Environment||35.842340|137.685012||9.00||||||| +020421030|020421030|392020421030|NO|Permanent|1030|JPN Site 020421030|Active|MOE|Japan Ministry of Environment||35.842340|137.685012||9.00||||||| +020421030|020421030|392020421030|NO2|Permanent|1030|JPN Site 020421030|Active|MOE|Japan Ministry of Environment||35.842340|137.685012||9.00||||||| +020421030|020421030|392020421030|SO2|Permanent|1030|JPN Site 020421030|Active|MOE|Japan Ministry of Environment||35.842340|137.685012||9.00||||||| +020421030|020421030|392020421030|WS|Permanent|1030|JPN Site 020421030|Active|MOE|Japan Ministry of Environment||35.842340|137.685012||9.00||||||| +020485950|020485950|392020485950|SO2|Permanent|5950|JPN Site 020485950|Active|MOE|Japan Ministry of Environment||36.699750|137.794963||9.00||||||| +020485950|020485950|392020485950|WS|Permanent|5950|JPN Site 020485950|Active|MOE|Japan Ministry of Environment||36.699750|137.794963||9.00||||||| +020485950|020485950|392020485950|WD|Permanent|5950|JPN Site 020485950|Active|MOE|Japan Ministry of Environment||36.699750|137.794963||9.00||||||| +020485950|020485950|392020485950|RHUM|Permanent|5950|JPN Site 020485950|Active|MOE|Japan Ministry of Environment||36.699750|137.794963||9.00||||||| +020485950|020485950|392020485950|NOX|Permanent|5950|JPN Site 020485950|Active|MOE|Japan Ministry of Environment||36.699750|137.794963||9.00||||||| +020485950|020485950|392020485950|NO|Permanent|5950|JPN Site 020485950|Active|MOE|Japan Ministry of Environment||36.699750|137.794963||9.00||||||| +020485950|020485950|392020485950|NO2|Permanent|5950|JPN Site 020485950|Active|MOE|Japan Ministry of Environment||36.699750|137.794963||9.00||||||| +020485950|020485950|392020485950|TEMP|Permanent|5950|JPN Site 020485950|Active|MOE|Japan Ministry of Environment||36.699750|137.794963||9.00||||||| +020500001|020500001|840020500001|PM2.5|Permanent|0001|Bethel|Active|AK1|State of Alaska DEC|R10|60.795830|-161.767000|0.900|-9.00|US|||02|AK|050|BETHEL +020500001|020500001|840020500001|PM10|Permanent|0001|Bethel|Active|AK1|State of Alaska DEC|R10|60.795830|-161.767000|0.900|-9.00|US|||02|AK|050|BETHEL +020680003|020680003|840020680003|O3|Permanent|0003|Denali NPP|Active|NPS|National Park Service|USEPA|63.723301|-148.967499|661.200|-9.00|US|||02|AK|290|YUKON-KOYUKUK +020680003|020680003|840020680003|TEMP|Permanent|0003|Denali NPP|Active|NPS|National Park Service|USEPA|63.723301|-148.967499|661.200|-9.00|US|||02|AK|290|YUKON-KOYUKUK +020680003|020680003|840020680003|WS|Permanent|0003|Denali NPP|Active|NPS|National Park Service|USEPA|63.723301|-148.967499|661.200|-9.00|US|||02|AK|290|YUKON-KOYUKUK +020680003|020680003|840020680003|WD|Permanent|0003|Denali NPP|Active|NPS|National Park Service|USEPA|63.723301|-148.967499|661.200|-9.00|US|||02|AK|290|YUKON-KOYUKUK +020680003|020680003|840020680003|RHUM|Permanent|0003|Denali NPP|Active|NPS|National Park Service|USEPA|63.723301|-148.967499|661.200|-9.00|US|||02|AK|290|YUKON-KOYUKUK +020680003|020680003|840020680003|SRAD|Permanent|0003|Denali NPP|Active|NPS|National Park Service|USEPA|63.723301|-148.967499|661.200|-9.00|US|||02|AK|290|YUKON-KOYUKUK +020680003|020680003|840020680003|PRECIP|Permanent|0003|Denali NPP|Active|NPS|National Park Service|USEPA|63.723301|-148.967499|661.200|-9.00|US|||02|AK|290|YUKON-KOYUKUK +020680003|020680003|840020680003|RWD|Permanent|0003|Denali NPP|Active|NPS|National Park Service|USEPA|63.723301|-148.967499|661.200|-9.00|US|||02|AK|290|YUKON-KOYUKUK +020680003|020680003|840020680003|RWS|Permanent|0003|Denali NPP|Active|NPS|National Park Service|USEPA|63.723301|-148.967499|661.200|-9.00|US|||02|AK|290|YUKON-KOYUKUK +020900001|020900001|840020900001|PM10|Permanent|0001|N/A|Inactive|AK1|State of Alaska DEC|R10|60.795830|-161.767000||-9.00|US|||02|AK|090|FAIRBANKS NORTH STAR +020900001|020900001|840020900001|PM2.5|Permanent|0001|N/A|Inactive|AK1|State of Alaska DEC|R10|60.795830|-161.767000||-9.00|US|||02|AK|090|FAIRBANKS NORTH STAR +020900034|020900034|840020900034|O3|Permanent|0034|NCore|Active|AK1|State of Alaska DEC|R10|64.845800|-147.727270|132.100|-9.00|US|21820| Fairbanks, AK |02|AK|090|FAIRBANKS NORTH STAR +020900034|020900034|840020900034|PM2.5|Permanent|0034|NCore|Active|AK1|State of Alaska DEC|R10|64.845800|-147.727270|132.100|-9.00|US|21820| Fairbanks, AK |02|AK|090|FAIRBANKS NORTH STAR +020900034|020900034|840020900034|PM10|Permanent|0034|NCore|Active|AK1|State of Alaska DEC|R10|64.845800|-147.727270|132.100|-9.00|US|21820| Fairbanks, AK |02|AK|090|FAIRBANKS NORTH STAR +020900034|020900034|840020900034|CO|Permanent|0034|NCore|Active|AK1|State of Alaska DEC|R10|64.845800|-147.727270|132.100|-9.00|US|21820| Fairbanks, AK |02|AK|090|FAIRBANKS NORTH STAR +020900034|020900034|840020900034|SO2|Permanent|0034|NCore|Active|AK1|State of Alaska DEC|R10|64.845800|-147.727270|132.100|-9.00|US|21820| Fairbanks, AK |02|AK|090|FAIRBANKS NORTH STAR +020900034|020900034|840020900034|NOY|Permanent|0034|NCore|Active|AK1|State of Alaska DEC|R10|64.845800|-147.727270|132.100|-9.00|US|21820| Fairbanks, AK |02|AK|090|FAIRBANKS NORTH STAR +020900035|020900035|840020900035|PM2.5|Permanent|0035|Hurst Road|Active|AK1|State of Alaska DEC|R10|64.762973|-147.310297|144.900|-9.00|US|21820| Fairbanks, AK |02|AK|090|FAIRBANKS NORTH STAR +020900039|020900039|840020900039|PM2.5|Permanent|0039|North Pole Water|Inactive|AK1|State of Alaska DEC|R10|64.845262|-147.685178|136.300|-9.00|US|21820| Fairbanks, AK |02|AK|090|FAIRBANKS NORTH STAR +840020900040|020900040|840020900040|PM2.5|Permanent|0040|A Street|Active|AK1|State of Alaska DEC|R10|64.845931|-147.693278||-9.00|US|21820| Fairbanks, AK |02|AK|090|FAIRBANKS NORTH STAR +021100004|021100004|840021100004|PM2.5|Permanent|0004|Floyd Dryden|Active|AK1|State of Alaska DEC|R10|58.388889|-134.565556|14.900|-9.00|US|||02|AK|110|JUNEAU +021100004|021100004|840021100004|PM10|Permanent|0004|Floyd Dryden|Active|AK1|State of Alaska DEC|R10|58.388889|-134.565556|14.900|-9.00|US|||02|AK|110|JUNEAU +021201010|021201010|392021201010|NO|Permanent|1010|JPN Site 021201010|Active|MOE|Japan Ministry of Environment||35.422924|136.760385||9.00||||||| +021201010|021201010|392021201010|NO2|Permanent|1010|JPN Site 021201010|Active|MOE|Japan Ministry of Environment||35.422924|136.760385||9.00||||||| +021201010|021201010|392021201010|SO2|Permanent|1010|JPN Site 021201010|Active|MOE|Japan Ministry of Environment||35.422924|136.760385||9.00||||||| +021201010|021201010|392021201010|WS|Permanent|1010|JPN Site 021201010|Active|MOE|Japan Ministry of Environment||35.422924|136.760385||9.00||||||| +021201010|021201010|392021201010|WD|Permanent|1010|JPN Site 021201010|Active|MOE|Japan Ministry of Environment||35.422924|136.760385||9.00||||||| +021201010|021201010|392021201010|NOX|Permanent|1010|JPN Site 021201010|Active|MOE|Japan Ministry of Environment||35.422924|136.760385||9.00||||||| +021201020|021201020|392021201020|NO|Permanent|1020|JPN Site 021201020|Active|MOE|Japan Ministry of Environment||35.385150|136.750110||9.00||||||| +021201020|021201020|392021201020|NO2|Permanent|1020|JPN Site 021201020|Active|MOE|Japan Ministry of Environment||35.385150|136.750110||9.00||||||| +021201020|021201020|392021201020|SO2|Permanent|1020|JPN Site 021201020|Active|MOE|Japan Ministry of Environment||35.385150|136.750110||9.00||||||| +021201020|021201020|392021201020|NOX|Permanent|1020|JPN Site 021201020|Active|MOE|Japan Ministry of Environment||35.385150|136.750110||9.00||||||| +021201030|021201030|392021201030|NO|Permanent|1030|JPN Site 021201030|Active|MOE|Japan Ministry of Environment||35.456810|136.772605||9.00||||||| +021201030|021201030|392021201030|NO2|Permanent|1030|JPN Site 021201030|Active|MOE|Japan Ministry of Environment||35.456810|136.772605||9.00||||||| +021201030|021201030|392021201030|SO2|Permanent|1030|JPN Site 021201030|Active|MOE|Japan Ministry of Environment||35.456810|136.772605||9.00||||||| +021201030|021201030|392021201030|NOX|Permanent|1030|JPN Site 021201030|Active|MOE|Japan Ministry of Environment||35.456810|136.772605||9.00||||||| +021201520|021201520|392021201520|NOX|Permanent|1520|JPN Site 021201520|Active|MOE|Japan Ministry of Environment||35.423757|136.758163||9.00||||||| +021201520|021201520|392021201520|NO|Permanent|1520|JPN Site 021201520|Active|MOE|Japan Ministry of Environment||35.423757|136.758163||9.00||||||| +021201520|021201520|392021201520|NO2|Permanent|1520|JPN Site 021201520|Active|MOE|Japan Ministry of Environment||35.423757|136.758163||9.00||||||| +021201520|021201520|392021201520|CO|Permanent|1520|JPN Site 021201520|Active|MOE|Japan Ministry of Environment||35.423757|136.758163||9.00||||||| +021202020|021202020|392021202020|NO2|Permanent|2020|JPN Site 021202020|Active|MOE|Japan Ministry of Environment||35.358206|136.611512||9.00||||||| +021202020|021202020|392021202020|SO2|Permanent|2020|JPN Site 021202020|Active|MOE|Japan Ministry of Environment||35.358206|136.611512||9.00||||||| +021202020|021202020|392021202020|NOX|Permanent|2020|JPN Site 021202020|Active|MOE|Japan Ministry of Environment||35.358206|136.611512||9.00||||||| +021202020|021202020|392021202020|NO|Permanent|2020|JPN Site 021202020|Active|MOE|Japan Ministry of Environment||35.358206|136.611512||9.00||||||| +021202050|021202050|392021202050|NO2|Permanent|2050|JPN Site 021202050|Active|MOE|Japan Ministry of Environment||35.340708|136.622623||9.00||||||| +021202050|021202050|392021202050|SO2|Permanent|2050|JPN Site 021202050|Active|MOE|Japan Ministry of Environment||35.340708|136.622623||9.00||||||| +021202050|021202050|392021202050|NOX|Permanent|2050|JPN Site 021202050|Active|MOE|Japan Ministry of Environment||35.340708|136.622623||9.00||||||| +021202050|021202050|392021202050|NO|Permanent|2050|JPN Site 021202050|Active|MOE|Japan Ministry of Environment||35.340708|136.622623||9.00||||||| +021202510|021202510|392021202510|NO2|Permanent|2510|JPN Site 021202510|Active|MOE|Japan Ministry of Environment||35.352652|136.623178||9.00||||||| +021202510|021202510|392021202510|WS|Permanent|2510|JPN Site 021202510|Active|MOE|Japan Ministry of Environment||35.352652|136.623178||9.00||||||| +021202510|021202510|392021202510|WD|Permanent|2510|JPN Site 021202510|Active|MOE|Japan Ministry of Environment||35.352652|136.623178||9.00||||||| +021202510|021202510|392021202510|NOX|Permanent|2510|JPN Site 021202510|Active|MOE|Japan Ministry of Environment||35.352652|136.623178||9.00||||||| +021202510|021202510|392021202510|NO|Permanent|2510|JPN Site 021202510|Active|MOE|Japan Ministry of Environment||35.352652|136.623178||9.00||||||| +021203010|021203010|392021203010|SO2|Permanent|3010|JPN Site 021203010|Active|MOE|Japan Ministry of Environment||36.145911|137.252534||9.00||||||| +021203010|021203010|392021203010|WS|Permanent|3010|JPN Site 021203010|Active|MOE|Japan Ministry of Environment||36.145911|137.252534||9.00||||||| +021203010|021203010|392021203010|WD|Permanent|3010|JPN Site 021203010|Active|MOE|Japan Ministry of Environment||36.145911|137.252534||9.00||||||| +021203010|021203010|392021203010|NOX|Permanent|3010|JPN Site 021203010|Active|MOE|Japan Ministry of Environment||36.145911|137.252534||9.00||||||| +021203010|021203010|392021203010|NO|Permanent|3010|JPN Site 021203010|Active|MOE|Japan Ministry of Environment||36.145911|137.252534||9.00||||||| +021203010|021203010|392021203010|NO2|Permanent|3010|JPN Site 021203010|Active|MOE|Japan Ministry of Environment||36.145911|137.252534||9.00||||||| +021206010|021206010|392021206010|NOX|Permanent|6010|JPN Site 021206010|Active|MOE|Japan Ministry of Environment||35.488486|137.500321||9.00||||||| +021206010|021206010|392021206010|NO|Permanent|6010|JPN Site 021206010|Active|MOE|Japan Ministry of Environment||35.488486|137.500321||9.00||||||| +021206010|021206010|392021206010|NO2|Permanent|6010|JPN Site 021206010|Active|MOE|Japan Ministry of Environment||35.488486|137.500321||9.00||||||| +021206010|021206010|392021206010|SO2|Permanent|6010|JPN Site 021206010|Active|MOE|Japan Ministry of Environment||35.488486|137.500321||9.00||||||| +021206010|021206010|392021206010|WS|Permanent|6010|JPN Site 021206010|Active|MOE|Japan Ministry of Environment||35.488486|137.500321||9.00||||||| +021206010|021206010|392021206010|WD|Permanent|6010|JPN Site 021206010|Active|MOE|Japan Ministry of Environment||35.488486|137.500321||9.00||||||| +021208010|021208010|392021208010|SO2|Permanent|8010|JPN Site 021208010|Active|MOE|Japan Ministry of Environment||35.361828|137.254236||9.00||||||| +021209020|021209020|392021209020|WD|Permanent|9020|JPN Site 021209020|Active|MOE|Japan Ministry of Environment||35.319879|136.703173||9.00||||||| +021209020|021209020|392021209020|NOX|Permanent|9020|JPN Site 021209020|Active|MOE|Japan Ministry of Environment||35.319879|136.703173||9.00||||||| +021209020|021209020|392021209020|NO|Permanent|9020|JPN Site 021209020|Active|MOE|Japan Ministry of Environment||35.319879|136.703173||9.00||||||| +021209020|021209020|392021209020|NO2|Permanent|9020|JPN Site 021209020|Active|MOE|Japan Ministry of Environment||35.319879|136.703173||9.00||||||| +021209020|021209020|392021209020|SO2|Permanent|9020|JPN Site 021209020|Active|MOE|Japan Ministry of Environment||35.319879|136.703173||9.00||||||| +021209020|021209020|392021209020|WS|Permanent|9020|JPN Site 021209020|Active|MOE|Japan Ministry of Environment||35.319879|136.703173||9.00||||||| +021211010|021211010|392021211010|NO|Permanent|1010|JPN Site 021211010|Active|MOE|Japan Ministry of Environment||35.457370|137.030917||9.00||||||| +021211010|021211010|392021211010|NO2|Permanent|1010|JPN Site 021211010|Active|MOE|Japan Ministry of Environment||35.457370|137.030917||9.00||||||| +021211010|021211010|392021211010|SO2|Permanent|1010|JPN Site 021211010|Active|MOE|Japan Ministry of Environment||35.457370|137.030917||9.00||||||| +021211010|021211010|392021211010|NOX|Permanent|1010|JPN Site 021211010|Active|MOE|Japan Ministry of Environment||35.457370|137.030917||9.00||||||| +021212510|021212510|392021212510|NO2|Permanent|2510|JPN Site 021212510|Active|MOE|Japan Ministry of Environment||35.357661|137.175632||9.00||||||| +021212510|021212510|392021212510|WS|Permanent|2510|JPN Site 021212510|Active|MOE|Japan Ministry of Environment||35.357661|137.175632||9.00||||||| +021212510|021212510|392021212510|WD|Permanent|2510|JPN Site 021212510|Active|MOE|Japan Ministry of Environment||35.357661|137.175632||9.00||||||| +021212510|021212510|392021212510|NOX|Permanent|2510|JPN Site 021212510|Active|MOE|Japan Ministry of Environment||35.357661|137.175632||9.00||||||| +021212510|021212510|392021212510|NO|Permanent|2510|JPN Site 021212510|Active|MOE|Japan Ministry of Environment||35.357661|137.175632||9.00||||||| +021213020|021213020|392021213020|NO|Permanent|3020|JPN Site 021213020|Active|MOE|Japan Ministry of Environment||35.410983|136.879821||9.00||||||| +021213020|021213020|392021213020|NO2|Permanent|3020|JPN Site 021213020|Active|MOE|Japan Ministry of Environment||35.410983|136.879821||9.00||||||| +021213020|021213020|392021213020|SO2|Permanent|3020|JPN Site 021213020|Active|MOE|Japan Ministry of Environment||35.410983|136.879821||9.00||||||| +021213020|021213020|392021213020|WS|Permanent|3020|JPN Site 021213020|Active|MOE|Japan Ministry of Environment||35.410983|136.879821||9.00||||||| +021213020|021213020|392021213020|WD|Permanent|3020|JPN Site 021213020|Active|MOE|Japan Ministry of Environment||35.410983|136.879821||9.00||||||| +021213020|021213020|392021213020|NOX|Permanent|3020|JPN Site 021213020|Active|MOE|Japan Ministry of Environment||35.410983|136.879821||9.00||||||| +021214510|021214510|392021214510|WD|Permanent|4510|JPN Site 021214510|Active|MOE|Japan Ministry of Environment||35.433206|137.044806||9.00||||||| +021214510|021214510|392021214510|NOX|Permanent|4510|JPN Site 021214510|Active|MOE|Japan Ministry of Environment||35.433206|137.044806||9.00||||||| +021214510|021214510|392021214510|NO|Permanent|4510|JPN Site 021214510|Active|MOE|Japan Ministry of Environment||35.433206|137.044806||9.00||||||| +021214510|021214510|392021214510|NO2|Permanent|4510|JPN Site 021214510|Active|MOE|Japan Ministry of Environment||35.433206|137.044806||9.00||||||| +021214510|021214510|392021214510|WS|Permanent|4510|JPN Site 021214510|Active|MOE|Japan Ministry of Environment||35.433206|137.044806||9.00||||||| +021218010|021218010|392021218010|SO2|Permanent|8010|JPN Site 021218010|Active|MOE|Japan Ministry of Environment||35.436254|136.654838||9.00||||||| +021218010|021218010|392021218010|NOX|Permanent|8010|JPN Site 021218010|Active|MOE|Japan Ministry of Environment||35.436254|136.654838||9.00||||||| +021218010|021218010|392021218010|NO|Permanent|8010|JPN Site 021218010|Active|MOE|Japan Ministry of Environment||35.436254|136.654838||9.00||||||| +021218010|021218010|392021218010|NO2|Permanent|8010|JPN Site 021218010|Active|MOE|Japan Ministry of Environment||35.436254|136.654838||9.00||||||| +021220004|021220004|840021220004|PM2.5|Permanent|0004|N/A|Inactive|AK1|State of Alaska DEC|R10|58.388889|-134.565556||-9.00|US|||02|AK|122|KENAI PENINSULA +021220008|021220008|840021220008|PM2.5|Permanent|0008|Soldotna|Inactive|AK1|State of Alaska DEC|R10|60.489170|-151.069300|33.900|-9.00|US|||02|AK|122|KENAI PENINSULA +021220008|021220008|840021220008|PM10|Permanent|0008|Soldotna|Inactive|AK1|State of Alaska DEC|R10|60.489170|-151.069300|33.900|-9.00|US|||02|AK|122|KENAI PENINSULA +021220010|021220010|392021220010|NOX|Permanent|0010|JPN Site 021220010|Active|MOE|Japan Ministry of Environment||35.887327|137.204216||9.00||||||| +021220010|021220010|392021220010|NO|Permanent|0010|JPN Site 021220010|Active|MOE|Japan Ministry of Environment||35.887327|137.204216||9.00||||||| +021220010|021220010|392021220010|NO2|Permanent|0010|JPN Site 021220010|Active|MOE|Japan Ministry of Environment||35.887327|137.204216||9.00||||||| +021220010|021220010|392021220010|SO2|Permanent|0010|JPN Site 021220010|Active|MOE|Japan Ministry of Environment||35.887327|137.204216||9.00||||||| +021220018|021220018|840021220018|PM2.5|Permanent|0018|N/A|Inactive|AK1|State of Alaska DEC|R10|61.205861|-149.824600||-9.00|US|||02|AK|122|KENAI PENINSULA +021220018|021220018|840021220018|PM10|Permanent|0018|N/A|Inactive|AK1|State of Alaska DEC|R10|61.205861|-149.824600||-9.00|US|||02|AK|122|KENAI PENINSULA +021541010|021541010|392021541010|NO2|Permanent|1010|JPN Site 021541010|Active|MOE|Japan Ministry of Environment||35.309055|137.167301||9.00||||||| +021541010|021541010|392021541010|SO2|Permanent|1010|JPN Site 021541010|Active|MOE|Japan Ministry of Environment||35.309055|137.167301||9.00||||||| +021541010|021541010|392021541010|WS|Permanent|1010|JPN Site 021541010|Active|MOE|Japan Ministry of Environment||35.309055|137.167301||9.00||||||| +021541010|021541010|392021541010|WD|Permanent|1010|JPN Site 021541010|Active|MOE|Japan Ministry of Environment||35.309055|137.167301||9.00||||||| +021541010|021541010|392021541010|NOX|Permanent|1010|JPN Site 021541010|Active|MOE|Japan Ministry of Environment||35.309055|137.167301||9.00||||||| +021541010|021541010|392021541010|NO|Permanent|1010|JPN Site 021541010|Active|MOE|Japan Ministry of Environment||35.309055|137.167301||9.00||||||| +021700008|021700008|840021700008|PM2.5|Permanent|0008|Butte (Harrison Court)|Active|AK1|State of Alaska DEC|R10|61.534163|-149.031655|29.900|-9.00|US|||02|AK|170|MATANUSKA-SUSITNA +021700008|021700008|840021700008|PM10|Permanent|0008|Butte (Harrison Court)|Active|AK1|State of Alaska DEC|R10|61.534163|-149.031655|29.900|-9.00|US|||02|AK|170|MATANUSKA-SUSITNA +021700012|021700012|840021700012|TEMP|Permanent|0012|Palmer|Inactive|AK1|State of Alaska DEC|R10|61.598900|-149.106216|72.000|-9.00|US|||02|AK|170|MATANUSKA-SUSITNA +021700012|021700012|840021700012|BARPR|Permanent|0012|Palmer|Inactive|AK1|State of Alaska DEC|R10|61.598900|-149.106216|72.000|-9.00|US|||02|AK|170|MATANUSKA-SUSITNA +021700012|021700012|840021700012|PM2.5|Permanent|0012|Palmer|Inactive|AK1|State of Alaska DEC|R10|61.598900|-149.106216|72.000|-9.00|US|||02|AK|170|MATANUSKA-SUSITNA +021700012|021700012|840021700012|PM10|Permanent|0012|Palmer|Inactive|AK1|State of Alaska DEC|R10|61.598900|-149.106216|72.000|-9.00|US|||02|AK|170|MATANUSKA-SUSITNA +022132540|022132540|392022132540|NO2|Permanent|2540|JPN Site 022132540|Active|MOE|Japan Ministry of Environment||34.732183|137.783388||9.00||||||| +022132540|022132540|392022132540|NOX|Permanent|2540|JPN Site 022132540|Active|MOE|Japan Ministry of Environment||34.732183|137.783388||9.00||||||| +022132540|022132540|392022132540|NO|Permanent|2540|JPN Site 022132540|Active|MOE|Japan Ministry of Environment||34.732183|137.783388||9.00||||||| +022135010|022135010|392022135010|NO2|Permanent|5010|JPN Site 022135010|Active|MOE|Japan Ministry of Environment||34.806060|137.553959||9.00||||||| +022135010|022135010|392022135010|NOX|Permanent|5010|JPN Site 022135010|Active|MOE|Japan Ministry of Environment||34.806060|137.553959||9.00||||||| +022135010|022135010|392022135010|NO|Permanent|5010|JPN Site 022135010|Active|MOE|Japan Ministry of Environment||34.806060|137.553959||9.00||||||| +022201030|022201030|392022201030|NO2|Permanent|1030|JPN Site 022201030|Active|MOE|Japan Ministry of Environment||35.000220|138.404713||9.00||||||| +022201030|022201030|392022201030|NOX|Permanent|1030|JPN Site 022201030|Active|MOE|Japan Ministry of Environment||35.000220|138.404713||9.00||||||| +022201030|022201030|392022201030|NO|Permanent|1030|JPN Site 022201030|Active|MOE|Japan Ministry of Environment||35.000220|138.404713||9.00||||||| +022201060|022201060|392022201060|NO2|Permanent|1060|JPN Site 022201060|Active|MOE|Japan Ministry of Environment||34.939948|138.365830||9.00||||||| +022201060|022201060|392022201060|NOX|Permanent|1060|JPN Site 022201060|Active|MOE|Japan Ministry of Environment||34.939948|138.365830||9.00||||||| +022201060|022201060|392022201060|NO|Permanent|1060|JPN Site 022201060|Active|MOE|Japan Ministry of Environment||34.939948|138.365830||9.00||||||| +022201090|022201090|392022201090|NO|Permanent|1090|JPN Site 022201090|Active|MOE|Japan Ministry of Environment||34.988554|138.332775||9.00||||||| +022201090|022201090|392022201090|NO2|Permanent|1090|JPN Site 022201090|Active|MOE|Japan Ministry of Environment||34.988554|138.332775||9.00||||||| +022201090|022201090|392022201090|NOX|Permanent|1090|JPN Site 022201090|Active|MOE|Japan Ministry of Environment||34.988554|138.332775||9.00||||||| +022201500|022201500|392022201500|NO2|Permanent|1500|JPN Site 022201500|Active|MOE|Japan Ministry of Environment||34.973278|138.376661||9.00||||||| +022201500|022201500|392022201500|SO2|Permanent|1500|JPN Site 022201500|Active|MOE|Japan Ministry of Environment||34.973278|138.376661||9.00||||||| +022201500|022201500|392022201500|NOX|Permanent|1500|JPN Site 022201500|Active|MOE|Japan Ministry of Environment||34.973278|138.376661||9.00||||||| +022201500|022201500|392022201500|NO|Permanent|1500|JPN Site 022201500|Active|MOE|Japan Ministry of Environment||34.973278|138.376661||9.00||||||| +022201530|022201530|392022201530|NO2|Permanent|1530|JPN Site 022201530|Active|MOE|Japan Ministry of Environment||34.949669|138.326944||9.00||||||| +022201530|022201530|392022201530|CO|Permanent|1530|JPN Site 022201530|Active|MOE|Japan Ministry of Environment||34.949669|138.326944||9.00||||||| +022201530|022201530|392022201530|NOX|Permanent|1530|JPN Site 022201530|Active|MOE|Japan Ministry of Environment||34.949669|138.326944||9.00||||||| +022201530|022201530|392022201530|NO|Permanent|1530|JPN Site 022201530|Active|MOE|Japan Ministry of Environment||34.949669|138.326944||9.00||||||| +022202040|022202040|392022202040|NO|Permanent|2040|JPN Site 022202040|Active|MOE|Japan Ministry of Environment||34.704962|137.712839||9.00||||||| +022202040|022202040|392022202040|NO2|Permanent|2040|JPN Site 022202040|Active|MOE|Japan Ministry of Environment||34.704962|137.712839||9.00||||||| +022202040|022202040|392022202040|CO|Permanent|2040|JPN Site 022202040|Active|MOE|Japan Ministry of Environment||34.704962|137.712839||9.00||||||| +022202040|022202040|392022202040|SO2|Permanent|2040|JPN Site 022202040|Active|MOE|Japan Ministry of Environment||34.704962|137.712839||9.00||||||| +022202040|022202040|392022202040|NOX|Permanent|2040|JPN Site 022202040|Active|MOE|Japan Ministry of Environment||34.704962|137.712839||9.00||||||| +022202080|022202080|392022202080|NO|Permanent|2080|JPN Site 022202080|Active|MOE|Japan Ministry of Environment||34.726903|137.669786||9.00||||||| +022202080|022202080|392022202080|NO2|Permanent|2080|JPN Site 022202080|Active|MOE|Japan Ministry of Environment||34.726903|137.669786||9.00||||||| +022202080|022202080|392022202080|SO2|Permanent|2080|JPN Site 022202080|Active|MOE|Japan Ministry of Environment||34.726903|137.669786||9.00||||||| +022202080|022202080|392022202080|NOX|Permanent|2080|JPN Site 022202080|Active|MOE|Japan Ministry of Environment||34.726903|137.669786||9.00||||||| +022202120|022202120|392022202120|NO2|Permanent|2120|JPN Site 022202120|Active|MOE|Japan Ministry of Environment||34.756069|137.772277||9.00||||||| +022202120|022202120|392022202120|NOX|Permanent|2120|JPN Site 022202120|Active|MOE|Japan Ministry of Environment||34.756069|137.772277||9.00||||||| +022202120|022202120|392022202120|NO|Permanent|2120|JPN Site 022202120|Active|MOE|Japan Ministry of Environment||34.756069|137.772277||9.00||||||| +022202150|022202150|392022202150|NO2|Permanent|2150|JPN Site 022202150|Active|MOE|Japan Ministry of Environment||34.694686|137.766447||9.00||||||| +022202150|022202150|392022202150|NOX|Permanent|2150|JPN Site 022202150|Active|MOE|Japan Ministry of Environment||34.694686|137.766447||9.00||||||| +022202150|022202150|392022202150|NO|Permanent|2150|JPN Site 022202150|Active|MOE|Japan Ministry of Environment||34.694686|137.766447||9.00||||||| +022202160|022202160|392022202160|NO|Permanent|2160|JPN Site 022202160|Active|MOE|Japan Ministry of Environment||34.761901|137.717559||9.00||||||| +022202160|022202160|392022202160|NO2|Permanent|2160|JPN Site 022202160|Active|MOE|Japan Ministry of Environment||34.761901|137.717559||9.00||||||| +022202160|022202160|392022202160|SO2|Permanent|2160|JPN Site 022202160|Active|MOE|Japan Ministry of Environment||34.761901|137.717559||9.00||||||| +022202160|022202160|392022202160|NOX|Permanent|2160|JPN Site 022202160|Active|MOE|Japan Ministry of Environment||34.761901|137.717559||9.00||||||| +022202520|022202520|392022202520|NO2|Permanent|2520|JPN Site 022202520|Active|MOE|Japan Ministry of Environment||34.705240|137.728394||9.00||||||| +022202520|022202520|392022202520|CO|Permanent|2520|JPN Site 022202520|Active|MOE|Japan Ministry of Environment||34.705240|137.728394||9.00||||||| +022202520|022202520|392022202520|NOX|Permanent|2520|JPN Site 022202520|Active|MOE|Japan Ministry of Environment||34.705240|137.728394||9.00||||||| +022202520|022202520|392022202520|NO|Permanent|2520|JPN Site 022202520|Active|MOE|Japan Ministry of Environment||34.705240|137.728394||9.00||||||| +022202530|022202530|392022202530|NO2|Permanent|2530|JPN Site 022202530|Active|MOE|Japan Ministry of Environment||34.706629|137.748114||9.00||||||| +022202530|022202530|392022202530|CO|Permanent|2530|JPN Site 022202530|Active|MOE|Japan Ministry of Environment||34.706629|137.748114||9.00||||||| +022202530|022202530|392022202530|NOX|Permanent|2530|JPN Site 022202530|Active|MOE|Japan Ministry of Environment||34.706629|137.748114||9.00||||||| +022202530|022202530|392022202530|NO|Permanent|2530|JPN Site 022202530|Active|MOE|Japan Ministry of Environment||34.706629|137.748114||9.00||||||| +022203010|022203010|392022203010|NOX|Permanent|3010|JPN Site 022203010|Active|MOE|Japan Ministry of Environment||35.110494|138.853559||9.00||||||| +022203010|022203010|392022203010|NO|Permanent|3010|JPN Site 022203010|Active|MOE|Japan Ministry of Environment||35.110494|138.853559||9.00||||||| +022203010|022203010|392022203010|NO2|Permanent|3010|JPN Site 022203010|Active|MOE|Japan Ministry of Environment||35.110494|138.853559||9.00||||||| +022203010|022203010|392022203010|SO2|Permanent|3010|JPN Site 022203010|Active|MOE|Japan Ministry of Environment||35.110494|138.853559||9.00||||||| +022204010|022204010|392022204010|NO|Permanent|4010|JPN Site 022204010|Active|MOE|Japan Ministry of Environment||35.019109|138.486650||9.00||||||| +022204010|022204010|392022204010|NO2|Permanent|4010|JPN Site 022204010|Active|MOE|Japan Ministry of Environment||35.019109|138.486650||9.00||||||| +022204010|022204010|392022204010|SO2|Permanent|4010|JPN Site 022204010|Active|MOE|Japan Ministry of Environment||35.019109|138.486650||9.00||||||| +022204010|022204010|392022204010|NOX|Permanent|4010|JPN Site 022204010|Active|MOE|Japan Ministry of Environment||35.019109|138.486650||9.00||||||| +022204020|022204020|392022204020|NO|Permanent|4020|JPN Site 022204020|Active|MOE|Japan Ministry of Environment||35.002722|138.526091||9.00||||||| +022204020|022204020|392022204020|NO2|Permanent|4020|JPN Site 022204020|Active|MOE|Japan Ministry of Environment||35.002722|138.526091||9.00||||||| +022204020|022204020|392022204020|SO2|Permanent|4020|JPN Site 022204020|Active|MOE|Japan Ministry of Environment||35.002722|138.526091||9.00||||||| +022204020|022204020|392022204020|NOX|Permanent|4020|JPN Site 022204020|Active|MOE|Japan Ministry of Environment||35.002722|138.526091||9.00||||||| +022204090|022204090|392022204090|NO2|Permanent|4090|JPN Site 022204090|Active|MOE|Japan Ministry of Environment||35.054660|138.476649||9.00||||||| +022204090|022204090|392022204090|NOX|Permanent|4090|JPN Site 022204090|Active|MOE|Japan Ministry of Environment||35.054660|138.476649||9.00||||||| +022204090|022204090|392022204090|NO|Permanent|4090|JPN Site 022204090|Active|MOE|Japan Ministry of Environment||35.054660|138.476649||9.00||||||| +022204100|022204100|392022204100|NOX|Permanent|4100|JPN Site 022204100|Active|MOE|Japan Ministry of Environment||35.061605|138.524700||9.00||||||| +022204100|022204100|392022204100|NO|Permanent|4100|JPN Site 022204100|Active|MOE|Japan Ministry of Environment||35.061605|138.524700||9.00||||||| +022204100|022204100|392022204100|NO2|Permanent|4100|JPN Site 022204100|Active|MOE|Japan Ministry of Environment||35.061605|138.524700||9.00||||||| +022204100|022204100|392022204100|SO2|Permanent|4100|JPN Site 022204100|Active|MOE|Japan Ministry of Environment||35.061605|138.524700||9.00||||||| +022204510|022204510|392022204510|NOX|Permanent|4510|JPN Site 022204510|Active|MOE|Japan Ministry of Environment||35.047161|138.469427||9.00||||||| +022204510|022204510|392022204510|NO|Permanent|4510|JPN Site 022204510|Active|MOE|Japan Ministry of Environment||35.047161|138.469427||9.00||||||| +022204510|022204510|392022204510|NO2|Permanent|4510|JPN Site 022204510|Active|MOE|Japan Ministry of Environment||35.047161|138.469427||9.00||||||| +022204510|022204510|392022204510|CO|Permanent|4510|JPN Site 022204510|Active|MOE|Japan Ministry of Environment||35.047161|138.469427||9.00||||||| +022204510|022204510|392022204510|SO2|Permanent|4510|JPN Site 022204510|Active|MOE|Japan Ministry of Environment||35.047161|138.469427||9.00||||||| +022205010|022205010|392022205010|NO|Permanent|5010|JPN Site 022205010|Active|MOE|Japan Ministry of Environment||35.095777|139.068820||9.00||||||| +022205010|022205010|392022205010|NO2|Permanent|5010|JPN Site 022205010|Active|MOE|Japan Ministry of Environment||35.095777|139.068820||9.00||||||| +022205010|022205010|392022205010|NOX|Permanent|5010|JPN Site 022205010|Active|MOE|Japan Ministry of Environment||35.095777|139.068820||9.00||||||| +022206010|022206010|392022206010|NO2|Permanent|6010|JPN Site 022206010|Active|MOE|Japan Ministry of Environment||35.121883|138.915498||9.00||||||| +022206010|022206010|392022206010|NOX|Permanent|6010|JPN Site 022206010|Active|MOE|Japan Ministry of Environment||35.121883|138.915498||9.00||||||| +022206010|022206010|392022206010|NO|Permanent|6010|JPN Site 022206010|Active|MOE|Japan Ministry of Environment||35.121883|138.915498||9.00||||||| +022206510|022206510|392022206510|NO2|Permanent|6510|JPN Site 022206510|Active|MOE|Japan Ministry of Environment||35.113273|138.912721||9.00||||||| +022206510|022206510|392022206510|CO|Permanent|6510|JPN Site 022206510|Active|MOE|Japan Ministry of Environment||35.113273|138.912721||9.00||||||| +022206510|022206510|392022206510|NOX|Permanent|6510|JPN Site 022206510|Active|MOE|Japan Ministry of Environment||35.113273|138.912721||9.00||||||| +022206510|022206510|392022206510|NO|Permanent|6510|JPN Site 022206510|Active|MOE|Japan Ministry of Environment||35.113273|138.912721||9.00||||||| +022207010|022207010|392022207010|NO2|Permanent|7010|JPN Site 022207010|Active|MOE|Japan Ministry of Environment||35.224922|138.621073||9.00||||||| +022207010|022207010|392022207010|SO2|Permanent|7010|JPN Site 022207010|Active|MOE|Japan Ministry of Environment||35.224922|138.621073||9.00||||||| +022207010|022207010|392022207010|NOX|Permanent|7010|JPN Site 022207010|Active|MOE|Japan Ministry of Environment||35.224922|138.621073||9.00||||||| +022207010|022207010|392022207010|NO|Permanent|7010|JPN Site 022207010|Active|MOE|Japan Ministry of Environment||35.224922|138.621073||9.00||||||| +022208020|022208020|392022208020|NO2|Permanent|8020|JPN Site 022208020|Active|MOE|Japan Ministry of Environment||34.969958|139.097712||9.00||||||| +022208020|022208020|392022208020|NOX|Permanent|8020|JPN Site 022208020|Active|MOE|Japan Ministry of Environment||34.969958|139.097712||9.00||||||| +022208020|022208020|392022208020|NO|Permanent|8020|JPN Site 022208020|Active|MOE|Japan Ministry of Environment||34.969958|139.097712||9.00||||||| +022209010|022209010|392022209010|NO2|Permanent|9010|JPN Site 022209010|Active|MOE|Japan Ministry of Environment||34.839400|138.173351||9.00||||||| +022209010|022209010|392022209010|SO2|Permanent|9010|JPN Site 022209010|Active|MOE|Japan Ministry of Environment||34.839400|138.173351||9.00||||||| +022209010|022209010|392022209010|NOX|Permanent|9010|JPN Site 022209010|Active|MOE|Japan Ministry of Environment||34.839400|138.173351||9.00||||||| +022209010|022209010|392022209010|NO|Permanent|9010|JPN Site 022209010|Active|MOE|Japan Ministry of Environment||34.839400|138.173351||9.00||||||| +022210010|022210010|392022210010|SO2|Permanent|0010|JPN Site 022210010|Active|MOE|Japan Ministry of Environment||35.157430|138.674405||9.00||||||| +022210010|022210010|392022210010|NOX|Permanent|0010|JPN Site 022210010|Active|MOE|Japan Ministry of Environment||35.157430|138.674405||9.00||||||| +022210010|022210010|392022210010|NO|Permanent|0010|JPN Site 022210010|Active|MOE|Japan Ministry of Environment||35.157430|138.674405||9.00||||||| +022210010|022210010|392022210010|NO2|Permanent|0010|JPN Site 022210010|Active|MOE|Japan Ministry of Environment||35.157430|138.674405||9.00||||||| +022210020|022210020|392022210020|SO2|Permanent|0020|JPN Site 022210020|Active|MOE|Japan Ministry of Environment||35.174096|138.712457||9.00||||||| +022210030|022210030|392022210030|NOX|Permanent|0030|JPN Site 022210030|Active|MOE|Japan Ministry of Environment||35.187983|138.682459||9.00||||||| +022210030|022210030|392022210030|NO|Permanent|0030|JPN Site 022210030|Active|MOE|Japan Ministry of Environment||35.187983|138.682459||9.00||||||| +022210030|022210030|392022210030|NO2|Permanent|0030|JPN Site 022210030|Active|MOE|Japan Ministry of Environment||35.187983|138.682459||9.00||||||| +022210040|022210040|392022210040|SO2|Permanent|0040|JPN Site 022210040|Active|MOE|Japan Ministry of Environment||35.141877|138.701071||9.00||||||| +022210040|022210040|392022210040|NOX|Permanent|0040|JPN Site 022210040|Active|MOE|Japan Ministry of Environment||35.141877|138.701071||9.00||||||| +022210040|022210040|392022210040|NO|Permanent|0040|JPN Site 022210040|Active|MOE|Japan Ministry of Environment||35.141877|138.701071||9.00||||||| +022210040|022210040|392022210040|NO2|Permanent|0040|JPN Site 022210040|Active|MOE|Japan Ministry of Environment||35.141877|138.701071||9.00||||||| +022210050|022210050|392022210050|NO2|Permanent|0050|JPN Site 022210050|Active|MOE|Japan Ministry of Environment||35.194648|138.646073||9.00||||||| +022210050|022210050|392022210050|NOX|Permanent|0050|JPN Site 022210050|Active|MOE|Japan Ministry of Environment||35.194648|138.646073||9.00||||||| +022210050|022210050|392022210050|NO|Permanent|0050|JPN Site 022210050|Active|MOE|Japan Ministry of Environment||35.194648|138.646073||9.00||||||| +022210060|022210060|392022210060|SO2|Permanent|0060|JPN Site 022210060|Active|MOE|Japan Ministry of Environment||35.212147|138.686902||9.00||||||| +022210060|022210060|392022210060|NOX|Permanent|0060|JPN Site 022210060|Active|MOE|Japan Ministry of Environment||35.212147|138.686902||9.00||||||| +022210060|022210060|392022210060|NO|Permanent|0060|JPN Site 022210060|Active|MOE|Japan Ministry of Environment||35.212147|138.686902||9.00||||||| +022210060|022210060|392022210060|NO2|Permanent|0060|JPN Site 022210060|Active|MOE|Japan Ministry of Environment||35.212147|138.686902||9.00||||||| +022210070|022210070|392022210070|SO2|Permanent|0070|JPN Site 022210070|Active|MOE|Japan Ministry of Environment||35.162985|138.647463||9.00||||||| +022210070|022210070|392022210070|NOX|Permanent|0070|JPN Site 022210070|Active|MOE|Japan Ministry of Environment||35.162985|138.647463||9.00||||||| +022210070|022210070|392022210070|NO|Permanent|0070|JPN Site 022210070|Active|MOE|Japan Ministry of Environment||35.162985|138.647463||9.00||||||| +022210070|022210070|392022210070|NO2|Permanent|0070|JPN Site 022210070|Active|MOE|Japan Ministry of Environment||35.162985|138.647463||9.00||||||| +022210160|022210160|392022210160|NO2|Permanent|0160|JPN Site 022210160|Active|MOE|Japan Ministry of Environment||35.150211|138.764120||9.00||||||| +022210160|022210160|392022210160|NOX|Permanent|0160|JPN Site 022210160|Active|MOE|Japan Ministry of Environment||35.150211|138.764120||9.00||||||| +022210160|022210160|392022210160|NO|Permanent|0160|JPN Site 022210160|Active|MOE|Japan Ministry of Environment||35.150211|138.764120||9.00||||||| +022210170|022210170|392022210170|NO2|Permanent|0170|JPN Site 022210170|Active|MOE|Japan Ministry of Environment||35.179093|138.596633||9.00||||||| +022210170|022210170|392022210170|CO|Permanent|0170|JPN Site 022210170|Active|MOE|Japan Ministry of Environment||35.179093|138.596633||9.00||||||| +022210170|022210170|392022210170|NOX|Permanent|0170|JPN Site 022210170|Active|MOE|Japan Ministry of Environment||35.179093|138.596633||9.00||||||| +022210170|022210170|392022210170|NO|Permanent|0170|JPN Site 022210170|Active|MOE|Japan Ministry of Environment||35.179093|138.596633||9.00||||||| +022210510|022210510|392022210510|NO2|Permanent|0510|JPN Site 022210510|Active|MOE|Japan Ministry of Environment||35.156042|138.666073||9.00||||||| +022210510|022210510|392022210510|CO|Permanent|0510|JPN Site 022210510|Active|MOE|Japan Ministry of Environment||35.156042|138.666073||9.00||||||| +022210510|022210510|392022210510|NOX|Permanent|0510|JPN Site 022210510|Active|MOE|Japan Ministry of Environment||35.156042|138.666073||9.00||||||| +022210510|022210510|392022210510|NO|Permanent|0510|JPN Site 022210510|Active|MOE|Japan Ministry of Environment||35.156042|138.666073||9.00||||||| +022210520|022210520|392022210520|CO|Permanent|0520|JPN Site 022210520|Active|MOE|Japan Ministry of Environment||35.134933|138.652464||9.00||||||| +022210520|022210520|392022210520|NOX|Permanent|0520|JPN Site 022210520|Active|MOE|Japan Ministry of Environment||35.134933|138.652464||9.00||||||| +022210520|022210520|392022210520|NO|Permanent|0520|JPN Site 022210520|Active|MOE|Japan Ministry of Environment||35.134933|138.652464||9.00||||||| +022210520|022210520|392022210520|NO2|Permanent|0520|JPN Site 022210520|Active|MOE|Japan Ministry of Environment||35.134933|138.652464||9.00||||||| +022211010|022211010|392022211010|NO|Permanent|1010|JPN Site 022211010|Active|MOE|Japan Ministry of Environment||34.722185|137.847272||9.00||||||| +022211010|022211010|392022211010|NO2|Permanent|1010|JPN Site 022211010|Active|MOE|Japan Ministry of Environment||34.722185|137.847272||9.00||||||| +022211010|022211010|392022211010|SO2|Permanent|1010|JPN Site 022211010|Active|MOE|Japan Ministry of Environment||34.722185|137.847272||9.00||||||| +022211010|022211010|392022211010|NOX|Permanent|1010|JPN Site 022211010|Active|MOE|Japan Ministry of Environment||34.722185|137.847272||9.00||||||| +022212010|022212010|392022212010|NO2|Permanent|2010|JPN Site 022212010|Active|MOE|Japan Ministry of Environment||34.868011|138.308894||9.00||||||| +022212010|022212010|392022212010|NOX|Permanent|2010|JPN Site 022212010|Active|MOE|Japan Ministry of Environment||34.868011|138.308894||9.00||||||| +022212010|022212010|392022212010|NO|Permanent|2010|JPN Site 022212010|Active|MOE|Japan Ministry of Environment||34.868011|138.308894||9.00||||||| +022213010|022213010|392022213010|NOX|Permanent|3010|JPN Site 022213010|Active|MOE|Japan Ministry of Environment||34.772182|137.995035||9.00||||||| +022213010|022213010|392022213010|NO|Permanent|3010|JPN Site 022213010|Active|MOE|Japan Ministry of Environment||34.772182|137.995035||9.00||||||| +022213010|022213010|392022213010|NO2|Permanent|3010|JPN Site 022213010|Active|MOE|Japan Ministry of Environment||34.772182|137.995035||9.00||||||| +022213010|022213010|392022213010|SO2|Permanent|3010|JPN Site 022213010|Active|MOE|Japan Ministry of Environment||34.772182|137.995035||9.00||||||| +022213510|022213510|392022213510|NO2|Permanent|3510|JPN Site 022213510|Active|MOE|Japan Ministry of Environment||34.782181|138.015033||9.00||||||| +022213510|022213510|392022213510|CO|Permanent|3510|JPN Site 022213510|Active|MOE|Japan Ministry of Environment||34.782181|138.015033||9.00||||||| +022213510|022213510|392022213510|NOX|Permanent|3510|JPN Site 022213510|Active|MOE|Japan Ministry of Environment||34.782181|138.015033||9.00||||||| +022213510|022213510|392022213510|NO|Permanent|3510|JPN Site 022213510|Active|MOE|Japan Ministry of Environment||34.782181|138.015033||9.00||||||| +022214010|022214010|392022214010|NO2|Permanent|4010|JPN Site 022214010|Active|MOE|Japan Ministry of Environment||34.848012|138.270564||9.00||||||| +022214010|022214010|392022214010|CO|Permanent|4010|JPN Site 022214010|Active|MOE|Japan Ministry of Environment||34.848012|138.270564||9.00||||||| +022214010|022214010|392022214010|SO2|Permanent|4010|JPN Site 022214010|Active|MOE|Japan Ministry of Environment||34.848012|138.270564||9.00||||||| +022214010|022214010|392022214010|NOX|Permanent|4010|JPN Site 022214010|Active|MOE|Japan Ministry of Environment||34.848012|138.270564||9.00||||||| +022214010|022214010|392022214010|NO|Permanent|4010|JPN Site 022214010|Active|MOE|Japan Ministry of Environment||34.848012|138.270564||9.00||||||| +022214510|022214510|392022214510|NO2|Permanent|4510|JPN Site 022214510|Active|MOE|Japan Ministry of Environment||34.880509|138.264174||9.00||||||| +022214510|022214510|392022214510|CO|Permanent|4510|JPN Site 022214510|Active|MOE|Japan Ministry of Environment||34.880509|138.264174||9.00||||||| +022214510|022214510|392022214510|NOX|Permanent|4510|JPN Site 022214510|Active|MOE|Japan Ministry of Environment||34.880509|138.264174||9.00||||||| +022214510|022214510|392022214510|NO|Permanent|4510|JPN Site 022214510|Active|MOE|Japan Ministry of Environment||34.880509|138.264174||9.00||||||| +022215010|022215010|392022215010|SO2|Permanent|5010|JPN Site 022215010|Active|MOE|Japan Ministry of Environment||35.311863|138.931599||9.00||||||| +022218010|022218010|392022218010|NOX|Permanent|8010|JPN Site 022218010|Active|MOE|Japan Ministry of Environment||34.793010|137.791440||9.00||||||| +022218010|022218010|392022218010|NO|Permanent|8010|JPN Site 022218010|Active|MOE|Japan Ministry of Environment||34.793010|137.791440||9.00||||||| +022218010|022218010|392022218010|NO2|Permanent|8010|JPN Site 022218010|Active|MOE|Japan Ministry of Environment||34.793010|137.791440||9.00||||||| +022218010|022218010|392022218010|SO2|Permanent|8010|JPN Site 022218010|Active|MOE|Japan Ministry of Environment||34.793010|137.791440||9.00||||||| +022220010|022220010|392022220010|NO2|Permanent|0010|JPN Site 022220010|Active|MOE|Japan Ministry of Environment||35.200208|138.910495||9.00||||||| +022220010|022220010|392022220010|SO2|Permanent|0010|JPN Site 022220010|Active|MOE|Japan Ministry of Environment||35.200208|138.910495||9.00||||||| +022220010|022220010|392022220010|NOX|Permanent|0010|JPN Site 022220010|Active|MOE|Japan Ministry of Environment||35.200208|138.910495||9.00||||||| +022220010|022220010|392022220010|NO|Permanent|0010|JPN Site 022220010|Active|MOE|Japan Ministry of Environment||35.200208|138.910495||9.00||||||| +022221010|022221010|392022221010|NO|Permanent|1010|JPN Site 022221010|Active|MOE|Japan Ministry of Environment||34.722179|137.527854||9.00||||||| +022221010|022221010|392022221010|NO2|Permanent|1010|JPN Site 022221010|Active|MOE|Japan Ministry of Environment||34.722179|137.527854||9.00||||||| +022221010|022221010|392022221010|SO2|Permanent|1010|JPN Site 022221010|Active|MOE|Japan Ministry of Environment||34.722179|137.527854||9.00||||||| +022221010|022221010|392022221010|NOX|Permanent|1010|JPN Site 022221010|Active|MOE|Japan Ministry of Environment||34.722179|137.527854||9.00||||||| +022327010|022327010|392022327010|NO2|Permanent|7010|JPN Site 022327010|Active|MOE|Japan Ministry of Environment||35.020783|138.945500||9.00||||||| +022327010|022327010|392022327010|SO2|Permanent|7010|JPN Site 022327010|Active|MOE|Japan Ministry of Environment||35.020783|138.945500||9.00||||||| +022327010|022327010|392022327010|NOX|Permanent|7010|JPN Site 022327010|Active|MOE|Japan Ministry of Environment||35.020783|138.945500||9.00||||||| +022327010|022327010|392022327010|NO|Permanent|7010|JPN Site 022327010|Active|MOE|Japan Ministry of Environment||35.020783|138.945500||9.00||||||| +022381010|022381010|392022381010|SO2|Permanent|1010|JPN Site 022381010|Active|MOE|Japan Ministry of Environment||35.152152|138.619410||9.00||||||| +022382010|022382010|392022382010|NOX|Permanent|2010|JPN Site 022382010|Active|MOE|Japan Ministry of Environment||35.122155|138.581915||9.00||||||| +022382010|022382010|392022382010|NO|Permanent|2010|JPN Site 022382010|Active|MOE|Japan Ministry of Environment||35.122155|138.581915||9.00||||||| +022382010|022382010|392022382010|NO2|Permanent|2010|JPN Site 022382010|Active|MOE|Japan Ministry of Environment||35.122155|138.581915||9.00||||||| +022382010|022382010|392022382010|CO|Permanent|2010|JPN Site 022382010|Active|MOE|Japan Ministry of Environment||35.122155|138.581915||9.00||||||| +022382010|022382010|392022382010|SO2|Permanent|2010|JPN Site 022382010|Active|MOE|Japan Ministry of Environment||35.122155|138.581915||9.00||||||| +022402010|022402010|392022402010|NO|Permanent|2010|JPN Site 022402010|Active|MOE|Japan Ministry of Environment||34.811072|138.289453||9.00||||||| +022402010|022402010|392022402010|NO2|Permanent|2010|JPN Site 022402010|Active|MOE|Japan Ministry of Environment||34.811072|138.289453||9.00||||||| +022402010|022402010|392022402010|SO2|Permanent|2010|JPN Site 022402010|Active|MOE|Japan Ministry of Environment||34.811072|138.289453||9.00||||||| +022402010|022402010|392022402010|NOX|Permanent|2010|JPN Site 022402010|Active|MOE|Japan Ministry of Environment||34.811072|138.289453||9.00||||||| +022423010|022423010|392022423010|NO2|Permanent|3010|JPN Site 022423010|Active|MOE|Japan Ministry of Environment||34.743022|138.221962||9.00||||||| +022423010|022423010|392022423010|NOX|Permanent|3010|JPN Site 022423010|Active|MOE|Japan Ministry of Environment||34.743022|138.221962||9.00||||||| +022423010|022423010|392022423010|NO|Permanent|3010|JPN Site 022423010|Active|MOE|Japan Ministry of Environment||34.743022|138.221962||9.00||||||| +022447010|022447010|392022447010|NO2|Permanent|7010|JPN Site 022447010|Active|MOE|Japan Ministry of Environment||34.669416|138.051980||9.00||||||| +022447010|022447010|392022447010|NOX|Permanent|7010|JPN Site 022447010|Active|MOE|Japan Ministry of Environment||34.669416|138.051980||9.00||||||| +022447010|022447010|392022447010|NO|Permanent|7010|JPN Site 022447010|Active|MOE|Japan Ministry of Environment||34.669416|138.051980||9.00||||||| +023101010|023101010|392023101010|RHUM|Permanent|1010|JPN Site 023101010|Active|MOE|Japan Ministry of Environment||35.178232|136.972601||9.00||||||| +023101010|023101010|392023101010|NO2|Permanent|1010|JPN Site 023101010|Active|MOE|Japan Ministry of Environment||35.178232|136.972601||9.00||||||| +023101010|023101010|392023101010|NO|Permanent|1010|JPN Site 023101010|Active|MOE|Japan Ministry of Environment||35.178232|136.972601||9.00||||||| +023101010|023101010|392023101010|CO|Permanent|1010|JPN Site 023101010|Active|MOE|Japan Ministry of Environment||35.178232|136.972601||9.00||||||| +023101010|023101010|392023101010|SO2|Permanent|1010|JPN Site 023101010|Active|MOE|Japan Ministry of Environment||35.178232|136.972601||9.00||||||| +023101010|023101010|392023101010|TEMP|Permanent|1010|JPN Site 023101010|Active|MOE|Japan Ministry of Environment||35.178232|136.972601||9.00||||||| +023101010|023101010|392023101010|WS|Permanent|1010|JPN Site 023101010|Active|MOE|Japan Ministry of Environment||35.178232|136.972601||9.00||||||| +023101010|023101010|392023101010|WD|Permanent|1010|JPN Site 023101010|Active|MOE|Japan Ministry of Environment||35.178232|136.972601||9.00||||||| +023101010|023101010|392023101010|NOX|Permanent|1010|JPN Site 023101010|Active|MOE|Japan Ministry of Environment||35.178232|136.972601||9.00||||||| +023103011|023103011|392023103011|WD|Permanent|3011|JPN Site 023103011|Active|MOE|Japan Ministry of Environment||35.196840|136.907328||9.00||||||| +023103011|023103011|392023103011|NOX|Permanent|3011|JPN Site 023103011|Active|MOE|Japan Ministry of Environment||35.196840|136.907328||9.00||||||| +023103011|023103011|392023103011|NO|Permanent|3011|JPN Site 023103011|Active|MOE|Japan Ministry of Environment||35.196840|136.907328||9.00||||||| +023103011|023103011|392023103011|NO2|Permanent|3011|JPN Site 023103011|Active|MOE|Japan Ministry of Environment||35.196840|136.907328||9.00||||||| +023103011|023103011|392023103011|WS|Permanent|3011|JPN Site 023103011|Active|MOE|Japan Ministry of Environment||35.196840|136.907328||9.00||||||| +023103020|023103020|392023103020|NOX|Permanent|3020|JPN Site 023103020|Active|MOE|Japan Ministry of Environment||35.211005|136.903161||9.00||||||| +023103020|023103020|392023103020|NO|Permanent|3020|JPN Site 023103020|Active|MOE|Japan Ministry of Environment||35.211005|136.903161||9.00||||||| +023103020|023103020|392023103020|NO2|Permanent|3020|JPN Site 023103020|Active|MOE|Japan Ministry of Environment||35.211005|136.903161||9.00||||||| +023103020|023103020|392023103020|SO2|Permanent|3020|JPN Site 023103020|Active|MOE|Japan Ministry of Environment||35.211005|136.903161||9.00||||||| +023103020|023103020|392023103020|WS|Permanent|3020|JPN Site 023103020|Active|MOE|Japan Ministry of Environment||35.211005|136.903161||9.00||||||| +023103020|023103020|392023103020|WD|Permanent|3020|JPN Site 023103020|Active|MOE|Japan Ministry of Environment||35.211005|136.903161||9.00||||||| +023104510|023104510|392023104510|NO2|Permanent|4510|JPN Site 023104510|Active|MOE|Japan Ministry of Environment||35.203228|136.884552||9.00||||||| +023104510|023104510|392023104510|WS|Permanent|4510|JPN Site 023104510|Active|MOE|Japan Ministry of Environment||35.203228|136.884552||9.00||||||| +023104510|023104510|392023104510|WD|Permanent|4510|JPN Site 023104510|Active|MOE|Japan Ministry of Environment||35.203228|136.884552||9.00||||||| +023104510|023104510|392023104510|NOX|Permanent|4510|JPN Site 023104510|Active|MOE|Japan Ministry of Environment||35.203228|136.884552||9.00||||||| +023104510|023104510|392023104510|NO|Permanent|4510|JPN Site 023104510|Active|MOE|Japan Ministry of Environment||35.203228|136.884552||9.00||||||| +023105050|023105050|392023105050|NO|Permanent|5050|JPN Site 023105050|Active|MOE|Japan Ministry of Environment||35.169898|136.862889||9.00||||||| +023105050|023105050|392023105050|NO2|Permanent|5050|JPN Site 023105050|Active|MOE|Japan Ministry of Environment||35.169898|136.862889||9.00||||||| +023105050|023105050|392023105050|WS|Permanent|5050|JPN Site 023105050|Active|MOE|Japan Ministry of Environment||35.169898|136.862889||9.00||||||| +023105050|023105050|392023105050|WD|Permanent|5050|JPN Site 023105050|Active|MOE|Japan Ministry of Environment||35.169898|136.862889||9.00||||||| +023105050|023105050|392023105050|NOX|Permanent|5050|JPN Site 023105050|Active|MOE|Japan Ministry of Environment||35.169898|136.862889||9.00||||||| +023106011|023106011|392023106011|TEMP|Permanent|6011|JPN Site 023106011|Active|MOE|Japan Ministry of Environment||35.172398|136.908440||9.00||||||| +023106011|023106011|392023106011|RHUM|Permanent|6011|JPN Site 023106011|Active|MOE|Japan Ministry of Environment||35.172398|136.908440||9.00||||||| +023106011|023106011|392023106011|NOX|Permanent|6011|JPN Site 023106011|Active|MOE|Japan Ministry of Environment||35.172398|136.908440||9.00||||||| +023106011|023106011|392023106011|NO|Permanent|6011|JPN Site 023106011|Active|MOE|Japan Ministry of Environment||35.172398|136.908440||9.00||||||| +023106011|023106011|392023106011|NO2|Permanent|6011|JPN Site 023106011|Active|MOE|Japan Ministry of Environment||35.172398|136.908440||9.00||||||| +023106011|023106011|392023106011|SO2|Permanent|6011|JPN Site 023106011|Active|MOE|Japan Ministry of Environment||35.172398|136.908440||9.00||||||| +023107020|023107020|392023107020|WS|Permanent|7020|JPN Site 023107020|Active|MOE|Japan Ministry of Environment||35.144346|136.960382||9.00||||||| +023107020|023107020|392023107020|WD|Permanent|7020|JPN Site 023107020|Active|MOE|Japan Ministry of Environment||35.144346|136.960382||9.00||||||| +023107020|023107020|392023107020|NOX|Permanent|7020|JPN Site 023107020|Active|MOE|Japan Ministry of Environment||35.144346|136.960382||9.00||||||| +023107020|023107020|392023107020|NO|Permanent|7020|JPN Site 023107020|Active|MOE|Japan Ministry of Environment||35.144346|136.960382||9.00||||||| +023107020|023107020|392023107020|NO2|Permanent|7020|JPN Site 023107020|Active|MOE|Japan Ministry of Environment||35.144346|136.960382||9.00||||||| +023109520|023109520|392023109520|NO|Permanent|9520|JPN Site 023109520|Active|MOE|Japan Ministry of Environment||35.134069|136.900943||9.00||||||| +023109520|023109520|392023109520|NO2|Permanent|9520|JPN Site 023109520|Active|MOE|Japan Ministry of Environment||35.134069|136.900943||9.00||||||| +023109520|023109520|392023109520|WS|Permanent|9520|JPN Site 023109520|Active|MOE|Japan Ministry of Environment||35.134069|136.900943||9.00||||||| +023109520|023109520|392023109520|WD|Permanent|9520|JPN Site 023109520|Active|MOE|Japan Ministry of Environment||35.134069|136.900943||9.00||||||| +023109520|023109520|392023109520|NOX|Permanent|9520|JPN Site 023109520|Active|MOE|Japan Ministry of Environment||35.134069|136.900943||9.00||||||| +023110040|023110040|392023110040|NOX|Permanent|0040|JPN Site 023110040|Active|MOE|Japan Ministry of Environment||35.137679|136.880389||9.00||||||| +023110040|023110040|392023110040|NO|Permanent|0040|JPN Site 023110040|Active|MOE|Japan Ministry of Environment||35.137679|136.880389||9.00||||||| +023110040|023110040|392023110040|NO2|Permanent|0040|JPN Site 023110040|Active|MOE|Japan Ministry of Environment||35.137679|136.880389||9.00||||||| +023110040|023110040|392023110040|SO2|Permanent|0040|JPN Site 023110040|Active|MOE|Japan Ministry of Environment||35.137679|136.880389||9.00||||||| +023110040|023110040|392023110040|WS|Permanent|0040|JPN Site 023110040|Active|MOE|Japan Ministry of Environment||35.137679|136.880389||9.00||||||| +023110040|023110040|392023110040|WD|Permanent|0040|JPN Site 023110040|Active|MOE|Japan Ministry of Environment||35.137679|136.880389||9.00||||||| +023110050|023110050|392023110050|NOX|Permanent|0050|JPN Site 023110050|Active|MOE|Japan Ministry of Environment||35.140178|136.812339||9.00||||||| +023110050|023110050|392023110050|NO|Permanent|0050|JPN Site 023110050|Active|MOE|Japan Ministry of Environment||35.140178|136.812339||9.00||||||| +023110050|023110050|392023110050|NO2|Permanent|0050|JPN Site 023110050|Active|MOE|Japan Ministry of Environment||35.140178|136.812339||9.00||||||| +023110050|023110050|392023110050|TEMP|Permanent|0050|JPN Site 023110050|Active|MOE|Japan Ministry of Environment||35.140178|136.812339||9.00||||||| +023110050|023110050|392023110050|WS|Permanent|0050|JPN Site 023110050|Active|MOE|Japan Ministry of Environment||35.140178|136.812339||9.00||||||| +023110050|023110050|392023110050|WD|Permanent|0050|JPN Site 023110050|Active|MOE|Japan Ministry of Environment||35.140178|136.812339||9.00||||||| +023110050|023110050|392023110050|RHUM|Permanent|0050|JPN Site 023110050|Active|MOE|Japan Ministry of Environment||35.140178|136.812339||9.00||||||| +023111010|023111010|392023111010|WS|Permanent|1010|JPN Site 023111010|Active|MOE|Japan Ministry of Environment||35.104904|136.842615||9.00||||||| +023111010|023111010|392023111010|WD|Permanent|1010|JPN Site 023111010|Active|MOE|Japan Ministry of Environment||35.104904|136.842615||9.00||||||| +023111010|023111010|392023111010|NOX|Permanent|1010|JPN Site 023111010|Active|MOE|Japan Ministry of Environment||35.104904|136.842615||9.00||||||| +023111010|023111010|392023111010|NO|Permanent|1010|JPN Site 023111010|Active|MOE|Japan Ministry of Environment||35.104904|136.842615||9.00||||||| +023111010|023111010|392023111010|NO2|Permanent|1010|JPN Site 023111010|Active|MOE|Japan Ministry of Environment||35.104904|136.842615||9.00||||||| +023111021|023111021|392023111021|NOX|Permanent|1021|JPN Site 023111021|Active|MOE|Japan Ministry of Environment||35.102961|136.887334||9.00||||||| +023111021|023111021|392023111021|NO|Permanent|1021|JPN Site 023111021|Active|MOE|Japan Ministry of Environment||35.102961|136.887334||9.00||||||| +023111021|023111021|392023111021|NO2|Permanent|1021|JPN Site 023111021|Active|MOE|Japan Ministry of Environment||35.102961|136.887334||9.00||||||| +023111021|023111021|392023111021|WS|Permanent|1021|JPN Site 023111021|Active|MOE|Japan Ministry of Environment||35.102961|136.887334||9.00||||||| +023111021|023111021|392023111021|WD|Permanent|1021|JPN Site 023111021|Active|MOE|Japan Ministry of Environment||35.102961|136.887334||9.00||||||| +023112020|023112020|392023112020|NOX|Permanent|2020|JPN Site 023112020|Active|MOE|Japan Ministry of Environment||35.076297|136.913722||9.00||||||| +023112020|023112020|392023112020|NO|Permanent|2020|JPN Site 023112020|Active|MOE|Japan Ministry of Environment||35.076297|136.913722||9.00||||||| +023112020|023112020|392023112020|NO2|Permanent|2020|JPN Site 023112020|Active|MOE|Japan Ministry of Environment||35.076297|136.913722||9.00||||||| +023112020|023112020|392023112020|SO2|Permanent|2020|JPN Site 023112020|Active|MOE|Japan Ministry of Environment||35.076297|136.913722||9.00||||||| +023112020|023112020|392023112020|WS|Permanent|2020|JPN Site 023112020|Active|MOE|Japan Ministry of Environment||35.076297|136.913722||9.00||||||| +023112020|023112020|392023112020|WD|Permanent|2020|JPN Site 023112020|Active|MOE|Japan Ministry of Environment||35.076297|136.913722||9.00||||||| +023112060|023112060|392023112060|WD|Permanent|2060|JPN Site 023112060|Active|MOE|Japan Ministry of Environment||35.108794|136.923164||9.00||||||| +023112060|023112060|392023112060|NOX|Permanent|2060|JPN Site 023112060|Active|MOE|Japan Ministry of Environment||35.108794|136.923164||9.00||||||| +023112060|023112060|392023112060|NO|Permanent|2060|JPN Site 023112060|Active|MOE|Japan Ministry of Environment||35.108794|136.923164||9.00||||||| +023112060|023112060|392023112060|NO2|Permanent|2060|JPN Site 023112060|Active|MOE|Japan Ministry of Environment||35.108794|136.923164||9.00||||||| +023112060|023112060|392023112060|WS|Permanent|2060|JPN Site 023112060|Active|MOE|Japan Ministry of Environment||35.108794|136.923164||9.00||||||| +023112510|023112510|392023112510|NO2|Permanent|2510|JPN Site 023112510|Active|MOE|Japan Ministry of Environment||35.083797|136.923443||9.00||||||| +023112510|023112510|392023112510|CO|Permanent|2510|JPN Site 023112510|Active|MOE|Japan Ministry of Environment||35.083797|136.923443||9.00||||||| +023112510|023112510|392023112510|WS|Permanent|2510|JPN Site 023112510|Active|MOE|Japan Ministry of Environment||35.083797|136.923443||9.00||||||| +023112510|023112510|392023112510|WD|Permanent|2510|JPN Site 023112510|Active|MOE|Japan Ministry of Environment||35.083797|136.923443||9.00||||||| +023112510|023112510|392023112510|NOX|Permanent|2510|JPN Site 023112510|Active|MOE|Japan Ministry of Environment||35.083797|136.923443||9.00||||||| +023112510|023112510|392023112510|NO|Permanent|2510|JPN Site 023112510|Active|MOE|Japan Ministry of Environment||35.083797|136.923443||9.00||||||| +023113010|023113010|392023113010|NO2|Permanent|3010|JPN Site 023113010|Active|MOE|Japan Ministry of Environment||35.203229|136.976211||9.00||||||| +023113010|023113010|392023113010|WS|Permanent|3010|JPN Site 023113010|Active|MOE|Japan Ministry of Environment||35.203229|136.976211||9.00||||||| +023113010|023113010|392023113010|WD|Permanent|3010|JPN Site 023113010|Active|MOE|Japan Ministry of Environment||35.203229|136.976211||9.00||||||| +023113010|023113010|392023113010|NOX|Permanent|3010|JPN Site 023113010|Active|MOE|Japan Ministry of Environment||35.203229|136.976211||9.00||||||| +023113010|023113010|392023113010|NO|Permanent|3010|JPN Site 023113010|Active|MOE|Japan Ministry of Environment||35.203229|136.976211||9.00||||||| +023114010|023114010|392023114010|NO2|Permanent|4010|JPN Site 023114010|Active|MOE|Japan Ministry of Environment||35.069632|136.937054||9.00||||||| +023114010|023114010|392023114010|WS|Permanent|4010|JPN Site 023114010|Active|MOE|Japan Ministry of Environment||35.069632|136.937054||9.00||||||| +023114010|023114010|392023114010|WD|Permanent|4010|JPN Site 023114010|Active|MOE|Japan Ministry of Environment||35.069632|136.937054||9.00||||||| +023114010|023114010|392023114010|NOX|Permanent|4010|JPN Site 023114010|Active|MOE|Japan Ministry of Environment||35.069632|136.937054||9.00||||||| +023114010|023114010|392023114010|NO|Permanent|4010|JPN Site 023114010|Active|MOE|Japan Ministry of Environment||35.069632|136.937054||9.00||||||| +023116010|023116010|392023116010|NOX|Permanent|6010|JPN Site 023116010|Active|MOE|Japan Ministry of Environment||35.122127|136.974548||9.00||||||| +023116010|023116010|392023116010|NO|Permanent|6010|JPN Site 023116010|Active|MOE|Japan Ministry of Environment||35.122127|136.974548||9.00||||||| +023116010|023116010|392023116010|NO2|Permanent|6010|JPN Site 023116010|Active|MOE|Japan Ministry of Environment||35.122127|136.974548||9.00||||||| +023116010|023116010|392023116010|WS|Permanent|6010|JPN Site 023116010|Active|MOE|Japan Ministry of Environment||35.122127|136.974548||9.00||||||| +023116010|023116010|392023116010|WD|Permanent|6010|JPN Site 023116010|Active|MOE|Japan Ministry of Environment||35.122127|136.974548||9.00||||||| +023201010|023201010|392023201010|SO2|Permanent|1010|JPN Site 023201010|Active|MOE|Japan Ministry of Environment||34.742175|137.383976||9.00||||||| +023201030|023201030|392023201030|NOX|Permanent|1030|JPN Site 023201030|Active|MOE|Japan Ministry of Environment||34.715510|137.343981||9.00||||||| +023201030|023201030|392023201030|NO|Permanent|1030|JPN Site 023201030|Active|MOE|Japan Ministry of Environment||34.715510|137.343981||9.00||||||| +023201030|023201030|392023201030|NO2|Permanent|1030|JPN Site 023201030|Active|MOE|Japan Ministry of Environment||34.715510|137.343981||9.00||||||| +023201030|023201030|392023201030|SO2|Permanent|1030|JPN Site 023201030|Active|MOE|Japan Ministry of Environment||34.715510|137.343981||9.00||||||| +023201030|023201030|392023201030|WS|Permanent|1030|JPN Site 023201030|Active|MOE|Japan Ministry of Environment||34.715510|137.343981||9.00||||||| +023201030|023201030|392023201030|WD|Permanent|1030|JPN Site 023201030|Active|MOE|Japan Ministry of Environment||34.715510|137.343981||9.00||||||| +023201040|023201040|392023201040|NOX|Permanent|1040|JPN Site 023201040|Active|MOE|Japan Ministry of Environment||34.785226|137.438692||9.00||||||| +023201040|023201040|392023201040|NO|Permanent|1040|JPN Site 023201040|Active|MOE|Japan Ministry of Environment||34.785226|137.438692||9.00||||||| +023201040|023201040|392023201040|NO2|Permanent|1040|JPN Site 023201040|Active|MOE|Japan Ministry of Environment||34.785226|137.438692||9.00||||||| +023201040|023201040|392023201040|SO2|Permanent|1040|JPN Site 023201040|Active|MOE|Japan Ministry of Environment||34.785226|137.438692||9.00||||||| +023201040|023201040|392023201040|WS|Permanent|1040|JPN Site 023201040|Active|MOE|Japan Ministry of Environment||34.785226|137.438692||9.00||||||| +023201040|023201040|392023201040|WD|Permanent|1040|JPN Site 023201040|Active|MOE|Japan Ministry of Environment||34.785226|137.438692||9.00||||||| +023201060|023201060|392023201060|WS|Permanent|1060|JPN Site 023201060|Active|MOE|Japan Ministry of Environment||34.702179|137.387033||9.00||||||| +023201060|023201060|392023201060|WD|Permanent|1060|JPN Site 023201060|Active|MOE|Japan Ministry of Environment||34.702179|137.387033||9.00||||||| +023201060|023201060|392023201060|RHUM|Permanent|1060|JPN Site 023201060|Active|MOE|Japan Ministry of Environment||34.702179|137.387033||9.00||||||| +023201060|023201060|392023201060|NOX|Permanent|1060|JPN Site 023201060|Active|MOE|Japan Ministry of Environment||34.702179|137.387033||9.00||||||| +023201060|023201060|392023201060|NO|Permanent|1060|JPN Site 023201060|Active|MOE|Japan Ministry of Environment||34.702179|137.387033||9.00||||||| +023201060|023201060|392023201060|NO2|Permanent|1060|JPN Site 023201060|Active|MOE|Japan Ministry of Environment||34.702179|137.387033||9.00||||||| +023201060|023201060|392023201060|TEMP|Permanent|1060|JPN Site 023201060|Active|MOE|Japan Ministry of Environment||34.702179|137.387033||9.00||||||| +023201170|023201170|392023201170|WD|Permanent|1170|JPN Site 023201170|Active|MOE|Japan Ministry of Environment||34.725233|137.447860||9.00||||||| +023201170|023201170|392023201170|NOX|Permanent|1170|JPN Site 023201170|Active|MOE|Japan Ministry of Environment||34.725233|137.447860||9.00||||||| +023201170|023201170|392023201170|NO|Permanent|1170|JPN Site 023201170|Active|MOE|Japan Ministry of Environment||34.725233|137.447860||9.00||||||| +023201170|023201170|392023201170|NO2|Permanent|1170|JPN Site 023201170|Active|MOE|Japan Ministry of Environment||34.725233|137.447860||9.00||||||| +023201170|023201170|392023201170|WS|Permanent|1170|JPN Site 023201170|Active|MOE|Japan Ministry of Environment||34.725233|137.447860||9.00||||||| +023201540|023201540|392023201540|NO|Permanent|1540|JPN Site 023201540|Active|MOE|Japan Ministry of Environment||34.769672|137.390919||9.00||||||| +023201540|023201540|392023201540|NO2|Permanent|1540|JPN Site 023201540|Active|MOE|Japan Ministry of Environment||34.769672|137.390919||9.00||||||| +023201540|023201540|392023201540|CO|Permanent|1540|JPN Site 023201540|Active|MOE|Japan Ministry of Environment||34.769672|137.390919||9.00||||||| +023201540|023201540|392023201540|SO2|Permanent|1540|JPN Site 023201540|Active|MOE|Japan Ministry of Environment||34.769672|137.390919||9.00||||||| +023201540|023201540|392023201540|WS|Permanent|1540|JPN Site 023201540|Active|MOE|Japan Ministry of Environment||34.769672|137.390919||9.00||||||| +023201540|023201540|392023201540|WD|Permanent|1540|JPN Site 023201540|Active|MOE|Japan Ministry of Environment||34.769672|137.390919||9.00||||||| +023201540|023201540|392023201540|NOX|Permanent|1540|JPN Site 023201540|Active|MOE|Japan Ministry of Environment||34.769672|137.390919||9.00||||||| +023202020|023202020|392023202020|SO2|Permanent|2020|JPN Site 023202020|Active|MOE|Japan Ministry of Environment||34.926040|137.173152||9.00||||||| +023202020|023202020|392023202020|TEMP|Permanent|2020|JPN Site 023202020|Active|MOE|Japan Ministry of Environment||34.926040|137.173152||9.00||||||| +023202020|023202020|392023202020|WS|Permanent|2020|JPN Site 023202020|Active|MOE|Japan Ministry of Environment||34.926040|137.173152||9.00||||||| +023202020|023202020|392023202020|WD|Permanent|2020|JPN Site 023202020|Active|MOE|Japan Ministry of Environment||34.926040|137.173152||9.00||||||| +023202020|023202020|392023202020|RHUM|Permanent|2020|JPN Site 023202020|Active|MOE|Japan Ministry of Environment||34.926040|137.173152||9.00||||||| +023202020|023202020|392023202020|NOX|Permanent|2020|JPN Site 023202020|Active|MOE|Japan Ministry of Environment||34.926040|137.173152||9.00||||||| +023202020|023202020|392023202020|NO|Permanent|2020|JPN Site 023202020|Active|MOE|Japan Ministry of Environment||34.926040|137.173152||9.00||||||| +023202020|023202020|392023202020|NO2|Permanent|2020|JPN Site 023202020|Active|MOE|Japan Ministry of Environment||34.926040|137.173152||9.00||||||| +023202510|023202510|392023202510|TEMP|Permanent|2510|JPN Site 023202510|Active|MOE|Japan Ministry of Environment||34.946871|137.188150||9.00||||||| +023202510|023202510|392023202510|WS|Permanent|2510|JPN Site 023202510|Active|MOE|Japan Ministry of Environment||34.946871|137.188150||9.00||||||| +023202510|023202510|392023202510|WD|Permanent|2510|JPN Site 023202510|Active|MOE|Japan Ministry of Environment||34.946871|137.188150||9.00||||||| +023202510|023202510|392023202510|RHUM|Permanent|2510|JPN Site 023202510|Active|MOE|Japan Ministry of Environment||34.946871|137.188150||9.00||||||| +023202510|023202510|392023202510|NOX|Permanent|2510|JPN Site 023202510|Active|MOE|Japan Ministry of Environment||34.946871|137.188150||9.00||||||| +023202510|023202510|392023202510|NO|Permanent|2510|JPN Site 023202510|Active|MOE|Japan Ministry of Environment||34.946871|137.188150||9.00||||||| +023202510|023202510|392023202510|NO2|Permanent|2510|JPN Site 023202510|Active|MOE|Japan Ministry of Environment||34.946871|137.188150||9.00||||||| +023202510|023202510|392023202510|CO|Permanent|2510|JPN Site 023202510|Active|MOE|Japan Ministry of Environment||34.946871|137.188150||9.00||||||| +023202510|023202510|392023202510|SO2|Permanent|2510|JPN Site 023202510|Active|MOE|Japan Ministry of Environment||34.946871|137.188150||9.00||||||| +023202550|023202550|392023202550|RHUM|Permanent|2550|JPN Site 023202550|Active|MOE|Japan Ministry of Environment||34.962147|137.142042||9.00||||||| +023202550|023202550|392023202550|NOX|Permanent|2550|JPN Site 023202550|Active|MOE|Japan Ministry of Environment||34.962147|137.142042||9.00||||||| +023202550|023202550|392023202550|NO|Permanent|2550|JPN Site 023202550|Active|MOE|Japan Ministry of Environment||34.962147|137.142042||9.00||||||| +023202550|023202550|392023202550|NO2|Permanent|2550|JPN Site 023202550|Active|MOE|Japan Ministry of Environment||34.962147|137.142042||9.00||||||| +023202550|023202550|392023202550|TEMP|Permanent|2550|JPN Site 023202550|Active|MOE|Japan Ministry of Environment||34.962147|137.142042||9.00||||||| +023202550|023202550|392023202550|WS|Permanent|2550|JPN Site 023202550|Active|MOE|Japan Ministry of Environment||34.962147|137.142042||9.00||||||| +023202550|023202550|392023202550|WD|Permanent|2550|JPN Site 023202550|Active|MOE|Japan Ministry of Environment||34.962147|137.142042||9.00||||||| +023202560|023202560|392023202560|WS|Permanent|2560|JPN Site 023202560|Active|MOE|Japan Ministry of Environment||34.983534|137.161206||9.00||||||| +023202560|023202560|392023202560|WD|Permanent|2560|JPN Site 023202560|Active|MOE|Japan Ministry of Environment||34.983534|137.161206||9.00||||||| +023202560|023202560|392023202560|RHUM|Permanent|2560|JPN Site 023202560|Active|MOE|Japan Ministry of Environment||34.983534|137.161206||9.00||||||| +023202560|023202560|392023202560|NOX|Permanent|2560|JPN Site 023202560|Active|MOE|Japan Ministry of Environment||34.983534|137.161206||9.00||||||| +023202560|023202560|392023202560|NO|Permanent|2560|JPN Site 023202560|Active|MOE|Japan Ministry of Environment||34.983534|137.161206||9.00||||||| +023202560|023202560|392023202560|NO2|Permanent|2560|JPN Site 023202560|Active|MOE|Japan Ministry of Environment||34.983534|137.161206||9.00||||||| +023202560|023202560|392023202560|TEMP|Permanent|2560|JPN Site 023202560|Active|MOE|Japan Ministry of Environment||34.983534|137.161206||9.00||||||| +023203010|023203010|392023203010|NOX|Permanent|3010|JPN Site 023203010|Active|MOE|Japan Ministry of Environment||35.315159|136.808442||9.00||||||| +023203010|023203010|392023203010|NO|Permanent|3010|JPN Site 023203010|Active|MOE|Japan Ministry of Environment||35.315159|136.808442||9.00||||||| +023203010|023203010|392023203010|NO2|Permanent|3010|JPN Site 023203010|Active|MOE|Japan Ministry of Environment||35.315159|136.808442||9.00||||||| +023203010|023203010|392023203010|SO2|Permanent|3010|JPN Site 023203010|Active|MOE|Japan Ministry of Environment||35.315159|136.808442||9.00||||||| +023203010|023203010|392023203010|TEMP|Permanent|3010|JPN Site 023203010|Active|MOE|Japan Ministry of Environment||35.315159|136.808442||9.00||||||| +023203010|023203010|392023203010|RHUM|Permanent|3010|JPN Site 023203010|Active|MOE|Japan Ministry of Environment||35.315159|136.808442||9.00||||||| +023204510|023204510|392023204510|NO|Permanent|4510|JPN Site 023204510|Active|MOE|Japan Ministry of Environment||35.222118|137.086756||9.00||||||| +023204510|023204510|392023204510|NO2|Permanent|4510|JPN Site 023204510|Active|MOE|Japan Ministry of Environment||35.222118|137.086756||9.00||||||| +023204510|023204510|392023204510|NOX|Permanent|4510|JPN Site 023204510|Active|MOE|Japan Ministry of Environment||35.222118|137.086756||9.00||||||| +023205050|023205050|392023205050|NOX|Permanent|5050|JPN Site 023205050|Active|MOE|Japan Ministry of Environment||34.894650|136.937895||9.00||||||| +023205050|023205050|392023205050|NO|Permanent|5050|JPN Site 023205050|Active|MOE|Japan Ministry of Environment||34.894650|136.937895||9.00||||||| +023205050|023205050|392023205050|NO2|Permanent|5050|JPN Site 023205050|Active|MOE|Japan Ministry of Environment||34.894650|136.937895||9.00||||||| +023205050|023205050|392023205050|SO2|Permanent|5050|JPN Site 023205050|Active|MOE|Japan Ministry of Environment||34.894650|136.937895||9.00||||||| +023206270|023206270|392023206270|TEMP|Permanent|6270|JPN Site 023206270|Active|MOE|Japan Ministry of Environment||35.258501|136.957043||9.00||||||| +023206270|023206270|392023206270|RHUM|Permanent|6270|JPN Site 023206270|Active|MOE|Japan Ministry of Environment||35.258501|136.957043||9.00||||||| +023206270|023206270|392023206270|NOX|Permanent|6270|JPN Site 023206270|Active|MOE|Japan Ministry of Environment||35.258501|136.957043||9.00||||||| +023206270|023206270|392023206270|NO|Permanent|6270|JPN Site 023206270|Active|MOE|Japan Ministry of Environment||35.258501|136.957043||9.00||||||| +023206270|023206270|392023206270|NO2|Permanent|6270|JPN Site 023206270|Active|MOE|Japan Ministry of Environment||35.258501|136.957043||9.00||||||| +023206530|023206530|392023206530|NO2|Permanent|6530|JPN Site 023206530|Active|MOE|Japan Ministry of Environment||35.239058|136.955378||9.00||||||| +023206530|023206530|392023206530|NOX|Permanent|6530|JPN Site 023206530|Active|MOE|Japan Ministry of Environment||35.239058|136.955378||9.00||||||| +023206530|023206530|392023206530|NO|Permanent|6530|JPN Site 023206530|Active|MOE|Japan Ministry of Environment||35.239058|136.955378||9.00||||||| +023207010|023207010|392023207010|NOX|Permanent|7010|JPN Site 023207010|Active|MOE|Japan Ministry of Environment||34.826610|137.376751||9.00||||||| +023207010|023207010|392023207010|NO|Permanent|7010|JPN Site 023207010|Active|MOE|Japan Ministry of Environment||34.826610|137.376751||9.00||||||| +023207010|023207010|392023207010|NO2|Permanent|7010|JPN Site 023207010|Active|MOE|Japan Ministry of Environment||34.826610|137.376751||9.00||||||| +023207010|023207010|392023207010|SO2|Permanent|7010|JPN Site 023207010|Active|MOE|Japan Ministry of Environment||34.826610|137.376751||9.00||||||| +023207510|023207510|392023207510|NO2|Permanent|7510|JPN Site 023207510|Active|MOE|Japan Ministry of Environment||34.817444|137.348420||9.00||||||| +023207510|023207510|392023207510|CO|Permanent|7510|JPN Site 023207510|Active|MOE|Japan Ministry of Environment||34.817444|137.348420||9.00||||||| +023207510|023207510|392023207510|NOX|Permanent|7510|JPN Site 023207510|Active|MOE|Japan Ministry of Environment||34.817444|137.348420||9.00||||||| +023207510|023207510|392023207510|NO|Permanent|7510|JPN Site 023207510|Active|MOE|Japan Ministry of Environment||34.817444|137.348420||9.00||||||| +023208530|023208530|392023208530|NO|Permanent|8530|JPN Site 023208530|Active|MOE|Japan Ministry of Environment||35.173506|136.740121||9.00||||||| +023208530|023208530|392023208530|NO2|Permanent|8530|JPN Site 023208530|Active|MOE|Japan Ministry of Environment||35.173506|136.740121||9.00||||||| +023208530|023208530|392023208530|SO2|Permanent|8530|JPN Site 023208530|Active|MOE|Japan Ministry of Environment||35.173506|136.740121||9.00||||||| +023208530|023208530|392023208530|NOX|Permanent|8530|JPN Site 023208530|Active|MOE|Japan Ministry of Environment||35.173506|136.740121||9.00||||||| +023209080|023209080|392023209080|NO2|Permanent|9080|JPN Site 023209080|Active|MOE|Japan Ministry of Environment||34.838268|136.977617||9.00||||||| +023209080|023209080|392023209080|NOX|Permanent|9080|JPN Site 023209080|Active|MOE|Japan Ministry of Environment||34.838268|136.977617||9.00||||||| +023209080|023209080|392023209080|NO|Permanent|9080|JPN Site 023209080|Active|MOE|Japan Ministry of Environment||34.838268|136.977617||9.00||||||| +023209510|023209510|392023209510|NO2|Permanent|9510|JPN Site 023209510|Active|MOE|Japan Ministry of Environment||34.884375|136.996502||9.00||||||| +023209510|023209510|392023209510|WS|Permanent|9510|JPN Site 023209510|Active|MOE|Japan Ministry of Environment||34.884375|136.996502||9.00||||||| +023209510|023209510|392023209510|WD|Permanent|9510|JPN Site 023209510|Active|MOE|Japan Ministry of Environment||34.884375|136.996502||9.00||||||| +023209510|023209510|392023209510|NOX|Permanent|9510|JPN Site 023209510|Active|MOE|Japan Ministry of Environment||34.884375|136.996502||9.00||||||| +023209510|023209510|392023209510|NO|Permanent|9510|JPN Site 023209510|Active|MOE|Japan Ministry of Environment||34.884375|136.996502||9.00||||||| +023210040|023210040|392023210040|NOX|Permanent|0040|JPN Site 023210040|Active|MOE|Japan Ministry of Environment||34.990197|136.996497||9.00||||||| +023210040|023210040|392023210040|NO|Permanent|0040|JPN Site 023210040|Active|MOE|Japan Ministry of Environment||34.990197|136.996497||9.00||||||| +023210040|023210040|392023210040|NO2|Permanent|0040|JPN Site 023210040|Active|MOE|Japan Ministry of Environment||34.990197|136.996497||9.00||||||| +023211020|023211020|392023211020|WD|Permanent|1020|JPN Site 023211020|Active|MOE|Japan Ministry of Environment||35.022140|137.119818||9.00||||||| +023211020|023211020|392023211020|RHUM|Permanent|1020|JPN Site 023211020|Active|MOE|Japan Ministry of Environment||35.022140|137.119818||9.00||||||| +023211020|023211020|392023211020|NOX|Permanent|1020|JPN Site 023211020|Active|MOE|Japan Ministry of Environment||35.022140|137.119818||9.00||||||| +023211020|023211020|392023211020|NO|Permanent|1020|JPN Site 023211020|Active|MOE|Japan Ministry of Environment||35.022140|137.119818||9.00||||||| +023211020|023211020|392023211020|NO2|Permanent|1020|JPN Site 023211020|Active|MOE|Japan Ministry of Environment||35.022140|137.119818||9.00||||||| +023211020|023211020|392023211020|SO2|Permanent|1020|JPN Site 023211020|Active|MOE|Japan Ministry of Environment||35.022140|137.119818||9.00||||||| +023211020|023211020|392023211020|TEMP|Permanent|1020|JPN Site 023211020|Active|MOE|Japan Ministry of Environment||35.022140|137.119818||9.00||||||| +023211020|023211020|392023211020|WS|Permanent|1020|JPN Site 023211020|Active|MOE|Japan Ministry of Environment||35.022140|137.119818||9.00||||||| +023211040|023211040|392023211040|SO2|Permanent|1040|JPN Site 023211040|Active|MOE|Japan Ministry of Environment||35.084911|137.140092||9.00||||||| +023211040|023211040|392023211040|TEMP|Permanent|1040|JPN Site 023211040|Active|MOE|Japan Ministry of Environment||35.084911|137.140092||9.00||||||| +023211040|023211040|392023211040|WS|Permanent|1040|JPN Site 023211040|Active|MOE|Japan Ministry of Environment||35.084911|137.140092||9.00||||||| +023211040|023211040|392023211040|WD|Permanent|1040|JPN Site 023211040|Active|MOE|Japan Ministry of Environment||35.084911|137.140092||9.00||||||| +023211040|023211040|392023211040|RHUM|Permanent|1040|JPN Site 023211040|Active|MOE|Japan Ministry of Environment||35.084911|137.140092||9.00||||||| +023211040|023211040|392023211040|NOX|Permanent|1040|JPN Site 023211040|Active|MOE|Japan Ministry of Environment||35.084911|137.140092||9.00||||||| +023211040|023211040|392023211040|NO|Permanent|1040|JPN Site 023211040|Active|MOE|Japan Ministry of Environment||35.084911|137.140092||9.00||||||| +023211040|023211040|392023211040|NO2|Permanent|1040|JPN Site 023211040|Active|MOE|Japan Ministry of Environment||35.084911|137.140092||9.00||||||| +023211040|023211040|392023211040|CO|Permanent|1040|JPN Site 023211040|Active|MOE|Japan Ministry of Environment||35.084911|137.140092||9.00||||||| +023211050|023211050|392023211050|RHUM|Permanent|1050|JPN Site 023211050|Active|MOE|Japan Ministry of Environment||35.154904|137.162864||9.00||||||| +023211050|023211050|392023211050|NOX|Permanent|1050|JPN Site 023211050|Active|MOE|Japan Ministry of Environment||35.154904|137.162864||9.00||||||| +023211050|023211050|392023211050|NO|Permanent|1050|JPN Site 023211050|Active|MOE|Japan Ministry of Environment||35.154904|137.162864||9.00||||||| +023211050|023211050|392023211050|NO2|Permanent|1050|JPN Site 023211050|Active|MOE|Japan Ministry of Environment||35.154904|137.162864||9.00||||||| +023211050|023211050|392023211050|SO2|Permanent|1050|JPN Site 023211050|Active|MOE|Japan Ministry of Environment||35.154904|137.162864||9.00||||||| +023211050|023211050|392023211050|TEMP|Permanent|1050|JPN Site 023211050|Active|MOE|Japan Ministry of Environment||35.154904|137.162864||9.00||||||| +023211050|023211050|392023211050|WS|Permanent|1050|JPN Site 023211050|Active|MOE|Japan Ministry of Environment||35.154904|137.162864||9.00||||||| +023211050|023211050|392023211050|WD|Permanent|1050|JPN Site 023211050|Active|MOE|Japan Ministry of Environment||35.154904|137.162864||9.00||||||| +023211060|023211060|392023211060|TEMP|Permanent|1060|JPN Site 023211060|Active|MOE|Japan Ministry of Environment||35.082968|137.189810||9.00||||||| +023211060|023211060|392023211060|WD|Permanent|1060|JPN Site 023211060|Active|MOE|Japan Ministry of Environment||35.082968|137.189810||9.00||||||| +023211060|023211060|392023211060|WS|Permanent|1060|JPN Site 023211060|Active|MOE|Japan Ministry of Environment||35.082968|137.189810||9.00||||||| +023211060|023211060|392023211060|RHUM|Permanent|1060|JPN Site 023211060|Active|MOE|Japan Ministry of Environment||35.082968|137.189810||9.00||||||| +023211060|023211060|392023211060|NOX|Permanent|1060|JPN Site 023211060|Active|MOE|Japan Ministry of Environment||35.082968|137.189810||9.00||||||| +023211060|023211060|392023211060|NO|Permanent|1060|JPN Site 023211060|Active|MOE|Japan Ministry of Environment||35.082968|137.189810||9.00||||||| +023211060|023211060|392023211060|NO2|Permanent|1060|JPN Site 023211060|Active|MOE|Japan Ministry of Environment||35.082968|137.189810||9.00||||||| +023211060|023211060|392023211060|SO2|Permanent|1060|JPN Site 023211060|Active|MOE|Japan Ministry of Environment||35.082968|137.189810||9.00||||||| +023212030|023212030|392023212030|NOX|Permanent|2030|JPN Site 023212030|Active|MOE|Japan Ministry of Environment||34.970200|137.078435||9.00||||||| +023212030|023212030|392023212030|NO|Permanent|2030|JPN Site 023212030|Active|MOE|Japan Ministry of Environment||34.970200|137.078435||9.00||||||| +023212030|023212030|392023212030|NO2|Permanent|2030|JPN Site 023212030|Active|MOE|Japan Ministry of Environment||34.970200|137.078435||9.00||||||| +023212030|023212030|392023212030|SO2|Permanent|2030|JPN Site 023212030|Active|MOE|Japan Ministry of Environment||34.970200|137.078435||9.00||||||| +023212030|023212030|392023212030|TEMP|Permanent|2030|JPN Site 023212030|Active|MOE|Japan Ministry of Environment||34.970200|137.078435||9.00||||||| +023212030|023212030|392023212030|RHUM|Permanent|2030|JPN Site 023212030|Active|MOE|Japan Ministry of Environment||34.970200|137.078435||9.00||||||| +023213010|023213010|392023213010|NOX|Permanent|3010|JPN Site 023213010|Active|MOE|Japan Ministry of Environment||34.879377|137.077051||9.00||||||| +023213010|023213010|392023213010|NO|Permanent|3010|JPN Site 023213010|Active|MOE|Japan Ministry of Environment||34.879377|137.077051||9.00||||||| +023213010|023213010|392023213010|NO2|Permanent|3010|JPN Site 023213010|Active|MOE|Japan Ministry of Environment||34.879377|137.077051||9.00||||||| +023214010|023214010|392023214010|WS|Permanent|4010|JPN Site 023214010|Active|MOE|Japan Ministry of Environment||34.828551|137.221763||9.00||||||| +023214010|023214010|392023214010|WD|Permanent|4010|JPN Site 023214010|Active|MOE|Japan Ministry of Environment||34.828551|137.221763||9.00||||||| +023214010|023214010|392023214010|NOX|Permanent|4010|JPN Site 023214010|Active|MOE|Japan Ministry of Environment||34.828551|137.221763||9.00||||||| +023214010|023214010|392023214010|NO|Permanent|4010|JPN Site 023214010|Active|MOE|Japan Ministry of Environment||34.828551|137.221763||9.00||||||| +023214010|023214010|392023214010|NO2|Permanent|4010|JPN Site 023214010|Active|MOE|Japan Ministry of Environment||34.828551|137.221763||9.00||||||| +023215010|023215010|392023215010|NO2|Permanent|5010|JPN Site 023215010|Active|MOE|Japan Ministry of Environment||35.363767|136.944817||9.00||||||| +023215010|023215010|392023215010|SO2|Permanent|5010|JPN Site 023215010|Active|MOE|Japan Ministry of Environment||35.363767|136.944817||9.00||||||| +023215010|023215010|392023215010|NOX|Permanent|5010|JPN Site 023215010|Active|MOE|Japan Ministry of Environment||35.363767|136.944817||9.00||||||| +023215010|023215010|392023215010|NO|Permanent|5010|JPN Site 023215010|Active|MOE|Japan Ministry of Environment||35.363767|136.944817||9.00||||||| +023216010|023216010|392023216010|NOX|Permanent|6010|JPN Site 023216010|Active|MOE|Japan Ministry of Environment||34.886594|136.837348||9.00||||||| +023216010|023216010|392023216010|NO|Permanent|6010|JPN Site 023216010|Active|MOE|Japan Ministry of Environment||34.886594|136.837348||9.00||||||| +023216010|023216010|392023216010|NO2|Permanent|6010|JPN Site 023216010|Active|MOE|Japan Ministry of Environment||34.886594|136.837348||9.00||||||| +023217010|023217010|392023217010|NO2|Permanent|7010|JPN Site 023217010|Active|MOE|Japan Ministry of Environment||35.342657|136.867325||9.00||||||| +023217010|023217010|392023217010|WS|Permanent|7010|JPN Site 023217010|Active|MOE|Japan Ministry of Environment||35.342657|136.867325||9.00||||||| +023217010|023217010|392023217010|WD|Permanent|7010|JPN Site 023217010|Active|MOE|Japan Ministry of Environment||35.342657|136.867325||9.00||||||| +023217010|023217010|392023217010|NOX|Permanent|7010|JPN Site 023217010|Active|MOE|Japan Ministry of Environment||35.342657|136.867325||9.00||||||| +023217010|023217010|392023217010|NO|Permanent|7010|JPN Site 023217010|Active|MOE|Japan Ministry of Environment||35.342657|136.867325||9.00||||||| +023218010|023218010|392023218010|WD|Permanent|8010|JPN Site 023218010|Active|MOE|Japan Ministry of Environment||35.311825|136.746503||9.00||||||| +023218010|023218010|392023218010|NOX|Permanent|8010|JPN Site 023218010|Active|MOE|Japan Ministry of Environment||35.311825|136.746503||9.00||||||| +023218010|023218010|392023218010|NO|Permanent|8010|JPN Site 023218010|Active|MOE|Japan Ministry of Environment||35.311825|136.746503||9.00||||||| +023218010|023218010|392023218010|NO2|Permanent|8010|JPN Site 023218010|Active|MOE|Japan Ministry of Environment||35.311825|136.746503||9.00||||||| +023218010|023218010|392023218010|WS|Permanent|8010|JPN Site 023218010|Active|MOE|Japan Ministry of Environment||35.311825|136.746503||9.00||||||| +023219010|023219010|392023219010|NO2|Permanent|9010|JPN Site 023219010|Active|MOE|Japan Ministry of Environment||35.293219|136.918989||9.00||||||| +023219010|023219010|392023219010|SO2|Permanent|9010|JPN Site 023219010|Active|MOE|Japan Ministry of Environment||35.293219|136.918989||9.00||||||| +023219010|023219010|392023219010|NOX|Permanent|9010|JPN Site 023219010|Active|MOE|Japan Ministry of Environment||35.293219|136.918989||9.00||||||| +023219010|023219010|392023219010|NO|Permanent|9010|JPN Site 023219010|Active|MOE|Japan Ministry of Environment||35.293219|136.918989||9.00||||||| +023220510|023220510|392023220510|WD|Permanent|0510|JPN Site 023220510|Active|MOE|Japan Ministry of Environment||35.247388|136.779559||9.00||||||| +023220510|023220510|392023220510|NOX|Permanent|0510|JPN Site 023220510|Active|MOE|Japan Ministry of Environment||35.247388|136.779559||9.00||||||| +023220510|023220510|392023220510|NO|Permanent|0510|JPN Site 023220510|Active|MOE|Japan Ministry of Environment||35.247388|136.779559||9.00||||||| +023220510|023220510|392023220510|NO2|Permanent|0510|JPN Site 023220510|Active|MOE|Japan Ministry of Environment||35.247388|136.779559||9.00||||||| +023220510|023220510|392023220510|WS|Permanent|0510|JPN Site 023220510|Active|MOE|Japan Ministry of Environment||35.247388|136.779559||9.00||||||| +023221010|023221010|392023221010|NO2|Permanent|1010|JPN Site 023221010|Active|MOE|Japan Ministry of Environment||34.731900|137.503689||9.00||||||| +023221010|023221010|392023221010|NOX|Permanent|1010|JPN Site 023221010|Active|MOE|Japan Ministry of Environment||34.731900|137.503689||9.00||||||| +023221010|023221010|392023221010|NO|Permanent|1010|JPN Site 023221010|Active|MOE|Japan Ministry of Environment||34.731900|137.503689||9.00||||||| +023222010|023222010|392023222010|NO2|Permanent|2010|JPN Site 023222010|Active|MOE|Japan Ministry of Environment||35.043801|136.912890||9.00||||||| +023222010|023222010|392023222010|NOX|Permanent|2010|JPN Site 023222010|Active|MOE|Japan Ministry of Environment||35.043801|136.912890||9.00||||||| +023222010|023222010|392023222010|NO|Permanent|2010|JPN Site 023222010|Active|MOE|Japan Ministry of Environment||35.043801|136.912890||9.00||||||| +023222020|023222020|392023222020|NO2|Permanent|2020|JPN Site 023222020|Active|MOE|Japan Ministry of Environment||35.012415|136.889560||9.00||||||| +023222020|023222020|392023222020|SO2|Permanent|2020|JPN Site 023222020|Active|MOE|Japan Ministry of Environment||35.012415|136.889560||9.00||||||| +023222020|023222020|392023222020|NOX|Permanent|2020|JPN Site 023222020|Active|MOE|Japan Ministry of Environment||35.012415|136.889560||9.00||||||| +023222020|023222020|392023222020|NO|Permanent|2020|JPN Site 023222020|Active|MOE|Japan Ministry of Environment||35.012415|136.889560||9.00||||||| +023223010|023223010|392023223010|SO2|Permanent|3010|JPN Site 023223010|Active|MOE|Japan Ministry of Environment||35.012694|136.964554||9.00||||||| +023223010|023223010|392023223010|NOX|Permanent|3010|JPN Site 023223010|Active|MOE|Japan Ministry of Environment||35.012694|136.964554||9.00||||||| +023223010|023223010|392023223010|NO|Permanent|3010|JPN Site 023223010|Active|MOE|Japan Ministry of Environment||35.012694|136.964554||9.00||||||| +023223010|023223010|392023223010|NO2|Permanent|3010|JPN Site 023223010|Active|MOE|Japan Ministry of Environment||35.012694|136.964554||9.00||||||| +023224030|023224030|392023224030|NOX|Permanent|4030|JPN Site 023224030|Active|MOE|Japan Ministry of Environment||34.948254|136.831513||9.00||||||| +023224030|023224030|392023224030|NO|Permanent|4030|JPN Site 023224030|Active|MOE|Japan Ministry of Environment||34.948254|136.831513||9.00||||||| +023224030|023224030|392023224030|NO2|Permanent|4030|JPN Site 023224030|Active|MOE|Japan Ministry of Environment||34.948254|136.831513||9.00||||||| +023224030|023224030|392023224030|TEMP|Permanent|4030|JPN Site 023224030|Active|MOE|Japan Ministry of Environment||34.948254|136.831513||9.00||||||| +023224030|023224030|392023224030|RHUM|Permanent|4030|JPN Site 023224030|Active|MOE|Japan Ministry of Environment||34.948254|136.831513||9.00||||||| +023225040|023225040|392023225040|WS|Permanent|5040|JPN Site 023225040|Active|MOE|Japan Ministry of Environment||35.001863|137.050659||9.00||||||| +023225040|023225040|392023225040|WD|Permanent|5040|JPN Site 023225040|Active|MOE|Japan Ministry of Environment||35.001863|137.050659||9.00||||||| +023225040|023225040|392023225040|NOX|Permanent|5040|JPN Site 023225040|Active|MOE|Japan Ministry of Environment||35.001863|137.050659||9.00||||||| +023225040|023225040|392023225040|NO|Permanent|5040|JPN Site 023225040|Active|MOE|Japan Ministry of Environment||35.001863|137.050659||9.00||||||| +023225040|023225040|392023225040|NO2|Permanent|5040|JPN Site 023225040|Active|MOE|Japan Ministry of Environment||35.001863|137.050659||9.00||||||| +023226010|023226010|392023226010|NOX|Permanent|6010|JPN Site 023226010|Active|MOE|Japan Ministry of Environment||35.212951|137.036483||9.00||||||| +023226010|023226010|392023226010|NO|Permanent|6010|JPN Site 023226010|Active|MOE|Japan Ministry of Environment||35.212951|137.036483||9.00||||||| +023226010|023226010|392023226010|NO2|Permanent|6010|JPN Site 023226010|Active|MOE|Japan Ministry of Environment||35.212951|137.036483||9.00||||||| +023226010|023226010|392023226010|SO2|Permanent|6010|JPN Site 023226010|Active|MOE|Japan Ministry of Environment||35.212951|137.036483||9.00||||||| +023227010|023227010|392023227010|NO|Permanent|7010|JPN Site 023227010|Active|MOE|Japan Ministry of Environment||34.924648|136.989556||9.00||||||| +023227010|023227010|392023227010|NO2|Permanent|7010|JPN Site 023227010|Active|MOE|Japan Ministry of Environment||34.924648|136.989556||9.00||||||| +023227010|023227010|392023227010|WS|Permanent|7010|JPN Site 023227010|Active|MOE|Japan Ministry of Environment||34.924648|136.989556||9.00||||||| +023227010|023227010|392023227010|WD|Permanent|7010|JPN Site 023227010|Active|MOE|Japan Ministry of Environment||34.924648|136.989556||9.00||||||| +023227010|023227010|392023227010|NOX|Permanent|7010|JPN Site 023227010|Active|MOE|Japan Ministry of Environment||34.924648|136.989556||9.00||||||| +023228010|023228010|392023228010|NO2|Permanent|8010|JPN Site 023228010|Active|MOE|Japan Ministry of Environment||35.281275|136.877882||9.00||||||| +023228010|023228010|392023228010|NOX|Permanent|8010|JPN Site 023228010|Active|MOE|Japan Ministry of Environment||35.281275|136.877882||9.00||||||| +023228010|023228010|392023228010|NO|Permanent|8010|JPN Site 023228010|Active|MOE|Japan Ministry of Environment||35.281275|136.877882||9.00||||||| +023229010|023229010|392023229010|NO|Permanent|9010|JPN Site 023229010|Active|MOE|Japan Ministry of Environment||35.061578|137.007604||9.00||||||| +023229010|023229010|392023229010|NO2|Permanent|9010|JPN Site 023229010|Active|MOE|Japan Ministry of Environment||35.061578|137.007604||9.00||||||| +023229010|023229010|392023229010|WS|Permanent|9010|JPN Site 023229010|Active|MOE|Japan Ministry of Environment||35.061578|137.007604||9.00||||||| +023229010|023229010|392023229010|WD|Permanent|9010|JPN Site 023229010|Active|MOE|Japan Ministry of Environment||35.061578|137.007604||9.00||||||| +023229010|023229010|392023229010|NOX|Permanent|9010|JPN Site 023229010|Active|MOE|Japan Ministry of Environment||35.061578|137.007604||9.00||||||| +023230510|023230510|392023230510|NO|Permanent|0510|JPN Site 023230510|Active|MOE|Japan Ministry of Environment||35.127682|137.015933||9.00||||||| +023230510|023230510|392023230510|NO2|Permanent|0510|JPN Site 023230510|Active|MOE|Japan Ministry of Environment||35.127682|137.015933||9.00||||||| +023230510|023230510|392023230510|NOX|Permanent|0510|JPN Site 023230510|Active|MOE|Japan Ministry of Environment||35.127682|137.015933||9.00||||||| +023233510|023233510|392023233510|NO2|Permanent|3510|JPN Site 023233510|Active|MOE|Japan Ministry of Environment||35.219614|136.854554||9.00||||||| +023233510|023233510|392023233510|NOX|Permanent|3510|JPN Site 023233510|Active|MOE|Japan Ministry of Environment||35.219614|136.854554||9.00||||||| +023233510|023233510|392023233510|NO|Permanent|3510|JPN Site 023233510|Active|MOE|Japan Ministry of Environment||35.219614|136.854554||9.00||||||| +023302010|023302010|392023302010|WS|Permanent|2010|JPN Site 023302010|Active|MOE|Japan Ministry of Environment||35.093242|137.054543||9.00||||||| +023302010|023302010|392023302010|WD|Permanent|2010|JPN Site 023302010|Active|MOE|Japan Ministry of Environment||35.093242|137.054543||9.00||||||| +023302010|023302010|392023302010|NOX|Permanent|2010|JPN Site 023302010|Active|MOE|Japan Ministry of Environment||35.093242|137.054543||9.00||||||| +023302010|023302010|392023302010|NO|Permanent|2010|JPN Site 023302010|Active|MOE|Japan Ministry of Environment||35.093242|137.054543||9.00||||||| +023302010|023302010|392023302010|NO2|Permanent|2010|JPN Site 023302010|Active|MOE|Japan Ministry of Environment||35.093242|137.054543||9.00||||||| +023303020|023303020|392023303020|SO2|Permanent|3020|JPN Site 023303020|Active|MOE|Japan Ministry of Environment||35.152403|137.064817||9.00||||||| +023303020|023303020|392023303020|NOX|Permanent|3020|JPN Site 023303020|Active|MOE|Japan Ministry of Environment||35.152403|137.064817||9.00||||||| +023303020|023303020|392023303020|NO|Permanent|3020|JPN Site 023303020|Active|MOE|Japan Ministry of Environment||35.152403|137.064817||9.00||||||| +023303020|023303020|392023303020|NO2|Permanent|3020|JPN Site 023303020|Active|MOE|Japan Ministry of Environment||35.152403|137.064817||9.00||||||| +023304010|023304010|392023304010|NO2|Permanent|4010|JPN Site 023304010|Active|MOE|Japan Ministry of Environment||35.178511|137.050928||9.00||||||| +023304010|023304010|392023304010|NOX|Permanent|4010|JPN Site 023304010|Active|MOE|Japan Ministry of Environment||35.178511|137.050928||9.00||||||| +023304010|023304010|392023304010|NO|Permanent|4010|JPN Site 023304010|Active|MOE|Japan Ministry of Environment||35.178511|137.050928||9.00||||||| +023342010|023342010|392023342010|NO2|Permanent|2010|JPN Site 023342010|Active|MOE|Japan Ministry of Environment||35.249057|136.914547||9.00||||||| +023342010|023342010|392023342010|WS|Permanent|2010|JPN Site 023342010|Active|MOE|Japan Ministry of Environment||35.249057|136.914547||9.00||||||| +023342010|023342010|392023342010|WD|Permanent|2010|JPN Site 023342010|Active|MOE|Japan Ministry of Environment||35.249057|136.914547||9.00||||||| +023342010|023342010|392023342010|NOX|Permanent|2010|JPN Site 023342010|Active|MOE|Japan Ministry of Environment||35.249057|136.914547||9.00||||||| +023342010|023342010|392023342010|NO|Permanent|2010|JPN Site 023342010|Active|MOE|Japan Ministry of Environment||35.249057|136.914547||9.00||||||| +023342510|023342510|392023342510|NO|Permanent|2510|JPN Site 023342510|Active|MOE|Japan Ministry of Environment||35.253500|136.905381||9.00||||||| +023342510|023342510|392023342510|NO2|Permanent|2510|JPN Site 023342510|Active|MOE|Japan Ministry of Environment||35.253500|136.905381||9.00||||||| +023342510|023342510|392023342510|CO|Permanent|2510|JPN Site 023342510|Active|MOE|Japan Ministry of Environment||35.253500|136.905381||9.00||||||| +023342510|023342510|392023342510|NOX|Permanent|2510|JPN Site 023342510|Active|MOE|Japan Ministry of Environment||35.253500|136.905381||9.00||||||| +023381010|023381010|392023381010|NO|Permanent|1010|JPN Site 023381010|Active|MOE|Japan Ministry of Environment||35.347099|136.768166||9.00||||||| +023381010|023381010|392023381010|NO2|Permanent|1010|JPN Site 023381010|Active|MOE|Japan Ministry of Environment||35.347099|136.768166||9.00||||||| +023381010|023381010|392023381010|NOX|Permanent|1010|JPN Site 023381010|Active|MOE|Japan Ministry of Environment||35.347099|136.768166||9.00||||||| +023421010|023421010|392023421010|NO2|Permanent|1010|JPN Site 023421010|Active|MOE|Japan Ministry of Environment||35.155453|136.794006||9.00||||||| +023421010|023421010|392023421010|NOX|Permanent|1010|JPN Site 023421010|Active|MOE|Japan Ministry of Environment||35.155453|136.794006||9.00||||||| +023421010|023421010|392023421010|NO|Permanent|1010|JPN Site 023421010|Active|MOE|Japan Ministry of Environment||35.155453|136.794006||9.00||||||| +023422510|023422510|392023422510|NO2|Permanent|2510|JPN Site 023422510|Active|MOE|Japan Ministry of Environment||35.179062|136.789005||9.00||||||| +023422510|023422510|392023422510|NOX|Permanent|2510|JPN Site 023422510|Active|MOE|Japan Ministry of Environment||35.179062|136.789005||9.00||||||| +023422510|023422510|392023422510|NO|Permanent|2510|JPN Site 023422510|Active|MOE|Japan Ministry of Environment||35.179062|136.789005||9.00||||||| +023425510|023425510|392023425510|NO2|Permanent|5510|JPN Site 023425510|Active|MOE|Japan Ministry of Environment||35.131845|136.778453||9.00||||||| +023425510|023425510|392023425510|CO|Permanent|5510|JPN Site 023425510|Active|MOE|Japan Ministry of Environment||35.131845|136.778453||9.00||||||| +023425510|023425510|392023425510|NOX|Permanent|5510|JPN Site 023425510|Active|MOE|Japan Ministry of Environment||35.131845|136.778453||9.00||||||| +023425510|023425510|392023425510|NO|Permanent|5510|JPN Site 023425510|Active|MOE|Japan Ministry of Environment||35.131845|136.778453||9.00||||||| +023427510|023427510|392023427510|CO|Permanent|7510|JPN Site 023427510|Active|MOE|Japan Ministry of Environment||35.076851|136.786788||9.00||||||| +023427510|023427510|392023427510|TEMP|Permanent|7510|JPN Site 023427510|Active|MOE|Japan Ministry of Environment||35.076851|136.786788||9.00||||||| +023427510|023427510|392023427510|WS|Permanent|7510|JPN Site 023427510|Active|MOE|Japan Ministry of Environment||35.076851|136.786788||9.00||||||| +023427510|023427510|392023427510|RHUM|Permanent|7510|JPN Site 023427510|Active|MOE|Japan Ministry of Environment||35.076851|136.786788||9.00||||||| +023427510|023427510|392023427510|WD|Permanent|7510|JPN Site 023427510|Active|MOE|Japan Ministry of Environment||35.076851|136.786788||9.00||||||| +023427510|023427510|392023427510|NOX|Permanent|7510|JPN Site 023427510|Active|MOE|Japan Ministry of Environment||35.076851|136.786788||9.00||||||| +023427510|023427510|392023427510|NO|Permanent|7510|JPN Site 023427510|Active|MOE|Japan Ministry of Environment||35.076851|136.786788||9.00||||||| +023427510|023427510|392023427510|NO2|Permanent|7510|JPN Site 023427510|Active|MOE|Japan Ministry of Environment||35.076851|136.786788||9.00||||||| +023428010|023428010|392023428010|NOX|Permanent|8010|JPN Site 023428010|Active|MOE|Japan Ministry of Environment||35.111290|136.719570||9.00||||||| +023428010|023428010|392023428010|NO|Permanent|8010|JPN Site 023428010|Active|MOE|Japan Ministry of Environment||35.111290|136.719570||9.00||||||| +023428010|023428010|392023428010|NO2|Permanent|8010|JPN Site 023428010|Active|MOE|Japan Ministry of Environment||35.111290|136.719570||9.00||||||| +023428010|023428010|392023428010|WS|Permanent|8010|JPN Site 023428010|Active|MOE|Japan Ministry of Environment||35.111290|136.719570||9.00||||||| +023428010|023428010|392023428010|WD|Permanent|8010|JPN Site 023428010|Active|MOE|Japan Ministry of Environment||35.111290|136.719570||9.00||||||| +023441010|023441010|392023441010|NO2|Permanent|1010|JPN Site 023441010|Active|MOE|Japan Ministry of Environment||34.932979|136.914562||9.00||||||| +023441010|023441010|392023441010|NOX|Permanent|1010|JPN Site 023441010|Active|MOE|Japan Ministry of Environment||34.932979|136.914562||9.00||||||| +023441010|023441010|392023441010|NO|Permanent|1010|JPN Site 023441010|Active|MOE|Japan Ministry of Environment||34.932979|136.914562||9.00||||||| +023442010|023442010|392023442010|NO|Permanent|2010|JPN Site 023442010|Active|MOE|Japan Ministry of Environment||34.976587|136.965389||9.00||||||| +023442010|023442010|392023442010|NO2|Permanent|2010|JPN Site 023442010|Active|MOE|Japan Ministry of Environment||34.976587|136.965389||9.00||||||| +023442010|023442010|392023442010|NOX|Permanent|2010|JPN Site 023442010|Active|MOE|Japan Ministry of Environment||34.976587|136.965389||9.00||||||| +023446020|023446020|392023446020|NO2|Permanent|6020|JPN Site 023446020|Active|MOE|Japan Ministry of Environment||34.787161|136.857907||9.00||||||| +023446020|023446020|392023446020|NOX|Permanent|6020|JPN Site 023446020|Active|MOE|Japan Ministry of Environment||34.787161|136.857907||9.00||||||| +023446020|023446020|392023446020|NO|Permanent|6020|JPN Site 023446020|Active|MOE|Japan Ministry of Environment||34.787161|136.857907||9.00||||||| +023447010|023447010|392023447010|NO2|Permanent|7010|JPN Site 023447010|Active|MOE|Japan Ministry of Environment||34.852155|136.914288||9.00||||||| +023447010|023447010|392023447010|WS|Permanent|7010|JPN Site 023447010|Active|MOE|Japan Ministry of Environment||34.852155|136.914288||9.00||||||| +023447010|023447010|392023447010|WD|Permanent|7010|JPN Site 023447010|Active|MOE|Japan Ministry of Environment||34.852155|136.914288||9.00||||||| +023447010|023447010|392023447010|NOX|Permanent|7010|JPN Site 023447010|Active|MOE|Japan Ministry of Environment||34.852155|136.914288||9.00||||||| +023447010|023447010|392023447010|NO|Permanent|7010|JPN Site 023447010|Active|MOE|Japan Ministry of Environment||34.852155|136.914288||9.00||||||| +023481010|023481010|392023481010|NOX|Permanent|1010|JPN Site 023481010|Active|MOE|Japan Ministry of Environment||34.812439|137.030113||9.00||||||| +023481010|023481010|392023481010|NO|Permanent|1010|JPN Site 023481010|Active|MOE|Japan Ministry of Environment||34.812439|137.030113||9.00||||||| +023481010|023481010|392023481010|NO2|Permanent|1010|JPN Site 023481010|Active|MOE|Japan Ministry of Environment||34.812439|137.030113||9.00||||||| +023501010|023501010|392023501010|NO2|Permanent|1010|JPN Site 023501010|Active|MOE|Japan Ministry of Environment||34.878545|137.173432||9.00||||||| +023501010|023501010|392023501010|NOX|Permanent|1010|JPN Site 023501010|Active|MOE|Japan Ministry of Environment||34.878545|137.173432||9.00||||||| +023501010|023501010|392023501010|NO|Permanent|1010|JPN Site 023501010|Active|MOE|Japan Ministry of Environment||34.878545|137.173432||9.00||||||| +023604010|023604010|392023604010|NO2|Permanent|4010|JPN Site 023604010|Active|MOE|Japan Ministry of Environment||34.809111|137.319812||9.00||||||| +023604010|023604010|392023604010|NOX|Permanent|4010|JPN Site 023604010|Active|MOE|Japan Ministry of Environment||34.809111|137.319812||9.00||||||| +023604010|023604010|392023604010|NO|Permanent|4010|JPN Site 023604010|Active|MOE|Japan Ministry of Environment||34.809111|137.319812||9.00||||||| +023621071|023621071|392023621071|NO2|Permanent|1071|JPN Site 023621071|Active|MOE|Japan Ministry of Environment||34.698566|137.276765||9.00||||||| +023621071|023621071|392023621071|WS|Permanent|1071|JPN Site 023621071|Active|MOE|Japan Ministry of Environment||34.698566|137.276765||9.00||||||| +023621071|023621071|392023621071|WD|Permanent|1071|JPN Site 023621071|Active|MOE|Japan Ministry of Environment||34.698566|137.276765||9.00||||||| +023621071|023621071|392023621071|NOX|Permanent|1071|JPN Site 023621071|Active|MOE|Japan Ministry of Environment||34.698566|137.276765||9.00||||||| +023621071|023621071|392023621071|NO|Permanent|1071|JPN Site 023621071|Active|MOE|Japan Ministry of Environment||34.698566|137.276765||9.00||||||| +023623020|023623020|392023623020|NO2|Permanent|3020|JPN Site 023623020|Active|MOE|Japan Ministry of Environment||34.626349|137.106227||9.00||||||| +023623020|023623020|392023623020|SO2|Permanent|3020|JPN Site 023623020|Active|MOE|Japan Ministry of Environment||34.626349|137.106227||9.00||||||| +023623020|023623020|392023623020|NOX|Permanent|3020|JPN Site 023623020|Active|MOE|Japan Ministry of Environment||34.626349|137.106227||9.00||||||| +023623020|023623020|392023623020|NO|Permanent|3020|JPN Site 023623020|Active|MOE|Japan Ministry of Environment||34.626349|137.106227||9.00||||||| +024201010|024201010|392024201010|NO|Permanent|1010|JPN Site 024201010|Active|MOE|Japan Ministry of Environment||34.746881|136.487939||9.00||||||| +024201010|024201010|392024201010|NO2|Permanent|1010|JPN Site 024201010|Active|MOE|Japan Ministry of Environment||34.746881|136.487939||9.00||||||| +024201010|024201010|392024201010|SO2|Permanent|1010|JPN Site 024201010|Active|MOE|Japan Ministry of Environment||34.746881|136.487939||9.00||||||| +024201010|024201010|392024201010|WS|Permanent|1010|JPN Site 024201010|Active|MOE|Japan Ministry of Environment||34.746881|136.487939||9.00||||||| +024201010|024201010|392024201010|WD|Permanent|1010|JPN Site 024201010|Active|MOE|Japan Ministry of Environment||34.746881|136.487939||9.00||||||| +024201010|024201010|392024201010|NOX|Permanent|1010|JPN Site 024201010|Active|MOE|Japan Ministry of Environment||34.746881|136.487939||9.00||||||| +024202010|024202010|392024202010|NO2|Permanent|2010|JPN Site 024202010|Active|MOE|Japan Ministry of Environment||34.926309|136.642918||9.00||||||| +024202010|024202010|392024202010|SO2|Permanent|2010|JPN Site 024202010|Active|MOE|Japan Ministry of Environment||34.926309|136.642918||9.00||||||| +024202010|024202010|392024202010|WS|Permanent|2010|JPN Site 024202010|Active|MOE|Japan Ministry of Environment||34.926309|136.642918||9.00||||||| +024202010|024202010|392024202010|WD|Permanent|2010|JPN Site 024202010|Active|MOE|Japan Ministry of Environment||34.926309|136.642918||9.00||||||| +024202010|024202010|392024202010|NOX|Permanent|2010|JPN Site 024202010|Active|MOE|Japan Ministry of Environment||34.926309|136.642918||9.00||||||| +024202010|024202010|392024202010|NO|Permanent|2010|JPN Site 024202010|Active|MOE|Japan Ministry of Environment||34.926309|136.642918||9.00||||||| +024202030|024202030|392024202030|NO|Permanent|2030|JPN Site 024202030|Active|MOE|Japan Ministry of Environment||34.946028|136.622086||9.00||||||| +024202030|024202030|392024202030|NO2|Permanent|2030|JPN Site 024202030|Active|MOE|Japan Ministry of Environment||34.946028|136.622086||9.00||||||| +024202030|024202030|392024202030|SO2|Permanent|2030|JPN Site 024202030|Active|MOE|Japan Ministry of Environment||34.946028|136.622086||9.00||||||| +024202030|024202030|392024202030|WS|Permanent|2030|JPN Site 024202030|Active|MOE|Japan Ministry of Environment||34.946028|136.622086||9.00||||||| +024202030|024202030|392024202030|WD|Permanent|2030|JPN Site 024202030|Active|MOE|Japan Ministry of Environment||34.946028|136.622086||9.00||||||| +024202030|024202030|392024202030|NOX|Permanent|2030|JPN Site 024202030|Active|MOE|Japan Ministry of Environment||34.946028|136.622086||9.00||||||| +024202050|024202050|392024202050|WD|Permanent|2050|JPN Site 024202050|Active|MOE|Japan Ministry of Environment||35.007133|136.642081||9.00||||||| +024202050|024202050|392024202050|NOX|Permanent|2050|JPN Site 024202050|Active|MOE|Japan Ministry of Environment||35.007133|136.642081||9.00||||||| +024202050|024202050|392024202050|NO|Permanent|2050|JPN Site 024202050|Active|MOE|Japan Ministry of Environment||35.007133|136.642081||9.00||||||| +024202050|024202050|392024202050|NO2|Permanent|2050|JPN Site 024202050|Active|MOE|Japan Ministry of Environment||35.007133|136.642081||9.00||||||| +024202050|024202050|392024202050|SO2|Permanent|2050|JPN Site 024202050|Active|MOE|Japan Ministry of Environment||35.007133|136.642081||9.00||||||| +024202050|024202050|392024202050|WS|Permanent|2050|JPN Site 024202050|Active|MOE|Japan Ministry of Environment||35.007133|136.642081||9.00||||||| +024202060|024202060|392024202060|NO2|Permanent|2060|JPN Site 024202060|Active|MOE|Japan Ministry of Environment||34.980469|136.593197||9.00||||||| +024202060|024202060|392024202060|SO2|Permanent|2060|JPN Site 024202060|Active|MOE|Japan Ministry of Environment||34.980469|136.593197||9.00||||||| +024202060|024202060|392024202060|WS|Permanent|2060|JPN Site 024202060|Active|MOE|Japan Ministry of Environment||34.980469|136.593197||9.00||||||| +024202060|024202060|392024202060|WD|Permanent|2060|JPN Site 024202060|Active|MOE|Japan Ministry of Environment||34.980469|136.593197||9.00||||||| +024202060|024202060|392024202060|NOX|Permanent|2060|JPN Site 024202060|Active|MOE|Japan Ministry of Environment||34.980469|136.593197||9.00||||||| +024202060|024202060|392024202060|NO|Permanent|2060|JPN Site 024202060|Active|MOE|Japan Ministry of Environment||34.980469|136.593197||9.00||||||| +024202360|024202360|392024202360|NO|Permanent|2360|JPN Site 024202360|Active|MOE|Japan Ministry of Environment||34.936029|136.595977||9.00||||||| +024202360|024202360|392024202360|NO2|Permanent|2360|JPN Site 024202360|Active|MOE|Japan Ministry of Environment||34.936029|136.595977||9.00||||||| +024202360|024202360|392024202360|SO2|Permanent|2360|JPN Site 024202360|Active|MOE|Japan Ministry of Environment||34.936029|136.595977||9.00||||||| +024202360|024202360|392024202360|WS|Permanent|2360|JPN Site 024202360|Active|MOE|Japan Ministry of Environment||34.936029|136.595977||9.00||||||| +024202360|024202360|392024202360|WD|Permanent|2360|JPN Site 024202360|Active|MOE|Japan Ministry of Environment||34.936029|136.595977||9.00||||||| +024202360|024202360|392024202360|NOX|Permanent|2360|JPN Site 024202360|Active|MOE|Japan Ministry of Environment||34.936029|136.595977||9.00||||||| +024202370|024202370|392024202370|NO|Permanent|2370|JPN Site 024202370|Active|MOE|Japan Ministry of Environment||35.040184|136.594028||9.00||||||| +024202370|024202370|392024202370|NO2|Permanent|2370|JPN Site 024202370|Active|MOE|Japan Ministry of Environment||35.040184|136.594028||9.00||||||| +024202370|024202370|392024202370|WS|Permanent|2370|JPN Site 024202370|Active|MOE|Japan Ministry of Environment||35.040184|136.594028||9.00||||||| +024202370|024202370|392024202370|WD|Permanent|2370|JPN Site 024202370|Active|MOE|Japan Ministry of Environment||35.040184|136.594028||9.00||||||| +024202370|024202370|392024202370|NOX|Permanent|2370|JPN Site 024202370|Active|MOE|Japan Ministry of Environment||35.040184|136.594028||9.00||||||| +024202510|024202510|392024202510|SO2|Permanent|2510|JPN Site 024202510|Active|MOE|Japan Ministry of Environment||34.964915|136.634028||9.00||||||| +024202510|024202510|392024202510|WS|Permanent|2510|JPN Site 024202510|Active|MOE|Japan Ministry of Environment||34.964915|136.634028||9.00||||||| +024202510|024202510|392024202510|WD|Permanent|2510|JPN Site 024202510|Active|MOE|Japan Ministry of Environment||34.964915|136.634028||9.00||||||| +024202510|024202510|392024202510|NOX|Permanent|2510|JPN Site 024202510|Active|MOE|Japan Ministry of Environment||34.964915|136.634028||9.00||||||| +024202510|024202510|392024202510|NO|Permanent|2510|JPN Site 024202510|Active|MOE|Japan Ministry of Environment||34.964915|136.634028||9.00||||||| +024202510|024202510|392024202510|NO2|Permanent|2510|JPN Site 024202510|Active|MOE|Japan Ministry of Environment||34.964915|136.634028||9.00||||||| +024202530|024202530|392024202530|NO2|Permanent|2530|JPN Site 024202530|Active|MOE|Japan Ministry of Environment||35.004634|136.655136||9.00||||||| +024202530|024202530|392024202530|WS|Permanent|2530|JPN Site 024202530|Active|MOE|Japan Ministry of Environment||35.004634|136.655136||9.00||||||| +024202530|024202530|392024202530|WD|Permanent|2530|JPN Site 024202530|Active|MOE|Japan Ministry of Environment||35.004634|136.655136||9.00||||||| +024202530|024202530|392024202530|NOX|Permanent|2530|JPN Site 024202530|Active|MOE|Japan Ministry of Environment||35.004634|136.655136||9.00||||||| +024202530|024202530|392024202530|NO|Permanent|2530|JPN Site 024202530|Active|MOE|Japan Ministry of Environment||35.004634|136.655136||9.00||||||| +024203010|024203010|392024203010|NOX|Permanent|3010|JPN Site 024203010|Active|MOE|Japan Ministry of Environment||34.505244|136.704599||9.00||||||| +024203010|024203010|392024203010|NO|Permanent|3010|JPN Site 024203010|Active|MOE|Japan Ministry of Environment||34.505244|136.704599||9.00||||||| +024203010|024203010|392024203010|NO2|Permanent|3010|JPN Site 024203010|Active|MOE|Japan Ministry of Environment||34.505244|136.704599||9.00||||||| +024203010|024203010|392024203010|SO2|Permanent|3010|JPN Site 024203010|Active|MOE|Japan Ministry of Environment||34.505244|136.704599||9.00||||||| +024204010|024204010|392024204010|NOX|Permanent|4010|JPN Site 024204010|Active|MOE|Japan Ministry of Environment||34.564957|136.535721||9.00||||||| +024204010|024204010|392024204010|NO|Permanent|4010|JPN Site 024204010|Active|MOE|Japan Ministry of Environment||34.564957|136.535721||9.00||||||| +024204010|024204010|392024204010|NO2|Permanent|4010|JPN Site 024204010|Active|MOE|Japan Ministry of Environment||34.564957|136.535721||9.00||||||| +024204010|024204010|392024204010|SO2|Permanent|4010|JPN Site 024204010|Active|MOE|Japan Ministry of Environment||34.564957|136.535721||9.00||||||| +024204010|024204010|392024204010|WS|Permanent|4010|JPN Site 024204010|Active|MOE|Japan Ministry of Environment||34.564957|136.535721||9.00||||||| +024204010|024204010|392024204010|WD|Permanent|4010|JPN Site 024204010|Active|MOE|Japan Ministry of Environment||34.564957|136.535721||9.00||||||| +024204510|024204510|392024204510|WS|Permanent|4510|JPN Site 024204510|Active|MOE|Japan Ministry of Environment||34.638559|136.510442||9.00||||||| +024204510|024204510|392024204510|WD|Permanent|4510|JPN Site 024204510|Active|MOE|Japan Ministry of Environment||34.638559|136.510442||9.00||||||| +024204510|024204510|392024204510|NOX|Permanent|4510|JPN Site 024204510|Active|MOE|Japan Ministry of Environment||34.638559|136.510442||9.00||||||| +024204510|024204510|392024204510|NO|Permanent|4510|JPN Site 024204510|Active|MOE|Japan Ministry of Environment||34.638559|136.510442||9.00||||||| +024204510|024204510|392024204510|NO2|Permanent|4510|JPN Site 024204510|Active|MOE|Japan Ministry of Environment||34.638559|136.510442||9.00||||||| +024205010|024205010|392024205010|NO2|Permanent|5010|JPN Site 024205010|Active|MOE|Japan Ministry of Environment||35.065461|136.670965||9.00||||||| +024205010|024205010|392024205010|SO2|Permanent|5010|JPN Site 024205010|Active|MOE|Japan Ministry of Environment||35.065461|136.670965||9.00||||||| +024205010|024205010|392024205010|NOX|Permanent|5010|JPN Site 024205010|Active|MOE|Japan Ministry of Environment||35.065461|136.670965||9.00||||||| +024205010|024205010|392024205010|NO|Permanent|5010|JPN Site 024205010|Active|MOE|Japan Ministry of Environment||35.065461|136.670965||9.00||||||| +024205510|024205510|392024205510|NO|Permanent|5510|JPN Site 024205510|Active|MOE|Japan Ministry of Environment||35.057962|136.669299||9.00||||||| +024205510|024205510|392024205510|NO2|Permanent|5510|JPN Site 024205510|Active|MOE|Japan Ministry of Environment||35.057962|136.669299||9.00||||||| +024205510|024205510|392024205510|NOX|Permanent|5510|JPN Site 024205510|Active|MOE|Japan Ministry of Environment||35.057962|136.669299||9.00||||||| +024206020|024206020|392024206020|NO2|Permanent|6020|JPN Site 024206020|Active|MOE|Japan Ministry of Environment||34.762151|136.139079||9.00||||||| +024206020|024206020|392024206020|SO2|Permanent|6020|JPN Site 024206020|Active|MOE|Japan Ministry of Environment||34.762151|136.139079||9.00||||||| +024206020|024206020|392024206020|NOX|Permanent|6020|JPN Site 024206020|Active|MOE|Japan Ministry of Environment||34.762151|136.139079||9.00||||||| +024206020|024206020|392024206020|NO|Permanent|6020|JPN Site 024206020|Active|MOE|Japan Ministry of Environment||34.762151|136.139079||9.00||||||| +024207020|024207020|392024207020|WD|Permanent|7020|JPN Site 024207020|Active|MOE|Japan Ministry of Environment||34.881034|136.549872||9.00||||||| +024207020|024207020|392024207020|NOX|Permanent|7020|JPN Site 024207020|Active|MOE|Japan Ministry of Environment||34.881034|136.549872||9.00||||||| +024207020|024207020|392024207020|NO|Permanent|7020|JPN Site 024207020|Active|MOE|Japan Ministry of Environment||34.881034|136.549872||9.00||||||| +024207020|024207020|392024207020|NO2|Permanent|7020|JPN Site 024207020|Active|MOE|Japan Ministry of Environment||34.881034|136.549872||9.00||||||| +024207020|024207020|392024207020|SO2|Permanent|7020|JPN Site 024207020|Active|MOE|Japan Ministry of Environment||34.881034|136.549872||9.00||||||| +024207020|024207020|392024207020|WS|Permanent|7020|JPN Site 024207020|Active|MOE|Japan Ministry of Environment||34.881034|136.549872||9.00||||||| +024207510|024207510|392024207510|NO2|Permanent|7510|JPN Site 024207510|Active|MOE|Japan Ministry of Environment||34.841317|136.586260||9.00||||||| +024207510|024207510|392024207510|NOX|Permanent|7510|JPN Site 024207510|Active|MOE|Japan Ministry of Environment||34.841317|136.586260||9.00||||||| +024207510|024207510|392024207510|NO|Permanent|7510|JPN Site 024207510|Active|MOE|Japan Ministry of Environment||34.841317|136.586260||9.00||||||| +024208010|024208010|392024208010|NO|Permanent|8010|JPN Site 024208010|Active|MOE|Japan Ministry of Environment||34.625220|136.088811||9.00||||||| +024208010|024208010|392024208010|NO2|Permanent|8010|JPN Site 024208010|Active|MOE|Japan Ministry of Environment||34.625220|136.088811||9.00||||||| +024208010|024208010|392024208010|SO2|Permanent|8010|JPN Site 024208010|Active|MOE|Japan Ministry of Environment||34.625220|136.088811||9.00||||||| +024208010|024208010|392024208010|NOX|Permanent|8010|JPN Site 024208010|Active|MOE|Japan Ministry of Environment||34.625220|136.088811||9.00||||||| +024209210|024209210|392024209210|NO2|Permanent|9210|JPN Site 024209210|Active|MOE|Japan Ministry of Environment||34.083335|136.188550||9.00||||||| +024209210|024209210|392024209210|SO2|Permanent|9210|JPN Site 024209210|Active|MOE|Japan Ministry of Environment||34.083335|136.188550||9.00||||||| +024209210|024209210|392024209210|NOX|Permanent|9210|JPN Site 024209210|Active|MOE|Japan Ministry of Environment||34.083335|136.188550||9.00||||||| +024209210|024209210|392024209210|NO|Permanent|9210|JPN Site 024209210|Active|MOE|Japan Ministry of Environment||34.083335|136.188550||9.00||||||| +024210010|024210010|392024210010|NO2|Permanent|0010|JPN Site 024210010|Active|MOE|Japan Ministry of Environment||34.846869|136.450993||9.00||||||| +024210010|024210010|392024210010|SO2|Permanent|0010|JPN Site 024210010|Active|MOE|Japan Ministry of Environment||34.846869|136.450993||9.00||||||| +024210010|024210010|392024210010|NOX|Permanent|0010|JPN Site 024210010|Active|MOE|Japan Ministry of Environment||34.846869|136.450993||9.00||||||| +024210010|024210010|392024210010|NO|Permanent|0010|JPN Site 024210010|Active|MOE|Japan Ministry of Environment||34.846869|136.450993||9.00||||||| +024210510|024210510|392024210510|NO2|Permanent|0510|JPN Site 024210510|Active|MOE|Japan Ministry of Environment||34.859367|136.413496||9.00||||||| +024210510|024210510|392024210510|CO|Permanent|0510|JPN Site 024210510|Active|MOE|Japan Ministry of Environment||34.859367|136.413496||9.00||||||| +024210510|024210510|392024210510|SO2|Permanent|0510|JPN Site 024210510|Active|MOE|Japan Ministry of Environment||34.859367|136.413496||9.00||||||| +024210510|024210510|392024210510|NOX|Permanent|0510|JPN Site 024210510|Active|MOE|Japan Ministry of Environment||34.859367|136.413496||9.00||||||| +024210510|024210510|392024210510|NO|Permanent|0510|JPN Site 024210510|Active|MOE|Japan Ministry of Environment||34.859367|136.413496||9.00||||||| +024211010|024211010|392024211010|NO2|Permanent|1010|JPN Site 024211010|Active|MOE|Japan Ministry of Environment||34.469417|136.844867||9.00||||||| +024211010|024211010|392024211010|SO2|Permanent|1010|JPN Site 024211010|Active|MOE|Japan Ministry of Environment||34.469417|136.844867||9.00||||||| +024211010|024211010|392024211010|NOX|Permanent|1010|JPN Site 024211010|Active|MOE|Japan Ministry of Environment||34.469417|136.844867||9.00||||||| +024211010|024211010|392024211010|NO|Permanent|1010|JPN Site 024211010|Active|MOE|Japan Ministry of Environment||34.469417|136.844867||9.00||||||| +024212010|024212010|392024212010|NOX|Permanent|2010|JPN Site 024212010|Active|MOE|Japan Ministry of Environment||33.895020|136.089956||9.00||||||| +024212010|024212010|392024212010|NO|Permanent|2010|JPN Site 024212010|Active|MOE|Japan Ministry of Environment||33.895020|136.089956||9.00||||||| +024212010|024212010|392024212010|NO2|Permanent|2010|JPN Site 024212010|Active|MOE|Japan Ministry of Environment||33.895020|136.089956||9.00||||||| +024212010|024212010|392024212010|SO2|Permanent|2010|JPN Site 024212010|Active|MOE|Japan Ministry of Environment||33.895020|136.089956||9.00||||||| +024213010|024213010|392024213010|NO2|Permanent|3010|JPN Site 024213010|Active|MOE|Japan Ministry of Environment||34.681332|136.485165||9.00||||||| +024213010|024213010|392024213010|SO2|Permanent|3010|JPN Site 024213010|Active|MOE|Japan Ministry of Environment||34.681332|136.485165||9.00||||||| +024213010|024213010|392024213010|NOX|Permanent|3010|JPN Site 024213010|Active|MOE|Japan Ministry of Environment||34.681332|136.485165||9.00||||||| +024213010|024213010|392024213010|NO|Permanent|3010|JPN Site 024213010|Active|MOE|Japan Ministry of Environment||34.681332|136.485165||9.00||||||| +024215010|024215010|392024215010|WS|Permanent|5010|JPN Site 024215010|Active|MOE|Japan Ministry of Environment||34.331098|136.825430||9.00||||||| +024215010|024215010|392024215010|WD|Permanent|5010|JPN Site 024215010|Active|MOE|Japan Ministry of Environment||34.331098|136.825430||9.00||||||| +024215010|024215010|392024215010|NOX|Permanent|5010|JPN Site 024215010|Active|MOE|Japan Ministry of Environment||34.331098|136.825430||9.00||||||| +024215010|024215010|392024215010|NO|Permanent|5010|JPN Site 024215010|Active|MOE|Japan Ministry of Environment||34.331098|136.825430||9.00||||||| +024215010|024215010|392024215010|NO2|Permanent|5010|JPN Site 024215010|Active|MOE|Japan Ministry of Environment||34.331098|136.825430||9.00||||||| +024215010|024215010|392024215010|SO2|Permanent|5010|JPN Site 024215010|Active|MOE|Japan Ministry of Environment||34.331098|136.825430||9.00||||||| +024323010|024323010|392024323010|NO|Permanent|3010|JPN Site 024323010|Active|MOE|Japan Ministry of Environment||35.110454|136.534030||9.00||||||| +024323010|024323010|392024323010|NO2|Permanent|3010|JPN Site 024323010|Active|MOE|Japan Ministry of Environment||35.110454|136.534030||9.00||||||| +024323010|024323010|392024323010|SO2|Permanent|3010|JPN Site 024323010|Active|MOE|Japan Ministry of Environment||35.110454|136.534030||9.00||||||| +024323010|024323010|392024323010|NOX|Permanent|3010|JPN Site 024323010|Active|MOE|Japan Ministry of Environment||35.110454|136.534030||9.00||||||| +024341810|024341810|392024341810|TEMP|Permanent|1810|JPN Site 024341810|Active|MOE|Japan Ministry of Environment||35.023239|136.414877||9.00||||||| +024341810|024341810|392024341810|WS|Permanent|1810|JPN Site 024341810|Active|MOE|Japan Ministry of Environment||35.023239|136.414877||9.00||||||| +024341810|024341810|392024341810|WD|Permanent|1810|JPN Site 024341810|Active|MOE|Japan Ministry of Environment||35.023239|136.414877||9.00||||||| +024341810|024341810|392024341810|RHUM|Permanent|1810|JPN Site 024341810|Active|MOE|Japan Ministry of Environment||35.023239|136.414877||9.00||||||| +024342010|024342010|392024342010|SO2|Permanent|2010|JPN Site 024342010|Active|MOE|Japan Ministry of Environment||34.912699|136.624309||9.00||||||| +024342010|024342010|392024342010|WS|Permanent|2010|JPN Site 024342010|Active|MOE|Japan Ministry of Environment||34.912699|136.624309||9.00||||||| +024342010|024342010|392024342010|WD|Permanent|2010|JPN Site 024342010|Active|MOE|Japan Ministry of Environment||34.912699|136.624309||9.00||||||| +024342010|024342010|392024342010|NOX|Permanent|2010|JPN Site 024342010|Active|MOE|Japan Ministry of Environment||34.912699|136.624309||9.00||||||| +024342010|024342010|392024342010|NO|Permanent|2010|JPN Site 024342010|Active|MOE|Japan Ministry of Environment||34.912699|136.624309||9.00||||||| +024342010|024342010|392024342010|NO2|Permanent|2010|JPN Site 024342010|Active|MOE|Japan Ministry of Environment||34.912699|136.624309||9.00||||||| +024344020|024344020|392024344020|NO2|Permanent|4020|JPN Site 024344020|Active|MOE|Japan Ministry of Environment||35.024632|136.668745||9.00||||||| +024344020|024344020|392024344020|SO2|Permanent|4020|JPN Site 024344020|Active|MOE|Japan Ministry of Environment||35.024632|136.668745||9.00||||||| +024344020|024344020|392024344020|NOX|Permanent|4020|JPN Site 024344020|Active|MOE|Japan Ministry of Environment||35.024632|136.668745||9.00||||||| +024344020|024344020|392024344020|NO|Permanent|4020|JPN Site 024344020|Active|MOE|Japan Ministry of Environment||35.024632|136.668745||9.00||||||| +025201060|025201060|392025201060|NO2|Permanent|1060|JPN Site 025201060|Active|MOE|Japan Ministry of Environment||35.071557|135.876586||9.00||||||| +025201060|025201060|392025201060|NOX|Permanent|1060|JPN Site 025201060|Active|MOE|Japan Ministry of Environment||35.071557|135.876586||9.00||||||| +025201060|025201060|392025201060|NO|Permanent|1060|JPN Site 025201060|Active|MOE|Japan Ministry of Environment||35.071557|135.876586||9.00||||||| +025201070|025201070|392025201070|NO2|Permanent|1070|JPN Site 025201070|Active|MOE|Japan Ministry of Environment||35.001842|135.835204||9.00||||||| +025201070|025201070|392025201070|NOX|Permanent|1070|JPN Site 025201070|Active|MOE|Japan Ministry of Environment||35.001842|135.835204||9.00||||||| +025201070|025201070|392025201070|NO|Permanent|1070|JPN Site 025201070|Active|MOE|Japan Ministry of Environment||35.001842|135.835204||9.00||||||| +025201080|025201080|392025201080|NO2|Permanent|1080|JPN Site 025201080|Active|MOE|Japan Ministry of Environment||35.117109|135.915747||9.00||||||| +025201080|025201080|392025201080|NOX|Permanent|1080|JPN Site 025201080|Active|MOE|Japan Ministry of Environment||35.117109|135.915747||9.00||||||| +025201080|025201080|392025201080|NO|Permanent|1080|JPN Site 025201080|Active|MOE|Japan Ministry of Environment||35.117109|135.915747||9.00||||||| +025201510|025201510|392025201510|NO2|Permanent|1510|JPN Site 025201510|Active|MOE|Japan Ministry of Environment||35.005175|135.863257||9.00||||||| +025201510|025201510|392025201510|CO|Permanent|1510|JPN Site 025201510|Active|MOE|Japan Ministry of Environment||35.005175|135.863257||9.00||||||| +025201510|025201510|392025201510|NOX|Permanent|1510|JPN Site 025201510|Active|MOE|Japan Ministry of Environment||35.005175|135.863257||9.00||||||| +025201510|025201510|392025201510|NO|Permanent|1510|JPN Site 025201510|Active|MOE|Japan Ministry of Environment||35.005175|135.863257||9.00||||||| +025201540|025201540|392025201540|NO2|Permanent|1540|JPN Site 025201540|Active|MOE|Japan Ministry of Environment||34.959070|135.906033||9.00||||||| +025201540|025201540|392025201540|CO|Permanent|1540|JPN Site 025201540|Active|MOE|Japan Ministry of Environment||34.959070|135.906033||9.00||||||| +025201540|025201540|392025201540|NOX|Permanent|1540|JPN Site 025201540|Active|MOE|Japan Ministry of Environment||34.959070|135.906033||9.00||||||| +025201540|025201540|392025201540|NO|Permanent|1540|JPN Site 025201540|Active|MOE|Japan Ministry of Environment||34.959070|135.906033||9.00||||||| +025201570|025201570|392025201570|NOX|Permanent|1570|JPN Site 025201570|Active|MOE|Japan Ministry of Environment||34.962960|135.968528||9.00||||||| +025201570|025201570|392025201570|NO|Permanent|1570|JPN Site 025201570|Active|MOE|Japan Ministry of Environment||34.962960|135.968528||9.00||||||| +025201570|025201570|392025201570|NO2|Permanent|1570|JPN Site 025201570|Active|MOE|Japan Ministry of Environment||34.962960|135.968528||9.00||||||| +025201570|025201570|392025201570|CO|Permanent|1570|JPN Site 025201570|Active|MOE|Japan Ministry of Environment||34.962960|135.968528||9.00||||||| +025202090|025202090|392025202090|NO2|Permanent|2090|JPN Site 025202090|Active|MOE|Japan Ministry of Environment||35.255155|136.236548||9.00||||||| +025202090|025202090|392025202090|NOX|Permanent|2090|JPN Site 025202090|Active|MOE|Japan Ministry of Environment||35.255155|136.236548||9.00||||||| +025202090|025202090|392025202090|NO|Permanent|2090|JPN Site 025202090|Active|MOE|Japan Ministry of Environment||35.255155|136.236548||9.00||||||| +025203030|025203030|392025203030|NO|Permanent|3030|JPN Site 025203030|Active|MOE|Japan Ministry of Environment||35.391808|136.264039||9.00||||||| +025203030|025203030|392025203030|NO2|Permanent|3030|JPN Site 025203030|Active|MOE|Japan Ministry of Environment||35.391808|136.264039||9.00||||||| +025203030|025203030|392025203030|CO|Permanent|3030|JPN Site 025203030|Active|MOE|Japan Ministry of Environment||35.391808|136.264039||9.00||||||| +025203030|025203030|392025203030|SO2|Permanent|3030|JPN Site 025203030|Active|MOE|Japan Ministry of Environment||35.391808|136.264039||9.00||||||| +025203030|025203030|392025203030|NOX|Permanent|3030|JPN Site 025203030|Active|MOE|Japan Ministry of Environment||35.391808|136.264039||9.00||||||| +025204050|025204050|392025204050|NO|Permanent|4050|JPN Site 025204050|Active|MOE|Japan Ministry of Environment||35.126555|136.095454||9.00||||||| +025204050|025204050|392025204050|NO2|Permanent|4050|JPN Site 025204050|Active|MOE|Japan Ministry of Environment||35.126555|136.095454||9.00||||||| +025204050|025204050|392025204050|SO2|Permanent|4050|JPN Site 025204050|Active|MOE|Japan Ministry of Environment||35.126555|136.095454||9.00||||||| +025204050|025204050|392025204050|NOX|Permanent|4050|JPN Site 025204050|Active|MOE|Japan Ministry of Environment||35.126555|136.095454||9.00||||||| +025205030|025205030|392025205030|SO2|Permanent|5030|JPN Site 025205030|Active|MOE|Japan Ministry of Environment||35.106282|136.206002||9.00||||||| +025205030|025205030|392025205030|NOX|Permanent|5030|JPN Site 025205030|Active|MOE|Japan Ministry of Environment||35.106282|136.206002||9.00||||||| +025205030|025205030|392025205030|NO|Permanent|5030|JPN Site 025205030|Active|MOE|Japan Ministry of Environment||35.106282|136.206002||9.00||||||| +025205030|025205030|392025205030|NO2|Permanent|5030|JPN Site 025205030|Active|MOE|Japan Ministry of Environment||35.106282|136.206002||9.00||||||| +025205030|025205030|392025205030|CO|Permanent|5030|JPN Site 025205030|Active|MOE|Japan Ministry of Environment||35.106282|136.206002||9.00||||||| +025206030|025206030|392025206030|NO2|Permanent|6030|JPN Site 025206030|Active|MOE|Japan Ministry of Environment||35.013232|135.950472||9.00||||||| +025206030|025206030|392025206030|SO2|Permanent|6030|JPN Site 025206030|Active|MOE|Japan Ministry of Environment||35.013232|135.950472||9.00||||||| +025206030|025206030|392025206030|NOX|Permanent|6030|JPN Site 025206030|Active|MOE|Japan Ministry of Environment||35.013232|135.950472||9.00||||||| +025206030|025206030|392025206030|NO|Permanent|6030|JPN Site 025206030|Active|MOE|Japan Ministry of Environment||35.013232|135.950472||9.00||||||| +025206510|025206510|392025206510|NO2|Permanent|6510|JPN Site 025206510|Active|MOE|Japan Ministry of Environment||35.014621|135.957971||9.00||||||| +025206510|025206510|392025206510|CO|Permanent|6510|JPN Site 025206510|Active|MOE|Japan Ministry of Environment||35.014621|135.957971||9.00||||||| +025206510|025206510|392025206510|SO2|Permanent|6510|JPN Site 025206510|Active|MOE|Japan Ministry of Environment||35.014621|135.957971||9.00||||||| +025206510|025206510|392025206510|NOX|Permanent|6510|JPN Site 025206510|Active|MOE|Japan Ministry of Environment||35.014621|135.957971||9.00||||||| +025206510|025206510|392025206510|NO|Permanent|6510|JPN Site 025206510|Active|MOE|Japan Ministry of Environment||35.014621|135.957971||9.00||||||| +025207010|025207010|392025207010|NOX|Permanent|7010|JPN Site 025207010|Active|MOE|Japan Ministry of Environment||35.063227|135.986022||9.00||||||| +025207010|025207010|392025207010|NO|Permanent|7010|JPN Site 025207010|Active|MOE|Japan Ministry of Environment||35.063227|135.986022||9.00||||||| +025207010|025207010|392025207010|NO2|Permanent|7010|JPN Site 025207010|Active|MOE|Japan Ministry of Environment||35.063227|135.986022||9.00||||||| +025207010|025207010|392025207010|CO|Permanent|7010|JPN Site 025207010|Active|MOE|Japan Ministry of Environment||35.063227|135.986022||9.00||||||| +025207010|025207010|392025207010|SO2|Permanent|7010|JPN Site 025207010|Active|MOE|Japan Ministry of Environment||35.063227|135.986022||9.00||||||| +025209010|025209010|392025209010|NOX|Permanent|9010|JPN Site 025209010|Active|MOE|Japan Ministry of Environment||34.967685|136.162123||9.00||||||| +025209010|025209010|392025209010|NO|Permanent|9010|JPN Site 025209010|Active|MOE|Japan Ministry of Environment||34.967685|136.162123||9.00||||||| +025209010|025209010|392025209010|NO2|Permanent|9010|JPN Site 025209010|Active|MOE|Japan Ministry of Environment||34.967685|136.162123||9.00||||||| +026101010|026101010|392026101010|CO|Permanent|1010|JPN Site 026101010|Active|MOE|Japan Ministry of Environment||35.040447|135.737988||9.00||||||| +026101010|026101010|392026101010|NOX|Permanent|1010|JPN Site 026101010|Active|MOE|Japan Ministry of Environment||35.040447|135.737988||9.00||||||| +026101010|026101010|392026101010|NO|Permanent|1010|JPN Site 026101010|Active|MOE|Japan Ministry of Environment||35.040447|135.737988||9.00||||||| +026101010|026101010|392026101010|NO2|Permanent|1010|JPN Site 026101010|Active|MOE|Japan Ministry of Environment||35.040447|135.737988||9.00||||||| +026102510|026102510|392026102510|NO2|Permanent|2510|JPN Site 026102510|Active|MOE|Japan Ministry of Environment||35.033782|135.759375||9.00||||||| +026102510|026102510|392026102510|NOX|Permanent|2510|JPN Site 026102510|Active|MOE|Japan Ministry of Environment||35.033782|135.759375||9.00||||||| +026102510|026102510|392026102510|NO|Permanent|2510|JPN Site 026102510|Active|MOE|Japan Ministry of Environment||35.033782|135.759375||9.00||||||| +026103010|026103010|392026103010|NO2|Permanent|3010|JPN Site 026103010|Active|MOE|Japan Ministry of Environment||35.038504|135.780207||9.00||||||| +026103010|026103010|392026103010|NOX|Permanent|3010|JPN Site 026103010|Active|MOE|Japan Ministry of Environment||35.038504|135.780207||9.00||||||| +026103010|026103010|392026103010|NO|Permanent|3010|JPN Site 026103010|Active|MOE|Japan Ministry of Environment||35.038504|135.780207||9.00||||||| +026104060|026104060|392026104060|SO2|Permanent|4060|JPN Site 026104060|Active|MOE|Japan Ministry of Environment||34.998229|135.734101||9.00||||||| +026104060|026104060|392026104060|NOX|Permanent|4060|JPN Site 026104060|Active|MOE|Japan Ministry of Environment||34.998229|135.734101||9.00||||||| +026104060|026104060|392026104060|NO|Permanent|4060|JPN Site 026104060|Active|MOE|Japan Ministry of Environment||34.998229|135.734101||9.00||||||| +026104060|026104060|392026104060|NO2|Permanent|4060|JPN Site 026104060|Active|MOE|Japan Ministry of Environment||34.998229|135.734101||9.00||||||| +026104510|026104510|392026104510|NO2|Permanent|4510|JPN Site 026104510|Active|MOE|Japan Ministry of Environment||35.003785|135.748544||9.00||||||| +026104510|026104510|392026104510|CO|Permanent|4510|JPN Site 026104510|Active|MOE|Japan Ministry of Environment||35.003785|135.748544||9.00||||||| +026104510|026104510|392026104510|NOX|Permanent|4510|JPN Site 026104510|Active|MOE|Japan Ministry of Environment||35.003785|135.748544||9.00||||||| +026104510|026104510|392026104510|NO|Permanent|4510|JPN Site 026104510|Active|MOE|Japan Ministry of Environment||35.003785|135.748544||9.00||||||| +026104520|026104520|392026104520|NO2|Permanent|4520|JPN Site 026104520|Active|MOE|Japan Ministry of Environment||35.022394|135.731600||9.00||||||| +026104520|026104520|392026104520|NOX|Permanent|4520|JPN Site 026104520|Active|MOE|Japan Ministry of Environment||35.022394|135.731600||9.00||||||| +026104520|026104520|392026104520|NO|Permanent|4520|JPN Site 026104520|Active|MOE|Japan Ministry of Environment||35.022394|135.731600||9.00||||||| +026107510|026107510|392026107510|NO2|Permanent|7510|JPN Site 026107510|Active|MOE|Japan Ministry of Environment||34.976843|135.746324||9.00||||||| +026107510|026107510|392026107510|CO|Permanent|7510|JPN Site 026107510|Active|MOE|Japan Ministry of Environment||34.976843|135.746324||9.00||||||| +026107510|026107510|392026107510|NOX|Permanent|7510|JPN Site 026107510|Active|MOE|Japan Ministry of Environment||34.976843|135.746324||9.00||||||| +026107510|026107510|392026107510|NO|Permanent|7510|JPN Site 026107510|Active|MOE|Japan Ministry of Environment||34.976843|135.746324||9.00||||||| +026109010|026109010|392026109010|NO2|Permanent|9010|JPN Site 026109010|Active|MOE|Japan Ministry of Environment||34.935459|135.761324||9.00||||||| +026109010|026109010|392026109010|SO2|Permanent|9010|JPN Site 026109010|Active|MOE|Japan Ministry of Environment||34.935459|135.761324||9.00||||||| +026109010|026109010|392026109010|NOX|Permanent|9010|JPN Site 026109010|Active|MOE|Japan Ministry of Environment||34.935459|135.761324||9.00||||||| +026109010|026109010|392026109010|NO|Permanent|9010|JPN Site 026109010|Active|MOE|Japan Ministry of Environment||34.935459|135.761324||9.00||||||| +026109020|026109020|392026109020|NOX|Permanent|9020|JPN Site 026109020|Active|MOE|Japan Ministry of Environment||34.938236|135.732160||9.00||||||| +026109020|026109020|392026109020|NO|Permanent|9020|JPN Site 026109020|Active|MOE|Japan Ministry of Environment||34.938236|135.732160||9.00||||||| +026109020|026109020|392026109020|NO2|Permanent|9020|JPN Site 026109020|Active|MOE|Japan Ministry of Environment||34.938236|135.732160||9.00||||||| +026109030|026109030|392026109030|NOX|Permanent|9030|JPN Site 026109030|Active|MOE|Japan Ministry of Environment||34.945459|135.807153||9.00||||||| +026109030|026109030|392026109030|NO|Permanent|9030|JPN Site 026109030|Active|MOE|Japan Ministry of Environment||34.945459|135.807153||9.00||||||| +026109030|026109030|392026109030|NO2|Permanent|9030|JPN Site 026109030|Active|MOE|Japan Ministry of Environment||34.945459|135.807153||9.00||||||| +026110010|026110010|392026110010|NO|Permanent|0010|JPN Site 026110010|Active|MOE|Japan Ministry of Environment||34.988510|135.812151||9.00||||||| +026110010|026110010|392026110010|NO2|Permanent|0010|JPN Site 026110010|Active|MOE|Japan Ministry of Environment||34.988510|135.812151||9.00||||||| +026110010|026110010|392026110010|SO2|Permanent|0010|JPN Site 026110010|Active|MOE|Japan Ministry of Environment||34.988510|135.812151||9.00||||||| +026110010|026110010|392026110010|NOX|Permanent|0010|JPN Site 026110010|Active|MOE|Japan Ministry of Environment||34.988510|135.812151||9.00||||||| +026110510|026110510|392026110510|NOX|Permanent|0510|JPN Site 026110510|Active|MOE|Japan Ministry of Environment||34.972400|135.813540||9.00||||||| +026110510|026110510|392026110510|NO|Permanent|0510|JPN Site 026110510|Active|MOE|Japan Ministry of Environment||34.972400|135.813540||9.00||||||| +026110510|026110510|392026110510|NO2|Permanent|0510|JPN Site 026110510|Active|MOE|Japan Ministry of Environment||34.972400|135.813540||9.00||||||| +026110510|026110510|392026110510|CO|Permanent|0510|JPN Site 026110510|Active|MOE|Japan Ministry of Environment||34.972400|135.813540||9.00||||||| +026111010|026111010|392026111010|NOX|Permanent|1010|JPN Site 026111010|Active|MOE|Japan Ministry of Environment||34.972121|135.697717||9.00||||||| +026111010|026111010|392026111010|NO|Permanent|1010|JPN Site 026111010|Active|MOE|Japan Ministry of Environment||34.972121|135.697717||9.00||||||| +026111010|026111010|392026111010|NO2|Permanent|1010|JPN Site 026111010|Active|MOE|Japan Ministry of Environment||34.972121|135.697717||9.00||||||| +026111010|026111010|392026111010|SO2|Permanent|1010|JPN Site 026111010|Active|MOE|Japan Ministry of Environment||34.972121|135.697717||9.00||||||| +026201040|026201040|392026201040|NOX|Permanent|1040|JPN Site 026201040|Active|MOE|Japan Ministry of Environment||35.295132|135.125527||9.00||||||| +026201040|026201040|392026201040|NO|Permanent|1040|JPN Site 026201040|Active|MOE|Japan Ministry of Environment||35.295132|135.125527||9.00||||||| +026201040|026201040|392026201040|NO2|Permanent|1040|JPN Site 026201040|Active|MOE|Japan Ministry of Environment||35.295132|135.125527||9.00||||||| +026201040|026201040|392026201040|SO2|Permanent|1040|JPN Site 026201040|Active|MOE|Japan Ministry of Environment||35.295132|135.125527||9.00||||||| +026202030|026202030|392026202030|SO2|Permanent|2030|JPN Site 026202030|Active|MOE|Japan Ministry of Environment||35.472617|135.399385||9.00||||||| +026202030|026202030|392026202030|NOX|Permanent|2030|JPN Site 026202030|Active|MOE|Japan Ministry of Environment||35.472617|135.399385||9.00||||||| +026202030|026202030|392026202030|NO|Permanent|2030|JPN Site 026202030|Active|MOE|Japan Ministry of Environment||35.472617|135.399385||9.00||||||| +026202030|026202030|392026202030|NO2|Permanent|2030|JPN Site 026202030|Active|MOE|Japan Ministry of Environment||35.472617|135.399385||9.00||||||| +026203010|026203010|392026203010|NO2|Permanent|3010|JPN Site 026203010|Active|MOE|Japan Ministry of Environment||35.302077|135.242184||9.00||||||| +026203010|026203010|392026203010|NOX|Permanent|3010|JPN Site 026203010|Active|MOE|Japan Ministry of Environment||35.302077|135.242184||9.00||||||| +026203010|026203010|392026203010|NO|Permanent|3010|JPN Site 026203010|Active|MOE|Japan Ministry of Environment||35.302077|135.242184||9.00||||||| +026204010|026204010|392026204010|NO2|Permanent|4010|JPN Site 026204010|Active|MOE|Japan Ministry of Environment||34.887687|135.797712||9.00||||||| +026204010|026204010|392026204010|NOX|Permanent|4010|JPN Site 026204010|Active|MOE|Japan Ministry of Environment||34.887687|135.797712||9.00||||||| +026204010|026204010|392026204010|NO|Permanent|4010|JPN Site 026204010|Active|MOE|Japan Ministry of Environment||34.887687|135.797712||9.00||||||| +026205020|026205020|392026205020|NO2|Permanent|5020|JPN Site 026205020|Active|MOE|Japan Ministry of Environment||35.533163|135.199677||9.00||||||| +026205020|026205020|392026205020|NOX|Permanent|5020|JPN Site 026205020|Active|MOE|Japan Ministry of Environment||35.533163|135.199677||9.00||||||| +026205020|026205020|392026205020|NO|Permanent|5020|JPN Site 026205020|Active|MOE|Japan Ministry of Environment||35.533163|135.199677||9.00||||||| +026206010|026206010|392026206010|NO2|Permanent|6010|JPN Site 026206010|Active|MOE|Japan Ministry of Environment||35.012947|135.566337||9.00||||||| +026206010|026206010|392026206010|SO2|Permanent|6010|JPN Site 026206010|Active|MOE|Japan Ministry of Environment||35.012947|135.566337||9.00||||||| +026206010|026206010|392026206010|NOX|Permanent|6010|JPN Site 026206010|Active|MOE|Japan Ministry of Environment||35.012947|135.566337||9.00||||||| +026206010|026206010|392026206010|NO|Permanent|6010|JPN Site 026206010|Active|MOE|Japan Ministry of Environment||35.012947|135.566337||9.00||||||| +026207030|026207030|392026207030|NO2|Permanent|7030|JPN Site 026207030|Active|MOE|Japan Ministry of Environment||34.852690|135.790214||9.00||||||| +026207030|026207030|392026207030|NOX|Permanent|7030|JPN Site 026207030|Active|MOE|Japan Ministry of Environment||34.852690|135.790214||9.00||||||| +026207030|026207030|392026207030|NO|Permanent|7030|JPN Site 026207030|Active|MOE|Japan Ministry of Environment||34.852690|135.790214||9.00||||||| +026208020|026208020|392026208020|NO2|Permanent|8020|JPN Site 026208020|Active|MOE|Japan Ministry of Environment||34.946846|135.704106||9.00||||||| +026208020|026208020|392026208020|SO2|Permanent|8020|JPN Site 026208020|Active|MOE|Japan Ministry of Environment||34.946846|135.704106||9.00||||||| +026208020|026208020|392026208020|NOX|Permanent|8020|JPN Site 026208020|Active|MOE|Japan Ministry of Environment||34.946846|135.704106||9.00||||||| +026208020|026208020|392026208020|NO|Permanent|8020|JPN Site 026208020|Active|MOE|Japan Ministry of Environment||34.946846|135.704106||9.00||||||| +026210510|026210510|392026210510|NO2|Permanent|0510|JPN Site 026210510|Active|MOE|Japan Ministry of Environment||34.856022|135.715776||9.00||||||| +026210510|026210510|392026210510|NOX|Permanent|0510|JPN Site 026210510|Active|MOE|Japan Ministry of Environment||34.856022|135.715776||9.00||||||| +026210510|026210510|392026210510|NO|Permanent|0510|JPN Site 026210510|Active|MOE|Japan Ministry of Environment||34.856022|135.715776||9.00||||||| +026212010|026212010|392026212010|NO2|Permanent|2010|JPN Site 026212010|Active|MOE|Japan Ministry of Environment||35.628984|135.070516||9.00||||||| +026212010|026212010|392026212010|NOX|Permanent|2010|JPN Site 026212010|Active|MOE|Japan Ministry of Environment||35.628984|135.070516||9.00||||||| +026212010|026212010|392026212010|NO|Permanent|2010|JPN Site 026212010|Active|MOE|Japan Ministry of Environment||35.628984|135.070516||9.00||||||| +026213010|026213010|392026213010|NO|Permanent|3010|JPN Site 026213010|Active|MOE|Japan Ministry of Environment||35.111824|135.452175||9.00||||||| +026213010|026213010|392026213010|NO2|Permanent|3010|JPN Site 026213010|Active|MOE|Japan Ministry of Environment||35.111824|135.452175||9.00||||||| +026213010|026213010|392026213010|NOX|Permanent|3010|JPN Site 026213010|Active|MOE|Japan Ministry of Environment||35.111824|135.452175||9.00||||||| +026303020|026303020|392026303020|NO|Permanent|3020|JPN Site 026303020|Active|MOE|Japan Ministry of Environment||34.907127|135.691887||9.00||||||| +026303020|026303020|392026303020|NO2|Permanent|3020|JPN Site 026303020|Active|MOE|Japan Ministry of Environment||34.907127|135.691887||9.00||||||| +026303020|026303020|392026303020|NOX|Permanent|3020|JPN Site 026303020|Active|MOE|Japan Ministry of Environment||34.907127|135.691887||9.00||||||| +026303510|026303510|392026303510|NO2|Permanent|3510|JPN Site 026303510|Active|MOE|Japan Ministry of Environment||34.891851|135.683555||9.00||||||| +026303510|026303510|392026303510|CO|Permanent|3510|JPN Site 026303510|Active|MOE|Japan Ministry of Environment||34.891851|135.683555||9.00||||||| +026303510|026303510|392026303510|NOX|Permanent|3510|JPN Site 026303510|Active|MOE|Japan Ministry of Environment||34.891851|135.683555||9.00||||||| +026303510|026303510|392026303510|NO|Permanent|3510|JPN Site 026303510|Active|MOE|Japan Ministry of Environment||34.891851|135.683555||9.00||||||| +026322020|026322020|392026322020|SO2|Permanent|2020|JPN Site 026322020|Active|MOE|Japan Ministry of Environment||34.887408|135.736884||9.00||||||| +026322020|026322020|392026322020|NOX|Permanent|2020|JPN Site 026322020|Active|MOE|Japan Ministry of Environment||34.887408|135.736884||9.00||||||| +026322020|026322020|392026322020|NO|Permanent|2020|JPN Site 026322020|Active|MOE|Japan Ministry of Environment||34.887408|135.736884||9.00||||||| +026322020|026322020|392026322020|NO2|Permanent|2020|JPN Site 026322020|Active|MOE|Japan Ministry of Environment||34.887408|135.736884||9.00||||||| +026342020|026342020|392026342020|NOX|Permanent|2020|JPN Site 026342020|Active|MOE|Japan Ministry of Environment||34.824082|135.769106||9.00||||||| +026342020|026342020|392026342020|NO|Permanent|2020|JPN Site 026342020|Active|MOE|Japan Ministry of Environment||34.824082|135.769106||9.00||||||| +026342020|026342020|392026342020|NO2|Permanent|2020|JPN Site 026342020|Active|MOE|Japan Ministry of Environment||34.824082|135.769106||9.00||||||| +026362020|026362020|392026362020|NO2|Permanent|2020|JPN Site 026362020|Active|MOE|Japan Ministry of Environment||34.739370|135.828272||9.00||||||| +026362020|026362020|392026362020|SO2|Permanent|2020|JPN Site 026362020|Active|MOE|Japan Ministry of Environment||34.739370|135.828272||9.00||||||| +026362020|026362020|392026362020|NOX|Permanent|2020|JPN Site 026362020|Active|MOE|Japan Ministry of Environment||34.739370|135.828272||9.00||||||| +026362020|026362020|392026362020|NO|Permanent|2020|JPN Site 026362020|Active|MOE|Japan Ministry of Environment||34.739370|135.828272||9.00||||||| +026366030|026366030|392026366030|NO2|Permanent|6030|JPN Site 026366030|Active|MOE|Japan Ministry of Environment||34.749090|135.762722||9.00||||||| +026366030|026366030|392026366030|NOX|Permanent|6030|JPN Site 026366030|Active|MOE|Japan Ministry of Environment||34.749090|135.762722||9.00||||||| +026366030|026366030|392026366030|NO|Permanent|6030|JPN Site 026366030|Active|MOE|Japan Ministry of Environment||34.749090|135.762722||9.00||||||| +027101010|027101010|392027101010|NO2|Permanent|1010|JPN Site 027101010|Active|MOE|Japan Ministry of Environment||34.711867|135.510800||9.00||||||| +027101010|027101010|392027101010|NOX|Permanent|1010|JPN Site 027101010|Active|MOE|Japan Ministry of Environment||34.711867|135.510800||9.00||||||| +027101010|027101010|392027101010|NO|Permanent|1010|JPN Site 027101010|Active|MOE|Japan Ministry of Environment||34.711867|135.510800||9.00||||||| +027101510|027101510|392027101510|NO2|Permanent|1510|JPN Site 027101510|Active|MOE|Japan Ministry of Environment||34.697424|135.501357||9.00||||||| +027101510|027101510|392027101510|CO|Permanent|1510|JPN Site 027101510|Active|MOE|Japan Ministry of Environment||34.697424|135.501357||9.00||||||| +027101510|027101510|392027101510|NOX|Permanent|1510|JPN Site 027101510|Active|MOE|Japan Ministry of Environment||34.697424|135.501357||9.00||||||| +027101510|027101510|392027101510|NO|Permanent|1510|JPN Site 027101510|Active|MOE|Japan Ministry of Environment||34.697424|135.501357||9.00||||||| +027103510|027103510|392027103510|NO|Permanent|3510|JPN Site 027103510|Active|MOE|Japan Ministry of Environment||34.697424|135.470248||9.00||||||| +027103510|027103510|392027103510|NO2|Permanent|3510|JPN Site 027103510|Active|MOE|Japan Ministry of Environment||34.697424|135.470248||9.00||||||| +027103510|027103510|392027103510|SO2|Permanent|3510|JPN Site 027103510|Active|MOE|Japan Ministry of Environment||34.697424|135.470248||9.00||||||| +027103510|027103510|392027103510|NOX|Permanent|3510|JPN Site 027103510|Active|MOE|Japan Ministry of Environment||34.697424|135.470248||9.00||||||| +027104010|027104010|392027104010|SO2|Permanent|4010|JPN Site 027104010|Active|MOE|Japan Ministry of Environment||34.682703|135.452195||9.00||||||| +027104010|027104010|392027104010|WS|Permanent|4010|JPN Site 027104010|Active|MOE|Japan Ministry of Environment||34.682703|135.452195||9.00||||||| +027104010|027104010|392027104010|WD|Permanent|4010|JPN Site 027104010|Active|MOE|Japan Ministry of Environment||34.682703|135.452195||9.00||||||| +027104010|027104010|392027104010|NOX|Permanent|4010|JPN Site 027104010|Active|MOE|Japan Ministry of Environment||34.682703|135.452195||9.00||||||| +027104010|027104010|392027104010|NO|Permanent|4010|JPN Site 027104010|Active|MOE|Japan Ministry of Environment||34.682703|135.452195||9.00||||||| +027104010|027104010|392027104010|NO2|Permanent|4010|JPN Site 027104010|Active|MOE|Japan Ministry of Environment||34.682703|135.452195||9.00||||||| +027106010|027106010|392027106010|NOX|Permanent|6010|JPN Site 027106010|Active|MOE|Japan Ministry of Environment||34.676315|135.470249||9.00||||||| +027106010|027106010|392027106010|NO|Permanent|6010|JPN Site 027106010|Active|MOE|Japan Ministry of Environment||34.676315|135.470249||9.00||||||| +027106010|027106010|392027106010|NO2|Permanent|6010|JPN Site 027106010|Active|MOE|Japan Ministry of Environment||34.676315|135.470249||9.00||||||| +027106010|027106010|392027106010|SO2|Permanent|6010|JPN Site 027106010|Active|MOE|Japan Ministry of Environment||34.676315|135.470249||9.00||||||| +027108010|027108010|392027108010|NO2|Permanent|8010|JPN Site 027108010|Active|MOE|Japan Ministry of Environment||34.640763|135.474139||9.00||||||| +027108010|027108010|392027108010|SO2|Permanent|8010|JPN Site 027108010|Active|MOE|Japan Ministry of Environment||34.640763|135.474139||9.00||||||| +027108010|027108010|392027108010|TEMP|Permanent|8010|JPN Site 027108010|Active|MOE|Japan Ministry of Environment||34.640763|135.474139||9.00||||||| +027108010|027108010|392027108010|WS|Permanent|8010|JPN Site 027108010|Active|MOE|Japan Ministry of Environment||34.640763|135.474139||9.00||||||| +027108010|027108010|392027108010|WD|Permanent|8010|JPN Site 027108010|Active|MOE|Japan Ministry of Environment||34.640763|135.474139||9.00||||||| +027108010|027108010|392027108010|NOX|Permanent|8010|JPN Site 027108010|Active|MOE|Japan Ministry of Environment||34.640763|135.474139||9.00||||||| +027108010|027108010|392027108010|NO|Permanent|8010|JPN Site 027108010|Active|MOE|Japan Ministry of Environment||34.640763|135.474139||9.00||||||| +027113010|027113010|392027113010|NO2|Permanent|3010|JPN Site 027113010|Active|MOE|Japan Ministry of Environment||34.705478|135.440806||9.00||||||| +027113010|027113010|392027113010|SO2|Permanent|3010|JPN Site 027113010|Active|MOE|Japan Ministry of Environment||34.705478|135.440806||9.00||||||| +027113010|027113010|392027113010|WS|Permanent|3010|JPN Site 027113010|Active|MOE|Japan Ministry of Environment||34.705478|135.440806||9.00||||||| +027113010|027113010|392027113010|WD|Permanent|3010|JPN Site 027113010|Active|MOE|Japan Ministry of Environment||34.705478|135.440806||9.00||||||| +027113010|027113010|392027113010|NOX|Permanent|3010|JPN Site 027113010|Active|MOE|Japan Ministry of Environment||34.705478|135.440806||9.00||||||| +027113010|027113010|392027113010|NO|Permanent|3010|JPN Site 027113010|Active|MOE|Japan Ministry of Environment||34.705478|135.440806||9.00||||||| +027113510|027113510|392027113510|NO|Permanent|3510|JPN Site 027113510|Active|MOE|Japan Ministry of Environment||34.704089|135.436917||9.00||||||| +027113510|027113510|392027113510|NO2|Permanent|3510|JPN Site 027113510|Active|MOE|Japan Ministry of Environment||34.704089|135.436917||9.00||||||| +027113510|027113510|392027113510|CO|Permanent|3510|JPN Site 027113510|Active|MOE|Japan Ministry of Environment||34.704089|135.436917||9.00||||||| +027113510|027113510|392027113510|SO2|Permanent|3510|JPN Site 027113510|Active|MOE|Japan Ministry of Environment||34.704089|135.436917||9.00||||||| +027113510|027113510|392027113510|NOX|Permanent|3510|JPN Site 027113510|Active|MOE|Japan Ministry of Environment||34.704089|135.436917||9.00||||||| +027114510|027114510|392027114510|NO2|Permanent|4510|JPN Site 027114510|Active|MOE|Japan Ministry of Environment||34.748530|135.528019||9.00||||||| +027114510|027114510|392027114510|NOX|Permanent|4510|JPN Site 027114510|Active|MOE|Japan Ministry of Environment||34.748530|135.528019||9.00||||||| +027114510|027114510|392027114510|NO|Permanent|4510|JPN Site 027114510|Active|MOE|Japan Ministry of Environment||34.748530|135.528019||9.00||||||| +027115010|027115010|392027115010|NO|Permanent|5010|JPN Site 027115010|Active|MOE|Japan Ministry of Environment||34.679649|135.535244||9.00||||||| +027115010|027115010|392027115010|SO2|Permanent|5010|JPN Site 027115010|Active|MOE|Japan Ministry of Environment||34.679649|135.535244||9.00||||||| +027115010|027115010|392027115010|NO2|Permanent|5010|JPN Site 027115010|Active|MOE|Japan Ministry of Environment||34.679649|135.535244||9.00||||||| +027115010|027115010|392027115010|CO|Permanent|5010|JPN Site 027115010|Active|MOE|Japan Ministry of Environment||34.679649|135.535244||9.00||||||| +027115010|027115010|392027115010|TEMP|Permanent|5010|JPN Site 027115010|Active|MOE|Japan Ministry of Environment||34.679649|135.535244||9.00||||||| +027115010|027115010|392027115010|WS|Permanent|5010|JPN Site 027115010|Active|MOE|Japan Ministry of Environment||34.679649|135.535244||9.00||||||| +027115010|027115010|392027115010|WD|Permanent|5010|JPN Site 027115010|Active|MOE|Japan Ministry of Environment||34.679649|135.535244||9.00||||||| +027115010|027115010|392027115010|RHUM|Permanent|5010|JPN Site 027115010|Active|MOE|Japan Ministry of Environment||34.679649|135.535244||9.00||||||| +027115010|027115010|392027115010|NOX|Permanent|5010|JPN Site 027115010|Active|MOE|Japan Ministry of Environment||34.679649|135.535244||9.00||||||| +027115510|027115510|392027115510|NO2|Permanent|5510|JPN Site 027115510|Active|MOE|Japan Ministry of Environment||34.668817|135.542744||9.00||||||| +027115510|027115510|392027115510|CO|Permanent|5510|JPN Site 027115510|Active|MOE|Japan Ministry of Environment||34.668817|135.542744||9.00||||||| +027115510|027115510|392027115510|NOX|Permanent|5510|JPN Site 027115510|Active|MOE|Japan Ministry of Environment||34.668817|135.542744||9.00||||||| +027115510|027115510|392027115510|NO|Permanent|5510|JPN Site 027115510|Active|MOE|Japan Ministry of Environment||34.668817|135.542744||9.00||||||| +027116010|027116010|392027116010|NO2|Permanent|6010|JPN Site 027116010|Active|MOE|Japan Ministry of Environment||34.656318|135.534134||9.00||||||| +027116010|027116010|392027116010|SO2|Permanent|6010|JPN Site 027116010|Active|MOE|Japan Ministry of Environment||34.656318|135.534134||9.00||||||| +027116010|027116010|392027116010|WS|Permanent|6010|JPN Site 027116010|Active|MOE|Japan Ministry of Environment||34.656318|135.534134||9.00||||||| +027116010|027116010|392027116010|WD|Permanent|6010|JPN Site 027116010|Active|MOE|Japan Ministry of Environment||34.656318|135.534134||9.00||||||| +027116010|027116010|392027116010|NOX|Permanent|6010|JPN Site 027116010|Active|MOE|Japan Ministry of Environment||34.656318|135.534134||9.00||||||| +027116010|027116010|392027116010|NO|Permanent|6010|JPN Site 027116010|Active|MOE|Japan Ministry of Environment||34.656318|135.534134||9.00||||||| +027117010|027117010|392027117010|NO2|Permanent|7010|JPN Site 027117010|Active|MOE|Japan Ministry of Environment||34.727144|135.541352||9.00||||||| +027117010|027117010|392027117010|SO2|Permanent|7010|JPN Site 027117010|Active|MOE|Japan Ministry of Environment||34.727144|135.541352||9.00||||||| +027117010|027117010|392027117010|WS|Permanent|7010|JPN Site 027117010|Active|MOE|Japan Ministry of Environment||34.727144|135.541352||9.00||||||| +027117010|027117010|392027117010|WD|Permanent|7010|JPN Site 027117010|Active|MOE|Japan Ministry of Environment||34.727144|135.541352||9.00||||||| +027117010|027117010|392027117010|NOX|Permanent|7010|JPN Site 027117010|Active|MOE|Japan Ministry of Environment||34.727144|135.541352||9.00||||||| +027117010|027117010|392027117010|NO|Permanent|7010|JPN Site 027117010|Active|MOE|Japan Ministry of Environment||34.727144|135.541352||9.00||||||| +027117510|027117510|392027117510|NO|Permanent|7510|JPN Site 027117510|Active|MOE|Japan Ministry of Environment||34.715201|135.561906||9.00||||||| +027117510|027117510|392027117510|NO2|Permanent|7510|JPN Site 027117510|Active|MOE|Japan Ministry of Environment||34.715201|135.561906||9.00||||||| +027117510|027117510|392027117510|NOX|Permanent|7510|JPN Site 027117510|Active|MOE|Japan Ministry of Environment||34.715201|135.561906||9.00||||||| +027118020|027118020|392027118020|NO2|Permanent|8020|JPN Site 027118020|Active|MOE|Japan Ministry of Environment||34.697425|135.542742||9.00||||||| +027118020|027118020|392027118020|SO2|Permanent|8020|JPN Site 027118020|Active|MOE|Japan Ministry of Environment||34.697425|135.542742||9.00||||||| +027118020|027118020|392027118020|WS|Permanent|8020|JPN Site 027118020|Active|MOE|Japan Ministry of Environment||34.697425|135.542742||9.00||||||| +027118020|027118020|392027118020|WD|Permanent|8020|JPN Site 027118020|Active|MOE|Japan Ministry of Environment||34.697425|135.542742||9.00||||||| +027118020|027118020|392027118020|NOX|Permanent|8020|JPN Site 027118020|Active|MOE|Japan Ministry of Environment||34.697425|135.542742||9.00||||||| +027118020|027118020|392027118020|NO|Permanent|8020|JPN Site 027118020|Active|MOE|Japan Ministry of Environment||34.697425|135.542742||9.00||||||| +027120510|027120510|392027120510|NOX|Permanent|0510|JPN Site 027120510|Active|MOE|Japan Ministry of Environment||34.604657|135.512193||9.00||||||| +027120510|027120510|392027120510|NO|Permanent|0510|JPN Site 027120510|Active|MOE|Japan Ministry of Environment||34.604657|135.512193||9.00||||||| +027120510|027120510|392027120510|NO2|Permanent|0510|JPN Site 027120510|Active|MOE|Japan Ministry of Environment||34.604657|135.512193||9.00||||||| +027121510|027121510|392027121510|NO2|Permanent|1510|JPN Site 027121510|Active|MOE|Japan Ministry of Environment||34.636598|135.538579||9.00||||||| +027121510|027121510|392027121510|NOX|Permanent|1510|JPN Site 027121510|Active|MOE|Japan Ministry of Environment||34.636598|135.538579||9.00||||||| +027121510|027121510|392027121510|NO|Permanent|1510|JPN Site 027121510|Active|MOE|Japan Ministry of Environment||34.636598|135.538579||9.00||||||| +027122010|027122010|392027122010|WD|Permanent|2010|JPN Site 027122010|Active|MOE|Japan Ministry of Environment||34.648541|135.498581||9.00||||||| +027122010|027122010|392027122010|NOX|Permanent|2010|JPN Site 027122010|Active|MOE|Japan Ministry of Environment||34.648541|135.498581||9.00||||||| +027122010|027122010|392027122010|NO|Permanent|2010|JPN Site 027122010|Active|MOE|Japan Ministry of Environment||34.648541|135.498581||9.00||||||| +027122010|027122010|392027122010|NO2|Permanent|2010|JPN Site 027122010|Active|MOE|Japan Ministry of Environment||34.648541|135.498581||9.00||||||| +027122010|027122010|392027122010|WS|Permanent|2010|JPN Site 027122010|Active|MOE|Japan Ministry of Environment||34.648541|135.498581||9.00||||||| +027123010|027123010|392027123010|SO2|Permanent|3010|JPN Site 027123010|Active|MOE|Japan Ministry of Environment||34.731309|135.478024||9.00||||||| +027123010|027123010|392027123010|WS|Permanent|3010|JPN Site 027123010|Active|MOE|Japan Ministry of Environment||34.731309|135.478024||9.00||||||| +027123010|027123010|392027123010|WD|Permanent|3010|JPN Site 027123010|Active|MOE|Japan Ministry of Environment||34.731309|135.478024||9.00||||||| +027123010|027123010|392027123010|NOX|Permanent|3010|JPN Site 027123010|Active|MOE|Japan Ministry of Environment||34.731309|135.478024||9.00||||||| +027123010|027123010|392027123010|NO|Permanent|3010|JPN Site 027123010|Active|MOE|Japan Ministry of Environment||34.731309|135.478024||9.00||||||| +027123010|027123010|392027123010|NO2|Permanent|3010|JPN Site 027123010|Active|MOE|Japan Ministry of Environment||34.731309|135.478024||9.00||||||| +027124010|027124010|392027124010|SO2|Permanent|4010|JPN Site 027124010|Active|MOE|Japan Ministry of Environment||34.709091|135.585794||9.00||||||| +027124510|027124510|392027124510|NO2|Permanent|4510|JPN Site 027124510|Active|MOE|Japan Ministry of Environment||34.703536|135.577739||9.00||||||| +027124510|027124510|392027124510|NOX|Permanent|4510|JPN Site 027124510|Active|MOE|Japan Ministry of Environment||34.703536|135.577739||9.00||||||| +027124510|027124510|392027124510|NO|Permanent|4510|JPN Site 027124510|Active|MOE|Japan Ministry of Environment||34.703536|135.577739||9.00||||||| +027125010|027125010|392027125010|WD|Permanent|5010|JPN Site 027125010|Active|MOE|Japan Ministry of Environment||34.609100|135.479418||9.00||||||| +027125010|027125010|392027125010|NOX|Permanent|5010|JPN Site 027125010|Active|MOE|Japan Ministry of Environment||34.609100|135.479418||9.00||||||| +027125010|027125010|392027125010|NO|Permanent|5010|JPN Site 027125010|Active|MOE|Japan Ministry of Environment||34.609100|135.479418||9.00||||||| +027125010|027125010|392027125010|NO2|Permanent|5010|JPN Site 027125010|Active|MOE|Japan Ministry of Environment||34.609100|135.479418||9.00||||||| +027125010|027125010|392027125010|SO2|Permanent|5010|JPN Site 027125010|Active|MOE|Japan Ministry of Environment||34.609100|135.479418||9.00||||||| +027125010|027125010|392027125010|WS|Permanent|5010|JPN Site 027125010|Active|MOE|Japan Ministry of Environment||34.609100|135.479418||9.00||||||| +027125030|027125030|392027125030|NO2|Permanent|5030|JPN Site 027125030|Active|MOE|Japan Ministry of Environment||34.630764|135.432754||9.00||||||| +027125030|027125030|392027125030|SO2|Permanent|5030|JPN Site 027125030|Active|MOE|Japan Ministry of Environment||34.630764|135.432754||9.00||||||| +027125030|027125030|392027125030|WS|Permanent|5030|JPN Site 027125030|Active|MOE|Japan Ministry of Environment||34.630764|135.432754||9.00||||||| +027125030|027125030|392027125030|WD|Permanent|5030|JPN Site 027125030|Active|MOE|Japan Ministry of Environment||34.630764|135.432754||9.00||||||| +027125030|027125030|392027125030|NOX|Permanent|5030|JPN Site 027125030|Active|MOE|Japan Ministry of Environment||34.630764|135.432754||9.00||||||| +027125030|027125030|392027125030|NO|Permanent|5030|JPN Site 027125030|Active|MOE|Japan Ministry of Environment||34.630764|135.432754||9.00||||||| +027125510|027125510|392027125510|NOX|Permanent|5510|JPN Site 027125510|Active|MOE|Japan Ministry of Environment||34.622710|135.490250||9.00||||||| +027125510|027125510|392027125510|NO|Permanent|5510|JPN Site 027125510|Active|MOE|Japan Ministry of Environment||34.622710|135.490250||9.00||||||| +027125510|027125510|392027125510|NO2|Permanent|5510|JPN Site 027125510|Active|MOE|Japan Ministry of Environment||34.622710|135.490250||9.00||||||| +027125520|027125520|392027125520|NO2|Permanent|5520|JPN Site 027125520|Active|MOE|Japan Ministry of Environment||34.609100|135.473030||9.00||||||| +027125520|027125520|392027125520|NOX|Permanent|5520|JPN Site 027125520|Active|MOE|Japan Ministry of Environment||34.609100|135.473030||9.00||||||| +027125520|027125520|392027125520|NO|Permanent|5520|JPN Site 027125520|Active|MOE|Japan Ministry of Environment||34.609100|135.473030||9.00||||||| +027126010|027126010|392027126010|WS|Permanent|6010|JPN Site 027126010|Active|MOE|Japan Ministry of Environment||34.619933|135.545246||9.00||||||| +027126010|027126010|392027126010|WD|Permanent|6010|JPN Site 027126010|Active|MOE|Japan Ministry of Environment||34.619933|135.545246||9.00||||||| +027126010|027126010|392027126010|RHUM|Permanent|6010|JPN Site 027126010|Active|MOE|Japan Ministry of Environment||34.619933|135.545246||9.00||||||| +027126010|027126010|392027126010|NOX|Permanent|6010|JPN Site 027126010|Active|MOE|Japan Ministry of Environment||34.619933|135.545246||9.00||||||| +027126010|027126010|392027126010|NO|Permanent|6010|JPN Site 027126010|Active|MOE|Japan Ministry of Environment||34.619933|135.545246||9.00||||||| +027126010|027126010|392027126010|NO2|Permanent|6010|JPN Site 027126010|Active|MOE|Japan Ministry of Environment||34.619933|135.545246||9.00||||||| +027126010|027126010|392027126010|SO2|Permanent|6010|JPN Site 027126010|Active|MOE|Japan Ministry of Environment||34.619933|135.545246||9.00||||||| +027126010|027126010|392027126010|TEMP|Permanent|6010|JPN Site 027126010|Active|MOE|Japan Ministry of Environment||34.619933|135.545246||9.00||||||| +027143510|027143510|392027143510|NO|Permanent|3510|JPN Site 027143510|Active|MOE|Japan Ministry of Environment||34.561884|135.528027||9.00||||||| +027143510|027143510|392027143510|NO2|Permanent|3510|JPN Site 027143510|Active|MOE|Japan Ministry of Environment||34.561884|135.528027||9.00||||||| +027143510|027143510|392027143510|CO|Permanent|3510|JPN Site 027143510|Active|MOE|Japan Ministry of Environment||34.561884|135.528027||9.00||||||| +027143510|027143510|392027143510|WD|Permanent|3510|JPN Site 027143510|Active|MOE|Japan Ministry of Environment||34.561884|135.528027||9.00||||||| +027143510|027143510|392027143510|NOX|Permanent|3510|JPN Site 027143510|Active|MOE|Japan Ministry of Environment||34.561884|135.528027||9.00||||||| +027146010|027146010|392027146010|NOX|Permanent|6010|JPN Site 027146010|Active|MOE|Japan Ministry of Environment||34.558550|135.507474||9.00||||||| +027146010|027146010|392027146010|NO|Permanent|6010|JPN Site 027146010|Active|MOE|Japan Ministry of Environment||34.558550|135.507474||9.00||||||| +027146010|027146010|392027146010|NO2|Permanent|6010|JPN Site 027146010|Active|MOE|Japan Ministry of Environment||34.558550|135.507474||9.00||||||| +027146010|027146010|392027146010|SO2|Permanent|6010|JPN Site 027146010|Active|MOE|Japan Ministry of Environment||34.558550|135.507474||9.00||||||| +027146010|027146010|392027146010|WS|Permanent|6010|JPN Site 027146010|Active|MOE|Japan Ministry of Environment||34.558550|135.507474||9.00||||||| +027146010|027146010|392027146010|WD|Permanent|6010|JPN Site 027146010|Active|MOE|Japan Ministry of Environment||34.558550|135.507474||9.00||||||| +027147010|027147010|392027147010|NO2|Permanent|7010|JPN Site 027147010|Active|MOE|Japan Ministry of Environment||34.540775|135.560803||9.00||||||| +027147010|027147010|392027147010|TEMP|Permanent|7010|JPN Site 027147010|Active|MOE|Japan Ministry of Environment||34.540775|135.560803||9.00||||||| +027147010|027147010|392027147010|WS|Permanent|7010|JPN Site 027147010|Active|MOE|Japan Ministry of Environment||34.540775|135.560803||9.00||||||| +027147010|027147010|392027147010|WD|Permanent|7010|JPN Site 027147010|Active|MOE|Japan Ministry of Environment||34.540775|135.560803||9.00||||||| +027147010|027147010|392027147010|RHUM|Permanent|7010|JPN Site 027147010|Active|MOE|Japan Ministry of Environment||34.540775|135.560803||9.00||||||| +027147010|027147010|392027147010|NOX|Permanent|7010|JPN Site 027147010|Active|MOE|Japan Ministry of Environment||34.540775|135.560803||9.00||||||| +027147010|027147010|392027147010|NO|Permanent|7010|JPN Site 027147010|Active|MOE|Japan Ministry of Environment||34.540775|135.560803||9.00||||||| +027201020|027201020|392027201020|TEMP|Permanent|1020|JPN Site 027201020|Active|MOE|Japan Ministry of Environment||34.574381|135.469143||9.00||||||| +027201020|027201020|392027201020|SO2|Permanent|1020|JPN Site 027201020|Active|MOE|Japan Ministry of Environment||34.574381|135.469143||9.00||||||| +027201020|027201020|392027201020|WS|Permanent|1020|JPN Site 027201020|Active|MOE|Japan Ministry of Environment||34.574381|135.469143||9.00||||||| +027201020|027201020|392027201020|WD|Permanent|1020|JPN Site 027201020|Active|MOE|Japan Ministry of Environment||34.574381|135.469143||9.00||||||| +027201020|027201020|392027201020|RHUM|Permanent|1020|JPN Site 027201020|Active|MOE|Japan Ministry of Environment||34.574381|135.469143||9.00||||||| +027201020|027201020|392027201020|NOX|Permanent|1020|JPN Site 027201020|Active|MOE|Japan Ministry of Environment||34.574381|135.469143||9.00||||||| +027201020|027201020|392027201020|NO|Permanent|1020|JPN Site 027201020|Active|MOE|Japan Ministry of Environment||34.574381|135.469143||9.00||||||| +027201020|027201020|392027201020|NO2|Permanent|1020|JPN Site 027201020|Active|MOE|Japan Ministry of Environment||34.574381|135.469143||9.00||||||| +027201030|027201030|392027201030|WD|Permanent|1030|JPN Site 027201030|Active|MOE|Japan Ministry of Environment||34.544107|135.458312||9.00||||||| +027201030|027201030|392027201030|NOX|Permanent|1030|JPN Site 027201030|Active|MOE|Japan Ministry of Environment||34.544107|135.458312||9.00||||||| +027201030|027201030|392027201030|RHUM|Permanent|1030|JPN Site 027201030|Active|MOE|Japan Ministry of Environment||34.544107|135.458312||9.00||||||| +027201030|027201030|392027201030|NO|Permanent|1030|JPN Site 027201030|Active|MOE|Japan Ministry of Environment||34.544107|135.458312||9.00||||||| +027201030|027201030|392027201030|NO2|Permanent|1030|JPN Site 027201030|Active|MOE|Japan Ministry of Environment||34.544107|135.458312||9.00||||||| +027201030|027201030|392027201030|SO2|Permanent|1030|JPN Site 027201030|Active|MOE|Japan Ministry of Environment||34.544107|135.458312||9.00||||||| +027201030|027201030|392027201030|TEMP|Permanent|1030|JPN Site 027201030|Active|MOE|Japan Ministry of Environment||34.544107|135.458312||9.00||||||| +027201030|027201030|392027201030|WS|Permanent|1030|JPN Site 027201030|Active|MOE|Japan Ministry of Environment||34.544107|135.458312||9.00||||||| +027201050|027201050|392027201050|NO2|Permanent|1050|JPN Site 027201050|Active|MOE|Japan Ministry of Environment||34.563271|135.453034||9.00||||||| +027201050|027201050|392027201050|SO2|Permanent|1050|JPN Site 027201050|Active|MOE|Japan Ministry of Environment||34.563271|135.453034||9.00||||||| +027201050|027201050|392027201050|WS|Permanent|1050|JPN Site 027201050|Active|MOE|Japan Ministry of Environment||34.563271|135.453034||9.00||||||| +027201050|027201050|392027201050|WD|Permanent|1050|JPN Site 027201050|Active|MOE|Japan Ministry of Environment||34.563271|135.453034||9.00||||||| +027201050|027201050|392027201050|NOX|Permanent|1050|JPN Site 027201050|Active|MOE|Japan Ministry of Environment||34.563271|135.453034||9.00||||||| +027201050|027201050|392027201050|NO|Permanent|1050|JPN Site 027201050|Active|MOE|Japan Ministry of Environment||34.563271|135.453034||9.00||||||| +027201080|027201080|392027201080|SO2|Permanent|1080|JPN Site 027201080|Active|MOE|Japan Ministry of Environment||34.593824|135.472475||9.00||||||| +027201080|027201080|392027201080|WS|Permanent|1080|JPN Site 027201080|Active|MOE|Japan Ministry of Environment||34.593824|135.472475||9.00||||||| +027201080|027201080|392027201080|WD|Permanent|1080|JPN Site 027201080|Active|MOE|Japan Ministry of Environment||34.593824|135.472475||9.00||||||| +027201080|027201080|392027201080|NOX|Permanent|1080|JPN Site 027201080|Active|MOE|Japan Ministry of Environment||34.593824|135.472475||9.00||||||| +027201080|027201080|392027201080|NO|Permanent|1080|JPN Site 027201080|Active|MOE|Japan Ministry of Environment||34.593824|135.472475||9.00||||||| +027201080|027201080|392027201080|NO2|Permanent|1080|JPN Site 027201080|Active|MOE|Japan Ministry of Environment||34.593824|135.472475||9.00||||||| +027201090|027201090|392027201090|NOX|Permanent|1090|JPN Site 027201090|Active|MOE|Japan Ministry of Environment||34.486614|135.512199||9.00||||||| +027201090|027201090|392027201090|NO|Permanent|1090|JPN Site 027201090|Active|MOE|Japan Ministry of Environment||34.486614|135.512199||9.00||||||| +027201090|027201090|392027201090|NO2|Permanent|1090|JPN Site 027201090|Active|MOE|Japan Ministry of Environment||34.486614|135.512199||9.00||||||| +027201090|027201090|392027201090|SO2|Permanent|1090|JPN Site 027201090|Active|MOE|Japan Ministry of Environment||34.486614|135.512199||9.00||||||| +027201090|027201090|392027201090|TEMP|Permanent|1090|JPN Site 027201090|Active|MOE|Japan Ministry of Environment||34.486614|135.512199||9.00||||||| +027201090|027201090|392027201090|WS|Permanent|1090|JPN Site 027201090|Active|MOE|Japan Ministry of Environment||34.486614|135.512199||9.00||||||| +027201090|027201090|392027201090|WD|Permanent|1090|JPN Site 027201090|Active|MOE|Japan Ministry of Environment||34.486614|135.512199||9.00||||||| +027201090|027201090|392027201090|RHUM|Permanent|1090|JPN Site 027201090|Active|MOE|Japan Ministry of Environment||34.486614|135.512199||9.00||||||| +027201100|027201100|392027201100|NO|Permanent|1100|JPN Site 027201100|Active|MOE|Japan Ministry of Environment||34.526332|135.528862||9.00||||||| +027201100|027201100|392027201100|NO2|Permanent|1100|JPN Site 027201100|Active|MOE|Japan Ministry of Environment||34.526332|135.528862||9.00||||||| +027201100|027201100|392027201100|WS|Permanent|1100|JPN Site 027201100|Active|MOE|Japan Ministry of Environment||34.526332|135.528862||9.00||||||| +027201100|027201100|392027201100|WD|Permanent|1100|JPN Site 027201100|Active|MOE|Japan Ministry of Environment||34.526332|135.528862||9.00||||||| +027201100|027201100|392027201100|NOX|Permanent|1100|JPN Site 027201100|Active|MOE|Japan Ministry of Environment||34.526332|135.528862||9.00||||||| +027201340|027201340|392027201340|NOX|Permanent|1340|JPN Site 027201340|Active|MOE|Japan Ministry of Environment||34.539386|135.501086||9.00||||||| +027201340|027201340|392027201340|NO|Permanent|1340|JPN Site 027201340|Active|MOE|Japan Ministry of Environment||34.539386|135.501086||9.00||||||| +027201340|027201340|392027201340|NO2|Permanent|1340|JPN Site 027201340|Active|MOE|Japan Ministry of Environment||34.539386|135.501086||9.00||||||| +027201340|027201340|392027201340|WS|Permanent|1340|JPN Site 027201340|Active|MOE|Japan Ministry of Environment||34.539386|135.501086||9.00||||||| +027201340|027201340|392027201340|WD|Permanent|1340|JPN Site 027201340|Active|MOE|Japan Ministry of Environment||34.539386|135.501086||9.00||||||| +027201510|027201510|392027201510|NO2|Permanent|1510|JPN Site 027201510|Active|MOE|Japan Ministry of Environment||34.574104|135.483586||9.00||||||| +027201510|027201510|392027201510|NOX|Permanent|1510|JPN Site 027201510|Active|MOE|Japan Ministry of Environment||34.574104|135.483586||9.00||||||| +027201510|027201510|392027201510|NO|Permanent|1510|JPN Site 027201510|Active|MOE|Japan Ministry of Environment||34.574104|135.483586||9.00||||||| +027201560|027201560|392027201560|NO|Permanent|1560|JPN Site 027201560|Active|MOE|Japan Ministry of Environment||34.558272|135.447756||9.00||||||| +027201560|027201560|392027201560|NO2|Permanent|1560|JPN Site 027201560|Active|MOE|Japan Ministry of Environment||34.558272|135.447756||9.00||||||| +027201560|027201560|392027201560|NOX|Permanent|1560|JPN Site 027201560|Active|MOE|Japan Ministry of Environment||34.558272|135.447756||9.00||||||| +027201570|027201570|392027201570|NO2|Permanent|1570|JPN Site 027201570|Active|MOE|Japan Ministry of Environment||34.568827|135.515806||9.00||||||| +027201570|027201570|392027201570|NOX|Permanent|1570|JPN Site 027201570|Active|MOE|Japan Ministry of Environment||34.568827|135.515806||9.00||||||| +027201570|027201570|392027201570|NO|Permanent|1570|JPN Site 027201570|Active|MOE|Japan Ministry of Environment||34.568827|135.515806||9.00||||||| +027201580|027201580|392027201580|NO|Permanent|1580|JPN Site 027201580|Active|MOE|Japan Ministry of Environment||34.528276|135.507197||9.00||||||| +027201580|027201580|392027201580|NO2|Permanent|1580|JPN Site 027201580|Active|MOE|Japan Ministry of Environment||34.528276|135.507197||9.00||||||| +027201580|027201580|392027201580|WS|Permanent|1580|JPN Site 027201580|Active|MOE|Japan Ministry of Environment||34.528276|135.507197||9.00||||||| +027201580|027201580|392027201580|WD|Permanent|1580|JPN Site 027201580|Active|MOE|Japan Ministry of Environment||34.528276|135.507197||9.00||||||| +027201580|027201580|392027201580|NOX|Permanent|1580|JPN Site 027201580|Active|MOE|Japan Ministry of Environment||34.528276|135.507197||9.00||||||| +027201600|027201600|392027201600|CO|Permanent|1600|JPN Site 027201600|Active|MOE|Japan Ministry of Environment||34.506335|135.561916||9.00||||||| +027201600|027201600|392027201600|WS|Permanent|1600|JPN Site 027201600|Active|MOE|Japan Ministry of Environment||34.506335|135.561916||9.00||||||| +027201600|027201600|392027201600|WD|Permanent|1600|JPN Site 027201600|Active|MOE|Japan Ministry of Environment||34.506335|135.561916||9.00||||||| +027201600|027201600|392027201600|NOX|Permanent|1600|JPN Site 027201600|Active|MOE|Japan Ministry of Environment||34.506335|135.561916||9.00||||||| +027201600|027201600|392027201600|NO|Permanent|1600|JPN Site 027201600|Active|MOE|Japan Ministry of Environment||34.506335|135.561916||9.00||||||| +027201600|027201600|392027201600|NO2|Permanent|1600|JPN Site 027201600|Active|MOE|Japan Ministry of Environment||34.506335|135.561916||9.00||||||| +027202060|027202060|392027202060|TEMP|Permanent|2060|JPN Site 027202060|Active|MOE|Japan Ministry of Environment||34.469113|135.379155||9.00||||||| +027202060|027202060|392027202060|WS|Permanent|2060|JPN Site 027202060|Active|MOE|Japan Ministry of Environment||34.469113|135.379155||9.00||||||| +027202060|027202060|392027202060|WD|Permanent|2060|JPN Site 027202060|Active|MOE|Japan Ministry of Environment||34.469113|135.379155||9.00||||||| +027202060|027202060|392027202060|RHUM|Permanent|2060|JPN Site 027202060|Active|MOE|Japan Ministry of Environment||34.469113|135.379155||9.00||||||| +027202060|027202060|392027202060|NOX|Permanent|2060|JPN Site 027202060|Active|MOE|Japan Ministry of Environment||34.469113|135.379155||9.00||||||| +027202060|027202060|392027202060|NO|Permanent|2060|JPN Site 027202060|Active|MOE|Japan Ministry of Environment||34.469113|135.379155||9.00||||||| +027202060|027202060|392027202060|NO2|Permanent|2060|JPN Site 027202060|Active|MOE|Japan Ministry of Environment||34.469113|135.379155||9.00||||||| +027202060|027202060|392027202060|SO2|Permanent|2060|JPN Site 027202060|Active|MOE|Japan Ministry of Environment||34.469113|135.379155||9.00||||||| +027202530|027202530|392027202530|NO2|Permanent|2530|JPN Site 027202530|Active|MOE|Japan Ministry of Environment||34.483556|135.381099||9.00||||||| +027202530|027202530|392027202530|NOX|Permanent|2530|JPN Site 027202530|Active|MOE|Japan Ministry of Environment||34.483556|135.381099||9.00||||||| +027202530|027202530|392027202530|NO|Permanent|2530|JPN Site 027202530|Active|MOE|Japan Ministry of Environment||34.483556|135.381099||9.00||||||| +027203030|027203030|392027203030|WD|Permanent|3030|JPN Site 027203030|Active|MOE|Japan Ministry of Environment||34.737420|135.474135||9.00||||||| +027203030|027203030|392027203030|RHUM|Permanent|3030|JPN Site 027203030|Active|MOE|Japan Ministry of Environment||34.737420|135.474135||9.00||||||| +027203030|027203030|392027203030|NOX|Permanent|3030|JPN Site 027203030|Active|MOE|Japan Ministry of Environment||34.737420|135.474135||9.00||||||| +027203030|027203030|392027203030|NO|Permanent|3030|JPN Site 027203030|Active|MOE|Japan Ministry of Environment||34.737420|135.474135||9.00||||||| +027203030|027203030|392027203030|NO2|Permanent|3030|JPN Site 027203030|Active|MOE|Japan Ministry of Environment||34.737420|135.474135||9.00||||||| +027203030|027203030|392027203030|SO2|Permanent|3030|JPN Site 027203030|Active|MOE|Japan Ministry of Environment||34.737420|135.474135||9.00||||||| +027203030|027203030|392027203030|TEMP|Permanent|3030|JPN Site 027203030|Active|MOE|Japan Ministry of Environment||34.737420|135.474135||9.00||||||| +027203030|027203030|392027203030|WS|Permanent|3030|JPN Site 027203030|Active|MOE|Japan Ministry of Environment||34.737420|135.474135||9.00||||||| +027203510|027203510|392027203510|CO|Permanent|3510|JPN Site 027203510|Active|MOE|Japan Ministry of Environment||34.780748|135.469689||9.00||||||| +027203510|027203510|392027203510|SO2|Permanent|3510|JPN Site 027203510|Active|MOE|Japan Ministry of Environment||34.780748|135.469689||9.00||||||| +027203510|027203510|392027203510|TEMP|Permanent|3510|JPN Site 027203510|Active|MOE|Japan Ministry of Environment||34.780748|135.469689||9.00||||||| +027203510|027203510|392027203510|WS|Permanent|3510|JPN Site 027203510|Active|MOE|Japan Ministry of Environment||34.780748|135.469689||9.00||||||| +027203510|027203510|392027203510|WD|Permanent|3510|JPN Site 027203510|Active|MOE|Japan Ministry of Environment||34.780748|135.469689||9.00||||||| +027203510|027203510|392027203510|NOX|Permanent|3510|JPN Site 027203510|Active|MOE|Japan Ministry of Environment||34.780748|135.469689||9.00||||||| +027203510|027203510|392027203510|NO|Permanent|3510|JPN Site 027203510|Active|MOE|Japan Ministry of Environment||34.780748|135.469689||9.00||||||| +027203510|027203510|392027203510|NO2|Permanent|3510|JPN Site 027203510|Active|MOE|Japan Ministry of Environment||34.780748|135.469689||9.00||||||| +027203520|027203520|392027203520|NO|Permanent|3520|JPN Site 027203520|Active|MOE|Japan Ministry of Environment||34.810467|135.487742||9.00||||||| +027203520|027203520|392027203520|NO2|Permanent|3520|JPN Site 027203520|Active|MOE|Japan Ministry of Environment||34.810467|135.487742||9.00||||||| +027203520|027203520|392027203520|TEMP|Permanent|3520|JPN Site 027203520|Active|MOE|Japan Ministry of Environment||34.810467|135.487742||9.00||||||| +027203520|027203520|392027203520|WS|Permanent|3520|JPN Site 027203520|Active|MOE|Japan Ministry of Environment||34.810467|135.487742||9.00||||||| +027203520|027203520|392027203520|WD|Permanent|3520|JPN Site 027203520|Active|MOE|Japan Ministry of Environment||34.810467|135.487742||9.00||||||| +027203520|027203520|392027203520|NOX|Permanent|3520|JPN Site 027203520|Active|MOE|Japan Ministry of Environment||34.810467|135.487742||9.00||||||| +027204030|027204030|392027204030|RHUM|Permanent|4030|JPN Site 027204030|Active|MOE|Japan Ministry of Environment||34.824910|135.447466||9.00||||||| +027204030|027204030|392027204030|NOX|Permanent|4030|JPN Site 027204030|Active|MOE|Japan Ministry of Environment||34.824910|135.447466||9.00||||||| +027204030|027204030|392027204030|NO|Permanent|4030|JPN Site 027204030|Active|MOE|Japan Ministry of Environment||34.824910|135.447466||9.00||||||| +027204030|027204030|392027204030|NO2|Permanent|4030|JPN Site 027204030|Active|MOE|Japan Ministry of Environment||34.824910|135.447466||9.00||||||| +027204030|027204030|392027204030|TEMP|Permanent|4030|JPN Site 027204030|Active|MOE|Japan Ministry of Environment||34.824910|135.447466||9.00||||||| +027204030|027204030|392027204030|WS|Permanent|4030|JPN Site 027204030|Active|MOE|Japan Ministry of Environment||34.824910|135.447466||9.00||||||| +027204030|027204030|392027204030|WD|Permanent|4030|JPN Site 027204030|Active|MOE|Japan Ministry of Environment||34.824910|135.447466||9.00||||||| +027205010|027205010|392027205010|NOX|Permanent|5010|JPN Site 027205010|Active|MOE|Japan Ministry of Environment||34.759918|135.531629||9.00||||||| +027205010|027205010|392027205010|NO|Permanent|5010|JPN Site 027205010|Active|MOE|Japan Ministry of Environment||34.759918|135.531629||9.00||||||| +027205010|027205010|392027205010|NO2|Permanent|5010|JPN Site 027205010|Active|MOE|Japan Ministry of Environment||34.759918|135.531629||9.00||||||| +027205010|027205010|392027205010|SO2|Permanent|5010|JPN Site 027205010|Active|MOE|Japan Ministry of Environment||34.759918|135.531629||9.00||||||| +027205010|027205010|392027205010|WS|Permanent|5010|JPN Site 027205010|Active|MOE|Japan Ministry of Environment||34.759918|135.531629||9.00||||||| +027205010|027205010|392027205010|WD|Permanent|5010|JPN Site 027205010|Active|MOE|Japan Ministry of Environment||34.759918|135.531629||9.00||||||| +027205060|027205060|392027205060|TEMP|Permanent|5060|JPN Site 027205060|Active|MOE|Japan Ministry of Environment||34.762417|135.500798||9.00||||||| +027205060|027205060|392027205060|WS|Permanent|5060|JPN Site 027205060|Active|MOE|Japan Ministry of Environment||34.762417|135.500798||9.00||||||| +027205060|027205060|392027205060|WD|Permanent|5060|JPN Site 027205060|Active|MOE|Japan Ministry of Environment||34.762417|135.500798||9.00||||||| +027205060|027205060|392027205060|RHUM|Permanent|5060|JPN Site 027205060|Active|MOE|Japan Ministry of Environment||34.762417|135.500798||9.00||||||| +027205060|027205060|392027205060|NOX|Permanent|5060|JPN Site 027205060|Active|MOE|Japan Ministry of Environment||34.762417|135.500798||9.00||||||| +027205060|027205060|392027205060|NO|Permanent|5060|JPN Site 027205060|Active|MOE|Japan Ministry of Environment||34.762417|135.500798||9.00||||||| +027205060|027205060|392027205060|NO2|Permanent|5060|JPN Site 027205060|Active|MOE|Japan Ministry of Environment||34.762417|135.500798||9.00||||||| +027205080|027205080|392027205080|SO2|Permanent|5080|JPN Site 027205080|Active|MOE|Japan Ministry of Environment||34.814912|135.514128||9.00||||||| +027205080|027205080|392027205080|TEMP|Permanent|5080|JPN Site 027205080|Active|MOE|Japan Ministry of Environment||34.814912|135.514128||9.00||||||| +027205080|027205080|392027205080|WS|Permanent|5080|JPN Site 027205080|Active|MOE|Japan Ministry of Environment||34.814912|135.514128||9.00||||||| +027205080|027205080|392027205080|WD|Permanent|5080|JPN Site 027205080|Active|MOE|Japan Ministry of Environment||34.814912|135.514128||9.00||||||| +027205080|027205080|392027205080|RHUM|Permanent|5080|JPN Site 027205080|Active|MOE|Japan Ministry of Environment||34.814912|135.514128||9.00||||||| +027205080|027205080|392027205080|NOX|Permanent|5080|JPN Site 027205080|Active|MOE|Japan Ministry of Environment||34.814912|135.514128||9.00||||||| +027205080|027205080|392027205080|NO|Permanent|5080|JPN Site 027205080|Active|MOE|Japan Ministry of Environment||34.814912|135.514128||9.00||||||| +027205080|027205080|392027205080|NO2|Permanent|5080|JPN Site 027205080|Active|MOE|Japan Ministry of Environment||34.814912|135.514128||9.00||||||| +027205530|027205530|392027205530|WS|Permanent|5530|JPN Site 027205530|Active|MOE|Japan Ministry of Environment||34.759640|135.518575||9.00||||||| +027205530|027205530|392027205530|WD|Permanent|5530|JPN Site 027205530|Active|MOE|Japan Ministry of Environment||34.759640|135.518575||9.00||||||| +027205530|027205530|392027205530|NOX|Permanent|5530|JPN Site 027205530|Active|MOE|Japan Ministry of Environment||34.759640|135.518575||9.00||||||| +027205530|027205530|392027205530|NO|Permanent|5530|JPN Site 027205530|Active|MOE|Japan Ministry of Environment||34.759640|135.518575||9.00||||||| +027205530|027205530|392027205530|NO2|Permanent|5530|JPN Site 027205530|Active|MOE|Japan Ministry of Environment||34.759640|135.518575||9.00||||||| +027205530|027205530|392027205530|CO|Permanent|5530|JPN Site 027205530|Active|MOE|Japan Ministry of Environment||34.759640|135.518575||9.00||||||| +027205530|027205530|392027205530|SO2|Permanent|5530|JPN Site 027205530|Active|MOE|Japan Ministry of Environment||34.759640|135.518575||9.00||||||| +027206030|027206030|392027206030|WS|Permanent|6030|JPN Site 027206030|Active|MOE|Japan Ministry of Environment||34.507721|135.407762||9.00||||||| +027206030|027206030|392027206030|WD|Permanent|6030|JPN Site 027206030|Active|MOE|Japan Ministry of Environment||34.507721|135.407762||9.00||||||| +027206030|027206030|392027206030|NOX|Permanent|6030|JPN Site 027206030|Active|MOE|Japan Ministry of Environment||34.507721|135.407762||9.00||||||| +027206030|027206030|392027206030|NO|Permanent|6030|JPN Site 027206030|Active|MOE|Japan Ministry of Environment||34.507721|135.407762||9.00||||||| +027206030|027206030|392027206030|NO2|Permanent|6030|JPN Site 027206030|Active|MOE|Japan Ministry of Environment||34.507721|135.407762||9.00||||||| +027207020|027207020|392027207020|SO2|Permanent|7020|JPN Site 027207020|Active|MOE|Japan Ministry of Environment||34.866297|135.595786||9.00||||||| +027207020|027207020|392027207020|WS|Permanent|7020|JPN Site 027207020|Active|MOE|Japan Ministry of Environment||34.866297|135.595786||9.00||||||| +027207020|027207020|392027207020|WD|Permanent|7020|JPN Site 027207020|Active|MOE|Japan Ministry of Environment||34.866297|135.595786||9.00||||||| +027207020|027207020|392027207020|NOX|Permanent|7020|JPN Site 027207020|Active|MOE|Japan Ministry of Environment||34.866297|135.595786||9.00||||||| +027207020|027207020|392027207020|NO|Permanent|7020|JPN Site 027207020|Active|MOE|Japan Ministry of Environment||34.866297|135.595786||9.00||||||| +027207020|027207020|392027207020|NO2|Permanent|7020|JPN Site 027207020|Active|MOE|Japan Ministry of Environment||34.866297|135.595786||9.00||||||| +027207030|027207030|392027207030|NO2|Permanent|7030|JPN Site 027207030|Active|MOE|Japan Ministry of Environment||34.840466|135.611619||9.00||||||| +027207030|027207030|392027207030|SO2|Permanent|7030|JPN Site 027207030|Active|MOE|Japan Ministry of Environment||34.840466|135.611619||9.00||||||| +027207030|027207030|392027207030|TEMP|Permanent|7030|JPN Site 027207030|Active|MOE|Japan Ministry of Environment||34.840466|135.611619||9.00||||||| +027207030|027207030|392027207030|WS|Permanent|7030|JPN Site 027207030|Active|MOE|Japan Ministry of Environment||34.840466|135.611619||9.00||||||| +027207030|027207030|392027207030|WD|Permanent|7030|JPN Site 027207030|Active|MOE|Japan Ministry of Environment||34.840466|135.611619||9.00||||||| +027207030|027207030|392027207030|RHUM|Permanent|7030|JPN Site 027207030|Active|MOE|Japan Ministry of Environment||34.840466|135.611619||9.00||||||| +027207030|027207030|392027207030|NOX|Permanent|7030|JPN Site 027207030|Active|MOE|Japan Ministry of Environment||34.840466|135.611619||9.00||||||| +027207030|027207030|392027207030|NO|Permanent|7030|JPN Site 027207030|Active|MOE|Japan Ministry of Environment||34.840466|135.611619||9.00||||||| +027207040|027207040|392027207040|NOX|Permanent|7040|JPN Site 027207040|Active|MOE|Japan Ministry of Environment||34.868797|135.646615||9.00||||||| +027207040|027207040|392027207040|NO2|Permanent|7040|JPN Site 027207040|Active|MOE|Japan Ministry of Environment||34.868797|135.646615||9.00||||||| +027207040|027207040|392027207040|NO|Permanent|7040|JPN Site 027207040|Active|MOE|Japan Ministry of Environment||34.868797|135.646615||9.00||||||| +027207040|027207040|392027207040|CO|Permanent|7040|JPN Site 027207040|Active|MOE|Japan Ministry of Environment||34.868797|135.646615||9.00||||||| +027207040|027207040|392027207040|TEMP|Permanent|7040|JPN Site 027207040|Active|MOE|Japan Ministry of Environment||34.868797|135.646615||9.00||||||| +027207040|027207040|392027207040|WS|Permanent|7040|JPN Site 027207040|Active|MOE|Japan Ministry of Environment||34.868797|135.646615||9.00||||||| +027207040|027207040|392027207040|WD|Permanent|7040|JPN Site 027207040|Active|MOE|Japan Ministry of Environment||34.868797|135.646615||9.00||||||| +027207040|027207040|392027207040|RHUM|Permanent|7040|JPN Site 027207040|Active|MOE|Japan Ministry of Environment||34.868797|135.646615||9.00||||||| +027207510|027207510|392027207510|NOX|Permanent|7510|JPN Site 027207510|Active|MOE|Japan Ministry of Environment||34.851021|135.609952||9.00||||||| +027207510|027207510|392027207510|NO|Permanent|7510|JPN Site 027207510|Active|MOE|Japan Ministry of Environment||34.851021|135.609952||9.00||||||| +027207510|027207510|392027207510|NO2|Permanent|7510|JPN Site 027207510|Active|MOE|Japan Ministry of Environment||34.851021|135.609952||9.00||||||| +027207510|027207510|392027207510|CO|Permanent|7510|JPN Site 027207510|Active|MOE|Japan Ministry of Environment||34.851021|135.609952||9.00||||||| +027207510|027207510|392027207510|SO2|Permanent|7510|JPN Site 027207510|Active|MOE|Japan Ministry of Environment||34.851021|135.609952||9.00||||||| +027207510|027207510|392027207510|WS|Permanent|7510|JPN Site 027207510|Active|MOE|Japan Ministry of Environment||34.851021|135.609952||9.00||||||| +027207510|027207510|392027207510|WD|Permanent|7510|JPN Site 027207510|Active|MOE|Japan Ministry of Environment||34.851021|135.609952||9.00||||||| +027208010|027208010|392027208010|NOX|Permanent|8010|JPN Site 027208010|Active|MOE|Japan Ministry of Environment||34.435783|135.366102||9.00||||||| +027208010|027208010|392027208010|NO|Permanent|8010|JPN Site 027208010|Active|MOE|Japan Ministry of Environment||34.435783|135.366102||9.00||||||| +027208010|027208010|392027208010|NO2|Permanent|8010|JPN Site 027208010|Active|MOE|Japan Ministry of Environment||34.435783|135.366102||9.00||||||| +027208010|027208010|392027208010|WS|Permanent|8010|JPN Site 027208010|Active|MOE|Japan Ministry of Environment||34.435783|135.366102||9.00||||||| +027208010|027208010|392027208010|WD|Permanent|8010|JPN Site 027208010|Active|MOE|Japan Ministry of Environment||34.435783|135.366102||9.00||||||| +027209010|027209010|392027209010|NO2|Permanent|9010|JPN Site 027209010|Active|MOE|Japan Ministry of Environment||34.732977|135.554129||9.00||||||| +027209010|027209010|392027209010|TEMP|Permanent|9010|JPN Site 027209010|Active|MOE|Japan Ministry of Environment||34.732977|135.554129||9.00||||||| +027209010|027209010|392027209010|NOX|Permanent|9010|JPN Site 027209010|Active|MOE|Japan Ministry of Environment||34.732977|135.554129||9.00||||||| +027209010|027209010|392027209010|NO|Permanent|9010|JPN Site 027209010|Active|MOE|Japan Ministry of Environment||34.732977|135.554129||9.00||||||| +027209510|027209510|392027209510|NO2|Permanent|9510|JPN Site 027209510|Active|MOE|Japan Ministry of Environment||34.739921|135.559961||9.00||||||| +027209510|027209510|392027209510|NOX|Permanent|9510|JPN Site 027209510|Active|MOE|Japan Ministry of Environment||34.739921|135.559961||9.00||||||| +027209510|027209510|392027209510|NO|Permanent|9510|JPN Site 027209510|Active|MOE|Japan Ministry of Environment||34.739921|135.559961||9.00||||||| +027210010|027210010|392027210010|SO2|Permanent|0010|JPN Site 027210010|Active|MOE|Japan Ministry of Environment||34.814359|135.650783||9.00||||||| +027210010|027210010|392027210010|WS|Permanent|0010|JPN Site 027210010|Active|MOE|Japan Ministry of Environment||34.814359|135.650783||9.00||||||| +027210010|027210010|392027210010|WD|Permanent|0010|JPN Site 027210010|Active|MOE|Japan Ministry of Environment||34.814359|135.650783||9.00||||||| +027210010|027210010|392027210010|NOX|Permanent|0010|JPN Site 027210010|Active|MOE|Japan Ministry of Environment||34.814359|135.650783||9.00||||||| +027210010|027210010|392027210010|NO|Permanent|0010|JPN Site 027210010|Active|MOE|Japan Ministry of Environment||34.814359|135.650783||9.00||||||| +027210010|027210010|392027210010|NO2|Permanent|0010|JPN Site 027210010|Active|MOE|Japan Ministry of Environment||34.814359|135.650783||9.00||||||| +027210020|027210020|392027210020|WD|Permanent|0020|JPN Site 027210020|Active|MOE|Japan Ministry of Environment||34.821303|135.703001||9.00||||||| +027210020|027210020|392027210020|NOX|Permanent|0020|JPN Site 027210020|Active|MOE|Japan Ministry of Environment||34.821303|135.703001||9.00||||||| +027210020|027210020|392027210020|NO|Permanent|0020|JPN Site 027210020|Active|MOE|Japan Ministry of Environment||34.821303|135.703001||9.00||||||| +027210020|027210020|392027210020|NO2|Permanent|0020|JPN Site 027210020|Active|MOE|Japan Ministry of Environment||34.821303|135.703001||9.00||||||| +027210020|027210020|392027210020|SO2|Permanent|0020|JPN Site 027210020|Active|MOE|Japan Ministry of Environment||34.821303|135.703001||9.00||||||| +027210020|027210020|392027210020|WS|Permanent|0020|JPN Site 027210020|Active|MOE|Japan Ministry of Environment||34.821303|135.703001||9.00||||||| +027210030|027210030|392027210030|NOX|Permanent|0030|JPN Site 027210030|Active|MOE|Japan Ministry of Environment||34.862965|135.679112||9.00||||||| +027210030|027210030|392027210030|NO|Permanent|0030|JPN Site 027210030|Active|MOE|Japan Ministry of Environment||34.862965|135.679112||9.00||||||| +027210030|027210030|392027210030|NO2|Permanent|0030|JPN Site 027210030|Active|MOE|Japan Ministry of Environment||34.862965|135.679112||9.00||||||| +027210030|027210030|392027210030|WS|Permanent|0030|JPN Site 027210030|Active|MOE|Japan Ministry of Environment||34.862965|135.679112||9.00||||||| +027210030|027210030|392027210030|WD|Permanent|0030|JPN Site 027210030|Active|MOE|Japan Ministry of Environment||34.862965|135.679112||9.00||||||| +027210510|027210510|392027210510|NO|Permanent|0510|JPN Site 027210510|Active|MOE|Japan Ministry of Environment||34.832969|135.684669||9.00||||||| +027210510|027210510|392027210510|NO2|Permanent|0510|JPN Site 027210510|Active|MOE|Japan Ministry of Environment||34.832969|135.684669||9.00||||||| +027210510|027210510|392027210510|WS|Permanent|0510|JPN Site 027210510|Active|MOE|Japan Ministry of Environment||34.832969|135.684669||9.00||||||| +027210510|027210510|392027210510|WD|Permanent|0510|JPN Site 027210510|Active|MOE|Japan Ministry of Environment||34.832969|135.684669||9.00||||||| +027210510|027210510|392027210510|NOX|Permanent|0510|JPN Site 027210510|Active|MOE|Japan Ministry of Environment||34.832969|135.684669||9.00||||||| +027210520|027210520|392027210520|NOX|Permanent|0520|JPN Site 027210520|Active|MOE|Japan Ministry of Environment||34.799082|135.623842||9.00||||||| +027210520|027210520|392027210520|NO|Permanent|0520|JPN Site 027210520|Active|MOE|Japan Ministry of Environment||34.799082|135.623842||9.00||||||| +027210520|027210520|392027210520|NO2|Permanent|0520|JPN Site 027210520|Active|MOE|Japan Ministry of Environment||34.799082|135.623842||9.00||||||| +027210520|027210520|392027210520|CO|Permanent|0520|JPN Site 027210520|Active|MOE|Japan Ministry of Environment||34.799082|135.623842||9.00||||||| +027210520|027210520|392027210520|SO2|Permanent|0520|JPN Site 027210520|Active|MOE|Japan Ministry of Environment||34.799082|135.623842||9.00||||||| +027210520|027210520|392027210520|WS|Permanent|0520|JPN Site 027210520|Active|MOE|Japan Ministry of Environment||34.799082|135.623842||9.00||||||| +027210520|027210520|392027210520|WD|Permanent|0520|JPN Site 027210520|Active|MOE|Japan Ministry of Environment||34.799082|135.623842||9.00||||||| +027211010|027211010|392027211010|WD|Permanent|1010|JPN Site 027211010|Active|MOE|Japan Ministry of Environment||34.816579|135.568568||9.00||||||| +027211010|027211010|392027211010|NOX|Permanent|1010|JPN Site 027211010|Active|MOE|Japan Ministry of Environment||34.816579|135.568568||9.00||||||| +027211010|027211010|392027211010|NO|Permanent|1010|JPN Site 027211010|Active|MOE|Japan Ministry of Environment||34.816579|135.568568||9.00||||||| +027211010|027211010|392027211010|NO2|Permanent|1010|JPN Site 027211010|Active|MOE|Japan Ministry of Environment||34.816579|135.568568||9.00||||||| +027211010|027211010|392027211010|SO2|Permanent|1010|JPN Site 027211010|Active|MOE|Japan Ministry of Environment||34.816579|135.568568||9.00||||||| +027211010|027211010|392027211010|TEMP|Permanent|1010|JPN Site 027211010|Active|MOE|Japan Ministry of Environment||34.816579|135.568568||9.00||||||| +027211010|027211010|392027211010|WS|Permanent|1010|JPN Site 027211010|Active|MOE|Japan Ministry of Environment||34.816579|135.568568||9.00||||||| +027212010|027212010|392027212010|NOX|Permanent|2010|JPN Site 027212010|Active|MOE|Japan Ministry of Environment||34.625489|135.602185||9.00||||||| +027212010|027212010|392027212010|NO|Permanent|2010|JPN Site 027212010|Active|MOE|Japan Ministry of Environment||34.625489|135.602185||9.00||||||| +027212010|027212010|392027212010|NO2|Permanent|2010|JPN Site 027212010|Active|MOE|Japan Ministry of Environment||34.625489|135.602185||9.00||||||| +027212010|027212010|392027212010|SO2|Permanent|2010|JPN Site 027212010|Active|MOE|Japan Ministry of Environment||34.625489|135.602185||9.00||||||| +027212010|027212010|392027212010|WS|Permanent|2010|JPN Site 027212010|Active|MOE|Japan Ministry of Environment||34.625489|135.602185||9.00||||||| +027212010|027212010|392027212010|WD|Permanent|2010|JPN Site 027212010|Active|MOE|Japan Ministry of Environment||34.625489|135.602185||9.00||||||| +027212030|027212030|392027212030|SO2|Permanent|2030|JPN Site 027212030|Active|MOE|Japan Ministry of Environment||34.638544|135.635515||9.00||||||| +027212030|027212030|392027212030|WS|Permanent|2030|JPN Site 027212030|Active|MOE|Japan Ministry of Environment||34.638544|135.635515||9.00||||||| +027212030|027212030|392027212030|WD|Permanent|2030|JPN Site 027212030|Active|MOE|Japan Ministry of Environment||34.638544|135.635515||9.00||||||| +027212030|027212030|392027212030|NOX|Permanent|2030|JPN Site 027212030|Active|MOE|Japan Ministry of Environment||34.638544|135.635515||9.00||||||| +027212030|027212030|392027212030|NO|Permanent|2030|JPN Site 027212030|Active|MOE|Japan Ministry of Environment||34.638544|135.635515||9.00||||||| +027212030|027212030|392027212030|NO2|Permanent|2030|JPN Site 027212030|Active|MOE|Japan Ministry of Environment||34.638544|135.635515||9.00||||||| +027212510|027212510|392027212510|NO2|Permanent|2510|JPN Site 027212510|Active|MOE|Japan Ministry of Environment||34.616046|135.586076||9.00||||||| +027212510|027212510|392027212510|NOX|Permanent|2510|JPN Site 027212510|Active|MOE|Japan Ministry of Environment||34.616046|135.586076||9.00||||||| +027212510|027212510|392027212510|NO|Permanent|2510|JPN Site 027212510|Active|MOE|Japan Ministry of Environment||34.616046|135.586076||9.00||||||| +027212520|027212520|392027212520|NO|Permanent|2520|JPN Site 027212520|Active|MOE|Japan Ministry of Environment||34.630488|135.575243||9.00||||||| +027212520|027212520|392027212520|NO2|Permanent|2520|JPN Site 027212520|Active|MOE|Japan Ministry of Environment||34.630488|135.575243||9.00||||||| +027212520|027212520|392027212520|NOX|Permanent|2520|JPN Site 027212520|Active|MOE|Japan Ministry of Environment||34.630488|135.575243||9.00||||||| +027213050|027213050|392027213050|NO2|Permanent|3050|JPN Site 027213050|Active|MOE|Japan Ministry of Environment||34.403841|135.298887||9.00||||||| +027213050|027213050|392027213050|WS|Permanent|3050|JPN Site 027213050|Active|MOE|Japan Ministry of Environment||34.403841|135.298887||9.00||||||| +027213050|027213050|392027213050|WD|Permanent|3050|JPN Site 027213050|Active|MOE|Japan Ministry of Environment||34.403841|135.298887||9.00||||||| +027213050|027213050|392027213050|NOX|Permanent|3050|JPN Site 027213050|Active|MOE|Japan Ministry of Environment||34.403841|135.298887||9.00||||||| +027213050|027213050|392027213050|NO|Permanent|3050|JPN Site 027213050|Active|MOE|Japan Ministry of Environment||34.403841|135.298887||9.00||||||| +027213510|027213510|392027213510|NO2|Permanent|3510|JPN Site 027213510|Active|MOE|Japan Ministry of Environment||34.398286|135.309442||9.00||||||| +027213510|027213510|392027213510|TEMP|Permanent|3510|JPN Site 027213510|Active|MOE|Japan Ministry of Environment||34.398286|135.309442||9.00||||||| +027213510|027213510|392027213510|WS|Permanent|3510|JPN Site 027213510|Active|MOE|Japan Ministry of Environment||34.398286|135.309442||9.00||||||| +027213510|027213510|392027213510|WD|Permanent|3510|JPN Site 027213510|Active|MOE|Japan Ministry of Environment||34.398286|135.309442||9.00||||||| +027213510|027213510|392027213510|RHUM|Permanent|3510|JPN Site 027213510|Active|MOE|Japan Ministry of Environment||34.398286|135.309442||9.00||||||| +027213510|027213510|392027213510|NOX|Permanent|3510|JPN Site 027213510|Active|MOE|Japan Ministry of Environment||34.398286|135.309442||9.00||||||| +027213510|027213510|392027213510|NO|Permanent|3510|JPN Site 027213510|Active|MOE|Japan Ministry of Environment||34.398286|135.309442||9.00||||||| +027214020|027214020|392027214020|NO|Permanent|4020|JPN Site 027214020|Active|MOE|Japan Ministry of Environment||34.499392|135.597191||9.00||||||| +027214020|027214020|392027214020|NO2|Permanent|4020|JPN Site 027214020|Active|MOE|Japan Ministry of Environment||34.499392|135.597191||9.00||||||| +027214020|027214020|392027214020|SO2|Permanent|4020|JPN Site 027214020|Active|MOE|Japan Ministry of Environment||34.499392|135.597191||9.00||||||| +027214020|027214020|392027214020|TEMP|Permanent|4020|JPN Site 027214020|Active|MOE|Japan Ministry of Environment||34.499392|135.597191||9.00||||||| +027214020|027214020|392027214020|WS|Permanent|4020|JPN Site 027214020|Active|MOE|Japan Ministry of Environment||34.499392|135.597191||9.00||||||| +027214020|027214020|392027214020|WD|Permanent|4020|JPN Site 027214020|Active|MOE|Japan Ministry of Environment||34.499392|135.597191||9.00||||||| +027214020|027214020|392027214020|RHUM|Permanent|4020|JPN Site 027214020|Active|MOE|Japan Ministry of Environment||34.499392|135.597191||9.00||||||| +027214020|027214020|392027214020|NOX|Permanent|4020|JPN Site 027214020|Active|MOE|Japan Ministry of Environment||34.499392|135.597191||9.00||||||| +027215010|027215010|392027215010|NOX|Permanent|5010|JPN Site 027215010|Active|MOE|Japan Ministry of Environment||34.766030|135.628010||9.00||||||| +027215010|027215010|392027215010|NO|Permanent|5010|JPN Site 027215010|Active|MOE|Japan Ministry of Environment||34.766030|135.628010||9.00||||||| +027215010|027215010|392027215010|NO2|Permanent|5010|JPN Site 027215010|Active|MOE|Japan Ministry of Environment||34.766030|135.628010||9.00||||||| +027215010|027215010|392027215010|TEMP|Permanent|5010|JPN Site 027215010|Active|MOE|Japan Ministry of Environment||34.766030|135.628010||9.00||||||| +027215010|027215010|392027215010|WS|Permanent|5010|JPN Site 027215010|Active|MOE|Japan Ministry of Environment||34.766030|135.628010||9.00||||||| +027215010|027215010|392027215010|WD|Permanent|5010|JPN Site 027215010|Active|MOE|Japan Ministry of Environment||34.766030|135.628010||9.00||||||| +027215010|027215010|392027215010|RHUM|Permanent|5010|JPN Site 027215010|Active|MOE|Japan Ministry of Environment||34.766030|135.628010||9.00||||||| +027216010|027216010|392027216010|NOX|Permanent|6010|JPN Site 027216010|Active|MOE|Japan Ministry of Environment||34.438842|135.564974||9.00||||||| +027216010|027216010|392027216010|NO|Permanent|6010|JPN Site 027216010|Active|MOE|Japan Ministry of Environment||34.438842|135.564974||9.00||||||| +027216010|027216010|392027216010|NO2|Permanent|6010|JPN Site 027216010|Active|MOE|Japan Ministry of Environment||34.438842|135.564974||9.00||||||| +027216010|027216010|392027216010|WS|Permanent|6010|JPN Site 027216010|Active|MOE|Japan Ministry of Environment||34.438842|135.564974||9.00||||||| +027216010|027216010|392027216010|WD|Permanent|6010|JPN Site 027216010|Active|MOE|Japan Ministry of Environment||34.438842|135.564974||9.00||||||| +027216520|027216520|392027216520|NO2|Permanent|6520|JPN Site 027216520|Active|MOE|Japan Ministry of Environment||34.455229|135.563585||9.00||||||| +027216520|027216520|392027216520|NOX|Permanent|6520|JPN Site 027216520|Active|MOE|Japan Ministry of Environment||34.455229|135.563585||9.00||||||| +027216520|027216520|392027216520|NO|Permanent|6520|JPN Site 027216520|Active|MOE|Japan Ministry of Environment||34.455229|135.563585||9.00||||||| +027217510|027217510|392027217510|NO2|Permanent|7510|JPN Site 027217510|Active|MOE|Japan Ministry of Environment||34.578827|135.551080||9.00||||||| +027217510|027217510|392027217510|NOX|Permanent|7510|JPN Site 027217510|Active|MOE|Japan Ministry of Environment||34.578827|135.551080||9.00||||||| +027217510|027217510|392027217510|NO|Permanent|7510|JPN Site 027217510|Active|MOE|Japan Ministry of Environment||34.578827|135.551080||9.00||||||| +027218010|027218010|392027218010|NOX|Permanent|8010|JPN Site 027218010|Active|MOE|Japan Ministry of Environment||34.711869|135.623568||9.00||||||| +027218010|027218010|392027218010|NO|Permanent|8010|JPN Site 027218010|Active|MOE|Japan Ministry of Environment||34.711869|135.623568||9.00||||||| +027218010|027218010|392027218010|NO2|Permanent|8010|JPN Site 027218010|Active|MOE|Japan Ministry of Environment||34.711869|135.623568||9.00||||||| +027218010|027218010|392027218010|TEMP|Permanent|8010|JPN Site 027218010|Active|MOE|Japan Ministry of Environment||34.711869|135.623568||9.00||||||| +027218010|027218010|392027218010|WS|Permanent|8010|JPN Site 027218010|Active|MOE|Japan Ministry of Environment||34.711869|135.623568||9.00||||||| +027218010|027218010|392027218010|WD|Permanent|8010|JPN Site 027218010|Active|MOE|Japan Ministry of Environment||34.711869|135.623568||9.00||||||| +027219040|027219040|392027219040|WS|Permanent|9040|JPN Site 027219040|Active|MOE|Japan Ministry of Environment||34.445506|135.458039||9.00||||||| +027219040|027219040|392027219040|WD|Permanent|9040|JPN Site 027219040|Active|MOE|Japan Ministry of Environment||34.445506|135.458039||9.00||||||| +027219040|027219040|392027219040|NOX|Permanent|9040|JPN Site 027219040|Active|MOE|Japan Ministry of Environment||34.445506|135.458039||9.00||||||| +027219040|027219040|392027219040|NO|Permanent|9040|JPN Site 027219040|Active|MOE|Japan Ministry of Environment||34.445506|135.458039||9.00||||||| +027219040|027219040|392027219040|NO2|Permanent|9040|JPN Site 027219040|Active|MOE|Japan Ministry of Environment||34.445506|135.458039||9.00||||||| +027219040|027219040|392027219040|TEMP|Permanent|9040|JPN Site 027219040|Active|MOE|Japan Ministry of Environment||34.445506|135.458039||9.00||||||| +027221010|027221010|392027221010|WS|Permanent|1010|JPN Site 027221010|Active|MOE|Japan Ministry of Environment||34.571607|135.641906||9.00||||||| +027221010|027221010|392027221010|WD|Permanent|1010|JPN Site 027221010|Active|MOE|Japan Ministry of Environment||34.571607|135.641906||9.00||||||| +027221010|027221010|392027221010|NOX|Permanent|1010|JPN Site 027221010|Active|MOE|Japan Ministry of Environment||34.571607|135.641906||9.00||||||| +027221010|027221010|392027221010|NO|Permanent|1010|JPN Site 027221010|Active|MOE|Japan Ministry of Environment||34.571607|135.641906||9.00||||||| +027221010|027221010|392027221010|NO2|Permanent|1010|JPN Site 027221010|Active|MOE|Japan Ministry of Environment||34.571607|135.641906||9.00||||||| +027224510|027224510|392027224510|NO2|Permanent|4510|JPN Site 027224510|Active|MOE|Japan Ministry of Environment||34.776584|135.561348||9.00||||||| +027224510|027224510|392027224510|NOX|Permanent|4510|JPN Site 027224510|Active|MOE|Japan Ministry of Environment||34.776584|135.561348||9.00||||||| +027224510|027224510|392027224510|NO|Permanent|4510|JPN Site 027224510|Active|MOE|Japan Ministry of Environment||34.776584|135.561348||9.00||||||| +027225010|027225010|392027225010|SO2|Permanent|5010|JPN Site 027225010|Active|MOE|Japan Ministry of Environment||34.525497|135.446647||9.00||||||| +027225010|027225010|392027225010|WS|Permanent|5010|JPN Site 027225010|Active|MOE|Japan Ministry of Environment||34.525497|135.446647||9.00||||||| +027225010|027225010|392027225010|WD|Permanent|5010|JPN Site 027225010|Active|MOE|Japan Ministry of Environment||34.525497|135.446647||9.00||||||| +027225010|027225010|392027225010|NOX|Permanent|5010|JPN Site 027225010|Active|MOE|Japan Ministry of Environment||34.525497|135.446647||9.00||||||| +027225010|027225010|392027225010|NO|Permanent|5010|JPN Site 027225010|Active|MOE|Japan Ministry of Environment||34.525497|135.446647||9.00||||||| +027225010|027225010|392027225010|NO2|Permanent|5010|JPN Site 027225010|Active|MOE|Japan Ministry of Environment||34.525497|135.446647||9.00||||||| +027225510|027225510|392027225510|NO2|Permanent|5510|JPN Site 027225510|Active|MOE|Japan Ministry of Environment||34.519109|135.443870||9.00||||||| +027225510|027225510|392027225510|NOX|Permanent|5510|JPN Site 027225510|Active|MOE|Japan Ministry of Environment||34.519109|135.443870||9.00||||||| +027225510|027225510|392027225510|NO|Permanent|5510|JPN Site 027225510|Active|MOE|Japan Ministry of Environment||34.519109|135.443870||9.00||||||| +027226030|027226030|392027226030|NO|Permanent|6030|JPN Site 027226030|Active|MOE|Japan Ministry of Environment||34.574939|135.597466||9.00||||||| +027226030|027226030|392027226030|NO2|Permanent|6030|JPN Site 027226030|Active|MOE|Japan Ministry of Environment||34.574939|135.597466||9.00||||||| +027226030|027226030|392027226030|TEMP|Permanent|6030|JPN Site 027226030|Active|MOE|Japan Ministry of Environment||34.574939|135.597466||9.00||||||| +027226030|027226030|392027226030|WS|Permanent|6030|JPN Site 027226030|Active|MOE|Japan Ministry of Environment||34.574939|135.597466||9.00||||||| +027226030|027226030|392027226030|WD|Permanent|6030|JPN Site 027226030|Active|MOE|Japan Ministry of Environment||34.574939|135.597466||9.00||||||| +027226030|027226030|392027226030|NOX|Permanent|6030|JPN Site 027226030|Active|MOE|Japan Ministry of Environment||34.574939|135.597466||9.00||||||| +027227020|027227020|392027227020|NO2|Permanent|7020|JPN Site 027227020|Active|MOE|Japan Ministry of Environment||34.658264|135.634403||9.00||||||| +027227020|027227020|392027227020|NO|Permanent|7020|JPN Site 027227020|Active|MOE|Japan Ministry of Environment||34.658264|135.634403||9.00||||||| +027227020|027227020|392027227020|SO2|Permanent|7020|JPN Site 027227020|Active|MOE|Japan Ministry of Environment||34.658264|135.634403||9.00||||||| +027227020|027227020|392027227020|TEMP|Permanent|7020|JPN Site 027227020|Active|MOE|Japan Ministry of Environment||34.658264|135.634403||9.00||||||| +027227020|027227020|392027227020|WS|Permanent|7020|JPN Site 027227020|Active|MOE|Japan Ministry of Environment||34.658264|135.634403||9.00||||||| +027227020|027227020|392027227020|WD|Permanent|7020|JPN Site 027227020|Active|MOE|Japan Ministry of Environment||34.658264|135.634403||9.00||||||| +027227020|027227020|392027227020|RHUM|Permanent|7020|JPN Site 027227020|Active|MOE|Japan Ministry of Environment||34.658264|135.634403||9.00||||||| +027227020|027227020|392027227020|NOX|Permanent|7020|JPN Site 027227020|Active|MOE|Japan Ministry of Environment||34.658264|135.634403||9.00||||||| +027227030|027227030|392027227030|WD|Permanent|7030|JPN Site 027227030|Active|MOE|Japan Ministry of Environment||34.671318|135.594684||9.00||||||| +027227030|027227030|392027227030|NOX|Permanent|7030|JPN Site 027227030|Active|MOE|Japan Ministry of Environment||34.671318|135.594684||9.00||||||| +027227030|027227030|392027227030|NO|Permanent|7030|JPN Site 027227030|Active|MOE|Japan Ministry of Environment||34.671318|135.594684||9.00||||||| +027227030|027227030|392027227030|NO2|Permanent|7030|JPN Site 027227030|Active|MOE|Japan Ministry of Environment||34.671318|135.594684||9.00||||||| +027227030|027227030|392027227030|CO|Permanent|7030|JPN Site 027227030|Active|MOE|Japan Ministry of Environment||34.671318|135.594684||9.00||||||| +027227030|027227030|392027227030|SO2|Permanent|7030|JPN Site 027227030|Active|MOE|Japan Ministry of Environment||34.671318|135.594684||9.00||||||| +027227030|027227030|392027227030|WS|Permanent|7030|JPN Site 027227030|Active|MOE|Japan Ministry of Environment||34.671318|135.594684||9.00||||||| +027227040|027227040|392027227040|SO2|Permanent|7040|JPN Site 027227040|Active|MOE|Japan Ministry of Environment||34.664929|135.575519||9.00||||||| +027227040|027227040|392027227040|WS|Permanent|7040|JPN Site 027227040|Active|MOE|Japan Ministry of Environment||34.664929|135.575519||9.00||||||| +027227040|027227040|392027227040|WD|Permanent|7040|JPN Site 027227040|Active|MOE|Japan Ministry of Environment||34.664929|135.575519||9.00||||||| +027227040|027227040|392027227040|NOX|Permanent|7040|JPN Site 027227040|Active|MOE|Japan Ministry of Environment||34.664929|135.575519||9.00||||||| +027227040|027227040|392027227040|NO|Permanent|7040|JPN Site 027227040|Active|MOE|Japan Ministry of Environment||34.664929|135.575519||9.00||||||| +027227040|027227040|392027227040|NO2|Permanent|7040|JPN Site 027227040|Active|MOE|Japan Ministry of Environment||34.664929|135.575519||9.00||||||| +027228010|027228010|392027228010|NO2|Permanent|8010|JPN Site 027228010|Active|MOE|Japan Ministry of Environment||34.374399|135.285278||9.00||||||| +027228010|027228010|392027228010|WS|Permanent|8010|JPN Site 027228010|Active|MOE|Japan Ministry of Environment||34.374399|135.285278||9.00||||||| +027228010|027228010|392027228010|WD|Permanent|8010|JPN Site 027228010|Active|MOE|Japan Ministry of Environment||34.374399|135.285278||9.00||||||| +027228010|027228010|392027228010|NOX|Permanent|8010|JPN Site 027228010|Active|MOE|Japan Ministry of Environment||34.374399|135.285278||9.00||||||| +027228010|027228010|392027228010|NO|Permanent|8010|JPN Site 027228010|Active|MOE|Japan Ministry of Environment||34.374399|135.285278||9.00||||||| +027229510|027229510|392027229510|SO2|Permanent|9510|JPN Site 027229510|Active|MOE|Japan Ministry of Environment||34.737700|135.631900||9.00||||||| +027229510|027229510|392027229510|WD|Permanent|9510|JPN Site 027229510|Active|MOE|Japan Ministry of Environment||34.737700|135.631900||9.00||||||| +027229510|027229510|392027229510|RHUM|Permanent|9510|JPN Site 027229510|Active|MOE|Japan Ministry of Environment||34.737700|135.631900||9.00||||||| +027229510|027229510|392027229510|NOX|Permanent|9510|JPN Site 027229510|Active|MOE|Japan Ministry of Environment||34.737700|135.631900||9.00||||||| +027229510|027229510|392027229510|NO|Permanent|9510|JPN Site 027229510|Active|MOE|Japan Ministry of Environment||34.737700|135.631900||9.00||||||| +027229510|027229510|392027229510|NO2|Permanent|9510|JPN Site 027229510|Active|MOE|Japan Ministry of Environment||34.737700|135.631900||9.00||||||| +027229510|027229510|392027229510|CO|Permanent|9510|JPN Site 027229510|Active|MOE|Japan Ministry of Environment||34.737700|135.631900||9.00||||||| +027229510|027229510|392027229510|TEMP|Permanent|9510|JPN Site 027229510|Active|MOE|Japan Ministry of Environment||34.737700|135.631900||9.00||||||| +027229510|027229510|392027229510|WS|Permanent|9510|JPN Site 027229510|Active|MOE|Japan Ministry of Environment||34.737700|135.631900||9.00||||||| +027301010|027301010|392027301010|WD|Permanent|1010|JPN Site 027301010|Active|MOE|Japan Ministry of Environment||34.883796|135.663001||9.00||||||| +027301010|027301010|392027301010|NOX|Permanent|1010|JPN Site 027301010|Active|MOE|Japan Ministry of Environment||34.883796|135.663001||9.00||||||| +027301010|027301010|392027301010|NO|Permanent|1010|JPN Site 027301010|Active|MOE|Japan Ministry of Environment||34.883796|135.663001||9.00||||||| +027301010|027301010|392027301010|NO2|Permanent|1010|JPN Site 027301010|Active|MOE|Japan Ministry of Environment||34.883796|135.663001||9.00||||||| +027301010|027301010|392027301010|WS|Permanent|1010|JPN Site 027301010|Active|MOE|Japan Ministry of Environment||34.883796|135.663001||9.00||||||| +027321010|027321010|392027321010|NO|Permanent|1010|JPN Site 027321010|Active|MOE|Japan Ministry of Environment||34.922122|135.491347||9.00||||||| +027321010|027321010|392027321010|NO2|Permanent|1010|JPN Site 027321010|Active|MOE|Japan Ministry of Environment||34.922122|135.491347||9.00||||||| +027321010|027321010|392027321010|TEMP|Permanent|1010|JPN Site 027321010|Active|MOE|Japan Ministry of Environment||34.922122|135.491347||9.00||||||| +027321010|027321010|392027321010|WS|Permanent|1010|JPN Site 027321010|Active|MOE|Japan Ministry of Environment||34.922122|135.491347||9.00||||||| +027321010|027321010|392027321010|WD|Permanent|1010|JPN Site 027321010|Active|MOE|Japan Ministry of Environment||34.922122|135.491347||9.00||||||| +027321010|027321010|392027321010|NOX|Permanent|1010|JPN Site 027321010|Active|MOE|Japan Ministry of Environment||34.922122|135.491347||9.00||||||| +027367010|027367010|392027367010|NO|Permanent|7010|JPN Site 027367010|Active|MOE|Japan Ministry of Environment||34.339680|135.228063||9.00||||||| +027367010|027367010|392027367010|NO2|Permanent|7010|JPN Site 027367010|Active|MOE|Japan Ministry of Environment||34.339680|135.228063||9.00||||||| +027367010|027367010|392027367010|WS|Permanent|7010|JPN Site 027367010|Active|MOE|Japan Ministry of Environment||34.339680|135.228063||9.00||||||| +027367010|027367010|392027367010|WD|Permanent|7010|JPN Site 027367010|Active|MOE|Japan Ministry of Environment||34.339680|135.228063||9.00||||||| +027367010|027367010|392027367010|NOX|Permanent|7010|JPN Site 027367010|Active|MOE|Japan Ministry of Environment||34.339680|135.228063||9.00||||||| +028101010|028101010|392028101010|SO2|Permanent|1010|JPN Site 028101010|Active|MOE|Japan Ministry of Environment||34.724084|135.263042||9.00||||||| +028101010|028101010|392028101010|WS|Permanent|1010|JPN Site 028101010|Active|MOE|Japan Ministry of Environment||34.724084|135.263042||9.00||||||| +028101010|028101010|392028101010|WD|Permanent|1010|JPN Site 028101010|Active|MOE|Japan Ministry of Environment||34.724084|135.263042||9.00||||||| +028101010|028101010|392028101010|NOX|Permanent|1010|JPN Site 028101010|Active|MOE|Japan Ministry of Environment||34.724084|135.263042||9.00||||||| +028101010|028101010|392028101010|NO|Permanent|1010|JPN Site 028101010|Active|MOE|Japan Ministry of Environment||34.724084|135.263042||9.00||||||| +028101010|028101010|392028101010|NO2|Permanent|1010|JPN Site 028101010|Active|MOE|Japan Ministry of Environment||34.724084|135.263042||9.00||||||| +028101030|028101030|392028101030|NO2|Permanent|1030|JPN Site 028101030|Active|MOE|Japan Ministry of Environment||34.687977|135.263877||9.00||||||| +028101030|028101030|392028101030|SO2|Permanent|1030|JPN Site 028101030|Active|MOE|Japan Ministry of Environment||34.687977|135.263877||9.00||||||| +028101030|028101030|392028101030|WS|Permanent|1030|JPN Site 028101030|Active|MOE|Japan Ministry of Environment||34.687977|135.263877||9.00||||||| +028101030|028101030|392028101030|WD|Permanent|1030|JPN Site 028101030|Active|MOE|Japan Ministry of Environment||34.687977|135.263877||9.00||||||| +028101030|028101030|392028101030|NOX|Permanent|1030|JPN Site 028101030|Active|MOE|Japan Ministry of Environment||34.687977|135.263877||9.00||||||| +028101030|028101030|392028101030|NO|Permanent|1030|JPN Site 028101030|Active|MOE|Japan Ministry of Environment||34.687977|135.263877||9.00||||||| +028101040|028101040|392028101040|NOX|Permanent|1040|JPN Site 028101040|Active|MOE|Japan Ministry of Environment||34.712141|135.259987||9.00||||||| +028101040|028101040|392028101040|NO|Permanent|1040|JPN Site 028101040|Active|MOE|Japan Ministry of Environment||34.712141|135.259987||9.00||||||| +028101040|028101040|392028101040|NO2|Permanent|1040|JPN Site 028101040|Active|MOE|Japan Ministry of Environment||34.712141|135.259987||9.00||||||| +028101520|028101520|392028101520|NO|Permanent|1520|JPN Site 028101520|Active|MOE|Japan Ministry of Environment||34.717140|135.274430||9.00||||||| +028101520|028101520|392028101520|NO2|Permanent|1520|JPN Site 028101520|Active|MOE|Japan Ministry of Environment||34.717140|135.274430||9.00||||||| +028101520|028101520|392028101520|NOX|Permanent|1520|JPN Site 028101520|Active|MOE|Japan Ministry of Environment||34.717140|135.274430||9.00||||||| +028102010|028102010|392028102010|NO|Permanent|2010|JPN Site 028102010|Active|MOE|Japan Ministry of Environment||34.713251|135.229156||9.00||||||| +028102010|028102010|392028102010|NO2|Permanent|2010|JPN Site 028102010|Active|MOE|Japan Ministry of Environment||34.713251|135.229156||9.00||||||| +028102010|028102010|392028102010|WS|Permanent|2010|JPN Site 028102010|Active|MOE|Japan Ministry of Environment||34.713251|135.229156||9.00||||||| +028102010|028102010|392028102010|WD|Permanent|2010|JPN Site 028102010|Active|MOE|Japan Ministry of Environment||34.713251|135.229156||9.00||||||| +028102010|028102010|392028102010|NOX|Permanent|2010|JPN Site 028102010|Active|MOE|Japan Ministry of Environment||34.713251|135.229156||9.00||||||| +028102040|028102040|392028102040|NOX|Permanent|2040|JPN Site 028102040|Active|MOE|Japan Ministry of Environment||34.708529|135.230823||9.00||||||| +028102040|028102040|392028102040|NO|Permanent|2040|JPN Site 028102040|Active|MOE|Japan Ministry of Environment||34.708529|135.230823||9.00||||||| +028102040|028102040|392028102040|NO2|Permanent|2040|JPN Site 028102040|Active|MOE|Japan Ministry of Environment||34.708529|135.230823||9.00||||||| +028102040|028102040|392028102040|SO2|Permanent|2040|JPN Site 028102040|Active|MOE|Japan Ministry of Environment||34.708529|135.230823||9.00||||||| +028102040|028102040|392028102040|WS|Permanent|2040|JPN Site 028102040|Active|MOE|Japan Ministry of Environment||34.708529|135.230823||9.00||||||| +028102040|028102040|392028102040|WD|Permanent|2040|JPN Site 028102040|Active|MOE|Japan Ministry of Environment||34.708529|135.230823||9.00||||||| +028105010|028105010|392028105010|SO2|Permanent|5010|JPN Site 028105010|Active|MOE|Japan Ministry of Environment||34.657700|135.169442||9.00||||||| +028105010|028105010|392028105010|WS|Permanent|5010|JPN Site 028105010|Active|MOE|Japan Ministry of Environment||34.657700|135.169442||9.00||||||| +028105010|028105010|392028105010|WD|Permanent|5010|JPN Site 028105010|Active|MOE|Japan Ministry of Environment||34.657700|135.169442||9.00||||||| +028105010|028105010|392028105010|NOX|Permanent|5010|JPN Site 028105010|Active|MOE|Japan Ministry of Environment||34.657700|135.169442||9.00||||||| +028105010|028105010|392028105010|NO|Permanent|5010|JPN Site 028105010|Active|MOE|Japan Ministry of Environment||34.657700|135.169442||9.00||||||| +028105010|028105010|392028105010|NO2|Permanent|5010|JPN Site 028105010|Active|MOE|Japan Ministry of Environment||34.657700|135.169442||9.00||||||| +028106010|028106010|392028106010|NO|Permanent|6010|JPN Site 028106010|Active|MOE|Japan Ministry of Environment||34.665477|135.151110||9.00||||||| +028106010|028106010|392028106010|NO2|Permanent|6010|JPN Site 028106010|Active|MOE|Japan Ministry of Environment||34.665477|135.151110||9.00||||||| +028106010|028106010|392028106010|WS|Permanent|6010|JPN Site 028106010|Active|MOE|Japan Ministry of Environment||34.665477|135.151110||9.00||||||| +028106010|028106010|392028106010|WD|Permanent|6010|JPN Site 028106010|Active|MOE|Japan Ministry of Environment||34.665477|135.151110||9.00||||||| +028106010|028106010|392028106010|NOX|Permanent|6010|JPN Site 028106010|Active|MOE|Japan Ministry of Environment||34.665477|135.151110||9.00||||||| +028107010|028107010|392028107010|NO|Permanent|7010|JPN Site 028107010|Active|MOE|Japan Ministry of Environment||34.646034|135.120557||9.00||||||| +028107010|028107010|392028107010|NO2|Permanent|7010|JPN Site 028107010|Active|MOE|Japan Ministry of Environment||34.646034|135.120557||9.00||||||| +028107010|028107010|392028107010|WS|Permanent|7010|JPN Site 028107010|Active|MOE|Japan Ministry of Environment||34.646034|135.120557||9.00||||||| +028107010|028107010|392028107010|WD|Permanent|7010|JPN Site 028107010|Active|MOE|Japan Ministry of Environment||34.646034|135.120557||9.00||||||| +028107010|028107010|392028107010|NOX|Permanent|7010|JPN Site 028107010|Active|MOE|Japan Ministry of Environment||34.646034|135.120557||9.00||||||| +028107020|028107020|392028107020|NO|Permanent|7020|JPN Site 028107020|Active|MOE|Japan Ministry of Environment||34.691862|135.099724||9.00||||||| +028107020|028107020|392028107020|NO2|Permanent|7020|JPN Site 028107020|Active|MOE|Japan Ministry of Environment||34.691862|135.099724||9.00||||||| +028107020|028107020|392028107020|WS|Permanent|7020|JPN Site 028107020|Active|MOE|Japan Ministry of Environment||34.691862|135.099724||9.00||||||| +028107020|028107020|392028107020|WD|Permanent|7020|JPN Site 028107020|Active|MOE|Japan Ministry of Environment||34.691862|135.099724||9.00||||||| +028107020|028107020|392028107020|NOX|Permanent|7020|JPN Site 028107020|Active|MOE|Japan Ministry of Environment||34.691862|135.099724||9.00||||||| +028108010|028108010|392028108010|WS|Permanent|8010|JPN Site 028108010|Active|MOE|Japan Ministry of Environment||34.637145|135.061118||9.00||||||| +028108010|028108010|392028108010|WD|Permanent|8010|JPN Site 028108010|Active|MOE|Japan Ministry of Environment||34.637145|135.061118||9.00||||||| +028108010|028108010|392028108010|NOX|Permanent|8010|JPN Site 028108010|Active|MOE|Japan Ministry of Environment||34.637145|135.061118||9.00||||||| +028108010|028108010|392028108010|NO|Permanent|8010|JPN Site 028108010|Active|MOE|Japan Ministry of Environment||34.637145|135.061118||9.00||||||| +028108010|028108010|392028108010|NO2|Permanent|8010|JPN Site 028108010|Active|MOE|Japan Ministry of Environment||34.637145|135.061118||9.00||||||| +028108010|028108010|392028108010|SO2|Permanent|8010|JPN Site 028108010|Active|MOE|Japan Ministry of Environment||34.637145|135.061118||9.00||||||| +028108020|028108020|392028108020|NO|Permanent|8020|JPN Site 028108020|Active|MOE|Japan Ministry of Environment||34.709358|134.983621||9.00||||||| +028108020|028108020|392028108020|NO2|Permanent|8020|JPN Site 028108020|Active|MOE|Japan Ministry of Environment||34.709358|134.983621||9.00||||||| +028108020|028108020|392028108020|NOX|Permanent|8020|JPN Site 028108020|Active|MOE|Japan Ministry of Environment||34.709358|134.983621||9.00||||||| +028108510|028108510|392028108510|NO|Permanent|8510|JPN Site 028108510|Active|MOE|Japan Ministry of Environment||34.628535|135.060563||9.00||||||| +028108510|028108510|392028108510|NO2|Permanent|8510|JPN Site 028108510|Active|MOE|Japan Ministry of Environment||34.628535|135.060563||9.00||||||| +028108510|028108510|392028108510|CO|Permanent|8510|JPN Site 028108510|Active|MOE|Japan Ministry of Environment||34.628535|135.060563||9.00||||||| +028108510|028108510|392028108510|NOX|Permanent|8510|JPN Site 028108510|Active|MOE|Japan Ministry of Environment||34.628535|135.060563||9.00||||||| +028109010|028109010|392028109010|NO2|Permanent|9010|JPN Site 028109010|Active|MOE|Japan Ministry of Environment||34.724637|135.131664||9.00||||||| +028109010|028109010|392028109010|WS|Permanent|9010|JPN Site 028109010|Active|MOE|Japan Ministry of Environment||34.724637|135.131664||9.00||||||| +028109010|028109010|392028109010|WD|Permanent|9010|JPN Site 028109010|Active|MOE|Japan Ministry of Environment||34.724637|135.131664||9.00||||||| +028109010|028109010|392028109010|NOX|Permanent|9010|JPN Site 028109010|Active|MOE|Japan Ministry of Environment||34.724637|135.131664||9.00||||||| +028109010|028109010|392028109010|NO|Permanent|9010|JPN Site 028109010|Active|MOE|Japan Ministry of Environment||34.724637|135.131664||9.00||||||| +028109030|028109030|392028109030|NO2|Permanent|9030|JPN Site 028109030|Active|MOE|Japan Ministry of Environment||34.824906|135.222763||9.00||||||| +028109030|028109030|392028109030|WS|Permanent|9030|JPN Site 028109030|Active|MOE|Japan Ministry of Environment||34.824906|135.222763||9.00||||||| +028109030|028109030|392028109030|WD|Permanent|9030|JPN Site 028109030|Active|MOE|Japan Ministry of Environment||34.824906|135.222763||9.00||||||| +028109030|028109030|392028109030|NOX|Permanent|9030|JPN Site 028109030|Active|MOE|Japan Ministry of Environment||34.824906|135.222763||9.00||||||| +028109030|028109030|392028109030|NO|Permanent|9030|JPN Site 028109030|Active|MOE|Japan Ministry of Environment||34.824906|135.222763||9.00||||||| +028109520|028109520|392028109520|CO|Permanent|9520|JPN Site 028109520|Active|MOE|Japan Ministry of Environment||34.854069|135.214707||9.00||||||| +028109520|028109520|392028109520|WS|Permanent|9520|JPN Site 028109520|Active|MOE|Japan Ministry of Environment||34.854069|135.214707||9.00||||||| +028109520|028109520|392028109520|WD|Permanent|9520|JPN Site 028109520|Active|MOE|Japan Ministry of Environment||34.854069|135.214707||9.00||||||| +028109520|028109520|392028109520|NOX|Permanent|9520|JPN Site 028109520|Active|MOE|Japan Ministry of Environment||34.854069|135.214707||9.00||||||| +028109520|028109520|392028109520|NO|Permanent|9520|JPN Site 028109520|Active|MOE|Japan Ministry of Environment||34.854069|135.214707||9.00||||||| +028109520|028109520|392028109520|NO2|Permanent|9520|JPN Site 028109520|Active|MOE|Japan Ministry of Environment||34.854069|135.214707||9.00||||||| +028110010|028110010|392028110010|WD|Permanent|0010|JPN Site 028110010|Active|MOE|Japan Ministry of Environment||34.665756|135.212216||9.00||||||| +028110010|028110010|392028110010|NOX|Permanent|0010|JPN Site 028110010|Active|MOE|Japan Ministry of Environment||34.665756|135.212216||9.00||||||| +028110010|028110010|392028110010|NO|Permanent|0010|JPN Site 028110010|Active|MOE|Japan Ministry of Environment||34.665756|135.212216||9.00||||||| +028110010|028110010|392028110010|NO2|Permanent|0010|JPN Site 028110010|Active|MOE|Japan Ministry of Environment||34.665756|135.212216||9.00||||||| +028110010|028110010|392028110010|SO2|Permanent|0010|JPN Site 028110010|Active|MOE|Japan Ministry of Environment||34.665756|135.212216||9.00||||||| +028110010|028110010|392028110010|WS|Permanent|0010|JPN Site 028110010|Active|MOE|Japan Ministry of Environment||34.665756|135.212216||9.00||||||| +028110510|028110510|392028110510|NO|Permanent|0510|JPN Site 028110510|Active|MOE|Japan Ministry of Environment||34.698808|135.198049||9.00||||||| +028110510|028110510|392028110510|NO2|Permanent|0510|JPN Site 028110510|Active|MOE|Japan Ministry of Environment||34.698808|135.198049||9.00||||||| +028110510|028110510|392028110510|CO|Permanent|0510|JPN Site 028110510|Active|MOE|Japan Ministry of Environment||34.698808|135.198049||9.00||||||| +028110510|028110510|392028110510|NOX|Permanent|0510|JPN Site 028110510|Active|MOE|Japan Ministry of Environment||34.698808|135.198049||9.00||||||| +028111010|028111010|392028111010|NOX|Permanent|1010|JPN Site 028111010|Active|MOE|Japan Ministry of Environment||34.743245|135.065280||9.00||||||| +028111010|028111010|392028111010|NO|Permanent|1010|JPN Site 028111010|Active|MOE|Japan Ministry of Environment||34.743245|135.065280||9.00||||||| +028111010|028111010|392028111010|NO2|Permanent|1010|JPN Site 028111010|Active|MOE|Japan Ministry of Environment||34.743245|135.065280||9.00||||||| +028111010|028111010|392028111010|WS|Permanent|1010|JPN Site 028111010|Active|MOE|Japan Ministry of Environment||34.743245|135.065280||9.00||||||| +028111010|028111010|392028111010|WD|Permanent|1010|JPN Site 028111010|Active|MOE|Japan Ministry of Environment||34.743245|135.065280||9.00||||||| +028111510|028111510|392028111510|NO2|Permanent|1510|JPN Site 028111510|Active|MOE|Japan Ministry of Environment||34.672973|134.977790||9.00||||||| +028111510|028111510|392028111510|NOX|Permanent|1510|JPN Site 028111510|Active|MOE|Japan Ministry of Environment||34.672973|134.977790||9.00||||||| +028111510|028111510|392028111510|NO|Permanent|1510|JPN Site 028111510|Active|MOE|Japan Ministry of Environment||34.672973|134.977790||9.00||||||| +028201020|028201020|392028201020|WD|Permanent|1020|JPN Site 028201020|Active|MOE|Japan Ministry of Environment||34.805175|134.628646||9.00||||||| +028201020|028201020|392028201020|NOX|Permanent|1020|JPN Site 028201020|Active|MOE|Japan Ministry of Environment||34.805175|134.628646||9.00||||||| +028201020|028201020|392028201020|NO|Permanent|1020|JPN Site 028201020|Active|MOE|Japan Ministry of Environment||34.805175|134.628646||9.00||||||| +028201020|028201020|392028201020|NO2|Permanent|1020|JPN Site 028201020|Active|MOE|Japan Ministry of Environment||34.805175|134.628646||9.00||||||| +028201020|028201020|392028201020|SO2|Permanent|1020|JPN Site 028201020|Active|MOE|Japan Ministry of Environment||34.805175|134.628646||9.00||||||| +028201020|028201020|392028201020|WS|Permanent|1020|JPN Site 028201020|Active|MOE|Japan Ministry of Environment||34.805175|134.628646||9.00||||||| +028201030|028201030|392028201030|NO2|Permanent|1030|JPN Site 028201030|Active|MOE|Japan Ministry of Environment||34.800177|134.677254||9.00||||||| +028201030|028201030|392028201030|SO2|Permanent|1030|JPN Site 028201030|Active|MOE|Japan Ministry of Environment||34.800177|134.677254||9.00||||||| +028201030|028201030|392028201030|WS|Permanent|1030|JPN Site 028201030|Active|MOE|Japan Ministry of Environment||34.800177|134.677254||9.00||||||| +028201030|028201030|392028201030|WD|Permanent|1030|JPN Site 028201030|Active|MOE|Japan Ministry of Environment||34.800177|134.677254||9.00||||||| +028201030|028201030|392028201030|NOX|Permanent|1030|JPN Site 028201030|Active|MOE|Japan Ministry of Environment||34.800177|134.677254||9.00||||||| +028201030|028201030|392028201030|NO|Permanent|1030|JPN Site 028201030|Active|MOE|Japan Ministry of Environment||34.800177|134.677254||9.00||||||| +028201040|028201040|392028201040|WD|Permanent|1040|JPN Site 028201040|Active|MOE|Japan Ministry of Environment||34.785179|134.704752||9.00||||||| +028201040|028201040|392028201040|NOX|Permanent|1040|JPN Site 028201040|Active|MOE|Japan Ministry of Environment||34.785179|134.704752||9.00||||||| +028201040|028201040|392028201040|NO|Permanent|1040|JPN Site 028201040|Active|MOE|Japan Ministry of Environment||34.785179|134.704752||9.00||||||| +028201040|028201040|392028201040|NO2|Permanent|1040|JPN Site 028201040|Active|MOE|Japan Ministry of Environment||34.785179|134.704752||9.00||||||| +028201040|028201040|392028201040|SO2|Permanent|1040|JPN Site 028201040|Active|MOE|Japan Ministry of Environment||34.785179|134.704752||9.00||||||| +028201040|028201040|392028201040|WS|Permanent|1040|JPN Site 028201040|Active|MOE|Japan Ministry of Environment||34.785179|134.704752||9.00||||||| +028201050|028201050|392028201050|WS|Permanent|1050|JPN Site 028201050|Active|MOE|Japan Ministry of Environment||34.819065|134.741137||9.00||||||| +028201050|028201050|392028201050|WD|Permanent|1050|JPN Site 028201050|Active|MOE|Japan Ministry of Environment||34.819065|134.741137||9.00||||||| +028201050|028201050|392028201050|NOX|Permanent|1050|JPN Site 028201050|Active|MOE|Japan Ministry of Environment||34.819065|134.741137||9.00||||||| +028201050|028201050|392028201050|NO|Permanent|1050|JPN Site 028201050|Active|MOE|Japan Ministry of Environment||34.819065|134.741137||9.00||||||| +028201050|028201050|392028201050|NO2|Permanent|1050|JPN Site 028201050|Active|MOE|Japan Ministry of Environment||34.819065|134.741137||9.00||||||| +028201050|028201050|392028201050|SO2|Permanent|1050|JPN Site 028201050|Active|MOE|Japan Ministry of Environment||34.819065|134.741137||9.00||||||| +028201060|028201060|392028201060|NO2|Permanent|1060|JPN Site 028201060|Active|MOE|Japan Ministry of Environment||34.789343|134.588651||9.00||||||| +028201060|028201060|392028201060|SO2|Permanent|1060|JPN Site 028201060|Active|MOE|Japan Ministry of Environment||34.789343|134.588651||9.00||||||| +028201060|028201060|392028201060|WS|Permanent|1060|JPN Site 028201060|Active|MOE|Japan Ministry of Environment||34.789343|134.588651||9.00||||||| +028201060|028201060|392028201060|WD|Permanent|1060|JPN Site 028201060|Active|MOE|Japan Ministry of Environment||34.789343|134.588651||9.00||||||| +028201060|028201060|392028201060|NOX|Permanent|1060|JPN Site 028201060|Active|MOE|Japan Ministry of Environment||34.789343|134.588651||9.00||||||| +028201060|028201060|392028201060|NO|Permanent|1060|JPN Site 028201060|Active|MOE|Japan Ministry of Environment||34.789343|134.588651||9.00||||||| +028201070|028201070|392028201070|NO2|Permanent|1070|JPN Site 028201070|Active|MOE|Japan Ministry of Environment||34.860725|134.644198||9.00||||||| +028201070|028201070|392028201070|SO2|Permanent|1070|JPN Site 028201070|Active|MOE|Japan Ministry of Environment||34.860725|134.644198||9.00||||||| +028201070|028201070|392028201070|WS|Permanent|1070|JPN Site 028201070|Active|MOE|Japan Ministry of Environment||34.860725|134.644198||9.00||||||| +028201070|028201070|392028201070|WD|Permanent|1070|JPN Site 028201070|Active|MOE|Japan Ministry of Environment||34.860725|134.644198||9.00||||||| +028201070|028201070|392028201070|NOX|Permanent|1070|JPN Site 028201070|Active|MOE|Japan Ministry of Environment||34.860725|134.644198||9.00||||||| +028201070|028201070|392028201070|NO|Permanent|1070|JPN Site 028201070|Active|MOE|Japan Ministry of Environment||34.860725|134.644198||9.00||||||| +028201090|028201090|392028201090|NO|Permanent|1090|JPN Site 028201090|Active|MOE|Japan Ministry of Environment||34.907663|134.578090||9.00||||||| +028201090|028201090|392028201090|NO2|Permanent|1090|JPN Site 028201090|Active|MOE|Japan Ministry of Environment||34.907663|134.578090||9.00||||||| +028201090|028201090|392028201090|SO2|Permanent|1090|JPN Site 028201090|Active|MOE|Japan Ministry of Environment||34.907663|134.578090||9.00||||||| +028201090|028201090|392028201090|WS|Permanent|1090|JPN Site 028201090|Active|MOE|Japan Ministry of Environment||34.907663|134.578090||9.00||||||| +028201090|028201090|392028201090|WD|Permanent|1090|JPN Site 028201090|Active|MOE|Japan Ministry of Environment||34.907663|134.578090||9.00||||||| +028201090|028201090|392028201090|NOX|Permanent|1090|JPN Site 028201090|Active|MOE|Japan Ministry of Environment||34.907663|134.578090||9.00||||||| +028201380|028201380|392028201380|SO2|Permanent|1380|JPN Site 028201380|Active|MOE|Japan Ministry of Environment||34.846561|134.697250||9.00||||||| +028201380|028201380|392028201380|WS|Permanent|1380|JPN Site 028201380|Active|MOE|Japan Ministry of Environment||34.846561|134.697250||9.00||||||| +028201380|028201380|392028201380|WD|Permanent|1380|JPN Site 028201380|Active|MOE|Japan Ministry of Environment||34.846561|134.697250||9.00||||||| +028201380|028201380|392028201380|NOX|Permanent|1380|JPN Site 028201380|Active|MOE|Japan Ministry of Environment||34.846561|134.697250||9.00||||||| +028201380|028201380|392028201380|NO|Permanent|1380|JPN Site 028201380|Active|MOE|Japan Ministry of Environment||34.846561|134.697250||9.00||||||| +028201380|028201380|392028201380|NO2|Permanent|1380|JPN Site 028201380|Active|MOE|Japan Ministry of Environment||34.846561|134.697250||9.00||||||| +028201390|028201390|392028201390|WS|Permanent|1390|JPN Site 028201390|Active|MOE|Japan Ministry of Environment||34.913777|134.735299||9.00||||||| +028201390|028201390|392028201390|WD|Permanent|1390|JPN Site 028201390|Active|MOE|Japan Ministry of Environment||34.913777|134.735299||9.00||||||| +028201390|028201390|392028201390|NOX|Permanent|1390|JPN Site 028201390|Active|MOE|Japan Ministry of Environment||34.913777|134.735299||9.00||||||| +028201390|028201390|392028201390|NO|Permanent|1390|JPN Site 028201390|Active|MOE|Japan Ministry of Environment||34.913777|134.735299||9.00||||||| +028201390|028201390|392028201390|NO2|Permanent|1390|JPN Site 028201390|Active|MOE|Japan Ministry of Environment||34.913777|134.735299||9.00||||||| +028201390|028201390|392028201390|SO2|Permanent|1390|JPN Site 028201390|Active|MOE|Japan Ministry of Environment||34.913777|134.735299||9.00||||||| +028201520|028201520|392028201520|NO2|Permanent|1520|JPN Site 028201520|Active|MOE|Japan Ministry of Environment||34.835173|134.682807||9.00||||||| +028201520|028201520|392028201520|CO|Permanent|1520|JPN Site 028201520|Active|MOE|Japan Ministry of Environment||34.835173|134.682807||9.00||||||| +028201520|028201520|392028201520|NOX|Permanent|1520|JPN Site 028201520|Active|MOE|Japan Ministry of Environment||34.835173|134.682807||9.00||||||| +028201520|028201520|392028201520|NO|Permanent|1520|JPN Site 028201520|Active|MOE|Japan Ministry of Environment||34.835173|134.682807||9.00||||||| +028201530|028201530|392028201530|NO2|Permanent|1530|JPN Site 028201530|Active|MOE|Japan Ministry of Environment||34.797677|134.670032||9.00||||||| +028201530|028201530|392028201530|CO|Permanent|1530|JPN Site 028201530|Active|MOE|Japan Ministry of Environment||34.797677|134.670032||9.00||||||| +028201530|028201530|392028201530|NOX|Permanent|1530|JPN Site 028201530|Active|MOE|Japan Ministry of Environment||34.797677|134.670032||9.00||||||| +028201530|028201530|392028201530|NO|Permanent|1530|JPN Site 028201530|Active|MOE|Japan Ministry of Environment||34.797677|134.670032||9.00||||||| +028202010|028202010|392028202010|NO2|Permanent|2010|JPN Site 028202010|Active|MOE|Japan Ministry of Environment||34.747417|135.405251||9.00||||||| +028202010|028202010|392028202010|SO2|Permanent|2010|JPN Site 028202010|Active|MOE|Japan Ministry of Environment||34.747417|135.405251||9.00||||||| +028202010|028202010|392028202010|WS|Permanent|2010|JPN Site 028202010|Active|MOE|Japan Ministry of Environment||34.747417|135.405251||9.00||||||| +028202010|028202010|392028202010|WD|Permanent|2010|JPN Site 028202010|Active|MOE|Japan Ministry of Environment||34.747417|135.405251||9.00||||||| +028202010|028202010|392028202010|NOX|Permanent|2010|JPN Site 028202010|Active|MOE|Japan Ministry of Environment||34.747417|135.405251||9.00||||||| +028202010|028202010|392028202010|NO|Permanent|2010|JPN Site 028202010|Active|MOE|Japan Ministry of Environment||34.747417|135.405251||9.00||||||| +028202020|028202020|392028202020|CO|Permanent|2020|JPN Site 028202020|Active|MOE|Japan Ministry of Environment||34.726031|135.414974||9.00||||||| +028202020|028202020|392028202020|TEMP|Permanent|2020|JPN Site 028202020|Active|MOE|Japan Ministry of Environment||34.726031|135.414974||9.00||||||| +028202020|028202020|392028202020|WS|Permanent|2020|JPN Site 028202020|Active|MOE|Japan Ministry of Environment||34.726031|135.414974||9.00||||||| +028202020|028202020|392028202020|WD|Permanent|2020|JPN Site 028202020|Active|MOE|Japan Ministry of Environment||34.726031|135.414974||9.00||||||| +028202020|028202020|392028202020|RHUM|Permanent|2020|JPN Site 028202020|Active|MOE|Japan Ministry of Environment||34.726031|135.414974||9.00||||||| +028202020|028202020|392028202020|NOX|Permanent|2020|JPN Site 028202020|Active|MOE|Japan Ministry of Environment||34.726031|135.414974||9.00||||||| +028202020|028202020|392028202020|NO2|Permanent|2020|JPN Site 028202020|Active|MOE|Japan Ministry of Environment||34.726031|135.414974||9.00||||||| +028202020|028202020|392028202020|NO|Permanent|2020|JPN Site 028202020|Active|MOE|Japan Ministry of Environment||34.726031|135.414974||9.00||||||| +028202020|028202020|392028202020|SO2|Permanent|2020|JPN Site 028202020|Active|MOE|Japan Ministry of Environment||34.726031|135.414974||9.00||||||| +028202030|028202030|392028202030|SO2|Permanent|2030|JPN Site 028202030|Active|MOE|Japan Ministry of Environment||34.716032|135.419974||9.00||||||| +028202030|028202030|392028202030|WS|Permanent|2030|JPN Site 028202030|Active|MOE|Japan Ministry of Environment||34.716032|135.419974||9.00||||||| +028202030|028202030|392028202030|WD|Permanent|2030|JPN Site 028202030|Active|MOE|Japan Ministry of Environment||34.716032|135.419974||9.00||||||| +028202030|028202030|392028202030|NOX|Permanent|2030|JPN Site 028202030|Active|MOE|Japan Ministry of Environment||34.716032|135.419974||9.00||||||| +028202030|028202030|392028202030|NO|Permanent|2030|JPN Site 028202030|Active|MOE|Japan Ministry of Environment||34.716032|135.419974||9.00||||||| +028202030|028202030|392028202030|NO2|Permanent|2030|JPN Site 028202030|Active|MOE|Japan Ministry of Environment||34.716032|135.419974||9.00||||||| +028202520|028202520|392028202520|NO2|Permanent|2520|JPN Site 028202520|Active|MOE|Japan Ministry of Environment||34.715198|135.388310||9.00||||||| +028202520|028202520|392028202520|CO|Permanent|2520|JPN Site 028202520|Active|MOE|Japan Ministry of Environment||34.715198|135.388310||9.00||||||| +028202520|028202520|392028202520|NOX|Permanent|2520|JPN Site 028202520|Active|MOE|Japan Ministry of Environment||34.715198|135.388310||9.00||||||| +028202520|028202520|392028202520|NO|Permanent|2520|JPN Site 028202520|Active|MOE|Japan Ministry of Environment||34.715198|135.388310||9.00||||||| +028202530|028202530|392028202530|NO2|Permanent|2530|JPN Site 028202530|Active|MOE|Japan Ministry of Environment||34.764360|135.385530||9.00||||||| +028202530|028202530|392028202530|NOX|Permanent|2530|JPN Site 028202530|Active|MOE|Japan Ministry of Environment||34.764360|135.385530||9.00||||||| +028202530|028202530|392028202530|NO|Permanent|2530|JPN Site 028202530|Active|MOE|Japan Ministry of Environment||34.764360|135.385530||9.00||||||| +028202540|028202540|392028202540|NOX|Permanent|2540|JPN Site 028202540|Active|MOE|Japan Ministry of Environment||34.745195|135.411640||9.00||||||| +028202540|028202540|392028202540|NO|Permanent|2540|JPN Site 028202540|Active|MOE|Japan Ministry of Environment||34.745195|135.411640||9.00||||||| +028202540|028202540|392028202540|NO2|Permanent|2540|JPN Site 028202540|Active|MOE|Japan Ministry of Environment||34.745195|135.411640||9.00||||||| +028202540|028202540|392028202540|CO|Permanent|2540|JPN Site 028202540|Active|MOE|Japan Ministry of Environment||34.745195|135.411640||9.00||||||| +028202550|028202550|392028202550|NO2|Permanent|2550|JPN Site 028202550|Active|MOE|Japan Ministry of Environment||34.748529|135.422472||9.00||||||| +028202550|028202550|392028202550|NOX|Permanent|2550|JPN Site 028202550|Active|MOE|Japan Ministry of Environment||34.748529|135.422472||9.00||||||| +028202550|028202550|392028202550|NO|Permanent|2550|JPN Site 028202550|Active|MOE|Japan Ministry of Environment||34.748529|135.422472||9.00||||||| +028202560|028202560|392028202560|NO2|Permanent|2560|JPN Site 028202560|Active|MOE|Japan Ministry of Environment||34.727141|135.395531||9.00||||||| +028202560|028202560|392028202560|NOX|Permanent|2560|JPN Site 028202560|Active|MOE|Japan Ministry of Environment||34.727141|135.395531||9.00||||||| +028202560|028202560|392028202560|NO|Permanent|2560|JPN Site 028202560|Active|MOE|Japan Ministry of Environment||34.727141|135.395531||9.00||||||| +028202570|028202570|392028202570|NO2|Permanent|2570|JPN Site 028202570|Active|MOE|Japan Ministry of Environment||34.753806|135.446081||9.00||||||| +028202570|028202570|392028202570|NOX|Permanent|2570|JPN Site 028202570|Active|MOE|Japan Ministry of Environment||34.753806|135.446081||9.00||||||| +028202570|028202570|392028202570|NO|Permanent|2570|JPN Site 028202570|Active|MOE|Japan Ministry of Environment||34.753806|135.446081||9.00||||||| +028202580|028202580|392028202580|CO|Permanent|2580|JPN Site 028202580|Active|MOE|Japan Ministry of Environment||34.712699|135.423585||9.00||||||| +028203020|028203020|392028203020|SO2|Permanent|3020|JPN Site 028203020|Active|MOE|Japan Ministry of Environment||34.697969|134.887241||9.00||||||| +028203020|028203020|392028203020|WS|Permanent|3020|JPN Site 028203020|Active|MOE|Japan Ministry of Environment||34.697969|134.887241||9.00||||||| +028203020|028203020|392028203020|WD|Permanent|3020|JPN Site 028203020|Active|MOE|Japan Ministry of Environment||34.697969|134.887241||9.00||||||| +028203020|028203020|392028203020|NOX|Permanent|3020|JPN Site 028203020|Active|MOE|Japan Ministry of Environment||34.697969|134.887241||9.00||||||| +028203020|028203020|392028203020|NO|Permanent|3020|JPN Site 028203020|Active|MOE|Japan Ministry of Environment||34.697969|134.887241||9.00||||||| +028203020|028203020|392028203020|NO2|Permanent|3020|JPN Site 028203020|Active|MOE|Japan Ministry of Environment||34.697969|134.887241||9.00||||||| +028203030|028203030|392028203030|WD|Permanent|3030|JPN Site 028203030|Active|MOE|Japan Ministry of Environment||34.679361|134.938627||9.00||||||| +028203030|028203030|392028203030|NOX|Permanent|3030|JPN Site 028203030|Active|MOE|Japan Ministry of Environment||34.679361|134.938627||9.00||||||| +028203030|028203030|392028203030|NO|Permanent|3030|JPN Site 028203030|Active|MOE|Japan Ministry of Environment||34.679361|134.938627||9.00||||||| +028203030|028203030|392028203030|NO2|Permanent|3030|JPN Site 028203030|Active|MOE|Japan Ministry of Environment||34.679361|134.938627||9.00||||||| +028203030|028203030|392028203030|SO2|Permanent|3030|JPN Site 028203030|Active|MOE|Japan Ministry of Environment||34.679361|134.938627||9.00||||||| +028203030|028203030|392028203030|WS|Permanent|3030|JPN Site 028203030|Active|MOE|Japan Ministry of Environment||34.679361|134.938627||9.00||||||| +028203060|028203060|392028203060|WS|Permanent|3060|JPN Site 028203060|Active|MOE|Japan Ministry of Environment||34.653253|134.980569||9.00||||||| +028203060|028203060|392028203060|WD|Permanent|3060|JPN Site 028203060|Active|MOE|Japan Ministry of Environment||34.653253|134.980569||9.00||||||| +028203060|028203060|392028203060|NOX|Permanent|3060|JPN Site 028203060|Active|MOE|Japan Ministry of Environment||34.653253|134.980569||9.00||||||| +028203060|028203060|392028203060|NO|Permanent|3060|JPN Site 028203060|Active|MOE|Japan Ministry of Environment||34.653253|134.980569||9.00||||||| +028203060|028203060|392028203060|NO2|Permanent|3060|JPN Site 028203060|Active|MOE|Japan Ministry of Environment||34.653253|134.980569||9.00||||||| +028203060|028203060|392028203060|SO2|Permanent|3060|JPN Site 028203060|Active|MOE|Japan Ministry of Environment||34.653253|134.980569||9.00||||||| +028203510|028203510|392028203510|NOX|Permanent|3510|JPN Site 028203510|Active|MOE|Japan Ministry of Environment||34.649087|134.970014||9.00||||||| +028203510|028203510|392028203510|NO|Permanent|3510|JPN Site 028203510|Active|MOE|Japan Ministry of Environment||34.649087|134.970014||9.00||||||| +028203510|028203510|392028203510|NO2|Permanent|3510|JPN Site 028203510|Active|MOE|Japan Ministry of Environment||34.649087|134.970014||9.00||||||| +028203510|028203510|392028203510|CO|Permanent|3510|JPN Site 028203510|Active|MOE|Japan Ministry of Environment||34.649087|134.970014||9.00||||||| +028203510|028203510|392028203510|WS|Permanent|3510|JPN Site 028203510|Active|MOE|Japan Ministry of Environment||34.649087|134.970014||9.00||||||| +028203510|028203510|392028203510|WD|Permanent|3510|JPN Site 028203510|Active|MOE|Japan Ministry of Environment||34.649087|134.970014||9.00||||||| +028203530|028203530|392028203530|WS|Permanent|3530|JPN Site 028203530|Active|MOE|Japan Ministry of Environment||34.667974|134.961681||9.00||||||| +028203530|028203530|392028203530|WD|Permanent|3530|JPN Site 028203530|Active|MOE|Japan Ministry of Environment||34.667974|134.961681||9.00||||||| +028203530|028203530|392028203530|NOX|Permanent|3530|JPN Site 028203530|Active|MOE|Japan Ministry of Environment||34.667974|134.961681||9.00||||||| +028203530|028203530|392028203530|NO|Permanent|3530|JPN Site 028203530|Active|MOE|Japan Ministry of Environment||34.667974|134.961681||9.00||||||| +028203530|028203530|392028203530|NO2|Permanent|3530|JPN Site 028203530|Active|MOE|Japan Ministry of Environment||34.667974|134.961681||9.00||||||| +028203530|028203530|392028203530|CO|Permanent|3530|JPN Site 028203530|Active|MOE|Japan Ministry of Environment||34.667974|134.961681||9.00||||||| +028204010|028204010|392028204010|NOX|Permanent|4010|JPN Site 028204010|Active|MOE|Japan Ministry of Environment||34.737139|135.341090||9.00||||||| +028204010|028204010|392028204010|NO|Permanent|4010|JPN Site 028204010|Active|MOE|Japan Ministry of Environment||34.737139|135.341090||9.00||||||| +028204010|028204010|392028204010|NO2|Permanent|4010|JPN Site 028204010|Active|MOE|Japan Ministry of Environment||34.737139|135.341090||9.00||||||| +028204010|028204010|392028204010|SO2|Permanent|4010|JPN Site 028204010|Active|MOE|Japan Ministry of Environment||34.737139|135.341090||9.00||||||| +028204010|028204010|392028204010|TEMP|Permanent|4010|JPN Site 028204010|Active|MOE|Japan Ministry of Environment||34.737139|135.341090||9.00||||||| +028204010|028204010|392028204010|WS|Permanent|4010|JPN Site 028204010|Active|MOE|Japan Ministry of Environment||34.737139|135.341090||9.00||||||| +028204010|028204010|392028204010|WD|Permanent|4010|JPN Site 028204010|Active|MOE|Japan Ministry of Environment||34.737139|135.341090||9.00||||||| +028204010|028204010|392028204010|RHUM|Permanent|4010|JPN Site 028204010|Active|MOE|Japan Ministry of Environment||34.737139|135.341090||9.00||||||| +028204020|028204020|392028204020|NO2|Permanent|4020|JPN Site 028204020|Active|MOE|Japan Ministry of Environment||34.718531|135.370256||9.00||||||| +028204020|028204020|392028204020|NO|Permanent|4020|JPN Site 028204020|Active|MOE|Japan Ministry of Environment||34.718531|135.370256||9.00||||||| +028204020|028204020|392028204020|SO2|Permanent|4020|JPN Site 028204020|Active|MOE|Japan Ministry of Environment||34.718531|135.370256||9.00||||||| +028204020|028204020|392028204020|TEMP|Permanent|4020|JPN Site 028204020|Active|MOE|Japan Ministry of Environment||34.718531|135.370256||9.00||||||| +028204020|028204020|392028204020|WS|Permanent|4020|JPN Site 028204020|Active|MOE|Japan Ministry of Environment||34.718531|135.370256||9.00||||||| +028204020|028204020|392028204020|WD|Permanent|4020|JPN Site 028204020|Active|MOE|Japan Ministry of Environment||34.718531|135.370256||9.00||||||| +028204020|028204020|392028204020|RHUM|Permanent|4020|JPN Site 028204020|Active|MOE|Japan Ministry of Environment||34.718531|135.370256||9.00||||||| +028204020|028204020|392028204020|NOX|Permanent|4020|JPN Site 028204020|Active|MOE|Japan Ministry of Environment||34.718531|135.370256||9.00||||||| +028204030|028204030|392028204030|NO2|Permanent|4030|JPN Site 028204030|Active|MOE|Japan Ministry of Environment||34.743528|135.367477||9.00||||||| +028204030|028204030|392028204030|SO2|Permanent|4030|JPN Site 028204030|Active|MOE|Japan Ministry of Environment||34.743528|135.367477||9.00||||||| +028204030|028204030|392028204030|WS|Permanent|4030|JPN Site 028204030|Active|MOE|Japan Ministry of Environment||34.743528|135.367477||9.00||||||| +028204030|028204030|392028204030|WD|Permanent|4030|JPN Site 028204030|Active|MOE|Japan Ministry of Environment||34.743528|135.367477||9.00||||||| +028204030|028204030|392028204030|NOX|Permanent|4030|JPN Site 028204030|Active|MOE|Japan Ministry of Environment||34.743528|135.367477||9.00||||||| +028204030|028204030|392028204030|NO|Permanent|4030|JPN Site 028204030|Active|MOE|Japan Ministry of Environment||34.743528|135.367477||9.00||||||| +028204130|028204130|392028204130|NO2|Permanent|4130|JPN Site 028204130|Active|MOE|Japan Ministry of Environment||34.768247|135.352199||9.00||||||| +028204130|028204130|392028204130|SO2|Permanent|4130|JPN Site 028204130|Active|MOE|Japan Ministry of Environment||34.768247|135.352199||9.00||||||| +028204130|028204130|392028204130|TEMP|Permanent|4130|JPN Site 028204130|Active|MOE|Japan Ministry of Environment||34.768247|135.352199||9.00||||||| +028204130|028204130|392028204130|WS|Permanent|4130|JPN Site 028204130|Active|MOE|Japan Ministry of Environment||34.768247|135.352199||9.00||||||| +028204130|028204130|392028204130|WD|Permanent|4130|JPN Site 028204130|Active|MOE|Japan Ministry of Environment||34.768247|135.352199||9.00||||||| +028204130|028204130|392028204130|RHUM|Permanent|4130|JPN Site 028204130|Active|MOE|Japan Ministry of Environment||34.768247|135.352199||9.00||||||| +028204130|028204130|392028204130|NOX|Permanent|4130|JPN Site 028204130|Active|MOE|Japan Ministry of Environment||34.768247|135.352199||9.00||||||| +028204130|028204130|392028204130|NO|Permanent|4130|JPN Site 028204130|Active|MOE|Japan Ministry of Environment||34.768247|135.352199||9.00||||||| +028204140|028204140|392028204140|RHUM|Permanent|4140|JPN Site 028204140|Active|MOE|Japan Ministry of Environment||34.826850|135.236373||9.00||||||| +028204140|028204140|392028204140|NOX|Permanent|4140|JPN Site 028204140|Active|MOE|Japan Ministry of Environment||34.826850|135.236373||9.00||||||| +028204140|028204140|392028204140|NO|Permanent|4140|JPN Site 028204140|Active|MOE|Japan Ministry of Environment||34.826850|135.236373||9.00||||||| +028204140|028204140|392028204140|NO2|Permanent|4140|JPN Site 028204140|Active|MOE|Japan Ministry of Environment||34.826850|135.236373||9.00||||||| +028204140|028204140|392028204140|SO2|Permanent|4140|JPN Site 028204140|Active|MOE|Japan Ministry of Environment||34.826850|135.236373||9.00||||||| +028204140|028204140|392028204140|TEMP|Permanent|4140|JPN Site 028204140|Active|MOE|Japan Ministry of Environment||34.826850|135.236373||9.00||||||| +028204140|028204140|392028204140|WS|Permanent|4140|JPN Site 028204140|Active|MOE|Japan Ministry of Environment||34.826850|135.236373||9.00||||||| +028204140|028204140|392028204140|WD|Permanent|4140|JPN Site 028204140|Active|MOE|Japan Ministry of Environment||34.826850|135.236373||9.00||||||| +028204150|028204150|392028204150|WD|Permanent|4150|JPN Site 028204150|Active|MOE|Japan Ministry of Environment||34.713253|135.353868||9.00||||||| +028204150|028204150|392028204150|NOX|Permanent|4150|JPN Site 028204150|Active|MOE|Japan Ministry of Environment||34.713253|135.353868||9.00||||||| +028204150|028204150|392028204150|NO|Permanent|4150|JPN Site 028204150|Active|MOE|Japan Ministry of Environment||34.713253|135.353868||9.00||||||| +028204150|028204150|392028204150|NO2|Permanent|4150|JPN Site 028204150|Active|MOE|Japan Ministry of Environment||34.713253|135.353868||9.00||||||| +028204150|028204150|392028204150|CO|Permanent|4150|JPN Site 028204150|Active|MOE|Japan Ministry of Environment||34.713253|135.353868||9.00||||||| +028204150|028204150|392028204150|SO2|Permanent|4150|JPN Site 028204150|Active|MOE|Japan Ministry of Environment||34.713253|135.353868||9.00||||||| +028204150|028204150|392028204150|WS|Permanent|4150|JPN Site 028204150|Active|MOE|Japan Ministry of Environment||34.713253|135.353868||9.00||||||| +028204510|028204510|392028204510|NOX|Permanent|4510|JPN Site 028204510|Active|MOE|Japan Ministry of Environment||34.738250|135.341368||9.00||||||| +028204510|028204510|392028204510|NO|Permanent|4510|JPN Site 028204510|Active|MOE|Japan Ministry of Environment||34.738250|135.341368||9.00||||||| +028204510|028204510|392028204510|NO2|Permanent|4510|JPN Site 028204510|Active|MOE|Japan Ministry of Environment||34.738250|135.341368||9.00||||||| +028204510|028204510|392028204510|CO|Permanent|4510|JPN Site 028204510|Active|MOE|Japan Ministry of Environment||34.738250|135.341368||9.00||||||| +028204510|028204510|392028204510|WS|Permanent|4510|JPN Site 028204510|Active|MOE|Japan Ministry of Environment||34.738250|135.341368||9.00||||||| +028204510|028204510|392028204510|WD|Permanent|4510|JPN Site 028204510|Active|MOE|Japan Ministry of Environment||34.738250|135.341368||9.00||||||| +028204520|028204520|392028204520|WD|Permanent|4520|JPN Site 028204520|Active|MOE|Japan Ministry of Environment||34.731307|135.348590||9.00||||||| +028204520|028204520|392028204520|NOX|Permanent|4520|JPN Site 028204520|Active|MOE|Japan Ministry of Environment||34.731307|135.348590||9.00||||||| +028204520|028204520|392028204520|NO|Permanent|4520|JPN Site 028204520|Active|MOE|Japan Ministry of Environment||34.731307|135.348590||9.00||||||| +028204520|028204520|392028204520|NO2|Permanent|4520|JPN Site 028204520|Active|MOE|Japan Ministry of Environment||34.731307|135.348590||9.00||||||| +028204520|028204520|392028204520|CO|Permanent|4520|JPN Site 028204520|Active|MOE|Japan Ministry of Environment||34.731307|135.348590||9.00||||||| +028204520|028204520|392028204520|SO2|Permanent|4520|JPN Site 028204520|Active|MOE|Japan Ministry of Environment||34.731307|135.348590||9.00||||||| +028204520|028204520|392028204520|WS|Permanent|4520|JPN Site 028204520|Active|MOE|Japan Ministry of Environment||34.731307|135.348590||9.00||||||| +028204530|028204530|392028204530|NO|Permanent|4530|JPN Site 028204530|Active|MOE|Japan Ministry of Environment||34.747972|135.345534||9.00||||||| +028204530|028204530|392028204530|NO2|Permanent|4530|JPN Site 028204530|Active|MOE|Japan Ministry of Environment||34.747972|135.345534||9.00||||||| +028204530|028204530|392028204530|CO|Permanent|4530|JPN Site 028204530|Active|MOE|Japan Ministry of Environment||34.747972|135.345534||9.00||||||| +028204530|028204530|392028204530|WS|Permanent|4530|JPN Site 028204530|Active|MOE|Japan Ministry of Environment||34.747972|135.345534||9.00||||||| +028204530|028204530|392028204530|WD|Permanent|4530|JPN Site 028204530|Active|MOE|Japan Ministry of Environment||34.747972|135.345534||9.00||||||| +028204530|028204530|392028204530|NOX|Permanent|4530|JPN Site 028204530|Active|MOE|Japan Ministry of Environment||34.747972|135.345534||9.00||||||| +028204560|028204560|392028204560|NO|Permanent|4560|JPN Site 028204560|Active|MOE|Japan Ministry of Environment||34.720475|135.366922||9.00||||||| +028204560|028204560|392028204560|NO2|Permanent|4560|JPN Site 028204560|Active|MOE|Japan Ministry of Environment||34.720475|135.366922||9.00||||||| +028204560|028204560|392028204560|CO|Permanent|4560|JPN Site 028204560|Active|MOE|Japan Ministry of Environment||34.720475|135.366922||9.00||||||| +028204560|028204560|392028204560|SO2|Permanent|4560|JPN Site 028204560|Active|MOE|Japan Ministry of Environment||34.720475|135.366922||9.00||||||| +028204560|028204560|392028204560|WS|Permanent|4560|JPN Site 028204560|Active|MOE|Japan Ministry of Environment||34.720475|135.366922||9.00||||||| +028204560|028204560|392028204560|WD|Permanent|4560|JPN Site 028204560|Active|MOE|Japan Ministry of Environment||34.720475|135.366922||9.00||||||| +028204560|028204560|392028204560|NOX|Permanent|4560|JPN Site 028204560|Active|MOE|Japan Ministry of Environment||34.720475|135.366922||9.00||||||| +028204570|028204570|392028204570|NO2|Permanent|4570|JPN Site 028204570|Active|MOE|Japan Ministry of Environment||34.826296|135.306923||9.00||||||| +028204570|028204570|392028204570|CO|Permanent|4570|JPN Site 028204570|Active|MOE|Japan Ministry of Environment||34.826296|135.306923||9.00||||||| +028204570|028204570|392028204570|WS|Permanent|4570|JPN Site 028204570|Active|MOE|Japan Ministry of Environment||34.826296|135.306923||9.00||||||| +028204570|028204570|392028204570|WD|Permanent|4570|JPN Site 028204570|Active|MOE|Japan Ministry of Environment||34.826296|135.306923||9.00||||||| +028204570|028204570|392028204570|NOX|Permanent|4570|JPN Site 028204570|Active|MOE|Japan Ministry of Environment||34.826296|135.306923||9.00||||||| +028204570|028204570|392028204570|NO|Permanent|4570|JPN Site 028204570|Active|MOE|Japan Ministry of Environment||34.826296|135.306923||9.00||||||| +028205010|028205010|392028205010|WS|Permanent|5010|JPN Site 028205010|Active|MOE|Japan Ministry of Environment||34.343007|134.895035||9.00||||||| +028205010|028205010|392028205010|WD|Permanent|5010|JPN Site 028205010|Active|MOE|Japan Ministry of Environment||34.343007|134.895035||9.00||||||| +028205010|028205010|392028205010|NOX|Permanent|5010|JPN Site 028205010|Active|MOE|Japan Ministry of Environment||34.343007|134.895035||9.00||||||| +028205010|028205010|392028205010|NO|Permanent|5010|JPN Site 028205010|Active|MOE|Japan Ministry of Environment||34.343007|134.895035||9.00||||||| +028205010|028205010|392028205010|NO2|Permanent|5010|JPN Site 028205010|Active|MOE|Japan Ministry of Environment||34.343007|134.895035||9.00||||||| +028205010|028205010|392028205010|SO2|Permanent|5010|JPN Site 028205010|Active|MOE|Japan Ministry of Environment||34.343007|134.895035||9.00||||||| +028206090|028206090|392028206090|NOX|Permanent|6090|JPN Site 028206090|Active|MOE|Japan Ministry of Environment||34.745471|135.304149||9.00||||||| +028206090|028206090|392028206090|NO|Permanent|6090|JPN Site 028206090|Active|MOE|Japan Ministry of Environment||34.745471|135.304149||9.00||||||| +028206090|028206090|392028206090|NO2|Permanent|6090|JPN Site 028206090|Active|MOE|Japan Ministry of Environment||34.745471|135.304149||9.00||||||| +028206090|028206090|392028206090|WS|Permanent|6090|JPN Site 028206090|Active|MOE|Japan Ministry of Environment||34.745471|135.304149||9.00||||||| +028206090|028206090|392028206090|WD|Permanent|6090|JPN Site 028206090|Active|MOE|Japan Ministry of Environment||34.745471|135.304149||9.00||||||| +028206510|028206510|392028206510|NOX|Permanent|6510|JPN Site 028206510|Active|MOE|Japan Ministry of Environment||34.731029|135.317204||9.00||||||| +028206510|028206510|392028206510|NO|Permanent|6510|JPN Site 028206510|Active|MOE|Japan Ministry of Environment||34.731029|135.317204||9.00||||||| +028206510|028206510|392028206510|NO2|Permanent|6510|JPN Site 028206510|Active|MOE|Japan Ministry of Environment||34.731029|135.317204||9.00||||||| +028206510|028206510|392028206510|CO|Permanent|6510|JPN Site 028206510|Active|MOE|Japan Ministry of Environment||34.731029|135.317204||9.00||||||| +028206510|028206510|392028206510|SO2|Permanent|6510|JPN Site 028206510|Active|MOE|Japan Ministry of Environment||34.731029|135.317204||9.00||||||| +028206510|028206510|392028206510|WS|Permanent|6510|JPN Site 028206510|Active|MOE|Japan Ministry of Environment||34.731029|135.317204||9.00||||||| +028206510|028206510|392028206510|WD|Permanent|6510|JPN Site 028206510|Active|MOE|Japan Ministry of Environment||34.731029|135.317204||9.00||||||| +028207030|028207030|392028207030|WS|Permanent|7030|JPN Site 028207030|Active|MOE|Japan Ministry of Environment||34.784080|135.400806||9.00||||||| +028207030|028207030|392028207030|WD|Permanent|7030|JPN Site 028207030|Active|MOE|Japan Ministry of Environment||34.784080|135.400806||9.00||||||| +028207030|028207030|392028207030|NOX|Permanent|7030|JPN Site 028207030|Active|MOE|Japan Ministry of Environment||34.784080|135.400806||9.00||||||| +028207030|028207030|392028207030|NO|Permanent|7030|JPN Site 028207030|Active|MOE|Japan Ministry of Environment||34.784080|135.400806||9.00||||||| +028207030|028207030|392028207030|NO2|Permanent|7030|JPN Site 028207030|Active|MOE|Japan Ministry of Environment||34.784080|135.400806||9.00||||||| +028207510|028207510|392028207510|SO2|Permanent|7510|JPN Site 028207510|Active|MOE|Japan Ministry of Environment||34.793524|135.410527||9.00||||||| +028207510|028207510|392028207510|WS|Permanent|7510|JPN Site 028207510|Active|MOE|Japan Ministry of Environment||34.793524|135.410527||9.00||||||| +028207510|028207510|392028207510|WD|Permanent|7510|JPN Site 028207510|Active|MOE|Japan Ministry of Environment||34.793524|135.410527||9.00||||||| +028207510|028207510|392028207510|NOX|Permanent|7510|JPN Site 028207510|Active|MOE|Japan Ministry of Environment||34.793524|135.410527||9.00||||||| +028207510|028207510|392028207510|NO|Permanent|7510|JPN Site 028207510|Active|MOE|Japan Ministry of Environment||34.793524|135.410527||9.00||||||| +028207510|028207510|392028207510|NO2|Permanent|7510|JPN Site 028207510|Active|MOE|Japan Ministry of Environment||34.793524|135.410527||9.00||||||| +028207510|028207510|392028207510|CO|Permanent|7510|JPN Site 028207510|Active|MOE|Japan Ministry of Environment||34.793524|135.410527||9.00||||||| +028208010|028208010|392028208010|WD|Permanent|8010|JPN Site 028208010|Active|MOE|Japan Ministry of Environment||34.803228|134.468382||9.00||||||| +028208010|028208010|392028208010|NOX|Permanent|8010|JPN Site 028208010|Active|MOE|Japan Ministry of Environment||34.803228|134.468382||9.00||||||| +028208010|028208010|392028208010|NO|Permanent|8010|JPN Site 028208010|Active|MOE|Japan Ministry of Environment||34.803228|134.468382||9.00||||||| +028208010|028208010|392028208010|NO2|Permanent|8010|JPN Site 028208010|Active|MOE|Japan Ministry of Environment||34.803228|134.468382||9.00||||||| +028208010|028208010|392028208010|WS|Permanent|8010|JPN Site 028208010|Active|MOE|Japan Ministry of Environment||34.803228|134.468382||9.00||||||| +028208510|028208510|392028208510|WS|Permanent|8510|JPN Site 028208510|Active|MOE|Japan Ministry of Environment||34.819060|134.485324||9.00||||||| +028208510|028208510|392028208510|WD|Permanent|8510|JPN Site 028208510|Active|MOE|Japan Ministry of Environment||34.819060|134.485324||9.00||||||| +028208510|028208510|392028208510|NOX|Permanent|8510|JPN Site 028208510|Active|MOE|Japan Ministry of Environment||34.819060|134.485324||9.00||||||| +028208510|028208510|392028208510|NO|Permanent|8510|JPN Site 028208510|Active|MOE|Japan Ministry of Environment||34.819060|134.485324||9.00||||||| +028208510|028208510|392028208510|NO2|Permanent|8510|JPN Site 028208510|Active|MOE|Japan Ministry of Environment||34.819060|134.485324||9.00||||||| +028208510|028208510|392028208510|CO|Permanent|8510|JPN Site 028208510|Active|MOE|Japan Ministry of Environment||34.819060|134.485324||9.00||||||| +028209010|028209010|392028209010|NO|Permanent|9010|JPN Site 028209010|Active|MOE|Japan Ministry of Environment||35.544544|134.820819||9.00||||||| +028209010|028209010|392028209010|NO2|Permanent|9010|JPN Site 028209010|Active|MOE|Japan Ministry of Environment||35.544544|134.820819||9.00||||||| +028209010|028209010|392028209010|SO2|Permanent|9010|JPN Site 028209010|Active|MOE|Japan Ministry of Environment||35.544544|134.820819||9.00||||||| +028209010|028209010|392028209010|WS|Permanent|9010|JPN Site 028209010|Active|MOE|Japan Ministry of Environment||35.544544|134.820819||9.00||||||| +028209010|028209010|392028209010|WD|Permanent|9010|JPN Site 028209010|Active|MOE|Japan Ministry of Environment||35.544544|134.820819||9.00||||||| +028209010|028209010|392028209010|NOX|Permanent|9010|JPN Site 028209010|Active|MOE|Japan Ministry of Environment||35.544544|134.820819||9.00||||||| +028209510|028209510|392028209510|CO|Permanent|9510|JPN Site 028209510|Active|MOE|Japan Ministry of Environment||35.538711|134.824430||9.00||||||| +028209510|028209510|392028209510|WS|Permanent|9510|JPN Site 028209510|Active|MOE|Japan Ministry of Environment||35.538711|134.824430||9.00||||||| +028209510|028209510|392028209510|WD|Permanent|9510|JPN Site 028209510|Active|MOE|Japan Ministry of Environment||35.538711|134.824430||9.00||||||| +028209510|028209510|392028209510|NOX|Permanent|9510|JPN Site 028209510|Active|MOE|Japan Ministry of Environment||35.538711|134.824430||9.00||||||| +028209510|028209510|392028209510|NO|Permanent|9510|JPN Site 028209510|Active|MOE|Japan Ministry of Environment||35.538711|134.824430||9.00||||||| +028209510|028209510|392028209510|NO2|Permanent|9510|JPN Site 028209510|Active|MOE|Japan Ministry of Environment||35.538711|134.824430||9.00||||||| +028210010|028210010|392028210010|NO2|Permanent|0010|JPN Site 028210010|Active|MOE|Japan Ministry of Environment||34.757684|134.842242||9.00||||||| +028210010|028210010|392028210010|SO2|Permanent|0010|JPN Site 028210010|Active|MOE|Japan Ministry of Environment||34.757684|134.842242||9.00||||||| +028210010|028210010|392028210010|TEMP|Permanent|0010|JPN Site 028210010|Active|MOE|Japan Ministry of Environment||34.757684|134.842242||9.00||||||| +028210010|028210010|392028210010|WS|Permanent|0010|JPN Site 028210010|Active|MOE|Japan Ministry of Environment||34.757684|134.842242||9.00||||||| +028210010|028210010|392028210010|WD|Permanent|0010|JPN Site 028210010|Active|MOE|Japan Ministry of Environment||34.757684|134.842242||9.00||||||| +028210010|028210010|392028210010|RHUM|Permanent|0010|JPN Site 028210010|Active|MOE|Japan Ministry of Environment||34.757684|134.842242||9.00||||||| +028210010|028210010|392028210010|NOX|Permanent|0010|JPN Site 028210010|Active|MOE|Japan Ministry of Environment||34.757684|134.842242||9.00||||||| +028210010|028210010|392028210010|NO|Permanent|0010|JPN Site 028210010|Active|MOE|Japan Ministry of Environment||34.757684|134.842242||9.00||||||| +028210020|028210020|392028210020|NO2|Permanent|0020|JPN Site 028210020|Active|MOE|Japan Ministry of Environment||34.741852|134.824189||9.00||||||| +028210020|028210020|392028210020|SO2|Permanent|0020|JPN Site 028210020|Active|MOE|Japan Ministry of Environment||34.741852|134.824189||9.00||||||| +028210020|028210020|392028210020|WS|Permanent|0020|JPN Site 028210020|Active|MOE|Japan Ministry of Environment||34.741852|134.824189||9.00||||||| +028210020|028210020|392028210020|WD|Permanent|0020|JPN Site 028210020|Active|MOE|Japan Ministry of Environment||34.741852|134.824189||9.00||||||| +028210020|028210020|392028210020|NOX|Permanent|0020|JPN Site 028210020|Active|MOE|Japan Ministry of Environment||34.741852|134.824189||9.00||||||| +028210020|028210020|392028210020|NO|Permanent|0020|JPN Site 028210020|Active|MOE|Japan Ministry of Environment||34.741852|134.824189||9.00||||||| +028210030|028210030|392028210030|NO2|Permanent|0030|JPN Site 028210030|Active|MOE|Japan Ministry of Environment||34.727132|134.843354||9.00||||||| +028210030|028210030|392028210030|SO2|Permanent|0030|JPN Site 028210030|Active|MOE|Japan Ministry of Environment||34.727132|134.843354||9.00||||||| +028210030|028210030|392028210030|WS|Permanent|0030|JPN Site 028210030|Active|MOE|Japan Ministry of Environment||34.727132|134.843354||9.00||||||| +028210030|028210030|392028210030|WD|Permanent|0030|JPN Site 028210030|Active|MOE|Japan Ministry of Environment||34.727132|134.843354||9.00||||||| +028210030|028210030|392028210030|NOX|Permanent|0030|JPN Site 028210030|Active|MOE|Japan Ministry of Environment||34.727132|134.843354||9.00||||||| +028210030|028210030|392028210030|NO|Permanent|0030|JPN Site 028210030|Active|MOE|Japan Ministry of Environment||34.727132|134.843354||9.00||||||| +028210050|028210050|392028210050|WD|Permanent|0050|JPN Site 028210050|Active|MOE|Japan Ministry of Environment||34.792958|134.832519||9.00||||||| +028210050|028210050|392028210050|NOX|Permanent|0050|JPN Site 028210050|Active|MOE|Japan Ministry of Environment||34.792958|134.832519||9.00||||||| +028210050|028210050|392028210050|NO|Permanent|0050|JPN Site 028210050|Active|MOE|Japan Ministry of Environment||34.792958|134.832519||9.00||||||| +028210050|028210050|392028210050|NO2|Permanent|0050|JPN Site 028210050|Active|MOE|Japan Ministry of Environment||34.792958|134.832519||9.00||||||| +028210050|028210050|392028210050|WS|Permanent|0050|JPN Site 028210050|Active|MOE|Japan Ministry of Environment||34.792958|134.832519||9.00||||||| +028210180|028210180|392028210180|NO2|Permanent|0180|JPN Site 028210180|Active|MOE|Japan Ministry of Environment||34.821288|134.819463||9.00||||||| +028210180|028210180|392028210180|WS|Permanent|0180|JPN Site 028210180|Active|MOE|Japan Ministry of Environment||34.821288|134.819463||9.00||||||| +028210180|028210180|392028210180|WD|Permanent|0180|JPN Site 028210180|Active|MOE|Japan Ministry of Environment||34.821288|134.819463||9.00||||||| +028210180|028210180|392028210180|NOX|Permanent|0180|JPN Site 028210180|Active|MOE|Japan Ministry of Environment||34.821288|134.819463||9.00||||||| +028210180|028210180|392028210180|NO|Permanent|0180|JPN Site 028210180|Active|MOE|Japan Ministry of Environment||34.821288|134.819463||9.00||||||| +028210190|028210190|392028210190|WS|Permanent|0190|JPN Site 028210190|Active|MOE|Japan Ministry of Environment||34.806568|134.872237||9.00||||||| +028210190|028210190|392028210190|WD|Permanent|0190|JPN Site 028210190|Active|MOE|Japan Ministry of Environment||34.806568|134.872237||9.00||||||| +028210190|028210190|392028210190|NOX|Permanent|0190|JPN Site 028210190|Active|MOE|Japan Ministry of Environment||34.806568|134.872237||9.00||||||| +028210190|028210190|392028210190|NO|Permanent|0190|JPN Site 028210190|Active|MOE|Japan Ministry of Environment||34.806568|134.872237||9.00||||||| +028210190|028210190|392028210190|NO2|Permanent|0190|JPN Site 028210190|Active|MOE|Japan Ministry of Environment||34.806568|134.872237||9.00||||||| +028210190|028210190|392028210190|SO2|Permanent|0190|JPN Site 028210190|Active|MOE|Japan Ministry of Environment||34.806568|134.872237||9.00||||||| +028210520|028210520|392028210520|WD|Permanent|0520|JPN Site 028210520|Active|MOE|Japan Ministry of Environment||34.742409|134.876407||9.00||||||| +028210520|028210520|392028210520|NOX|Permanent|0520|JPN Site 028210520|Active|MOE|Japan Ministry of Environment||34.742409|134.876407||9.00||||||| +028210520|028210520|392028210520|NO|Permanent|0520|JPN Site 028210520|Active|MOE|Japan Ministry of Environment||34.742409|134.876407||9.00||||||| +028210520|028210520|392028210520|NO2|Permanent|0520|JPN Site 028210520|Active|MOE|Japan Ministry of Environment||34.742409|134.876407||9.00||||||| +028210520|028210520|392028210520|CO|Permanent|0520|JPN Site 028210520|Active|MOE|Japan Ministry of Environment||34.742409|134.876407||9.00||||||| +028210520|028210520|392028210520|WS|Permanent|0520|JPN Site 028210520|Active|MOE|Japan Ministry of Environment||34.742409|134.876407||9.00||||||| +028210530|028210530|392028210530|WS|Permanent|0530|JPN Site 028210530|Active|MOE|Japan Ministry of Environment||34.760183|134.820022||9.00||||||| +028210530|028210530|392028210530|WD|Permanent|0530|JPN Site 028210530|Active|MOE|Japan Ministry of Environment||34.760183|134.820022||9.00||||||| +028210530|028210530|392028210530|NOX|Permanent|0530|JPN Site 028210530|Active|MOE|Japan Ministry of Environment||34.760183|134.820022||9.00||||||| +028210530|028210530|392028210530|NO|Permanent|0530|JPN Site 028210530|Active|MOE|Japan Ministry of Environment||34.760183|134.820022||9.00||||||| +028210530|028210530|392028210530|NO2|Permanent|0530|JPN Site 028210530|Active|MOE|Japan Ministry of Environment||34.760183|134.820022||9.00||||||| +028211010|028211010|392028211010|NOX|Permanent|1010|JPN Site 028211010|Active|MOE|Japan Ministry of Environment||34.858502|134.557261||9.00||||||| +028211010|028211010|392028211010|NO|Permanent|1010|JPN Site 028211010|Active|MOE|Japan Ministry of Environment||34.858502|134.557261||9.00||||||| +028211010|028211010|392028211010|NO2|Permanent|1010|JPN Site 028211010|Active|MOE|Japan Ministry of Environment||34.858502|134.557261||9.00||||||| +028211010|028211010|392028211010|WS|Permanent|1010|JPN Site 028211010|Active|MOE|Japan Ministry of Environment||34.858502|134.557261||9.00||||||| +028211010|028211010|392028211010|WD|Permanent|1010|JPN Site 028211010|Active|MOE|Japan Ministry of Environment||34.858502|134.557261||9.00||||||| +028212010|028212010|392028212010|NO2|Permanent|2010|JPN Site 028212010|Active|MOE|Japan Ministry of Environment||34.754899|134.390335||9.00||||||| +028212010|028212010|392028212010|SO2|Permanent|2010|JPN Site 028212010|Active|MOE|Japan Ministry of Environment||34.754899|134.390335||9.00||||||| +028212010|028212010|392028212010|WS|Permanent|2010|JPN Site 028212010|Active|MOE|Japan Ministry of Environment||34.754899|134.390335||9.00||||||| +028212010|028212010|392028212010|WD|Permanent|2010|JPN Site 028212010|Active|MOE|Japan Ministry of Environment||34.754899|134.390335||9.00||||||| +028212010|028212010|392028212010|NOX|Permanent|2010|JPN Site 028212010|Active|MOE|Japan Ministry of Environment||34.754899|134.390335||9.00||||||| +028212010|028212010|392028212010|NO|Permanent|2010|JPN Site 028212010|Active|MOE|Japan Ministry of Environment||34.754899|134.390335||9.00||||||| +028213010|028213010|392028213010|WS|Permanent|3010|JPN Site 028213010|Active|MOE|Japan Ministry of Environment||34.993217|134.969165||9.00||||||| +028213010|028213010|392028213010|WD|Permanent|3010|JPN Site 028213010|Active|MOE|Japan Ministry of Environment||34.993217|134.969165||9.00||||||| +028213010|028213010|392028213010|NOX|Permanent|3010|JPN Site 028213010|Active|MOE|Japan Ministry of Environment||34.993217|134.969165||9.00||||||| +028213010|028213010|392028213010|NO|Permanent|3010|JPN Site 028213010|Active|MOE|Japan Ministry of Environment||34.993217|134.969165||9.00||||||| +028213010|028213010|392028213010|NO2|Permanent|3010|JPN Site 028213010|Active|MOE|Japan Ministry of Environment||34.993217|134.969165||9.00||||||| +028213010|028213010|392028213010|SO2|Permanent|3010|JPN Site 028213010|Active|MOE|Japan Ministry of Environment||34.993217|134.969165||9.00||||||| +028214010|028214010|392028214010|SO2|Permanent|4010|JPN Site 028214010|Active|MOE|Japan Ministry of Environment||34.796022|135.355531||9.00||||||| +028214010|028214010|392028214010|TEMP|Permanent|4010|JPN Site 028214010|Active|MOE|Japan Ministry of Environment||34.796022|135.355531||9.00||||||| +028214010|028214010|392028214010|WS|Permanent|4010|JPN Site 028214010|Active|MOE|Japan Ministry of Environment||34.796022|135.355531||9.00||||||| +028214010|028214010|392028214010|WD|Permanent|4010|JPN Site 028214010|Active|MOE|Japan Ministry of Environment||34.796022|135.355531||9.00||||||| +028214010|028214010|392028214010|RHUM|Permanent|4010|JPN Site 028214010|Active|MOE|Japan Ministry of Environment||34.796022|135.355531||9.00||||||| +028214010|028214010|392028214010|NOX|Permanent|4010|JPN Site 028214010|Active|MOE|Japan Ministry of Environment||34.796022|135.355531||9.00||||||| +028214010|028214010|392028214010|NO|Permanent|4010|JPN Site 028214010|Active|MOE|Japan Ministry of Environment||34.796022|135.355531||9.00||||||| +028214010|028214010|392028214010|NO2|Permanent|4010|JPN Site 028214010|Active|MOE|Japan Ministry of Environment||34.796022|135.355531||9.00||||||| +028214510|028214510|392028214510|NO2|Permanent|4510|JPN Site 028214510|Active|MOE|Japan Ministry of Environment||34.809354|135.344698||9.00||||||| +028214510|028214510|392028214510|CO|Permanent|4510|JPN Site 028214510|Active|MOE|Japan Ministry of Environment||34.809354|135.344698||9.00||||||| +028214510|028214510|392028214510|WS|Permanent|4510|JPN Site 028214510|Active|MOE|Japan Ministry of Environment||34.809354|135.344698||9.00||||||| +028214510|028214510|392028214510|WD|Permanent|4510|JPN Site 028214510|Active|MOE|Japan Ministry of Environment||34.809354|135.344698||9.00||||||| +028214510|028214510|392028214510|NOX|Permanent|4510|JPN Site 028214510|Active|MOE|Japan Ministry of Environment||34.809354|135.344698||9.00||||||| +028214510|028214510|392028214510|NO|Permanent|4510|JPN Site 028214510|Active|MOE|Japan Ministry of Environment||34.809354|135.344698||9.00||||||| +028216010|028216010|392028216010|NO2|Permanent|6010|JPN Site 028216010|Active|MOE|Japan Ministry of Environment||34.765738|134.790302||9.00||||||| +028216010|028216010|392028216010|WS|Permanent|6010|JPN Site 028216010|Active|MOE|Japan Ministry of Environment||34.765738|134.790302||9.00||||||| +028216010|028216010|392028216010|WD|Permanent|6010|JPN Site 028216010|Active|MOE|Japan Ministry of Environment||34.765738|134.790302||9.00||||||| +028216010|028216010|392028216010|NOX|Permanent|6010|JPN Site 028216010|Active|MOE|Japan Ministry of Environment||34.765738|134.790302||9.00||||||| +028216010|028216010|392028216010|NO|Permanent|6010|JPN Site 028216010|Active|MOE|Japan Ministry of Environment||34.765738|134.790302||9.00||||||| +028216520|028216520|392028216520|NOX|Permanent|6520|JPN Site 028216520|Active|MOE|Japan Ministry of Environment||34.772959|134.798078||9.00||||||| +028216520|028216520|392028216520|NO|Permanent|6520|JPN Site 028216520|Active|MOE|Japan Ministry of Environment||34.772959|134.798078||9.00||||||| +028216520|028216520|392028216520|NO2|Permanent|6520|JPN Site 028216520|Active|MOE|Japan Ministry of Environment||34.772959|134.798078||9.00||||||| +028216520|028216520|392028216520|CO|Permanent|6520|JPN Site 028216520|Active|MOE|Japan Ministry of Environment||34.772959|134.798078||9.00||||||| +028216520|028216520|392028216520|WS|Permanent|6520|JPN Site 028216520|Active|MOE|Japan Ministry of Environment||34.772959|134.798078||9.00||||||| +028216520|028216520|392028216520|WD|Permanent|6520|JPN Site 028216520|Active|MOE|Japan Ministry of Environment||34.772959|134.798078||9.00||||||| +028217010|028217010|392028217010|NO2|Permanent|7010|JPN Site 028217010|Active|MOE|Japan Ministry of Environment||34.830464|135.416358||9.00||||||| +028217010|028217010|392028217010|SO2|Permanent|7010|JPN Site 028217010|Active|MOE|Japan Ministry of Environment||34.830464|135.416358||9.00||||||| +028217010|028217010|392028217010|WS|Permanent|7010|JPN Site 028217010|Active|MOE|Japan Ministry of Environment||34.830464|135.416358||9.00||||||| +028217010|028217010|392028217010|WD|Permanent|7010|JPN Site 028217010|Active|MOE|Japan Ministry of Environment||34.830464|135.416358||9.00||||||| +028217010|028217010|392028217010|NOX|Permanent|7010|JPN Site 028217010|Active|MOE|Japan Ministry of Environment||34.830464|135.416358||9.00||||||| +028217010|028217010|392028217010|NO|Permanent|7010|JPN Site 028217010|Active|MOE|Japan Ministry of Environment||34.830464|135.416358||9.00||||||| +028217520|028217520|392028217520|CO|Permanent|7520|JPN Site 028217520|Active|MOE|Japan Ministry of Environment||34.811855|135.410803||9.00||||||| +028217520|028217520|392028217520|WS|Permanent|7520|JPN Site 028217520|Active|MOE|Japan Ministry of Environment||34.811855|135.410803||9.00||||||| +028217520|028217520|392028217520|WD|Permanent|7520|JPN Site 028217520|Active|MOE|Japan Ministry of Environment||34.811855|135.410803||9.00||||||| +028217520|028217520|392028217520|NOX|Permanent|7520|JPN Site 028217520|Active|MOE|Japan Ministry of Environment||34.811855|135.410803||9.00||||||| +028217520|028217520|392028217520|NO|Permanent|7520|JPN Site 028217520|Active|MOE|Japan Ministry of Environment||34.811855|135.410803||9.00||||||| +028217520|028217520|392028217520|NO2|Permanent|7520|JPN Site 028217520|Active|MOE|Japan Ministry of Environment||34.811855|135.410803||9.00||||||| +028217530|028217530|392028217530|NO2|Permanent|7530|JPN Site 028217530|Active|MOE|Japan Ministry of Environment||34.887124|135.399412||9.00||||||| +028217530|028217530|392028217530|WS|Permanent|7530|JPN Site 028217530|Active|MOE|Japan Ministry of Environment||34.887124|135.399412||9.00||||||| +028217530|028217530|392028217530|WD|Permanent|7530|JPN Site 028217530|Active|MOE|Japan Ministry of Environment||34.887124|135.399412||9.00||||||| +028217530|028217530|392028217530|NOX|Permanent|7530|JPN Site 028217530|Active|MOE|Japan Ministry of Environment||34.887124|135.399412||9.00||||||| +028217530|028217530|392028217530|NO|Permanent|7530|JPN Site 028217530|Active|MOE|Japan Ministry of Environment||34.887124|135.399412||9.00||||||| +028218510|028218510|392028218510|NO2|Permanent|8510|JPN Site 028218510|Active|MOE|Japan Ministry of Environment||34.848232|134.935286||9.00||||||| +028218510|028218510|392028218510|CO|Permanent|8510|JPN Site 028218510|Active|MOE|Japan Ministry of Environment||34.848232|134.935286||9.00||||||| +028218510|028218510|392028218510|WS|Permanent|8510|JPN Site 028218510|Active|MOE|Japan Ministry of Environment||34.848232|134.935286||9.00||||||| +028218510|028218510|392028218510|WD|Permanent|8510|JPN Site 028218510|Active|MOE|Japan Ministry of Environment||34.848232|134.935286||9.00||||||| +028218510|028218510|392028218510|NOX|Permanent|8510|JPN Site 028218510|Active|MOE|Japan Ministry of Environment||34.848232|134.935286||9.00||||||| +028218510|028218510|392028218510|NO|Permanent|8510|JPN Site 028218510|Active|MOE|Japan Ministry of Environment||34.848232|134.935286||9.00||||||| +028219010|028219010|392028219010|NO|Permanent|9010|JPN Site 028219010|Active|MOE|Japan Ministry of Environment||34.889066|135.225260||9.00||||||| +028219010|028219010|392028219010|NO2|Permanent|9010|JPN Site 028219010|Active|MOE|Japan Ministry of Environment||34.889066|135.225260||9.00||||||| +028219010|028219010|392028219010|WS|Permanent|9010|JPN Site 028219010|Active|MOE|Japan Ministry of Environment||34.889066|135.225260||9.00||||||| +028219010|028219010|392028219010|WD|Permanent|9010|JPN Site 028219010|Active|MOE|Japan Ministry of Environment||34.889066|135.225260||9.00||||||| +028219010|028219010|392028219010|NOX|Permanent|9010|JPN Site 028219010|Active|MOE|Japan Ministry of Environment||34.889066|135.225260||9.00||||||| +028381010|028381010|392028381010|NO2|Permanent|1010|JPN Site 028381010|Active|MOE|Japan Ministry of Environment||34.748797|134.902237||9.00||||||| +028381010|028381010|392028381010|WS|Permanent|1010|JPN Site 028381010|Active|MOE|Japan Ministry of Environment||34.748797|134.902237||9.00||||||| +028381010|028381010|392028381010|WD|Permanent|1010|JPN Site 028381010|Active|MOE|Japan Ministry of Environment||34.748797|134.902237||9.00||||||| +028381010|028381010|392028381010|NOX|Permanent|1010|JPN Site 028381010|Active|MOE|Japan Ministry of Environment||34.748797|134.902237||9.00||||||| +028381010|028381010|392028381010|NO|Permanent|1010|JPN Site 028381010|Active|MOE|Japan Ministry of Environment||34.748797|134.902237||9.00||||||| +028382010|028382010|392028382010|SO2|Permanent|2010|JPN Site 028382010|Active|MOE|Japan Ministry of Environment||34.715745|134.867797||9.00||||||| +028382010|028382010|392028382010|WS|Permanent|2010|JPN Site 028382010|Active|MOE|Japan Ministry of Environment||34.715745|134.867797||9.00||||||| +028382010|028382010|392028382010|WD|Permanent|2010|JPN Site 028382010|Active|MOE|Japan Ministry of Environment||34.715745|134.867797||9.00||||||| +028382010|028382010|392028382010|NOX|Permanent|2010|JPN Site 028382010|Active|MOE|Japan Ministry of Environment||34.715745|134.867797||9.00||||||| +028382010|028382010|392028382010|NO|Permanent|2010|JPN Site 028382010|Active|MOE|Japan Ministry of Environment||34.715745|134.867797||9.00||||||| +028382010|028382010|392028382010|NO2|Permanent|2010|JPN Site 028382010|Active|MOE|Japan Ministry of Environment||34.715745|134.867797||9.00||||||| +028464010|028464010|392028464010|WS|Permanent|4010|JPN Site 028464010|Active|MOE|Japan Ministry of Environment||34.836560|134.575316||9.00||||||| +028464010|028464010|392028464010|WD|Permanent|4010|JPN Site 028464010|Active|MOE|Japan Ministry of Environment||34.836560|134.575316||9.00||||||| +028464010|028464010|392028464010|NOX|Permanent|4010|JPN Site 028464010|Active|MOE|Japan Ministry of Environment||34.836560|134.575316||9.00||||||| +028464010|028464010|392028464010|NO|Permanent|4010|JPN Site 028464010|Active|MOE|Japan Ministry of Environment||34.836560|134.575316||9.00||||||| +028464010|028464010|392028464010|NO2|Permanent|4010|JPN Site 028464010|Active|MOE|Japan Ministry of Environment||34.836560|134.575316||9.00||||||| +028641010|028641010|392028641010|NO2|Permanent|1010|JPN Site 028641010|Active|MOE|Japan Ministry of Environment||35.129315|135.082483||9.00||||||| +028641010|028641010|392028641010|SO2|Permanent|1010|JPN Site 028641010|Active|MOE|Japan Ministry of Environment||35.129315|135.082483||9.00||||||| +028641010|028641010|392028641010|WS|Permanent|1010|JPN Site 028641010|Active|MOE|Japan Ministry of Environment||35.129315|135.082483||9.00||||||| +028641010|028641010|392028641010|WD|Permanent|1010|JPN Site 028641010|Active|MOE|Japan Ministry of Environment||35.129315|135.082483||9.00||||||| +028641010|028641010|392028641010|NOX|Permanent|1010|JPN Site 028641010|Active|MOE|Japan Ministry of Environment||35.129315|135.082483||9.00||||||| +028641010|028641010|392028641010|NO|Permanent|1010|JPN Site 028641010|Active|MOE|Japan Ministry of Environment||35.129315|135.082483||9.00||||||| +029201020|029201020|392029201020|NOX|Permanent|1020|JPN Site 029201020|Active|MOE|Japan Ministry of Environment||34.703261|135.741059||9.00||||||| +029201020|029201020|392029201020|NO|Permanent|1020|JPN Site 029201020|Active|MOE|Japan Ministry of Environment||34.703261|135.741059||9.00||||||| +029201020|029201020|392029201020|NO2|Permanent|1020|JPN Site 029201020|Active|MOE|Japan Ministry of Environment||34.703261|135.741059||9.00||||||| +029201020|029201020|392029201020|CO|Permanent|1020|JPN Site 029201020|Active|MOE|Japan Ministry of Environment||34.703261|135.741059||9.00||||||| +029201020|029201020|392029201020|SO2|Permanent|1020|JPN Site 029201020|Active|MOE|Japan Ministry of Environment||34.703261|135.741059||9.00||||||| +029201030|029201030|392029201030|NO|Permanent|1030|JPN Site 029201030|Active|MOE|Japan Ministry of Environment||34.715483|135.798553||9.00||||||| +029201030|029201030|392029201030|NO2|Permanent|1030|JPN Site 029201030|Active|MOE|Japan Ministry of Environment||34.715483|135.798553||9.00||||||| +029201030|029201030|392029201030|NOX|Permanent|1030|JPN Site 029201030|Active|MOE|Japan Ministry of Environment||34.715483|135.798553||9.00||||||| +029201060|029201060|392029201060|NO2|Permanent|1060|JPN Site 029201060|Active|MOE|Japan Ministry of Environment||34.675210|135.834941||9.00||||||| +029201060|029201060|392029201060|NOX|Permanent|1060|JPN Site 029201060|Active|MOE|Japan Ministry of Environment||34.675210|135.834941||9.00||||||| +029201060|029201060|392029201060|NO|Permanent|1060|JPN Site 029201060|Active|MOE|Japan Ministry of Environment||34.675210|135.834941||9.00||||||| +029201520|029201520|392029201520|CO|Permanent|1520|JPN Site 029201520|Active|MOE|Japan Ministry of Environment||34.668821|135.747449||9.00||||||| +029201520|029201520|392029201520|SO2|Permanent|1520|JPN Site 029201520|Active|MOE|Japan Ministry of Environment||34.668821|135.747449||9.00||||||| +029201520|029201520|392029201520|NOX|Permanent|1520|JPN Site 029201520|Active|MOE|Japan Ministry of Environment||34.668821|135.747449||9.00||||||| +029201520|029201520|392029201520|NO|Permanent|1520|JPN Site 029201520|Active|MOE|Japan Ministry of Environment||34.668821|135.747449||9.00||||||| +029201520|029201520|392029201520|NO2|Permanent|1520|JPN Site 029201520|Active|MOE|Japan Ministry of Environment||34.668821|135.747449||9.00||||||| +029201530|029201530|392029201530|NO2|Permanent|1530|JPN Site 029201530|Active|MOE|Japan Ministry of Environment||34.675487|135.797444||9.00||||||| +029201530|029201530|392029201530|NOX|Permanent|1530|JPN Site 029201530|Active|MOE|Japan Ministry of Environment||34.675487|135.797444||9.00||||||| +029201530|029201530|392029201530|NO|Permanent|1530|JPN Site 029201530|Active|MOE|Japan Ministry of Environment||34.675487|135.797444||9.00||||||| +029202010|029202010|392029202010|NO|Permanent|2010|JPN Site 029202010|Active|MOE|Japan Ministry of Environment||34.514115|135.736346||9.00||||||| +029202010|029202010|392029202010|NO2|Permanent|2010|JPN Site 029202010|Active|MOE|Japan Ministry of Environment||34.514115|135.736346||9.00||||||| +029202010|029202010|392029202010|SO2|Permanent|2010|JPN Site 029202010|Active|MOE|Japan Ministry of Environment||34.514115|135.736346||9.00||||||| +029202010|029202010|392029202010|NOX|Permanent|2010|JPN Site 029202010|Active|MOE|Japan Ministry of Environment||34.514115|135.736346||9.00||||||| +029204010|029204010|392029204010|NOX|Permanent|4010|JPN Site 029204010|Active|MOE|Japan Ministry of Environment||34.594663|135.828834||9.00||||||| +029204010|029204010|392029204010|NO|Permanent|4010|JPN Site 029204010|Active|MOE|Japan Ministry of Environment||34.594663|135.828834||9.00||||||| +029204010|029204010|392029204010|NO2|Permanent|4010|JPN Site 029204010|Active|MOE|Japan Ministry of Environment||34.594663|135.828834||9.00||||||| +029204010|029204010|392029204010|CO|Permanent|4010|JPN Site 029204010|Active|MOE|Japan Ministry of Environment||34.594663|135.828834||9.00||||||| +029204010|029204010|392029204010|SO2|Permanent|4010|JPN Site 029204010|Active|MOE|Japan Ministry of Environment||34.594663|135.828834||9.00||||||| +029205510|029205510|392029205510|NO2|Permanent|5510|JPN Site 029205510|Active|MOE|Japan Ministry of Environment||34.511338|135.794397||9.00||||||| +029205510|029205510|392029205510|CO|Permanent|5510|JPN Site 029205510|Active|MOE|Japan Ministry of Environment||34.511338|135.794397||9.00||||||| +029205510|029205510|392029205510|SO2|Permanent|5510|JPN Site 029205510|Active|MOE|Japan Ministry of Environment||34.511338|135.794397||9.00||||||| +029205510|029205510|392029205510|NOX|Permanent|5510|JPN Site 029205510|Active|MOE|Japan Ministry of Environment||34.511338|135.794397||9.00||||||| +029205510|029205510|392029205510|NO|Permanent|5510|JPN Site 029205510|Active|MOE|Japan Ministry of Environment||34.511338|135.794397||9.00||||||| +029206010|029206010|392029206010|SO2|Permanent|6010|JPN Site 029206010|Active|MOE|Japan Ministry of Environment||34.521338|135.841892||9.00||||||| +029206010|029206010|392029206010|NOX|Permanent|6010|JPN Site 029206010|Active|MOE|Japan Ministry of Environment||34.521338|135.841892||9.00||||||| +029206010|029206010|392029206010|NO|Permanent|6010|JPN Site 029206010|Active|MOE|Japan Ministry of Environment||34.521338|135.841892||9.00||||||| +029206010|029206010|392029206010|NO2|Permanent|6010|JPN Site 029206010|Active|MOE|Japan Ministry of Environment||34.521338|135.841892||9.00||||||| +029208010|029208010|392029208010|NO|Permanent|8010|JPN Site 029208010|Active|MOE|Japan Ministry of Environment||34.460509|135.736904||9.00||||||| +029208010|029208010|392029208010|NO2|Permanent|8010|JPN Site 029208010|Active|MOE|Japan Ministry of Environment||34.460509|135.736904||9.00||||||| +029208010|029208010|392029208010|SO2|Permanent|8010|JPN Site 029208010|Active|MOE|Japan Ministry of Environment||34.460509|135.736904||9.00||||||| +029208010|029208010|392029208010|NOX|Permanent|8010|JPN Site 029208010|Active|MOE|Japan Ministry of Environment||34.460509|135.736904||9.00||||||| +029209010|029209010|392029209010|SO2|Permanent|9010|JPN Site 029209010|Active|MOE|Japan Ministry of Environment||34.691873|135.706895||9.00||||||| +029209010|029209010|392029209010|NOX|Permanent|9010|JPN Site 029209010|Active|MOE|Japan Ministry of Environment||34.691873|135.706895||9.00||||||| +029209010|029209010|392029209010|NO|Permanent|9010|JPN Site 029209010|Active|MOE|Japan Ministry of Environment||34.691873|135.706895||9.00||||||| +029209010|029209010|392029209010|NO2|Permanent|9010|JPN Site 029209010|Active|MOE|Japan Ministry of Environment||34.691873|135.706895||9.00||||||| +029209510|029209510|392029209510|NO2|Permanent|9510|JPN Site 029209510|Active|MOE|Japan Ministry of Environment||34.673819|135.700786||9.00||||||| +029209510|029209510|392029209510|CO|Permanent|9510|JPN Site 029209510|Active|MOE|Japan Ministry of Environment||34.673819|135.700786||9.00||||||| +029209510|029209510|392029209510|SO2|Permanent|9510|JPN Site 029209510|Active|MOE|Japan Ministry of Environment||34.673819|135.700786||9.00||||||| +029209510|029209510|392029209510|NOX|Permanent|9510|JPN Site 029209510|Active|MOE|Japan Ministry of Environment||34.673819|135.700786||9.00||||||| +029209510|029209510|392029209510|NO|Permanent|9510|JPN Site 029209510|Active|MOE|Japan Ministry of Environment||34.673819|135.700786||9.00||||||| +029363010|029363010|392029363010|SO2|Permanent|3010|JPN Site 029363010|Active|MOE|Japan Ministry of Environment||34.558555|135.789117||9.00||||||| +029425010|029425010|392029425010|SO2|Permanent|5010|JPN Site 029425010|Active|MOE|Japan Ministry of Environment||34.594383|135.707455||9.00||||||| +029425010|029425010|392029425010|NOX|Permanent|5010|JPN Site 029425010|Active|MOE|Japan Ministry of Environment||34.594383|135.707455||9.00||||||| +029425010|029425010|392029425010|NO|Permanent|5010|JPN Site 029425010|Active|MOE|Japan Ministry of Environment||34.594383|135.707455||9.00||||||| +029425010|029425010|392029425010|NO2|Permanent|5010|JPN Site 029425010|Active|MOE|Japan Ministry of Environment||34.594383|135.707455||9.00||||||| +029451010|029451010|392029451010|NO2|Permanent|1010|JPN Site 029451010|Active|MOE|Japan Ministry of Environment||34.201098|136.061055||9.00||||||| +029451010|029451010|392029451010|NOX|Permanent|1010|JPN Site 029451010|Active|MOE|Japan Ministry of Environment||34.201098|136.061055||9.00||||||| +029451010|029451010|392029451010|NO|Permanent|1010|JPN Site 029451010|Active|MOE|Japan Ministry of Environment||34.201098|136.061055||9.00||||||| +030201020|030201020|392030201020|NOX|Permanent|1020|JPN Site 030201020|Active|MOE|Japan Ministry of Environment||34.247744|135.137797||9.00||||||| +030201020|030201020|392030201020|NO|Permanent|1020|JPN Site 030201020|Active|MOE|Japan Ministry of Environment||34.247744|135.137797||9.00||||||| +030201020|030201020|392030201020|NO2|Permanent|1020|JPN Site 030201020|Active|MOE|Japan Ministry of Environment||34.247744|135.137797||9.00||||||| +030201020|030201020|392030201020|SO2|Permanent|1020|JPN Site 030201020|Active|MOE|Japan Ministry of Environment||34.247744|135.137797||9.00||||||| +030201030|030201030|392030201030|SO2|Permanent|1030|JPN Site 030201030|Active|MOE|Japan Ministry of Environment||34.244966|135.146685||9.00||||||| +030201040|030201040|392030201040|NO2|Permanent|1040|JPN Site 030201040|Active|MOE|Japan Ministry of Environment||34.243023|135.183071||9.00||||||| +030201040|030201040|392030201040|SO2|Permanent|1040|JPN Site 030201040|Active|MOE|Japan Ministry of Environment||34.243023|135.183071||9.00||||||| +030201040|030201040|392030201040|NOX|Permanent|1040|JPN Site 030201040|Active|MOE|Japan Ministry of Environment||34.243023|135.183071||9.00||||||| +030201040|030201040|392030201040|NO|Permanent|1040|JPN Site 030201040|Active|MOE|Japan Ministry of Environment||34.243023|135.183071||9.00||||||| +030201050|030201050|392030201050|NO2|Permanent|1050|JPN Site 030201050|Active|MOE|Japan Ministry of Environment||34.214137|135.162796||9.00||||||| +030201050|030201050|392030201050|SO2|Permanent|1050|JPN Site 030201050|Active|MOE|Japan Ministry of Environment||34.214137|135.162796||9.00||||||| +030201050|030201050|392030201050|NOX|Permanent|1050|JPN Site 030201050|Active|MOE|Japan Ministry of Environment||34.214137|135.162796||9.00||||||| +030201050|030201050|392030201050|NO|Permanent|1050|JPN Site 030201050|Active|MOE|Japan Ministry of Environment||34.214137|135.162796||9.00||||||| +030201070|030201070|392030201070|SO2|Permanent|1070|JPN Site 030201070|Active|MOE|Japan Ministry of Environment||34.253854|135.129741||9.00||||||| +030201080|030201080|392030201080|SO2|Permanent|1080|JPN Site 030201080|Active|MOE|Japan Ministry of Environment||34.236078|135.142519||9.00||||||| +030201110|030201110|392030201110|SO2|Permanent|1110|JPN Site 030201110|Active|MOE|Japan Ministry of Environment||34.188862|135.177518||9.00||||||| +030201110|030201110|392030201110|NOX|Permanent|1110|JPN Site 030201110|Active|MOE|Japan Ministry of Environment||34.188862|135.177518||9.00||||||| +030201110|030201110|392030201110|NO|Permanent|1110|JPN Site 030201110|Active|MOE|Japan Ministry of Environment||34.188862|135.177518||9.00||||||| +030201110|030201110|392030201110|NO2|Permanent|1110|JPN Site 030201110|Active|MOE|Japan Ministry of Environment||34.188862|135.177518||9.00||||||| +030201130|030201130|392030201130|NO2|Permanent|1130|JPN Site 030201130|Active|MOE|Japan Ministry of Environment||34.242747|135.287229||9.00||||||| +030201130|030201130|392030201130|SO2|Permanent|1130|JPN Site 030201130|Active|MOE|Japan Ministry of Environment||34.242747|135.287229||9.00||||||| +030201130|030201130|392030201130|NOX|Permanent|1130|JPN Site 030201130|Active|MOE|Japan Ministry of Environment||34.242747|135.287229||9.00||||||| +030201130|030201130|392030201130|NO|Permanent|1130|JPN Site 030201130|Active|MOE|Japan Ministry of Environment||34.242747|135.287229||9.00||||||| +030201250|030201250|392030201250|NO2|Permanent|1250|JPN Site 030201250|Active|MOE|Japan Ministry of Environment||34.257742|135.106688||9.00||||||| +030201250|030201250|392030201250|NOX|Permanent|1250|JPN Site 030201250|Active|MOE|Japan Ministry of Environment||34.257742|135.106688||9.00||||||| +030201250|030201250|392030201250|NO|Permanent|1250|JPN Site 030201250|Active|MOE|Japan Ministry of Environment||34.257742|135.106688||9.00||||||| +030201270|030201270|392030201270|NOX|Permanent|1270|JPN Site 030201270|Active|MOE|Japan Ministry of Environment||34.259688|135.198624||9.00||||||| +030201270|030201270|392030201270|NO|Permanent|1270|JPN Site 030201270|Active|MOE|Japan Ministry of Environment||34.259688|135.198624||9.00||||||| +030201270|030201270|392030201270|NO2|Permanent|1270|JPN Site 030201270|Active|MOE|Japan Ministry of Environment||34.259688|135.198624||9.00||||||| +030201270|030201270|392030201270|SO2|Permanent|1270|JPN Site 030201270|Active|MOE|Japan Ministry of Environment||34.259688|135.198624||9.00||||||| +030201300|030201300|392030201300|SO2|Permanent|1300|JPN Site 030201300|Active|MOE|Japan Ministry of Environment||34.216081|135.183628||9.00||||||| +030201520|030201520|392030201520|CO|Permanent|1520|JPN Site 030201520|Active|MOE|Japan Ministry of Environment||34.226358|135.189738||9.00||||||| +030202020|030202020|392030202020|SO2|Permanent|2020|JPN Site 030202020|Active|MOE|Japan Ministry of Environment||34.153311|135.211406||9.00||||||| +030202140|030202140|392030202140|SO2|Permanent|2140|JPN Site 030202140|Active|MOE|Japan Ministry of Environment||34.159421|135.207517||9.00||||||| +030202140|030202140|392030202140|NOX|Permanent|2140|JPN Site 030202140|Active|MOE|Japan Ministry of Environment||34.159421|135.207517||9.00||||||| +030202140|030202140|392030202140|NO|Permanent|2140|JPN Site 030202140|Active|MOE|Japan Ministry of Environment||34.159421|135.207517||9.00||||||| +030202140|030202140|392030202140|NO2|Permanent|2140|JPN Site 030202140|Active|MOE|Japan Ministry of Environment||34.159421|135.207517||9.00||||||| +030202160|030202160|392030202160|SO2|Permanent|2160|JPN Site 030202160|Active|MOE|Japan Ministry of Environment||34.159421|135.200295||9.00||||||| +030202180|030202180|392030202180|NO2|Permanent|2180|JPN Site 030202180|Active|MOE|Japan Ministry of Environment||34.165533|135.276678||9.00||||||| +030202180|030202180|392030202180|SO2|Permanent|2180|JPN Site 030202180|Active|MOE|Japan Ministry of Environment||34.165533|135.276678||9.00||||||| +030202180|030202180|392030202180|NOX|Permanent|2180|JPN Site 030202180|Active|MOE|Japan Ministry of Environment||34.165533|135.276678||9.00||||||| +030202180|030202180|392030202180|NO|Permanent|2180|JPN Site 030202180|Active|MOE|Japan Ministry of Environment||34.165533|135.276678||9.00||||||| +030203010|030203010|392030203010|SO2|Permanent|3010|JPN Site 030203010|Active|MOE|Japan Ministry of Environment||34.314967|135.598311||9.00||||||| +030203010|030203010|392030203010|NOX|Permanent|3010|JPN Site 030203010|Active|MOE|Japan Ministry of Environment||34.314967|135.598311||9.00||||||| +030203010|030203010|392030203010|NO|Permanent|3010|JPN Site 030203010|Active|MOE|Japan Ministry of Environment||34.314967|135.598311||9.00||||||| +030203010|030203010|392030203010|NO2|Permanent|3010|JPN Site 030203010|Active|MOE|Japan Ministry of Environment||34.314967|135.598311||9.00||||||| +030204030|030204030|392030204030|NO2|Permanent|4030|JPN Site 030204030|Active|MOE|Japan Ministry of Environment||34.103314|135.113361||9.00||||||| +030204030|030204030|392030204030|SO2|Permanent|4030|JPN Site 030204030|Active|MOE|Japan Ministry of Environment||34.103314|135.113361||9.00||||||| +030204030|030204030|392030204030|NOX|Permanent|4030|JPN Site 030204030|Active|MOE|Japan Ministry of Environment||34.103314|135.113361||9.00||||||| +030204030|030204030|392030204030|NO|Permanent|4030|JPN Site 030204030|Active|MOE|Japan Ministry of Environment||34.103314|135.113361||9.00||||||| +030205010|030205010|392030205010|SO2|Permanent|5010|JPN Site 030205010|Active|MOE|Japan Ministry of Environment||33.892504|135.155034||9.00||||||| +030205010|030205010|392030205010|NOX|Permanent|5010|JPN Site 030205010|Active|MOE|Japan Ministry of Environment||33.892504|135.155034||9.00||||||| +030205010|030205010|392030205010|NO|Permanent|5010|JPN Site 030205010|Active|MOE|Japan Ministry of Environment||33.892504|135.155034||9.00||||||| +030205010|030205010|392030205010|NO2|Permanent|5010|JPN Site 030205010|Active|MOE|Japan Ministry of Environment||33.892504|135.155034||9.00||||||| +030205020|030205020|392030205020|NO2|Permanent|5020|JPN Site 030205020|Active|MOE|Japan Ministry of Environment||33.907503|135.163643||9.00||||||| +030205020|030205020|392030205020|SO2|Permanent|5020|JPN Site 030205020|Active|MOE|Japan Ministry of Environment||33.907503|135.163643||9.00||||||| +030205020|030205020|392030205020|NOX|Permanent|5020|JPN Site 030205020|Active|MOE|Japan Ministry of Environment||33.907503|135.163643||9.00||||||| +030205020|030205020|392030205020|NO|Permanent|5020|JPN Site 030205020|Active|MOE|Japan Ministry of Environment||33.907503|135.163643||9.00||||||| +030205030|030205030|392030205030|SO2|Permanent|5030|JPN Site 030205030|Active|MOE|Japan Ministry of Environment||33.903614|135.167810||9.00||||||| +030205030|030205030|392030205030|NOX|Permanent|5030|JPN Site 030205030|Active|MOE|Japan Ministry of Environment||33.903614|135.167810||9.00||||||| +030205030|030205030|392030205030|NO|Permanent|5030|JPN Site 030205030|Active|MOE|Japan Ministry of Environment||33.903614|135.167810||9.00||||||| +030205030|030205030|392030205030|NO2|Permanent|5030|JPN Site 030205030|Active|MOE|Japan Ministry of Environment||33.903614|135.167810||9.00||||||| +030205040|030205040|392030205040|NO2|Permanent|5040|JPN Site 030205040|Active|MOE|Japan Ministry of Environment||33.895282|135.180309||9.00||||||| +030205040|030205040|392030205040|SO2|Permanent|5040|JPN Site 030205040|Active|MOE|Japan Ministry of Environment||33.895282|135.180309||9.00||||||| +030205040|030205040|392030205040|NOX|Permanent|5040|JPN Site 030205040|Active|MOE|Japan Ministry of Environment||33.895282|135.180309||9.00||||||| +030205040|030205040|392030205040|NO|Permanent|5040|JPN Site 030205040|Active|MOE|Japan Ministry of Environment||33.895282|135.180309||9.00||||||| +030205050|030205050|392030205050|NO|Permanent|5050|JPN Site 030205050|Active|MOE|Japan Ministry of Environment||33.868063|135.162534||9.00||||||| +030205050|030205050|392030205050|NO2|Permanent|5050|JPN Site 030205050|Active|MOE|Japan Ministry of Environment||33.868063|135.162534||9.00||||||| +030205050|030205050|392030205050|SO2|Permanent|5050|JPN Site 030205050|Active|MOE|Japan Ministry of Environment||33.868063|135.162534||9.00||||||| +030205050|030205050|392030205050|NOX|Permanent|5050|JPN Site 030205050|Active|MOE|Japan Ministry of Environment||33.868063|135.162534||9.00||||||| +030205060|030205060|392030205060|NOX|Permanent|5060|JPN Site 030205060|Active|MOE|Japan Ministry of Environment||33.834178|135.182812||9.00||||||| +030205060|030205060|392030205060|NO|Permanent|5060|JPN Site 030205060|Active|MOE|Japan Ministry of Environment||33.834178|135.182812||9.00||||||| +030205060|030205060|392030205060|NO2|Permanent|5060|JPN Site 030205060|Active|MOE|Japan Ministry of Environment||33.834178|135.182812||9.00||||||| +030205060|030205060|392030205060|SO2|Permanent|5060|JPN Site 030205060|Active|MOE|Japan Ministry of Environment||33.834178|135.182812||9.00||||||| +030206010|030206010|392030206010|NO2|Permanent|6010|JPN Site 030206010|Active|MOE|Japan Ministry of Environment||33.735025|135.377245||9.00||||||| +030206010|030206010|392030206010|SO2|Permanent|6010|JPN Site 030206010|Active|MOE|Japan Ministry of Environment||33.735025|135.377245||9.00||||||| +030206010|030206010|392030206010|NOX|Permanent|6010|JPN Site 030206010|Active|MOE|Japan Ministry of Environment||33.735025|135.377245||9.00||||||| +030206010|030206010|392030206010|NO|Permanent|6010|JPN Site 030206010|Active|MOE|Japan Ministry of Environment||33.735025|135.377245||9.00||||||| +030207010|030207010|392030207010|NO|Permanent|7010|JPN Site 030207010|Active|MOE|Japan Ministry of Environment||33.724203|135.981917||9.00||||||| +030207010|030207010|392030207010|NO2|Permanent|7010|JPN Site 030207010|Active|MOE|Japan Ministry of Environment||33.724203|135.981917||9.00||||||| +030207010|030207010|392030207010|SO2|Permanent|7010|JPN Site 030207010|Active|MOE|Japan Ministry of Environment||33.724203|135.981917||9.00||||||| +030207010|030207010|392030207010|NOX|Permanent|7010|JPN Site 030207010|Active|MOE|Japan Ministry of Environment||33.724203|135.981917||9.00||||||| +030301020|030301020|392030301020|SO2|Permanent|1020|JPN Site 030301020|Active|MOE|Japan Ministry of Environment||34.110814|135.144191||9.00||||||| +030301030|030301030|392030301030|NO|Permanent|1030|JPN Site 030301030|Active|MOE|Japan Ministry of Environment||34.129423|135.155856||9.00||||||| +030301030|030301030|392030301030|NO2|Permanent|1030|JPN Site 030301030|Active|MOE|Japan Ministry of Environment||34.129423|135.155856||9.00||||||| +030301030|030301030|392030301030|SO2|Permanent|1030|JPN Site 030301030|Active|MOE|Japan Ministry of Environment||34.129423|135.155856||9.00||||||| +030301030|030301030|392030301030|NOX|Permanent|1030|JPN Site 030301030|Active|MOE|Japan Ministry of Environment||34.129423|135.155856||9.00||||||| +030301050|030301050|392030301050|NO2|Permanent|1050|JPN Site 030301050|Active|MOE|Japan Ministry of Environment||34.127480|135.183354||9.00||||||| +030301050|030301050|392030301050|SO2|Permanent|1050|JPN Site 030301050|Active|MOE|Japan Ministry of Environment||34.127480|135.183354||9.00||||||| +030301050|030301050|392030301050|NOX|Permanent|1050|JPN Site 030301050|Active|MOE|Japan Ministry of Environment||34.127480|135.183354||9.00||||||| +030301050|030301050|392030301050|NO|Permanent|1050|JPN Site 030301050|Active|MOE|Japan Ministry of Environment||34.127480|135.183354||9.00||||||| +030302010|030302010|392030302010|SO2|Permanent|2010|JPN Site 030302010|Active|MOE|Japan Ministry of Environment||34.163589|135.307231||9.00||||||| +030322010|030322010|392030322010|NO|Permanent|2010|JPN Site 030322010|Active|MOE|Japan Ministry of Environment||34.275801|135.399440||9.00||||||| +030322010|030322010|392030322010|NO2|Permanent|2010|JPN Site 030322010|Active|MOE|Japan Ministry of Environment||34.275801|135.399440||9.00||||||| +030322010|030322010|392030322010|SO2|Permanent|2010|JPN Site 030322010|Active|MOE|Japan Ministry of Environment||34.275801|135.399440||9.00||||||| +030322010|030322010|392030322010|NOX|Permanent|2010|JPN Site 030322010|Active|MOE|Japan Ministry of Environment||34.275801|135.399440||9.00||||||| +030361010|030361010|392030361010|NO|Permanent|1010|JPN Site 030361010|Active|MOE|Japan Ministry of Environment||34.036378|135.183358||9.00||||||| +030361010|030361010|392030361010|NO2|Permanent|1010|JPN Site 030361010|Active|MOE|Japan Ministry of Environment||34.036378|135.183358||9.00||||||| +030361010|030361010|392030361010|SO2|Permanent|1010|JPN Site 030361010|Active|MOE|Japan Ministry of Environment||34.036378|135.183358||9.00||||||| +030361010|030361010|392030361010|NOX|Permanent|1010|JPN Site 030361010|Active|MOE|Japan Ministry of Environment||34.036378|135.183358||9.00||||||| +030391010|030391010|392030391010|NO2|Permanent|1010|JPN Site 030391010|Active|MOE|Japan Ministry of Environment||33.788630|135.336968||9.00||||||| +030391010|030391010|392030391010|SO2|Permanent|1010|JPN Site 030391010|Active|MOE|Japan Ministry of Environment||33.788630|135.336968||9.00||||||| +030391010|030391010|392030391010|NOX|Permanent|1010|JPN Site 030391010|Active|MOE|Japan Ministry of Environment||33.788630|135.336968||9.00||||||| +030391010|030391010|392030391010|NO|Permanent|1010|JPN Site 030391010|Active|MOE|Japan Ministry of Environment||33.788630|135.336968||9.00||||||| +031201020|031201020|392031201020|WS|Permanent|1020|JPN Site 031201020|Active|MOE|Japan Ministry of Environment||35.495928|134.227815||9.00||||||| +031201020|031201020|392031201020|WD|Permanent|1020|JPN Site 031201020|Active|MOE|Japan Ministry of Environment||35.495928|134.227815||9.00||||||| +031201020|031201020|392031201020|NOX|Permanent|1020|JPN Site 031201020|Active|MOE|Japan Ministry of Environment||35.495928|134.227815||9.00||||||| +031201020|031201020|392031201020|NO|Permanent|1020|JPN Site 031201020|Active|MOE|Japan Ministry of Environment||35.495928|134.227815||9.00||||||| +031201020|031201020|392031201020|NO2|Permanent|1020|JPN Site 031201020|Active|MOE|Japan Ministry of Environment||35.495928|134.227815||9.00||||||| +031201020|031201020|392031201020|CO|Permanent|1020|JPN Site 031201020|Active|MOE|Japan Ministry of Environment||35.495928|134.227815||9.00||||||| +031201040|031201040|392031201040|WD|Permanent|1040|JPN Site 031201040|Active|MOE|Japan Ministry of Environment||35.506760|134.233369||9.00||||||| +031201040|031201040|392031201040|RHUM|Permanent|1040|JPN Site 031201040|Active|MOE|Japan Ministry of Environment||35.506760|134.233369||9.00||||||| +031201040|031201040|392031201040|NOX|Permanent|1040|JPN Site 031201040|Active|MOE|Japan Ministry of Environment||35.506760|134.233369||9.00||||||| +031201040|031201040|392031201040|NO|Permanent|1040|JPN Site 031201040|Active|MOE|Japan Ministry of Environment||35.506760|134.233369||9.00||||||| +031201040|031201040|392031201040|NO2|Permanent|1040|JPN Site 031201040|Active|MOE|Japan Ministry of Environment||35.506760|134.233369||9.00||||||| +031201040|031201040|392031201040|CO|Permanent|1040|JPN Site 031201040|Active|MOE|Japan Ministry of Environment||35.506760|134.233369||9.00||||||| +031201040|031201040|392031201040|SO2|Permanent|1040|JPN Site 031201040|Active|MOE|Japan Ministry of Environment||35.506760|134.233369||9.00||||||| +031201040|031201040|392031201040|TEMP|Permanent|1040|JPN Site 031201040|Active|MOE|Japan Ministry of Environment||35.506760|134.233369||9.00||||||| +031201040|031201040|392031201040|WS|Permanent|1040|JPN Site 031201040|Active|MOE|Japan Ministry of Environment||35.506760|134.233369||9.00||||||| +031202020|031202020|392031202020|NOX|Permanent|2020|JPN Site 031202020|Active|MOE|Japan Ministry of Environment||35.437863|133.341502||9.00||||||| +031202020|031202020|392031202020|NO|Permanent|2020|JPN Site 031202020|Active|MOE|Japan Ministry of Environment||35.437863|133.341502||9.00||||||| +031202020|031202020|392031202020|NO2|Permanent|2020|JPN Site 031202020|Active|MOE|Japan Ministry of Environment||35.437863|133.341502||9.00||||||| +031202020|031202020|392031202020|SO2|Permanent|2020|JPN Site 031202020|Active|MOE|Japan Ministry of Environment||35.437863|133.341502||9.00||||||| +031202020|031202020|392031202020|WS|Permanent|2020|JPN Site 031202020|Active|MOE|Japan Ministry of Environment||35.437863|133.341502||9.00||||||| +031202020|031202020|392031202020|WD|Permanent|2020|JPN Site 031202020|Active|MOE|Japan Ministry of Environment||35.437863|133.341502||9.00||||||| +031202520|031202520|392031202520|NO|Permanent|2520|JPN Site 031202520|Active|MOE|Japan Ministry of Environment||35.428142|133.330670||9.00||||||| +031202520|031202520|392031202520|NO2|Permanent|2520|JPN Site 031202520|Active|MOE|Japan Ministry of Environment||35.428142|133.330670||9.00||||||| +031202520|031202520|392031202520|CO|Permanent|2520|JPN Site 031202520|Active|MOE|Japan Ministry of Environment||35.428142|133.330670||9.00||||||| +031202520|031202520|392031202520|WS|Permanent|2520|JPN Site 031202520|Active|MOE|Japan Ministry of Environment||35.428142|133.330670||9.00||||||| +031202520|031202520|392031202520|WD|Permanent|2520|JPN Site 031202520|Active|MOE|Japan Ministry of Environment||35.428142|133.330670||9.00||||||| +031202520|031202520|392031202520|NOX|Permanent|2520|JPN Site 031202520|Active|MOE|Japan Ministry of Environment||35.428142|133.330670||9.00||||||| +031203020|031203020|392031203020|WD|Permanent|3020|JPN Site 031203020|Active|MOE|Japan Ministry of Environment||35.441762|133.924787||9.00||||||| +031203020|031203020|392031203020|NOX|Permanent|3020|JPN Site 031203020|Active|MOE|Japan Ministry of Environment||35.441762|133.924787||9.00||||||| +031203020|031203020|392031203020|NO|Permanent|3020|JPN Site 031203020|Active|MOE|Japan Ministry of Environment||35.441762|133.924787||9.00||||||| +031203020|031203020|392031203020|NO2|Permanent|3020|JPN Site 031203020|Active|MOE|Japan Ministry of Environment||35.441762|133.924787||9.00||||||| +031203020|031203020|392031203020|SO2|Permanent|3020|JPN Site 031203020|Active|MOE|Japan Ministry of Environment||35.441762|133.924787||9.00||||||| +031203020|031203020|392031203020|WS|Permanent|3020|JPN Site 031203020|Active|MOE|Japan Ministry of Environment||35.441762|133.924787||9.00||||||| +031204010|031204010|392031204010|WS|Permanent|4010|JPN Site 031204010|Active|MOE|Japan Ministry of Environment||35.517297|133.232896||9.00||||||| +031204010|031204010|392031204010|WD|Permanent|4010|JPN Site 031204010|Active|MOE|Japan Ministry of Environment||35.517297|133.232896||9.00||||||| +032201060|032201060|392032201060|RHUM|Permanent|1060|JPN Site 032201060|Active|MOE|Japan Ministry of Environment||35.475353|133.012361||9.00||||||| +032201060|032201060|392032201060|NO2|Permanent|1060|JPN Site 032201060|Active|MOE|Japan Ministry of Environment||35.475353|133.012361||9.00||||||| +032201060|032201060|392032201060|NO|Permanent|1060|JPN Site 032201060|Active|MOE|Japan Ministry of Environment||35.475353|133.012361||9.00||||||| +032201060|032201060|392032201060|CO|Permanent|1060|JPN Site 032201060|Active|MOE|Japan Ministry of Environment||35.475353|133.012361||9.00||||||| +032201060|032201060|392032201060|SO2|Permanent|1060|JPN Site 032201060|Active|MOE|Japan Ministry of Environment||35.475353|133.012361||9.00||||||| +032201060|032201060|392032201060|TEMP|Permanent|1060|JPN Site 032201060|Active|MOE|Japan Ministry of Environment||35.475353|133.012361||9.00||||||| +032201060|032201060|392032201060|WS|Permanent|1060|JPN Site 032201060|Active|MOE|Japan Ministry of Environment||35.475353|133.012361||9.00||||||| +032201060|032201060|392032201060|WD|Permanent|1060|JPN Site 032201060|Active|MOE|Japan Ministry of Environment||35.475353|133.012361||9.00||||||| +032201060|032201060|392032201060|NOX|Permanent|1060|JPN Site 032201060|Active|MOE|Japan Ministry of Environment||35.475353|133.012361||9.00||||||| +032201520|032201520|392032201520|NO2|Permanent|1520|JPN Site 032201520|Active|MOE|Japan Ministry of Environment||35.458967|133.066246||9.00||||||| +032201520|032201520|392032201520|CO|Permanent|1520|JPN Site 032201520|Active|MOE|Japan Ministry of Environment||35.458967|133.066246||9.00||||||| +032201520|032201520|392032201520|NOX|Permanent|1520|JPN Site 032201520|Active|MOE|Japan Ministry of Environment||35.458967|133.066246||9.00||||||| +032201520|032201520|392032201520|NO|Permanent|1520|JPN Site 032201520|Active|MOE|Japan Ministry of Environment||35.458967|133.066246||9.00||||||| +032202040|032202040|392032202040|WD|Permanent|2040|JPN Site 032202040|Active|MOE|Japan Ministry of Environment||34.897621|132.071355||9.00||||||| +032202040|032202040|392032202040|RHUM|Permanent|2040|JPN Site 032202040|Active|MOE|Japan Ministry of Environment||34.897621|132.071355||9.00||||||| +032202040|032202040|392032202040|TEMP|Permanent|2040|JPN Site 032202040|Active|MOE|Japan Ministry of Environment||34.897621|132.071355||9.00||||||| +032202040|032202040|392032202040|WS|Permanent|2040|JPN Site 032202040|Active|MOE|Japan Ministry of Environment||34.897621|132.071355||9.00||||||| +032203040|032203040|392032203040|NO2|Permanent|3040|JPN Site 032203040|Active|MOE|Japan Ministry of Environment||35.364249|132.750166||9.00||||||| +032203040|032203040|392032203040|TEMP|Permanent|3040|JPN Site 032203040|Active|MOE|Japan Ministry of Environment||35.364249|132.750166||9.00||||||| +032203040|032203040|392032203040|WS|Permanent|3040|JPN Site 032203040|Active|MOE|Japan Ministry of Environment||35.364249|132.750166||9.00||||||| +032203040|032203040|392032203040|WD|Permanent|3040|JPN Site 032203040|Active|MOE|Japan Ministry of Environment||35.364249|132.750166||9.00||||||| +032203040|032203040|392032203040|RHUM|Permanent|3040|JPN Site 032203040|Active|MOE|Japan Ministry of Environment||35.364249|132.750166||9.00||||||| +032203040|032203040|392032203040|NOX|Permanent|3040|JPN Site 032203040|Active|MOE|Japan Ministry of Environment||35.364249|132.750166||9.00||||||| +032203040|032203040|392032203040|NO|Permanent|3040|JPN Site 032203040|Active|MOE|Japan Ministry of Environment||35.364249|132.750166||9.00||||||| +032204040|032204040|392032204040|RHUM|Permanent|4040|JPN Site 032204040|Active|MOE|Japan Ministry of Environment||34.678474|131.851383||9.00||||||| +032204040|032204040|392032204040|NOX|Permanent|4040|JPN Site 032204040|Active|MOE|Japan Ministry of Environment||34.678474|131.851383||9.00||||||| +032204040|032204040|392032204040|NO|Permanent|4040|JPN Site 032204040|Active|MOE|Japan Ministry of Environment||34.678474|131.851383||9.00||||||| +032204040|032204040|392032204040|NO2|Permanent|4040|JPN Site 032204040|Active|MOE|Japan Ministry of Environment||34.678474|131.851383||9.00||||||| +032204040|032204040|392032204040|SO2|Permanent|4040|JPN Site 032204040|Active|MOE|Japan Ministry of Environment||34.678474|131.851383||9.00||||||| +032204040|032204040|392032204040|TEMP|Permanent|4040|JPN Site 032204040|Active|MOE|Japan Ministry of Environment||34.678474|131.851383||9.00||||||| +032204040|032204040|392032204040|WS|Permanent|4040|JPN Site 032204040|Active|MOE|Japan Ministry of Environment||34.678474|131.851383||9.00||||||| +032204040|032204040|392032204040|WD|Permanent|4040|JPN Site 032204040|Active|MOE|Japan Ministry of Environment||34.678474|131.851383||9.00||||||| +032204950|032204950|392032204950|SO2|Permanent|4950|JPN Site 032204950|Active|MOE|Japan Ministry of Environment||34.684861|131.797221||9.00||||||| +032204950|032204950|392032204950|TEMP|Permanent|4950|JPN Site 032204950|Active|MOE|Japan Ministry of Environment||34.684861|131.797221||9.00||||||| +032204950|032204950|392032204950|WS|Permanent|4950|JPN Site 032204950|Active|MOE|Japan Ministry of Environment||34.684861|131.797221||9.00||||||| +032204950|032204950|392032204950|WD|Permanent|4950|JPN Site 032204950|Active|MOE|Japan Ministry of Environment||34.684861|131.797221||9.00||||||| +032204950|032204950|392032204950|RHUM|Permanent|4950|JPN Site 032204950|Active|MOE|Japan Ministry of Environment||34.684861|131.797221||9.00||||||| +032204950|032204950|392032204950|NOX|Permanent|4950|JPN Site 032204950|Active|MOE|Japan Ministry of Environment||34.684861|131.797221||9.00||||||| +032204950|032204950|392032204950|NO|Permanent|4950|JPN Site 032204950|Active|MOE|Japan Ministry of Environment||34.684861|131.797221||9.00||||||| +032204950|032204950|392032204950|NO2|Permanent|4950|JPN Site 032204950|Active|MOE|Japan Ministry of Environment||34.684861|131.797221||9.00||||||| +032205010|032205010|392032205010|RHUM|Permanent|5010|JPN Site 032205010|Active|MOE|Japan Ministry of Environment||35.204540|132.501583||9.00||||||| +032205010|032205010|392032205010|TEMP|Permanent|5010|JPN Site 032205010|Active|MOE|Japan Ministry of Environment||35.204540|132.501583||9.00||||||| +032205010|032205010|392032205010|WS|Permanent|5010|JPN Site 032205010|Active|MOE|Japan Ministry of Environment||35.204540|132.501583||9.00||||||| +032205010|032205010|392032205010|WD|Permanent|5010|JPN Site 032205010|Active|MOE|Japan Ministry of Environment||35.204540|132.501583||9.00||||||| +032206040|032206040|392032206040|TEMP|Permanent|6040|JPN Site 032206040|Active|MOE|Japan Ministry of Environment||35.418419|133.242067||9.00||||||| +032206040|032206040|392032206040|WS|Permanent|6040|JPN Site 032206040|Active|MOE|Japan Ministry of Environment||35.418419|133.242067||9.00||||||| +032206040|032206040|392032206040|WD|Permanent|6040|JPN Site 032206040|Active|MOE|Japan Ministry of Environment||35.418419|133.242067||9.00||||||| +032206040|032206040|392032206040|RHUM|Permanent|6040|JPN Site 032206040|Active|MOE|Japan Ministry of Environment||35.418419|133.242067||9.00||||||| +032207060|032207060|392032207060|WD|Permanent|7060|JPN Site 032207060|Active|MOE|Japan Ministry of Environment||35.011500|132.222448||9.00||||||| +032207060|032207060|392032207060|RHUM|Permanent|7060|JPN Site 032207060|Active|MOE|Japan Ministry of Environment||35.011500|132.222448||9.00||||||| +032207060|032207060|392032207060|NOX|Permanent|7060|JPN Site 032207060|Active|MOE|Japan Ministry of Environment||35.011500|132.222448||9.00||||||| +032207060|032207060|392032207060|NO|Permanent|7060|JPN Site 032207060|Active|MOE|Japan Ministry of Environment||35.011500|132.222448||9.00||||||| +032207060|032207060|392032207060|NO2|Permanent|7060|JPN Site 032207060|Active|MOE|Japan Ministry of Environment||35.011500|132.222448||9.00||||||| +032207060|032207060|392032207060|SO2|Permanent|7060|JPN Site 032207060|Active|MOE|Japan Ministry of Environment||35.011500|132.222448||9.00||||||| +032207060|032207060|392032207060|TEMP|Permanent|7060|JPN Site 032207060|Active|MOE|Japan Ministry of Environment||35.011500|132.222448||9.00||||||| +032207060|032207060|392032207060|WS|Permanent|7060|JPN Site 032207060|Active|MOE|Japan Ministry of Environment||35.011500|132.222448||9.00||||||| +032209010|032209010|392032209010|TEMP|Permanent|9010|JPN Site 032209010|Active|MOE|Japan Ministry of Environment||35.312035|132.897934||9.00||||||| +032209010|032209010|392032209010|WS|Permanent|9010|JPN Site 032209010|Active|MOE|Japan Ministry of Environment||35.312035|132.897934||9.00||||||| +032209010|032209010|392032209010|WD|Permanent|9010|JPN Site 032209010|Active|MOE|Japan Ministry of Environment||35.312035|132.897934||9.00||||||| +032209010|032209010|392032209010|RHUM|Permanent|9010|JPN Site 032209010|Active|MOE|Japan Ministry of Environment||35.312035|132.897934||9.00||||||| +032528950|032528950|392032528950|TEMP|Permanent|8950|JPN Site 032528950|Active|MOE|Japan Ministry of Environment||36.291658|133.182309||9.00||||||| +032528950|032528950|392032528950|WS|Permanent|8950|JPN Site 032528950|Active|MOE|Japan Ministry of Environment||36.291658|133.182309||9.00||||||| +032528950|032528950|392032528950|WD|Permanent|8950|JPN Site 032528950|Active|MOE|Japan Ministry of Environment||36.291658|133.182309||9.00||||||| +032528950|032528950|392032528950|RHUM|Permanent|8950|JPN Site 032528950|Active|MOE|Japan Ministry of Environment||36.291658|133.182309||9.00||||||| +032528950|032528950|392032528950|NOX|Permanent|8950|JPN Site 032528950|Active|MOE|Japan Ministry of Environment||36.291658|133.182309||9.00||||||| +032528950|032528950|392032528950|NO|Permanent|8950|JPN Site 032528950|Active|MOE|Japan Ministry of Environment||36.291658|133.182309||9.00||||||| +032528950|032528950|392032528950|NO2|Permanent|8950|JPN Site 032528950|Active|MOE|Japan Ministry of Environment||36.291658|133.182309||9.00||||||| +032528950|032528950|392032528950|SO2|Permanent|8950|JPN Site 032528950|Active|MOE|Japan Ministry of Environment||36.291658|133.182309||9.00||||||| +033201040|033201040|392033201040|NO|Permanent|1040|JPN Site 033201040|Active|MOE|Japan Ministry of Environment||34.603519|133.973155||9.00||||||| +033201040|033201040|392033201040|NO2|Permanent|1040|JPN Site 033201040|Active|MOE|Japan Ministry of Environment||34.603519|133.973155||9.00||||||| +033201040|033201040|392033201040|SO2|Permanent|1040|JPN Site 033201040|Active|MOE|Japan Ministry of Environment||34.603519|133.973155||9.00||||||| +033201040|033201040|392033201040|NOX|Permanent|1040|JPN Site 033201040|Active|MOE|Japan Ministry of Environment||34.603519|133.973155||9.00||||||| +033201060|033201060|392033201060|NO|Permanent|1060|JPN Site 033201060|Active|MOE|Japan Ministry of Environment||34.606018|133.934824||9.00||||||| +033201060|033201060|392033201060|NO2|Permanent|1060|JPN Site 033201060|Active|MOE|Japan Ministry of Environment||34.606018|133.934824||9.00||||||| +033201060|033201060|392033201060|SO2|Permanent|1060|JPN Site 033201060|Active|MOE|Japan Ministry of Environment||34.606018|133.934824||9.00||||||| +033201060|033201060|392033201060|TEMP|Permanent|1060|JPN Site 033201060|Active|MOE|Japan Ministry of Environment||34.606018|133.934824||9.00||||||| +033201060|033201060|392033201060|WS|Permanent|1060|JPN Site 033201060|Active|MOE|Japan Ministry of Environment||34.606018|133.934824||9.00||||||| +033201060|033201060|392033201060|WD|Permanent|1060|JPN Site 033201060|Active|MOE|Japan Ministry of Environment||34.606018|133.934824||9.00||||||| +033201060|033201060|392033201060|NOX|Permanent|1060|JPN Site 033201060|Active|MOE|Japan Ministry of Environment||34.606018|133.934824||9.00||||||| +033201120|033201120|392033201120|NOX|Permanent|1120|JPN Site 033201120|Active|MOE|Japan Ministry of Environment||34.657125|134.033425||9.00||||||| +033201120|033201120|392033201120|NO|Permanent|1120|JPN Site 033201120|Active|MOE|Japan Ministry of Environment||34.657125|134.033425||9.00||||||| +033201120|033201120|392033201120|NO2|Permanent|1120|JPN Site 033201120|Active|MOE|Japan Ministry of Environment||34.657125|134.033425||9.00||||||| +033201120|033201120|392033201120|SO2|Permanent|1120|JPN Site 033201120|Active|MOE|Japan Ministry of Environment||34.657125|134.033425||9.00||||||| +033201130|033201130|392033201130|NO2|Permanent|1130|JPN Site 033201130|Active|MOE|Japan Ministry of Environment||34.671288|133.923433||9.00||||||| +033201130|033201130|392033201130|NOX|Permanent|1130|JPN Site 033201130|Active|MOE|Japan Ministry of Environment||34.671288|133.923433||9.00||||||| +033201130|033201130|392033201130|NO|Permanent|1130|JPN Site 033201130|Active|MOE|Japan Ministry of Environment||34.671288|133.923433||9.00||||||| +033201160|033201160|392033201160|NO2|Permanent|1160|JPN Site 033201160|Active|MOE|Japan Ministry of Environment||34.684344|133.985650||9.00||||||| +033201160|033201160|392033201160|WS|Permanent|1160|JPN Site 033201160|Active|MOE|Japan Ministry of Environment||34.684344|133.985650||9.00||||||| +033201160|033201160|392033201160|WD|Permanent|1160|JPN Site 033201160|Active|MOE|Japan Ministry of Environment||34.684344|133.985650||9.00||||||| +033201160|033201160|392033201160|NOX|Permanent|1160|JPN Site 033201160|Active|MOE|Japan Ministry of Environment||34.684344|133.985650||9.00||||||| +033201160|033201160|392033201160|NO|Permanent|1160|JPN Site 033201160|Active|MOE|Japan Ministry of Environment||34.684344|133.985650||9.00||||||| +033201180|033201180|392033201180|SO2|Permanent|1180|JPN Site 033201180|Active|MOE|Japan Ministry of Environment||34.661012|133.921212||9.00||||||| +033201180|033201180|392033201180|NOX|Permanent|1180|JPN Site 033201180|Active|MOE|Japan Ministry of Environment||34.661012|133.921212||9.00||||||| +033201180|033201180|392033201180|NO|Permanent|1180|JPN Site 033201180|Active|MOE|Japan Ministry of Environment||34.661012|133.921212||9.00||||||| +033201180|033201180|392033201180|NO2|Permanent|1180|JPN Site 033201180|Active|MOE|Japan Ministry of Environment||34.661012|133.921212||9.00||||||| +033201190|033201190|392033201190|NO2|Permanent|1190|JPN Site 033201190|Active|MOE|Japan Ministry of Environment||34.589074|133.852332||9.00||||||| +033201190|033201190|392033201190|SO2|Permanent|1190|JPN Site 033201190|Active|MOE|Japan Ministry of Environment||34.589074|133.852332||9.00||||||| +033201190|033201190|392033201190|NOX|Permanent|1190|JPN Site 033201190|Active|MOE|Japan Ministry of Environment||34.589074|133.852332||9.00||||||| +033201190|033201190|392033201190|NO|Permanent|1190|JPN Site 033201190|Active|MOE|Japan Ministry of Environment||34.589074|133.852332||9.00||||||| +033201210|033201210|392033201210|NO2|Permanent|1210|JPN Site 033201210|Active|MOE|Japan Ministry of Environment||34.652123|133.863162||9.00||||||| +033201210|033201210|392033201210|WS|Permanent|1210|JPN Site 033201210|Active|MOE|Japan Ministry of Environment||34.652123|133.863162||9.00||||||| +033201210|033201210|392033201210|WD|Permanent|1210|JPN Site 033201210|Active|MOE|Japan Ministry of Environment||34.652123|133.863162||9.00||||||| +033201210|033201210|392033201210|NOX|Permanent|1210|JPN Site 033201210|Active|MOE|Japan Ministry of Environment||34.652123|133.863162||9.00||||||| +033201210|033201210|392033201210|NO|Permanent|1210|JPN Site 033201210|Active|MOE|Japan Ministry of Environment||34.652123|133.863162||9.00||||||| +033201220|033201220|392033201220|NO|Permanent|1220|JPN Site 033201220|Active|MOE|Japan Ministry of Environment||34.642960|134.050091||9.00||||||| +033201220|033201220|392033201220|NO2|Permanent|1220|JPN Site 033201220|Active|MOE|Japan Ministry of Environment||34.642960|134.050091||9.00||||||| +033201220|033201220|392033201220|SO2|Permanent|1220|JPN Site 033201220|Active|MOE|Japan Ministry of Environment||34.642960|134.050091||9.00||||||| +033201220|033201220|392033201220|WS|Permanent|1220|JPN Site 033201220|Active|MOE|Japan Ministry of Environment||34.642960|134.050091||9.00||||||| +033201220|033201220|392033201220|WD|Permanent|1220|JPN Site 033201220|Active|MOE|Japan Ministry of Environment||34.642960|134.050091||9.00||||||| +033201220|033201220|392033201220|NOX|Permanent|1220|JPN Site 033201220|Active|MOE|Japan Ministry of Environment||34.642960|134.050091||9.00||||||| +033201530|033201530|392033201530|NO|Permanent|1530|JPN Site 033201530|Active|MOE|Japan Ministry of Environment||34.628793|133.919269||9.00||||||| +033201530|033201530|392033201530|NO2|Permanent|1530|JPN Site 033201530|Active|MOE|Japan Ministry of Environment||34.628793|133.919269||9.00||||||| +033201530|033201530|392033201530|CO|Permanent|1530|JPN Site 033201530|Active|MOE|Japan Ministry of Environment||34.628793|133.919269||9.00||||||| +033201530|033201530|392033201530|NOX|Permanent|1530|JPN Site 033201530|Active|MOE|Japan Ministry of Environment||34.628793|133.919269||9.00||||||| +033201540|033201540|392033201540|NO2|Permanent|1540|JPN Site 033201540|Active|MOE|Japan Ministry of Environment||34.712953|134.078419||9.00||||||| +033201540|033201540|392033201540|NOX|Permanent|1540|JPN Site 033201540|Active|MOE|Japan Ministry of Environment||34.712953|134.078419||9.00||||||| +033201540|033201540|392033201540|NO|Permanent|1540|JPN Site 033201540|Active|MOE|Japan Ministry of Environment||34.712953|134.078419||9.00||||||| +033202020|033202020|392033202020|NO2|Permanent|2020|JPN Site 033202020|Active|MOE|Japan Ministry of Environment||34.545465|133.743176||9.00||||||| +033202020|033202020|392033202020|SO2|Permanent|2020|JPN Site 033202020|Active|MOE|Japan Ministry of Environment||34.545465|133.743176||9.00||||||| +033202020|033202020|392033202020|WS|Permanent|2020|JPN Site 033202020|Active|MOE|Japan Ministry of Environment||34.545465|133.743176||9.00||||||| +033202020|033202020|392033202020|WD|Permanent|2020|JPN Site 033202020|Active|MOE|Japan Ministry of Environment||34.545465|133.743176||9.00||||||| +033202020|033202020|392033202020|NOX|Permanent|2020|JPN Site 033202020|Active|MOE|Japan Ministry of Environment||34.545465|133.743176||9.00||||||| +033202020|033202020|392033202020|NO|Permanent|2020|JPN Site 033202020|Active|MOE|Japan Ministry of Environment||34.545465|133.743176||9.00||||||| +033202030|033202030|392033202030|WD|Permanent|2030|JPN Site 033202030|Active|MOE|Japan Ministry of Environment||34.520746|133.774842||9.00||||||| +033202030|033202030|392033202030|SO2|Permanent|2030|JPN Site 033202030|Active|MOE|Japan Ministry of Environment||34.520746|133.774842||9.00||||||| +033202030|033202030|392033202030|WS|Permanent|2030|JPN Site 033202030|Active|MOE|Japan Ministry of Environment||34.520746|133.774842||9.00||||||| +033202060|033202060|392033202060|NO|Permanent|2060|JPN Site 033202060|Active|MOE|Japan Ministry of Environment||34.511580|133.759288||9.00||||||| +033202060|033202060|392033202060|NO2|Permanent|2060|JPN Site 033202060|Active|MOE|Japan Ministry of Environment||34.511580|133.759288||9.00||||||| +033202060|033202060|392033202060|SO2|Permanent|2060|JPN Site 033202060|Active|MOE|Japan Ministry of Environment||34.511580|133.759288||9.00||||||| +033202060|033202060|392033202060|WS|Permanent|2060|JPN Site 033202060|Active|MOE|Japan Ministry of Environment||34.511580|133.759288||9.00||||||| +033202060|033202060|392033202060|WD|Permanent|2060|JPN Site 033202060|Active|MOE|Japan Ministry of Environment||34.511580|133.759288||9.00||||||| +033202060|033202060|392033202060|NOX|Permanent|2060|JPN Site 033202060|Active|MOE|Japan Ministry of Environment||34.511580|133.759288||9.00||||||| +033202070|033202070|392033202070|SO2|Permanent|2070|JPN Site 033202070|Active|MOE|Japan Ministry of Environment||34.509081|133.769287||9.00||||||| +033202080|033202080|392033202080|SO2|Permanent|2080|JPN Site 033202080|Active|MOE|Japan Ministry of Environment||34.501304|133.777342||9.00||||||| +033202090|033202090|392033202090|NO|Permanent|2090|JPN Site 033202090|Active|MOE|Japan Ministry of Environment||34.476862|133.770677||9.00||||||| +033202090|033202090|392033202090|NO2|Permanent|2090|JPN Site 033202090|Active|MOE|Japan Ministry of Environment||34.476862|133.770677||9.00||||||| +033202090|033202090|392033202090|SO2|Permanent|2090|JPN Site 033202090|Active|MOE|Japan Ministry of Environment||34.476862|133.770677||9.00||||||| +033202090|033202090|392033202090|WS|Permanent|2090|JPN Site 033202090|Active|MOE|Japan Ministry of Environment||34.476862|133.770677||9.00||||||| +033202090|033202090|392033202090|WD|Permanent|2090|JPN Site 033202090|Active|MOE|Japan Ministry of Environment||34.476862|133.770677||9.00||||||| +033202090|033202090|392033202090|NOX|Permanent|2090|JPN Site 033202090|Active|MOE|Japan Ministry of Environment||34.476862|133.770677||9.00||||||| +033202100|033202100|392033202100|NO|Permanent|2100|JPN Site 033202100|Active|MOE|Japan Ministry of Environment||34.541021|133.714290||9.00||||||| +033202100|033202100|392033202100|NO2|Permanent|2100|JPN Site 033202100|Active|MOE|Japan Ministry of Environment||34.541021|133.714290||9.00||||||| +033202100|033202100|392033202100|SO2|Permanent|2100|JPN Site 033202100|Active|MOE|Japan Ministry of Environment||34.541021|133.714290||9.00||||||| +033202100|033202100|392033202100|WS|Permanent|2100|JPN Site 033202100|Active|MOE|Japan Ministry of Environment||34.541021|133.714290||9.00||||||| +033202100|033202100|392033202100|WD|Permanent|2100|JPN Site 033202100|Active|MOE|Japan Ministry of Environment||34.541021|133.714290||9.00||||||| +033202100|033202100|392033202100|NOX|Permanent|2100|JPN Site 033202100|Active|MOE|Japan Ministry of Environment||34.541021|133.714290||9.00||||||| +033202110|033202110|392033202110|NO2|Permanent|2110|JPN Site 033202110|Active|MOE|Japan Ministry of Environment||34.600182|133.777893||9.00||||||| +033202110|033202110|392033202110|CO|Permanent|2110|JPN Site 033202110|Active|MOE|Japan Ministry of Environment||34.600182|133.777893||9.00||||||| +033202110|033202110|392033202110|SO2|Permanent|2110|JPN Site 033202110|Active|MOE|Japan Ministry of Environment||34.600182|133.777893||9.00||||||| +033202110|033202110|392033202110|WS|Permanent|2110|JPN Site 033202110|Active|MOE|Japan Ministry of Environment||34.600182|133.777893||9.00||||||| +033202110|033202110|392033202110|WD|Permanent|2110|JPN Site 033202110|Active|MOE|Japan Ministry of Environment||34.600182|133.777893||9.00||||||| +033202110|033202110|392033202110|NOX|Permanent|2110|JPN Site 033202110|Active|MOE|Japan Ministry of Environment||34.600182|133.777893||9.00||||||| +033202110|033202110|392033202110|NO|Permanent|2110|JPN Site 033202110|Active|MOE|Japan Ministry of Environment||34.600182|133.777893||9.00||||||| +033202120|033202120|392033202120|NOX|Permanent|2120|JPN Site 033202120|Active|MOE|Japan Ministry of Environment||34.593517|133.807336||9.00||||||| +033202120|033202120|392033202120|NO|Permanent|2120|JPN Site 033202120|Active|MOE|Japan Ministry of Environment||34.593517|133.807336||9.00||||||| +033202120|033202120|392033202120|NO2|Permanent|2120|JPN Site 033202120|Active|MOE|Japan Ministry of Environment||34.593517|133.807336||9.00||||||| +033202120|033202120|392033202120|SO2|Permanent|2120|JPN Site 033202120|Active|MOE|Japan Ministry of Environment||34.593517|133.807336||9.00||||||| +033202120|033202120|392033202120|WS|Permanent|2120|JPN Site 033202120|Active|MOE|Japan Ministry of Environment||34.593517|133.807336||9.00||||||| +033202120|033202120|392033202120|WD|Permanent|2120|JPN Site 033202120|Active|MOE|Japan Ministry of Environment||34.593517|133.807336||9.00||||||| +033202130|033202130|392033202130|SO2|Permanent|2130|JPN Site 033202130|Active|MOE|Japan Ministry of Environment||34.560187|133.812337||9.00||||||| +033202130|033202130|392033202130|WS|Permanent|2130|JPN Site 033202130|Active|MOE|Japan Ministry of Environment||34.560187|133.812337||9.00||||||| +033202130|033202130|392033202130|WD|Permanent|2130|JPN Site 033202130|Active|MOE|Japan Ministry of Environment||34.560187|133.812337||9.00||||||| +033202130|033202130|392033202130|NOX|Permanent|2130|JPN Site 033202130|Active|MOE|Japan Ministry of Environment||34.560187|133.812337||9.00||||||| +033202130|033202130|392033202130|NO|Permanent|2130|JPN Site 033202130|Active|MOE|Japan Ministry of Environment||34.560187|133.812337||9.00||||||| +033202130|033202130|392033202130|NO2|Permanent|2130|JPN Site 033202130|Active|MOE|Japan Ministry of Environment||34.560187|133.812337||9.00||||||| +033202140|033202140|392033202140|NO2|Permanent|2140|JPN Site 033202140|Active|MOE|Japan Ministry of Environment||34.583796|133.837056||9.00||||||| +033202140|033202140|392033202140|SO2|Permanent|2140|JPN Site 033202140|Active|MOE|Japan Ministry of Environment||34.583796|133.837056||9.00||||||| +033202140|033202140|392033202140|WS|Permanent|2140|JPN Site 033202140|Active|MOE|Japan Ministry of Environment||34.583796|133.837056||9.00||||||| +033202140|033202140|392033202140|WD|Permanent|2140|JPN Site 033202140|Active|MOE|Japan Ministry of Environment||34.583796|133.837056||9.00||||||| +033202140|033202140|392033202140|NOX|Permanent|2140|JPN Site 033202140|Active|MOE|Japan Ministry of Environment||34.583796|133.837056||9.00||||||| +033202140|033202140|392033202140|NO|Permanent|2140|JPN Site 033202140|Active|MOE|Japan Ministry of Environment||34.583796|133.837056||9.00||||||| +033202150|033202150|392033202150|NO2|Permanent|2150|JPN Site 033202150|Active|MOE|Japan Ministry of Environment||34.536023|133.815949||9.00||||||| +033202150|033202150|392033202150|SO2|Permanent|2150|JPN Site 033202150|Active|MOE|Japan Ministry of Environment||34.536023|133.815949||9.00||||||| +033202150|033202150|392033202150|WS|Permanent|2150|JPN Site 033202150|Active|MOE|Japan Ministry of Environment||34.536023|133.815949||9.00||||||| +033202150|033202150|392033202150|WD|Permanent|2150|JPN Site 033202150|Active|MOE|Japan Ministry of Environment||34.536023|133.815949||9.00||||||| +033202150|033202150|392033202150|NOX|Permanent|2150|JPN Site 033202150|Active|MOE|Japan Ministry of Environment||34.536023|133.815949||9.00||||||| +033202150|033202150|392033202150|NO|Permanent|2150|JPN Site 033202150|Active|MOE|Japan Ministry of Environment||34.536023|133.815949||9.00||||||| +033202160|033202160|392033202160|SO2|Permanent|2160|JPN Site 033202160|Active|MOE|Japan Ministry of Environment||34.583794|133.727898||9.00||||||| +033202160|033202160|392033202160|WS|Permanent|2160|JPN Site 033202160|Active|MOE|Japan Ministry of Environment||34.583794|133.727898||9.00||||||| +033202160|033202160|392033202160|WD|Permanent|2160|JPN Site 033202160|Active|MOE|Japan Ministry of Environment||34.583794|133.727898||9.00||||||| +033202160|033202160|392033202160|NOX|Permanent|2160|JPN Site 033202160|Active|MOE|Japan Ministry of Environment||34.583794|133.727898||9.00||||||| +033202160|033202160|392033202160|NO|Permanent|2160|JPN Site 033202160|Active|MOE|Japan Ministry of Environment||34.583794|133.727898||9.00||||||| +033202160|033202160|392033202160|NO2|Permanent|2160|JPN Site 033202160|Active|MOE|Japan Ministry of Environment||34.583794|133.727898||9.00||||||| +033202170|033202170|392033202170|NOX|Permanent|2170|JPN Site 033202170|Active|MOE|Japan Ministry of Environment||34.547686|133.668460||9.00||||||| +033202170|033202170|392033202170|NO|Permanent|2170|JPN Site 033202170|Active|MOE|Japan Ministry of Environment||34.547686|133.668460||9.00||||||| +033202170|033202170|392033202170|NO2|Permanent|2170|JPN Site 033202170|Active|MOE|Japan Ministry of Environment||34.547686|133.668460||9.00||||||| +033202170|033202170|392033202170|SO2|Permanent|2170|JPN Site 033202170|Active|MOE|Japan Ministry of Environment||34.547686|133.668460||9.00||||||| +033202170|033202170|392033202170|WS|Permanent|2170|JPN Site 033202170|Active|MOE|Japan Ministry of Environment||34.547686|133.668460||9.00||||||| +033202170|033202170|392033202170|WD|Permanent|2170|JPN Site 033202170|Active|MOE|Japan Ministry of Environment||34.547686|133.668460||9.00||||||| +033202180|033202180|392033202180|WS|Permanent|2180|JPN Site 033202180|Active|MOE|Japan Ministry of Environment||34.469364|133.809563||9.00||||||| +033202180|033202180|392033202180|WD|Permanent|2180|JPN Site 033202180|Active|MOE|Japan Ministry of Environment||34.469364|133.809563||9.00||||||| +033202180|033202180|392033202180|NOX|Permanent|2180|JPN Site 033202180|Active|MOE|Japan Ministry of Environment||34.469364|133.809563||9.00||||||| +033202180|033202180|392033202180|NO|Permanent|2180|JPN Site 033202180|Active|MOE|Japan Ministry of Environment||34.469364|133.809563||9.00||||||| +033202180|033202180|392033202180|NO2|Permanent|2180|JPN Site 033202180|Active|MOE|Japan Ministry of Environment||34.469364|133.809563||9.00||||||| +033202180|033202180|392033202180|SO2|Permanent|2180|JPN Site 033202180|Active|MOE|Japan Ministry of Environment||34.469364|133.809563||9.00||||||| +033202190|033202190|392033202190|SO2|Permanent|2190|JPN Site 033202190|Active|MOE|Japan Ministry of Environment||34.473253|133.844838||9.00||||||| +033202400|033202400|392033202400|WS|Permanent|2400|JPN Site 033202400|Active|MOE|Japan Ministry of Environment||34.531022|133.737066||9.00||||||| +033202400|033202400|392033202400|WD|Permanent|2400|JPN Site 033202400|Active|MOE|Japan Ministry of Environment||34.531022|133.737066||9.00||||||| +033202400|033202400|392033202400|RHUM|Permanent|2400|JPN Site 033202400|Active|MOE|Japan Ministry of Environment||34.531022|133.737066||9.00||||||| +033202400|033202400|392033202400|NO|Permanent|2400|JPN Site 033202400|Active|MOE|Japan Ministry of Environment||34.531022|133.737066||9.00||||||| +033202400|033202400|392033202400|NO2|Permanent|2400|JPN Site 033202400|Active|MOE|Japan Ministry of Environment||34.531022|133.737066||9.00||||||| +033202400|033202400|392033202400|SO2|Permanent|2400|JPN Site 033202400|Active|MOE|Japan Ministry of Environment||34.531022|133.737066||9.00||||||| +033202400|033202400|392033202400|TEMP|Permanent|2400|JPN Site 033202400|Active|MOE|Japan Ministry of Environment||34.531022|133.737066||9.00||||||| +033202410|033202410|392033202410|NOX|Permanent|2410|JPN Site 033202410|Active|MOE|Japan Ministry of Environment||34.538800|133.759287||9.00||||||| +033202410|033202410|392033202410|NO|Permanent|2410|JPN Site 033202410|Active|MOE|Japan Ministry of Environment||34.538800|133.759287||9.00||||||| +033202410|033202410|392033202410|NO2|Permanent|2410|JPN Site 033202410|Active|MOE|Japan Ministry of Environment||34.538800|133.759287||9.00||||||| +033202410|033202410|392033202410|SO2|Permanent|2410|JPN Site 033202410|Active|MOE|Japan Ministry of Environment||34.538800|133.759287||9.00||||||| +033202410|033202410|392033202410|WS|Permanent|2410|JPN Site 033202410|Active|MOE|Japan Ministry of Environment||34.538800|133.759287||9.00||||||| +033202410|033202410|392033202410|WD|Permanent|2410|JPN Site 033202410|Active|MOE|Japan Ministry of Environment||34.538800|133.759287||9.00||||||| +033202420|033202420|392033202420|NO|Permanent|2420|JPN Site 033202420|Active|MOE|Japan Ministry of Environment||34.650733|133.820387||9.00||||||| +033202420|033202420|392033202420|NO2|Permanent|2420|JPN Site 033202420|Active|MOE|Japan Ministry of Environment||34.650733|133.820387||9.00||||||| +033202420|033202420|392033202420|WS|Permanent|2420|JPN Site 033202420|Active|MOE|Japan Ministry of Environment||34.650733|133.820387||9.00||||||| +033202420|033202420|392033202420|WD|Permanent|2420|JPN Site 033202420|Active|MOE|Japan Ministry of Environment||34.650733|133.820387||9.00||||||| +033202420|033202420|392033202420|NOX|Permanent|2420|JPN Site 033202420|Active|MOE|Japan Ministry of Environment||34.650733|133.820387||9.00||||||| +033202520|033202520|392033202520|NOX|Permanent|2520|JPN Site 033202520|Active|MOE|Japan Ministry of Environment||34.600460|133.765950||9.00||||||| +033202520|033202520|392033202520|NO|Permanent|2520|JPN Site 033202520|Active|MOE|Japan Ministry of Environment||34.600460|133.765950||9.00||||||| +033202520|033202520|392033202520|NO2|Permanent|2520|JPN Site 033202520|Active|MOE|Japan Ministry of Environment||34.600460|133.765950||9.00||||||| +033202520|033202520|392033202520|CO|Permanent|2520|JPN Site 033202520|Active|MOE|Japan Ministry of Environment||34.600460|133.765950||9.00||||||| +033202530|033202530|392033202530|WD|Permanent|2530|JPN Site 033202530|Active|MOE|Japan Ministry of Environment||34.579073|133.756229||9.00||||||| +033202530|033202530|392033202530|NOX|Permanent|2530|JPN Site 033202530|Active|MOE|Japan Ministry of Environment||34.579073|133.756229||9.00||||||| +033202530|033202530|392033202530|NO|Permanent|2530|JPN Site 033202530|Active|MOE|Japan Ministry of Environment||34.579073|133.756229||9.00||||||| +033202530|033202530|392033202530|NO2|Permanent|2530|JPN Site 033202530|Active|MOE|Japan Ministry of Environment||34.579073|133.756229||9.00||||||| +033202530|033202530|392033202530|CO|Permanent|2530|JPN Site 033202530|Active|MOE|Japan Ministry of Environment||34.579073|133.756229||9.00||||||| +033202530|033202530|392033202530|WS|Permanent|2530|JPN Site 033202530|Active|MOE|Japan Ministry of Environment||34.579073|133.756229||9.00||||||| +033203020|033203020|392033203020|NO2|Permanent|3020|JPN Site 033203020|Active|MOE|Japan Ministry of Environment||35.071525|134.008686||9.00||||||| +033203020|033203020|392033203020|SO2|Permanent|3020|JPN Site 033203020|Active|MOE|Japan Ministry of Environment||35.071525|134.008686||9.00||||||| +033203020|033203020|392033203020|NOX|Permanent|3020|JPN Site 033203020|Active|MOE|Japan Ministry of Environment||35.071525|134.008686||9.00||||||| +033203020|033203020|392033203020|NO|Permanent|3020|JPN Site 033203020|Active|MOE|Japan Ministry of Environment||35.071525|134.008686||9.00||||||| +033204010|033204010|392033204010|NO2|Permanent|4010|JPN Site 033204010|Active|MOE|Japan Ministry of Environment||34.459089|133.923165||9.00||||||| +033204010|033204010|392033204010|SO2|Permanent|4010|JPN Site 033204010|Active|MOE|Japan Ministry of Environment||34.459089|133.923165||9.00||||||| +033204010|033204010|392033204010|NOX|Permanent|4010|JPN Site 033204010|Active|MOE|Japan Ministry of Environment||34.459089|133.923165||9.00||||||| +033204010|033204010|392033204010|NO|Permanent|4010|JPN Site 033204010|Active|MOE|Japan Ministry of Environment||34.459089|133.923165||9.00||||||| +033204020|033204020|392033204020|NO2|Permanent|4020|JPN Site 033204020|Active|MOE|Japan Ministry of Environment||34.459922|133.931776||9.00||||||| +033204020|033204020|392033204020|SO2|Permanent|4020|JPN Site 033204020|Active|MOE|Japan Ministry of Environment||34.459922|133.931776||9.00||||||| +033204020|033204020|392033204020|NOX|Permanent|4020|JPN Site 033204020|Active|MOE|Japan Ministry of Environment||34.459922|133.931776||9.00||||||| +033204020|033204020|392033204020|NO|Permanent|4020|JPN Site 033204020|Active|MOE|Japan Ministry of Environment||34.459922|133.931776||9.00||||||| +033204030|033204030|392033204030|NO2|Permanent|4030|JPN Site 033204030|Active|MOE|Japan Ministry of Environment||34.457144|133.906500||9.00||||||| +033204030|033204030|392033204030|SO2|Permanent|4030|JPN Site 033204030|Active|MOE|Japan Ministry of Environment||34.457144|133.906500||9.00||||||| +033204030|033204030|392033204030|NOX|Permanent|4030|JPN Site 033204030|Active|MOE|Japan Ministry of Environment||34.457144|133.906500||9.00||||||| +033204030|033204030|392033204030|NO|Permanent|4030|JPN Site 033204030|Active|MOE|Japan Ministry of Environment||34.457144|133.906500||9.00||||||| +033204040|033204040|392033204040|NO|Permanent|4040|JPN Site 033204040|Active|MOE|Japan Ministry of Environment||34.490753|133.946495||9.00||||||| +033204040|033204040|392033204040|NO2|Permanent|4040|JPN Site 033204040|Active|MOE|Japan Ministry of Environment||34.490753|133.946495||9.00||||||| +033204040|033204040|392033204040|SO2|Permanent|4040|JPN Site 033204040|Active|MOE|Japan Ministry of Environment||34.490753|133.946495||9.00||||||| +033204040|033204040|392033204040|NOX|Permanent|4040|JPN Site 033204040|Active|MOE|Japan Ministry of Environment||34.490753|133.946495||9.00||||||| +033204050|033204050|392033204050|SO2|Permanent|4050|JPN Site 033204050|Active|MOE|Japan Ministry of Environment||34.456034|133.920666||9.00||||||| +033204060|033204060|392033204060|SO2|Permanent|4060|JPN Site 033204060|Active|MOE|Japan Ministry of Environment||34.455478|133.930109||9.00||||||| +033204070|033204070|392033204070|SO2|Permanent|4070|JPN Site 033204070|Active|MOE|Japan Ministry of Environment||34.534360|133.976769||9.00||||||| +033204090|033204090|392033204090|NO|Permanent|4090|JPN Site 033204090|Active|MOE|Japan Ministry of Environment||34.524915|133.898720||9.00||||||| +033204090|033204090|392033204090|NO2|Permanent|4090|JPN Site 033204090|Active|MOE|Japan Ministry of Environment||34.524915|133.898720||9.00||||||| +033204090|033204090|392033204090|CO|Permanent|4090|JPN Site 033204090|Active|MOE|Japan Ministry of Environment||34.524915|133.898720||9.00||||||| +033204090|033204090|392033204090|SO2|Permanent|4090|JPN Site 033204090|Active|MOE|Japan Ministry of Environment||34.524915|133.898720||9.00||||||| +033204090|033204090|392033204090|NOX|Permanent|4090|JPN Site 033204090|Active|MOE|Japan Ministry of Environment||34.524915|133.898720||9.00||||||| +033205010|033205010|392033205010|NO2|Permanent|5010|JPN Site 033205010|Active|MOE|Japan Ministry of Environment||34.459081|133.490701||9.00||||||| +033205010|033205010|392033205010|SO2|Permanent|5010|JPN Site 033205010|Active|MOE|Japan Ministry of Environment||34.459081|133.490701||9.00||||||| +033205010|033205010|392033205010|NOX|Permanent|5010|JPN Site 033205010|Active|MOE|Japan Ministry of Environment||34.459081|133.490701||9.00||||||| +033205010|033205010|392033205010|NO|Permanent|5010|JPN Site 033205010|Active|MOE|Japan Ministry of Environment||34.459081|133.490701||9.00||||||| +033205020|033205020|392033205020|NO|Permanent|5020|JPN Site 033205020|Active|MOE|Japan Ministry of Environment||34.493799|133.460702||9.00||||||| +033205020|033205020|392033205020|NO2|Permanent|5020|JPN Site 033205020|Active|MOE|Japan Ministry of Environment||34.493799|133.460702||9.00||||||| +033205020|033205020|392033205020|NOX|Permanent|5020|JPN Site 033205020|Active|MOE|Japan Ministry of Environment||34.493799|133.460702||9.00||||||| +033205510|033205510|392033205510|NO2|Permanent|5510|JPN Site 033205510|Active|MOE|Japan Ministry of Environment||34.499077|133.515975||9.00||||||| +033205510|033205510|392033205510|CO|Permanent|5510|JPN Site 033205510|Active|MOE|Japan Ministry of Environment||34.499077|133.515975||9.00||||||| +033205510|033205510|392033205510|NOX|Permanent|5510|JPN Site 033205510|Active|MOE|Japan Ministry of Environment||34.499077|133.515975||9.00||||||| +033205510|033205510|392033205510|NO|Permanent|5510|JPN Site 033205510|Active|MOE|Japan Ministry of Environment||34.499077|133.515975||9.00||||||| +033207510|033207510|392033207510|SO2|Permanent|7510|JPN Site 033207510|Active|MOE|Japan Ministry of Environment||34.602677|133.462086||9.00||||||| +033207510|033207510|392033207510|NOX|Permanent|7510|JPN Site 033207510|Active|MOE|Japan Ministry of Environment||34.602677|133.462086||9.00||||||| +033207510|033207510|392033207510|NO|Permanent|7510|JPN Site 033207510|Active|MOE|Japan Ministry of Environment||34.602677|133.462086||9.00||||||| +033207510|033207510|392033207510|NO2|Permanent|7510|JPN Site 033207510|Active|MOE|Japan Ministry of Environment||34.602677|133.462086||9.00||||||| +033208010|033208010|392033208010|NO2|Permanent|8010|JPN Site 033208010|Active|MOE|Japan Ministry of Environment||34.673785|133.744282||9.00||||||| +033208010|033208010|392033208010|NOX|Permanent|8010|JPN Site 033208010|Active|MOE|Japan Ministry of Environment||34.673785|133.744282||9.00||||||| +033208010|033208010|392033208010|NO|Permanent|8010|JPN Site 033208010|Active|MOE|Japan Ministry of Environment||34.673785|133.744282||9.00||||||| +033209010|033209010|392033209010|NO|Permanent|9010|JPN Site 033209010|Active|MOE|Japan Ministry of Environment||34.794603|133.608176||9.00||||||| +033209010|033209010|392033209010|NO2|Permanent|9010|JPN Site 033209010|Active|MOE|Japan Ministry of Environment||34.794603|133.608176||9.00||||||| +033209010|033209010|392033209010|WS|Permanent|9010|JPN Site 033209010|Active|MOE|Japan Ministry of Environment||34.794603|133.608176||9.00||||||| +033209010|033209010|392033209010|NOX|Permanent|9010|JPN Site 033209010|Active|MOE|Japan Ministry of Environment||34.794603|133.608176||9.00||||||| +033210010|033210010|392033210010|NO2|Permanent|0010|JPN Site 033210010|Active|MOE|Japan Ministry of Environment||34.973470|133.468180||9.00||||||| +033210010|033210010|392033210010|NOX|Permanent|0010|JPN Site 033210010|Active|MOE|Japan Ministry of Environment||34.973470|133.468180||9.00||||||| +033210010|033210010|392033210010|NO|Permanent|0010|JPN Site 033210010|Active|MOE|Japan Ministry of Environment||34.973470|133.468180||9.00||||||| +033211030|033211030|392033211030|SO2|Permanent|1030|JPN Site 033211030|Active|MOE|Japan Ministry of Environment||34.731287|134.218406||9.00||||||| +033211030|033211030|392033211030|WS|Permanent|1030|JPN Site 033211030|Active|MOE|Japan Ministry of Environment||34.731287|134.218406||9.00||||||| +033211030|033211030|392033211030|NOX|Permanent|1030|JPN Site 033211030|Active|MOE|Japan Ministry of Environment||34.731287|134.218406||9.00||||||| +033211030|033211030|392033211030|NO|Permanent|1030|JPN Site 033211030|Active|MOE|Japan Ministry of Environment||34.731287|134.218406||9.00||||||| +033211030|033211030|392033211030|NO2|Permanent|1030|JPN Site 033211030|Active|MOE|Japan Ministry of Environment||34.731287|134.218406||9.00||||||| +033211040|033211040|392033211040|NOX|Permanent|1040|JPN Site 033211040|Active|MOE|Japan Ministry of Environment||34.705734|134.192854||9.00||||||| +033211040|033211040|392033211040|NO|Permanent|1040|JPN Site 033211040|Active|MOE|Japan Ministry of Environment||34.705734|134.192854||9.00||||||| +033211040|033211040|392033211040|NO2|Permanent|1040|JPN Site 033211040|Active|MOE|Japan Ministry of Environment||34.705734|134.192854||9.00||||||| +033211040|033211040|392033211040|SO2|Permanent|1040|JPN Site 033211040|Active|MOE|Japan Ministry of Environment||34.705734|134.192854||9.00||||||| +033211050|033211050|392033211050|NOX|Permanent|1050|JPN Site 033211050|Active|MOE|Japan Ministry of Environment||34.744896|134.194796||9.00||||||| +033211050|033211050|392033211050|NO|Permanent|1050|JPN Site 033211050|Active|MOE|Japan Ministry of Environment||34.744896|134.194796||9.00||||||| +033211050|033211050|392033211050|NO2|Permanent|1050|JPN Site 033211050|Active|MOE|Japan Ministry of Environment||34.744896|134.194796||9.00||||||| +033211050|033211050|392033211050|SO2|Permanent|1050|JPN Site 033211050|Active|MOE|Japan Ministry of Environment||34.744896|134.194796||9.00||||||| +033211060|033211060|392033211060|NO2|Permanent|1060|JPN Site 033211060|Active|MOE|Japan Ministry of Environment||34.803225|134.272565||9.00||||||| +033211060|033211060|392033211060|SO2|Permanent|1060|JPN Site 033211060|Active|MOE|Japan Ministry of Environment||34.803225|134.272565||9.00||||||| +033211060|033211060|392033211060|NOX|Permanent|1060|JPN Site 033211060|Active|MOE|Japan Ministry of Environment||34.803225|134.272565||9.00||||||| +033211060|033211060|392033211060|NO|Permanent|1060|JPN Site 033211060|Active|MOE|Japan Ministry of Environment||34.803225|134.272565||9.00||||||| +033211070|033211070|392033211070|NO2|Permanent|1070|JPN Site 033211070|Active|MOE|Japan Ministry of Environment||34.804336|134.258955||9.00||||||| +033211070|033211070|392033211070|SO2|Permanent|1070|JPN Site 033211070|Active|MOE|Japan Ministry of Environment||34.804336|134.258955||9.00||||||| +033211070|033211070|392033211070|NOX|Permanent|1070|JPN Site 033211070|Active|MOE|Japan Ministry of Environment||34.804336|134.258955||9.00||||||| +033211070|033211070|392033211070|NO|Permanent|1070|JPN Site 033211070|Active|MOE|Japan Ministry of Environment||34.804336|134.258955||9.00||||||| +033211520|033211520|392033211520|NOX|Permanent|1520|JPN Site 033211520|Active|MOE|Japan Ministry of Environment||34.739896|134.163688||9.00||||||| +033211520|033211520|392033211520|NO|Permanent|1520|JPN Site 033211520|Active|MOE|Japan Ministry of Environment||34.739896|134.163688||9.00||||||| +033211520|033211520|392033211520|NO2|Permanent|1520|JPN Site 033211520|Active|MOE|Japan Ministry of Environment||34.739896|134.163688||9.00||||||| +033213020|033213020|392033213020|NO2|Permanent|3020|JPN Site 033213020|Active|MOE|Japan Ministry of Environment||34.781002|134.095914||9.00||||||| +033213020|033213020|392033213020|NOX|Permanent|3020|JPN Site 033213020|Active|MOE|Japan Ministry of Environment||34.781002|134.095914||9.00||||||| +033213020|033213020|392033213020|NO|Permanent|3020|JPN Site 033213020|Active|MOE|Japan Ministry of Environment||34.781002|134.095914||9.00||||||| +033215010|033215010|392033215010|NOX|Permanent|5010|JPN Site 033215010|Active|MOE|Japan Ministry of Environment||35.035420|134.152842||9.00||||||| +033215010|033215010|392033215010|NO|Permanent|5010|JPN Site 033215010|Active|MOE|Japan Ministry of Environment||35.035420|134.152842||9.00||||||| +033215010|033215010|392033215010|NO2|Permanent|5010|JPN Site 033215010|Active|MOE|Japan Ministry of Environment||35.035420|134.152842||9.00||||||| +033342010|033342010|392033342010|NOX|Permanent|2010|JPN Site 033342010|Active|MOE|Japan Ministry of Environment||34.747120|134.293955||9.00||||||| +033342010|033342010|392033342010|NO|Permanent|2010|JPN Site 033342010|Active|MOE|Japan Ministry of Environment||34.747120|134.293955||9.00||||||| +033342010|033342010|392033342010|NO2|Permanent|2010|JPN Site 033342010|Active|MOE|Japan Ministry of Environment||34.747120|134.293955||9.00||||||| +033423010|033423010|392033423010|NO|Permanent|3010|JPN Site 033423010|Active|MOE|Japan Ministry of Environment||34.598239|133.825112||9.00||||||| +033423010|033423010|392033423010|NO2|Permanent|3010|JPN Site 033423010|Active|MOE|Japan Ministry of Environment||34.598239|133.825112||9.00||||||| +033423010|033423010|392033423010|SO2|Permanent|3010|JPN Site 033423010|Active|MOE|Japan Ministry of Environment||34.598239|133.825112||9.00||||||| +033423010|033423010|392033423010|NOX|Permanent|3010|JPN Site 033423010|Active|MOE|Japan Ministry of Environment||34.598239|133.825112||9.00||||||| +033423510|033423510|392033423510|NO|Permanent|3510|JPN Site 033423510|Active|MOE|Japan Ministry of Environment||34.604349|133.818445||9.00||||||| +033423510|033423510|392033423510|NO2|Permanent|3510|JPN Site 033423510|Active|MOE|Japan Ministry of Environment||34.604349|133.818445||9.00||||||| +033423510|033423510|392033423510|NOX|Permanent|3510|JPN Site 033423510|Active|MOE|Japan Ministry of Environment||34.604349|133.818445||9.00||||||| +033441010|033441010|392033441010|NOX|Permanent|1010|JPN Site 033441010|Active|MOE|Japan Ministry of Environment||34.585460|133.707344||9.00||||||| +033441010|033441010|392033441010|NO|Permanent|1010|JPN Site 033441010|Active|MOE|Japan Ministry of Environment||34.585460|133.707344||9.00||||||| +033441010|033441010|392033441010|NO2|Permanent|1010|JPN Site 033441010|Active|MOE|Japan Ministry of Environment||34.585460|133.707344||9.00||||||| +033441010|033441010|392033441010|SO2|Permanent|1010|JPN Site 033441010|Active|MOE|Japan Ministry of Environment||34.585460|133.707344||9.00||||||| +033441010|033441010|392033441010|WS|Permanent|1010|JPN Site 033441010|Active|MOE|Japan Ministry of Environment||34.585460|133.707344||9.00||||||| +033441010|033441010|392033441010|WD|Permanent|1010|JPN Site 033441010|Active|MOE|Japan Ministry of Environment||34.585460|133.707344||9.00||||||| +033442010|033442010|392033442010|NO|Permanent|2010|JPN Site 033442010|Active|MOE|Japan Ministry of Environment||34.543241|133.624853||9.00||||||| +033442010|033442010|392033442010|NO2|Permanent|2010|JPN Site 033442010|Active|MOE|Japan Ministry of Environment||34.543241|133.624853||9.00||||||| +033442010|033442010|392033442010|NOX|Permanent|2010|JPN Site 033442010|Active|MOE|Japan Ministry of Environment||34.543241|133.624853||9.00||||||| +033444010|033444010|392033444010|SO2|Permanent|4010|JPN Site 033444010|Active|MOE|Japan Ministry of Environment||34.479081|133.582915||9.00||||||| +033503010|033503010|392033503010|NO|Permanent|3010|JPN Site 033503010|Active|MOE|Japan Ministry of Environment||34.627956|133.689288||9.00||||||| +033503010|033503010|392033503010|NO2|Permanent|3010|JPN Site 033503010|Active|MOE|Japan Ministry of Environment||34.627956|133.689288||9.00||||||| +033503010|033503010|392033503010|WS|Permanent|3010|JPN Site 033503010|Active|MOE|Japan Ministry of Environment||34.627956|133.689288||9.00||||||| +033503010|033503010|392033503010|WD|Permanent|3010|JPN Site 033503010|Active|MOE|Japan Ministry of Environment||34.627956|133.689288||9.00||||||| +033503010|033503010|392033503010|NOX|Permanent|3010|JPN Site 033503010|Active|MOE|Japan Ministry of Environment||34.627956|133.689288||9.00||||||| +033584510|033584510|392033584510|NO|Permanent|4510|JPN Site 033584510|Active|MOE|Japan Ministry of Environment||35.074299|133.791759||9.00||||||| +033584510|033584510|392033584510|NO2|Permanent|4510|JPN Site 033584510|Active|MOE|Japan Ministry of Environment||35.074299|133.791759||9.00||||||| +033584510|033584510|392033584510|SO2|Permanent|4510|JPN Site 033584510|Active|MOE|Japan Ministry of Environment||35.074299|133.791759||9.00||||||| +033584510|033584510|392033584510|NOX|Permanent|4510|JPN Site 033584510|Active|MOE|Japan Ministry of Environment||35.074299|133.791759||9.00||||||| +034102020|034102020|392034102020|NO|Permanent|2020|JPN Site 034102020|Active|MOE|Japan Ministry of Environment||34.446010|132.534115||9.00||||||| +034102020|034102020|392034102020|NO2|Permanent|2020|JPN Site 034102020|Active|MOE|Japan Ministry of Environment||34.446010|132.534115||9.00||||||| +034102020|034102020|392034102020|NOX|Permanent|2020|JPN Site 034102020|Active|MOE|Japan Ministry of Environment||34.446010|132.534115||9.00||||||| +034104510|034104510|392034104510|NO2|Permanent|4510|JPN Site 034104510|Active|MOE|Japan Ministry of Environment||34.392125|132.423571||9.00||||||| +034104510|034104510|392034104510|CO|Permanent|4510|JPN Site 034104510|Active|MOE|Japan Ministry of Environment||34.392125|132.423571||9.00||||||| +034104510|034104510|392034104510|NOX|Permanent|4510|JPN Site 034104510|Active|MOE|Japan Ministry of Environment||34.392125|132.423571||9.00||||||| +034104510|034104510|392034104510|NO|Permanent|4510|JPN Site 034104510|Active|MOE|Japan Ministry of Environment||34.392125|132.423571||9.00||||||| +034105010|034105010|392034105010|NO2|Permanent|5010|JPN Site 034105010|Active|MOE|Japan Ministry of Environment||34.452120|132.471064||9.00||||||| +034105010|034105010|392034105010|SO2|Permanent|5010|JPN Site 034105010|Active|MOE|Japan Ministry of Environment||34.452120|132.471064||9.00||||||| +034105010|034105010|392034105010|NOX|Permanent|5010|JPN Site 034105010|Active|MOE|Japan Ministry of Environment||34.452120|132.471064||9.00||||||| +034105010|034105010|392034105010|NO|Permanent|5010|JPN Site 034105010|Active|MOE|Japan Ministry of Environment||34.452120|132.471064||9.00||||||| +034105020|034105020|392034105020|NO2|Permanent|5020|JPN Site 034105020|Active|MOE|Japan Ministry of Environment||34.461562|132.407458||9.00||||||| +034105020|034105020|392034105020|SO2|Permanent|5020|JPN Site 034105020|Active|MOE|Japan Ministry of Environment||34.461562|132.407458||9.00||||||| +034105020|034105020|392034105020|NOX|Permanent|5020|JPN Site 034105020|Active|MOE|Japan Ministry of Environment||34.461562|132.407458||9.00||||||| +034105020|034105020|392034105020|NO|Permanent|5020|JPN Site 034105020|Active|MOE|Japan Ministry of Environment||34.461562|132.407458||9.00||||||| +034105510|034105510|392034105510|NOX|Permanent|5510|JPN Site 034105510|Active|MOE|Japan Ministry of Environment||34.453786|132.471064||9.00||||||| +034105510|034105510|392034105510|NO|Permanent|5510|JPN Site 034105510|Active|MOE|Japan Ministry of Environment||34.453786|132.471064||9.00||||||| +034105510|034105510|392034105510|NO2|Permanent|5510|JPN Site 034105510|Active|MOE|Japan Ministry of Environment||34.453786|132.471064||9.00||||||| +034201010|034201010|392034201010|NO2|Permanent|1010|JPN Site 034201010|Active|MOE|Japan Ministry of Environment||34.412957|132.451068||9.00||||||| +034201010|034201010|392034201010|WS|Permanent|1010|JPN Site 034201010|Active|MOE|Japan Ministry of Environment||34.412957|132.451068||9.00||||||| +034201010|034201010|392034201010|WD|Permanent|1010|JPN Site 034201010|Active|MOE|Japan Ministry of Environment||34.412957|132.451068||9.00||||||| +034201010|034201010|392034201010|NOX|Permanent|1010|JPN Site 034201010|Active|MOE|Japan Ministry of Environment||34.412957|132.451068||9.00||||||| +034201010|034201010|392034201010|NO|Permanent|1010|JPN Site 034201010|Active|MOE|Japan Ministry of Environment||34.412957|132.451068||9.00||||||| +034201020|034201020|392034201020|NOX|Permanent|1020|JPN Site 034201020|Active|MOE|Japan Ministry of Environment||34.378794|132.468012||9.00||||||| +034201020|034201020|392034201020|NO|Permanent|1020|JPN Site 034201020|Active|MOE|Japan Ministry of Environment||34.378794|132.468012||9.00||||||| +034201020|034201020|392034201020|NO2|Permanent|1020|JPN Site 034201020|Active|MOE|Japan Ministry of Environment||34.378794|132.468012||9.00||||||| +034201020|034201020|392034201020|SO2|Permanent|1020|JPN Site 034201020|Active|MOE|Japan Ministry of Environment||34.378794|132.468012||9.00||||||| +034201020|034201020|392034201020|WS|Permanent|1020|JPN Site 034201020|Active|MOE|Japan Ministry of Environment||34.378794|132.468012||9.00||||||| +034201020|034201020|392034201020|WD|Permanent|1020|JPN Site 034201020|Active|MOE|Japan Ministry of Environment||34.378794|132.468012||9.00||||||| +034201250|034201250|392034201250|NO|Permanent|1250|JPN Site 034201250|Active|MOE|Japan Ministry of Environment||34.372682|132.383575||9.00||||||| +034201250|034201250|392034201250|NO2|Permanent|1250|JPN Site 034201250|Active|MOE|Japan Ministry of Environment||34.372682|132.383575||9.00||||||| +034201250|034201250|392034201250|SO2|Permanent|1250|JPN Site 034201250|Active|MOE|Japan Ministry of Environment||34.372682|132.383575||9.00||||||| +034201250|034201250|392034201250|WS|Permanent|1250|JPN Site 034201250|Active|MOE|Japan Ministry of Environment||34.372682|132.383575||9.00||||||| +034201250|034201250|392034201250|WD|Permanent|1250|JPN Site 034201250|Active|MOE|Japan Ministry of Environment||34.372682|132.383575||9.00||||||| +034201250|034201250|392034201250|NOX|Permanent|1250|JPN Site 034201250|Active|MOE|Japan Ministry of Environment||34.372682|132.383575||9.00||||||| +034201260|034201260|392034201260|NOX|Permanent|1260|JPN Site 034201260|Active|MOE|Japan Ministry of Environment||34.518502|132.509947||9.00||||||| +034201260|034201260|392034201260|NO|Permanent|1260|JPN Site 034201260|Active|MOE|Japan Ministry of Environment||34.518502|132.509947||9.00||||||| +034201260|034201260|392034201260|NO2|Permanent|1260|JPN Site 034201260|Active|MOE|Japan Ministry of Environment||34.518502|132.509947||9.00||||||| +034201260|034201260|392034201260|WS|Permanent|1260|JPN Site 034201260|Active|MOE|Japan Ministry of Environment||34.518502|132.509947||9.00||||||| +034201260|034201260|392034201260|WD|Permanent|1260|JPN Site 034201260|Active|MOE|Japan Ministry of Environment||34.518502|132.509947||9.00||||||| +034201510|034201510|392034201510|NOX|Permanent|1510|JPN Site 034201510|Active|MOE|Japan Ministry of Environment||34.395459|132.458568||9.00||||||| +034201510|034201510|392034201510|NO|Permanent|1510|JPN Site 034201510|Active|MOE|Japan Ministry of Environment||34.395459|132.458568||9.00||||||| +034201510|034201510|392034201510|NO2|Permanent|1510|JPN Site 034201510|Active|MOE|Japan Ministry of Environment||34.395459|132.458568||9.00||||||| +034201510|034201510|392034201510|CO|Permanent|1510|JPN Site 034201510|Active|MOE|Japan Ministry of Environment||34.395459|132.458568||9.00||||||| +034201520|034201520|392034201520|NO2|Permanent|1520|JPN Site 034201520|Active|MOE|Japan Ministry of Environment||34.379905|132.470234||9.00||||||| +034201520|034201520|392034201520|NOX|Permanent|1520|JPN Site 034201520|Active|MOE|Japan Ministry of Environment||34.379905|132.470234||9.00||||||| +034201520|034201520|392034201520|NO|Permanent|1520|JPN Site 034201520|Active|MOE|Japan Ministry of Environment||34.379905|132.470234||9.00||||||| +034202010|034202010|392034202010|NO2|Permanent|2010|JPN Site 034202010|Active|MOE|Japan Ministry of Environment||34.257976|132.573565||9.00||||||| +034202010|034202010|392034202010|SO2|Permanent|2010|JPN Site 034202010|Active|MOE|Japan Ministry of Environment||34.257976|132.573565||9.00||||||| +034202010|034202010|392034202010|WS|Permanent|2010|JPN Site 034202010|Active|MOE|Japan Ministry of Environment||34.257976|132.573565||9.00||||||| +034202010|034202010|392034202010|WD|Permanent|2010|JPN Site 034202010|Active|MOE|Japan Ministry of Environment||34.257976|132.573565||9.00||||||| +034202010|034202010|392034202010|NOX|Permanent|2010|JPN Site 034202010|Active|MOE|Japan Ministry of Environment||34.257976|132.573565||9.00||||||| +034202010|034202010|392034202010|NO|Permanent|2010|JPN Site 034202010|Active|MOE|Japan Ministry of Environment||34.257976|132.573565||9.00||||||| +034202020|034202020|392034202020|NOX|Permanent|2020|JPN Site 034202020|Active|MOE|Japan Ministry of Environment||34.236033|132.558567||9.00||||||| +034202020|034202020|392034202020|NO|Permanent|2020|JPN Site 034202020|Active|MOE|Japan Ministry of Environment||34.236033|132.558567||9.00||||||| +034202020|034202020|392034202020|NO2|Permanent|2020|JPN Site 034202020|Active|MOE|Japan Ministry of Environment||34.236033|132.558567||9.00||||||| +034202020|034202020|392034202020|SO2|Permanent|2020|JPN Site 034202020|Active|MOE|Japan Ministry of Environment||34.236033|132.558567||9.00||||||| +034202020|034202020|392034202020|WS|Permanent|2020|JPN Site 034202020|Active|MOE|Japan Ministry of Environment||34.236033|132.558567||9.00||||||| +034202020|034202020|392034202020|WD|Permanent|2020|JPN Site 034202020|Active|MOE|Japan Ministry of Environment||34.236033|132.558567||9.00||||||| +034202030|034202030|392034202030|NOX|Permanent|2030|JPN Site 034202030|Active|MOE|Japan Ministry of Environment||34.250754|132.558566||9.00||||||| +034202030|034202030|392034202030|NO2|Permanent|2030|JPN Site 034202030|Active|MOE|Japan Ministry of Environment||34.250754|132.558566||9.00||||||| +034202030|034202030|392034202030|NO|Permanent|2030|JPN Site 034202030|Active|MOE|Japan Ministry of Environment||34.250754|132.558566||9.00||||||| +034202030|034202030|392034202030|SO2|Permanent|2030|JPN Site 034202030|Active|MOE|Japan Ministry of Environment||34.250754|132.558566||9.00||||||| +034202030|034202030|392034202030|TEMP|Permanent|2030|JPN Site 034202030|Active|MOE|Japan Ministry of Environment||34.250754|132.558566||9.00||||||| +034202030|034202030|392034202030|WS|Permanent|2030|JPN Site 034202030|Active|MOE|Japan Ministry of Environment||34.250754|132.558566||9.00||||||| +034202030|034202030|392034202030|WD|Permanent|2030|JPN Site 034202030|Active|MOE|Japan Ministry of Environment||34.250754|132.558566||9.00||||||| +034202030|034202030|392034202030|RHUM|Permanent|2030|JPN Site 034202030|Active|MOE|Japan Ministry of Environment||34.250754|132.558566||9.00||||||| +034202040|034202040|392034202040|NO|Permanent|2040|JPN Site 034202040|Active|MOE|Japan Ministry of Environment||34.234368|132.625784||9.00||||||| +034202040|034202040|392034202040|NO2|Permanent|2040|JPN Site 034202040|Active|MOE|Japan Ministry of Environment||34.234368|132.625784||9.00||||||| +034202040|034202040|392034202040|SO2|Permanent|2040|JPN Site 034202040|Active|MOE|Japan Ministry of Environment||34.234368|132.625784||9.00||||||| +034202040|034202040|392034202040|TEMP|Permanent|2040|JPN Site 034202040|Active|MOE|Japan Ministry of Environment||34.234368|132.625784||9.00||||||| +034202040|034202040|392034202040|WS|Permanent|2040|JPN Site 034202040|Active|MOE|Japan Ministry of Environment||34.234368|132.625784||9.00||||||| +034202040|034202040|392034202040|WD|Permanent|2040|JPN Site 034202040|Active|MOE|Japan Ministry of Environment||34.234368|132.625784||9.00||||||| +034202040|034202040|392034202040|RHUM|Permanent|2040|JPN Site 034202040|Active|MOE|Japan Ministry of Environment||34.234368|132.625784||9.00||||||| +034202040|034202040|392034202040|NOX|Permanent|2040|JPN Site 034202040|Active|MOE|Japan Ministry of Environment||34.234368|132.625784||9.00||||||| +034202050|034202050|392034202050|NOX|Permanent|2050|JPN Site 034202050|Active|MOE|Japan Ministry of Environment||34.222423|132.545513||9.00||||||| +034202050|034202050|392034202050|NO|Permanent|2050|JPN Site 034202050|Active|MOE|Japan Ministry of Environment||34.222423|132.545513||9.00||||||| +034202050|034202050|392034202050|NO2|Permanent|2050|JPN Site 034202050|Active|MOE|Japan Ministry of Environment||34.222423|132.545513||9.00||||||| +034202050|034202050|392034202050|SO2|Permanent|2050|JPN Site 034202050|Active|MOE|Japan Ministry of Environment||34.222423|132.545513||9.00||||||| +034202050|034202050|392034202050|WS|Permanent|2050|JPN Site 034202050|Active|MOE|Japan Ministry of Environment||34.222423|132.545513||9.00||||||| +034202050|034202050|392034202050|WD|Permanent|2050|JPN Site 034202050|Active|MOE|Japan Ministry of Environment||34.222423|132.545513||9.00||||||| +034202510|034202510|392034202510|NO|Permanent|2510|JPN Site 034202510|Active|MOE|Japan Ministry of Environment||34.239644|132.581343||9.00||||||| +034202510|034202510|392034202510|NO2|Permanent|2510|JPN Site 034202510|Active|MOE|Japan Ministry of Environment||34.239644|132.581343||9.00||||||| +034202510|034202510|392034202510|CO|Permanent|2510|JPN Site 034202510|Active|MOE|Japan Ministry of Environment||34.239644|132.581343||9.00||||||| +034202510|034202510|392034202510|NOX|Permanent|2510|JPN Site 034202510|Active|MOE|Japan Ministry of Environment||34.239644|132.581343||9.00||||||| +034203010|034203010|392034203010|SO2|Permanent|3010|JPN Site 034203010|Active|MOE|Japan Ministry of Environment||34.342417|132.902422||9.00||||||| +034203010|034203010|392034203010|WS|Permanent|3010|JPN Site 034203010|Active|MOE|Japan Ministry of Environment||34.342417|132.902422||9.00||||||| +034203010|034203010|392034203010|WD|Permanent|3010|JPN Site 034203010|Active|MOE|Japan Ministry of Environment||34.342417|132.902422||9.00||||||| +034203010|034203010|392034203010|NOX|Permanent|3010|JPN Site 034203010|Active|MOE|Japan Ministry of Environment||34.342417|132.902422||9.00||||||| +034203010|034203010|392034203010|NO|Permanent|3010|JPN Site 034203010|Active|MOE|Japan Ministry of Environment||34.342417|132.902422||9.00||||||| +034203010|034203010|392034203010|NO2|Permanent|3010|JPN Site 034203010|Active|MOE|Japan Ministry of Environment||34.342417|132.902422||9.00||||||| +034204150|034204150|392034204150|NOX|Permanent|4150|JPN Site 034204150|Active|MOE|Japan Ministry of Environment||34.401580|133.069350||9.00||||||| +034204150|034204150|392034204150|NO|Permanent|4150|JPN Site 034204150|Active|MOE|Japan Ministry of Environment||34.401580|133.069350||9.00||||||| +034204150|034204150|392034204150|NO2|Permanent|4150|JPN Site 034204150|Active|MOE|Japan Ministry of Environment||34.401580|133.069350||9.00||||||| +034204150|034204150|392034204150|SO2|Permanent|4150|JPN Site 034204150|Active|MOE|Japan Ministry of Environment||34.401580|133.069350||9.00||||||| +034204150|034204150|392034204150|WS|Permanent|4150|JPN Site 034204150|Active|MOE|Japan Ministry of Environment||34.401580|133.069350||9.00||||||| +034204150|034204150|392034204150|WD|Permanent|4150|JPN Site 034204150|Active|MOE|Japan Ministry of Environment||34.401580|133.069350||9.00||||||| +034204520|034204520|392034204520|NOX|Permanent|4520|JPN Site 034204520|Active|MOE|Japan Ministry of Environment||34.395747|133.073239||9.00||||||| +034204520|034204520|392034204520|NO|Permanent|4520|JPN Site 034204520|Active|MOE|Japan Ministry of Environment||34.395747|133.073239||9.00||||||| +034204520|034204520|392034204520|NO2|Permanent|4520|JPN Site 034204520|Active|MOE|Japan Ministry of Environment||34.395747|133.073239||9.00||||||| +034204520|034204520|392034204520|WS|Permanent|4520|JPN Site 034204520|Active|MOE|Japan Ministry of Environment||34.395747|133.073239||9.00||||||| +034204520|034204520|392034204520|WD|Permanent|4520|JPN Site 034204520|Active|MOE|Japan Ministry of Environment||34.395747|133.073239||9.00||||||| +034205010|034205010|392034205010|WS|Permanent|5010|JPN Site 034205010|Active|MOE|Japan Ministry of Environment||34.415470|133.207394||9.00||||||| +034205010|034205010|392034205010|WD|Permanent|5010|JPN Site 034205010|Active|MOE|Japan Ministry of Environment||34.415470|133.207394||9.00||||||| +034205010|034205010|392034205010|NOX|Permanent|5010|JPN Site 034205010|Active|MOE|Japan Ministry of Environment||34.415470|133.207394||9.00||||||| +034205010|034205010|392034205010|NO|Permanent|5010|JPN Site 034205010|Active|MOE|Japan Ministry of Environment||34.415470|133.207394||9.00||||||| +034205010|034205010|392034205010|NO2|Permanent|5010|JPN Site 034205010|Active|MOE|Japan Ministry of Environment||34.415470|133.207394||9.00||||||| +034207020|034207020|392034207020|SO2|Permanent|7020|JPN Site 034207020|Active|MOE|Japan Ministry of Environment||34.483243|133.368210||9.00||||||| +034207020|034207020|392034207020|TEMP|Permanent|7020|JPN Site 034207020|Active|MOE|Japan Ministry of Environment||34.483243|133.368210||9.00||||||| +034207020|034207020|392034207020|WS|Permanent|7020|JPN Site 034207020|Active|MOE|Japan Ministry of Environment||34.483243|133.368210||9.00||||||| +034207020|034207020|392034207020|WD|Permanent|7020|JPN Site 034207020|Active|MOE|Japan Ministry of Environment||34.483243|133.368210||9.00||||||| +034207020|034207020|392034207020|RHUM|Permanent|7020|JPN Site 034207020|Active|MOE|Japan Ministry of Environment||34.483243|133.368210||9.00||||||| +034207020|034207020|392034207020|NOX|Permanent|7020|JPN Site 034207020|Active|MOE|Japan Ministry of Environment||34.483243|133.368210||9.00||||||| +034207020|034207020|392034207020|NO|Permanent|7020|JPN Site 034207020|Active|MOE|Japan Ministry of Environment||34.483243|133.368210||9.00||||||| +034207020|034207020|392034207020|NO2|Permanent|7020|JPN Site 034207020|Active|MOE|Japan Ministry of Environment||34.483243|133.368210||9.00||||||| +034207040|034207040|392034207040|WS|Permanent|7040|JPN Site 034207040|Active|MOE|Japan Ministry of Environment||34.511574|133.411539||9.00||||||| +034207040|034207040|392034207040|WD|Permanent|7040|JPN Site 034207040|Active|MOE|Japan Ministry of Environment||34.511574|133.411539||9.00||||||| +034207040|034207040|392034207040|NOX|Permanent|7040|JPN Site 034207040|Active|MOE|Japan Ministry of Environment||34.511574|133.411539||9.00||||||| +034207040|034207040|392034207040|NO|Permanent|7040|JPN Site 034207040|Active|MOE|Japan Ministry of Environment||34.511574|133.411539||9.00||||||| +034207040|034207040|392034207040|NO2|Permanent|7040|JPN Site 034207040|Active|MOE|Japan Ministry of Environment||34.511574|133.411539||9.00||||||| +034207040|034207040|392034207040|SO2|Permanent|7040|JPN Site 034207040|Active|MOE|Japan Ministry of Environment||34.511574|133.411539||9.00||||||| +034207060|034207060|392034207060|WS|Permanent|7060|JPN Site 034207060|Active|MOE|Japan Ministry of Environment||34.443525|133.378767||9.00||||||| +034207060|034207060|392034207060|WD|Permanent|7060|JPN Site 034207060|Active|MOE|Japan Ministry of Environment||34.443525|133.378767||9.00||||||| +034207060|034207060|392034207060|NOX|Permanent|7060|JPN Site 034207060|Active|MOE|Japan Ministry of Environment||34.443525|133.378767||9.00||||||| +034207060|034207060|392034207060|NO|Permanent|7060|JPN Site 034207060|Active|MOE|Japan Ministry of Environment||34.443525|133.378767||9.00||||||| +034207060|034207060|392034207060|NO2|Permanent|7060|JPN Site 034207060|Active|MOE|Japan Ministry of Environment||34.443525|133.378767||9.00||||||| +034207060|034207060|392034207060|SO2|Permanent|7060|JPN Site 034207060|Active|MOE|Japan Ministry of Environment||34.443525|133.378767||9.00||||||| +034207090|034207090|392034207090|NO2|Permanent|7090|JPN Site 034207090|Active|MOE|Japan Ministry of Environment||34.472134|133.392376||9.00||||||| +034207090|034207090|392034207090|SO2|Permanent|7090|JPN Site 034207090|Active|MOE|Japan Ministry of Environment||34.472134|133.392376||9.00||||||| +034207090|034207090|392034207090|NOX|Permanent|7090|JPN Site 034207090|Active|MOE|Japan Ministry of Environment||34.472134|133.392376||9.00||||||| +034207090|034207090|392034207090|NO|Permanent|7090|JPN Site 034207090|Active|MOE|Japan Ministry of Environment||34.472134|133.392376||9.00||||||| +034207310|034207310|392034207310|NOX|Permanent|7310|JPN Site 034207310|Active|MOE|Japan Ministry of Environment||34.557957|133.328210||9.00||||||| +034207310|034207310|392034207310|NO|Permanent|7310|JPN Site 034207310|Active|MOE|Japan Ministry of Environment||34.557957|133.328210||9.00||||||| +034207310|034207310|392034207310|NO2|Permanent|7310|JPN Site 034207310|Active|MOE|Japan Ministry of Environment||34.557957|133.328210||9.00||||||| +034207310|034207310|392034207310|SO2|Permanent|7310|JPN Site 034207310|Active|MOE|Japan Ministry of Environment||34.557957|133.328210||9.00||||||| +034207310|034207310|392034207310|WS|Permanent|7310|JPN Site 034207310|Active|MOE|Japan Ministry of Environment||34.557957|133.328210||9.00||||||| +034207310|034207310|392034207310|WD|Permanent|7310|JPN Site 034207310|Active|MOE|Japan Ministry of Environment||34.557957|133.328210||9.00||||||| +034207320|034207320|392034207320|NO2|Permanent|7320|JPN Site 034207320|Active|MOE|Japan Ministry of Environment||34.443523|133.256555||9.00||||||| +034207320|034207320|392034207320|SO2|Permanent|7320|JPN Site 034207320|Active|MOE|Japan Ministry of Environment||34.443523|133.256555||9.00||||||| +034207320|034207320|392034207320|WS|Permanent|7320|JPN Site 034207320|Active|MOE|Japan Ministry of Environment||34.443523|133.256555||9.00||||||| +034207320|034207320|392034207320|WD|Permanent|7320|JPN Site 034207320|Active|MOE|Japan Ministry of Environment||34.443523|133.256555||9.00||||||| +034207320|034207320|392034207320|NOX|Permanent|7320|JPN Site 034207320|Active|MOE|Japan Ministry of Environment||34.443523|133.256555||9.00||||||| +034207320|034207320|392034207320|NO|Permanent|7320|JPN Site 034207320|Active|MOE|Japan Ministry of Environment||34.443523|133.256555||9.00||||||| +034207510|034207510|392034207510|NOX|Permanent|7510|JPN Site 034207510|Active|MOE|Japan Ministry of Environment||34.484910|133.362378||9.00||||||| +034207510|034207510|392034207510|NO|Permanent|7510|JPN Site 034207510|Active|MOE|Japan Ministry of Environment||34.484910|133.362378||9.00||||||| +034207510|034207510|392034207510|NO2|Permanent|7510|JPN Site 034207510|Active|MOE|Japan Ministry of Environment||34.484910|133.362378||9.00||||||| +034207510|034207510|392034207510|CO|Permanent|7510|JPN Site 034207510|Active|MOE|Japan Ministry of Environment||34.484910|133.362378||9.00||||||| +034208050|034208050|392034208050|SO2|Permanent|8050|JPN Site 034208050|Active|MOE|Japan Ministry of Environment||34.570176|133.243217||9.00||||||| +034208050|034208050|392034208050|WS|Permanent|8050|JPN Site 034208050|Active|MOE|Japan Ministry of Environment||34.570176|133.243217||9.00||||||| +034208050|034208050|392034208050|WD|Permanent|8050|JPN Site 034208050|Active|MOE|Japan Ministry of Environment||34.570176|133.243217||9.00||||||| +034208050|034208050|392034208050|NOX|Permanent|8050|JPN Site 034208050|Active|MOE|Japan Ministry of Environment||34.570176|133.243217||9.00||||||| +034208050|034208050|392034208050|NO|Permanent|8050|JPN Site 034208050|Active|MOE|Japan Ministry of Environment||34.570176|133.243217||9.00||||||| +034208050|034208050|392034208050|NO2|Permanent|8050|JPN Site 034208050|Active|MOE|Japan Ministry of Environment||34.570176|133.243217||9.00||||||| +034209020|034209020|392034209020|NOX|Permanent|9020|JPN Site 034209020|Active|MOE|Japan Ministry of Environment||34.797367|132.853516||9.00||||||| +034209020|034209020|392034209020|NO|Permanent|9020|JPN Site 034209020|Active|MOE|Japan Ministry of Environment||34.797367|132.853516||9.00||||||| +034209020|034209020|392034209020|NO2|Permanent|9020|JPN Site 034209020|Active|MOE|Japan Ministry of Environment||34.797367|132.853516||9.00||||||| +034209020|034209020|392034209020|SO2|Permanent|9020|JPN Site 034209020|Active|MOE|Japan Ministry of Environment||34.797367|132.853516||9.00||||||| +034209020|034209020|392034209020|WS|Permanent|9020|JPN Site 034209020|Active|MOE|Japan Ministry of Environment||34.797367|132.853516||9.00||||||| +034209020|034209020|392034209020|WD|Permanent|9020|JPN Site 034209020|Active|MOE|Japan Ministry of Environment||34.797367|132.853516||9.00||||||| +034211200|034211200|392034211200|WS|Permanent|1200|JPN Site 034211200|Active|MOE|Japan Ministry of Environment||34.219085|132.219707||9.00||||||| +034211200|034211200|392034211200|WD|Permanent|1200|JPN Site 034211200|Active|MOE|Japan Ministry of Environment||34.219085|132.219707||9.00||||||| +034211200|034211200|392034211200|NOX|Permanent|1200|JPN Site 034211200|Active|MOE|Japan Ministry of Environment||34.219085|132.219707||9.00||||||| +034211200|034211200|392034211200|NO|Permanent|1200|JPN Site 034211200|Active|MOE|Japan Ministry of Environment||34.219085|132.219707||9.00||||||| +034211200|034211200|392034211200|NO2|Permanent|1200|JPN Site 034211200|Active|MOE|Japan Ministry of Environment||34.219085|132.219707||9.00||||||| +034211200|034211200|392034211200|SO2|Permanent|1200|JPN Site 034211200|Active|MOE|Japan Ministry of Environment||34.219085|132.219707||9.00||||||| +034212030|034212030|392034212030|NO2|Permanent|2030|JPN Site 034212030|Active|MOE|Japan Ministry of Environment||34.420739|132.740488||9.00||||||| +034212030|034212030|392034212030|SO2|Permanent|2030|JPN Site 034212030|Active|MOE|Japan Ministry of Environment||34.420739|132.740488||9.00||||||| +034212030|034212030|392034212030|WS|Permanent|2030|JPN Site 034212030|Active|MOE|Japan Ministry of Environment||34.420739|132.740488||9.00||||||| +034212030|034212030|392034212030|WD|Permanent|2030|JPN Site 034212030|Active|MOE|Japan Ministry of Environment||34.420739|132.740488||9.00||||||| +034212030|034212030|392034212030|NOX|Permanent|2030|JPN Site 034212030|Active|MOE|Japan Ministry of Environment||34.420739|132.740488||9.00||||||| +034212030|034212030|392034212030|NO|Permanent|2030|JPN Site 034212030|Active|MOE|Japan Ministry of Environment||34.420739|132.740488||9.00||||||| +034304010|034304010|392034304010|WD|Permanent|4010|JPN Site 034304010|Active|MOE|Japan Ministry of Environment||34.366574|132.529119||9.00||||||| +034304010|034304010|392034304010|NOX|Permanent|4010|JPN Site 034304010|Active|MOE|Japan Ministry of Environment||34.366574|132.529119||9.00||||||| +034304010|034304010|392034304010|NO|Permanent|4010|JPN Site 034304010|Active|MOE|Japan Ministry of Environment||34.366574|132.529119||9.00||||||| +034304010|034304010|392034304010|NO2|Permanent|4010|JPN Site 034304010|Active|MOE|Japan Ministry of Environment||34.366574|132.529119||9.00||||||| +034304010|034304010|392034304010|SO2|Permanent|4010|JPN Site 034304010|Active|MOE|Japan Ministry of Environment||34.366574|132.529119||9.00||||||| +034304010|034304010|392034304010|WS|Permanent|4010|JPN Site 034304010|Active|MOE|Japan Ministry of Environment||34.366574|132.529119||9.00||||||| +034322030|034322030|392034322030|WS|Permanent|2030|JPN Site 034322030|Active|MOE|Japan Ministry of Environment||34.357405|132.342468||9.00||||||| +034322030|034322030|392034322030|WD|Permanent|2030|JPN Site 034322030|Active|MOE|Japan Ministry of Environment||34.357405|132.342468||9.00||||||| +034322030|034322030|392034322030|NOX|Permanent|2030|JPN Site 034322030|Active|MOE|Japan Ministry of Environment||34.357405|132.342468||9.00||||||| +034322030|034322030|392034322030|NO|Permanent|2030|JPN Site 034322030|Active|MOE|Japan Ministry of Environment||34.357405|132.342468||9.00||||||| +034322030|034322030|392034322030|NO2|Permanent|2030|JPN Site 034322030|Active|MOE|Japan Ministry of Environment||34.357405|132.342468||9.00||||||| +034369010|034369010|392034369010|WD|Permanent|9010|JPN Site 034369010|Active|MOE|Japan Ministry of Environment||34.691262|132.539381||9.00||||||| +034369010|034369010|392034369010|WS|Permanent|9010|JPN Site 034369010|Active|MOE|Japan Ministry of Environment||34.691262|132.539381||9.00||||||| +034408010|034408010|392034408010|NO2|Permanent|8010|JPN Site 034408010|Active|MOE|Japan Ministry of Environment||34.438795|132.861032||9.00||||||| +034408010|034408010|392034408010|WS|Permanent|8010|JPN Site 034408010|Active|MOE|Japan Ministry of Environment||34.438795|132.861032||9.00||||||| +034408010|034408010|392034408010|WD|Permanent|8010|JPN Site 034408010|Active|MOE|Japan Ministry of Environment||34.438795|132.861032||9.00||||||| +034408010|034408010|392034408010|NOX|Permanent|8010|JPN Site 034408010|Active|MOE|Japan Ministry of Environment||34.438795|132.861032||9.00||||||| +034408010|034408010|392034408010|NO|Permanent|8010|JPN Site 034408010|Active|MOE|Japan Ministry of Environment||34.438795|132.861032||9.00||||||| +034427010|034427010|392034427010|NO2|Permanent|7010|JPN Site 034427010|Active|MOE|Japan Ministry of Environment||34.242427|132.889095||9.00||||||| +034427010|034427010|392034427010|SO2|Permanent|7010|JPN Site 034427010|Active|MOE|Japan Ministry of Environment||34.242427|132.889095||9.00||||||| +034427010|034427010|392034427010|WS|Permanent|7010|JPN Site 034427010|Active|MOE|Japan Ministry of Environment||34.242427|132.889095||9.00||||||| +034427010|034427010|392034427010|WD|Permanent|7010|JPN Site 034427010|Active|MOE|Japan Ministry of Environment||34.242427|132.889095||9.00||||||| +034427010|034427010|392034427010|NOX|Permanent|7010|JPN Site 034427010|Active|MOE|Japan Ministry of Environment||34.242427|132.889095||9.00||||||| +034427010|034427010|392034427010|NO|Permanent|7010|JPN Site 034427010|Active|MOE|Japan Ministry of Environment||34.242427|132.889095||9.00||||||| +034501010|034501010|392034501010|NO2|Permanent|1010|JPN Site 034501010|Active|MOE|Japan Ministry of Environment||34.547125|133.372652||9.00||||||| +034501010|034501010|392034501010|NOX|Permanent|1010|JPN Site 034501010|Active|MOE|Japan Ministry of Environment||34.547125|133.372652||9.00||||||| +034501010|034501010|392034501010|NO|Permanent|1010|JPN Site 034501010|Active|MOE|Japan Ministry of Environment||34.547125|133.372652||9.00||||||| +035201010|035201010|392035201010|SO2|Permanent|1010|JPN Site 035201010|Active|MOE|Japan Ministry of Environment||34.067414|131.029257||9.00||||||| +035201020|035201020|392035201020|NOX|Permanent|1020|JPN Site 035201020|Active|MOE|Japan Ministry of Environment||34.003809|130.988708||9.00||||||| +035201020|035201020|392035201020|NO|Permanent|1020|JPN Site 035201020|Active|MOE|Japan Ministry of Environment||34.003809|130.988708||9.00||||||| +035201020|035201020|392035201020|NO2|Permanent|1020|JPN Site 035201020|Active|MOE|Japan Ministry of Environment||34.003809|130.988708||9.00||||||| +035201020|035201020|392035201020|CO|Permanent|1020|JPN Site 035201020|Active|MOE|Japan Ministry of Environment||34.003809|130.988708||9.00||||||| +035201020|035201020|392035201020|SO2|Permanent|1020|JPN Site 035201020|Active|MOE|Japan Ministry of Environment||34.003809|130.988708||9.00||||||| +035201030|035201030|392035201030|NO2|Permanent|1030|JPN Site 035201030|Active|MOE|Japan Ministry of Environment||33.942702|130.895941||9.00||||||| +035201030|035201030|392035201030|SO2|Permanent|1030|JPN Site 035201030|Active|MOE|Japan Ministry of Environment||33.942702|130.895941||9.00||||||| +035201030|035201030|392035201030|NOX|Permanent|1030|JPN Site 035201030|Active|MOE|Japan Ministry of Environment||33.942702|130.895941||9.00||||||| +035201030|035201030|392035201030|NO|Permanent|1030|JPN Site 035201030|Active|MOE|Japan Ministry of Environment||33.942702|130.895941||9.00||||||| +035201040|035201040|392035201040|NO2|Permanent|1040|JPN Site 035201040|Active|MOE|Japan Ministry of Environment||33.988809|130.927325||9.00||||||| +035201040|035201040|392035201040|SO2|Permanent|1040|JPN Site 035201040|Active|MOE|Japan Ministry of Environment||33.988809|130.927325||9.00||||||| +035201040|035201040|392035201040|NOX|Permanent|1040|JPN Site 035201040|Active|MOE|Japan Ministry of Environment||33.988809|130.927325||9.00||||||| +035201040|035201040|392035201040|NO|Permanent|1040|JPN Site 035201040|Active|MOE|Japan Ministry of Environment||33.988809|130.927325||9.00||||||| +035201250|035201250|392035201250|NO2|Permanent|1250|JPN Site 035201250|Active|MOE|Japan Ministry of Environment||34.174623|130.931760||9.00||||||| +035201250|035201250|392035201250|NOX|Permanent|1250|JPN Site 035201250|Active|MOE|Japan Ministry of Environment||34.174623|130.931760||9.00||||||| +035201250|035201250|392035201250|NO|Permanent|1250|JPN Site 035201250|Active|MOE|Japan Ministry of Environment||34.174623|130.931760||9.00||||||| +035202020|035202020|392035202020|CO|Permanent|2020|JPN Site 035202020|Active|MOE|Japan Ministry of Environment||33.958818|131.247300||9.00||||||| +035202020|035202020|392035202020|SO2|Permanent|2020|JPN Site 035202020|Active|MOE|Japan Ministry of Environment||33.958818|131.247300||9.00||||||| +035202020|035202020|392035202020|NOX|Permanent|2020|JPN Site 035202020|Active|MOE|Japan Ministry of Environment||33.958818|131.247300||9.00||||||| +035202020|035202020|392035202020|NO|Permanent|2020|JPN Site 035202020|Active|MOE|Japan Ministry of Environment||33.958818|131.247300||9.00||||||| +035202020|035202020|392035202020|NO2|Permanent|2020|JPN Site 035202020|Active|MOE|Japan Ministry of Environment||33.958818|131.247300||9.00||||||| +035202030|035202030|392035202030|NO|Permanent|2030|JPN Site 035202030|Active|MOE|Japan Ministry of Environment||33.936043|131.259244||9.00||||||| +035202030|035202030|392035202030|NO2|Permanent|2030|JPN Site 035202030|Active|MOE|Japan Ministry of Environment||33.936043|131.259244||9.00||||||| +035202030|035202030|392035202030|SO2|Permanent|2030|JPN Site 035202030|Active|MOE|Japan Ministry of Environment||33.936043|131.259244||9.00||||||| +035202030|035202030|392035202030|NOX|Permanent|2030|JPN Site 035202030|Active|MOE|Japan Ministry of Environment||33.936043|131.259244||9.00||||||| +035202360|035202360|392035202360|NOX|Permanent|2360|JPN Site 035202360|Active|MOE|Japan Ministry of Environment||33.993814|131.217856||9.00||||||| +035202360|035202360|392035202360|NO|Permanent|2360|JPN Site 035202360|Active|MOE|Japan Ministry of Environment||33.993814|131.217856||9.00||||||| +035202360|035202360|392035202360|NO2|Permanent|2360|JPN Site 035202360|Active|MOE|Japan Ministry of Environment||33.993814|131.217856||9.00||||||| +035202360|035202360|392035202360|SO2|Permanent|2360|JPN Site 035202360|Active|MOE|Japan Ministry of Environment||33.993814|131.217856||9.00||||||| +035203010|035203010|392035203010|NOX|Permanent|3010|JPN Site 035203010|Active|MOE|Japan Ministry of Environment||34.153245|131.433664||9.00||||||| +035203010|035203010|392035203010|NO|Permanent|3010|JPN Site 035203010|Active|MOE|Japan Ministry of Environment||34.153245|131.433664||9.00||||||| +035203010|035203010|392035203010|NO2|Permanent|3010|JPN Site 035203010|Active|MOE|Japan Ministry of Environment||34.153245|131.433664||9.00||||||| +035203010|035203010|392035203010|SO2|Permanent|3010|JPN Site 035203010|Active|MOE|Japan Ministry of Environment||34.153245|131.433664||9.00||||||| +035205010|035205010|392035205010|NO|Permanent|5010|JPN Site 035205010|Active|MOE|Japan Ministry of Environment||34.059095|131.807804||9.00||||||| +035205010|035205010|392035205010|NO2|Permanent|5010|JPN Site 035205010|Active|MOE|Japan Ministry of Environment||34.059095|131.807804||9.00||||||| +035205010|035205010|392035205010|SO2|Permanent|5010|JPN Site 035205010|Active|MOE|Japan Ministry of Environment||34.059095|131.807804||9.00||||||| +035205010|035205010|392035205010|NOX|Permanent|5010|JPN Site 035205010|Active|MOE|Japan Ministry of Environment||34.059095|131.807804||9.00||||||| +035205030|035205030|392035205030|NO2|Permanent|5030|JPN Site 035205030|Active|MOE|Japan Ministry of Environment||34.024932|131.830304||9.00||||||| +035205030|035205030|392035205030|SO2|Permanent|5030|JPN Site 035205030|Active|MOE|Japan Ministry of Environment||34.024932|131.830304||9.00||||||| +035205030|035205030|392035205030|NOX|Permanent|5030|JPN Site 035205030|Active|MOE|Japan Ministry of Environment||34.024932|131.830304||9.00||||||| +035205030|035205030|392035205030|NO|Permanent|5030|JPN Site 035205030|Active|MOE|Japan Ministry of Environment||34.024932|131.830304||9.00||||||| +035205040|035205040|392035205040|NO2|Permanent|5040|JPN Site 035205040|Active|MOE|Japan Ministry of Environment||34.044930|131.827803||9.00||||||| +035205040|035205040|392035205040|SO2|Permanent|5040|JPN Site 035205040|Active|MOE|Japan Ministry of Environment||34.044930|131.827803||9.00||||||| +035205040|035205040|392035205040|NOX|Permanent|5040|JPN Site 035205040|Active|MOE|Japan Ministry of Environment||34.044930|131.827803||9.00||||||| +035205040|035205040|392035205040|NO|Permanent|5040|JPN Site 035205040|Active|MOE|Japan Ministry of Environment||34.044930|131.827803||9.00||||||| +035205520|035205520|392035205520|NO2|Permanent|5520|JPN Site 035205520|Active|MOE|Japan Ministry of Environment||34.058817|131.815303||9.00||||||| +035205520|035205520|392035205520|CO|Permanent|5520|JPN Site 035205520|Active|MOE|Japan Ministry of Environment||34.058817|131.815303||9.00||||||| +035205520|035205520|392035205520|NOX|Permanent|5520|JPN Site 035205520|Active|MOE|Japan Ministry of Environment||34.058817|131.815303||9.00||||||| +035205520|035205520|392035205520|NO|Permanent|5520|JPN Site 035205520|Active|MOE|Japan Ministry of Environment||34.058817|131.815303||9.00||||||| +035206010|035206010|392035206010|NO2|Permanent|6010|JPN Site 035206010|Active|MOE|Japan Ministry of Environment||34.052147|131.562825||9.00||||||| +035206010|035206010|392035206010|SO2|Permanent|6010|JPN Site 035206010|Active|MOE|Japan Ministry of Environment||34.052147|131.562825||9.00||||||| +035206010|035206010|392035206010|NOX|Permanent|6010|JPN Site 035206010|Active|MOE|Japan Ministry of Environment||34.052147|131.562825||9.00||||||| +035206010|035206010|392035206010|NO|Permanent|6010|JPN Site 035206010|Active|MOE|Japan Ministry of Environment||34.052147|131.562825||9.00||||||| +035206050|035206050|392035206050|NO|Permanent|6050|JPN Site 035206050|Active|MOE|Japan Ministry of Environment||34.018539|131.550049||9.00||||||| +035206050|035206050|392035206050|NO2|Permanent|6050|JPN Site 035206050|Active|MOE|Japan Ministry of Environment||34.018539|131.550049||9.00||||||| +035206050|035206050|392035206050|SO2|Permanent|6050|JPN Site 035206050|Active|MOE|Japan Ministry of Environment||34.018539|131.550049||9.00||||||| +035206050|035206050|392035206050|NOX|Permanent|6050|JPN Site 035206050|Active|MOE|Japan Ministry of Environment||34.018539|131.550049||9.00||||||| +035207030|035207030|392035207030|NOX|Permanent|7030|JPN Site 035207030|Active|MOE|Japan Ministry of Environment||33.998825|131.878079||9.00||||||| +035207030|035207030|392035207030|NO|Permanent|7030|JPN Site 035207030|Active|MOE|Japan Ministry of Environment||33.998825|131.878079||9.00||||||| +035207030|035207030|392035207030|NO2|Permanent|7030|JPN Site 035207030|Active|MOE|Japan Ministry of Environment||33.998825|131.878079||9.00||||||| +035207030|035207030|392035207030|SO2|Permanent|7030|JPN Site 035207030|Active|MOE|Japan Ministry of Environment||33.998825|131.878079||9.00||||||| +035207090|035207090|392035207090|SO2|Permanent|7090|JPN Site 035207090|Active|MOE|Japan Ministry of Environment||34.015489|131.870579||9.00||||||| +035207090|035207090|392035207090|NOX|Permanent|7090|JPN Site 035207090|Active|MOE|Japan Ministry of Environment||34.015489|131.870579||9.00||||||| +035207090|035207090|392035207090|NO|Permanent|7090|JPN Site 035207090|Active|MOE|Japan Ministry of Environment||34.015489|131.870579||9.00||||||| +035207090|035207090|392035207090|NO2|Permanent|7090|JPN Site 035207090|Active|MOE|Japan Ministry of Environment||34.015489|131.870579||9.00||||||| +035208010|035208010|392035208010|NO2|Permanent|8010|JPN Site 035208010|Active|MOE|Japan Ministry of Environment||34.172978|132.213598||9.00||||||| +035208010|035208010|392035208010|SO2|Permanent|8010|JPN Site 035208010|Active|MOE|Japan Ministry of Environment||34.172978|132.213598||9.00||||||| +035208010|035208010|392035208010|NOX|Permanent|8010|JPN Site 035208010|Active|MOE|Japan Ministry of Environment||34.172978|132.213598||9.00||||||| +035208010|035208010|392035208010|NO|Permanent|8010|JPN Site 035208010|Active|MOE|Japan Ministry of Environment||34.172978|132.213598||9.00||||||| +035208030|035208030|392035208030|NO|Permanent|8030|JPN Site 035208030|Active|MOE|Japan Ministry of Environment||34.144370|132.213322||9.00||||||| +035208030|035208030|392035208030|NO2|Permanent|8030|JPN Site 035208030|Active|MOE|Japan Ministry of Environment||34.144370|132.213322||9.00||||||| +035208030|035208030|392035208030|SO2|Permanent|8030|JPN Site 035208030|Active|MOE|Japan Ministry of Environment||34.144370|132.213322||9.00||||||| +035208030|035208030|392035208030|NOX|Permanent|8030|JPN Site 035208030|Active|MOE|Japan Ministry of Environment||34.144370|132.213322||9.00||||||| +035209010|035209010|392035209010|NO2|Permanent|9010|JPN Site 035209010|Active|MOE|Japan Ministry of Environment||33.975204|131.181193||9.00||||||| +035209010|035209010|392035209010|SO2|Permanent|9010|JPN Site 035209010|Active|MOE|Japan Ministry of Environment||33.975204|131.181193||9.00||||||| +035209010|035209010|392035209010|NOX|Permanent|9010|JPN Site 035209010|Active|MOE|Japan Ministry of Environment||33.975204|131.181193||9.00||||||| +035209010|035209010|392035209010|NO|Permanent|9010|JPN Site 035209010|Active|MOE|Japan Ministry of Environment||33.975204|131.181193||9.00||||||| +035209020|035209020|392035209020|SO2|Permanent|9020|JPN Site 035209020|Active|MOE|Japan Ministry of Environment||33.958261|131.182583||9.00||||||| +035209020|035209020|392035209020|NOX|Permanent|9020|JPN Site 035209020|Active|MOE|Japan Ministry of Environment||33.958261|131.182583||9.00||||||| +035209020|035209020|392035209020|NO|Permanent|9020|JPN Site 035209020|Active|MOE|Japan Ministry of Environment||33.958261|131.182583||9.00||||||| +035209020|035209020|392035209020|NO2|Permanent|9020|JPN Site 035209020|Active|MOE|Japan Ministry of Environment||33.958261|131.182583||9.00||||||| +035210020|035210020|392035210020|NO2|Permanent|0020|JPN Site 035210020|Active|MOE|Japan Ministry of Environment||33.974661|131.929742||9.00||||||| +035210020|035210020|392035210020|SO2|Permanent|0020|JPN Site 035210020|Active|MOE|Japan Ministry of Environment||33.974661|131.929742||9.00||||||| +035210020|035210020|392035210020|NOX|Permanent|0020|JPN Site 035210020|Active|MOE|Japan Ministry of Environment||33.974661|131.929742||9.00||||||| +035210020|035210020|392035210020|NO|Permanent|0020|JPN Site 035210020|Active|MOE|Japan Ministry of Environment||33.974661|131.929742||9.00||||||| +035210040|035210040|392035210040|NO|Permanent|0040|JPN Site 035210040|Active|MOE|Japan Ministry of Environment||33.962163|131.950574||9.00||||||| +035210040|035210040|392035210040|NO2|Permanent|0040|JPN Site 035210040|Active|MOE|Japan Ministry of Environment||33.962163|131.950574||9.00||||||| +035210040|035210040|392035210040|SO2|Permanent|0040|JPN Site 035210040|Active|MOE|Japan Ministry of Environment||33.962163|131.950574||9.00||||||| +035210040|035210040|392035210040|NOX|Permanent|0040|JPN Site 035210040|Active|MOE|Japan Ministry of Environment||33.962163|131.950574||9.00||||||| +035212010|035212010|392035212010|SO2|Permanent|2010|JPN Site 035212010|Active|MOE|Japan Ministry of Environment||33.964665|132.101673||9.00||||||| +035212010|035212010|392035212010|NOX|Permanent|2010|JPN Site 035212010|Active|MOE|Japan Ministry of Environment||33.964665|132.101673||9.00||||||| +035212010|035212010|392035212010|NO|Permanent|2010|JPN Site 035212010|Active|MOE|Japan Ministry of Environment||33.964665|132.101673||9.00||||||| +035212010|035212010|392035212010|NO2|Permanent|2010|JPN Site 035212010|Active|MOE|Japan Ministry of Environment||33.964665|132.101673||9.00||||||| +035213010|035213010|392035213010|NO2|Permanent|3010|JPN Site 035213010|Active|MOE|Japan Ministry of Environment||34.166850|131.205627||9.00||||||| +035213010|035213010|392035213010|SO2|Permanent|3010|JPN Site 035213010|Active|MOE|Japan Ministry of Environment||34.166850|131.205627||9.00||||||| +035213010|035213010|392035213010|NOX|Permanent|3010|JPN Site 035213010|Active|MOE|Japan Ministry of Environment||34.166850|131.205627||9.00||||||| +035213010|035213010|392035213010|NO|Permanent|3010|JPN Site 035213010|Active|MOE|Japan Ministry of Environment||34.166850|131.205627||9.00||||||| +035213020|035213020|392035213020|NOX|Permanent|3020|JPN Site 035213020|Active|MOE|Japan Ministry of Environment||34.179905|131.209793||9.00||||||| +035213020|035213020|392035213020|NO|Permanent|3020|JPN Site 035213020|Active|MOE|Japan Ministry of Environment||34.179905|131.209793||9.00||||||| +035213020|035213020|392035213020|NO2|Permanent|3020|JPN Site 035213020|Active|MOE|Japan Ministry of Environment||34.179905|131.209793||9.00||||||| +035213020|035213020|392035213020|SO2|Permanent|3020|JPN Site 035213020|Active|MOE|Japan Ministry of Environment||34.179905|131.209793||9.00||||||| +035214010|035214010|392035214010|NO2|Permanent|4010|JPN Site 035214010|Active|MOE|Japan Ministry of Environment||34.071315|131.785861||9.00||||||| +035214010|035214010|392035214010|SO2|Permanent|4010|JPN Site 035214010|Active|MOE|Japan Ministry of Environment||34.071315|131.785861||9.00||||||| +035214010|035214010|392035214010|NOX|Permanent|4010|JPN Site 035214010|Active|MOE|Japan Ministry of Environment||34.071315|131.785861||9.00||||||| +035214010|035214010|392035214010|NO|Permanent|4010|JPN Site 035214010|Active|MOE|Japan Ministry of Environment||34.071315|131.785861||9.00||||||| +035214020|035214020|392035214020|NO2|Permanent|4020|JPN Site 035214020|Active|MOE|Japan Ministry of Environment||34.076037|131.762807||9.00||||||| +035214020|035214020|392035214020|SO2|Permanent|4020|JPN Site 035214020|Active|MOE|Japan Ministry of Environment||34.076037|131.762807||9.00||||||| +035214020|035214020|392035214020|NOX|Permanent|4020|JPN Site 035214020|Active|MOE|Japan Ministry of Environment||34.076037|131.762807||9.00||||||| +035214020|035214020|392035214020|NO|Permanent|4020|JPN Site 035214020|Active|MOE|Japan Ministry of Environment||34.076037|131.762807||9.00||||||| +035321010|035321010|392035321010|SO2|Permanent|1010|JPN Site 035321010|Active|MOE|Japan Ministry of Environment||34.206586|132.218596||9.00||||||| +035321010|035321010|392035321010|NOX|Permanent|1010|JPN Site 035321010|Active|MOE|Japan Ministry of Environment||34.206586|132.218596||9.00||||||| +035321010|035321010|392035321010|NO|Permanent|1010|JPN Site 035321010|Active|MOE|Japan Ministry of Environment||34.206586|132.218596||9.00||||||| +035321010|035321010|392035321010|NO2|Permanent|1010|JPN Site 035321010|Active|MOE|Japan Ministry of Environment||34.206586|132.218596||9.00||||||| +036201010|036201010|392036201010|NO2|Permanent|1010|JPN Site 036201010|Active|MOE|Japan Ministry of Environment||34.108582|134.575072||9.00||||||| +036201010|036201010|392036201010|SO2|Permanent|1010|JPN Site 036201010|Active|MOE|Japan Ministry of Environment||34.108582|134.575072||9.00||||||| +036201010|036201010|392036201010|NOX|Permanent|1010|JPN Site 036201010|Active|MOE|Japan Ministry of Environment||34.108582|134.575072||9.00||||||| +036201010|036201010|392036201010|NO|Permanent|1010|JPN Site 036201010|Active|MOE|Japan Ministry of Environment||34.108582|134.575072||9.00||||||| +036201030|036201030|392036201030|WS|Permanent|1030|JPN Site 036201030|Active|MOE|Japan Ministry of Environment||34.115803|134.527576||9.00||||||| +036201030|036201030|392036201030|WD|Permanent|1030|JPN Site 036201030|Active|MOE|Japan Ministry of Environment||34.115803|134.527576||9.00||||||| +036201030|036201030|392036201030|NO|Permanent|1030|JPN Site 036201030|Active|MOE|Japan Ministry of Environment||34.115803|134.527576||9.00||||||| +036201030|036201030|392036201030|NOX|Permanent|1030|JPN Site 036201030|Active|MOE|Japan Ministry of Environment||34.115803|134.527576||9.00||||||| +036201030|036201030|392036201030|NO2|Permanent|1030|JPN Site 036201030|Active|MOE|Japan Ministry of Environment||34.115803|134.527576||9.00||||||| +036201030|036201030|392036201030|SO2|Permanent|1030|JPN Site 036201030|Active|MOE|Japan Ministry of Environment||34.115803|134.527576||9.00||||||| +036201080|036201080|392036201080|WD|Permanent|1080|JPN Site 036201080|Active|MOE|Japan Ministry of Environment||34.069975|134.560908||9.00||||||| +036201080|036201080|392036201080|NOX|Permanent|1080|JPN Site 036201080|Active|MOE|Japan Ministry of Environment||34.069975|134.560908||9.00||||||| +036201080|036201080|392036201080|NO|Permanent|1080|JPN Site 036201080|Active|MOE|Japan Ministry of Environment||34.069975|134.560908||9.00||||||| +036201080|036201080|392036201080|NO2|Permanent|1080|JPN Site 036201080|Active|MOE|Japan Ministry of Environment||34.069975|134.560908||9.00||||||| +036201080|036201080|392036201080|SO2|Permanent|1080|JPN Site 036201080|Active|MOE|Japan Ministry of Environment||34.069975|134.560908||9.00||||||| +036201080|036201080|392036201080|WS|Permanent|1080|JPN Site 036201080|Active|MOE|Japan Ministry of Environment||34.069975|134.560908||9.00||||||| +036201110|036201110|392036201110|NOX|Permanent|1110|JPN Site 036201110|Active|MOE|Japan Ministry of Environment||34.033589|134.509247||9.00||||||| +036201110|036201110|392036201110|NO|Permanent|1110|JPN Site 036201110|Active|MOE|Japan Ministry of Environment||34.033589|134.509247||9.00||||||| +036201110|036201110|392036201110|NO2|Permanent|1110|JPN Site 036201110|Active|MOE|Japan Ministry of Environment||34.033589|134.509247||9.00||||||| +036201110|036201110|392036201110|SO2|Permanent|1110|JPN Site 036201110|Active|MOE|Japan Ministry of Environment||34.033589|134.509247||9.00||||||| +036201110|036201110|392036201110|WS|Permanent|1110|JPN Site 036201110|Active|MOE|Japan Ministry of Environment||34.033589|134.509247||9.00||||||| +036201110|036201110|392036201110|WD|Permanent|1110|JPN Site 036201110|Active|MOE|Japan Ministry of Environment||34.033589|134.509247||9.00||||||| +036201510|036201510|392036201510|SO2|Permanent|1510|JPN Site 036201510|Active|MOE|Japan Ministry of Environment||34.069419|134.558131||9.00||||||| +036201510|036201510|392036201510|NOX|Permanent|1510|JPN Site 036201510|Active|MOE|Japan Ministry of Environment||34.069419|134.558131||9.00||||||| +036201510|036201510|392036201510|NO|Permanent|1510|JPN Site 036201510|Active|MOE|Japan Ministry of Environment||34.069419|134.558131||9.00||||||| +036201510|036201510|392036201510|NO2|Permanent|1510|JPN Site 036201510|Active|MOE|Japan Ministry of Environment||34.069419|134.558131||9.00||||||| +036201510|036201510|392036201510|CO|Permanent|1510|JPN Site 036201510|Active|MOE|Japan Ministry of Environment||34.069419|134.558131||9.00||||||| +036202010|036202010|392036202010|SO2|Permanent|2010|JPN Site 036202010|Active|MOE|Japan Ministry of Environment||34.173576|134.612844||9.00||||||| +036202010|036202010|392036202010|WS|Permanent|2010|JPN Site 036202010|Active|MOE|Japan Ministry of Environment||34.173576|134.612844||9.00||||||| +036202010|036202010|392036202010|WD|Permanent|2010|JPN Site 036202010|Active|MOE|Japan Ministry of Environment||34.173576|134.612844||9.00||||||| +036202010|036202010|392036202010|NOX|Permanent|2010|JPN Site 036202010|Active|MOE|Japan Ministry of Environment||34.173576|134.612844||9.00||||||| +036202010|036202010|392036202010|NO|Permanent|2010|JPN Site 036202010|Active|MOE|Japan Ministry of Environment||34.173576|134.612844||9.00||||||| +036202010|036202010|392036202010|NO2|Permanent|2010|JPN Site 036202010|Active|MOE|Japan Ministry of Environment||34.173576|134.612844||9.00||||||| +036203010|036203010|392036203010|NO|Permanent|3010|JPN Site 036203010|Active|MOE|Japan Ministry of Environment||34.006649|134.585631||9.00||||||| +036203010|036203010|392036203010|NO2|Permanent|3010|JPN Site 036203010|Active|MOE|Japan Ministry of Environment||34.006649|134.585631||9.00||||||| +036203010|036203010|392036203010|SO2|Permanent|3010|JPN Site 036203010|Active|MOE|Japan Ministry of Environment||34.006649|134.585631||9.00||||||| +036203010|036203010|392036203010|NOX|Permanent|3010|JPN Site 036203010|Active|MOE|Japan Ministry of Environment||34.006649|134.585631||9.00||||||| +036204010|036204010|392036204010|NO|Permanent|4010|JPN Site 036204010|Active|MOE|Japan Ministry of Environment||33.928325|134.668684||9.00||||||| +036204010|036204010|392036204010|NO2|Permanent|4010|JPN Site 036204010|Active|MOE|Japan Ministry of Environment||33.928325|134.668684||9.00||||||| +036204010|036204010|392036204010|SO2|Permanent|4010|JPN Site 036204010|Active|MOE|Japan Ministry of Environment||33.928325|134.668684||9.00||||||| +036204010|036204010|392036204010|NOX|Permanent|4010|JPN Site 036204010|Active|MOE|Japan Ministry of Environment||33.928325|134.668684||9.00||||||| +036204020|036204020|392036204020|WS|Permanent|4020|JPN Site 036204020|Active|MOE|Japan Ministry of Environment||33.884997|134.668686||9.00||||||| +036204020|036204020|392036204020|WD|Permanent|4020|JPN Site 036204020|Active|MOE|Japan Ministry of Environment||33.884997|134.668686||9.00||||||| +036204020|036204020|392036204020|NOX|Permanent|4020|JPN Site 036204020|Active|MOE|Japan Ministry of Environment||33.884997|134.668686||9.00||||||| +036204020|036204020|392036204020|NO|Permanent|4020|JPN Site 036204020|Active|MOE|Japan Ministry of Environment||33.884997|134.668686||9.00||||||| +036204020|036204020|392036204020|NO2|Permanent|4020|JPN Site 036204020|Active|MOE|Japan Ministry of Environment||33.884997|134.668686||9.00||||||| +036204020|036204020|392036204020|SO2|Permanent|4020|JPN Site 036204020|Active|MOE|Japan Ministry of Environment||33.884997|134.668686||9.00||||||| +036204040|036204040|392036204040|NO2|Permanent|4040|JPN Site 036204040|Active|MOE|Japan Ministry of Environment||33.831669|134.678965||9.00||||||| +036204040|036204040|392036204040|NOX|Permanent|4040|JPN Site 036204040|Active|MOE|Japan Ministry of Environment||33.831669|134.678965||9.00||||||| +036204040|036204040|392036204040|NO|Permanent|4040|JPN Site 036204040|Active|MOE|Japan Ministry of Environment||33.831669|134.678965||9.00||||||| +036204050|036204050|392036204050|SO2|Permanent|4050|JPN Site 036204050|Active|MOE|Japan Ministry of Environment||33.936101|134.600356||9.00||||||| +036204050|036204050|392036204050|WS|Permanent|4050|JPN Site 036204050|Active|MOE|Japan Ministry of Environment||33.936101|134.600356||9.00||||||| +036204050|036204050|392036204050|WD|Permanent|4050|JPN Site 036204050|Active|MOE|Japan Ministry of Environment||33.936101|134.600356||9.00||||||| +036204060|036204060|392036204060|WD|Permanent|4060|JPN Site 036204060|Active|MOE|Japan Ministry of Environment||33.923881|134.640075||9.00||||||| +036204060|036204060|392036204060|SO2|Permanent|4060|JPN Site 036204060|Active|MOE|Japan Ministry of Environment||33.923881|134.640075||9.00||||||| +036204060|036204060|392036204060|WS|Permanent|4060|JPN Site 036204060|Active|MOE|Japan Ministry of Environment||33.923881|134.640075||9.00||||||| +036204070|036204070|392036204070|WD|Permanent|4070|JPN Site 036204070|Active|MOE|Japan Ministry of Environment||33.872220|134.640911||9.00||||||| +036204070|036204070|392036204070|SO2|Permanent|4070|JPN Site 036204070|Active|MOE|Japan Ministry of Environment||33.872220|134.640911||9.00||||||| +036204070|036204070|392036204070|WS|Permanent|4070|JPN Site 036204070|Active|MOE|Japan Ministry of Environment||33.872220|134.640911||9.00||||||| +036204080|036204080|392036204080|SO2|Permanent|4080|JPN Site 036204080|Active|MOE|Japan Ministry of Environment||33.825002|134.604249||9.00||||||| +036204080|036204080|392036204080|WS|Permanent|4080|JPN Site 036204080|Active|MOE|Japan Ministry of Environment||33.825002|134.604249||9.00||||||| +036204080|036204080|392036204080|WD|Permanent|4080|JPN Site 036204080|Active|MOE|Japan Ministry of Environment||33.825002|134.604249||9.00||||||| +036205010|036205010|392036205010|NOX|Permanent|5010|JPN Site 036205010|Active|MOE|Japan Ministry of Environment||34.070805|134.355925||9.00||||||| +036205010|036205010|392036205010|NO|Permanent|5010|JPN Site 036205010|Active|MOE|Japan Ministry of Environment||34.070805|134.355925||9.00||||||| +036205010|036205010|392036205010|NO2|Permanent|5010|JPN Site 036205010|Active|MOE|Japan Ministry of Environment||34.070805|134.355925||9.00||||||| +036342010|036342010|392036342010|NO2|Permanent|2010|JPN Site 036342010|Active|MOE|Japan Ministry of Environment||33.972482|134.360652||9.00||||||| +036342010|036342010|392036342010|NOX|Permanent|2010|JPN Site 036342010|Active|MOE|Japan Ministry of Environment||33.972482|134.360652||9.00||||||| +036342010|036342010|392036342010|NO|Permanent|2010|JPN Site 036342010|Active|MOE|Japan Ministry of Environment||33.972482|134.360652||9.00||||||| +036361010|036361010|392036361010|NOX|Permanent|1010|JPN Site 036361010|Active|MOE|Japan Ministry of Environment||33.962766|134.640629||9.00||||||| +036361010|036361010|392036361010|NO|Permanent|1010|JPN Site 036361010|Active|MOE|Japan Ministry of Environment||33.962766|134.640629||9.00||||||| +036361010|036361010|392036361010|NO2|Permanent|1010|JPN Site 036361010|Active|MOE|Japan Ministry of Environment||33.962766|134.640629||9.00||||||| +036361010|036361010|392036361010|SO2|Permanent|1010|JPN Site 036361010|Active|MOE|Japan Ministry of Environment||33.962766|134.640629||9.00||||||| +036363010|036363010|392036363010|NO2|Permanent|3010|JPN Site 036363010|Active|MOE|Japan Ministry of Environment||33.857497|134.494257||9.00||||||| +036363010|036363010|392036363010|NOX|Permanent|3010|JPN Site 036363010|Active|MOE|Japan Ministry of Environment||33.857497|134.494257||9.00||||||| +036363010|036363010|392036363010|NO|Permanent|3010|JPN Site 036363010|Active|MOE|Japan Ministry of Environment||33.857497|134.494257||9.00||||||| +036381010|036381010|392036381010|NO2|Permanent|1010|JPN Site 036381010|Active|MOE|Japan Ministry of Environment||33.777229|134.597308||9.00||||||| +036381010|036381010|392036381010|SO2|Permanent|1010|JPN Site 036381010|Active|MOE|Japan Ministry of Environment||33.777229|134.597308||9.00||||||| +036381010|036381010|392036381010|NOX|Permanent|1010|JPN Site 036381010|Active|MOE|Japan Ministry of Environment||33.777229|134.597308||9.00||||||| +036381010|036381010|392036381010|NO|Permanent|1010|JPN Site 036381010|Active|MOE|Japan Ministry of Environment||33.777229|134.597308||9.00||||||| +036402010|036402010|392036402010|NOX|Permanent|2010|JPN Site 036402010|Active|MOE|Japan Ministry of Environment||34.118581|134.543407||9.00||||||| +036402010|036402010|392036402010|NO|Permanent|2010|JPN Site 036402010|Active|MOE|Japan Ministry of Environment||34.118581|134.543407||9.00||||||| +036402010|036402010|392036402010|NO2|Permanent|2010|JPN Site 036402010|Active|MOE|Japan Ministry of Environment||34.118581|134.543407||9.00||||||| +036402010|036402010|392036402010|SO2|Permanent|2010|JPN Site 036402010|Active|MOE|Japan Ministry of Environment||34.118581|134.543407||9.00||||||| +036461010|036461010|392036461010|WS|Permanent|1010|JPN Site 036461010|Active|MOE|Japan Ministry of Environment||34.065802|134.162608||9.00||||||| +036461010|036461010|392036461010|WD|Permanent|1010|JPN Site 036461010|Active|MOE|Japan Ministry of Environment||34.065802|134.162608||9.00||||||| +036461010|036461010|392036461010|NOX|Permanent|1010|JPN Site 036461010|Active|MOE|Japan Ministry of Environment||34.065802|134.162608||9.00||||||| +036461010|036461010|392036461010|NO|Permanent|1010|JPN Site 036461010|Active|MOE|Japan Ministry of Environment||34.065802|134.162608||9.00||||||| +036461010|036461010|392036461010|NO2|Permanent|1010|JPN Site 036461010|Active|MOE|Japan Ministry of Environment||34.065802|134.162608||9.00||||||| +036461010|036461010|392036461010|SO2|Permanent|1010|JPN Site 036461010|Active|MOE|Japan Ministry of Environment||34.065802|134.162608||9.00||||||| +036483010|036483010|392036483010|NO|Permanent|3010|JPN Site 036483010|Active|MOE|Japan Ministry of Environment||34.026911|133.798473||9.00||||||| +036483010|036483010|392036483010|NO2|Permanent|3010|JPN Site 036483010|Active|MOE|Japan Ministry of Environment||34.026911|133.798473||9.00||||||| +036483010|036483010|392036483010|SO2|Permanent|3010|JPN Site 036483010|Active|MOE|Japan Ministry of Environment||34.026911|133.798473||9.00||||||| +036483010|036483010|392036483010|NOX|Permanent|3010|JPN Site 036483010|Active|MOE|Japan Ministry of Environment||34.026911|133.798473||9.00||||||| +037201010|037201010|392037201010|WS|Permanent|1010|JPN Site 037201010|Active|MOE|Japan Ministry of Environment||34.345492|134.060937||9.00||||||| +037201010|037201010|392037201010|WD|Permanent|1010|JPN Site 037201010|Active|MOE|Japan Ministry of Environment||34.345492|134.060937||9.00||||||| +037201010|037201010|392037201010|NOX|Permanent|1010|JPN Site 037201010|Active|MOE|Japan Ministry of Environment||34.345492|134.060937||9.00||||||| +037201010|037201010|392037201010|NO|Permanent|1010|JPN Site 037201010|Active|MOE|Japan Ministry of Environment||34.345492|134.060937||9.00||||||| +037201010|037201010|392037201010|NO2|Permanent|1010|JPN Site 037201010|Active|MOE|Japan Ministry of Environment||34.345492|134.060937||9.00||||||| +037201010|037201010|392037201010|SO2|Permanent|1010|JPN Site 037201010|Active|MOE|Japan Ministry of Environment||34.345492|134.060937||9.00||||||| +037201080|037201080|392037201080|NO|Permanent|1080|JPN Site 037201080|Active|MOE|Japan Ministry of Environment||34.305495|133.960114||9.00||||||| +037201080|037201080|392037201080|NO2|Permanent|1080|JPN Site 037201080|Active|MOE|Japan Ministry of Environment||34.305495|133.960114||9.00||||||| +037201080|037201080|392037201080|SO2|Permanent|1080|JPN Site 037201080|Active|MOE|Japan Ministry of Environment||34.305495|133.960114||9.00||||||| +037201080|037201080|392037201080|WS|Permanent|1080|JPN Site 037201080|Active|MOE|Japan Ministry of Environment||34.305495|133.960114||9.00||||||| +037201080|037201080|392037201080|WD|Permanent|1080|JPN Site 037201080|Active|MOE|Japan Ministry of Environment||34.305495|133.960114||9.00||||||| +037201080|037201080|392037201080|NOX|Permanent|1080|JPN Site 037201080|Active|MOE|Japan Ministry of Environment||34.305495|133.960114||9.00||||||| +037201090|037201090|392037201090|NO|Permanent|1090|JPN Site 037201090|Active|MOE|Japan Ministry of Environment||34.331328|134.118711||9.00||||||| +037201090|037201090|392037201090|NO2|Permanent|1090|JPN Site 037201090|Active|MOE|Japan Ministry of Environment||34.331328|134.118711||9.00||||||| +037201090|037201090|392037201090|SO2|Permanent|1090|JPN Site 037201090|Active|MOE|Japan Ministry of Environment||34.331328|134.118711||9.00||||||| +037201090|037201090|392037201090|WS|Permanent|1090|JPN Site 037201090|Active|MOE|Japan Ministry of Environment||34.331328|134.118711||9.00||||||| +037201090|037201090|392037201090|WD|Permanent|1090|JPN Site 037201090|Active|MOE|Japan Ministry of Environment||34.331328|134.118711||9.00||||||| +037201090|037201090|392037201090|NOX|Permanent|1090|JPN Site 037201090|Active|MOE|Japan Ministry of Environment||34.331328|134.118711||9.00||||||| +037201100|037201100|392037201100|NOX|Permanent|1100|JPN Site 037201100|Active|MOE|Japan Ministry of Environment||34.236892|134.032333||9.00||||||| +037201100|037201100|392037201100|NO|Permanent|1100|JPN Site 037201100|Active|MOE|Japan Ministry of Environment||34.236892|134.032333||9.00||||||| +037201100|037201100|392037201100|NO2|Permanent|1100|JPN Site 037201100|Active|MOE|Japan Ministry of Environment||34.236892|134.032333||9.00||||||| +037201100|037201100|392037201100|SO2|Permanent|1100|JPN Site 037201100|Active|MOE|Japan Ministry of Environment||34.236892|134.032333||9.00||||||| +037201100|037201100|392037201100|WD|Permanent|1100|JPN Site 037201100|Active|MOE|Japan Ministry of Environment||34.236892|134.032333||9.00||||||| +037201510|037201510|392037201510|NO2|Permanent|1510|JPN Site 037201510|Active|MOE|Japan Ministry of Environment||34.330771|134.046494||9.00||||||| +037201510|037201510|392037201510|CO|Permanent|1510|JPN Site 037201510|Active|MOE|Japan Ministry of Environment||34.330771|134.046494||9.00||||||| +037201510|037201510|392037201510|NOX|Permanent|1510|JPN Site 037201510|Active|MOE|Japan Ministry of Environment||34.330771|134.046494||9.00||||||| +037201510|037201510|392037201510|NO|Permanent|1510|JPN Site 037201510|Active|MOE|Japan Ministry of Environment||34.330771|134.046494||9.00||||||| +037201540|037201540|392037201540|NOX|Permanent|1540|JPN Site 037201540|Active|MOE|Japan Ministry of Environment||34.340493|134.047327||9.00||||||| +037201540|037201540|392037201540|NO|Permanent|1540|JPN Site 037201540|Active|MOE|Japan Ministry of Environment||34.340493|134.047327||9.00||||||| +037201540|037201540|392037201540|NO2|Permanent|1540|JPN Site 037201540|Active|MOE|Japan Ministry of Environment||34.340493|134.047327||9.00||||||| +037201550|037201550|392037201550|NO2|Permanent|1550|JPN Site 037201550|Active|MOE|Japan Ministry of Environment||34.317717|134.025663||9.00||||||| +037201550|037201550|392037201550|WS|Permanent|1550|JPN Site 037201550|Active|MOE|Japan Ministry of Environment||34.317717|134.025663||9.00||||||| +037201550|037201550|392037201550|WD|Permanent|1550|JPN Site 037201550|Active|MOE|Japan Ministry of Environment||34.317717|134.025663||9.00||||||| +037201550|037201550|392037201550|NOX|Permanent|1550|JPN Site 037201550|Active|MOE|Japan Ministry of Environment||34.317717|134.025663||9.00||||||| +037201550|037201550|392037201550|NO|Permanent|1550|JPN Site 037201550|Active|MOE|Japan Ministry of Environment||34.317717|134.025663||9.00||||||| +037202030|037202030|392037202030|NO2|Permanent|2030|JPN Site 037202030|Active|MOE|Japan Ministry of Environment||34.279939|133.786241||9.00||||||| +037202030|037202030|392037202030|SO2|Permanent|2030|JPN Site 037202030|Active|MOE|Japan Ministry of Environment||34.279939|133.786241||9.00||||||| +037202030|037202030|392037202030|WS|Permanent|2030|JPN Site 037202030|Active|MOE|Japan Ministry of Environment||34.279939|133.786241||9.00||||||| +037202030|037202030|392037202030|WD|Permanent|2030|JPN Site 037202030|Active|MOE|Japan Ministry of Environment||34.279939|133.786241||9.00||||||| +037202030|037202030|392037202030|NOX|Permanent|2030|JPN Site 037202030|Active|MOE|Japan Ministry of Environment||34.279939|133.786241||9.00||||||| +037202030|037202030|392037202030|NO|Permanent|2030|JPN Site 037202030|Active|MOE|Japan Ministry of Environment||34.279939|133.786241||9.00||||||| +037202070|037202070|392037202070|NO2|Permanent|2070|JPN Site 037202070|Active|MOE|Japan Ministry of Environment||34.302993|133.813737||9.00||||||| +037202070|037202070|392037202070|SO2|Permanent|2070|JPN Site 037202070|Active|MOE|Japan Ministry of Environment||34.302993|133.813737||9.00||||||| +037202070|037202070|392037202070|WS|Permanent|2070|JPN Site 037202070|Active|MOE|Japan Ministry of Environment||34.302993|133.813737||9.00||||||| +037202070|037202070|392037202070|WD|Permanent|2070|JPN Site 037202070|Active|MOE|Japan Ministry of Environment||34.302993|133.813737||9.00||||||| +037202070|037202070|392037202070|NOX|Permanent|2070|JPN Site 037202070|Active|MOE|Japan Ministry of Environment||34.302993|133.813737||9.00||||||| +037202070|037202070|392037202070|NO|Permanent|2070|JPN Site 037202070|Active|MOE|Japan Ministry of Environment||34.302993|133.813737||9.00||||||| +037203010|037203010|392037203010|SO2|Permanent|3010|JPN Site 037203010|Active|MOE|Japan Ministry of Environment||34.323547|133.855677||9.00||||||| +037203010|037203010|392037203010|NOX|Permanent|3010|JPN Site 037203010|Active|MOE|Japan Ministry of Environment||34.323547|133.855677||9.00||||||| +037203010|037203010|392037203010|NO|Permanent|3010|JPN Site 037203010|Active|MOE|Japan Ministry of Environment||34.323547|133.855677||9.00||||||| +037203010|037203010|392037203010|NO2|Permanent|3010|JPN Site 037203010|Active|MOE|Japan Ministry of Environment||34.323547|133.855677||9.00||||||| +037203010|037203010|392037203010|CO|Permanent|3010|JPN Site 037203010|Active|MOE|Japan Ministry of Environment||34.323547|133.855677||9.00||||||| +037203020|037203020|392037203020|SO2|Permanent|3020|JPN Site 037203020|Active|MOE|Japan Ministry of Environment||34.352710|133.848177||9.00||||||| +037203020|037203020|392037203020|WS|Permanent|3020|JPN Site 037203020|Active|MOE|Japan Ministry of Environment||34.352710|133.848177||9.00||||||| +037203020|037203020|392037203020|WD|Permanent|3020|JPN Site 037203020|Active|MOE|Japan Ministry of Environment||34.352710|133.848177||9.00||||||| +037203020|037203020|392037203020|NOX|Permanent|3020|JPN Site 037203020|Active|MOE|Japan Ministry of Environment||34.352710|133.848177||9.00||||||| +037203020|037203020|392037203020|NO|Permanent|3020|JPN Site 037203020|Active|MOE|Japan Ministry of Environment||34.352710|133.848177||9.00||||||| +037203020|037203020|392037203020|NO2|Permanent|3020|JPN Site 037203020|Active|MOE|Japan Ministry of Environment||34.352710|133.848177||9.00||||||| +037203040|037203040|392037203040|NOX|Permanent|3040|JPN Site 037203040|Active|MOE|Japan Ministry of Environment||34.365487|133.892617||9.00||||||| +037203040|037203040|392037203040|NO|Permanent|3040|JPN Site 037203040|Active|MOE|Japan Ministry of Environment||34.365487|133.892617||9.00||||||| +037203040|037203040|392037203040|NO2|Permanent|3040|JPN Site 037203040|Active|MOE|Japan Ministry of Environment||34.365487|133.892617||9.00||||||| +037203040|037203040|392037203040|SO2|Permanent|3040|JPN Site 037203040|Active|MOE|Japan Ministry of Environment||34.365487|133.892617||9.00||||||| +037203040|037203040|392037203040|WS|Permanent|3040|JPN Site 037203040|Active|MOE|Japan Ministry of Environment||34.365487|133.892617||9.00||||||| +037203040|037203040|392037203040|WD|Permanent|3040|JPN Site 037203040|Active|MOE|Japan Ministry of Environment||34.365487|133.892617||9.00||||||| +037203050|037203050|392037203050|NOX|Permanent|3050|JPN Site 037203050|Active|MOE|Japan Ministry of Environment||34.322992|133.887341||9.00||||||| +037203050|037203050|392037203050|NO|Permanent|3050|JPN Site 037203050|Active|MOE|Japan Ministry of Environment||34.322992|133.887341||9.00||||||| +037203050|037203050|392037203050|NO2|Permanent|3050|JPN Site 037203050|Active|MOE|Japan Ministry of Environment||34.322992|133.887341||9.00||||||| +037203050|037203050|392037203050|SO2|Permanent|3050|JPN Site 037203050|Active|MOE|Japan Ministry of Environment||34.322992|133.887341||9.00||||||| +037203050|037203050|392037203050|WS|Permanent|3050|JPN Site 037203050|Active|MOE|Japan Ministry of Environment||34.322992|133.887341||9.00||||||| +037203050|037203050|392037203050|WD|Permanent|3050|JPN Site 037203050|Active|MOE|Japan Ministry of Environment||34.322992|133.887341||9.00||||||| +037203110|037203110|392037203110|NO2|Permanent|3110|JPN Site 037203110|Active|MOE|Japan Ministry of Environment||34.299938|133.847346||9.00||||||| +037203110|037203110|392037203110|SO2|Permanent|3110|JPN Site 037203110|Active|MOE|Japan Ministry of Environment||34.299938|133.847346||9.00||||||| +037203110|037203110|392037203110|NOX|Permanent|3110|JPN Site 037203110|Active|MOE|Japan Ministry of Environment||34.299938|133.847346||9.00||||||| +037203110|037203110|392037203110|NO|Permanent|3110|JPN Site 037203110|Active|MOE|Japan Ministry of Environment||34.299938|133.847346||9.00||||||| +037203130|037203130|392037203130|NO2|Permanent|3130|JPN Site 037203130|Active|MOE|Japan Ministry of Environment||34.424368|133.805677||9.00||||||| +037203130|037203130|392037203130|SO2|Permanent|3130|JPN Site 037203130|Active|MOE|Japan Ministry of Environment||34.424368|133.805677||9.00||||||| +037203130|037203130|392037203130|NOX|Permanent|3130|JPN Site 037203130|Active|MOE|Japan Ministry of Environment||34.424368|133.805677||9.00||||||| +037203130|037203130|392037203130|NO|Permanent|3130|JPN Site 037203130|Active|MOE|Japan Ministry of Environment||34.424368|133.805677||9.00||||||| +037205010|037205010|392037205010|NO2|Permanent|5010|JPN Site 037205010|Active|MOE|Japan Ministry of Environment||34.127731|133.661814||9.00||||||| +037205010|037205010|392037205010|SO2|Permanent|5010|JPN Site 037205010|Active|MOE|Japan Ministry of Environment||34.127731|133.661814||9.00||||||| +037205010|037205010|392037205010|NOX|Permanent|5010|JPN Site 037205010|Active|MOE|Japan Ministry of Environment||34.127731|133.661814||9.00||||||| +037205010|037205010|392037205010|NO|Permanent|5010|JPN Site 037205010|Active|MOE|Japan Ministry of Environment||34.127731|133.661814||9.00||||||| +037206010|037206010|392037206010|NO2|Permanent|6010|JPN Site 037206010|Active|MOE|Japan Ministry of Environment||34.292723|134.245646||9.00||||||| +037206010|037206010|392037206010|SO2|Permanent|6010|JPN Site 037206010|Active|MOE|Japan Ministry of Environment||34.292723|134.245646||9.00||||||| +037206010|037206010|392037206010|NOX|Permanent|6010|JPN Site 037206010|Active|MOE|Japan Ministry of Environment||34.292723|134.245646||9.00||||||| +037206010|037206010|392037206010|NO|Permanent|6010|JPN Site 037206010|Active|MOE|Japan Ministry of Environment||34.292723|134.245646||9.00||||||| +037322010|037322010|392037322010|NOX|Permanent|2010|JPN Site 037322010|Active|MOE|Japan Ministry of Environment||34.488535|134.188420||9.00||||||| +037322010|037322010|392037322010|NO|Permanent|2010|JPN Site 037322010|Active|MOE|Japan Ministry of Environment||34.488535|134.188420||9.00||||||| +037322010|037322010|392037322010|NO2|Permanent|2010|JPN Site 037322010|Active|MOE|Japan Ministry of Environment||34.488535|134.188420||9.00||||||| +037322010|037322010|392037322010|SO2|Permanent|2010|JPN Site 037322010|Active|MOE|Japan Ministry of Environment||34.488535|134.188420||9.00||||||| +037364010|037364010|392037364010|NO|Permanent|4010|JPN Site 037364010|Active|MOE|Japan Ministry of Environment||34.459923|133.995382||9.00||||||| +037364010|037364010|392037364010|NO2|Permanent|4010|JPN Site 037364010|Active|MOE|Japan Ministry of Environment||34.459923|133.995382||9.00||||||| +037364010|037364010|392037364010|SO2|Permanent|4010|JPN Site 037364010|Active|MOE|Japan Ministry of Environment||34.459923|133.995382||9.00||||||| +037364010|037364010|392037364010|WS|Permanent|4010|JPN Site 037364010|Active|MOE|Japan Ministry of Environment||34.459923|133.995382||9.00||||||| +037364010|037364010|392037364010|WD|Permanent|4010|JPN Site 037364010|Active|MOE|Japan Ministry of Environment||34.459923|133.995382||9.00||||||| +037364010|037364010|392037364010|NOX|Permanent|4010|JPN Site 037364010|Active|MOE|Japan Ministry of Environment||34.459923|133.995382||9.00||||||| +038201020|038201020|392038201020|WD|Permanent|1020|JPN Site 038201020|Active|MOE|Japan Ministry of Environment||33.823025|132.725794||9.00||||||| +038201020|038201020|392038201020|NOX|Permanent|1020|JPN Site 038201020|Active|MOE|Japan Ministry of Environment||33.823025|132.725794||9.00||||||| +038201020|038201020|392038201020|NO|Permanent|1020|JPN Site 038201020|Active|MOE|Japan Ministry of Environment||33.823025|132.725794||9.00||||||| +038201020|038201020|392038201020|NO2|Permanent|1020|JPN Site 038201020|Active|MOE|Japan Ministry of Environment||33.823025|132.725794||9.00||||||| +038201020|038201020|392038201020|SO2|Permanent|1020|JPN Site 038201020|Active|MOE|Japan Ministry of Environment||33.823025|132.725794||9.00||||||| +038201020|038201020|392038201020|WS|Permanent|1020|JPN Site 038201020|Active|MOE|Japan Ministry of Environment||33.823025|132.725794||9.00||||||| +038201030|038201030|392038201030|NO|Permanent|1030|JPN Site 038201030|Active|MOE|Japan Ministry of Environment||33.891629|132.730235||9.00||||||| +038201030|038201030|392038201030|NO2|Permanent|1030|JPN Site 038201030|Active|MOE|Japan Ministry of Environment||33.891629|132.730235||9.00||||||| +038201030|038201030|392038201030|SO2|Permanent|1030|JPN Site 038201030|Active|MOE|Japan Ministry of Environment||33.891629|132.730235||9.00||||||| +038201030|038201030|392038201030|WS|Permanent|1030|JPN Site 038201030|Active|MOE|Japan Ministry of Environment||33.891629|132.730235||9.00||||||| +038201030|038201030|392038201030|WD|Permanent|1030|JPN Site 038201030|Active|MOE|Japan Ministry of Environment||33.891629|132.730235||9.00||||||| +038201030|038201030|392038201030|NOX|Permanent|1030|JPN Site 038201030|Active|MOE|Japan Ministry of Environment||33.891629|132.730235||9.00||||||| +038201080|038201080|392038201080|WD|Permanent|1080|JPN Site 038201080|Active|MOE|Japan Ministry of Environment||33.844967|132.724960||9.00||||||| +038201080|038201080|392038201080|NOX|Permanent|1080|JPN Site 038201080|Active|MOE|Japan Ministry of Environment||33.844967|132.724960||9.00||||||| +038201080|038201080|392038201080|NO|Permanent|1080|JPN Site 038201080|Active|MOE|Japan Ministry of Environment||33.844967|132.724960||9.00||||||| +038201080|038201080|392038201080|NO2|Permanent|1080|JPN Site 038201080|Active|MOE|Japan Ministry of Environment||33.844967|132.724960||9.00||||||| +038201080|038201080|392038201080|SO2|Permanent|1080|JPN Site 038201080|Active|MOE|Japan Ministry of Environment||33.844967|132.724960||9.00||||||| +038201080|038201080|392038201080|WS|Permanent|1080|JPN Site 038201080|Active|MOE|Japan Ministry of Environment||33.844967|132.724960||9.00||||||| +038201090|038201090|392038201090|NOX|Permanent|1090|JPN Site 038201090|Active|MOE|Japan Ministry of Environment||33.816914|132.701630||9.00||||||| +038201090|038201090|392038201090|NO|Permanent|1090|JPN Site 038201090|Active|MOE|Japan Ministry of Environment||33.816914|132.701630||9.00||||||| +038201090|038201090|392038201090|NO2|Permanent|1090|JPN Site 038201090|Active|MOE|Japan Ministry of Environment||33.816914|132.701630||9.00||||||| +038201090|038201090|392038201090|CO|Permanent|1090|JPN Site 038201090|Active|MOE|Japan Ministry of Environment||33.816914|132.701630||9.00||||||| +038201090|038201090|392038201090|SO2|Permanent|1090|JPN Site 038201090|Active|MOE|Japan Ministry of Environment||33.816914|132.701630||9.00||||||| +038201090|038201090|392038201090|WS|Permanent|1090|JPN Site 038201090|Active|MOE|Japan Ministry of Environment||33.816914|132.701630||9.00||||||| +038201090|038201090|392038201090|WD|Permanent|1090|JPN Site 038201090|Active|MOE|Japan Ministry of Environment||33.816914|132.701630||9.00||||||| +038201510|038201510|392038201510|CO|Permanent|1510|JPN Site 038201510|Active|MOE|Japan Ministry of Environment||33.855244|132.756068||9.00||||||| +038201530|038201530|392038201530|NO2|Permanent|1530|JPN Site 038201530|Active|MOE|Japan Ministry of Environment||33.824692|132.760791||9.00||||||| +038201530|038201530|392038201530|CO|Permanent|1530|JPN Site 038201530|Active|MOE|Japan Ministry of Environment||33.824692|132.760791||9.00||||||| +038201530|038201530|392038201530|SO2|Permanent|1530|JPN Site 038201530|Active|MOE|Japan Ministry of Environment||33.824692|132.760791||9.00||||||| +038201530|038201530|392038201530|WS|Permanent|1530|JPN Site 038201530|Active|MOE|Japan Ministry of Environment||33.824692|132.760791||9.00||||||| +038201530|038201530|392038201530|WD|Permanent|1530|JPN Site 038201530|Active|MOE|Japan Ministry of Environment||33.824692|132.760791||9.00||||||| +038201530|038201530|392038201530|NOX|Permanent|1530|JPN Site 038201530|Active|MOE|Japan Ministry of Environment||33.824692|132.760791||9.00||||||| +038201530|038201530|392038201530|NO|Permanent|1530|JPN Site 038201530|Active|MOE|Japan Ministry of Environment||33.824692|132.760791||9.00||||||| +038205010|038205010|392038205010|NO2|Permanent|5010|JPN Site 038205010|Active|MOE|Japan Ministry of Environment||33.957742|133.281020||9.00||||||| +038205010|038205010|392038205010|SO2|Permanent|5010|JPN Site 038205010|Active|MOE|Japan Ministry of Environment||33.957742|133.281020||9.00||||||| +038205010|038205010|392038205010|TEMP|Permanent|5010|JPN Site 038205010|Active|MOE|Japan Ministry of Environment||33.957742|133.281020||9.00||||||| +038205010|038205010|392038205010|WS|Permanent|5010|JPN Site 038205010|Active|MOE|Japan Ministry of Environment||33.957742|133.281020||9.00||||||| +038205010|038205010|392038205010|WD|Permanent|5010|JPN Site 038205010|Active|MOE|Japan Ministry of Environment||33.957742|133.281020||9.00||||||| +038205010|038205010|392038205010|RHUM|Permanent|5010|JPN Site 038205010|Active|MOE|Japan Ministry of Environment||33.957742|133.281020||9.00||||||| +038205010|038205010|392038205010|NOX|Permanent|5010|JPN Site 038205010|Active|MOE|Japan Ministry of Environment||33.957742|133.281020||9.00||||||| +038205010|038205010|392038205010|NO|Permanent|5010|JPN Site 038205010|Active|MOE|Japan Ministry of Environment||33.957742|133.281020||9.00||||||| +038205020|038205020|392038205020|SO2|Permanent|5020|JPN Site 038205020|Active|MOE|Japan Ministry of Environment||33.961631|133.264910||9.00||||||| +038205020|038205020|392038205020|WS|Permanent|5020|JPN Site 038205020|Active|MOE|Japan Ministry of Environment||33.961631|133.264910||9.00||||||| +038205020|038205020|392038205020|WD|Permanent|5020|JPN Site 038205020|Active|MOE|Japan Ministry of Environment||33.961631|133.264910||9.00||||||| +038205060|038205060|392038205060|NO|Permanent|5060|JPN Site 038205060|Active|MOE|Japan Ministry of Environment||33.931634|133.279632||9.00||||||| +038205060|038205060|392038205060|NO2|Permanent|5060|JPN Site 038205060|Active|MOE|Japan Ministry of Environment||33.931634|133.279632||9.00||||||| +038205060|038205060|392038205060|CO|Permanent|5060|JPN Site 038205060|Active|MOE|Japan Ministry of Environment||33.931634|133.279632||9.00||||||| +038205060|038205060|392038205060|SO2|Permanent|5060|JPN Site 038205060|Active|MOE|Japan Ministry of Environment||33.931634|133.279632||9.00||||||| +038205060|038205060|392038205060|WS|Permanent|5060|JPN Site 038205060|Active|MOE|Japan Ministry of Environment||33.931634|133.279632||9.00||||||| +038205060|038205060|392038205060|WD|Permanent|5060|JPN Site 038205060|Active|MOE|Japan Ministry of Environment||33.931634|133.279632||9.00||||||| +038205060|038205060|392038205060|NOX|Permanent|5060|JPN Site 038205060|Active|MOE|Japan Ministry of Environment||33.931634|133.279632||9.00||||||| +038205080|038205080|392038205080|NO2|Permanent|5080|JPN Site 038205080|Active|MOE|Japan Ministry of Environment||33.974408|133.303239||9.00||||||| +038205080|038205080|392038205080|SO2|Permanent|5080|JPN Site 038205080|Active|MOE|Japan Ministry of Environment||33.974408|133.303239||9.00||||||| +038205080|038205080|392038205080|WS|Permanent|5080|JPN Site 038205080|Active|MOE|Japan Ministry of Environment||33.974408|133.303239||9.00||||||| +038205080|038205080|392038205080|WD|Permanent|5080|JPN Site 038205080|Active|MOE|Japan Ministry of Environment||33.974408|133.303239||9.00||||||| +038205080|038205080|392038205080|NOX|Permanent|5080|JPN Site 038205080|Active|MOE|Japan Ministry of Environment||33.974408|133.303239||9.00||||||| +038205080|038205080|392038205080|NO|Permanent|5080|JPN Site 038205080|Active|MOE|Japan Ministry of Environment||33.974408|133.303239||9.00||||||| +038205090|038205090|392038205090|NO2|Permanent|5090|JPN Site 038205090|Active|MOE|Japan Ministry of Environment||33.938300|133.303796||9.00||||||| +038205090|038205090|392038205090|WS|Permanent|5090|JPN Site 038205090|Active|MOE|Japan Ministry of Environment||33.938300|133.303796||9.00||||||| +038205090|038205090|392038205090|WD|Permanent|5090|JPN Site 038205090|Active|MOE|Japan Ministry of Environment||33.938300|133.303796||9.00||||||| +038205090|038205090|392038205090|NOX|Permanent|5090|JPN Site 038205090|Active|MOE|Japan Ministry of Environment||33.938300|133.303796||9.00||||||| +038205090|038205090|392038205090|NO|Permanent|5090|JPN Site 038205090|Active|MOE|Japan Ministry of Environment||33.938300|133.303796||9.00||||||| +038205100|038205100|392038205100|SO2|Permanent|5100|JPN Site 038205100|Active|MOE|Japan Ministry of Environment||33.978852|133.339069||9.00||||||| +038205100|038205100|392038205100|WS|Permanent|5100|JPN Site 038205100|Active|MOE|Japan Ministry of Environment||33.978852|133.339069||9.00||||||| +038205100|038205100|392038205100|WD|Permanent|5100|JPN Site 038205100|Active|MOE|Japan Ministry of Environment||33.978852|133.339069||9.00||||||| +038206020|038206020|392038206020|SO2|Permanent|6020|JPN Site 038206020|Active|MOE|Japan Ministry of Environment||33.919690|133.227137||9.00||||||| +038206020|038206020|392038206020|WS|Permanent|6020|JPN Site 038206020|Active|MOE|Japan Ministry of Environment||33.919690|133.227137||9.00||||||| +038206020|038206020|392038206020|WD|Permanent|6020|JPN Site 038206020|Active|MOE|Japan Ministry of Environment||33.919690|133.227137||9.00||||||| +038206050|038206050|392038206050|WD|Permanent|6050|JPN Site 038206050|Active|MOE|Japan Ministry of Environment||33.918301|133.193251||9.00||||||| +038206050|038206050|392038206050|NOX|Permanent|6050|JPN Site 038206050|Active|MOE|Japan Ministry of Environment||33.918301|133.193251||9.00||||||| +038206050|038206050|392038206050|NO|Permanent|6050|JPN Site 038206050|Active|MOE|Japan Ministry of Environment||33.918301|133.193251||9.00||||||| +038206050|038206050|392038206050|NO2|Permanent|6050|JPN Site 038206050|Active|MOE|Japan Ministry of Environment||33.918301|133.193251||9.00||||||| +038206050|038206050|392038206050|SO2|Permanent|6050|JPN Site 038206050|Active|MOE|Japan Ministry of Environment||33.918301|133.193251||9.00||||||| +038206050|038206050|392038206050|WS|Permanent|6050|JPN Site 038206050|Active|MOE|Japan Ministry of Environment||33.918301|133.193251||9.00||||||| +038206070|038206070|392038206070|WS|Permanent|6070|JPN Site 038206070|Active|MOE|Japan Ministry of Environment||33.914967|133.140200||9.00||||||| +038206070|038206070|392038206070|WD|Permanent|6070|JPN Site 038206070|Active|MOE|Japan Ministry of Environment||33.914967|133.140200||9.00||||||| +038206070|038206070|392038206070|SO2|Permanent|6070|JPN Site 038206070|Active|MOE|Japan Ministry of Environment||33.914967|133.140200||9.00||||||| +038208020|038208020|392038208020|SO2|Permanent|8020|JPN Site 038208020|Active|MOE|Japan Ministry of Environment||34.013853|133.573215||9.00||||||| +038208020|038208020|392038208020|WS|Permanent|8020|JPN Site 038208020|Active|MOE|Japan Ministry of Environment||34.013853|133.573215||9.00||||||| +038208020|038208020|392038208020|WD|Permanent|8020|JPN Site 038208020|Active|MOE|Japan Ministry of Environment||34.013853|133.573215||9.00||||||| +038208030|038208030|392038208030|SO2|Permanent|8030|JPN Site 038208030|Active|MOE|Japan Ministry of Environment||33.991355|133.586548||9.00||||||| +038208030|038208030|392038208030|WS|Permanent|8030|JPN Site 038208030|Active|MOE|Japan Ministry of Environment||33.991355|133.586548||9.00||||||| +038208030|038208030|392038208030|WD|Permanent|8030|JPN Site 038208030|Active|MOE|Japan Ministry of Environment||33.991355|133.586548||9.00||||||| +038208030|038208030|392038208030|NOX|Permanent|8030|JPN Site 038208030|Active|MOE|Japan Ministry of Environment||33.991355|133.586548||9.00||||||| +038208030|038208030|392038208030|NO|Permanent|8030|JPN Site 038208030|Active|MOE|Japan Ministry of Environment||33.991355|133.586548||9.00||||||| +038208030|038208030|392038208030|NO2|Permanent|8030|JPN Site 038208030|Active|MOE|Japan Ministry of Environment||33.991355|133.586548||9.00||||||| +038209030|038209030|392038209030|SO2|Permanent|9030|JPN Site 038209030|Active|MOE|Japan Ministry of Environment||33.964690|133.516278||9.00||||||| +038209030|038209030|392038209030|WS|Permanent|9030|JPN Site 038209030|Active|MOE|Japan Ministry of Environment||33.964690|133.516278||9.00||||||| +038209030|038209030|392038209030|WD|Permanent|9030|JPN Site 038209030|Active|MOE|Japan Ministry of Environment||33.964690|133.516278||9.00||||||| +038209050|038209050|392038209050|WS|Permanent|9050|JPN Site 038209050|Active|MOE|Japan Ministry of Environment||33.980245|133.550163||9.00||||||| +038209050|038209050|392038209050|WD|Permanent|9050|JPN Site 038209050|Active|MOE|Japan Ministry of Environment||33.980245|133.550163||9.00||||||| +038209050|038209050|392038209050|NOX|Permanent|9050|JPN Site 038209050|Active|MOE|Japan Ministry of Environment||33.980245|133.550163||9.00||||||| +038209050|038209050|392038209050|NO|Permanent|9050|JPN Site 038209050|Active|MOE|Japan Ministry of Environment||33.980245|133.550163||9.00||||||| +038209050|038209050|392038209050|NO2|Permanent|9050|JPN Site 038209050|Active|MOE|Japan Ministry of Environment||33.980245|133.550163||9.00||||||| +038209050|038209050|392038209050|SO2|Permanent|9050|JPN Site 038209050|Active|MOE|Japan Ministry of Environment||33.980245|133.550163||9.00||||||| +038212030|038212030|392038212030|SO2|Permanent|2030|JPN Site 038212030|Active|MOE|Japan Ministry of Environment||33.921354|133.108258||9.00||||||| +038212030|038212030|392038212030|WS|Permanent|2030|JPN Site 038212030|Active|MOE|Japan Ministry of Environment||33.921354|133.108258||9.00||||||| +038212030|038212030|392038212030|WD|Permanent|2030|JPN Site 038212030|Active|MOE|Japan Ministry of Environment||33.921354|133.108258||9.00||||||| +038212040|038212040|392038212040|NOX|Permanent|2040|JPN Site 038212040|Active|MOE|Japan Ministry of Environment||33.932464|133.079649||9.00||||||| +038212040|038212040|392038212040|NO|Permanent|2040|JPN Site 038212040|Active|MOE|Japan Ministry of Environment||33.932464|133.079649||9.00||||||| +038212040|038212040|392038212040|NO2|Permanent|2040|JPN Site 038212040|Active|MOE|Japan Ministry of Environment||33.932464|133.079649||9.00||||||| +038212040|038212040|392038212040|SO2|Permanent|2040|JPN Site 038212040|Active|MOE|Japan Ministry of Environment||33.932464|133.079649||9.00||||||| +038212040|038212040|392038212040|WS|Permanent|2040|JPN Site 038212040|Active|MOE|Japan Ministry of Environment||33.932464|133.079649||9.00||||||| +038212040|038212040|392038212040|WD|Permanent|2040|JPN Site 038212040|Active|MOE|Japan Ministry of Environment||33.932464|133.079649||9.00||||||| +038302020|038302020|392038302020|SO2|Permanent|2020|JPN Site 038302020|Active|MOE|Japan Ministry of Environment||33.950801|133.418231||9.00||||||| +038302020|038302020|392038302020|WS|Permanent|2020|JPN Site 038302020|Active|MOE|Japan Ministry of Environment||33.950801|133.418231||9.00||||||| +038302020|038302020|392038302020|WD|Permanent|2020|JPN Site 038302020|Active|MOE|Japan Ministry of Environment||33.950801|133.418231||9.00||||||| +038321010|038321010|392038321010|SO2|Permanent|1010|JPN Site 038321010|Active|MOE|Japan Ministry of Environment||33.882469|133.075207||9.00||||||| +038321010|038321010|392038321010|WS|Permanent|1010|JPN Site 038321010|Active|MOE|Japan Ministry of Environment||33.882469|133.075207||9.00||||||| +038321010|038321010|392038321010|WD|Permanent|1010|JPN Site 038321010|Active|MOE|Japan Ministry of Environment||33.882469|133.075207||9.00||||||| +038323010|038323010|392038323010|SO2|Permanent|3010|JPN Site 038323010|Active|MOE|Japan Ministry of Environment||33.899411|133.057152||9.00||||||| +038323010|038323010|392038323010|WS|Permanent|3010|JPN Site 038323010|Active|MOE|Japan Ministry of Environment||33.899411|133.057152||9.00||||||| +038323010|038323010|392038323010|WD|Permanent|3010|JPN Site 038323010|Active|MOE|Japan Ministry of Environment||33.899411|133.057152||9.00||||||| +038323020|038323020|392038323020|SO2|Permanent|3020|JPN Site 038323020|Active|MOE|Japan Ministry of Environment||33.864692|133.027434||9.00||||||| +038323020|038323020|392038323020|WS|Permanent|3020|JPN Site 038323020|Active|MOE|Japan Ministry of Environment||33.864692|133.027434||9.00||||||| +038323020|038323020|392038323020|WD|Permanent|3020|JPN Site 038323020|Active|MOE|Japan Ministry of Environment||33.864692|133.027434||9.00||||||| +038401010|038401010|392038401010|WS|Permanent|1010|JPN Site 038401010|Active|MOE|Japan Ministry of Environment||33.783862|132.696632||9.00||||||| +038401010|038401010|392038401010|WD|Permanent|1010|JPN Site 038401010|Active|MOE|Japan Ministry of Environment||33.783862|132.696632||9.00||||||| +038421010|038421010|392038421010|SO2|Permanent|1010|JPN Site 038421010|Active|MOE|Japan Ministry of Environment||33.624709|132.501655||9.00||||||| +038421010|038421010|392038421010|WS|Permanent|1010|JPN Site 038421010|Active|MOE|Japan Ministry of Environment||33.624709|132.501655||9.00||||||| +038421010|038421010|392038421010|WD|Permanent|1010|JPN Site 038421010|Active|MOE|Japan Ministry of Environment||33.624709|132.501655||9.00||||||| +039201350|039201350|392039201350|NO2|Permanent|1350|JPN Site 039201350|Active|MOE|Japan Ministry of Environment||33.553624|133.596290||9.00||||||| +039201350|039201350|392039201350|SO2|Permanent|1350|JPN Site 039201350|Active|MOE|Japan Ministry of Environment||33.553624|133.596290||9.00||||||| +039201350|039201350|392039201350|WS|Permanent|1350|JPN Site 039201350|Active|MOE|Japan Ministry of Environment||33.553624|133.596290||9.00||||||| +039201350|039201350|392039201350|WD|Permanent|1350|JPN Site 039201350|Active|MOE|Japan Ministry of Environment||33.553624|133.596290||9.00||||||| +039201350|039201350|392039201350|NOX|Permanent|1350|JPN Site 039201350|Active|MOE|Japan Ministry of Environment||33.553624|133.596290||9.00||||||| +039201350|039201350|392039201350|NO|Permanent|1350|JPN Site 039201350|Active|MOE|Japan Ministry of Environment||33.553624|133.596290||9.00||||||| +039201360|039201360|392039201360|NO2|Permanent|1360|JPN Site 039201360|Active|MOE|Japan Ministry of Environment||33.548902|133.555182||9.00||||||| +039201360|039201360|392039201360|SO2|Permanent|1360|JPN Site 039201360|Active|MOE|Japan Ministry of Environment||33.548902|133.555182||9.00||||||| +039201360|039201360|392039201360|WS|Permanent|1360|JPN Site 039201360|Active|MOE|Japan Ministry of Environment||33.548902|133.555182||9.00||||||| +039201360|039201360|392039201360|WD|Permanent|1360|JPN Site 039201360|Active|MOE|Japan Ministry of Environment||33.548902|133.555182||9.00||||||| +039201360|039201360|392039201360|NOX|Permanent|1360|JPN Site 039201360|Active|MOE|Japan Ministry of Environment||33.548902|133.555182||9.00||||||| +039201360|039201360|392039201360|NO|Permanent|1360|JPN Site 039201360|Active|MOE|Japan Ministry of Environment||33.548902|133.555182||9.00||||||| +039201530|039201530|392039201530|NO2|Permanent|1530|JPN Site 039201530|Active|MOE|Japan Ministry of Environment||33.543346|133.487133||9.00||||||| +039201530|039201530|392039201530|NOX|Permanent|1530|JPN Site 039201530|Active|MOE|Japan Ministry of Environment||33.543346|133.487133||9.00||||||| +039201530|039201530|392039201530|NO|Permanent|1530|JPN Site 039201530|Active|MOE|Japan Ministry of Environment||33.543346|133.487133||9.00||||||| +039203010|039203010|392039203010|NO2|Permanent|3010|JPN Site 039203010|Active|MOE|Japan Ministry of Environment||33.510023|133.899878||9.00||||||| +039203010|039203010|392039203010|SO2|Permanent|3010|JPN Site 039203010|Active|MOE|Japan Ministry of Environment||33.510023|133.899878||9.00||||||| +039203010|039203010|392039203010|WS|Permanent|3010|JPN Site 039203010|Active|MOE|Japan Ministry of Environment||33.510023|133.899878||9.00||||||| +039203010|039203010|392039203010|WD|Permanent|3010|JPN Site 039203010|Active|MOE|Japan Ministry of Environment||33.510023|133.899878||9.00||||||| +039203010|039203010|392039203010|NOX|Permanent|3010|JPN Site 039203010|Active|MOE|Japan Ministry of Environment||33.510023|133.899878||9.00||||||| +039203010|039203010|392039203010|NO|Permanent|3010|JPN Site 039203010|Active|MOE|Japan Ministry of Environment||33.510023|133.899878||9.00||||||| +039206020|039206020|392039206020|WS|Permanent|6020|JPN Site 039206020|Active|MOE|Japan Ministry of Environment||33.390859|133.287156||9.00||||||| +039206020|039206020|392039206020|WD|Permanent|6020|JPN Site 039206020|Active|MOE|Japan Ministry of Environment||33.390859|133.287156||9.00||||||| +039206020|039206020|392039206020|SO2|Permanent|6020|JPN Site 039206020|Active|MOE|Japan Ministry of Environment||33.390859|133.287156||9.00||||||| +039206080|039206080|392039206080|NO|Permanent|6080|JPN Site 039206080|Active|MOE|Japan Ministry of Environment||33.402802|133.318264||9.00||||||| +039206080|039206080|392039206080|NO2|Permanent|6080|JPN Site 039206080|Active|MOE|Japan Ministry of Environment||33.402802|133.318264||9.00||||||| +039206080|039206080|392039206080|SO2|Permanent|6080|JPN Site 039206080|Active|MOE|Japan Ministry of Environment||33.402802|133.318264||9.00||||||| +039206080|039206080|392039206080|NOX|Permanent|6080|JPN Site 039206080|Active|MOE|Japan Ministry of Environment||33.402802|133.318264||9.00||||||| +039210010|039210010|392039210010|WD|Permanent|0010|JPN Site 039210010|Active|MOE|Japan Ministry of Environment||32.983673|132.902763||9.00||||||| +039210010|039210010|392039210010|NOX|Permanent|0010|JPN Site 039210010|Active|MOE|Japan Ministry of Environment||32.983673|132.902763||9.00||||||| +039210010|039210010|392039210010|NO|Permanent|0010|JPN Site 039210010|Active|MOE|Japan Ministry of Environment||32.983673|132.902763||9.00||||||| +039210010|039210010|392039210010|NO2|Permanent|0010|JPN Site 039210010|Active|MOE|Japan Ministry of Environment||32.983673|132.902763||9.00||||||| +039210010|039210010|392039210010|SO2|Permanent|0010|JPN Site 039210010|Active|MOE|Japan Ministry of Environment||32.983673|132.902763||9.00||||||| +039210010|039210010|392039210010|WS|Permanent|0010|JPN Site 039210010|Active|MOE|Japan Ministry of Environment||32.983673|132.902763||9.00||||||| +039381030|039381030|392039381030|WS|Permanent|1030|JPN Site 039381030|Active|MOE|Japan Ministry of Environment||33.550289|133.430193||9.00||||||| +039381030|039381030|392039381030|WD|Permanent|1030|JPN Site 039381030|Active|MOE|Japan Ministry of Environment||33.550289|133.430193||9.00||||||| +039381030|039381030|392039381030|SO2|Permanent|1030|JPN Site 039381030|Active|MOE|Japan Ministry of Environment||33.550289|133.430193||9.00||||||| +039405950|039405950|392039405950|TEMP|Permanent|5950|JPN Site 039405950|Active|MOE|Japan Ministry of Environment||33.382520|132.932186||9.00||||||| +039405950|039405950|392039405950|WS|Permanent|5950|JPN Site 039405950|Active|MOE|Japan Ministry of Environment||33.382520|132.932186||9.00||||||| +039405950|039405950|392039405950|WD|Permanent|5950|JPN Site 039405950|Active|MOE|Japan Ministry of Environment||33.382520|132.932186||9.00||||||| +039405950|039405950|392039405950|RHUM|Permanent|5950|JPN Site 039405950|Active|MOE|Japan Ministry of Environment||33.382520|132.932186||9.00||||||| +039405950|039405950|392039405950|NOX|Permanent|5950|JPN Site 039405950|Active|MOE|Japan Ministry of Environment||33.382520|132.932186||9.00||||||| +039405950|039405950|392039405950|NO|Permanent|5950|JPN Site 039405950|Active|MOE|Japan Ministry of Environment||33.382520|132.932186||9.00||||||| +039405950|039405950|392039405950|NO2|Permanent|5950|JPN Site 039405950|Active|MOE|Japan Ministry of Environment||33.382520|132.932186||9.00||||||| +039405950|039405950|392039405950|SO2|Permanent|5950|JPN Site 039405950|Active|MOE|Japan Ministry of Environment||33.382520|132.932186||9.00||||||| +040030011|040030011|840040030011|RWD|Permanent|0011|Paul Spur Chemical Lime Plant|Active|AZ1|Arizona Department of Environmental Quality|R9|31.365800|-109.730900|1280.700|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040030011|040030011|840040030011|RWS|Permanent|0011|Paul Spur Chemical Lime Plant|Active|AZ1|Arizona Department of Environmental Quality|R9|31.365800|-109.730900|1280.700|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040030011|040030011|840040030011|PM10|Permanent|0011|Paul Spur Chemical Lime Plant|Active|AZ1|Arizona Department of Environmental Quality|R9|31.365800|-109.730900|1280.700|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040030011|040030011|840040030011|TEMP|Permanent|0011|Paul Spur Chemical Lime Plant|Active|AZ1|Arizona Department of Environmental Quality|R9|31.365800|-109.730900|1280.700|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040030011|040030011|840040030011|RHUM|Permanent|0011|Paul Spur Chemical Lime Plant|Active|AZ1|Arizona Department of Environmental Quality|R9|31.365800|-109.730900|1280.700|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040030011|040030011|840040030011|WS|Permanent|0011|Paul Spur Chemical Lime Plant|Active|AZ1|Arizona Department of Environmental Quality|R9|31.365800|-109.730900|1280.700|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040031005|040031005|840040031005|RWS|Permanent|1005|Douglas Red Cross|Active|AZ1|Arizona Department of Environmental Quality|R9|31.349200|-109.539683|132.100|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040031005|040031005|840040031005|PM10|Permanent|1005|Douglas Red Cross|Active|AZ1|Arizona Department of Environmental Quality|R9|31.349200|-109.539683|132.100|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040031005|040031005|840040031005|TEMP|Permanent|1005|Douglas Red Cross|Active|AZ1|Arizona Department of Environmental Quality|R9|31.349200|-109.539683|132.100|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040031005|040031005|840040031005|WS|Permanent|1005|Douglas Red Cross|Active|AZ1|Arizona Department of Environmental Quality|R9|31.349200|-109.539683|132.100|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040031005|040031005|840040031005|RHUM|Permanent|1005|Douglas Red Cross|Active|AZ1|Arizona Department of Environmental Quality|R9|31.349200|-109.539683|132.100|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040031005|040031005|840040031005|RWD|Permanent|1005|Douglas Red Cross|Active|AZ1|Arizona Department of Environmental Quality|R9|31.349200|-109.539683|132.100|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040038001|040038001|840040038001|TEMP|Permanent|8001|Chiricahua NM|Active|NPS|National Park Service|USEPA|32.009201|-109.389198|1570.800|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040038001|040038001|840040038001|WS|Permanent|8001|Chiricahua NM|Active|NPS|National Park Service|USEPA|32.009201|-109.389198|1570.800|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040038001|040038001|840040038001|WD|Permanent|8001|Chiricahua NM|Active|NPS|National Park Service|USEPA|32.009201|-109.389198|1570.800|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040038001|040038001|840040038001|RHUM|Permanent|8001|Chiricahua NM|Active|NPS|National Park Service|USEPA|32.009201|-109.389198|1570.800|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040038001|040038001|840040038001|SRAD|Permanent|8001|Chiricahua NM|Active|NPS|National Park Service|USEPA|32.009201|-109.389198|1570.800|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040038001|040038001|840040038001|PRECIP|Permanent|8001|Chiricahua NM|Active|NPS|National Park Service|USEPA|32.009201|-109.389198|1570.800|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040038001|040038001|840040038001|RWD|Permanent|8001|Chiricahua NM|Active|NPS|National Park Service|USEPA|32.009201|-109.389198|1570.800|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040038001|040038001|840040038001|RWS|Permanent|8001|Chiricahua NM|Active|NPS|National Park Service|USEPA|32.009201|-109.389198|1570.800|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040038001|040038001|840040038001|O3|Permanent|8001|Chiricahua NM|Active|NPS|National Park Service|USEPA|32.009201|-109.389198|1570.800|-7.00|US|43420| Sierra Vista-Douglas, AZ |04|AZ|003|COCHISE +040051008|040051008|840040051008|O3|Permanent|1008|Flagstaff Middle School|Active|AZ1|Arizona Department of Environmental Quality|R9|35.206111|-111.652778|2121.300|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +040058001|040058001|840040058001|SRAD|Permanent|8001|Grand Canyon NP|Active|NPS|National Park Service|USEPA|36.055000|-112.153100|2073.700|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +040058001|040058001|840040058001|PRECIP|Permanent|8001|Grand Canyon NP|Active|NPS|National Park Service|USEPA|36.055000|-112.153100|2073.700|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +040058001|040058001|840040058001|RWD|Permanent|8001|Grand Canyon NP|Active|NPS|National Park Service|USEPA|36.055000|-112.153100|2073.700|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +040058001|040058001|840040058001|RWS|Permanent|8001|Grand Canyon NP|Active|NPS|National Park Service|USEPA|36.055000|-112.153100|2073.700|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +040058001|040058001|840040058001|O3|Permanent|8001|Grand Canyon NP|Active|NPS|National Park Service|USEPA|36.055000|-112.153100|2073.700|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +040058001|040058001|840040058001|TEMP|Permanent|8001|Grand Canyon NP|Active|NPS|National Park Service|USEPA|36.055000|-112.153100|2073.700|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +040058001|040058001|840040058001|WS|Permanent|8001|Grand Canyon NP|Active|NPS|National Park Service|USEPA|36.055000|-112.153100|2073.700|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +040058001|040058001|840040058001|WD|Permanent|8001|Grand Canyon NP|Active|NPS|National Park Service|USEPA|36.055000|-112.153100|2073.700|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +040058001|040058001|840040058001|RHUM|Permanent|8001|Grand Canyon NP|Active|NPS|National Park Service|USEPA|36.055000|-112.153100|2073.700|-7.00|US|22380| Flagstaff, AZ |04|AZ|005|COCONINO +840040059999|040059999|840040059999|O3|Permanent|9999|Grand Canyon ozone bench|Active|NPS|National Park Service|USEPA|36.060444|-112.107028|2124.300|-7.00|US|||04|AZ|005|COCONINO +840040059999|040059999|840040059999|PM2.5|Permanent|9999|Grand Canyon ozone bench|Active|NPS|National Park Service|USEPA|36.060444|-112.107028|2124.300|-7.00|US|||04|AZ|005|COCONINO +840040059999|040059999|840040059999|TEMP|Permanent|9999|Grand Canyon ozone bench|Active|NPS|National Park Service|USEPA|36.060444|-112.107028|2124.300|-7.00|US|||04|AZ|005|COCONINO +840040059999|040059999|840040059999|WS|Permanent|9999|Grand Canyon ozone bench|Active|NPS|National Park Service|USEPA|36.060444|-112.107028|2124.300|-7.00|US|||04|AZ|005|COCONINO +840040059999|040059999|840040059999|WD|Permanent|9999|Grand Canyon ozone bench|Active|NPS|National Park Service|USEPA|36.060444|-112.107028|2124.300|-7.00|US|||04|AZ|005|COCONINO +840040059999|040059999|840040059999|RHUM|Permanent|9999|Grand Canyon ozone bench|Active|NPS|National Park Service|USEPA|36.060444|-112.107028|2124.300|-7.00|US|||04|AZ|005|COCONINO +840040059999|040059999|840040059999|RWD|Permanent|9999|Grand Canyon ozone bench|Active|NPS|National Park Service|USEPA|36.060444|-112.107028|2124.300|-7.00|US|||04|AZ|005|COCONINO +840040059999|040059999|840040059999|RWS|Permanent|9999|Grand Canyon ozone bench|Active|NPS|National Park Service|USEPA|36.060444|-112.107028|2124.300|-7.00|US|||04|AZ|005|COCONINO +040070008|040070008|840040070008|PM10|Permanent|0008|Payson Well Site|Active|AZ1|Arizona Department of Environmental Quality|R9|34.229340|-111.329700|1501.800|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040070008|040070008|840040070008|TEMP|Permanent|0008|Payson Well Site|Active|AZ1|Arizona Department of Environmental Quality|R9|34.229340|-111.329700|1501.800|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040070008|040070008|840040070008|WS|Permanent|0008|Payson Well Site|Active|AZ1|Arizona Department of Environmental Quality|R9|34.229340|-111.329700|1501.800|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040070008|040070008|840040070008|RHUM|Permanent|0008|Payson Well Site|Active|AZ1|Arizona Department of Environmental Quality|R9|34.229340|-111.329700|1501.800|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040070008|040070008|840040070008|RWD|Permanent|0008|Payson Well Site|Active|AZ1|Arizona Department of Environmental Quality|R9|34.229340|-111.329700|1501.800|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040070008|040070008|840040070008|RWS|Permanent|0008|Payson Well Site|Active|AZ1|Arizona Department of Environmental Quality|R9|34.229340|-111.329700|1501.800|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040070009|040070009|840040070009|SO2|Permanent|0009|Miami Ridgeline|Inactive|AZ1|Arizona Department of Environmental Quality|R9|33.399200|-110.858900|1085.500|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040070010|040070010|840040070010|O3|Permanent|0010|Tonto National Monument|Active|AZ1|Arizona Department of Environmental Quality|R9|33.654725|-111.107406|786.300|-7.00|US|||04|AZ|007|GILA +040070011|040070011|840040070011|SO2|Permanent|0011|Miami Jones Ranch|Active|AZ1|Arizona Department of Environmental Quality|R9|33.385500|-110.867267||-7.00|US|||04|AZ|007|GILA +040070012|040070012|840040070012|SO2|Permanent|0012|Miami Town Site|Active|AZ1|Arizona Department of Environmental Quality|R9|33.397433|-110.874450||-7.00|US|||04|AZ|007|GILA +040071001|040071001|840040071001|RWD|Permanent|1001|Hayden|Active|AZ1|Arizona Department of Environmental Quality|R9|33.006268|-110.786484|625.300|-7.00|US|||04|AZ|007|GILA +040071001|040071001|840040071001|RWS|Permanent|1001|Hayden|Active|AZ1|Arizona Department of Environmental Quality|R9|33.006268|-110.786484|625.300|-7.00|US|||04|AZ|007|GILA +040071001|040071001|840040071001|PM10|Permanent|1001|Hayden|Active|AZ1|Arizona Department of Environmental Quality|R9|33.006268|-110.786484|625.300|-7.00|US|||04|AZ|007|GILA +040071001|040071001|840040071001|SO2|Permanent|1001|Hayden|Active|AZ1|Arizona Department of Environmental Quality|R9|33.006268|-110.786484|625.300|-7.00|US|||04|AZ|007|GILA +040071001|040071001|840040071001|TEMP|Permanent|1001|Hayden|Active|AZ1|Arizona Department of Environmental Quality|R9|33.006268|-110.786484|625.300|-7.00|US|||04|AZ|007|GILA +040071001|040071001|840040071001|WS|Permanent|1001|Hayden|Active|AZ1|Arizona Department of Environmental Quality|R9|33.006268|-110.786484|625.300|-7.00|US|||04|AZ|007|GILA +040071001|040071001|840040071001|RHUM|Permanent|1001|Hayden|Active|AZ1|Arizona Department of Environmental Quality|R9|33.006268|-110.786484|625.300|-7.00|US|||04|AZ|007|GILA +040071002|040071002|840040071002|TEMP|Permanent|1002|Hayden Globe Highway|Active|AZ1|Arizona Department of Environmental Quality|R9|33.002517|-110.765467|602.400|-7.00|US|||04|AZ|007|GILA +040071002|040071002|840040071002|WS|Permanent|1002|Hayden Globe Highway|Active|AZ1|Arizona Department of Environmental Quality|R9|33.002517|-110.765467|602.400|-7.00|US|||04|AZ|007|GILA +040071002|040071002|840040071002|RHUM|Permanent|1002|Hayden Globe Highway|Active|AZ1|Arizona Department of Environmental Quality|R9|33.002517|-110.765467|602.400|-7.00|US|||04|AZ|007|GILA +040071002|040071002|840040071002|RWD|Permanent|1002|Hayden Globe Highway|Active|AZ1|Arizona Department of Environmental Quality|R9|33.002517|-110.765467|602.400|-7.00|US|||04|AZ|007|GILA +040071002|040071002|840040071002|RWS|Permanent|1002|Hayden Globe Highway|Active|AZ1|Arizona Department of Environmental Quality|R9|33.002517|-110.765467|602.400|-7.00|US|||04|AZ|007|GILA +040078000|040078000|840040078000|PM10|Permanent|8000|Miami Golf Course|Active|AZ1|Arizona Department of Environmental Quality|R9|33.419017|-110.829667|1000.400|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040078000|040078000|840040078000|TEMP|Permanent|8000|Miami Golf Course|Active|AZ1|Arizona Department of Environmental Quality|R9|33.419017|-110.829667|1000.400|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040078000|040078000|840040078000|WS|Permanent|8000|Miami Golf Course|Active|AZ1|Arizona Department of Environmental Quality|R9|33.419017|-110.829667|1000.400|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040078000|040078000|840040078000|RHUM|Permanent|8000|Miami Golf Course|Active|AZ1|Arizona Department of Environmental Quality|R9|33.419017|-110.829667|1000.400|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040078000|040078000|840040078000|RWD|Permanent|8000|Miami Golf Course|Active|AZ1|Arizona Department of Environmental Quality|R9|33.419017|-110.829667|1000.400|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040078000|040078000|840040078000|RWS|Permanent|8000|Miami Golf Course|Active|AZ1|Arizona Department of Environmental Quality|R9|33.419017|-110.829667|1000.400|-7.00|US|37740| Payson, AZ |04|AZ|007|GILA +040101010|040101010|392040101010|NO2|Permanent|1010|JPN Site 040101010|Active|MOE|Japan Ministry of Environment||33.899097|130.933440||9.00||||||| +040101010|040101010|392040101010|SO2|Permanent|1010|JPN Site 040101010|Active|MOE|Japan Ministry of Environment||33.899097|130.933440||9.00||||||| +040101010|040101010|392040101010|WS|Permanent|1010|JPN Site 040101010|Active|MOE|Japan Ministry of Environment||33.899097|130.933440||9.00||||||| +040101010|040101010|392040101010|WD|Permanent|1010|JPN Site 040101010|Active|MOE|Japan Ministry of Environment||33.899097|130.933440||9.00||||||| +040101010|040101010|392040101010|NOX|Permanent|1010|JPN Site 040101010|Active|MOE|Japan Ministry of Environment||33.899097|130.933440||9.00||||||| +040101010|040101010|392040101010|NO|Permanent|1010|JPN Site 040101010|Active|MOE|Japan Ministry of Environment||33.899097|130.933440||9.00||||||| +040101020|040101020|392040101020|NOX|Permanent|1020|JPN Site 040101020|Active|MOE|Japan Ministry of Environment||33.871878|130.976493||9.00||||||| +040101020|040101020|392040101020|NO|Permanent|1020|JPN Site 040101020|Active|MOE|Japan Ministry of Environment||33.871878|130.976493||9.00||||||| +040101020|040101020|392040101020|NO2|Permanent|1020|JPN Site 040101020|Active|MOE|Japan Ministry of Environment||33.871878|130.976493||9.00||||||| +040101020|040101020|392040101020|SO2|Permanent|1020|JPN Site 040101020|Active|MOE|Japan Ministry of Environment||33.871878|130.976493||9.00||||||| +040101020|040101020|392040101020|WS|Permanent|1020|JPN Site 040101020|Active|MOE|Japan Ministry of Environment||33.871878|130.976493||9.00||||||| +040101020|040101020|392040101020|WD|Permanent|1020|JPN Site 040101020|Active|MOE|Japan Ministry of Environment||33.871878|130.976493||9.00||||||| +040101080|040101080|392040101080|NO2|Permanent|1080|JPN Site 040101080|Active|MOE|Japan Ministry of Environment||33.946870|130.974823||9.00||||||| +040101080|040101080|392040101080|SO2|Permanent|1080|JPN Site 040101080|Active|MOE|Japan Ministry of Environment||33.946870|130.974823||9.00||||||| +040101080|040101080|392040101080|WS|Permanent|1080|JPN Site 040101080|Active|MOE|Japan Ministry of Environment||33.946870|130.974823||9.00||||||| +040101080|040101080|392040101080|WD|Permanent|1080|JPN Site 040101080|Active|MOE|Japan Ministry of Environment||33.946870|130.974823||9.00||||||| +040101080|040101080|392040101080|NOX|Permanent|1080|JPN Site 040101080|Active|MOE|Japan Ministry of Environment||33.946870|130.974823||9.00||||||| +040101080|040101080|392040101080|NO|Permanent|1080|JPN Site 040101080|Active|MOE|Japan Ministry of Environment||33.946870|130.974823||9.00||||||| +040101510|040101510|392040101510|CO|Permanent|1510|JPN Site 040101510|Active|MOE|Japan Ministry of Environment||33.947981|130.968712||9.00||||||| +040101510|040101510|392040101510|NOX|Permanent|1510|JPN Site 040101510|Active|MOE|Japan Ministry of Environment||33.947981|130.968712||9.00||||||| +040101510|040101510|392040101510|NO|Permanent|1510|JPN Site 040101510|Active|MOE|Japan Ministry of Environment||33.947981|130.968712||9.00||||||| +040101510|040101510|392040101510|NO2|Permanent|1510|JPN Site 040101510|Active|MOE|Japan Ministry of Environment||33.947981|130.968712||9.00||||||| +040103010|040103010|392040103010|NO|Permanent|3010|JPN Site 040103010|Active|MOE|Japan Ministry of Environment||33.901316|130.807617||9.00||||||| +040103010|040103010|392040103010|NO2|Permanent|3010|JPN Site 040103010|Active|MOE|Japan Ministry of Environment||33.901316|130.807617||9.00||||||| +040103010|040103010|392040103010|SO2|Permanent|3010|JPN Site 040103010|Active|MOE|Japan Ministry of Environment||33.901316|130.807617||9.00||||||| +040103010|040103010|392040103010|WS|Permanent|3010|JPN Site 040103010|Active|MOE|Japan Ministry of Environment||33.901316|130.807617||9.00||||||| +040103010|040103010|392040103010|WD|Permanent|3010|JPN Site 040103010|Active|MOE|Japan Ministry of Environment||33.901316|130.807617||9.00||||||| +040103010|040103010|392040103010|NOX|Permanent|3010|JPN Site 040103010|Active|MOE|Japan Ministry of Environment||33.901316|130.807617||9.00||||||| +040103120|040103120|392040103120|NO|Permanent|3120|JPN Site 040103120|Active|MOE|Japan Ministry of Environment||33.896870|130.691238||9.00||||||| +040103120|040103120|392040103120|NO2|Permanent|3120|JPN Site 040103120|Active|MOE|Japan Ministry of Environment||33.896870|130.691238||9.00||||||| +040103120|040103120|392040103120|SO2|Permanent|3120|JPN Site 040103120|Active|MOE|Japan Ministry of Environment||33.896870|130.691238||9.00||||||| +040103120|040103120|392040103120|WS|Permanent|3120|JPN Site 040103120|Active|MOE|Japan Ministry of Environment||33.896870|130.691238||9.00||||||| +040103120|040103120|392040103120|WD|Permanent|3120|JPN Site 040103120|Active|MOE|Japan Ministry of Environment||33.896870|130.691238||9.00||||||| +040103120|040103120|392040103120|NOX|Permanent|3120|JPN Site 040103120|Active|MOE|Japan Ministry of Environment||33.896870|130.691238||9.00||||||| +040105010|040105010|392040105010|NOX|Permanent|5010|JPN Site 040105010|Active|MOE|Japan Ministry of Environment||33.895206|130.829282||9.00||||||| +040105010|040105010|392040105010|NO|Permanent|5010|JPN Site 040105010|Active|MOE|Japan Ministry of Environment||33.895206|130.829282||9.00||||||| +040105010|040105010|392040105010|NO2|Permanent|5010|JPN Site 040105010|Active|MOE|Japan Ministry of Environment||33.895206|130.829282||9.00||||||| +040105010|040105010|392040105010|SO2|Permanent|5010|JPN Site 040105010|Active|MOE|Japan Ministry of Environment||33.895206|130.829282||9.00||||||| +040105010|040105010|392040105010|WS|Permanent|5010|JPN Site 040105010|Active|MOE|Japan Ministry of Environment||33.895206|130.829282||9.00||||||| +040105010|040105010|392040105010|WD|Permanent|5010|JPN Site 040105010|Active|MOE|Japan Ministry of Environment||33.895206|130.829282||9.00||||||| +040106010|040106010|392040106010|RHUM|Permanent|6010|JPN Site 040106010|Active|MOE|Japan Ministry of Environment||33.886874|130.851502||9.00||||||| +040106010|040106010|392040106010|NOX|Permanent|6010|JPN Site 040106010|Active|MOE|Japan Ministry of Environment||33.886874|130.851502||9.00||||||| +040106010|040106010|392040106010|NO2|Permanent|6010|JPN Site 040106010|Active|MOE|Japan Ministry of Environment||33.886874|130.851502||9.00||||||| +040106010|040106010|392040106010|CO|Permanent|6010|JPN Site 040106010|Active|MOE|Japan Ministry of Environment||33.886874|130.851502||9.00||||||| +040106010|040106010|392040106010|NO|Permanent|6010|JPN Site 040106010|Active|MOE|Japan Ministry of Environment||33.886874|130.851502||9.00||||||| +040106010|040106010|392040106010|SO2|Permanent|6010|JPN Site 040106010|Active|MOE|Japan Ministry of Environment||33.886874|130.851502||9.00||||||| +040106010|040106010|392040106010|TEMP|Permanent|6010|JPN Site 040106010|Active|MOE|Japan Ministry of Environment||33.886874|130.851502||9.00||||||| +040106010|040106010|392040106010|WS|Permanent|6010|JPN Site 040106010|Active|MOE|Japan Ministry of Environment||33.886874|130.851502||9.00||||||| +040106010|040106010|392040106010|WD|Permanent|6010|JPN Site 040106010|Active|MOE|Japan Ministry of Environment||33.886874|130.851502||9.00||||||| +040106020|040106020|392040106020|WD|Permanent|6020|JPN Site 040106020|Active|MOE|Japan Ministry of Environment||33.884097|130.870668||9.00||||||| +040106020|040106020|392040106020|NOX|Permanent|6020|JPN Site 040106020|Active|MOE|Japan Ministry of Environment||33.884097|130.870668||9.00||||||| +040106020|040106020|392040106020|NO|Permanent|6020|JPN Site 040106020|Active|MOE|Japan Ministry of Environment||33.884097|130.870668||9.00||||||| +040106020|040106020|392040106020|NO2|Permanent|6020|JPN Site 040106020|Active|MOE|Japan Ministry of Environment||33.884097|130.870668||9.00||||||| +040106020|040106020|392040106020|SO2|Permanent|6020|JPN Site 040106020|Active|MOE|Japan Ministry of Environment||33.884097|130.870668||9.00||||||| +040106020|040106020|392040106020|WS|Permanent|6020|JPN Site 040106020|Active|MOE|Japan Ministry of Environment||33.884097|130.870668||9.00||||||| +040106510|040106510|392040106510|NO|Permanent|6510|JPN Site 040106510|Active|MOE|Japan Ministry of Environment||33.872432|130.880667||9.00||||||| +040106510|040106510|392040106510|NO2|Permanent|6510|JPN Site 040106510|Active|MOE|Japan Ministry of Environment||33.872432|130.880667||9.00||||||| +040106510|040106510|392040106510|CO|Permanent|6510|JPN Site 040106510|Active|MOE|Japan Ministry of Environment||33.872432|130.880667||9.00||||||| +040106510|040106510|392040106510|NOX|Permanent|6510|JPN Site 040106510|Active|MOE|Japan Ministry of Environment||33.872432|130.880667||9.00||||||| +040106520|040106520|392040106520|NO2|Permanent|6520|JPN Site 040106520|Active|MOE|Japan Ministry of Environment||33.887152|130.872334||9.00||||||| +040106520|040106520|392040106520|CO|Permanent|6520|JPN Site 040106520|Active|MOE|Japan Ministry of Environment||33.887152|130.872334||9.00||||||| +040106520|040106520|392040106520|NOX|Permanent|6520|JPN Site 040106520|Active|MOE|Japan Ministry of Environment||33.887152|130.872334||9.00||||||| +040106520|040106520|392040106520|NO|Permanent|6520|JPN Site 040106520|Active|MOE|Japan Ministry of Environment||33.887152|130.872334||9.00||||||| +040107010|040107010|392040107010|WS|Permanent|7010|JPN Site 040107010|Active|MOE|Japan Ministry of Environment||33.859933|130.881779||9.00||||||| +040107010|040107010|392040107010|WD|Permanent|7010|JPN Site 040107010|Active|MOE|Japan Ministry of Environment||33.859933|130.881779||9.00||||||| +040107010|040107010|392040107010|NOX|Permanent|7010|JPN Site 040107010|Active|MOE|Japan Ministry of Environment||33.859933|130.881779||9.00||||||| +040107010|040107010|392040107010|NO|Permanent|7010|JPN Site 040107010|Active|MOE|Japan Ministry of Environment||33.859933|130.881779||9.00||||||| +040107010|040107010|392040107010|NO2|Permanent|7010|JPN Site 040107010|Active|MOE|Japan Ministry of Environment||33.859933|130.881779||9.00||||||| +040107010|040107010|392040107010|SO2|Permanent|7010|JPN Site 040107010|Active|MOE|Japan Ministry of Environment||33.859933|130.881779||9.00||||||| +040107020|040107020|392040107020|SO2|Permanent|7020|JPN Site 040107020|Active|MOE|Japan Ministry of Environment||33.830215|130.939553||9.00||||||| +040107020|040107020|392040107020|WS|Permanent|7020|JPN Site 040107020|Active|MOE|Japan Ministry of Environment||33.830215|130.939553||9.00||||||| +040107020|040107020|392040107020|WD|Permanent|7020|JPN Site 040107020|Active|MOE|Japan Ministry of Environment||33.830215|130.939553||9.00||||||| +040107020|040107020|392040107020|NOX|Permanent|7020|JPN Site 040107020|Active|MOE|Japan Ministry of Environment||33.830215|130.939553||9.00||||||| +040107020|040107020|392040107020|NO|Permanent|7020|JPN Site 040107020|Active|MOE|Japan Ministry of Environment||33.830215|130.939553||9.00||||||| +040107020|040107020|392040107020|NO2|Permanent|7020|JPN Site 040107020|Active|MOE|Japan Ministry of Environment||33.830215|130.939553||9.00||||||| +040107040|040107040|392040107040|WS|Permanent|7040|JPN Site 040107040|Active|MOE|Japan Ministry of Environment||33.822159|130.875670||9.00||||||| +040107040|040107040|392040107040|WD|Permanent|7040|JPN Site 040107040|Active|MOE|Japan Ministry of Environment||33.822159|130.875670||9.00||||||| +040107040|040107040|392040107040|NOX|Permanent|7040|JPN Site 040107040|Active|MOE|Japan Ministry of Environment||33.822159|130.875670||9.00||||||| +040107040|040107040|392040107040|NO|Permanent|7040|JPN Site 040107040|Active|MOE|Japan Ministry of Environment||33.822159|130.875670||9.00||||||| +040107040|040107040|392040107040|NO2|Permanent|7040|JPN Site 040107040|Active|MOE|Japan Ministry of Environment||33.822159|130.875670||9.00||||||| +040107040|040107040|392040107040|SO2|Permanent|7040|JPN Site 040107040|Active|MOE|Japan Ministry of Environment||33.822159|130.875670||9.00||||||| +040108010|040108010|392040108010|NOX|Permanent|8010|JPN Site 040108010|Active|MOE|Japan Ministry of Environment||33.863820|130.812618||9.00||||||| +040108010|040108010|392040108010|NO|Permanent|8010|JPN Site 040108010|Active|MOE|Japan Ministry of Environment||33.863820|130.812618||9.00||||||| +040108010|040108010|392040108010|NO2|Permanent|8010|JPN Site 040108010|Active|MOE|Japan Ministry of Environment||33.863820|130.812618||9.00||||||| +040108010|040108010|392040108010|SO2|Permanent|8010|JPN Site 040108010|Active|MOE|Japan Ministry of Environment||33.863820|130.812618||9.00||||||| +040108010|040108010|392040108010|WS|Permanent|8010|JPN Site 040108010|Active|MOE|Japan Ministry of Environment||33.863820|130.812618||9.00||||||| +040108010|040108010|392040108010|WD|Permanent|8010|JPN Site 040108010|Active|MOE|Japan Ministry of Environment||33.863820|130.812618||9.00||||||| +040108510|040108510|392040108510|NO2|Permanent|8510|JPN Site 040108510|Active|MOE|Japan Ministry of Environment||33.868264|130.799841||9.00||||||| +040108510|040108510|392040108510|CO|Permanent|8510|JPN Site 040108510|Active|MOE|Japan Ministry of Environment||33.868264|130.799841||9.00||||||| +040108510|040108510|392040108510|NOX|Permanent|8510|JPN Site 040108510|Active|MOE|Japan Ministry of Environment||33.868264|130.799841||9.00||||||| +040108510|040108510|392040108510|NO|Permanent|8510|JPN Site 040108510|Active|MOE|Japan Ministry of Environment||33.868264|130.799841||9.00||||||| +040109010|040109010|392040109010|NO2|Permanent|9010|JPN Site 040109010|Active|MOE|Japan Ministry of Environment||33.861598|130.760400||9.00||||||| +040109010|040109010|392040109010|SO2|Permanent|9010|JPN Site 040109010|Active|MOE|Japan Ministry of Environment||33.861598|130.760400||9.00||||||| +040109010|040109010|392040109010|WS|Permanent|9010|JPN Site 040109010|Active|MOE|Japan Ministry of Environment||33.861598|130.760400||9.00||||||| +040109010|040109010|392040109010|WD|Permanent|9010|JPN Site 040109010|Active|MOE|Japan Ministry of Environment||33.861598|130.760400||9.00||||||| +040109010|040109010|392040109010|NOX|Permanent|9010|JPN Site 040109010|Active|MOE|Japan Ministry of Environment||33.861598|130.760400||9.00||||||| +040109010|040109010|392040109010|NO|Permanent|9010|JPN Site 040109010|Active|MOE|Japan Ministry of Environment||33.861598|130.760400||9.00||||||| +040109030|040109030|392040109030|NO2|Permanent|9030|JPN Site 040109030|Active|MOE|Japan Ministry of Environment||33.825212|130.737904||9.00||||||| +040109030|040109030|392040109030|SO2|Permanent|9030|JPN Site 040109030|Active|MOE|Japan Ministry of Environment||33.825212|130.737904||9.00||||||| +040109030|040109030|392040109030|WS|Permanent|9030|JPN Site 040109030|Active|MOE|Japan Ministry of Environment||33.825212|130.737904||9.00||||||| +040109030|040109030|392040109030|WD|Permanent|9030|JPN Site 040109030|Active|MOE|Japan Ministry of Environment||33.825212|130.737904||9.00||||||| +040109030|040109030|392040109030|NOX|Permanent|9030|JPN Site 040109030|Active|MOE|Japan Ministry of Environment||33.825212|130.737904||9.00||||||| +040109030|040109030|392040109030|NO|Permanent|9030|JPN Site 040109030|Active|MOE|Japan Ministry of Environment||33.825212|130.737904||9.00||||||| +040109510|040109510|392040109510|NO2|Permanent|9510|JPN Site 040109510|Active|MOE|Japan Ministry of Environment||33.866042|130.765955||9.00||||||| +040109510|040109510|392040109510|CO|Permanent|9510|JPN Site 040109510|Active|MOE|Japan Ministry of Environment||33.866042|130.765955||9.00||||||| +040109510|040109510|392040109510|NOX|Permanent|9510|JPN Site 040109510|Active|MOE|Japan Ministry of Environment||33.866042|130.765955||9.00||||||| +040109510|040109510|392040109510|NO|Permanent|9510|JPN Site 040109510|Active|MOE|Japan Ministry of Environment||33.866042|130.765955||9.00||||||| +040128000|040128000|840040128000|RHUM|Permanent|8000|Alamo Lake|Active|AZ1|Arizona Department of Environmental Quality|R9|34.243889|-113.558611|403.200|-7.00|US|||04|AZ|012|LA PAZ +040128000|040128000|840040128000|RWD|Permanent|8000|Alamo Lake|Active|AZ1|Arizona Department of Environmental Quality|R9|34.243889|-113.558611|403.200|-7.00|US|||04|AZ|012|LA PAZ +040128000|040128000|840040128000|O3|Permanent|8000|Alamo Lake|Active|AZ1|Arizona Department of Environmental Quality|R9|34.243889|-113.558611|403.200|-7.00|US|||04|AZ|012|LA PAZ +040128000|040128000|840040128000|RWS|Permanent|8000|Alamo Lake|Active|AZ1|Arizona Department of Environmental Quality|R9|34.243889|-113.558611|403.200|-7.00|US|||04|AZ|012|LA PAZ +040128000|040128000|840040128000|PM2.5|Permanent|8000|Alamo Lake|Active|AZ1|Arizona Department of Environmental Quality|R9|34.243889|-113.558611|403.200|-7.00|US|||04|AZ|012|LA PAZ +040128000|040128000|840040128000|PM10|Permanent|8000|Alamo Lake|Active|AZ1|Arizona Department of Environmental Quality|R9|34.243889|-113.558611|403.200|-7.00|US|||04|AZ|012|LA PAZ +040128000|040128000|840040128000|TEMP|Permanent|8000|Alamo Lake|Active|AZ1|Arizona Department of Environmental Quality|R9|34.243889|-113.558611|403.200|-7.00|US|||04|AZ|012|LA PAZ +040128000|040128000|840040128000|WS|Permanent|8000|Alamo Lake|Active|AZ1|Arizona Department of Environmental Quality|R9|34.243889|-113.558611|403.200|-7.00|US|||04|AZ|012|LA PAZ +040130000|040130000|093040130000|PMC|Permanent|0000|EPA|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.406399|-112.144302||-7.00|US|||04|AZ|013|MARICOPA +040130000|040130000|093040130000|PM2.5|Permanent|0000|EPA|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.406399|-112.144302||-7.00|US|||04|AZ|013|MARICOPA +040130019|040130019|840040130019|TEMP|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|WS|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|O3|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|RWS|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|PMC|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|PM2.5|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|PM10|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|NO2|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|CO|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|WD|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|RHUM|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040130019|040130019|840040130019|RWD|Permanent|0019|West Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.483799|-112.142601|333.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|O3|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|PMC|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|WD|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|RHUM|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|RWD|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|PM2.5|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|PM10|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|CO|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|TEMP|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|WS|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131003|040131003|840040131003|RWS|Permanent|1003|Mesa - Brooks Reservoir|Active|AZ2|Maricopa County Air Quality Department|R9|33.410500|-111.865100|383.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131004|040131004|840040131004|PM10|Permanent|1004|North Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.560299|-112.066299|378.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131004|040131004|840040131004|TEMP|Permanent|1004|North Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.560299|-112.066299|378.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131004|040131004|840040131004|WS|Permanent|1004|North Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.560299|-112.066299|378.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131004|040131004|840040131004|WD|Permanent|1004|North Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.560299|-112.066299|378.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131004|040131004|840040131004|RWD|Permanent|1004|North Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.560299|-112.066299|378.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131004|040131004|840040131004|RWS|Permanent|1004|North Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.560299|-112.066299|378.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131004|040131004|840040131004|O3|Permanent|1004|North Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.560299|-112.066299|378.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131004|040131004|840040131004|PM2.5|Permanent|1004|North Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.560299|-112.066299|378.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131004|040131004|840040131004|PMC|Permanent|1004|North Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.560299|-112.066299|378.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131010|040131010|840040131010|O3|Permanent|1010|Falcon Field Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.452200|-111.733100|384.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131029|040131029|840040131029|PM10|Permanent|1029|Ft McD Eagle View|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|33.573601|-111.676697|420.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131030|040131030|840040131030|O3|Permanent|1030|Ft McD Yuma Frank-AZ|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|33.629200|-111.676903|1412.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131030|040131030|840040131030|PM10|Permanent|1030|Ft McD Yuma Frank-AZ|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|33.629200|-111.676903|1412.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131030|040131030|840040131030|TEMP|Permanent|1030|Ft McD Yuma Frank-AZ|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|33.629200|-111.676903|1412.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131030|040131030|840040131030|RHUM|Permanent|1030|Ft McD Yuma Frank-AZ|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|33.629200|-111.676903|1412.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131030|040131030|840040131030|BARPR|Permanent|1030|Ft McD Yuma Frank-AZ|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|33.629200|-111.676903|1412.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131030|040131030|840040131030|PRECIP|Permanent|1030|Ft McD Yuma Frank-AZ|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|33.629200|-111.676903|1412.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131030|040131030|840040131030|RWD|Permanent|1030|Ft McD Yuma Frank-AZ|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|33.629200|-111.676903|1412.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040131030|040131030|840040131030|RWS|Permanent|1030|Ft McD Yuma Frank-AZ|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|33.629200|-111.676903|1412.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +392040131030|040131030|392040131030|NO2|Permanent|1030|JPN Site 040131030|Active|MOE|Japan Ministry of Environment||33.672723|130.438213||9.00||||||| +392040131030|040131030|392040131030|NOX|Permanent|1030|JPN Site 040131030|Active|MOE|Japan Ministry of Environment||33.672723|130.438213||9.00||||||| +392040131030|040131030|392040131030|NO|Permanent|1030|JPN Site 040131030|Active|MOE|Japan Ministry of Environment||33.672723|130.438213||9.00||||||| +040132001|040132001|840040132001|RHUM|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132001|040132001|840040132001|RWD|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132001|040132001|840040132001|RWS|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132001|040132001|840040132001|O3|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132001|040132001|840040132001|PM2.5|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132001|040132001|840040132001|PM10|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132001|040132001|840040132001|PMC|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132001|040132001|840040132001|TEMP|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132001|040132001|840040132001|WS|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132001|040132001|840040132001|WD|Permanent|2001|Glendale Community College|Active|AZ2|Maricopa County Air Quality Department|R9|33.569400|-112.191500|350.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132005|040132005|840040132005|WS|Permanent|2005|Pinnacle Peak Club House|Active|AZ2|Maricopa County Air Quality Department|R9|33.712299|-111.852699|733.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132005|040132005|840040132005|WD|Permanent|2005|Pinnacle Peak Club House|Active|AZ2|Maricopa County Air Quality Department|R9|33.712299|-111.852699|733.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132005|040132005|840040132005|RHUM|Permanent|2005|Pinnacle Peak Club House|Active|AZ2|Maricopa County Air Quality Department|R9|33.712299|-111.852699|733.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132005|040132005|840040132005|RWD|Permanent|2005|Pinnacle Peak Club House|Active|AZ2|Maricopa County Air Quality Department|R9|33.712299|-111.852699|733.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132005|040132005|840040132005|RWS|Permanent|2005|Pinnacle Peak Club House|Active|AZ2|Maricopa County Air Quality Department|R9|33.712299|-111.852699|733.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132005|040132005|840040132005|O3|Permanent|2005|Pinnacle Peak Club House|Active|AZ2|Maricopa County Air Quality Department|R9|33.712299|-111.852699|733.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132005|040132005|840040132005|TEMP|Permanent|2005|Pinnacle Peak Club House|Active|AZ2|Maricopa County Air Quality Department|R9|33.712299|-111.852699|733.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040132010|040132010|392040132010|SO2|Permanent|2010|JPN Site 040132010|Active|MOE|Japan Ministry of Environment||33.607174|130.427939||9.00||||||| +040132010|040132010|392040132010|WS|Permanent|2010|JPN Site 040132010|Active|MOE|Japan Ministry of Environment||33.607174|130.427939||9.00||||||| +040132010|040132010|392040132010|WD|Permanent|2010|JPN Site 040132010|Active|MOE|Japan Ministry of Environment||33.607174|130.427939||9.00||||||| +040132010|040132010|392040132010|NOX|Permanent|2010|JPN Site 040132010|Active|MOE|Japan Ministry of Environment||33.607174|130.427939||9.00||||||| +040132010|040132010|392040132010|NO|Permanent|2010|JPN Site 040132010|Active|MOE|Japan Ministry of Environment||33.607174|130.427939||9.00||||||| +040132010|040132010|392040132010|NO2|Permanent|2010|JPN Site 040132010|Active|MOE|Japan Ministry of Environment||33.607174|130.427939||9.00||||||| +040132520|040132520|392040132520|NO2|Permanent|2520|JPN Site 040132520|Active|MOE|Japan Ministry of Environment||33.590510|130.428496||9.00||||||| +040132520|040132520|392040132520|NOX|Permanent|2520|JPN Site 040132520|Active|MOE|Japan Ministry of Environment||33.590510|130.428496||9.00||||||| +040132520|040132520|392040132520|NO|Permanent|2520|JPN Site 040132520|Active|MOE|Japan Ministry of Environment||33.590510|130.428496||9.00||||||| +040132530|040132530|392040132530|NO|Permanent|2530|JPN Site 040132530|Active|MOE|Japan Ministry of Environment||33.604952|130.410163||9.00||||||| +040132530|040132530|392040132530|NO2|Permanent|2530|JPN Site 040132530|Active|MOE|Japan Ministry of Environment||33.604952|130.410163||9.00||||||| +040132530|040132530|392040132530|NOX|Permanent|2530|JPN Site 040132530|Active|MOE|Japan Ministry of Environment||33.604952|130.410163||9.00||||||| +040133002|040133002|840040133002|RWD|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|RWS|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|PM10|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|NO2|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|SO2|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|TEMP|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|WS|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|O3|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|WD|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|RHUM|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133002|040133002|840040133002|CO|Permanent|3002|Central Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.457900|-112.046000|339.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133003|040133003|840040133003|RWS|Permanent|3003|South Scottsdale|Active|AZ2|Maricopa County Air Quality Department|R9|33.479700|-111.917200|368.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133003|040133003|840040133003|O3|Permanent|3003|South Scottsdale|Active|AZ2|Maricopa County Air Quality Department|R9|33.479700|-111.917200|368.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133003|040133003|840040133003|PM10|Permanent|3003|South Scottsdale|Active|AZ2|Maricopa County Air Quality Department|R9|33.479700|-111.917200|368.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133003|040133003|840040133003|TEMP|Permanent|3003|South Scottsdale|Active|AZ2|Maricopa County Air Quality Department|R9|33.479700|-111.917200|368.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133003|040133003|840040133003|WS|Permanent|3003|South Scottsdale|Active|AZ2|Maricopa County Air Quality Department|R9|33.479700|-111.917200|368.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133003|040133003|840040133003|WD|Permanent|3003|South Scottsdale|Active|AZ2|Maricopa County Air Quality Department|R9|33.479700|-111.917200|368.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133003|040133003|840040133003|RHUM|Permanent|3003|South Scottsdale|Active|AZ2|Maricopa County Air Quality Department|R9|33.479700|-111.917200|368.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133003|040133003|840040133003|RWD|Permanent|3003|South Scottsdale|Active|AZ2|Maricopa County Air Quality Department|R9|33.479700|-111.917200|368.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133010|040133010|093040133010|RWD|Permanent|3010|Greenwood|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.460900|-112.117500|325.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133010|040133010|093040133010|RWS|Permanent|3010|Greenwood|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.460900|-112.117500|325.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133010|040133010|093040133010|PM10|Permanent|3010|Greenwood|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.460900|-112.117500|325.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133010|040133010|093040133010|NO2|Permanent|3010|Greenwood|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.460900|-112.117500|325.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133010|040133010|093040133010|CO|Permanent|3010|Greenwood|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.460900|-112.117500|325.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133010|040133010|093040133010|WS|Permanent|3010|Greenwood|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.460900|-112.117500|325.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133010|040133010|093040133010|WD|Permanent|3010|Greenwood|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.460900|-112.117500|325.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040133510|040133510|392040133510|SO2|Permanent|3510|JPN Site 040133510|Active|MOE|Japan Ministry of Environment||33.591620|130.398498||9.00||||||| +040133510|040133510|392040133510|NOX|Permanent|3510|JPN Site 040133510|Active|MOE|Japan Ministry of Environment||33.591620|130.398498||9.00||||||| +040133510|040133510|392040133510|NO|Permanent|3510|JPN Site 040133510|Active|MOE|Japan Ministry of Environment||33.591620|130.398498||9.00||||||| +040133510|040133510|392040133510|NO2|Permanent|3510|JPN Site 040133510|Active|MOE|Japan Ministry of Environment||33.591620|130.398498||9.00||||||| +040133510|040133510|392040133510|CO|Permanent|3510|JPN Site 040133510|Active|MOE|Japan Ministry of Environment||33.591620|130.398498||9.00||||||| +040134003|040134003|840040134003|TEMP|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|WS|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|WD|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|O3|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|RHUM|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|RWD|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|RWS|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|PMC|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|PM2.5|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|PM10|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134003|040134003|840040134003|CO|Permanent|4003|South Phoenix|Active|AZ2|Maricopa County Air Quality Department|R9|33.403300|-112.073100|307.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134004|040134004|840040134004|TEMP|Permanent|4004|West Chandler Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.299000|-111.884300|366.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134004|040134004|840040134004|WS|Permanent|4004|West Chandler Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.299000|-111.884300|366.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134004|040134004|840040134004|WD|Permanent|4004|West Chandler Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.299000|-111.884300|366.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134004|040134004|840040134004|RHUM|Permanent|4004|West Chandler Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.299000|-111.884300|366.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134004|040134004|840040134004|O3|Permanent|4004|West Chandler Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.299000|-111.884300|366.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134004|040134004|840040134004|RWD|Permanent|4004|West Chandler Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.299000|-111.884300|366.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134004|040134004|840040134004|RWS|Permanent|4004|West Chandler Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.299000|-111.884300|366.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134004|040134004|840040134004|PM10|Permanent|4004|West Chandler Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.299000|-111.884300|366.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134004|040134004|840040134004|CO|Permanent|4004|West Chandler Fire Station|Active|AZ2|Maricopa County Air Quality Department|R9|33.299000|-111.884300|366.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134005|040134005|840040134005|WD|Permanent|4005|Tempe|Active|AZ2|Maricopa County Air Quality Department|R9|33.412400|-111.934700|352.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134005|040134005|840040134005|RWD|Permanent|4005|Tempe|Active|AZ2|Maricopa County Air Quality Department|R9|33.412400|-111.934700|352.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134005|040134005|840040134005|RWS|Permanent|4005|Tempe|Active|AZ2|Maricopa County Air Quality Department|R9|33.412400|-111.934700|352.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134005|040134005|840040134005|PMC|Permanent|4005|Tempe|Active|AZ2|Maricopa County Air Quality Department|R9|33.412400|-111.934700|352.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134005|040134005|840040134005|O3|Permanent|4005|Tempe|Active|AZ2|Maricopa County Air Quality Department|R9|33.412400|-111.934700|352.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134005|040134005|840040134005|PM2.5|Permanent|4005|Tempe|Active|AZ2|Maricopa County Air Quality Department|R9|33.412400|-111.934700|352.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134005|040134005|840040134005|PM10|Permanent|4005|Tempe|Active|AZ2|Maricopa County Air Quality Department|R9|33.412400|-111.934700|352.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134005|040134005|840040134005|TEMP|Permanent|4005|Tempe|Active|AZ2|Maricopa County Air Quality Department|R9|33.412400|-111.934700|352.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134005|040134005|840040134005|WS|Permanent|4005|Tempe|Active|AZ2|Maricopa County Air Quality Department|R9|33.412400|-111.934700|352.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134006|040134006|840040134006|RWD|Permanent|4006|Higley|Active|AZ2|Maricopa County Air Quality Department|R9|33.309944|-111.720029|391.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134006|040134006|840040134006|RWS|Permanent|4006|Higley|Active|AZ2|Maricopa County Air Quality Department|R9|33.309944|-111.720029|391.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134006|040134006|840040134006|PM10|Permanent|4006|Higley|Active|AZ2|Maricopa County Air Quality Department|R9|33.309944|-111.720029|391.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134006|040134006|840040134006|TEMP|Permanent|4006|Higley|Active|AZ2|Maricopa County Air Quality Department|R9|33.309944|-111.720029|391.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134006|040134006|840040134006|WS|Permanent|4006|Higley|Active|AZ2|Maricopa County Air Quality Department|R9|33.309944|-111.720029|391.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134006|040134006|840040134006|WD|Permanent|4006|Higley|Active|AZ2|Maricopa County Air Quality Department|R9|33.309944|-111.720029|391.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134008|040134008|840040134008|O3|Permanent|4008|Cave Creek|Active|AZ2|Maricopa County Air Quality Department|R9|33.821700|-112.017400|587.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134008|040134008|840040134008|TEMP|Permanent|4008|Cave Creek|Active|AZ2|Maricopa County Air Quality Department|R9|33.821700|-112.017400|587.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134008|040134008|840040134008|WS|Permanent|4008|Cave Creek|Active|AZ2|Maricopa County Air Quality Department|R9|33.821700|-112.017400|587.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134008|040134008|840040134008|WD|Permanent|4008|Cave Creek|Active|AZ2|Maricopa County Air Quality Department|R9|33.821700|-112.017400|587.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134008|040134008|840040134008|RHUM|Permanent|4008|Cave Creek|Active|AZ2|Maricopa County Air Quality Department|R9|33.821700|-112.017400|587.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134008|040134008|840040134008|RWD|Permanent|4008|Cave Creek|Active|AZ2|Maricopa County Air Quality Department|R9|33.821700|-112.017400|587.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134008|040134008|840040134008|RWS|Permanent|4008|Cave Creek|Active|AZ2|Maricopa County Air Quality Department|R9|33.821700|-112.017400|587.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134009|040134009|840040134009|WS|Permanent|4009|West 43rd|Active|AZ2|Maricopa County Air Quality Department|R9|33.406399|-112.144302|318.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134009|040134009|840040134009|WD|Permanent|4009|West 43rd|Active|AZ2|Maricopa County Air Quality Department|R9|33.406399|-112.144302|318.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134009|040134009|840040134009|RWD|Permanent|4009|West 43rd|Active|AZ2|Maricopa County Air Quality Department|R9|33.406399|-112.144302|318.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134009|040134009|840040134009|RWS|Permanent|4009|West 43rd|Active|AZ2|Maricopa County Air Quality Department|R9|33.406399|-112.144302|318.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134009|040134009|840040134009|PM10|Permanent|4009|West 43rd|Active|AZ2|Maricopa County Air Quality Department|R9|33.406399|-112.144302|318.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134009|040134009|840040134009|TEMP|Permanent|4009|West 43rd|Active|AZ2|Maricopa County Air Quality Department|R9|33.406399|-112.144302|318.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134010|040134010|840040134010|RWD|Permanent|4010|Dysart|Active|AZ2|Maricopa County Air Quality Department|R9|33.636900|-112.339400|363.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134010|040134010|840040134010|RWS|Permanent|4010|Dysart|Active|AZ2|Maricopa County Air Quality Department|R9|33.636900|-112.339400|363.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134010|040134010|840040134010|O3|Permanent|4010|Dysart|Active|AZ2|Maricopa County Air Quality Department|R9|33.636900|-112.339400|363.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134010|040134010|840040134010|PM10|Permanent|4010|Dysart|Active|AZ2|Maricopa County Air Quality Department|R9|33.636900|-112.339400|363.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134010|040134010|840040134010|TEMP|Permanent|4010|Dysart|Active|AZ2|Maricopa County Air Quality Department|R9|33.636900|-112.339400|363.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134010|040134010|840040134010|WS|Permanent|4010|Dysart|Active|AZ2|Maricopa County Air Quality Department|R9|33.636900|-112.339400|363.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134010|040134010|840040134010|WD|Permanent|4010|Dysart|Active|AZ2|Maricopa County Air Quality Department|R9|33.636900|-112.339400|363.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134010|040134010|840040134010|RHUM|Permanent|4010|Dysart|Active|AZ2|Maricopa County Air Quality Department|R9|33.636900|-112.339400|363.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|RWS|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|CO|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|TEMP|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|WS|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|WD|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|RHUM|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|RWD|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|O3|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|PM10|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134011|040134011|840040134011|NO2|Permanent|4011|Buckeye|Active|AZ2|Maricopa County Air Quality Department|R9|33.370000|-112.620700|265.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134016|040134016|840040134016|PM10|Permanent|4016|Zuni Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.686741|-112.294167|386.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134016|040134016|840040134016|WS|Permanent|4016|Zuni Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.686741|-112.294167|386.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134016|040134016|840040134016|WD|Permanent|4016|Zuni Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.686741|-112.294167|386.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134016|040134016|840040134016|RWD|Permanent|4016|Zuni Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.686741|-112.294167|386.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134016|040134016|840040134016|RWS|Permanent|4016|Zuni Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.686741|-112.294167|386.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134018|040134018|093040134018|TEMP|Permanent|4018|Deer Valley|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.684500|-112.086360|450.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134018|040134018|093040134018|WS|Permanent|4018|Deer Valley|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.684500|-112.086360|450.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134018|040134018|093040134018|WD|Permanent|4018|Deer Valley|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.684500|-112.086360|450.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134018|040134018|093040134018|RHUM|Permanent|4018|Deer Valley|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.684500|-112.086360|450.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134018|040134018|093040134018|RWD|Permanent|4018|Deer Valley|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.684500|-112.086360|450.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134018|040134018|093040134018|RWS|Permanent|4018|Deer Valley|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.684500|-112.086360|450.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134019|040134019|093040134019|RWS|Permanent|4019|Diablo|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.396100|-111.968000|353.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134019|040134019|093040134019|PM2.5|Permanent|4019|Diablo|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.396100|-111.968000|353.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134019|040134019|093040134019|NO2|Permanent|4019|Diablo|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.396100|-111.968000|353.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134019|040134019|093040134019|CO|Permanent|4019|Diablo|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.396100|-111.968000|353.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134019|040134019|093040134019|TEMP|Permanent|4019|Diablo|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.396100|-111.968000|353.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134019|040134019|093040134019|WS|Permanent|4019|Diablo|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.396100|-111.968000|353.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134019|040134019|093040134019|WD|Permanent|4019|Diablo|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.396100|-111.968000|353.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134019|040134019|093040134019|RHUM|Permanent|4019|Diablo|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.396100|-111.968000|353.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134019|040134019|093040134019|RWD|Permanent|4019|Diablo|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.396100|-111.968000|353.800|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134020|040134020|840040134020|NO2|Permanent|4020|Thirty Third|Active|AZ2|Maricopa County Air Quality Department|R9|33.461807|-112.128044|324.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134020|040134020|840040134020|WS|Permanent|4020|Thirty Third|Active|AZ2|Maricopa County Air Quality Department|R9|33.461807|-112.128044|324.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134020|040134020|840040134020|WD|Permanent|4020|Thirty Third|Active|AZ2|Maricopa County Air Quality Department|R9|33.461807|-112.128044|324.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134020|040134020|840040134020|RWD|Permanent|4020|Thirty Third|Active|AZ2|Maricopa County Air Quality Department|R9|33.461807|-112.128044|324.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134020|040134020|840040134020|RWS|Permanent|4020|Thirty Third|Active|AZ2|Maricopa County Air Quality Department|R9|33.461807|-112.128044|324.500|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134021|040134021|840040134021|TEMP|Permanent|4021|Eastwood|Active|AZ2|Maricopa County Air Quality Department|R9|33.410460|-112.002642||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134021|040134021|840040134021|WS|Permanent|4021|Eastwood|Active|AZ2|Maricopa County Air Quality Department|R9|33.410460|-112.002642||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134021|040134021|840040134021|WD|Permanent|4021|Eastwood|Active|AZ2|Maricopa County Air Quality Department|R9|33.410460|-112.002642||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134021|040134021|840040134021|RWD|Permanent|4021|Eastwood|Active|AZ2|Maricopa County Air Quality Department|R9|33.410460|-112.002642||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134021|040134021|840040134021|RWS|Permanent|4021|Eastwood|Active|AZ2|Maricopa County Air Quality Department|R9|33.410460|-112.002642||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134021|040134021|840040134021|PM2.5|Permanent|4021|Eastwood|Active|AZ2|Maricopa County Air Quality Department|R9|33.410460|-112.002642||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134021|040134021|840040134021|NO2|Permanent|4021|Eastwood|Active|AZ2|Maricopa County Air Quality Department|R9|33.410460|-112.002642||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134021|040134021|840040134021|CO|Permanent|4021|Eastwood|Active|AZ2|Maricopa County Air Quality Department|R9|33.410460|-112.002642||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040134510|040134510|392040134510|NO2|Permanent|4510|JPN Site 040134510|Active|MOE|Japan Ministry of Environment||33.554125|130.433775||9.00||||||| +040134510|040134510|392040134510|NOX|Permanent|4510|JPN Site 040134510|Active|MOE|Japan Ministry of Environment||33.554125|130.433775||9.00||||||| +040134510|040134510|392040134510|NO|Permanent|4510|JPN Site 040134510|Active|MOE|Japan Ministry of Environment||33.554125|130.433775||9.00||||||| +040135020|040135020|392040135020|WS|Permanent|5020|JPN Site 040135020|Active|MOE|Japan Ministry of Environment||33.557179|130.380723||9.00||||||| +040135020|040135020|392040135020|WD|Permanent|5020|JPN Site 040135020|Active|MOE|Japan Ministry of Environment||33.557179|130.380723||9.00||||||| +040135020|040135020|392040135020|NOX|Permanent|5020|JPN Site 040135020|Active|MOE|Japan Ministry of Environment||33.557179|130.380723||9.00||||||| +040135020|040135020|392040135020|NO|Permanent|5020|JPN Site 040135020|Active|MOE|Japan Ministry of Environment||33.557179|130.380723||9.00||||||| +040135020|040135020|392040135020|NO2|Permanent|5020|JPN Site 040135020|Active|MOE|Japan Ministry of Environment||33.557179|130.380723||9.00||||||| +040135060|040135060|392040135060|NOX|Permanent|5060|JPN Site 040135060|Active|MOE|Japan Ministry of Environment||33.586063|130.252677||9.00||||||| +040135060|040135060|392040135060|NO|Permanent|5060|JPN Site 040135060|Active|MOE|Japan Ministry of Environment||33.586063|130.252677||9.00||||||| +040135060|040135060|392040135060|NO2|Permanent|5060|JPN Site 040135060|Active|MOE|Japan Ministry of Environment||33.586063|130.252677||9.00||||||| +040135060|040135060|392040135060|WS|Permanent|5060|JPN Site 040135060|Active|MOE|Japan Ministry of Environment||33.586063|130.252677||9.00||||||| +040135060|040135060|392040135060|WD|Permanent|5060|JPN Site 040135060|Active|MOE|Japan Ministry of Environment||33.586063|130.252677||9.00||||||| +040135510|040135510|392040135510|NO|Permanent|5510|JPN Site 040135510|Active|MOE|Japan Ministry of Environment||33.583842|130.359613||9.00||||||| +040135510|040135510|392040135510|NO2|Permanent|5510|JPN Site 040135510|Active|MOE|Japan Ministry of Environment||33.583842|130.359613||9.00||||||| +040135510|040135510|392040135510|NOX|Permanent|5510|JPN Site 040135510|Active|MOE|Japan Ministry of Environment||33.583842|130.359613||9.00||||||| +040135520|040135520|392040135520|NOX|Permanent|5520|JPN Site 040135520|Active|MOE|Japan Ministry of Environment||33.575232|130.372390||9.00||||||| +040135520|040135520|392040135520|NO|Permanent|5520|JPN Site 040135520|Active|MOE|Japan Ministry of Environment||33.575232|130.372390||9.00||||||| +040135520|040135520|392040135520|NO2|Permanent|5520|JPN Site 040135520|Active|MOE|Japan Ministry of Environment||33.575232|130.372390||9.00||||||| +040135530|040135530|392040135530|NO2|Permanent|5530|JPN Site 040135530|Active|MOE|Japan Ministry of Environment||33.574398|130.316561||9.00||||||| +040135530|040135530|392040135530|WS|Permanent|5530|JPN Site 040135530|Active|MOE|Japan Ministry of Environment||33.574398|130.316561||9.00||||||| +040135530|040135530|392040135530|WD|Permanent|5530|JPN Site 040135530|Active|MOE|Japan Ministry of Environment||33.574398|130.316561||9.00||||||| +040135530|040135530|392040135530|NOX|Permanent|5530|JPN Site 040135530|Active|MOE|Japan Ministry of Environment||33.574398|130.316561||9.00||||||| +040135530|040135530|392040135530|NO|Permanent|5530|JPN Site 040135530|Active|MOE|Japan Ministry of Environment||33.574398|130.316561||9.00||||||| +040135540|040135540|392040135540|NO|Permanent|5540|JPN Site 040135540|Active|MOE|Japan Ministry of Environment||33.572176|130.276287||9.00||||||| +040135540|040135540|392040135540|NO2|Permanent|5540|JPN Site 040135540|Active|MOE|Japan Ministry of Environment||33.572176|130.276287||9.00||||||| +040135540|040135540|392040135540|NOX|Permanent|5540|JPN Site 040135540|Active|MOE|Japan Ministry of Environment||33.572176|130.276287||9.00||||||| +040137003|040137003|840040137003|O3|Permanent|7003|StJohns|Active|GRI|Gila River Indian Community DEQ Air Quality Program|R9|33.290150|-112.159874|323.000|-7.00|US|||04|AZ|013|MARICOPA +040137003|040137003|840040137003|PM10|Permanent|7003|StJohns|Active|GRI|Gila River Indian Community DEQ Air Quality Program|R9|33.290150|-112.159874|323.000|-7.00|US|||04|AZ|013|MARICOPA +040137010|040137010|392040137010|WS|Permanent|7010|JPN Site 040137010|Active|MOE|Japan Ministry of Environment||33.579954|130.356280||9.00||||||| +040137010|040137010|392040137010|WD|Permanent|7010|JPN Site 040137010|Active|MOE|Japan Ministry of Environment||33.579954|130.356280||9.00||||||| +040137010|040137010|392040137010|RHUM|Permanent|7010|JPN Site 040137010|Active|MOE|Japan Ministry of Environment||33.579954|130.356280||9.00||||||| +040137010|040137010|392040137010|NOX|Permanent|7010|JPN Site 040137010|Active|MOE|Japan Ministry of Environment||33.579954|130.356280||9.00||||||| +040137010|040137010|392040137010|NO|Permanent|7010|JPN Site 040137010|Active|MOE|Japan Ministry of Environment||33.579954|130.356280||9.00||||||| +040137010|040137010|392040137010|NO2|Permanent|7010|JPN Site 040137010|Active|MOE|Japan Ministry of Environment||33.579954|130.356280||9.00||||||| +040137010|040137010|392040137010|SO2|Permanent|7010|JPN Site 040137010|Active|MOE|Japan Ministry of Environment||33.579954|130.356280||9.00||||||| +040137010|040137010|392040137010|TEMP|Permanent|7010|JPN Site 040137010|Active|MOE|Japan Ministry of Environment||33.579954|130.356280||9.00||||||| +040137020|040137020|840040137020|O3|Permanent|7020|Senior Center|Active|SR1|Salt River Pima-Maricopa Indian Community|R9|33.488300|-111.855003|377.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040137020|040137020|840040137020|PM10|Permanent|7020|Senior Center|Active|SR1|Salt River Pima-Maricopa Indian Community|R9|33.488300|-111.855003|377.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040137020|040137020|840040137020|SRAD|Permanent|7020|Senior Center|Active|SR1|Salt River Pima-Maricopa Indian Community|R9|33.488300|-111.855003|377.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040137021|040137021|840040137021|O3|Permanent|7021|Red Mountain|Active|SR1|Salt River Pima-Maricopa Indian Community|R9|33.507900|-111.754601|394.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040137022|040137022|840040137022|O3|Permanent|7022|LEHI|Active|SR1|Salt River Pima-Maricopa Indian Community|R9|33.474499|-111.805099|377.600|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040137022|040137022|840040137022|PM10|Permanent|7022|LEHI|Active|SR1|Salt River Pima-Maricopa Indian Community|R9|33.474499|-111.805099|377.600|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040137024|040137024|840040137024|O3|Permanent|7024|High School|Active|SR1|Salt River Pima-Maricopa Indian Community|R9|33.507999|-111.837799|394.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040137024|040137024|840040137024|PM10|Permanent|7024|High School|Active|SR1|Salt River Pima-Maricopa Indian Community|R9|33.507999|-111.837799|394.400|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040138005|040138005|840040138005|PM2.5|Permanent|8005|Estrella|Inactive|AZ1|Arizona Department of Environmental Quality|R9|33.383300|-112.372800||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139508|040139508|840040139508|O3|Permanent|9508|Humboldt Mountain - Tonto N.F.|Active|AZ2|Maricopa County Air Quality Department|R9|33.982800|-111.798700|1583.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139508|040139508|840040139508|TEMP|Permanent|9508|Humboldt Mountain - Tonto N.F.|Active|AZ2|Maricopa County Air Quality Department|R9|33.982800|-111.798700|1583.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139508|040139508|840040139508|RHUM|Permanent|9508|Humboldt Mountain - Tonto N.F.|Active|AZ2|Maricopa County Air Quality Department|R9|33.982800|-111.798700|1583.000|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139702|040139702|840040139702|O3|Permanent|9702|Blue Point Sheriff Sub-station|Active|AZ2|Maricopa County Air Quality Department|R9|33.545500|-111.609300|436.200|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139702|040139702|840040139702|TEMP|Permanent|9702|Blue Point Sheriff Sub-station|Active|AZ2|Maricopa County Air Quality Department|R9|33.545500|-111.609300|436.200|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139702|040139702|840040139702|WS|Permanent|9702|Blue Point Sheriff Sub-station|Active|AZ2|Maricopa County Air Quality Department|R9|33.545500|-111.609300|436.200|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139702|040139702|840040139702|WD|Permanent|9702|Blue Point Sheriff Sub-station|Active|AZ2|Maricopa County Air Quality Department|R9|33.545500|-111.609300|436.200|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139702|040139702|840040139702|RHUM|Permanent|9702|Blue Point Sheriff Sub-station|Active|AZ2|Maricopa County Air Quality Department|R9|33.545500|-111.609300|436.200|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139702|040139702|840040139702|RWD|Permanent|9702|Blue Point Sheriff Sub-station|Active|AZ2|Maricopa County Air Quality Department|R9|33.545500|-111.609300|436.200|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139702|040139702|840040139702|RWS|Permanent|9702|Blue Point Sheriff Sub-station|Active|AZ2|Maricopa County Air Quality Department|R9|33.545500|-111.609300|436.200|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139704|040139704|840040139704|RHUM|Permanent|9704|Fountain Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.611000|-111.725300|505.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139704|040139704|840040139704|RWD|Permanent|9704|Fountain Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.611000|-111.725300|505.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139704|040139704|840040139704|RWS|Permanent|9704|Fountain Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.611000|-111.725300|505.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139704|040139704|840040139704|O3|Permanent|9704|Fountain Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.611000|-111.725300|505.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139704|040139704|840040139704|TEMP|Permanent|9704|Fountain Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.611000|-111.725300|505.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139704|040139704|840040139704|WS|Permanent|9704|Fountain Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.611000|-111.725300|505.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139704|040139704|840040139704|WD|Permanent|9704|Fountain Hills|Active|AZ2|Maricopa County Air Quality Department|R9|33.611000|-111.725300|505.100|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139706|040139706|093040139706|O3|Permanent|9706|Rio Verde Sheriff Sub-Station|Inactive|AZ2|Maricopa County Air Quality Department|R9|33.718800|-111.671800|478.200|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|RWS|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|PMC|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|SO2|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|PM10|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|TEMP|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|WS|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|WD|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|RHUM|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|RWD|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139812|040139812|840040139812|PM2.5|Permanent|9812|Durango Complex|Active|AZ2|Maricopa County Air Quality Department|R9|33.426500|-112.118100|316.900|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|RWD|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|TEMP|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|O3|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|PM2.5|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|RWS|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|PM10|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|RHUM|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|SRAD|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|NO|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|NO2|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|CO|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|SO2|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|NOY|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|PMC|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139997|040139997|840040139997|WS|Permanent|9997|Phoenix JLG Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|33.503601|-112.095001|315.700|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|013|MARICOPA +040139999|040139999|840040139999|PM2.5|Permanent|9999|N/A|Inactive|AZ1|Arizona Department of Environmental Quality|R9|1.000000|-51.000000||-7.00|US|||04|AZ|013|MARICOPA +040139999|040139999|840040139999|PM10|Permanent|9999|N/A|Inactive|AZ1|Arizona Department of Environmental Quality|R9|1.000000|-51.000000||-7.00|US|||04|AZ|013|MARICOPA +040151003|040151003|840040151003|PM10|Permanent|1003|Bullhead City|Active|AZ1|Arizona Department of Environmental Quality|R9|35.166111|-114.566111|155.900|-7.00|US|29420| Lake Havasu City-Kingman, AZ |04|AZ|015|MOHAVE +040170119|040170119|840040170119|RWS|Permanent|0119|Petrified Forest NP|Active|NPS|National Park Service|USEPA|34.822498|-109.891899||-7.00|US|||04|AZ|017|NAVAJO +040170119|040170119|840040170119|TEMP|Permanent|0119|Petrified Forest NP|Active|NPS|National Park Service|USEPA|34.822498|-109.891899||-7.00|US|||04|AZ|017|NAVAJO +040170119|040170119|840040170119|WS|Permanent|0119|Petrified Forest NP|Active|NPS|National Park Service|USEPA|34.822498|-109.891899||-7.00|US|||04|AZ|017|NAVAJO +040170119|040170119|840040170119|WD|Permanent|0119|Petrified Forest NP|Active|NPS|National Park Service|USEPA|34.822498|-109.891899||-7.00|US|||04|AZ|017|NAVAJO +040170119|040170119|840040170119|RHUM|Permanent|0119|Petrified Forest NP|Active|NPS|National Park Service|USEPA|34.822498|-109.891899||-7.00|US|||04|AZ|017|NAVAJO +040170119|040170119|840040170119|SRAD|Permanent|0119|Petrified Forest NP|Active|NPS|National Park Service|USEPA|34.822498|-109.891899||-7.00|US|||04|AZ|017|NAVAJO +040170119|040170119|840040170119|PRECIP|Permanent|0119|Petrified Forest NP|Active|NPS|National Park Service|USEPA|34.822498|-109.891899||-7.00|US|||04|AZ|017|NAVAJO +040170119|040170119|840040170119|O3|Permanent|0119|Petrified Forest NP|Active|NPS|National Park Service|USEPA|34.822498|-109.891899||-7.00|US|||04|AZ|017|NAVAJO +040170119|040170119|840040170119|RWD|Permanent|0119|Petrified Forest NP|Active|NPS|National Park Service|USEPA|34.822498|-109.891899||-7.00|US|||04|AZ|017|NAVAJO +040190001|040190001|840040190001|PM10|Permanent|0001|Ajo|Active|AZ1|Arizona Department of Environmental Quality|R9|32.382034|-112.857452|515.100|-7.00|US|||04|AZ|019|PIMA +040190001|040190001|840040190001|TEMP|Permanent|0001|Ajo|Active|AZ1|Arizona Department of Environmental Quality|R9|32.382034|-112.857452|515.100|-7.00|US|||04|AZ|019|PIMA +040190001|040190001|840040190001|WS|Permanent|0001|Ajo|Active|AZ1|Arizona Department of Environmental Quality|R9|32.382034|-112.857452|515.100|-7.00|US|||04|AZ|019|PIMA +040190001|040190001|840040190001|RHUM|Permanent|0001|Ajo|Active|AZ1|Arizona Department of Environmental Quality|R9|32.382034|-112.857452|515.100|-7.00|US|||04|AZ|019|PIMA +040190001|040190001|840040190001|RWD|Permanent|0001|Ajo|Active|AZ1|Arizona Department of Environmental Quality|R9|32.382034|-112.857452|515.100|-7.00|US|||04|AZ|019|PIMA +040190001|040190001|840040190001|RWS|Permanent|0001|Ajo|Active|AZ1|Arizona Department of Environmental Quality|R9|32.382034|-112.857452|515.100|-7.00|US|||04|AZ|019|PIMA +040190002|040190002|840040190002|O3|Permanent|0002|Downtown Tucson|Inactive|AZ3|Pima County Department of Environmental Quality|R9|32.222200|-110.973600||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +840040190008|040190008|840040190008|PM10|Permanent|0008|Corona de Tucson|Active|AZ3|Pima County Department of Environmental Quality|R9|32.004567|-110.792504||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040190011|040190011|840040190011|PM2.5|Permanent|0011|Orange Grove|Active|AZ3|Pima County Department of Environmental Quality|R9|32.322573|-111.037709||-7.00|US|||04|AZ|019|PIMA +040190011|040190011|840040190011|PM10|Permanent|0011|Orange Grove|Active|AZ3|Pima County Department of Environmental Quality|R9|32.322573|-111.037709||-7.00|US|||04|AZ|019|PIMA +040190020|040190020|840040190020|PM10|Permanent|0020|Rillito|Active|AZ1|Arizona Department of Environmental Quality|R9|32.414342|-111.154544|626.200|-7.00|US|||04|AZ|019|PIMA +040190020|040190020|840040190020|TEMP|Permanent|0020|Rillito|Active|AZ1|Arizona Department of Environmental Quality|R9|32.414342|-111.154544|626.200|-7.00|US|||04|AZ|019|PIMA +040190020|040190020|840040190020|WS|Permanent|0020|Rillito|Active|AZ1|Arizona Department of Environmental Quality|R9|32.414342|-111.154544|626.200|-7.00|US|||04|AZ|019|PIMA +040190020|040190020|840040190020|RHUM|Permanent|0020|Rillito|Active|AZ1|Arizona Department of Environmental Quality|R9|32.414342|-111.154544|626.200|-7.00|US|||04|AZ|019|PIMA +040190020|040190020|840040190020|RWD|Permanent|0020|Rillito|Active|AZ1|Arizona Department of Environmental Quality|R9|32.414342|-111.154544|626.200|-7.00|US|||04|AZ|019|PIMA +040190020|040190020|840040190020|RWS|Permanent|0020|Rillito|Active|AZ1|Arizona Department of Environmental Quality|R9|32.414342|-111.154544|626.200|-7.00|US|||04|AZ|019|PIMA +040190021|040190021|840040190021|O3|Permanent|0021|Saguaro Monument|Active|AZ3|Pima County Department of Environmental Quality|R9|32.176400|-110.737800||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191001|040191001|840040191001|PM10|Permanent|1001|South Tucson|Active|AZ3|Pima County Department of Environmental Quality|R9|32.202148|-110.967915||-7.00|US|||04|AZ|019|PIMA +040191011|040191011|840040191011|O3|Permanent|1011|22nd Street & Craycroft|Active|AZ3|Pima County Department of Environmental Quality|R9|32.205000|-110.877200||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191018|040191018|840040191018|O3|Permanent|1018|Tangerine & Camino de Oeste|Active|AZ3|Pima County Department of Environmental Quality|R9|32.425300|-111.066900||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191020|040191020|840040191020|O3|Permanent|1020|Fairgrounds|Active|AZ3|Pima County Department of Environmental Quality|R9|32.047500|-110.773900||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191028|040191028|840040191028|O3|Permanent|1028|Children's Park Site|Active|AZ3|Pima County Department of Environmental Quality|R9|32.295300|-110.982200||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191028|040191028|840040191028|PM2.5|Permanent|1028|Children's Park Site|Active|AZ3|Pima County Department of Environmental Quality|R9|32.295300|-110.982200||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191030|040191030|840040191030|O3|Permanent|1030|Green Valley|Active|AZ3|Pima County Department of Environmental Quality|R9|31.879400|-110.996400||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191030|040191030|840040191030|PM2.5|Permanent|1030|Green Valley|Active|AZ3|Pima County Department of Environmental Quality|R9|31.879400|-110.996400||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191030|040191030|840040191030|PM10|Permanent|1030|Green Valley|Active|AZ3|Pima County Department of Environmental Quality|R9|31.879400|-110.996400||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191032|040191032|840040191032|O3|Permanent|1032|Rose Elementary|Active|AZ3|Pima County Department of Environmental Quality|R9|32.173100|-110.979700||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191032|040191032|840040191032|PM2.5|Permanent|1032|Rose Elementary|Active|AZ3|Pima County Department of Environmental Quality|R9|32.173100|-110.979700||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191034|040191034|840040191034|O3|Permanent|1034|Coachline|Active|AZ3|Pima County Department of Environmental Quality|R9|32.380600|-111.127200||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191034|040191034|840040191034|PM2.5|Permanent|1034|Coachline|Active|AZ3|Pima County Department of Environmental Quality|R9|32.380600|-111.127200||-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191113|040191113|840040191113|PM2.5|Permanent|1113|Geronimo|Active|AZ3|Pima County Department of Environmental Quality|R9|32.250000|-110.966700|747.900|-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040191113|040191113|840040191113|PM10|Permanent|1113|Geronimo|Active|AZ3|Pima County Department of Environmental Quality|R9|32.250000|-110.966700|747.900|-7.00|US|46060| Tucson, AZ |04|AZ|019|PIMA +040202010|040202010|392040202010|RHUM|Permanent|2010|JPN Site 040202010|Active|MOE|Japan Ministry of Environment||33.030014|130.446020||9.00||||||| +040202010|040202010|392040202010|NOX|Permanent|2010|JPN Site 040202010|Active|MOE|Japan Ministry of Environment||33.030014|130.446020||9.00||||||| +040202010|040202010|392040202010|NO|Permanent|2010|JPN Site 040202010|Active|MOE|Japan Ministry of Environment||33.030014|130.446020||9.00||||||| +040202010|040202010|392040202010|NO2|Permanent|2010|JPN Site 040202010|Active|MOE|Japan Ministry of Environment||33.030014|130.446020||9.00||||||| +040202010|040202010|392040202010|CO|Permanent|2010|JPN Site 040202010|Active|MOE|Japan Ministry of Environment||33.030014|130.446020||9.00||||||| +040202010|040202010|392040202010|SO2|Permanent|2010|JPN Site 040202010|Active|MOE|Japan Ministry of Environment||33.030014|130.446020||9.00||||||| +040202010|040202010|392040202010|TEMP|Permanent|2010|JPN Site 040202010|Active|MOE|Japan Ministry of Environment||33.030014|130.446020||9.00||||||| +040202010|040202010|392040202010|WS|Permanent|2010|JPN Site 040202010|Active|MOE|Japan Ministry of Environment||33.030014|130.446020||9.00||||||| +040202010|040202010|392040202010|WD|Permanent|2010|JPN Site 040202010|Active|MOE|Japan Ministry of Environment||33.030014|130.446020||9.00||||||| +040202030|040202030|392040202030|WD|Permanent|2030|JPN Site 040202030|Active|MOE|Japan Ministry of Environment||33.011960|130.431022||9.00||||||| +040202030|040202030|392040202030|NOX|Permanent|2030|JPN Site 040202030|Active|MOE|Japan Ministry of Environment||33.011960|130.431022||9.00||||||| +040202030|040202030|392040202030|NO|Permanent|2030|JPN Site 040202030|Active|MOE|Japan Ministry of Environment||33.011960|130.431022||9.00||||||| +040202030|040202030|392040202030|NO2|Permanent|2030|JPN Site 040202030|Active|MOE|Japan Ministry of Environment||33.011960|130.431022||9.00||||||| +040202030|040202030|392040202030|SO2|Permanent|2030|JPN Site 040202030|Active|MOE|Japan Ministry of Environment||33.011960|130.431022||9.00||||||| +040202030|040202030|392040202030|WS|Permanent|2030|JPN Site 040202030|Active|MOE|Japan Ministry of Environment||33.011960|130.431022||9.00||||||| +040202050|040202050|392040202050|SO2|Permanent|2050|JPN Site 040202050|Active|MOE|Japan Ministry of Environment||33.023626|130.456019||9.00||||||| +040202050|040202050|392040202050|WS|Permanent|2050|JPN Site 040202050|Active|MOE|Japan Ministry of Environment||33.023626|130.456019||9.00||||||| +040202050|040202050|392040202050|WD|Permanent|2050|JPN Site 040202050|Active|MOE|Japan Ministry of Environment||33.023626|130.456019||9.00||||||| +040202060|040202060|392040202060|WS|Permanent|2060|JPN Site 040202060|Active|MOE|Japan Ministry of Environment||33.034180|130.435465||9.00||||||| +040202060|040202060|392040202060|WD|Permanent|2060|JPN Site 040202060|Active|MOE|Japan Ministry of Environment||33.034180|130.435465||9.00||||||| +040202060|040202060|392040202060|NOX|Permanent|2060|JPN Site 040202060|Active|MOE|Japan Ministry of Environment||33.034180|130.435465||9.00||||||| +040202060|040202060|392040202060|NO|Permanent|2060|JPN Site 040202060|Active|MOE|Japan Ministry of Environment||33.034180|130.435465||9.00||||||| +040202060|040202060|392040202060|NO2|Permanent|2060|JPN Site 040202060|Active|MOE|Japan Ministry of Environment||33.034180|130.435465||9.00||||||| +040202060|040202060|392040202060|SO2|Permanent|2060|JPN Site 040202060|Active|MOE|Japan Ministry of Environment||33.034180|130.435465||9.00||||||| +040202080|040202080|392040202080|WS|Permanent|2080|JPN Site 040202080|Active|MOE|Japan Ministry of Environment||33.064456|130.475183||9.00||||||| +040202080|040202080|392040202080|WD|Permanent|2080|JPN Site 040202080|Active|MOE|Japan Ministry of Environment||33.064456|130.475183||9.00||||||| +040202080|040202080|392040202080|NOX|Permanent|2080|JPN Site 040202080|Active|MOE|Japan Ministry of Environment||33.064456|130.475183||9.00||||||| +040202080|040202080|392040202080|NO|Permanent|2080|JPN Site 040202080|Active|MOE|Japan Ministry of Environment||33.064456|130.475183||9.00||||||| +040202080|040202080|392040202080|NO2|Permanent|2080|JPN Site 040202080|Active|MOE|Japan Ministry of Environment||33.064456|130.475183||9.00||||||| +040202080|040202080|392040202080|SO2|Permanent|2080|JPN Site 040202080|Active|MOE|Japan Ministry of Environment||33.064456|130.475183||9.00||||||| +040202250|040202250|392040202250|NOX|Permanent|2250|JPN Site 040202250|Active|MOE|Japan Ministry of Environment||33.013628|130.475185||9.00||||||| +040202250|040202250|392040202250|NO|Permanent|2250|JPN Site 040202250|Active|MOE|Japan Ministry of Environment||33.013628|130.475185||9.00||||||| +040202250|040202250|392040202250|NO2|Permanent|2250|JPN Site 040202250|Active|MOE|Japan Ministry of Environment||33.013628|130.475185||9.00||||||| +040202250|040202250|392040202250|SO2|Permanent|2250|JPN Site 040202250|Active|MOE|Japan Ministry of Environment||33.013628|130.475185||9.00||||||| +040202250|040202250|392040202250|WS|Permanent|2250|JPN Site 040202250|Active|MOE|Japan Ministry of Environment||33.013628|130.475185||9.00||||||| +040202250|040202250|392040202250|WD|Permanent|2250|JPN Site 040202250|Active|MOE|Japan Ministry of Environment||33.013628|130.475185||9.00||||||| +040202510|040202510|392040202510|NO2|Permanent|2510|JPN Site 040202510|Active|MOE|Japan Ministry of Environment||33.030014|130.441020||9.00||||||| +040202510|040202510|392040202510|CO|Permanent|2510|JPN Site 040202510|Active|MOE|Japan Ministry of Environment||33.030014|130.441020||9.00||||||| +040202510|040202510|392040202510|NOX|Permanent|2510|JPN Site 040202510|Active|MOE|Japan Ministry of Environment||33.030014|130.441020||9.00||||||| +040202510|040202510|392040202510|NO|Permanent|2510|JPN Site 040202510|Active|MOE|Japan Ministry of Environment||33.030014|130.441020||9.00||||||| +040203060|040203060|392040203060|NO|Permanent|3060|JPN Site 040203060|Active|MOE|Japan Ministry of Environment||33.303597|130.516557||9.00||||||| +040203060|040203060|392040203060|NO2|Permanent|3060|JPN Site 040203060|Active|MOE|Japan Ministry of Environment||33.303597|130.516557||9.00||||||| +040203060|040203060|392040203060|SO2|Permanent|3060|JPN Site 040203060|Active|MOE|Japan Ministry of Environment||33.303597|130.516557||9.00||||||| +040203060|040203060|392040203060|NOX|Permanent|3060|JPN Site 040203060|Active|MOE|Japan Ministry of Environment||33.303597|130.516557||9.00||||||| +040203100|040203100|392040203100|NOX|Permanent|3100|JPN Site 040203100|Active|MOE|Japan Ministry of Environment||33.319151|130.508224||9.00||||||| +040203100|040203100|392040203100|NO|Permanent|3100|JPN Site 040203100|Active|MOE|Japan Ministry of Environment||33.319151|130.508224||9.00||||||| +040203100|040203100|392040203100|NO2|Permanent|3100|JPN Site 040203100|Active|MOE|Japan Ministry of Environment||33.319151|130.508224||9.00||||||| +040203100|040203100|392040203100|SO2|Permanent|3100|JPN Site 040203100|Active|MOE|Japan Ministry of Environment||33.319151|130.508224||9.00||||||| +040204010|040204010|392040204010|NOX|Permanent|4010|JPN Site 040204010|Active|MOE|Japan Ministry of Environment||33.744943|130.729575||9.00||||||| +040204010|040204010|392040204010|NO|Permanent|4010|JPN Site 040204010|Active|MOE|Japan Ministry of Environment||33.744943|130.729575||9.00||||||| +040204010|040204010|392040204010|NO2|Permanent|4010|JPN Site 040204010|Active|MOE|Japan Ministry of Environment||33.744943|130.729575||9.00||||||| +040204010|040204010|392040204010|SO2|Permanent|4010|JPN Site 040204010|Active|MOE|Japan Ministry of Environment||33.744943|130.729575||9.00||||||| +040205010|040205010|392040205010|NO|Permanent|5010|JPN Site 040205010|Active|MOE|Japan Ministry of Environment||33.614956|130.697639||9.00||||||| +040205010|040205010|392040205010|NO2|Permanent|5010|JPN Site 040205010|Active|MOE|Japan Ministry of Environment||33.614956|130.697639||9.00||||||| +040205010|040205010|392040205010|SO2|Permanent|5010|JPN Site 040205010|Active|MOE|Japan Ministry of Environment||33.614956|130.697639||9.00||||||| +040205010|040205010|392040205010|WS|Permanent|5010|JPN Site 040205010|Active|MOE|Japan Ministry of Environment||33.614956|130.697639||9.00||||||| +040205010|040205010|392040205010|WD|Permanent|5010|JPN Site 040205010|Active|MOE|Japan Ministry of Environment||33.614956|130.697639||9.00||||||| +040205010|040205010|392040205010|NOX|Permanent|5010|JPN Site 040205010|Active|MOE|Japan Ministry of Environment||33.614956|130.697639||9.00||||||| +040206010|040206010|392040206010|NO2|Permanent|6010|JPN Site 040206010|Active|MOE|Japan Ministry of Environment||33.633567|130.773465||9.00||||||| +040206010|040206010|392040206010|SO2|Permanent|6010|JPN Site 040206010|Active|MOE|Japan Ministry of Environment||33.633567|130.773465||9.00||||||| +040206010|040206010|392040206010|NOX|Permanent|6010|JPN Site 040206010|Active|MOE|Japan Ministry of Environment||33.633567|130.773465||9.00||||||| +040206010|040206010|392040206010|NO|Permanent|6010|JPN Site 040206010|Active|MOE|Japan Ministry of Environment||33.633567|130.773465||9.00||||||| +040210001|040210001|021040210001|PM2.5|Permanent|0001|Casa Grande Downtown|Active|AZ4|Pinal County Air Quality Control District|R9|32.877583|-111.752222||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040210001|040210001|021040210001|PM10|Permanent|0001|Casa Grande Downtown|Active|AZ4|Pinal County Air Quality Control District|R9|32.877583|-111.752222||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040210010|040210010|392040210010|WD|Permanent|0010|JPN Site 040210010|Active|MOE|Japan Ministry of Environment||33.201110|130.592111||9.00||||||| +040210010|040210010|392040210010|NOX|Permanent|0010|JPN Site 040210010|Active|MOE|Japan Ministry of Environment||33.201110|130.592111||9.00||||||| +040210010|040210010|392040210010|NO|Permanent|0010|JPN Site 040210010|Active|MOE|Japan Ministry of Environment||33.201110|130.592111||9.00||||||| +040210010|040210010|392040210010|NO2|Permanent|0010|JPN Site 040210010|Active|MOE|Japan Ministry of Environment||33.201110|130.592111||9.00||||||| +040210010|040210010|392040210010|SO2|Permanent|0010|JPN Site 040210010|Active|MOE|Japan Ministry of Environment||33.201110|130.592111||9.00||||||| +040210010|040210010|392040210010|WS|Permanent|0010|JPN Site 040210010|Active|MOE|Japan Ministry of Environment||33.201110|130.592111||9.00||||||| +040213001|040213001|021040213001|O3|Permanent|3001|AJ Maintenance Yard|Active|AZ4|Pinal County Air Quality Control District|R9|33.420601|-111.503304||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213002|040213002|021040213002|PM10|Permanent|3002|Apache Junction|Active|AZ2|Maricopa County Air Quality Department|R9|33.420000|-111.504200||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213003|040213003|021040213003|O3|Permanent|3003|C GRANDE|Active|AZ4|Pinal County Air Quality Control District|R9|32.954400|-111.762200||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213007|040213007|021040213007|O3|Permanent|3007|Pinal Air Park|Active|AZ4|Pinal County Air Quality Control District|R9|32.508308|-111.308060||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213007|040213007|021040213007|PM10|Permanent|3007|Pinal Air Park|Active|AZ4|Pinal County Air Quality Control District|R9|32.508308|-111.308060||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213008|040213008|021040213008|PM10|Permanent|3008|Stanfield|Active|AZ4|Pinal County Air Quality Control District|R9|32.881195|-111.961998||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213009|040213009|021040213009|PM10|Permanent|3009|COMBS|Active|AZ4|Pinal County Air Quality Control District|R9|33.219200|-111.560800||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213010|040213010|021040213010|PM10|Permanent|3010|MARICOPA|Inactive|AZ4|Pinal County Air Quality Control District|R9|33.058700|-112.047100||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213011|040213011|021040213011|PM10|Permanent|3011|Pinal County Housing|Active|AZ4|Pinal County Air Quality Control District|R9|32.891056|-111.570503||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213013|040213013|021040213013|PM10|Permanent|3013|Cowtown|Inactive|AZ4|Pinal County Air Quality Control District|R9|33.010529|-111.972054||-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040213014|040213014|021040213014|PM10|Permanent|3014|Eloy|Active|AZ4|Pinal County Air Quality Control District|R9|32.757639|-111.554861||-7.00|US|||04|AZ|021|PINAL +040213015|040213015|021040213015|PM10|Permanent|3015|Hidden Valley|Active|AZ4|Pinal County Air Quality Control District|R9|32.884761|-112.037050||-7.00|US|||04|AZ|021|PINAL +040213015|040213015|021040213015|RHUM|Permanent|3015|Hidden Valley|Active|AZ4|Pinal County Air Quality Control District|R9|32.884761|-112.037050||-7.00|US|||04|AZ|021|PINAL +040213015|040213015|021040213015|BARPR|Permanent|3015|Hidden Valley|Active|AZ4|Pinal County Air Quality Control District|R9|32.884761|-112.037050||-7.00|US|||04|AZ|021|PINAL +040213015|040213015|021040213015|RWD|Permanent|3015|Hidden Valley|Active|AZ4|Pinal County Air Quality Control District|R9|32.884761|-112.037050||-7.00|US|||04|AZ|021|PINAL +040213015|040213015|021040213015|PM2.5|Permanent|3015|Hidden Valley|Active|AZ4|Pinal County Air Quality Control District|R9|32.884761|-112.037050||-7.00|US|||04|AZ|021|PINAL +040213016|040213016|021040213016|PM10|Permanent|3016|Maricopa|Active|AZ4|Pinal County Air Quality Control District|R9|33.061150|-112.052040||-7.00|US|||04|AZ|021|PINAL +040214010|040214010|392040214010|NO2|Permanent|4010|JPN Site 040214010|Active|MOE|Japan Ministry of Environment||33.611353|131.130659||9.00||||||| +040214010|040214010|392040214010|SO2|Permanent|4010|JPN Site 040214010|Active|MOE|Japan Ministry of Environment||33.611353|131.130659||9.00||||||| +040214010|040214010|392040214010|NOX|Permanent|4010|JPN Site 040214010|Active|MOE|Japan Ministry of Environment||33.611353|131.130659||9.00||||||| +040214010|040214010|392040214010|NO|Permanent|4010|JPN Site 040214010|Active|MOE|Japan Ministry of Environment||33.611353|131.130659||9.00||||||| +040216010|040216010|392040216010|NO2|Permanent|6010|JPN Site 040216010|Active|MOE|Japan Ministry of Environment||33.407476|130.580158||9.00||||||| +040216010|040216010|392040216010|SO2|Permanent|6010|JPN Site 040216010|Active|MOE|Japan Ministry of Environment||33.407476|130.580158||9.00||||||| +040216010|040216010|392040216010|TEMP|Permanent|6010|JPN Site 040216010|Active|MOE|Japan Ministry of Environment||33.407476|130.580158||9.00||||||| +040216010|040216010|392040216010|WS|Permanent|6010|JPN Site 040216010|Active|MOE|Japan Ministry of Environment||33.407476|130.580158||9.00||||||| +040216010|040216010|392040216010|WD|Permanent|6010|JPN Site 040216010|Active|MOE|Japan Ministry of Environment||33.407476|130.580158||9.00||||||| +040216010|040216010|392040216010|RHUM|Permanent|6010|JPN Site 040216010|Active|MOE|Japan Ministry of Environment||33.407476|130.580158||9.00||||||| +040216010|040216010|392040216010|NOX|Permanent|6010|JPN Site 040216010|Active|MOE|Japan Ministry of Environment||33.407476|130.580158||9.00||||||| +040216010|040216010|392040216010|NO|Permanent|6010|JPN Site 040216010|Active|MOE|Japan Ministry of Environment||33.407476|130.580158||9.00||||||| +040217001|040217001|840040217001|O3|Permanent|7001|Sacaton|Active|GRI|Gila River Indian Community DEQ Air Quality Program|R9|33.080003|-111.739298|389.800|-7.00|US|||04|AZ|021|PINAL +040217001|040217001|840040217001|PM10|Permanent|7001|Sacaton|Active|GRI|Gila River Indian Community DEQ Air Quality Program|R9|33.080003|-111.739298|389.800|-7.00|US|||04|AZ|021|PINAL +040217003|040217003|840040217003|O3|Permanent|7003|N/A|Inactive|GRI|Gila River Indian Community DEQ Air Quality Program|R9|0.000000|0.000000||-7.00|US|||04|AZ|021|PINAL +040217003|040217003|840040217003|PM10|Permanent|7003|N/A|Inactive|GRI|Gila River Indian Community DEQ Air Quality Program|R9|0.000000|0.000000||-7.00|US|||04|AZ|021|PINAL +040217004|040217004|840040217004|PM10|Permanent|7004|CasaBlanca|Active|GRI|Gila River Indian Community DEQ Air Quality Program|R9|33.117530|-111.884910|366.900|-7.00|US|||04|AZ|021|PINAL +040218001|040218001|840040218001|TEMP|Permanent|8001|Queen Valley|Active|AZ1|Arizona Department of Environmental Quality|R9|33.289398|-111.292801|668.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040218001|040218001|840040218001|WS|Permanent|8001|Queen Valley|Active|AZ1|Arizona Department of Environmental Quality|R9|33.289398|-111.292801|668.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040218001|040218001|840040218001|RHUM|Permanent|8001|Queen Valley|Active|AZ1|Arizona Department of Environmental Quality|R9|33.289398|-111.292801|668.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040218001|040218001|840040218001|RWD|Permanent|8001|Queen Valley|Active|AZ1|Arizona Department of Environmental Quality|R9|33.289398|-111.292801|668.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040218001|040218001|840040218001|RWS|Permanent|8001|Queen Valley|Active|AZ1|Arizona Department of Environmental Quality|R9|33.289398|-111.292801|668.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040218001|040218001|840040218001|O3|Permanent|8001|Queen Valley|Active|AZ1|Arizona Department of Environmental Quality|R9|33.289398|-111.292801|668.300|-7.00|US|38060| Phoenix-Mesa-Scottsdale, AZ |04|AZ|021|PINAL +040220010|040220010|392040220010|NO2|Permanent|0010|JPN Site 040220010|Active|MOE|Japan Ministry of Environment||33.805489|130.540976||9.00||||||| +040220010|040220010|392040220010|SO2|Permanent|0010|JPN Site 040220010|Active|MOE|Japan Ministry of Environment||33.805489|130.540976||9.00||||||| +040220010|040220010|392040220010|NOX|Permanent|0010|JPN Site 040220010|Active|MOE|Japan Ministry of Environment||33.805489|130.540976||9.00||||||| +040220010|040220010|392040220010|NO|Permanent|0010|JPN Site 040220010|Active|MOE|Japan Ministry of Environment||33.805489|130.540976||9.00||||||| +040221010|040221010|392040221010|NO|Permanent|1010|JPN Site 040221010|Active|MOE|Japan Ministry of Environment||33.513852|130.500993||9.00||||||| +040221010|040221010|392040221010|NO2|Permanent|1010|JPN Site 040221010|Active|MOE|Japan Ministry of Environment||33.513852|130.500993||9.00||||||| +040221010|040221010|392040221010|SO2|Permanent|1010|JPN Site 040221010|Active|MOE|Japan Ministry of Environment||33.513852|130.500993||9.00||||||| +040221010|040221010|392040221010|NOX|Permanent|1010|JPN Site 040221010|Active|MOE|Japan Ministry of Environment||33.513852|130.500993||9.00||||||| +040222010|040222010|392040222010|NO2|Permanent|2010|JPN Site 040222010|Active|MOE|Japan Ministry of Environment||33.563564|130.208515||9.00||||||| +040222010|040222010|392040222010|SO2|Permanent|2010|JPN Site 040222010|Active|MOE|Japan Ministry of Environment||33.563564|130.208515||9.00||||||| +040222010|040222010|392040222010|NOX|Permanent|2010|JPN Site 040222010|Active|MOE|Japan Ministry of Environment||33.563564|130.208515||9.00||||||| +040222010|040222010|392040222010|NO|Permanent|2010|JPN Site 040222010|Active|MOE|Japan Ministry of Environment||33.563564|130.208515||9.00||||||| +040223510|040223510|392040223510|NO2|Permanent|3510|JPN Site 040223510|Active|MOE|Japan Ministry of Environment||33.722441|130.461265||9.00||||||| +040223510|040223510|392040223510|CO|Permanent|3510|JPN Site 040223510|Active|MOE|Japan Ministry of Environment||33.722441|130.461265||9.00||||||| +040223510|040223510|392040223510|NOX|Permanent|3510|JPN Site 040223510|Active|MOE|Japan Ministry of Environment||33.722441|130.461265||9.00||||||| +040223510|040223510|392040223510|NO|Permanent|3510|JPN Site 040223510|Active|MOE|Japan Ministry of Environment||33.722441|130.461265||9.00||||||| +040228010|040228010|392040228010|NO|Permanent|8010|JPN Site 040228010|Active|MOE|Japan Ministry of Environment||33.363318|130.815141||9.00||||||| +040228010|040228010|392040228010|NO2|Permanent|8010|JPN Site 040228010|Active|MOE|Japan Ministry of Environment||33.363318|130.815141||9.00||||||| +040228010|040228010|392040228010|SO2|Permanent|8010|JPN Site 040228010|Active|MOE|Japan Ministry of Environment||33.363318|130.815141||9.00||||||| +040228010|040228010|392040228010|WS|Permanent|8010|JPN Site 040228010|Active|MOE|Japan Ministry of Environment||33.363318|130.815141||9.00||||||| +040228010|040228010|392040228010|WD|Permanent|8010|JPN Site 040228010|Active|MOE|Japan Ministry of Environment||33.363318|130.815141||9.00||||||| +040228010|040228010|392040228010|NOX|Permanent|8010|JPN Site 040228010|Active|MOE|Japan Ministry of Environment||33.363318|130.815141||9.00||||||| +040230004|040230004|840040230004|RHUM|Permanent|0004|Nogales Post Office|Active|AZ1|Arizona Department of Environmental Quality|R9|31.337204|-110.936722|1176.700|-7.00|US|35700| Nogales, AZ |04|AZ|023|SANTA CRUZ +040230004|040230004|840040230004|RWD|Permanent|0004|Nogales Post Office|Active|AZ1|Arizona Department of Environmental Quality|R9|31.337204|-110.936722|1176.700|-7.00|US|35700| Nogales, AZ |04|AZ|023|SANTA CRUZ +040230004|040230004|840040230004|RWS|Permanent|0004|Nogales Post Office|Active|AZ1|Arizona Department of Environmental Quality|R9|31.337204|-110.936722|1176.700|-7.00|US|35700| Nogales, AZ |04|AZ|023|SANTA CRUZ +040230004|040230004|840040230004|PM2.5|Permanent|0004|Nogales Post Office|Active|AZ1|Arizona Department of Environmental Quality|R9|31.337204|-110.936722|1176.700|-7.00|US|35700| Nogales, AZ |04|AZ|023|SANTA CRUZ +040230004|040230004|840040230004|PM10|Permanent|0004|Nogales Post Office|Active|AZ1|Arizona Department of Environmental Quality|R9|31.337204|-110.936722|1176.700|-7.00|US|35700| Nogales, AZ |04|AZ|023|SANTA CRUZ +040230004|040230004|840040230004|TEMP|Permanent|0004|Nogales Post Office|Active|AZ1|Arizona Department of Environmental Quality|R9|31.337204|-110.936722|1176.700|-7.00|US|35700| Nogales, AZ |04|AZ|023|SANTA CRUZ +040230004|040230004|840040230004|WS|Permanent|0004|Nogales Post Office|Active|AZ1|Arizona Department of Environmental Quality|R9|31.337204|-110.936722|1176.700|-7.00|US|35700| Nogales, AZ |04|AZ|023|SANTA CRUZ +040258033|040258033|840040258033|O3|Permanent|8033|Prescott College|Inactive|AZ1|Arizona Department of Environmental Quality|R9|34.546667|-112.476111|1591.800|-7.00|US|39140| Prescott, AZ |04|AZ|025|YAVAPAI +040258034|040258034|840040258034|O3|Permanent|8034|Prescott Pioneer Park|Active|AZ1|Arizona Department of Environmental Quality|R9|34.612050|-112.463210||-7.00|US|39140| Prescott, AZ |04|AZ|025|YAVAPAI +040278011|040278011|840040278011|PM10|Permanent|8011|Yuma Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|32.690277|-114.614441|59.800|-7.00|US|49740| Yuma, AZ |04|AZ|027|YUMA +040278011|040278011|840040278011|TEMP|Permanent|8011|Yuma Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|32.690277|-114.614441|59.800|-7.00|US|49740| Yuma, AZ |04|AZ|027|YUMA +040278011|040278011|840040278011|WS|Permanent|8011|Yuma Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|32.690277|-114.614441|59.800|-7.00|US|49740| Yuma, AZ |04|AZ|027|YUMA +040278011|040278011|840040278011|RHUM|Permanent|8011|Yuma Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|32.690277|-114.614441|59.800|-7.00|US|49740| Yuma, AZ |04|AZ|027|YUMA +040278011|040278011|840040278011|RWD|Permanent|8011|Yuma Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|32.690277|-114.614441|59.800|-7.00|US|49740| Yuma, AZ |04|AZ|027|YUMA +040278011|040278011|840040278011|RWS|Permanent|8011|Yuma Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|32.690277|-114.614441|59.800|-7.00|US|49740| Yuma, AZ |04|AZ|027|YUMA +040278011|040278011|840040278011|O3|Permanent|8011|Yuma Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|32.690277|-114.614441|59.800|-7.00|US|49740| Yuma, AZ |04|AZ|027|YUMA +040278011|040278011|840040278011|PM2.5|Permanent|8011|Yuma Supersite|Active|AZ1|Arizona Department of Environmental Quality|R9|32.690277|-114.614441|59.800|-7.00|US|49740| Yuma, AZ |04|AZ|027|YUMA +040342010|040342010|392040342010|NO2|Permanent|2010|JPN Site 040342010|Active|MOE|Japan Ministry of Environment||33.625508|130.524042||9.00||||||| +040342010|040342010|392040342010|SO2|Permanent|2010|JPN Site 040342010|Active|MOE|Japan Ministry of Environment||33.625508|130.524042||9.00||||||| +040342010|040342010|392040342010|WS|Permanent|2010|JPN Site 040342010|Active|MOE|Japan Ministry of Environment||33.625508|130.524042||9.00||||||| +040342010|040342010|392040342010|WD|Permanent|2010|JPN Site 040342010|Active|MOE|Japan Ministry of Environment||33.625508|130.524042||9.00||||||| +040342010|040342010|392040342010|NOX|Permanent|2010|JPN Site 040342010|Active|MOE|Japan Ministry of Environment||33.625508|130.524042||9.00||||||| +040342010|040342010|392040342010|NO|Permanent|2010|JPN Site 040342010|Active|MOE|Japan Ministry of Environment||33.625508|130.524042||9.00||||||| +040563010|040563010|392040563010|SO2|Permanent|3010|JPN Site 040563010|Active|MOE|Japan Ministry of Environment||33.157500|130.416294||9.00||||||| +040563010|040563010|392040563010|NOX|Permanent|3010|JPN Site 040563010|Active|MOE|Japan Ministry of Environment||33.157500|130.416294||9.00||||||| +040563010|040563010|392040563010|NO|Permanent|3010|JPN Site 040563010|Active|MOE|Japan Ministry of Environment||33.157500|130.416294||9.00||||||| +040563010|040563010|392040563010|NO2|Permanent|3010|JPN Site 040563010|Active|MOE|Japan Ministry of Environment||33.157500|130.416294||9.00||||||| +040621010|040621010|392040621010|SO2|Permanent|1010|JPN Site 040621010|Active|MOE|Japan Ministry of Environment||33.776055|130.980663||9.00||||||| +040621010|040621010|392040621010|NOX|Permanent|1010|JPN Site 040621010|Active|MOE|Japan Ministry of Environment||33.776055|130.980663||9.00||||||| +040621010|040621010|392040621010|NO|Permanent|1010|JPN Site 040621010|Active|MOE|Japan Ministry of Environment||33.776055|130.980663||9.00||||||| +040621010|040621010|392040621010|NO2|Permanent|1010|JPN Site 040621010|Active|MOE|Japan Ministry of Environment||33.776055|130.980663||9.00||||||| +041201030|041201030|392041201030|SO2|Permanent|1030|JPN Site 041201030|Active|MOE|Japan Ministry of Environment||33.256377|130.308521||9.00||||||| +041201030|041201030|392041201030|WS|Permanent|1030|JPN Site 041201030|Active|MOE|Japan Ministry of Environment||33.256377|130.308521||9.00||||||| +041201030|041201030|392041201030|WD|Permanent|1030|JPN Site 041201030|Active|MOE|Japan Ministry of Environment||33.256377|130.308521||9.00||||||| +041201030|041201030|392041201030|NOX|Permanent|1030|JPN Site 041201030|Active|MOE|Japan Ministry of Environment||33.256377|130.308521||9.00||||||| +041201030|041201030|392041201030|NO|Permanent|1030|JPN Site 041201030|Active|MOE|Japan Ministry of Environment||33.256377|130.308521||9.00||||||| +041201030|041201030|392041201030|NO2|Permanent|1030|JPN Site 041201030|Active|MOE|Japan Ministry of Environment||33.256377|130.308521||9.00||||||| +041201040|041201040|392041201040|SO2|Permanent|1040|JPN Site 041201040|Active|MOE|Japan Ministry of Environment||33.431080|130.277960||9.00||||||| +041201040|041201040|392041201040|WS|Permanent|1040|JPN Site 041201040|Active|MOE|Japan Ministry of Environment||33.431080|130.277960||9.00||||||| +041201040|041201040|392041201040|WD|Permanent|1040|JPN Site 041201040|Active|MOE|Japan Ministry of Environment||33.431080|130.277960||9.00||||||| +041201040|041201040|392041201040|NOX|Permanent|1040|JPN Site 041201040|Active|MOE|Japan Ministry of Environment||33.431080|130.277960||9.00||||||| +041201040|041201040|392041201040|NO|Permanent|1040|JPN Site 041201040|Active|MOE|Japan Ministry of Environment||33.431080|130.277960||9.00||||||| +041201040|041201040|392041201040|NO2|Permanent|1040|JPN Site 041201040|Active|MOE|Japan Ministry of Environment||33.431080|130.277960||9.00||||||| +041201540|041201540|392041201540|CO|Permanent|1540|JPN Site 041201540|Active|MOE|Japan Ministry of Environment||33.280541|130.306853||9.00||||||| +041201540|041201540|392041201540|NOX|Permanent|1540|JPN Site 041201540|Active|MOE|Japan Ministry of Environment||33.280541|130.306853||9.00||||||| +041201540|041201540|392041201540|NO|Permanent|1540|JPN Site 041201540|Active|MOE|Japan Ministry of Environment||33.280541|130.306853||9.00||||||| +041201540|041201540|392041201540|NO2|Permanent|1540|JPN Site 041201540|Active|MOE|Japan Ministry of Environment||33.280541|130.306853||9.00||||||| +041202060|041202060|392041202060|WS|Permanent|2060|JPN Site 041202060|Active|MOE|Japan Ministry of Environment||33.420241|129.919379||9.00||||||| +041202060|041202060|392041202060|WD|Permanent|2060|JPN Site 041202060|Active|MOE|Japan Ministry of Environment||33.420241|129.919379||9.00||||||| +041202060|041202060|392041202060|SO2|Permanent|2060|JPN Site 041202060|Active|MOE|Japan Ministry of Environment||33.420241|129.919379||9.00||||||| +041202200|041202200|392041202200|SO2|Permanent|2200|JPN Site 041202200|Active|MOE|Japan Ministry of Environment||33.463015|129.952985||9.00||||||| +041202200|041202200|392041202200|WS|Permanent|2200|JPN Site 041202200|Active|MOE|Japan Ministry of Environment||33.463015|129.952985||9.00||||||| +041202200|041202200|392041202200|WD|Permanent|2200|JPN Site 041202200|Active|MOE|Japan Ministry of Environment||33.463015|129.952985||9.00||||||| +041202200|041202200|392041202200|NOX|Permanent|2200|JPN Site 041202200|Active|MOE|Japan Ministry of Environment||33.463015|129.952985||9.00||||||| +041202200|041202200|392041202200|NO|Permanent|2200|JPN Site 041202200|Active|MOE|Japan Ministry of Environment||33.463015|129.952985||9.00||||||| +041202200|041202200|392041202200|NO2|Permanent|2200|JPN Site 041202200|Active|MOE|Japan Ministry of Environment||33.463015|129.952985||9.00||||||| +041203010|041203010|392041203010|WD|Permanent|3010|JPN Site 041203010|Active|MOE|Japan Ministry of Environment||33.379145|130.522387||9.00||||||| +041203010|041203010|392041203010|NOX|Permanent|3010|JPN Site 041203010|Active|MOE|Japan Ministry of Environment||33.379145|130.522387||9.00||||||| +041203010|041203010|392041203010|NO|Permanent|3010|JPN Site 041203010|Active|MOE|Japan Ministry of Environment||33.379145|130.522387||9.00||||||| +041203010|041203010|392041203010|NO2|Permanent|3010|JPN Site 041203010|Active|MOE|Japan Ministry of Environment||33.379145|130.522387||9.00||||||| +041203010|041203010|392041203010|SO2|Permanent|3010|JPN Site 041203010|Active|MOE|Japan Ministry of Environment||33.379145|130.522387||9.00||||||| +041203010|041203010|392041203010|WS|Permanent|3010|JPN Site 041203010|Active|MOE|Japan Ministry of Environment||33.379145|130.522387||9.00||||||| +041203050|041203050|392041203050|NO2|Permanent|3050|JPN Site 041203050|Active|MOE|Japan Ministry of Environment||33.379145|130.520164||9.00||||||| +041203050|041203050|392041203050|CO|Permanent|3050|JPN Site 041203050|Active|MOE|Japan Ministry of Environment||33.379145|130.520164||9.00||||||| +041203050|041203050|392041203050|NOX|Permanent|3050|JPN Site 041203050|Active|MOE|Japan Ministry of Environment||33.379145|130.520164||9.00||||||| +041203050|041203050|392041203050|NO|Permanent|3050|JPN Site 041203050|Active|MOE|Japan Ministry of Environment||33.379145|130.520164||9.00||||||| +041204010|041204010|392041204010|WD|Permanent|4010|JPN Site 041204010|Active|MOE|Japan Ministry of Environment||33.286648|130.111036||9.00||||||| +041204010|041204010|392041204010|NOX|Permanent|4010|JPN Site 041204010|Active|MOE|Japan Ministry of Environment||33.286648|130.111036||9.00||||||| +041204010|041204010|392041204010|NO|Permanent|4010|JPN Site 041204010|Active|MOE|Japan Ministry of Environment||33.286648|130.111036||9.00||||||| +041204010|041204010|392041204010|NO2|Permanent|4010|JPN Site 041204010|Active|MOE|Japan Ministry of Environment||33.286648|130.111036||9.00||||||| +041204010|041204010|392041204010|SO2|Permanent|4010|JPN Site 041204010|Active|MOE|Japan Ministry of Environment||33.286648|130.111036||9.00||||||| +041204010|041204010|392041204010|WS|Permanent|4010|JPN Site 041204010|Active|MOE|Japan Ministry of Environment||33.286648|130.111036||9.00||||||| +041205080|041205080|392041205080|WD|Permanent|5080|JPN Site 041205080|Active|MOE|Japan Ministry of Environment||33.274701|129.886333||9.00||||||| +041205080|041205080|392041205080|NOX|Permanent|5080|JPN Site 041205080|Active|MOE|Japan Ministry of Environment||33.274701|129.886333||9.00||||||| +041205080|041205080|392041205080|NO|Permanent|5080|JPN Site 041205080|Active|MOE|Japan Ministry of Environment||33.274701|129.886333||9.00||||||| +041205080|041205080|392041205080|NO2|Permanent|5080|JPN Site 041205080|Active|MOE|Japan Ministry of Environment||33.274701|129.886333||9.00||||||| +041205080|041205080|392041205080|SO2|Permanent|5080|JPN Site 041205080|Active|MOE|Japan Ministry of Environment||33.274701|129.886333||9.00||||||| +041205080|041205080|392041205080|WS|Permanent|5080|JPN Site 041205080|Active|MOE|Japan Ministry of Environment||33.274701|129.886333||9.00||||||| +041205090|041205090|392041205090|NOX|Permanent|5090|JPN Site 041205090|Active|MOE|Japan Ministry of Environment||33.309973|129.812171||9.00||||||| +041205090|041205090|392041205090|NO|Permanent|5090|JPN Site 041205090|Active|MOE|Japan Ministry of Environment||33.309973|129.812171||9.00||||||| +041205090|041205090|392041205090|NO2|Permanent|5090|JPN Site 041205090|Active|MOE|Japan Ministry of Environment||33.309973|129.812171||9.00||||||| +041205090|041205090|392041205090|SO2|Permanent|5090|JPN Site 041205090|Active|MOE|Japan Ministry of Environment||33.309973|129.812171||9.00||||||| +041206010|041206010|392041206010|SO2|Permanent|6010|JPN Site 041206010|Active|MOE|Japan Ministry of Environment||33.197489|130.025492||9.00||||||| +041206010|041206010|392041206010|WS|Permanent|6010|JPN Site 041206010|Active|MOE|Japan Ministry of Environment||33.197489|130.025492||9.00||||||| +041206010|041206010|392041206010|WD|Permanent|6010|JPN Site 041206010|Active|MOE|Japan Ministry of Environment||33.197489|130.025492||9.00||||||| +041206010|041206010|392041206010|NOX|Permanent|6010|JPN Site 041206010|Active|MOE|Japan Ministry of Environment||33.197489|130.025492||9.00||||||| +041206010|041206010|392041206010|NO|Permanent|6010|JPN Site 041206010|Active|MOE|Japan Ministry of Environment||33.197489|130.025492||9.00||||||| +041206010|041206010|392041206010|NO2|Permanent|6010|JPN Site 041206010|Active|MOE|Japan Ministry of Environment||33.197489|130.025492||9.00||||||| +041207010|041207010|392041207010|WS|Permanent|7010|JPN Site 041207010|Active|MOE|Japan Ministry of Environment||33.103056|130.099934||9.00||||||| +041207010|041207010|392041207010|WD|Permanent|7010|JPN Site 041207010|Active|MOE|Japan Ministry of Environment||33.103056|130.099934||9.00||||||| +041207010|041207010|392041207010|NOX|Permanent|7010|JPN Site 041207010|Active|MOE|Japan Ministry of Environment||33.103056|130.099934||9.00||||||| +041207010|041207010|392041207010|NO|Permanent|7010|JPN Site 041207010|Active|MOE|Japan Ministry of Environment||33.103056|130.099934||9.00||||||| +041207010|041207010|392041207010|NO2|Permanent|7010|JPN Site 041207010|Active|MOE|Japan Ministry of Environment||33.103056|130.099934||9.00||||||| +041207010|041207010|392041207010|SO2|Permanent|7010|JPN Site 041207010|Active|MOE|Japan Ministry of Environment||33.103056|130.099934||9.00||||||| +041209010|041209010|392041209010|NOX|Permanent|9010|JPN Site 041209010|Active|MOE|Japan Ministry of Environment||33.104165|129.982166||9.00||||||| +041209010|041209010|392041209010|NO|Permanent|9010|JPN Site 041209010|Active|MOE|Japan Ministry of Environment||33.104165|129.982166||9.00||||||| +041209010|041209010|392041209010|NO2|Permanent|9010|JPN Site 041209010|Active|MOE|Japan Ministry of Environment||33.104165|129.982166||9.00||||||| +041209010|041209010|392041209010|SO2|Permanent|9010|JPN Site 041209010|Active|MOE|Japan Ministry of Environment||33.104165|129.982166||9.00||||||| +041209010|041209010|392041209010|WS|Permanent|9010|JPN Site 041209010|Active|MOE|Japan Ministry of Environment||33.104165|129.982166||9.00||||||| +041209010|041209010|392041209010|WD|Permanent|9010|JPN Site 041209010|Active|MOE|Japan Ministry of Environment||33.104165|129.982166||9.00||||||| +041210010|041210010|392041210010|NOX|Permanent|0010|JPN Site 041210010|Active|MOE|Japan Ministry of Environment||33.308317|130.371569||9.00||||||| +041210010|041210010|392041210010|NO|Permanent|0010|JPN Site 041210010|Active|MOE|Japan Ministry of Environment||33.308317|130.371569||9.00||||||| +041210010|041210010|392041210010|NO2|Permanent|0010|JPN Site 041210010|Active|MOE|Japan Ministry of Environment||33.308317|130.371569||9.00||||||| +041210010|041210010|392041210010|SO2|Permanent|0010|JPN Site 041210010|Active|MOE|Japan Ministry of Environment||33.308317|130.371569||9.00||||||| +041210010|041210010|392041210010|WS|Permanent|0010|JPN Site 041210010|Active|MOE|Japan Ministry of Environment||33.308317|130.371569||9.00||||||| +041210010|041210010|392041210010|WD|Permanent|0010|JPN Site 041210010|Active|MOE|Japan Ministry of Environment||33.308317|130.371569||9.00||||||| +041341010|041341010|392041341010|NO|Permanent|1010|JPN Site 041341010|Active|MOE|Japan Ministry of Environment||33.406642|130.525718||9.00||||||| +041341010|041341010|392041341010|NO2|Permanent|1010|JPN Site 041341010|Active|MOE|Japan Ministry of Environment||33.406642|130.525718||9.00||||||| +041341010|041341010|392041341010|SO2|Permanent|1010|JPN Site 041341010|Active|MOE|Japan Ministry of Environment||33.406642|130.525718||9.00||||||| +041341010|041341010|392041341010|WS|Permanent|1010|JPN Site 041341010|Active|MOE|Japan Ministry of Environment||33.406642|130.525718||9.00||||||| +041341010|041341010|392041341010|WD|Permanent|1010|JPN Site 041341010|Active|MOE|Japan Ministry of Environment||33.406642|130.525718||9.00||||||| +041341010|041341010|392041341010|NOX|Permanent|1010|JPN Site 041341010|Active|MOE|Japan Ministry of Environment||33.406642|130.525718||9.00||||||| +041425010|041425010|392041425010|SO2|Permanent|5010|JPN Site 041425010|Active|MOE|Japan Ministry of Environment||33.188048|130.147149||9.00||||||| +041425010|041425010|392041425010|WS|Permanent|5010|JPN Site 041425010|Active|MOE|Japan Ministry of Environment||33.188048|130.147149||9.00||||||| +041425010|041425010|392041425010|WD|Permanent|5010|JPN Site 041425010|Active|MOE|Japan Ministry of Environment||33.188048|130.147149||9.00||||||| +041425010|041425010|392041425010|NOX|Permanent|5010|JPN Site 041425010|Active|MOE|Japan Ministry of Environment||33.188048|130.147149||9.00||||||| +041425010|041425010|392041425010|NO|Permanent|5010|JPN Site 041425010|Active|MOE|Japan Ministry of Environment||33.188048|130.147149||9.00||||||| +041425010|041425010|392041425010|NO2|Permanent|5010|JPN Site 041425010|Active|MOE|Japan Ministry of Environment||33.188048|130.147149||9.00||||||| +042201030|042201030|392042201030|NOX|Permanent|1030|JPN Site 042201030|Active|MOE|Japan Ministry of Environment||32.756700|129.860526||9.00||||||| +042201030|042201030|392042201030|NO|Permanent|1030|JPN Site 042201030|Active|MOE|Japan Ministry of Environment||32.756700|129.860526||9.00||||||| +042201030|042201030|392042201030|NO2|Permanent|1030|JPN Site 042201030|Active|MOE|Japan Ministry of Environment||32.756700|129.860526||9.00||||||| +042201030|042201030|392042201030|SO2|Permanent|1030|JPN Site 042201030|Active|MOE|Japan Ministry of Environment||32.756700|129.860526||9.00||||||| +042201030|042201030|392042201030|WS|Permanent|1030|JPN Site 042201030|Active|MOE|Japan Ministry of Environment||32.756700|129.860526||9.00||||||| +042201030|042201030|392042201030|WD|Permanent|1030|JPN Site 042201030|Active|MOE|Japan Ministry of Environment||32.756700|129.860526||9.00||||||| +042201280|042201280|392042201280|WS|Permanent|1280|JPN Site 042201280|Active|MOE|Japan Ministry of Environment||32.706427|129.850529||9.00||||||| +042201280|042201280|392042201280|WD|Permanent|1280|JPN Site 042201280|Active|MOE|Japan Ministry of Environment||32.706427|129.850529||9.00||||||| +042201280|042201280|392042201280|NOX|Permanent|1280|JPN Site 042201280|Active|MOE|Japan Ministry of Environment||32.706427|129.850529||9.00||||||| +042201280|042201280|392042201280|NO|Permanent|1280|JPN Site 042201280|Active|MOE|Japan Ministry of Environment||32.706427|129.850529||9.00||||||| +042201280|042201280|392042201280|NO2|Permanent|1280|JPN Site 042201280|Active|MOE|Japan Ministry of Environment||32.706427|129.850529||9.00||||||| +042201300|042201300|392042201300|NOX|Permanent|1300|JPN Site 042201300|Active|MOE|Japan Ministry of Environment||32.778088|129.952739||9.00||||||| +042201300|042201300|392042201300|NO|Permanent|1300|JPN Site 042201300|Active|MOE|Japan Ministry of Environment||32.778088|129.952739||9.00||||||| +042201300|042201300|392042201300|NO2|Permanent|1300|JPN Site 042201300|Active|MOE|Japan Ministry of Environment||32.778088|129.952739||9.00||||||| +042201300|042201300|392042201300|WS|Permanent|1300|JPN Site 042201300|Active|MOE|Japan Ministry of Environment||32.778088|129.952739||9.00||||||| +042201300|042201300|392042201300|WD|Permanent|1300|JPN Site 042201300|Active|MOE|Japan Ministry of Environment||32.778088|129.952739||9.00||||||| +042201510|042201510|392042201510|NO|Permanent|1510|JPN Site 042201510|Active|MOE|Japan Ministry of Environment||32.751701|129.871914||9.00||||||| +042201510|042201510|392042201510|NO2|Permanent|1510|JPN Site 042201510|Active|MOE|Japan Ministry of Environment||32.751701|129.871914||9.00||||||| +042201510|042201510|392042201510|CO|Permanent|1510|JPN Site 042201510|Active|MOE|Japan Ministry of Environment||32.751701|129.871914||9.00||||||| +042201510|042201510|392042201510|NOX|Permanent|1510|JPN Site 042201510|Active|MOE|Japan Ministry of Environment||32.751701|129.871914||9.00||||||| +042201540|042201540|392042201540|NO2|Permanent|1540|JPN Site 042201540|Active|MOE|Japan Ministry of Environment||32.747535|129.873581||9.00||||||| +042201540|042201540|392042201540|NOX|Permanent|1540|JPN Site 042201540|Active|MOE|Japan Ministry of Environment||32.747535|129.873581||9.00||||||| +042201540|042201540|392042201540|NO|Permanent|1540|JPN Site 042201540|Active|MOE|Japan Ministry of Environment||32.747535|129.873581||9.00||||||| +042202020|042202020|392042202020|SO2|Permanent|2020|JPN Site 042202020|Active|MOE|Japan Ministry of Environment||33.194983|129.666633||9.00||||||| +042202020|042202020|392042202020|WS|Permanent|2020|JPN Site 042202020|Active|MOE|Japan Ministry of Environment||33.194983|129.666633||9.00||||||| +042202020|042202020|392042202020|WD|Permanent|2020|JPN Site 042202020|Active|MOE|Japan Ministry of Environment||33.194983|129.666633||9.00||||||| +042202020|042202020|392042202020|NOX|Permanent|2020|JPN Site 042202020|Active|MOE|Japan Ministry of Environment||33.194983|129.666633||9.00||||||| +042202020|042202020|392042202020|NO|Permanent|2020|JPN Site 042202020|Active|MOE|Japan Ministry of Environment||33.194983|129.666633||9.00||||||| +042202020|042202020|392042202020|NO2|Permanent|2020|JPN Site 042202020|Active|MOE|Japan Ministry of Environment||33.194983|129.666633||9.00||||||| +042202030|042202030|392042202030|NO|Permanent|2030|JPN Site 042202030|Active|MOE|Japan Ministry of Environment||33.209149|129.719961||9.00||||||| +042202030|042202030|392042202030|NO2|Permanent|2030|JPN Site 042202030|Active|MOE|Japan Ministry of Environment||33.209149|129.719961||9.00||||||| +042202030|042202030|392042202030|SO2|Permanent|2030|JPN Site 042202030|Active|MOE|Japan Ministry of Environment||33.209149|129.719961||9.00||||||| +042202030|042202030|392042202030|WS|Permanent|2030|JPN Site 042202030|Active|MOE|Japan Ministry of Environment||33.209149|129.719961||9.00||||||| +042202030|042202030|392042202030|WD|Permanent|2030|JPN Site 042202030|Active|MOE|Japan Ministry of Environment||33.209149|129.719961||9.00||||||| +042202030|042202030|392042202030|NOX|Permanent|2030|JPN Site 042202030|Active|MOE|Japan Ministry of Environment||33.209149|129.719961||9.00||||||| +042202140|042202140|392042202140|WS|Permanent|2140|JPN Site 042202140|Active|MOE|Japan Ministry of Environment||33.136103|129.798291||9.00||||||| +042202140|042202140|392042202140|WD|Permanent|2140|JPN Site 042202140|Active|MOE|Japan Ministry of Environment||33.136103|129.798291||9.00||||||| +042202140|042202140|392042202140|NOX|Permanent|2140|JPN Site 042202140|Active|MOE|Japan Ministry of Environment||33.136103|129.798291||9.00||||||| +042202140|042202140|392042202140|NO|Permanent|2140|JPN Site 042202140|Active|MOE|Japan Ministry of Environment||33.136103|129.798291||9.00||||||| +042202140|042202140|392042202140|NO2|Permanent|2140|JPN Site 042202140|Active|MOE|Japan Ministry of Environment||33.136103|129.798291||9.00||||||| +042202140|042202140|392042202140|SO2|Permanent|2140|JPN Site 042202140|Active|MOE|Japan Ministry of Environment||33.136103|129.798291||9.00||||||| +042202160|042202160|392042202160|WD|Permanent|2160|JPN Site 042202160|Active|MOE|Japan Ministry of Environment||33.145824|129.778848||9.00||||||| +042202160|042202160|392042202160|NOX|Permanent|2160|JPN Site 042202160|Active|MOE|Japan Ministry of Environment||33.145824|129.778848||9.00||||||| +042202160|042202160|392042202160|NO|Permanent|2160|JPN Site 042202160|Active|MOE|Japan Ministry of Environment||33.145824|129.778848||9.00||||||| +042202160|042202160|392042202160|NO2|Permanent|2160|JPN Site 042202160|Active|MOE|Japan Ministry of Environment||33.145824|129.778848||9.00||||||| +042202160|042202160|392042202160|SO2|Permanent|2160|JPN Site 042202160|Active|MOE|Japan Ministry of Environment||33.145824|129.778848||9.00||||||| +042202160|042202160|392042202160|WS|Permanent|2160|JPN Site 042202160|Active|MOE|Japan Ministry of Environment||33.145824|129.778848||9.00||||||| +042202510|042202510|392042202510|NO|Permanent|2510|JPN Site 042202510|Active|MOE|Japan Ministry of Environment||33.157489|129.753849||9.00||||||| +042202510|042202510|392042202510|NO2|Permanent|2510|JPN Site 042202510|Active|MOE|Japan Ministry of Environment||33.157489|129.753849||9.00||||||| +042202510|042202510|392042202510|CO|Permanent|2510|JPN Site 042202510|Active|MOE|Japan Ministry of Environment||33.157489|129.753849||9.00||||||| +042202510|042202510|392042202510|NOX|Permanent|2510|JPN Site 042202510|Active|MOE|Japan Ministry of Environment||33.157489|129.753849||9.00||||||| +042202520|042202520|392042202520|WD|Permanent|2520|JPN Site 042202520|Active|MOE|Japan Ministry of Environment||33.159988|129.731629||9.00||||||| +042202520|042202520|392042202520|NOX|Permanent|2520|JPN Site 042202520|Active|MOE|Japan Ministry of Environment||33.159988|129.731629||9.00||||||| +042202520|042202520|392042202520|NO|Permanent|2520|JPN Site 042202520|Active|MOE|Japan Ministry of Environment||33.159988|129.731629||9.00||||||| +042202520|042202520|392042202520|NO2|Permanent|2520|JPN Site 042202520|Active|MOE|Japan Ministry of Environment||33.159988|129.731629||9.00||||||| +042202520|042202520|392042202520|CO|Permanent|2520|JPN Site 042202520|Active|MOE|Japan Ministry of Environment||33.159988|129.731629||9.00||||||| +042202520|042202520|392042202520|SO2|Permanent|2520|JPN Site 042202520|Active|MOE|Japan Ministry of Environment||33.159988|129.731629||9.00||||||| +042202520|042202520|392042202520|WS|Permanent|2520|JPN Site 042202520|Active|MOE|Japan Ministry of Environment||33.159988|129.731629||9.00||||||| +042203010|042203010|392042203010|NO2|Permanent|3010|JPN Site 042203010|Active|MOE|Japan Ministry of Environment||32.792261|130.372426||9.00||||||| +042203010|042203010|392042203010|SO2|Permanent|3010|JPN Site 042203010|Active|MOE|Japan Ministry of Environment||32.792261|130.372426||9.00||||||| +042203010|042203010|392042203010|NOX|Permanent|3010|JPN Site 042203010|Active|MOE|Japan Ministry of Environment||32.792261|130.372426||9.00||||||| +042203010|042203010|392042203010|NO|Permanent|3010|JPN Site 042203010|Active|MOE|Japan Ministry of Environment||32.792261|130.372426||9.00||||||| +042204060|042204060|392042204060|NOX|Permanent|4060|JPN Site 042204060|Active|MOE|Japan Ministry of Environment||32.845582|130.014120||9.00||||||| +042204060|042204060|392042204060|NO|Permanent|4060|JPN Site 042204060|Active|MOE|Japan Ministry of Environment||32.845582|130.014120||9.00||||||| +042204060|042204060|392042204060|NO2|Permanent|4060|JPN Site 042204060|Active|MOE|Japan Ministry of Environment||32.845582|130.014120||9.00||||||| +042204060|042204060|392042204060|SO2|Permanent|4060|JPN Site 042204060|Active|MOE|Japan Ministry of Environment||32.845582|130.014120||9.00||||||| +042205010|042205010|392042205010|SO2|Permanent|5010|JPN Site 042205010|Active|MOE|Japan Ministry of Environment||32.913074|129.960510||9.00||||||| +042205010|042205010|392042205010|NOX|Permanent|5010|JPN Site 042205010|Active|MOE|Japan Ministry of Environment||32.913074|129.960510||9.00||||||| +042205010|042205010|392042205010|NO|Permanent|5010|JPN Site 042205010|Active|MOE|Japan Ministry of Environment||32.913074|129.960510||9.00||||||| +042205010|042205010|392042205010|NO2|Permanent|5010|JPN Site 042205010|Active|MOE|Japan Ministry of Environment||32.913074|129.960510||9.00||||||| +042208040|042208040|392042208040|SO2|Permanent|8040|JPN Site 042208040|Active|MOE|Japan Ministry of Environment||33.341635|129.710511||9.00||||||| +042208040|042208040|392042208040|NOX|Permanent|8040|JPN Site 042208040|Active|MOE|Japan Ministry of Environment||33.341635|129.710511||9.00||||||| +042208040|042208040|392042208040|NO|Permanent|8040|JPN Site 042208040|Active|MOE|Japan Ministry of Environment||33.341635|129.710511||9.00||||||| +042208040|042208040|392042208040|NO2|Permanent|8040|JPN Site 042208040|Active|MOE|Japan Ministry of Environment||33.341635|129.710511||9.00||||||| +042209010|042209010|392042209010|SO2|Permanent|9010|JPN Site 042209010|Active|MOE|Japan Ministry of Environment||34.213479|129.287173||9.00||||||| +042209010|042209010|392042209010|NOX|Permanent|9010|JPN Site 042209010|Active|MOE|Japan Ministry of Environment||34.213479|129.287173||9.00||||||| +042209010|042209010|392042209010|NO|Permanent|9010|JPN Site 042209010|Active|MOE|Japan Ministry of Environment||34.213479|129.287173||9.00||||||| +042209010|042209010|392042209010|NO2|Permanent|9010|JPN Site 042209010|Active|MOE|Japan Ministry of Environment||34.213479|129.287173||9.00||||||| +042210010|042210010|392042210010|NO|Permanent|0010|JPN Site 042210010|Active|MOE|Japan Ministry of Environment||33.753257|129.688550||9.00||||||| +042210010|042210010|392042210010|NO2|Permanent|0010|JPN Site 042210010|Active|MOE|Japan Ministry of Environment||33.753257|129.688550||9.00||||||| +042210010|042210010|392042210010|SO2|Permanent|0010|JPN Site 042210010|Active|MOE|Japan Ministry of Environment||33.753257|129.688550||9.00||||||| +042210010|042210010|392042210010|NOX|Permanent|0010|JPN Site 042210010|Active|MOE|Japan Ministry of Environment||33.753257|129.688550||9.00||||||| +042211010|042211010|392042211010|NOX|Permanent|1010|JPN Site 042211010|Active|MOE|Japan Ministry of Environment||32.699744|128.837835||9.00||||||| +042211010|042211010|392042211010|NO|Permanent|1010|JPN Site 042211010|Active|MOE|Japan Ministry of Environment||32.699744|128.837835||9.00||||||| +042211010|042211010|392042211010|NO2|Permanent|1010|JPN Site 042211010|Active|MOE|Japan Ministry of Environment||32.699744|128.837835||9.00||||||| +042211010|042211010|392042211010|SO2|Permanent|1010|JPN Site 042211010|Active|MOE|Japan Ministry of Environment||32.699744|128.837835||9.00||||||| +042211950|042211950|392042211950|WS|Permanent|1950|JPN Site 042211950|Active|MOE|Japan Ministry of Environment||32.609750|128.654521||9.00||||||| +042211950|042211950|392042211950|WD|Permanent|1950|JPN Site 042211950|Active|MOE|Japan Ministry of Environment||32.609750|128.654521||9.00||||||| +042213010|042213010|392042213010|NO2|Permanent|3010|JPN Site 042213010|Active|MOE|Japan Ministry of Environment||32.750595|130.198553||9.00||||||| +042213010|042213010|392042213010|SO2|Permanent|3010|JPN Site 042213010|Active|MOE|Japan Ministry of Environment||32.750595|130.198553||9.00||||||| +042213010|042213010|392042213010|NOX|Permanent|3010|JPN Site 042213010|Active|MOE|Japan Ministry of Environment||32.750595|130.198553||9.00||||||| +042213010|042213010|392042213010|NO|Permanent|3010|JPN Site 042213010|Active|MOE|Japan Ministry of Environment||32.750595|130.198553||9.00||||||| +042308040|042308040|392042308040|NO2|Permanent|8040|JPN Site 042308040|Active|MOE|Japan Ministry of Environment||32.828914|129.847746||9.00||||||| +042308040|042308040|392042308040|CO|Permanent|8040|JPN Site 042308040|Active|MOE|Japan Ministry of Environment||32.828914|129.847746||9.00||||||| +042308040|042308040|392042308040|SO2|Permanent|8040|JPN Site 042308040|Active|MOE|Japan Ministry of Environment||32.828914|129.847746||9.00||||||| +042308040|042308040|392042308040|NOX|Permanent|8040|JPN Site 042308040|Active|MOE|Japan Ministry of Environment||32.828914|129.847746||9.00||||||| +042308040|042308040|392042308040|NO|Permanent|8040|JPN Site 042308040|Active|MOE|Japan Ministry of Environment||32.828914|129.847746||9.00||||||| +042309010|042309010|392042309010|WD|Permanent|9010|JPN Site 042309010|Active|MOE|Japan Ministry of Environment||32.864743|129.787193||9.00||||||| +042309010|042309010|392042309010|NOX|Permanent|9010|JPN Site 042309010|Active|MOE|Japan Ministry of Environment||32.864743|129.787193||9.00||||||| +042309010|042309010|392042309010|NO|Permanent|9010|JPN Site 042309010|Active|MOE|Japan Ministry of Environment||32.864743|129.787193||9.00||||||| +042309010|042309010|392042309010|NO2|Permanent|9010|JPN Site 042309010|Active|MOE|Japan Ministry of Environment||32.864743|129.787193||9.00||||||| +042309010|042309010|392042309010|SO2|Permanent|9010|JPN Site 042309010|Active|MOE|Japan Ministry of Environment||32.864743|129.787193||9.00||||||| +042309010|042309010|392042309010|WS|Permanent|9010|JPN Site 042309010|Active|MOE|Japan Ministry of Environment||32.864743|129.787193||9.00||||||| +042314020|042314020|392042314020|SO2|Permanent|4020|JPN Site 042314020|Active|MOE|Japan Ministry of Environment||32.922234|129.665534||9.00||||||| +042314020|042314020|392042314020|NOX|Permanent|4020|JPN Site 042314020|Active|MOE|Japan Ministry of Environment||32.922234|129.665534||9.00||||||| +042314020|042314020|392042314020|NO|Permanent|4020|JPN Site 042314020|Active|MOE|Japan Ministry of Environment||32.922234|129.665534||9.00||||||| +042314020|042314020|392042314020|NO2|Permanent|4020|JPN Site 042314020|Active|MOE|Japan Ministry of Environment||32.922234|129.665534||9.00||||||| +042322060|042322060|392042322060|SO2|Permanent|2060|JPN Site 042322060|Active|MOE|Japan Ministry of Environment||33.066389|129.857734||9.00||||||| +042322060|042322060|392042322060|NOX|Permanent|2060|JPN Site 042322060|Active|MOE|Japan Ministry of Environment||33.066389|129.857734||9.00||||||| +042322060|042322060|392042322060|NO|Permanent|2060|JPN Site 042322060|Active|MOE|Japan Ministry of Environment||33.066389|129.857734||9.00||||||| +042322060|042322060|392042322060|NO2|Permanent|2060|JPN Site 042322060|Active|MOE|Japan Ministry of Environment||33.066389|129.857734||9.00||||||| +042392020|042392020|392042392020|NO2|Permanent|2020|JPN Site 042392020|Active|MOE|Japan Ministry of Environment||33.262754|129.693016||9.00||||||| +042392020|042392020|392042392020|SO2|Permanent|2020|JPN Site 042392020|Active|MOE|Japan Ministry of Environment||33.262754|129.693016||9.00||||||| +042392020|042392020|392042392020|WS|Permanent|2020|JPN Site 042392020|Active|MOE|Japan Ministry of Environment||33.262754|129.693016||9.00||||||| +042392020|042392020|392042392020|WD|Permanent|2020|JPN Site 042392020|Active|MOE|Japan Ministry of Environment||33.262754|129.693016||9.00||||||| +042392020|042392020|392042392020|NOX|Permanent|2020|JPN Site 042392020|Active|MOE|Japan Ministry of Environment||33.262754|129.693016||9.00||||||| +042392020|042392020|392042392020|NO|Permanent|2020|JPN Site 042392020|Active|MOE|Japan Ministry of Environment||33.262754|129.693016||9.00||||||| +043201140|043201140|392043201140|NO|Permanent|1140|JPN Site 043201140|Active|MOE|Japan Ministry of Environment||32.851428|130.751558||9.00||||||| +043201140|043201140|392043201140|NO2|Permanent|1140|JPN Site 043201140|Active|MOE|Japan Ministry of Environment||32.851428|130.751558||9.00||||||| +043201140|043201140|392043201140|SO2|Permanent|1140|JPN Site 043201140|Active|MOE|Japan Ministry of Environment||32.851428|130.751558||9.00||||||| +043201140|043201140|392043201140|NOX|Permanent|1140|JPN Site 043201140|Active|MOE|Japan Ministry of Environment||32.851428|130.751558||9.00||||||| +043201150|043201150|392043201150|NO|Permanent|1150|JPN Site 043201150|Active|MOE|Japan Ministry of Environment||32.820041|130.700453||9.00||||||| +043201150|043201150|392043201150|NO2|Permanent|1150|JPN Site 043201150|Active|MOE|Japan Ministry of Environment||32.820041|130.700453||9.00||||||| +043201150|043201150|392043201150|SO2|Permanent|1150|JPN Site 043201150|Active|MOE|Japan Ministry of Environment||32.820041|130.700453||9.00||||||| +043201150|043201150|392043201150|NOX|Permanent|1150|JPN Site 043201150|Active|MOE|Japan Ministry of Environment||32.820041|130.700453||9.00||||||| +043201160|043201160|392043201160|NO2|Permanent|1160|JPN Site 043201160|Active|MOE|Japan Ministry of Environment||32.907254|130.691283||9.00||||||| +043201160|043201160|392043201160|SO2|Permanent|1160|JPN Site 043201160|Active|MOE|Japan Ministry of Environment||32.907254|130.691283||9.00||||||| +043201160|043201160|392043201160|NOX|Permanent|1160|JPN Site 043201160|Active|MOE|Japan Ministry of Environment||32.907254|130.691283||9.00||||||| +043201160|043201160|392043201160|NO|Permanent|1160|JPN Site 043201160|Active|MOE|Japan Ministry of Environment||32.907254|130.691283||9.00||||||| +043201180|043201180|392043201180|NOX|Permanent|1180|JPN Site 043201180|Active|MOE|Japan Ministry of Environment||32.769490|130.624073||9.00||||||| +043201180|043201180|392043201180|NO|Permanent|1180|JPN Site 043201180|Active|MOE|Japan Ministry of Environment||32.769490|130.624073||9.00||||||| +043201180|043201180|392043201180|NO2|Permanent|1180|JPN Site 043201180|Active|MOE|Japan Ministry of Environment||32.769490|130.624073||9.00||||||| +043201190|043201190|392043201190|NO2|Permanent|1190|JPN Site 043201190|Active|MOE|Japan Ministry of Environment||32.729496|130.711567||9.00||||||| +043201190|043201190|392043201190|SO2|Permanent|1190|JPN Site 043201190|Active|MOE|Japan Ministry of Environment||32.729496|130.711567||9.00||||||| +043201190|043201190|392043201190|NOX|Permanent|1190|JPN Site 043201190|Active|MOE|Japan Ministry of Environment||32.729496|130.711567||9.00||||||| +043201190|043201190|392043201190|NO|Permanent|1190|JPN Site 043201190|Active|MOE|Japan Ministry of Environment||32.729496|130.711567||9.00||||||| +043201510|043201510|392043201510|NO2|Permanent|1510|JPN Site 043201510|Active|MOE|Japan Ministry of Environment||32.803932|130.714064||9.00||||||| +043201510|043201510|392043201510|CO|Permanent|1510|JPN Site 043201510|Active|MOE|Japan Ministry of Environment||32.803932|130.714064||9.00||||||| +043201510|043201510|392043201510|SO2|Permanent|1510|JPN Site 043201510|Active|MOE|Japan Ministry of Environment||32.803932|130.714064||9.00||||||| +043201510|043201510|392043201510|NOX|Permanent|1510|JPN Site 043201510|Active|MOE|Japan Ministry of Environment||32.803932|130.714064||9.00||||||| +043201510|043201510|392043201510|NO|Permanent|1510|JPN Site 043201510|Active|MOE|Japan Ministry of Environment||32.803932|130.714064||9.00||||||| +043201520|043201520|392043201520|SO2|Permanent|1520|JPN Site 043201520|Active|MOE|Japan Ministry of Environment||32.782268|130.745173||9.00||||||| +043201520|043201520|392043201520|NOX|Permanent|1520|JPN Site 043201520|Active|MOE|Japan Ministry of Environment||32.782268|130.745173||9.00||||||| +043201520|043201520|392043201520|NO|Permanent|1520|JPN Site 043201520|Active|MOE|Japan Ministry of Environment||32.782268|130.745173||9.00||||||| +043201520|043201520|392043201520|NO2|Permanent|1520|JPN Site 043201520|Active|MOE|Japan Ministry of Environment||32.782268|130.745173||9.00||||||| +043202020|043202020|392043202020|NO2|Permanent|2020|JPN Site 043202020|Active|MOE|Japan Ministry of Environment||32.507851|130.601864||9.00||||||| +043202020|043202020|392043202020|SO2|Permanent|2020|JPN Site 043202020|Active|MOE|Japan Ministry of Environment||32.507851|130.601864||9.00||||||| +043202020|043202020|392043202020|NOX|Permanent|2020|JPN Site 043202020|Active|MOE|Japan Ministry of Environment||32.507851|130.601864||9.00||||||| +043202020|043202020|392043202020|NO|Permanent|2020|JPN Site 043202020|Active|MOE|Japan Ministry of Environment||32.507851|130.601864||9.00||||||| +043202030|043202030|392043202030|NO2|Permanent|2030|JPN Site 043202030|Active|MOE|Japan Ministry of Environment||32.517294|130.612419||9.00||||||| +043202030|043202030|392043202030|SO2|Permanent|2030|JPN Site 043202030|Active|MOE|Japan Ministry of Environment||32.517294|130.612419||9.00||||||| +043202030|043202030|392043202030|NOX|Permanent|2030|JPN Site 043202030|Active|MOE|Japan Ministry of Environment||32.517294|130.612419||9.00||||||| +043202030|043202030|392043202030|NO|Permanent|2030|JPN Site 043202030|Active|MOE|Japan Ministry of Environment||32.517294|130.612419||9.00||||||| +043202130|043202130|392043202130|NO2|Permanent|2130|JPN Site 043202130|Active|MOE|Japan Ministry of Environment||32.488131|130.608254||9.00||||||| +043202130|043202130|392043202130|SO2|Permanent|2130|JPN Site 043202130|Active|MOE|Japan Ministry of Environment||32.488131|130.608254||9.00||||||| +043202130|043202130|392043202130|NOX|Permanent|2130|JPN Site 043202130|Active|MOE|Japan Ministry of Environment||32.488131|130.608254||9.00||||||| +043202130|043202130|392043202130|NO|Permanent|2130|JPN Site 043202130|Active|MOE|Japan Ministry of Environment||32.488131|130.608254||9.00||||||| +043202520|043202520|392043202520|NOX|Permanent|2520|JPN Site 043202520|Active|MOE|Japan Ministry of Environment||32.502852|130.638251||9.00||||||| +043202520|043202520|392043202520|NO|Permanent|2520|JPN Site 043202520|Active|MOE|Japan Ministry of Environment||32.502852|130.638251||9.00||||||| +043202520|043202520|392043202520|NO2|Permanent|2520|JPN Site 043202520|Active|MOE|Japan Ministry of Environment||32.502852|130.638251||9.00||||||| +043202520|043202520|392043202520|SO2|Permanent|2520|JPN Site 043202520|Active|MOE|Japan Ministry of Environment||32.502852|130.638251||9.00||||||| +043203010|043203010|392043203010|NO2|Permanent|3010|JPN Site 043203010|Active|MOE|Japan Ministry of Environment||32.207608|130.763254||9.00||||||| +043203010|043203010|392043203010|SO2|Permanent|3010|JPN Site 043203010|Active|MOE|Japan Ministry of Environment||32.207608|130.763254||9.00||||||| +043203010|043203010|392043203010|NOX|Permanent|3010|JPN Site 043203010|Active|MOE|Japan Ministry of Environment||32.207608|130.763254||9.00||||||| +043203010|043203010|392043203010|NO|Permanent|3010|JPN Site 043203010|Active|MOE|Japan Ministry of Environment||32.207608|130.763254||9.00||||||| +043204200|043204200|392043204200|SO2|Permanent|4200|JPN Site 043204200|Active|MOE|Japan Ministry of Environment||32.983908|130.464909||9.00||||||| +043204200|043204200|392043204200|NOX|Permanent|4200|JPN Site 043204200|Active|MOE|Japan Ministry of Environment||32.983908|130.464909||9.00||||||| +043204200|043204200|392043204200|NO|Permanent|4200|JPN Site 043204200|Active|MOE|Japan Ministry of Environment||32.983908|130.464909||9.00||||||| +043204200|043204200|392043204200|NO2|Permanent|4200|JPN Site 043204200|Active|MOE|Japan Ministry of Environment||32.983908|130.464909||9.00||||||| +043205160|043205160|392043205160|NOX|Permanent|5160|JPN Site 043205160|Active|MOE|Japan Ministry of Environment||32.213712|130.399395||9.00||||||| +043205160|043205160|392043205160|NO|Permanent|5160|JPN Site 043205160|Active|MOE|Japan Ministry of Environment||32.213712|130.399395||9.00||||||| +043205160|043205160|392043205160|NO2|Permanent|5160|JPN Site 043205160|Active|MOE|Japan Ministry of Environment||32.213712|130.399395||9.00||||||| +043205160|043205160|392043205160|SO2|Permanent|5160|JPN Site 043205160|Active|MOE|Japan Ministry of Environment||32.213712|130.399395||9.00||||||| +043206020|043206020|392043206020|NOX|Permanent|6020|JPN Site 043206020|Active|MOE|Japan Ministry of Environment||32.931138|130.558515||9.00||||||| +043206020|043206020|392043206020|NO|Permanent|6020|JPN Site 043206020|Active|MOE|Japan Ministry of Environment||32.931138|130.558515||9.00||||||| +043206020|043206020|392043206020|NO2|Permanent|6020|JPN Site 043206020|Active|MOE|Japan Ministry of Environment||32.931138|130.558515||9.00||||||| +043206020|043206020|392043206020|SO2|Permanent|6020|JPN Site 043206020|Active|MOE|Japan Ministry of Environment||32.931138|130.558515||9.00||||||| +043207010|043207010|392043207010|NO|Permanent|7010|JPN Site 043207010|Active|MOE|Japan Ministry of Environment||32.460626|130.195789||9.00||||||| +043207010|043207010|392043207010|NO2|Permanent|7010|JPN Site 043207010|Active|MOE|Japan Ministry of Environment||32.460626|130.195789||9.00||||||| +043207010|043207010|392043207010|SO2|Permanent|7010|JPN Site 043207010|Active|MOE|Japan Ministry of Environment||32.460626|130.195789||9.00||||||| +043207010|043207010|392043207010|NOX|Permanent|7010|JPN Site 043207010|Active|MOE|Japan Ministry of Environment||32.460626|130.195789||9.00||||||| +043208010|043208010|392043208010|NOX|Permanent|8010|JPN Site 043208010|Active|MOE|Japan Ministry of Environment||33.009743|130.700444||9.00||||||| +043208010|043208010|392043208010|NO|Permanent|8010|JPN Site 043208010|Active|MOE|Japan Ministry of Environment||33.009743|130.700444||9.00||||||| +043208010|043208010|392043208010|NO2|Permanent|8010|JPN Site 043208010|Active|MOE|Japan Ministry of Environment||33.009743|130.700444||9.00||||||| +043208010|043208010|392043208010|SO2|Permanent|8010|JPN Site 043208010|Active|MOE|Japan Ministry of Environment||33.009743|130.700444||9.00||||||| +043210010|043210010|392043210010|NO|Permanent|0010|JPN Site 043210010|Active|MOE|Japan Ministry of Environment||32.980026|130.812936||9.00||||||| +043210010|043210010|392043210010|NO2|Permanent|0010|JPN Site 043210010|Active|MOE|Japan Ministry of Environment||32.980026|130.812936||9.00||||||| +043210010|043210010|392043210010|SO2|Permanent|0010|JPN Site 043210010|Active|MOE|Japan Ministry of Environment||32.980026|130.812936||9.00||||||| +043210010|043210010|392043210010|NOX|Permanent|0010|JPN Site 043210010|Active|MOE|Japan Ministry of Environment||32.980026|130.812936||9.00||||||| +043211050|043211050|392043211050|NO2|Permanent|1050|JPN Site 043211050|Active|MOE|Japan Ministry of Environment||32.684777|130.664351||9.00||||||| +043211050|043211050|392043211050|SO2|Permanent|1050|JPN Site 043211050|Active|MOE|Japan Ministry of Environment||32.684777|130.664351||9.00||||||| +043211050|043211050|392043211050|NOX|Permanent|1050|JPN Site 043211050|Active|MOE|Japan Ministry of Environment||32.684777|130.664351||9.00||||||| +043211050|043211050|392043211050|NO|Permanent|1050|JPN Site 043211050|Active|MOE|Japan Ministry of Environment||32.684777|130.664351||9.00||||||| +043212010|043212010|392043212010|WS|Permanent|2010|JPN Site 043212010|Active|MOE|Japan Ministry of Environment||32.519513|130.430489||9.00||||||| +043212010|043212010|392043212010|WD|Permanent|2010|JPN Site 043212010|Active|MOE|Japan Ministry of Environment||32.519513|130.430489||9.00||||||| +043214010|043214010|392043214010|WS|Permanent|4010|JPN Site 043214010|Active|MOE|Japan Ministry of Environment||32.975031|131.047362||9.00||||||| +043214010|043214010|392043214010|WD|Permanent|4010|JPN Site 043214010|Active|MOE|Japan Ministry of Environment||32.975031|131.047362||9.00||||||| +043215010|043215010|392043215010|NOX|Permanent|5010|JPN Site 043215010|Active|MOE|Japan Ministry of Environment||32.387577|130.124132||9.00||||||| +043215010|043215010|392043215010|NO|Permanent|5010|JPN Site 043215010|Active|MOE|Japan Ministry of Environment||32.387577|130.124132||9.00||||||| +043215010|043215010|392043215010|NO2|Permanent|5010|JPN Site 043215010|Active|MOE|Japan Ministry of Environment||32.387577|130.124132||9.00||||||| +043215010|043215010|392043215010|SO2|Permanent|5010|JPN Site 043215010|Active|MOE|Japan Ministry of Environment||32.387577|130.124132||9.00||||||| +043215010|043215010|392043215010|WS|Permanent|5010|JPN Site 043215010|Active|MOE|Japan Ministry of Environment||32.387577|130.124132||9.00||||||| +043215010|043215010|392043215010|WD|Permanent|5010|JPN Site 043215010|Active|MOE|Japan Ministry of Environment||32.387577|130.124132||9.00||||||| +043215020|043215020|392043215020|NO2|Permanent|5020|JPN Site 043215020|Active|MOE|Japan Ministry of Environment||32.385634|130.196070||9.00||||||| +043215020|043215020|392043215020|SO2|Permanent|5020|JPN Site 043215020|Active|MOE|Japan Ministry of Environment||32.385634|130.196070||9.00||||||| +043215020|043215020|392043215020|WS|Permanent|5020|JPN Site 043215020|Active|MOE|Japan Ministry of Environment||32.385634|130.196070||9.00||||||| +043215020|043215020|392043215020|WD|Permanent|5020|JPN Site 043215020|Active|MOE|Japan Ministry of Environment||32.385634|130.196070||9.00||||||| +043215020|043215020|392043215020|NOX|Permanent|5020|JPN Site 043215020|Active|MOE|Japan Ministry of Environment||32.385634|130.196070||9.00||||||| +043215020|043215020|392043215020|NO|Permanent|5020|JPN Site 043215020|Active|MOE|Japan Ministry of Environment||32.385634|130.196070||9.00||||||| +043215030|043215030|392043215030|NO|Permanent|5030|JPN Site 043215030|Active|MOE|Japan Ministry of Environment||32.327583|130.069417||9.00||||||| +043215030|043215030|392043215030|NO2|Permanent|5030|JPN Site 043215030|Active|MOE|Japan Ministry of Environment||32.327583|130.069417||9.00||||||| +043215030|043215030|392043215030|SO2|Permanent|5030|JPN Site 043215030|Active|MOE|Japan Ministry of Environment||32.327583|130.069417||9.00||||||| +043215030|043215030|392043215030|WS|Permanent|5030|JPN Site 043215030|Active|MOE|Japan Ministry of Environment||32.327583|130.069417||9.00||||||| +043215030|043215030|392043215030|WD|Permanent|5030|JPN Site 043215030|Active|MOE|Japan Ministry of Environment||32.327583|130.069417||9.00||||||| +043215030|043215030|392043215030|NOX|Permanent|5030|JPN Site 043215030|Active|MOE|Japan Ministry of Environment||32.327583|130.069417||9.00||||||| +043215040|043215040|392043215040|NO2|Permanent|5040|JPN Site 043215040|Active|MOE|Japan Ministry of Environment||32.427571|130.010528||9.00||||||| +043215040|043215040|392043215040|SO2|Permanent|5040|JPN Site 043215040|Active|MOE|Japan Ministry of Environment||32.427571|130.010528||9.00||||||| +043215040|043215040|392043215040|WS|Permanent|5040|JPN Site 043215040|Active|MOE|Japan Ministry of Environment||32.427571|130.010528||9.00||||||| +043215040|043215040|392043215040|WD|Permanent|5040|JPN Site 043215040|Active|MOE|Japan Ministry of Environment||32.427571|130.010528||9.00||||||| +043215040|043215040|392043215040|NOX|Permanent|5040|JPN Site 043215040|Active|MOE|Japan Ministry of Environment||32.427571|130.010528||9.00||||||| +043215040|043215040|392043215040|NO|Permanent|5040|JPN Site 043215040|Active|MOE|Japan Ministry of Environment||32.427571|130.010528||9.00||||||| +043403010|043403010|392043403010|WS|Permanent|3010|JPN Site 043403010|Active|MOE|Japan Ministry of Environment||32.879482|130.874880||9.00||||||| +043403010|043403010|392043403010|WD|Permanent|3010|JPN Site 043403010|Active|MOE|Japan Ministry of Environment||32.879482|130.874880||9.00||||||| +043443010|043443010|392043443010|NO|Permanent|3010|JPN Site 043443010|Active|MOE|Japan Ministry of Environment||32.790602|130.818222||9.00||||||| +043443010|043443010|392043443010|NO2|Permanent|3010|JPN Site 043443010|Active|MOE|Japan Ministry of Environment||32.790602|130.818222||9.00||||||| +043443010|043443010|392043443010|SO2|Permanent|3010|JPN Site 043443010|Active|MOE|Japan Ministry of Environment||32.790602|130.818222||9.00||||||| +043443010|043443010|392043443010|NOX|Permanent|3010|JPN Site 043443010|Active|MOE|Japan Ministry of Environment||32.790602|130.818222||9.00||||||| +043444010|043444010|392043444010|WS|Permanent|4010|JPN Site 043444010|Active|MOE|Japan Ministry of Environment||32.656172|130.806007||9.00||||||| +043444010|043444010|392043444010|WD|Permanent|4010|JPN Site 043444010|Active|MOE|Japan Ministry of Environment||32.656172|130.806007||9.00||||||| +043481010|043481010|392043481010|NO2|Permanent|1010|JPN Site 043481010|Active|MOE|Japan Ministry of Environment||32.347588|130.504102||9.00||||||| +043481010|043481010|392043481010|SO2|Permanent|1010|JPN Site 043481010|Active|MOE|Japan Ministry of Environment||32.347588|130.504102||9.00||||||| +043481010|043481010|392043481010|NOX|Permanent|1010|JPN Site 043481010|Active|MOE|Japan Ministry of Environment||32.347588|130.504102||9.00||||||| +043481010|043481010|392043481010|NO|Permanent|1010|JPN Site 043481010|Active|MOE|Japan Ministry of Environment||32.347588|130.504102||9.00||||||| +043530010|043530010|392043530010|NO2|Permanent|0010|JPN Site 043530010|Active|MOE|Japan Ministry of Environment||32.514786|130.150513||9.00||||||| +043530010|043530010|392043530010|SO2|Permanent|0010|JPN Site 043530010|Active|MOE|Japan Ministry of Environment||32.514786|130.150513||9.00||||||| +043530010|043530010|392043530010|NOX|Permanent|0010|JPN Site 043530010|Active|MOE|Japan Ministry of Environment||32.514786|130.150513||9.00||||||| +043530010|043530010|392043530010|NO|Permanent|0010|JPN Site 043530010|Active|MOE|Japan Ministry of Environment||32.514786|130.150513||9.00||||||| +043531010|043531010|392043531010|NO2|Permanent|1010|JPN Site 043531010|Active|MOE|Japan Ministry of Environment||32.512563|130.053576||9.00||||||| +043531010|043531010|392043531010|SO2|Permanent|1010|JPN Site 043531010|Active|MOE|Japan Ministry of Environment||32.512563|130.053576||9.00||||||| +043531010|043531010|392043531010|NOX|Permanent|1010|JPN Site 043531010|Active|MOE|Japan Ministry of Environment||32.512563|130.053576||9.00||||||| +043531010|043531010|392043531010|NO|Permanent|1010|JPN Site 043531010|Active|MOE|Japan Ministry of Environment||32.512563|130.053576||9.00||||||| +043531020|043531020|392043531020|WD|Permanent|1020|JPN Site 043531020|Active|MOE|Japan Ministry of Environment||32.526728|130.083573||9.00||||||| +043531020|043531020|392043531020|NOX|Permanent|1020|JPN Site 043531020|Active|MOE|Japan Ministry of Environment||32.526728|130.083573||9.00||||||| +043531020|043531020|392043531020|NO|Permanent|1020|JPN Site 043531020|Active|MOE|Japan Ministry of Environment||32.526728|130.083573||9.00||||||| +043531020|043531020|392043531020|NO2|Permanent|1020|JPN Site 043531020|Active|MOE|Japan Ministry of Environment||32.526728|130.083573||9.00||||||| +043531020|043531020|392043531020|SO2|Permanent|1020|JPN Site 043531020|Active|MOE|Japan Ministry of Environment||32.526728|130.083573||9.00||||||| +043531020|043531020|392043531020|WS|Permanent|1020|JPN Site 043531020|Active|MOE|Japan Ministry of Environment||32.526728|130.083573||9.00||||||| +043531030|043531030|392043531030|NO|Permanent|1030|JPN Site 043531030|Active|MOE|Japan Ministry of Environment||32.472289|130.037746||9.00||||||| +043531030|043531030|392043531030|NO2|Permanent|1030|JPN Site 043531030|Active|MOE|Japan Ministry of Environment||32.472289|130.037746||9.00||||||| +043531030|043531030|392043531030|SO2|Permanent|1030|JPN Site 043531030|Active|MOE|Japan Ministry of Environment||32.472289|130.037746||9.00||||||| +043531030|043531030|392043531030|WS|Permanent|1030|JPN Site 043531030|Active|MOE|Japan Ministry of Environment||32.472289|130.037746||9.00||||||| +043531030|043531030|392043531030|WD|Permanent|1030|JPN Site 043531030|Active|MOE|Japan Ministry of Environment||32.472289|130.037746||9.00||||||| +043531030|043531030|392043531030|NOX|Permanent|1030|JPN Site 043531030|Active|MOE|Japan Ministry of Environment||32.472289|130.037746||9.00||||||| +043531040|043531040|392043531040|NOX|Permanent|1040|JPN Site 043531040|Active|MOE|Japan Ministry of Environment||32.452292|130.077188||9.00||||||| +043531040|043531040|392043531040|NO|Permanent|1040|JPN Site 043531040|Active|MOE|Japan Ministry of Environment||32.452292|130.077188||9.00||||||| +043531040|043531040|392043531040|NO2|Permanent|1040|JPN Site 043531040|Active|MOE|Japan Ministry of Environment||32.452292|130.077188||9.00||||||| +043531040|043531040|392043531040|SO2|Permanent|1040|JPN Site 043531040|Active|MOE|Japan Ministry of Environment||32.452292|130.077188||9.00||||||| +043531040|043531040|392043531040|WS|Permanent|1040|JPN Site 043531040|Active|MOE|Japan Ministry of Environment||32.452292|130.077188||9.00||||||| +043531040|043531040|392043531040|WD|Permanent|1040|JPN Site 043531040|Active|MOE|Japan Ministry of Environment||32.452292|130.077188||9.00||||||| +043532010|043532010|392043532010|NO|Permanent|2010|JPN Site 043532010|Active|MOE|Japan Ministry of Environment||32.371466|129.996921||9.00||||||| +043532010|043532010|392043532010|NO2|Permanent|2010|JPN Site 043532010|Active|MOE|Japan Ministry of Environment||32.371466|129.996921||9.00||||||| +043532010|043532010|392043532010|SO2|Permanent|2010|JPN Site 043532010|Active|MOE|Japan Ministry of Environment||32.371466|129.996921||9.00||||||| +043532010|043532010|392043532010|NOX|Permanent|2010|JPN Site 043532010|Active|MOE|Japan Ministry of Environment||32.371466|129.996921||9.00||||||| +044201010|044201010|392044201010|SO2|Permanent|1010|JPN Site 044201010|Active|MOE|Japan Ministry of Environment||33.190296|131.623693||9.00||||||| +044201010|044201010|392044201010|NOX|Permanent|1010|JPN Site 044201010|Active|MOE|Japan Ministry of Environment||33.190296|131.623693||9.00||||||| +044201010|044201010|392044201010|NO|Permanent|1010|JPN Site 044201010|Active|MOE|Japan Ministry of Environment||33.190296|131.623693||9.00||||||| +044201010|044201010|392044201010|NO2|Permanent|1010|JPN Site 044201010|Active|MOE|Japan Ministry of Environment||33.190296|131.623693||9.00||||||| +044201050|044201050|392044201050|NOX|Permanent|1050|JPN Site 044201050|Active|MOE|Japan Ministry of Environment||33.218348|131.592305||9.00||||||| +044201050|044201050|392044201050|NO|Permanent|1050|JPN Site 044201050|Active|MOE|Japan Ministry of Environment||33.218348|131.592305||9.00||||||| +044201050|044201050|392044201050|NO2|Permanent|1050|JPN Site 044201050|Active|MOE|Japan Ministry of Environment||33.218348|131.592305||9.00||||||| +044201050|044201050|392044201050|SO2|Permanent|1050|JPN Site 044201050|Active|MOE|Japan Ministry of Environment||33.218348|131.592305||9.00||||||| +044201070|044201070|392044201070|NO|Permanent|1070|JPN Site 044201070|Active|MOE|Japan Ministry of Environment||33.253901|131.682296||9.00||||||| +044201070|044201070|392044201070|NO2|Permanent|1070|JPN Site 044201070|Active|MOE|Japan Ministry of Environment||33.253901|131.682296||9.00||||||| +044201070|044201070|392044201070|CO|Permanent|1070|JPN Site 044201070|Active|MOE|Japan Ministry of Environment||33.253901|131.682296||9.00||||||| +044201070|044201070|392044201070|SO2|Permanent|1070|JPN Site 044201070|Active|MOE|Japan Ministry of Environment||33.253901|131.682296||9.00||||||| +044201070|044201070|392044201070|NOX|Permanent|1070|JPN Site 044201070|Active|MOE|Japan Ministry of Environment||33.253901|131.682296||9.00||||||| +044201080|044201080|392044201080|NO|Permanent|1080|JPN Site 044201080|Active|MOE|Japan Ministry of Environment||33.247513|131.718960||9.00||||||| +044201080|044201080|392044201080|NO2|Permanent|1080|JPN Site 044201080|Active|MOE|Japan Ministry of Environment||33.247513|131.718960||9.00||||||| +044201080|044201080|392044201080|SO2|Permanent|1080|JPN Site 044201080|Active|MOE|Japan Ministry of Environment||33.247513|131.718960||9.00||||||| +044201080|044201080|392044201080|NOX|Permanent|1080|JPN Site 044201080|Active|MOE|Japan Ministry of Environment||33.247513|131.718960||9.00||||||| +044201090|044201090|392044201090|NOX|Permanent|1090|JPN Site 044201090|Active|MOE|Japan Ministry of Environment||33.228349|131.750903||9.00||||||| +044201090|044201090|392044201090|NO|Permanent|1090|JPN Site 044201090|Active|MOE|Japan Ministry of Environment||33.228349|131.750903||9.00||||||| +044201090|044201090|392044201090|NO2|Permanent|1090|JPN Site 044201090|Active|MOE|Japan Ministry of Environment||33.228349|131.750903||9.00||||||| +044201090|044201090|392044201090|SO2|Permanent|1090|JPN Site 044201090|Active|MOE|Japan Ministry of Environment||33.228349|131.750903||9.00||||||| +044201100|044201100|392044201100|SO2|Permanent|1100|JPN Site 044201100|Active|MOE|Japan Ministry of Environment||33.155855|131.658136||9.00||||||| +044201100|044201100|392044201100|NOX|Permanent|1100|JPN Site 044201100|Active|MOE|Japan Ministry of Environment||33.155855|131.658136||9.00||||||| +044201100|044201100|392044201100|NO|Permanent|1100|JPN Site 044201100|Active|MOE|Japan Ministry of Environment||33.155855|131.658136||9.00||||||| +044201100|044201100|392044201100|NO2|Permanent|1100|JPN Site 044201100|Active|MOE|Japan Ministry of Environment||33.155855|131.658136||9.00||||||| +044201130|044201130|392044201130|NO2|Permanent|1130|JPN Site 044201130|Active|MOE|Japan Ministry of Environment||33.243623|131.639244||9.00||||||| +044201130|044201130|392044201130|SO2|Permanent|1130|JPN Site 044201130|Active|MOE|Japan Ministry of Environment||33.243623|131.639244||9.00||||||| +044201130|044201130|392044201130|NOX|Permanent|1130|JPN Site 044201130|Active|MOE|Japan Ministry of Environment||33.243623|131.639244||9.00||||||| +044201130|044201130|392044201130|NO|Permanent|1130|JPN Site 044201130|Active|MOE|Japan Ministry of Environment||33.243623|131.639244||9.00||||||| +044201340|044201340|392044201340|SO2|Permanent|1340|JPN Site 044201340|Active|MOE|Japan Ministry of Environment||33.214739|131.722850||9.00||||||| +044201340|044201340|392044201340|NOX|Permanent|1340|JPN Site 044201340|Active|MOE|Japan Ministry of Environment||33.214739|131.722850||9.00||||||| +044201340|044201340|392044201340|NO|Permanent|1340|JPN Site 044201340|Active|MOE|Japan Ministry of Environment||33.214739|131.722850||9.00||||||| +044201340|044201340|392044201340|NO2|Permanent|1340|JPN Site 044201340|Active|MOE|Japan Ministry of Environment||33.214739|131.722850||9.00||||||| +044201350|044201350|392044201350|NO2|Permanent|1350|JPN Site 044201350|Active|MOE|Japan Ministry of Environment||33.188906|131.551476||9.00||||||| +044201350|044201350|392044201350|SO2|Permanent|1350|JPN Site 044201350|Active|MOE|Japan Ministry of Environment||33.188906|131.551476||9.00||||||| +044201350|044201350|392044201350|NOX|Permanent|1350|JPN Site 044201350|Active|MOE|Japan Ministry of Environment||33.188906|131.551476||9.00||||||| +044201350|044201350|392044201350|NO|Permanent|1350|JPN Site 044201350|Active|MOE|Japan Ministry of Environment||33.188906|131.551476||9.00||||||| +044201360|044201360|392044201360|NOX|Permanent|1360|JPN Site 044201360|Active|MOE|Japan Ministry of Environment||33.210572|131.677854||9.00||||||| +044201360|044201360|392044201360|NO|Permanent|1360|JPN Site 044201360|Active|MOE|Japan Ministry of Environment||33.210572|131.677854||9.00||||||| +044201360|044201360|392044201360|NO2|Permanent|1360|JPN Site 044201360|Active|MOE|Japan Ministry of Environment||33.210572|131.677854||9.00||||||| +044201360|044201360|392044201360|SO2|Permanent|1360|JPN Site 044201360|Active|MOE|Japan Ministry of Environment||33.210572|131.677854||9.00||||||| +044201370|044201370|392044201370|NO2|Permanent|1370|JPN Site 044201370|Active|MOE|Japan Ministry of Environment||33.235012|131.593138||9.00||||||| +044201370|044201370|392044201370|SO2|Permanent|1370|JPN Site 044201370|Active|MOE|Japan Ministry of Environment||33.235012|131.593138||9.00||||||| +044201370|044201370|392044201370|NOX|Permanent|1370|JPN Site 044201370|Active|MOE|Japan Ministry of Environment||33.235012|131.593138||9.00||||||| +044201370|044201370|392044201370|NO|Permanent|1370|JPN Site 044201370|Active|MOE|Japan Ministry of Environment||33.235012|131.593138||9.00||||||| +044201510|044201510|392044201510|NO|Permanent|1510|JPN Site 044201510|Active|MOE|Japan Ministry of Environment||33.235013|131.607859||9.00||||||| +044201510|044201510|392044201510|NO2|Permanent|1510|JPN Site 044201510|Active|MOE|Japan Ministry of Environment||33.235013|131.607859||9.00||||||| +044201510|044201510|392044201510|CO|Permanent|1510|JPN Site 044201510|Active|MOE|Japan Ministry of Environment||33.235013|131.607859||9.00||||||| +044201510|044201510|392044201510|NOX|Permanent|1510|JPN Site 044201510|Active|MOE|Japan Ministry of Environment||33.235013|131.607859||9.00||||||| +044201520|044201520|392044201520|NOX|Permanent|1520|JPN Site 044201520|Active|MOE|Japan Ministry of Environment||33.199461|131.607305||9.00||||||| +044201520|044201520|392044201520|NO|Permanent|1520|JPN Site 044201520|Active|MOE|Japan Ministry of Environment||33.199461|131.607305||9.00||||||| +044201520|044201520|392044201520|NO2|Permanent|1520|JPN Site 044201520|Active|MOE|Japan Ministry of Environment||33.199461|131.607305||9.00||||||| +044201520|044201520|392044201520|CO|Permanent|1520|JPN Site 044201520|Active|MOE|Japan Ministry of Environment||33.199461|131.607305||9.00||||||| +044202020|044202020|392044202020|NOX|Permanent|2020|JPN Site 044202020|Active|MOE|Japan Ministry of Environment||33.288338|131.484533||9.00||||||| +044202020|044202020|392044202020|NO|Permanent|2020|JPN Site 044202020|Active|MOE|Japan Ministry of Environment||33.288338|131.484533||9.00||||||| +044202020|044202020|392044202020|NO2|Permanent|2020|JPN Site 044202020|Active|MOE|Japan Ministry of Environment||33.288338|131.484533||9.00||||||| +044202020|044202020|392044202020|SO2|Permanent|2020|JPN Site 044202020|Active|MOE|Japan Ministry of Environment||33.288338|131.484533||9.00||||||| +044203070|044203070|392044203070|NO2|Permanent|3070|JPN Site 044203070|Active|MOE|Japan Ministry of Environment||33.592467|131.194821||9.00||||||| +044203070|044203070|392044203070|SO2|Permanent|3070|JPN Site 044203070|Active|MOE|Japan Ministry of Environment||33.592467|131.194821||9.00||||||| +044203070|044203070|392044203070|NOX|Permanent|3070|JPN Site 044203070|Active|MOE|Japan Ministry of Environment||33.592467|131.194821||9.00||||||| +044203070|044203070|392044203070|NO|Permanent|3070|JPN Site 044203070|Active|MOE|Japan Ministry of Environment||33.592467|131.194821||9.00||||||| +044204010|044204010|392044204010|NO2|Permanent|4010|JPN Site 044204010|Active|MOE|Japan Ministry of Environment||33.319992|130.930966||9.00||||||| +044204010|044204010|392044204010|SO2|Permanent|4010|JPN Site 044204010|Active|MOE|Japan Ministry of Environment||33.319992|130.930966||9.00||||||| +044204010|044204010|392044204010|NOX|Permanent|4010|JPN Site 044204010|Active|MOE|Japan Ministry of Environment||33.319992|130.930966||9.00||||||| +044204010|044204010|392044204010|NO|Permanent|4010|JPN Site 044204010|Active|MOE|Japan Ministry of Environment||33.319992|130.930966||9.00||||||| +044205020|044205020|392044205020|NOX|Permanent|5020|JPN Site 044205020|Active|MOE|Japan Ministry of Environment||32.964769|131.908124||9.00||||||| +044205020|044205020|392044205020|NO|Permanent|5020|JPN Site 044205020|Active|MOE|Japan Ministry of Environment||32.964769|131.908124||9.00||||||| +044205020|044205020|392044205020|NO2|Permanent|5020|JPN Site 044205020|Active|MOE|Japan Ministry of Environment||32.964769|131.908124||9.00||||||| +044205020|044205020|392044205020|SO2|Permanent|5020|JPN Site 044205020|Active|MOE|Japan Ministry of Environment||32.964769|131.908124||9.00||||||| +044206010|044206010|392044206010|NO|Permanent|6010|JPN Site 044206010|Active|MOE|Japan Ministry of Environment||33.126417|131.805069||9.00||||||| +044206010|044206010|392044206010|NO2|Permanent|6010|JPN Site 044206010|Active|MOE|Japan Ministry of Environment||33.126417|131.805069||9.00||||||| +044206010|044206010|392044206010|SO2|Permanent|6010|JPN Site 044206010|Active|MOE|Japan Ministry of Environment||33.126417|131.805069||9.00||||||| +044206010|044206010|392044206010|NOX|Permanent|6010|JPN Site 044206010|Active|MOE|Japan Ministry of Environment||33.126417|131.805069||9.00||||||| +044207010|044207010|392044207010|NO2|Permanent|7010|JPN Site 044207010|Active|MOE|Japan Ministry of Environment||33.072534|131.860901||9.00||||||| +044207010|044207010|392044207010|SO2|Permanent|7010|JPN Site 044207010|Active|MOE|Japan Ministry of Environment||33.072534|131.860901||9.00||||||| +044207010|044207010|392044207010|NOX|Permanent|7010|JPN Site 044207010|Active|MOE|Japan Ministry of Environment||33.072534|131.860901||9.00||||||| +044207010|044207010|392044207010|NO|Permanent|7010|JPN Site 044207010|Active|MOE|Japan Ministry of Environment||33.072534|131.860901||9.00||||||| +044212010|044212010|392044212010|NOX|Permanent|2010|JPN Site 044212010|Active|MOE|Japan Ministry of Environment||32.975873|131.578151||9.00||||||| +044212010|044212010|392044212010|NO|Permanent|2010|JPN Site 044212010|Active|MOE|Japan Ministry of Environment||32.975873|131.578151||9.00||||||| +044212010|044212010|392044212010|NO2|Permanent|2010|JPN Site 044212010|Active|MOE|Japan Ministry of Environment||32.975873|131.578151||9.00||||||| +044212010|044212010|392044212010|SO2|Permanent|2010|JPN Site 044212010|Active|MOE|Japan Ministry of Environment||32.975873|131.578151||9.00||||||| +044213010|044213010|392044213010|NO2|Permanent|3010|JPN Site 044213010|Active|MOE|Japan Ministry of Environment||33.182793|131.423987||9.00||||||| +044213010|044213010|392044213010|SO2|Permanent|3010|JPN Site 044213010|Active|MOE|Japan Ministry of Environment||33.182793|131.423987||9.00||||||| +044213010|044213010|392044213010|NOX|Permanent|3010|JPN Site 044213010|Active|MOE|Japan Ministry of Environment||33.182793|131.423987||9.00||||||| +044213010|044213010|392044213010|NO|Permanent|3010|JPN Site 044213010|Active|MOE|Japan Ministry of Environment||33.182793|131.423987||9.00||||||| +044214010|044214010|392044214010|NO2|Permanent|4010|JPN Site 044214010|Active|MOE|Japan Ministry of Environment||33.560813|131.729222||9.00||||||| +044214010|044214010|392044214010|SO2|Permanent|4010|JPN Site 044214010|Active|MOE|Japan Ministry of Environment||33.560813|131.729222||9.00||||||| +044214010|044214010|392044214010|NOX|Permanent|4010|JPN Site 044214010|Active|MOE|Japan Ministry of Environment||33.560813|131.729222||9.00||||||| +044214010|044214010|392044214010|NO|Permanent|4010|JPN Site 044214010|Active|MOE|Japan Ministry of Environment||33.560813|131.729222||9.00||||||| +044341020|044341020|392044341020|NO2|Permanent|1020|JPN Site 044341020|Active|MOE|Japan Ministry of Environment||33.368886|131.528415||9.00||||||| +044341020|044341020|392044341020|SO2|Permanent|1020|JPN Site 044341020|Active|MOE|Japan Ministry of Environment||33.368886|131.528415||9.00||||||| +044341020|044341020|392044341020|NOX|Permanent|1020|JPN Site 044341020|Active|MOE|Japan Ministry of Environment||33.368886|131.528415||9.00||||||| +044341020|044341020|392044341020|NO|Permanent|1020|JPN Site 044341020|Active|MOE|Japan Ministry of Environment||33.368886|131.528415||9.00||||||| +044381010|044381010|392044381010|NO2|Permanent|1010|JPN Site 044381010|Active|MOE|Japan Ministry of Environment||33.246961|131.876169||9.00||||||| +044381010|044381010|392044381010|SO2|Permanent|1010|JPN Site 044381010|Active|MOE|Japan Ministry of Environment||33.246961|131.876169||9.00||||||| +044381010|044381010|392044381010|NOX|Permanent|1010|JPN Site 044381010|Active|MOE|Japan Ministry of Environment||33.246961|131.876169||9.00||||||| +044381010|044381010|392044381010|NO|Permanent|1010|JPN Site 044381010|Active|MOE|Japan Ministry of Environment||33.246961|131.876169||9.00||||||| +045201040|045201040|392045201040|SO2|Permanent|1040|JPN Site 045201040|Active|MOE|Japan Ministry of Environment||32.027639|131.471537||9.00||||||| +045201050|045201050|392045201050|NOX|Permanent|1050|JPN Site 045201050|Active|MOE|Japan Ministry of Environment||31.936259|131.408490||9.00||||||| +045201050|045201050|392045201050|NO|Permanent|1050|JPN Site 045201050|Active|MOE|Japan Ministry of Environment||31.936259|131.408490||9.00||||||| +045201050|045201050|392045201050|NO2|Permanent|1050|JPN Site 045201050|Active|MOE|Japan Ministry of Environment||31.936259|131.408490||9.00||||||| +045201050|045201050|392045201050|SO2|Permanent|1050|JPN Site 045201050|Active|MOE|Japan Ministry of Environment||31.936259|131.408490||9.00||||||| +045201060|045201060|392045201060|SO2|Permanent|1060|JPN Site 045201060|Active|MOE|Japan Ministry of Environment||31.842378|131.298782||9.00||||||| +045201520|045201520|392045201520|NO|Permanent|1520|JPN Site 045201520|Active|MOE|Japan Ministry of Environment||31.897930|131.418214||9.00||||||| +045201520|045201520|392045201520|NO2|Permanent|1520|JPN Site 045201520|Active|MOE|Japan Ministry of Environment||31.897930|131.418214||9.00||||||| +045201520|045201520|392045201520|NOX|Permanent|1520|JPN Site 045201520|Active|MOE|Japan Ministry of Environment||31.897930|131.418214||9.00||||||| +045201540|045201540|392045201540|NOX|Permanent|1540|JPN Site 045201540|Active|MOE|Japan Ministry of Environment||31.947647|131.426822||9.00||||||| +045201540|045201540|392045201540|NO|Permanent|1540|JPN Site 045201540|Active|MOE|Japan Ministry of Environment||31.947647|131.426822||9.00||||||| +045201540|045201540|392045201540|NO2|Permanent|1540|JPN Site 045201540|Active|MOE|Japan Ministry of Environment||31.947647|131.426822||9.00||||||| +045201540|045201540|392045201540|CO|Permanent|1540|JPN Site 045201540|Active|MOE|Japan Ministry of Environment||31.947647|131.426822||9.00||||||| +045202020|045202020|392045202020|NOX|Permanent|2020|JPN Site 045202020|Active|MOE|Japan Ministry of Environment||31.760439|131.079915||9.00||||||| +045202020|045202020|392045202020|NO|Permanent|2020|JPN Site 045202020|Active|MOE|Japan Ministry of Environment||31.760439|131.079915||9.00||||||| +045202020|045202020|392045202020|NO2|Permanent|2020|JPN Site 045202020|Active|MOE|Japan Ministry of Environment||31.760439|131.079915||9.00||||||| +045202020|045202020|392045202020|SO2|Permanent|2020|JPN Site 045202020|Active|MOE|Japan Ministry of Environment||31.760439|131.079915||9.00||||||| +045202510|045202510|392045202510|NO|Permanent|2510|JPN Site 045202510|Active|MOE|Japan Ministry of Environment||31.720999|131.068529||9.00||||||| +045202510|045202510|392045202510|NO2|Permanent|2510|JPN Site 045202510|Active|MOE|Japan Ministry of Environment||31.720999|131.068529||9.00||||||| +045202510|045202510|392045202510|CO|Permanent|2510|JPN Site 045202510|Active|MOE|Japan Ministry of Environment||31.720999|131.068529||9.00||||||| +045202510|045202510|392045202510|SO2|Permanent|2510|JPN Site 045202510|Active|MOE|Japan Ministry of Environment||31.720999|131.068529||9.00||||||| +045202510|045202510|392045202510|NOX|Permanent|2510|JPN Site 045202510|Active|MOE|Japan Ministry of Environment||31.720999|131.068529||9.00||||||| +045203020|045203020|392045203020|SO2|Permanent|3020|JPN Site 045203020|Active|MOE|Japan Ministry of Environment||32.617024|131.668715||9.00||||||| +045203020|045203020|392045203020|NOX|Permanent|3020|JPN Site 045203020|Active|MOE|Japan Ministry of Environment||32.617024|131.668715||9.00||||||| +045203020|045203020|392045203020|NO|Permanent|3020|JPN Site 045203020|Active|MOE|Japan Ministry of Environment||32.617024|131.668715||9.00||||||| +045203020|045203020|392045203020|NO2|Permanent|3020|JPN Site 045203020|Active|MOE|Japan Ministry of Environment||32.617024|131.668715||9.00||||||| +045203090|045203090|392045203090|NO|Permanent|3090|JPN Site 045203090|Active|MOE|Japan Ministry of Environment||32.550920|131.674273||9.00||||||| +045203090|045203090|392045203090|NO2|Permanent|3090|JPN Site 045203090|Active|MOE|Japan Ministry of Environment||32.550920|131.674273||9.00||||||| +045203090|045203090|392045203090|SO2|Permanent|3090|JPN Site 045203090|Active|MOE|Japan Ministry of Environment||32.550920|131.674273||9.00||||||| +045203090|045203090|392045203090|NOX|Permanent|3090|JPN Site 045203090|Active|MOE|Japan Ministry of Environment||32.550920|131.674273||9.00||||||| +045203100|045203100|392045203100|NO|Permanent|3100|JPN Site 045203100|Active|MOE|Japan Ministry of Environment||32.579250|131.654829||9.00||||||| +045203100|045203100|392045203100|NO2|Permanent|3100|JPN Site 045203100|Active|MOE|Japan Ministry of Environment||32.579250|131.654829||9.00||||||| +045203100|045203100|392045203100|SO2|Permanent|3100|JPN Site 045203100|Active|MOE|Japan Ministry of Environment||32.579250|131.654829||9.00||||||| +045203100|045203100|392045203100|NOX|Permanent|3100|JPN Site 045203100|Active|MOE|Japan Ministry of Environment||32.579250|131.654829||9.00||||||| +045203520|045203520|392045203520|NO2|Permanent|3520|JPN Site 045203520|Active|MOE|Japan Ministry of Environment||32.574251|131.672606||9.00||||||| +045203520|045203520|392045203520|CO|Permanent|3520|JPN Site 045203520|Active|MOE|Japan Ministry of Environment||32.574251|131.672606||9.00||||||| +045203520|045203520|392045203520|SO2|Permanent|3520|JPN Site 045203520|Active|MOE|Japan Ministry of Environment||32.574251|131.672606||9.00||||||| +045203520|045203520|392045203520|NOX|Permanent|3520|JPN Site 045203520|Active|MOE|Japan Ministry of Environment||32.574251|131.672606||9.00||||||| +045203520|045203520|392045203520|NO|Permanent|3520|JPN Site 045203520|Active|MOE|Japan Ministry of Environment||32.574251|131.672606||9.00||||||| +045204010|045204010|392045204010|NO2|Permanent|4010|JPN Site 045204010|Active|MOE|Japan Ministry of Environment||31.606849|131.375175||9.00||||||| +045204010|045204010|392045204010|SO2|Permanent|4010|JPN Site 045204010|Active|MOE|Japan Ministry of Environment||31.606849|131.375175||9.00||||||| +045204010|045204010|392045204010|NOX|Permanent|4010|JPN Site 045204010|Active|MOE|Japan Ministry of Environment||31.606849|131.375175||9.00||||||| +045204010|045204010|392045204010|NO|Permanent|4010|JPN Site 045204010|Active|MOE|Japan Ministry of Environment||31.606849|131.375175||9.00||||||| +045204030|045204030|392045204030|NO2|Permanent|4030|JPN Site 045204030|Active|MOE|Japan Ministry of Environment||31.591851|131.401562||9.00||||||| +045204030|045204030|392045204030|SO2|Permanent|4030|JPN Site 045204030|Active|MOE|Japan Ministry of Environment||31.591851|131.401562||9.00||||||| +045204030|045204030|392045204030|NOX|Permanent|4030|JPN Site 045204030|Active|MOE|Japan Ministry of Environment||31.591851|131.401562||9.00||||||| +045204030|045204030|392045204030|NO|Permanent|4030|JPN Site 045204030|Active|MOE|Japan Ministry of Environment||31.591851|131.401562||9.00||||||| +045205010|045205010|392045205010|SO2|Permanent|5010|JPN Site 045205010|Active|MOE|Japan Ministry of Environment||31.984580|130.995467||9.00||||||| +045206020|045206020|392045206020|NO2|Permanent|6020|JPN Site 045206020|Active|MOE|Japan Ministry of Environment||32.438432|131.635393||9.00||||||| +045206020|045206020|392045206020|NOX|Permanent|6020|JPN Site 045206020|Active|MOE|Japan Ministry of Environment||32.438432|131.635393||9.00||||||| +045206020|045206020|392045206020|NO|Permanent|6020|JPN Site 045206020|Active|MOE|Japan Ministry of Environment||32.438432|131.635393||9.00||||||| +045206030|045206030|392045206030|NOX|Permanent|6030|JPN Site 045206030|Active|MOE|Japan Ministry of Environment||32.423433|131.623172||9.00||||||| +045206030|045206030|392045206030|NO|Permanent|6030|JPN Site 045206030|Active|MOE|Japan Ministry of Environment||32.423433|131.623172||9.00||||||| +045206030|045206030|392045206030|NO2|Permanent|6030|JPN Site 045206030|Active|MOE|Japan Ministry of Environment||32.423433|131.623172||9.00||||||| +045206030|045206030|392045206030|SO2|Permanent|6030|JPN Site 045206030|Active|MOE|Japan Ministry of Environment||32.423433|131.623172||9.00||||||| +045206080|045206080|392045206080|SO2|Permanent|6080|JPN Site 045206080|Active|MOE|Japan Ministry of Environment||32.425100|131.659836||9.00||||||| +045206080|045206080|392045206080|NOX|Permanent|6080|JPN Site 045206080|Active|MOE|Japan Ministry of Environment||32.425100|131.659836||9.00||||||| +045206080|045206080|392045206080|NO|Permanent|6080|JPN Site 045206080|Active|MOE|Japan Ministry of Environment||32.425100|131.659836||9.00||||||| +045206080|045206080|392045206080|NO2|Permanent|6080|JPN Site 045206080|Active|MOE|Japan Ministry of Environment||32.425100|131.659836||9.00||||||| +045401010|045401010|392045401010|NO2|Permanent|1010|JPN Site 045401010|Active|MOE|Japan Ministry of Environment||32.130685|131.506251||9.00||||||| +045401010|045401010|392045401010|SO2|Permanent|1010|JPN Site 045401010|Active|MOE|Japan Ministry of Environment||32.130685|131.506251||9.00||||||| +045401010|045401010|392045401010|NOX|Permanent|1010|JPN Site 045401010|Active|MOE|Japan Ministry of Environment||32.130685|131.506251||9.00||||||| +045401010|045401010|392045401010|NO|Permanent|1010|JPN Site 045401010|Active|MOE|Japan Ministry of Environment||32.130685|131.506251||9.00||||||| +045441010|045441010|392045441010|SO2|Permanent|1010|JPN Site 045441010|Active|MOE|Japan Ministry of Environment||32.708953|131.302908||9.00||||||| +046201010|046201010|392046201010|NO2|Permanent|1010|JPN Site 046201010|Active|MOE|Japan Ministry of Environment||31.599614|130.554966||9.00||||||| +046201010|046201010|392046201010|SO2|Permanent|1010|JPN Site 046201010|Active|MOE|Japan Ministry of Environment||31.599614|130.554966||9.00||||||| +046201010|046201010|392046201010|WS|Permanent|1010|JPN Site 046201010|Active|MOE|Japan Ministry of Environment||31.599614|130.554966||9.00||||||| +046201010|046201010|392046201010|WD|Permanent|1010|JPN Site 046201010|Active|MOE|Japan Ministry of Environment||31.599614|130.554966||9.00||||||| +046201010|046201010|392046201010|NOX|Permanent|1010|JPN Site 046201010|Active|MOE|Japan Ministry of Environment||31.599614|130.554966||9.00||||||| +046201010|046201010|392046201010|NO|Permanent|1010|JPN Site 046201010|Active|MOE|Japan Ministry of Environment||31.599614|130.554966||9.00||||||| +046201130|046201130|392046201130|WS|Permanent|1130|JPN Site 046201130|Active|MOE|Japan Ministry of Environment||31.524899|130.515528||9.00||||||| +046201130|046201130|392046201130|WD|Permanent|1130|JPN Site 046201130|Active|MOE|Japan Ministry of Environment||31.524899|130.515528||9.00||||||| +046201130|046201130|392046201130|NOX|Permanent|1130|JPN Site 046201130|Active|MOE|Japan Ministry of Environment||31.524899|130.515528||9.00||||||| +046201130|046201130|392046201130|NO|Permanent|1130|JPN Site 046201130|Active|MOE|Japan Ministry of Environment||31.524899|130.515528||9.00||||||| +046201130|046201130|392046201130|NO2|Permanent|1130|JPN Site 046201130|Active|MOE|Japan Ministry of Environment||31.524899|130.515528||9.00||||||| +046201130|046201130|392046201130|SO2|Permanent|1130|JPN Site 046201130|Active|MOE|Japan Ministry of Environment||31.524899|130.515528||9.00||||||| +046201220|046201220|392046201220|WD|Permanent|1220|JPN Site 046201220|Active|MOE|Japan Ministry of Environment||31.561009|130.663570||9.00||||||| +046201220|046201220|392046201220|SO2|Permanent|1220|JPN Site 046201220|Active|MOE|Japan Ministry of Environment||31.561009|130.663570||9.00||||||| +046201220|046201220|392046201220|WS|Permanent|1220|JPN Site 046201220|Active|MOE|Japan Ministry of Environment||31.561009|130.663570||9.00||||||| +046201260|046201260|392046201260|SO2|Permanent|1260|JPN Site 046201260|Active|MOE|Japan Ministry of Environment||31.595728|130.705509||9.00||||||| +046201260|046201260|392046201260|WS|Permanent|1260|JPN Site 046201260|Active|MOE|Japan Ministry of Environment||31.595728|130.705509||9.00||||||| +046201260|046201260|392046201260|WD|Permanent|1260|JPN Site 046201260|Active|MOE|Japan Ministry of Environment||31.595728|130.705509||9.00||||||| +046201270|046201270|392046201270|SO2|Permanent|1270|JPN Site 046201270|Active|MOE|Japan Ministry of Environment||31.585171|130.564410||9.00||||||| +046201270|046201270|392046201270|WS|Permanent|1270|JPN Site 046201270|Active|MOE|Japan Ministry of Environment||31.585171|130.564410||9.00||||||| +046201270|046201270|392046201270|WD|Permanent|1270|JPN Site 046201270|Active|MOE|Japan Ministry of Environment||31.585171|130.564410||9.00||||||| +046201520|046201520|392046201520|WS|Permanent|1520|JPN Site 046201520|Active|MOE|Japan Ministry of Environment||31.567395|130.552190||9.00||||||| +046201520|046201520|392046201520|WD|Permanent|1520|JPN Site 046201520|Active|MOE|Japan Ministry of Environment||31.567395|130.552190||9.00||||||| +046201520|046201520|392046201520|NOX|Permanent|1520|JPN Site 046201520|Active|MOE|Japan Ministry of Environment||31.567395|130.552190||9.00||||||| +046201520|046201520|392046201520|NO|Permanent|1520|JPN Site 046201520|Active|MOE|Japan Ministry of Environment||31.567395|130.552190||9.00||||||| +046201520|046201520|392046201520|NO2|Permanent|1520|JPN Site 046201520|Active|MOE|Japan Ministry of Environment||31.567395|130.552190||9.00||||||| +046201520|046201520|392046201520|CO|Permanent|1520|JPN Site 046201520|Active|MOE|Japan Ministry of Environment||31.567395|130.552190||9.00||||||| +046201520|046201520|392046201520|SO2|Permanent|1520|JPN Site 046201520|Active|MOE|Japan Ministry of Environment||31.567395|130.552190||9.00||||||| +046202040|046202040|392046202040|SO2|Permanent|2040|JPN Site 046202040|Active|MOE|Japan Ministry of Environment||31.814584|130.181931||9.00||||||| +046202040|046202040|392046202040|TEMP|Permanent|2040|JPN Site 046202040|Active|MOE|Japan Ministry of Environment||31.814584|130.181931||9.00||||||| +046202040|046202040|392046202040|WS|Permanent|2040|JPN Site 046202040|Active|MOE|Japan Ministry of Environment||31.814584|130.181931||9.00||||||| +046202040|046202040|392046202040|WD|Permanent|2040|JPN Site 046202040|Active|MOE|Japan Ministry of Environment||31.814584|130.181931||9.00||||||| +046202040|046202040|392046202040|RHUM|Permanent|2040|JPN Site 046202040|Active|MOE|Japan Ministry of Environment||31.814584|130.181931||9.00||||||| +046202040|046202040|392046202040|NOX|Permanent|2040|JPN Site 046202040|Active|MOE|Japan Ministry of Environment||31.814584|130.181931||9.00||||||| +046202040|046202040|392046202040|NO|Permanent|2040|JPN Site 046202040|Active|MOE|Japan Ministry of Environment||31.814584|130.181931||9.00||||||| +046202040|046202040|392046202040|NO2|Permanent|2040|JPN Site 046202040|Active|MOE|Japan Ministry of Environment||31.814584|130.181931||9.00||||||| +046202200|046202200|392046202200|NOX|Permanent|2200|JPN Site 046202200|Active|MOE|Japan Ministry of Environment||31.814031|130.303310||9.00||||||| +046202200|046202200|392046202200|NO|Permanent|2200|JPN Site 046202200|Active|MOE|Japan Ministry of Environment||31.814031|130.303310||9.00||||||| +046202200|046202200|392046202200|NO2|Permanent|2200|JPN Site 046202200|Active|MOE|Japan Ministry of Environment||31.814031|130.303310||9.00||||||| +046202200|046202200|392046202200|SO2|Permanent|2200|JPN Site 046202200|Active|MOE|Japan Ministry of Environment||31.814031|130.303310||9.00||||||| +046202200|046202200|392046202200|WS|Permanent|2200|JPN Site 046202200|Active|MOE|Japan Ministry of Environment||31.814031|130.303310||9.00||||||| +046202200|046202200|392046202200|WD|Permanent|2200|JPN Site 046202200|Active|MOE|Japan Ministry of Environment||31.814031|130.303310||9.00||||||| +046202520|046202520|392046202520|SO2|Permanent|2520|JPN Site 046202520|Active|MOE|Japan Ministry of Environment||31.832640|130.293588||9.00||||||| +046202520|046202520|392046202520|NO2|Permanent|2520|JPN Site 046202520|Active|MOE|Japan Ministry of Environment||31.832640|130.293588||9.00||||||| +046202520|046202520|392046202520|CO|Permanent|2520|JPN Site 046202520|Active|MOE|Japan Ministry of Environment||31.832640|130.293588||9.00||||||| +046202520|046202520|392046202520|WS|Permanent|2520|JPN Site 046202520|Active|MOE|Japan Ministry of Environment||31.832640|130.293588||9.00||||||| +046202520|046202520|392046202520|WD|Permanent|2520|JPN Site 046202520|Active|MOE|Japan Ministry of Environment||31.832640|130.293588||9.00||||||| +046202520|046202520|392046202520|NOX|Permanent|2520|JPN Site 046202520|Active|MOE|Japan Ministry of Environment||31.832640|130.293588||9.00||||||| +046202520|046202520|392046202520|NO|Permanent|2520|JPN Site 046202520|Active|MOE|Japan Ministry of Environment||31.832640|130.293588||9.00||||||| +046203010|046203010|392046203010|SO2|Permanent|3010|JPN Site 046203010|Active|MOE|Japan Ministry of Environment||31.376032|130.851896||9.00||||||| +046203010|046203010|392046203010|WS|Permanent|3010|JPN Site 046203010|Active|MOE|Japan Ministry of Environment||31.376032|130.851896||9.00||||||| +046203010|046203010|392046203010|WD|Permanent|3010|JPN Site 046203010|Active|MOE|Japan Ministry of Environment||31.376032|130.851896||9.00||||||| +046203010|046203010|392046203010|NOX|Permanent|3010|JPN Site 046203010|Active|MOE|Japan Ministry of Environment||31.376032|130.851896||9.00||||||| +046203010|046203010|392046203010|NO|Permanent|3010|JPN Site 046203010|Active|MOE|Japan Ministry of Environment||31.376032|130.851896||9.00||||||| +046203010|046203010|392046203010|NO2|Permanent|3010|JPN Site 046203010|Active|MOE|Japan Ministry of Environment||31.376032|130.851896||9.00||||||| +046205010|046205010|392046205010|NO|Permanent|5010|JPN Site 046205010|Active|MOE|Japan Ministry of Environment||31.758757|130.201932||9.00||||||| +046205010|046205010|392046205010|NO2|Permanent|5010|JPN Site 046205010|Active|MOE|Japan Ministry of Environment||31.758757|130.201932||9.00||||||| +046205010|046205010|392046205010|SO2|Permanent|5010|JPN Site 046205010|Active|MOE|Japan Ministry of Environment||31.758757|130.201932||9.00||||||| +046205010|046205010|392046205010|WS|Permanent|5010|JPN Site 046205010|Active|MOE|Japan Ministry of Environment||31.758757|130.201932||9.00||||||| +046205010|046205010|392046205010|WD|Permanent|5010|JPN Site 046205010|Active|MOE|Japan Ministry of Environment||31.758757|130.201932||9.00||||||| +046205010|046205010|392046205010|NOX|Permanent|5010|JPN Site 046205010|Active|MOE|Japan Ministry of Environment||31.758757|130.201932||9.00||||||| +046208010|046208010|392046208010|WD|Permanent|8010|JPN Site 046208010|Active|MOE|Japan Ministry of Environment||32.092335|130.349127||9.00||||||| +046208010|046208010|392046208010|WS|Permanent|8010|JPN Site 046208010|Active|MOE|Japan Ministry of Environment||32.092335|130.349127||9.00||||||| +046212010|046212010|392046212010|WS|Permanent|2010|JPN Site 046212010|Active|MOE|Japan Ministry of Environment||31.736825|130.760498||9.00||||||| +046212010|046212010|392046212010|WD|Permanent|2010|JPN Site 046212010|Active|MOE|Japan Ministry of Environment||31.736825|130.760498||9.00||||||| +046212010|046212010|392046212010|NOX|Permanent|2010|JPN Site 046212010|Active|MOE|Japan Ministry of Environment||31.736825|130.760498||9.00||||||| +046212010|046212010|392046212010|NO|Permanent|2010|JPN Site 046212010|Active|MOE|Japan Ministry of Environment||31.736825|130.760498||9.00||||||| +046212010|046212010|392046212010|NO2|Permanent|2010|JPN Site 046212010|Active|MOE|Japan Ministry of Environment||31.736825|130.760498||9.00||||||| +046212010|046212010|392046212010|SO2|Permanent|2010|JPN Site 046212010|Active|MOE|Japan Ministry of Environment||31.736825|130.760498||9.00||||||| +046220010|046220010|392046220010|WS|Permanent|0010|JPN Site 046220010|Active|MOE|Japan Ministry of Environment||31.420184|130.320271||9.00||||||| +046220010|046220010|392046220010|WD|Permanent|0010|JPN Site 046220010|Active|MOE|Japan Ministry of Environment||31.420184|130.320271||9.00||||||| +046302010|046302010|392046302010|WS|Permanent|2010|JPN Site 046302010|Active|MOE|Japan Ministry of Environment||31.617113|130.635514||9.00||||||| +046302010|046302010|392046302010|WD|Permanent|2010|JPN Site 046302010|Active|MOE|Japan Ministry of Environment||31.617113|130.635514||9.00||||||| +046302010|046302010|392046302010|SO2|Permanent|2010|JPN Site 046302010|Active|MOE|Japan Ministry of Environment||31.617113|130.635514||9.00||||||| +046302020|046302020|392046302020|SO2|Permanent|2020|JPN Site 046302020|Active|MOE|Japan Ministry of Environment||31.569618|130.613573||9.00||||||| +046302020|046302020|392046302020|WS|Permanent|2020|JPN Site 046302020|Active|MOE|Japan Ministry of Environment||31.569618|130.613573||9.00||||||| +046302020|046302020|392046302020|WD|Permanent|2020|JPN Site 046302020|Active|MOE|Japan Ministry of Environment||31.569618|130.613573||9.00||||||| +046321010|046321010|392046321010|NO2|Permanent|1010|JPN Site 046321010|Active|MOE|Japan Ministry of Environment||31.376026|130.542477||9.00||||||| +046321010|046321010|392046321010|SO2|Permanent|1010|JPN Site 046321010|Active|MOE|Japan Ministry of Environment||31.376026|130.542477||9.00||||||| +046321010|046321010|392046321010|WS|Permanent|1010|JPN Site 046321010|Active|MOE|Japan Ministry of Environment||31.376026|130.542477||9.00||||||| +046321010|046321010|392046321010|WD|Permanent|1010|JPN Site 046321010|Active|MOE|Japan Ministry of Environment||31.376026|130.542477||9.00||||||| +046321010|046321010|392046321010|NOX|Permanent|1010|JPN Site 046321010|Active|MOE|Japan Ministry of Environment||31.376026|130.542477||9.00||||||| +046321010|046321010|392046321010|NO|Permanent|1010|JPN Site 046321010|Active|MOE|Japan Ministry of Environment||31.376026|130.542477||9.00||||||| +046466010|046466010|392046466010|NO2|Permanent|6010|JPN Site 046466010|Active|MOE|Japan Ministry of Environment||31.472415|131.098815||9.00||||||| +046466010|046466010|392046466010|SO2|Permanent|6010|JPN Site 046466010|Active|MOE|Japan Ministry of Environment||31.472415|131.098815||9.00||||||| +046466010|046466010|392046466010|WS|Permanent|6010|JPN Site 046466010|Active|MOE|Japan Ministry of Environment||31.472415|131.098815||9.00||||||| +046466010|046466010|392046466010|WD|Permanent|6010|JPN Site 046466010|Active|MOE|Japan Ministry of Environment||31.472415|131.098815||9.00||||||| +046466010|046466010|392046466010|NOX|Permanent|6010|JPN Site 046466010|Active|MOE|Japan Ministry of Environment||31.472415|131.098815||9.00||||||| +046466010|046466010|392046466010|NO|Permanent|6010|JPN Site 046466010|Active|MOE|Japan Ministry of Environment||31.472415|131.098815||9.00||||||| +046482010|046482010|392046482010|WS|Permanent|2010|JPN Site 046482010|Active|MOE|Japan Ministry of Environment||31.362147|130.999384||9.00||||||| +046482010|046482010|392046482010|WD|Permanent|2010|JPN Site 046482010|Active|MOE|Japan Ministry of Environment||31.362147|130.999384||9.00||||||| +046482010|046482010|392046482010|NOX|Permanent|2010|JPN Site 046482010|Active|MOE|Japan Ministry of Environment||31.362147|130.999384||9.00||||||| +046482010|046482010|392046482010|NO|Permanent|2010|JPN Site 046482010|Active|MOE|Japan Ministry of Environment||31.362147|130.999384||9.00||||||| +046482010|046482010|392046482010|NO2|Permanent|2010|JPN Site 046482010|Active|MOE|Japan Ministry of Environment||31.362147|130.999384||9.00||||||| +046482010|046482010|392046482010|SO2|Permanent|2010|JPN Site 046482010|Active|MOE|Japan Ministry of Environment||31.362147|130.999384||9.00||||||| +047201140|047201140|392047201140|NO|Permanent|1140|JPN Site 047201140|Active|MOE|Japan Ministry of Environment||26.210418|127.692396||9.00||||||| +047201140|047201140|392047201140|NO2|Permanent|1140|JPN Site 047201140|Active|MOE|Japan Ministry of Environment||26.210418|127.692396||9.00||||||| +047201140|047201140|392047201140|CO|Permanent|1140|JPN Site 047201140|Active|MOE|Japan Ministry of Environment||26.210418|127.692396||9.00||||||| +047201140|047201140|392047201140|SO2|Permanent|1140|JPN Site 047201140|Active|MOE|Japan Ministry of Environment||26.210418|127.692396||9.00||||||| +047201140|047201140|392047201140|NOX|Permanent|1140|JPN Site 047201140|Active|MOE|Japan Ministry of Environment||26.210418|127.692396||9.00||||||| +047201580|047201580|392047201580|NO2|Permanent|1580|JPN Site 047201580|Active|MOE|Japan Ministry of Environment||26.219583|127.683507||9.00||||||| +047201580|047201580|392047201580|CO|Permanent|1580|JPN Site 047201580|Active|MOE|Japan Ministry of Environment||26.219583|127.683507||9.00||||||| +047201580|047201580|392047201580|NOX|Permanent|1580|JPN Site 047201580|Active|MOE|Japan Ministry of Environment||26.219583|127.683507||9.00||||||| +047201580|047201580|392047201580|NO|Permanent|1580|JPN Site 047201580|Active|MOE|Japan Ministry of Environment||26.219583|127.683507||9.00||||||| +047206020|047206020|392047206020|NO|Permanent|6020|JPN Site 047206020|Active|MOE|Japan Ministry of Environment||24.807193|125.285994||9.00||||||| +047206020|047206020|392047206020|NO2|Permanent|6020|JPN Site 047206020|Active|MOE|Japan Ministry of Environment||24.807193|125.285994||9.00||||||| +047206020|047206020|392047206020|NOX|Permanent|6020|JPN Site 047206020|Active|MOE|Japan Ministry of Environment||24.807193|125.285994||9.00||||||| +047207020|047207020|392047207020|NO2|Permanent|7020|JPN Site 047207020|Active|MOE|Japan Ministry of Environment||24.344445|124.153609||9.00||||||| +047207020|047207020|392047207020|SO2|Permanent|7020|JPN Site 047207020|Active|MOE|Japan Ministry of Environment||24.344445|124.153609||9.00||||||| +047207020|047207020|392047207020|NOX|Permanent|7020|JPN Site 047207020|Active|MOE|Japan Ministry of Environment||24.344445|124.153609||9.00||||||| +047207020|047207020|392047207020|NO|Permanent|7020|JPN Site 047207020|Active|MOE|Japan Ministry of Environment||24.344445|124.153609||9.00||||||| +047208510|047208510|392047208510|NO2|Permanent|8510|JPN Site 047208510|Active|MOE|Japan Ministry of Environment||26.270690|127.722113||9.00||||||| +047208510|047208510|392047208510|NOX|Permanent|8510|JPN Site 047208510|Active|MOE|Japan Ministry of Environment||26.270690|127.722113||9.00||||||| +047208510|047208510|392047208510|NO|Permanent|8510|JPN Site 047208510|Active|MOE|Japan Ministry of Environment||26.270690|127.722113||9.00||||||| +047209080|047209080|392047209080|NOX|Permanent|9080|JPN Site 047209080|Active|MOE|Japan Ministry of Environment||26.593160|127.987632||9.00||||||| +047209080|047209080|392047209080|NO|Permanent|9080|JPN Site 047209080|Active|MOE|Japan Ministry of Environment||26.593160|127.987632||9.00||||||| +047209080|047209080|392047209080|NO2|Permanent|9080|JPN Site 047209080|Active|MOE|Japan Ministry of Environment||26.593160|127.987632||9.00||||||| +047209080|047209080|392047209080|SO2|Permanent|9080|JPN Site 047209080|Active|MOE|Japan Ministry of Environment||26.593160|127.987632||9.00||||||| +047210060|047210060|392047210060|SO2|Permanent|0060|JPN Site 047210060|Active|MOE|Japan Ministry of Environment||26.150146|127.663790||9.00||||||| +047211050|047211050|392047211050|NOX|Permanent|1050|JPN Site 047211050|Active|MOE|Japan Ministry of Environment||26.362904|127.812101||9.00||||||| +047211050|047211050|392047211050|NO|Permanent|1050|JPN Site 047211050|Active|MOE|Japan Ministry of Environment||26.362904|127.812101||9.00||||||| +047211050|047211050|392047211050|NO2|Permanent|1050|JPN Site 047211050|Active|MOE|Japan Ministry of Environment||26.362904|127.812101||9.00||||||| +047211050|047211050|392047211050|SO2|Permanent|1050|JPN Site 047211050|Active|MOE|Japan Ministry of Environment||26.362904|127.812101||9.00||||||| +047301950|047301950|392047301950|WD|Permanent|1950|JPN Site 047301950|Active|MOE|Japan Ministry of Environment||26.870079|128.246764||9.00||||||| +047301950|047301950|392047301950|RHUM|Permanent|1950|JPN Site 047301950|Active|MOE|Japan Ministry of Environment||26.870079|128.246764||9.00||||||| +047301950|047301950|392047301950|NOX|Permanent|1950|JPN Site 047301950|Active|MOE|Japan Ministry of Environment||26.870079|128.246764||9.00||||||| +047301950|047301950|392047301950|NO|Permanent|1950|JPN Site 047301950|Active|MOE|Japan Ministry of Environment||26.870079|128.246764||9.00||||||| +047301950|047301950|392047301950|NO2|Permanent|1950|JPN Site 047301950|Active|MOE|Japan Ministry of Environment||26.870079|128.246764||9.00||||||| +047301950|047301950|392047301950|SO2|Permanent|1950|JPN Site 047301950|Active|MOE|Japan Ministry of Environment||26.870079|128.246764||9.00||||||| +047301950|047301950|392047301950|TEMP|Permanent|1950|JPN Site 047301950|Active|MOE|Japan Ministry of Environment||26.870079|128.246764||9.00||||||| +047301950|047301950|392047301950|WS|Permanent|1950|JPN Site 047301950|Active|MOE|Japan Ministry of Environment||26.870079|128.246764||9.00||||||| +047322010|047322010|392047322010|NO2|Permanent|2010|JPN Site 047322010|Active|MOE|Japan Ministry of Environment||26.359851|127.969866||9.00||||||| +047322010|047322010|392047322010|SO2|Permanent|2010|JPN Site 047322010|Active|MOE|Japan Ministry of Environment||26.359851|127.969866||9.00||||||| +047322010|047322010|392047322010|NOX|Permanent|2010|JPN Site 047322010|Active|MOE|Japan Ministry of Environment||26.359851|127.969866||9.00||||||| +047322010|047322010|392047322010|NO|Permanent|2010|JPN Site 047322010|Active|MOE|Japan Ministry of Environment||26.359851|127.969866||9.00||||||| +047329010|047329010|392047329010|NO2|Permanent|9010|JPN Site 047329010|Active|MOE|Japan Ministry of Environment||26.229861|127.763500||9.00||||||| +047329010|047329010|392047329010|SO2|Permanent|9010|JPN Site 047329010|Active|MOE|Japan Ministry of Environment||26.229861|127.763500||9.00||||||| +047329010|047329010|392047329010|NOX|Permanent|9010|JPN Site 047329010|Active|MOE|Japan Ministry of Environment||26.229861|127.763500||9.00||||||| +047329010|047329010|392047329010|NO|Permanent|9010|JPN Site 047329010|Active|MOE|Japan Ministry of Environment||26.229861|127.763500||9.00||||||| +050199991|050199991|840050199991|O3|Permanent|9991|Caddo Valley|Active|OAP|EPA Office of Atmospheric Programs|R3|34.179500|-93.098800|70.800|-6.00|US|11660| Arkadelphia, AR |05|AR|019|CLARK +050199991|050199991|840050199991|TEMP|Permanent|9991|Caddo Valley|Active|OAP|EPA Office of Atmospheric Programs|R3|34.179500|-93.098800|70.800|-6.00|US|11660| Arkadelphia, AR |05|AR|019|CLARK +050350005|050350005|840050350005|O3|Permanent|0005|MARION|Active|AR1|Arkansas Department of Environmental Quality|R6|35.196700|-90.191100||-6.00|US|32820| Memphis, TN-MS-AR |05|AR|035|CRITTENDEN +050350005|050350005|840050350005|PM2.5|Permanent|0005|MARION|Active|AR1|Arkansas Department of Environmental Quality|R6|35.196700|-90.191100||-6.00|US|32820| Memphis, TN-MS-AR |05|AR|035|CRITTENDEN +051010002|051010002|840051010002|O3|Permanent|0002|DEER|Active|AR1|Arkansas Department of Environmental Quality|R6|35.832500|-93.219200||-6.00|US|25460| Harrison, AR |05|AR|101|NEWTON +051130003|051130003|840051130003|O3|Permanent|0003|EAGLEMT|Active|AR1|Arkansas Department of Environmental Quality|R6|34.454400|-94.143300||-6.00|US|||05|AR|113|POLK +051190007|051190007|840051190007|O3|Permanent|0007|PARR|Active|AR1|Arkansas Department of Environmental Quality|R6|34.756100|-92.275800||-6.00|US|30780| Little Rock-North Little Rock, AR |05|AR|119|PULASKI +051190007|051190007|840051190007|PM2.5|Permanent|0007|PARR|Active|AR1|Arkansas Department of Environmental Quality|R6|34.756100|-92.275800||-6.00|US|30780| Little Rock-North Little Rock, AR |05|AR|119|PULASKI +051191002|051191002|840051191002|O3|Permanent|1002|NLRAP|Active|AR1|Arkansas Department of Environmental Quality|R6|34.830600|-92.259400||-6.00|US|30780| Little Rock-North Little Rock, AR |05|AR|119|PULASKI +051191008|051191008|840051191008|PM2.5|Permanent|1008|ADEQ-DSR|Active|AR1|Arkansas Department of Environmental Quality|R6|34.681100|-92.328300||-6.00|US|30780| Little Rock-North Little Rock, AR |05|AR|119|PULASKI +051390006|051390006|840051390006|PM2.5|Permanent|0006|El Dorado|Active|AR1|Arkansas Department of Environmental Quality|R6|33.215000|-92.668900||-6.00|US|20980| El Dorado, AR |05|AR|139|UNION +051430005|051430005|840051430005|O3|Permanent|0005|SPRNGDLE|Active|AR1|Arkansas Department of Environmental Quality|R6|36.179700|-94.116700|407.200|-6.00|US|22220| Fayetteville-Springdale-Rogers, AR-MO |05|AR|143|WASHINGTON +051430005|051430005|840051430005|PM2.5|Permanent|0005|SPRNGDLE|Active|AR1|Arkansas Department of Environmental Quality|R6|36.179700|-94.116700|407.200|-6.00|US|22220| Fayetteville-Springdale-Rogers, AR-MO |05|AR|143|WASHINGTON +051430006|051430006|840051430006|O3|Permanent|0006|Fayetteville|Active|AR1|Arkansas Department of Environmental Quality|R6|36.011703|-94.167436|372.100|-6.00|US|||05|AR|143|WASHINGTON +060010007|060010007|840060010007|PRECIP|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|RWS|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|WD|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|RHUM|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|SRAD|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|NOX|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|NO|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|PM2.5|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|NO2|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|BC|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|TEMP|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|WS|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|RWD|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010007|060010007|840060010007|O3|Permanent|0007|Livermore - Rincon|Active|CA2|San Francisco Bay Area AQMD|R9|37.687526|-121.784217|137.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010009|060010009|840060010009|NO2|Permanent|0009|Oakland|Active|CA2|San Francisco Bay Area AQMD|R9|37.743061|-122.169907|9.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010009|060010009|840060010009|CO|Permanent|0009|Oakland|Active|CA2|San Francisco Bay Area AQMD|R9|37.743061|-122.169907|9.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010009|060010009|840060010009|NOX|Permanent|0009|Oakland|Active|CA2|San Francisco Bay Area AQMD|R9|37.743061|-122.169907|9.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010009|060010009|840060010009|NO|Permanent|0009|Oakland|Active|CA2|San Francisco Bay Area AQMD|R9|37.743061|-122.169907|9.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010009|060010009|840060010009|O3|Permanent|0009|Oakland|Active|CA2|San Francisco Bay Area AQMD|R9|37.743061|-122.169907|9.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010009|060010009|840060010009|PM2.5|Permanent|0009|Oakland|Active|CA2|San Francisco Bay Area AQMD|R9|37.743061|-122.169907|9.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010011|060010011|840060010011|BC|Permanent|0011|Oakland West|Active|CA2|San Francisco Bay Area AQMD|R9|37.814800|-122.282402|2.700|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010011|060010011|840060010011|NOX|Permanent|0011|Oakland West|Active|CA2|San Francisco Bay Area AQMD|R9|37.814800|-122.282402|2.700|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010011|060010011|840060010011|NO|Permanent|0011|Oakland West|Active|CA2|San Francisco Bay Area AQMD|R9|37.814800|-122.282402|2.700|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010011|060010011|840060010011|O3|Permanent|0011|Oakland West|Active|CA2|San Francisco Bay Area AQMD|R9|37.814800|-122.282402|2.700|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010011|060010011|840060010011|PM2.5|Permanent|0011|Oakland West|Active|CA2|San Francisco Bay Area AQMD|R9|37.814800|-122.282402|2.700|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010011|060010011|840060010011|NO2|Permanent|0011|Oakland West|Active|CA2|San Francisco Bay Area AQMD|R9|37.814800|-122.282402|2.700|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010011|060010011|840060010011|CO|Permanent|0011|Oakland West|Active|CA2|San Francisco Bay Area AQMD|R9|37.814800|-122.282402|2.700|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010011|060010011|840060010011|SO2|Permanent|0011|Oakland West|Active|CA2|San Francisco Bay Area AQMD|R9|37.814800|-122.282402|2.700|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010012|060010012|840060010012|CO|Permanent|0012|Laney College|Active|CA2|San Francisco Bay Area AQMD|R9|37.793624|-122.263376|4.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010012|060010012|840060010012|BC|Permanent|0012|Laney College|Active|CA2|San Francisco Bay Area AQMD|R9|37.793624|-122.263376|4.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010012|060010012|840060010012|NOX|Permanent|0012|Laney College|Active|CA2|San Francisco Bay Area AQMD|R9|37.793624|-122.263376|4.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010012|060010012|840060010012|NO|Permanent|0012|Laney College|Active|CA2|San Francisco Bay Area AQMD|R9|37.793624|-122.263376|4.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010012|060010012|840060010012|PM2.5|Permanent|0012|Laney College|Active|CA2|San Francisco Bay Area AQMD|R9|37.793624|-122.263376|4.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010012|060010012|840060010012|NO2|Permanent|0012|Laney College|Active|CA2|San Francisco Bay Area AQMD|R9|37.793624|-122.263376|4.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010013|060010013|840060010013|BC|Permanent|0013|Berkeley Aquatic Park|Active|CA2|San Francisco Bay Area AQMD|R9|37.864767|-122.302741|2.700|-8.00|US|||06|CA|001|ALAMEDA +060010013|060010013|840060010013|NOX|Permanent|0013|Berkeley Aquatic Park|Active|CA2|San Francisco Bay Area AQMD|R9|37.864767|-122.302741|2.700|-8.00|US|||06|CA|001|ALAMEDA +060010013|060010013|840060010013|NO|Permanent|0013|Berkeley Aquatic Park|Active|CA2|San Francisco Bay Area AQMD|R9|37.864767|-122.302741|2.700|-8.00|US|||06|CA|001|ALAMEDA +060010013|060010013|840060010013|O3|Permanent|0013|Berkeley Aquatic Park|Active|CA2|San Francisco Bay Area AQMD|R9|37.864767|-122.302741|2.700|-8.00|US|||06|CA|001|ALAMEDA +060010013|060010013|840060010013|PM2.5|Permanent|0013|Berkeley Aquatic Park|Active|CA2|San Francisco Bay Area AQMD|R9|37.864767|-122.302741|2.700|-8.00|US|||06|CA|001|ALAMEDA +060010013|060010013|840060010013|NO2|Permanent|0013|Berkeley Aquatic Park|Active|CA2|San Francisco Bay Area AQMD|R9|37.864767|-122.302741|2.700|-8.00|US|||06|CA|001|ALAMEDA +060010013|060010013|840060010013|CO|Permanent|0013|Berkeley Aquatic Park|Active|CA2|San Francisco Bay Area AQMD|R9|37.864767|-122.302741|2.700|-8.00|US|||06|CA|001|ALAMEDA +060010015|060010015|840060010015|PM2.5|Permanent|0015|Pleasanton - Owens Ct.|Active|CA2|San Francisco Bay Area AQMD|R9|37.701222|-121.903019|100.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010015|060010015|840060010015|NO2|Permanent|0015|Pleasanton - Owens Ct.|Active|CA2|San Francisco Bay Area AQMD|R9|37.701222|-121.903019|100.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010015|060010015|840060010015|CO|Permanent|0015|Pleasanton - Owens Ct.|Active|CA2|San Francisco Bay Area AQMD|R9|37.701222|-121.903019|100.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010015|060010015|840060010015|NOX|Permanent|0015|Pleasanton - Owens Ct.|Active|CA2|San Francisco Bay Area AQMD|R9|37.701222|-121.903019|100.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060010015|060010015|840060010015|NO|Permanent|0015|Pleasanton - Owens Ct.|Active|CA2|San Francisco Bay Area AQMD|R9|37.701222|-121.903019|100.300|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060011001|060011001|840060011001|O3|Permanent|1001|Fremont Chapel Way|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.535599|-121.960800|5.200|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060011001|060011001|840060011001|PM2.5|Permanent|1001|Fremont Chapel Way|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.535599|-121.960800|5.200|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060012001|060012001|840060012001|O3|Permanent|2001|Hayward|Active|CA2|San Francisco Bay Area AQMD|R9|37.654700|-122.031700|88.500|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060012004|060012004|840060012004|O3|Permanent|2004|Berkeley|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.877800|-122.310303|5.800|-8.00|US|||06|CA|001|ALAMEDA +060012004|060012004|840060012004|PM2.5|Permanent|2004|Berkeley|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.877800|-122.310303|5.800|-8.00|US|||06|CA|001|ALAMEDA +060012005|060012005|840060012005|NOX|Permanent|2005|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060012005|060012005|840060012005|NO|Permanent|2005|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060012005|060012005|840060012005|O3|Permanent|2005|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060012005|060012005|840060012005|NO2|Permanent|2005|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060012005|060012005|840060012005|TEMP|Permanent|2005|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060012005|060012005|840060012005|WS|Permanent|2005|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060012005|060012005|840060012005|WD|Permanent|2005|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016001|060016001|840060016001|RHUM|Permanent|6001|Chabot|Active|CA2|San Francisco Bay Area AQMD|R9|37.720810|-122.099140|171.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016001|060016001|840060016001|RWD|Permanent|6001|Chabot|Active|CA2|San Francisco Bay Area AQMD|R9|37.720810|-122.099140|171.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016001|060016001|840060016001|RWS|Permanent|6001|Chabot|Active|CA2|San Francisco Bay Area AQMD|R9|37.720810|-122.099140|171.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016001|060016001|840060016001|TEMP|Permanent|6001|Chabot|Active|CA2|San Francisco Bay Area AQMD|R9|37.720810|-122.099140|171.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016001|060016001|840060016001|WS|Permanent|6001|Chabot|Active|CA2|San Francisco Bay Area AQMD|R9|37.720810|-122.099140|171.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016001|060016001|840060016001|WD|Permanent|6001|Chabot|Active|CA2|San Francisco Bay Area AQMD|R9|37.720810|-122.099140|171.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016002|060016002|840060016002|WS|Permanent|6002|Sunol|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.593690|-121.876220|43.600|-8.00|US|||06|CA|001|ALAMEDA +060016002|060016002|840060016002|WD|Permanent|6002|Sunol|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.593690|-121.876220|43.600|-8.00|US|||06|CA|001|ALAMEDA +060016002|060016002|840060016002|RWD|Permanent|6002|Sunol|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.593690|-121.876220|43.600|-8.00|US|||06|CA|001|ALAMEDA +060016002|060016002|840060016002|RWS|Permanent|6002|Sunol|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.593690|-121.876220|43.600|-8.00|US|||06|CA|001|ALAMEDA +060016002|060016002|840060016002|TEMP|Permanent|6002|Sunol|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.593690|-121.876220|43.600|-8.00|US|||06|CA|001|ALAMEDA +060016003|060016003|840060016003|TEMP|Permanent|6003|Pleasanton|Active|CA2|San Francisco Bay Area AQMD|R9|37.698750|-121.913310|98.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016003|060016003|840060016003|WS|Permanent|6003|Pleasanton|Active|CA2|San Francisco Bay Area AQMD|R9|37.698750|-121.913310|98.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016003|060016003|840060016003|WD|Permanent|6003|Pleasanton|Active|CA2|San Francisco Bay Area AQMD|R9|37.698750|-121.913310|98.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016003|060016003|840060016003|PRECIP|Permanent|6003|Pleasanton|Active|CA2|San Francisco Bay Area AQMD|R9|37.698750|-121.913310|98.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016003|060016003|840060016003|RWD|Permanent|6003|Pleasanton|Active|CA2|San Francisco Bay Area AQMD|R9|37.698750|-121.913310|98.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016003|060016003|840060016003|RWS|Permanent|6003|Pleasanton|Active|CA2|San Francisco Bay Area AQMD|R9|37.698750|-121.913310|98.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016004|060016004|840060016004|WD|Permanent|6004|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016004|060016004|840060016004|RWD|Permanent|6004|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016004|060016004|840060016004|RWS|Permanent|6004|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016004|060016004|840060016004|TEMP|Permanent|6004|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016004|060016004|840060016004|WS|Permanent|6004|Patterson Pass|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.689615|-121.631916|526.100|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|001|ALAMEDA +060016005|060016005|840060016005|TEMP|Permanent|6005|Berkeley Lab|Active|CA2|San Francisco Bay Area AQMD|R9|37.876617|-122.247383|83.600|-8.00|US|||06|CA|001|ALAMEDA +060016005|060016005|840060016005|WS|Permanent|6005|Berkeley Lab|Active|CA2|San Francisco Bay Area AQMD|R9|37.876617|-122.247383|83.600|-8.00|US|||06|CA|001|ALAMEDA +060016005|060016005|840060016005|WD|Permanent|6005|Berkeley Lab|Active|CA2|San Francisco Bay Area AQMD|R9|37.876617|-122.247383|83.600|-8.00|US|||06|CA|001|ALAMEDA +060016005|060016005|840060016005|RHUM|Permanent|6005|Berkeley Lab|Active|CA2|San Francisco Bay Area AQMD|R9|37.876617|-122.247383|83.600|-8.00|US|||06|CA|001|ALAMEDA +060016005|060016005|840060016005|SRAD|Permanent|6005|Berkeley Lab|Active|CA2|San Francisco Bay Area AQMD|R9|37.876617|-122.247383|83.600|-8.00|US|||06|CA|001|ALAMEDA +060016005|060016005|840060016005|PRECIP|Permanent|6005|Berkeley Lab|Active|CA2|San Francisco Bay Area AQMD|R9|37.876617|-122.247383|83.600|-8.00|US|||06|CA|001|ALAMEDA +060050002|060050002|840060050002|RWS|Permanent|0002|Jackson - Clinton|Active|CA8|California Air Resources Board|R9|38.342606|-120.764426||-8.00|US|||06|CA|005|AMADOR +060050002|060050002|840060050002|O3|Permanent|0002|Jackson - Clinton|Active|CA8|California Air Resources Board|R9|38.342606|-120.764426||-8.00|US|||06|CA|005|AMADOR +060050002|060050002|840060050002|TEMP|Permanent|0002|Jackson - Clinton|Active|CA8|California Air Resources Board|R9|38.342606|-120.764426||-8.00|US|||06|CA|005|AMADOR +060050002|060050002|840060050002|RHUM|Permanent|0002|Jackson - Clinton|Active|CA8|California Air Resources Board|R9|38.342606|-120.764426||-8.00|US|||06|CA|005|AMADOR +060050002|060050002|840060050002|RWD|Permanent|0002|Jackson - Clinton|Active|CA8|California Air Resources Board|R9|38.342606|-120.764426||-8.00|US|||06|CA|005|AMADOR +060051033|060051033|840060051033|TEMP|Permanent|1033|Kirkwood|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.690757|-120.072682||-8.00|US|||06|CA|005|AMADOR +060051033|060051033|840060051033|WS|Permanent|1033|Kirkwood|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.690757|-120.072682||-8.00|US|||06|CA|005|AMADOR +060051033|060051033|840060051033|PRECIP|Permanent|1033|Kirkwood|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.690757|-120.072682||-8.00|US|||06|CA|005|AMADOR +060051033|060051033|840060051033|RWD|Permanent|1033|Kirkwood|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.690757|-120.072682||-8.00|US|||06|CA|005|AMADOR +060051033|060051033|840060051033|RWS|Permanent|1033|Kirkwood|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.690757|-120.072682||-8.00|US|||06|CA|005|AMADOR +060070002|060070002|840060070002|CO|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|TEMP|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|RHUM|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|BARPR|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|NOX|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|NO|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|O3|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|PM2.5|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|WS|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|WD|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070002|060070002|840060070002|NO2|Permanent|0002|Chico - Manzanita|Inactive|CA8|California Air Resources Board|R9|39.757500|-121.842200||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070007|060070007|840060070007|TEMP|Permanent|0007|Paradise - Airport|Active|CA8|California Air Resources Board|R9|39.708454|-121.617309|520.900|-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070007|060070007|840060070007|RHUM|Permanent|0007|Paradise - Airport|Active|CA8|California Air Resources Board|R9|39.708454|-121.617309|520.900|-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070007|060070007|840060070007|RWD|Permanent|0007|Paradise - Airport|Active|CA8|California Air Resources Board|R9|39.708454|-121.617309|520.900|-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070007|060070007|840060070007|RWS|Permanent|0007|Paradise - Airport|Active|CA8|California Air Resources Board|R9|39.708454|-121.617309|520.900|-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070007|060070007|840060070007|O3|Permanent|0007|Paradise - Airport|Active|CA8|California Air Resources Board|R9|39.708454|-121.617309|520.900|-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060070008|060070008|840060070008|NO2|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|CO|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|NO|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|RWD|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|RWS|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|O3|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|PM2.5|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|PM10|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|TEMP|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|RHUM|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060070008|060070008|840060070008|NOX|Permanent|0008|Chico - East|Active|CA8|California Air Resources Board|R9|39.761680|-121.840470|62.800|-8.00|US|||06|CA|007|BUTTE +060072001|060072001|840060072001|PM2.5|Permanent|2001|Paradise - Birch Street|Active|BUT|Butte County Air Quality Management District|R9|39.753900|-121.624400||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060072001|060072001|840060072001|TEMP|Permanent|2001|Paradise - Birch Street|Active|BUT|Butte County Air Quality Management District|R9|39.753900|-121.624400||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060072002|060072002|840060072002|PM2.5|Permanent|2002|Paradise Theater|Active|CA8|California Air Resources Board|R9|39.779190|-121.591350||-8.00|US|||06|CA|007|BUTTE +060074001|060074001|840060074001|RWD|Permanent|4001|Gridley|Active|CA8|California Air Resources Board|R9|39.327560|-121.668810||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060074001|060074001|840060074001|RWS|Permanent|4001|Gridley|Active|CA8|California Air Resources Board|R9|39.327560|-121.668810||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060074001|060074001|840060074001|PM2.5|Permanent|4001|Gridley|Active|CA8|California Air Resources Board|R9|39.327560|-121.668810||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060074001|060074001|840060074001|TEMP|Permanent|4001|Gridley|Active|CA8|California Air Resources Board|R9|39.327560|-121.668810||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060074001|060074001|840060074001|RHUM|Permanent|4001|Gridley|Active|CA8|California Air Resources Board|R9|39.327560|-121.668810||-8.00|US|17020| Chico, CA |06|CA|007|BUTTE +060090001|060090001|840060090001|PM10|Permanent|0001|San Andreas|Active|CA8|California Air Resources Board|R9|38.201850|-120.680277|300.100|-8.00|US|||06|CA|009|CALAVERAS +060090001|060090001|840060090001|TEMP|Permanent|0001|San Andreas|Active|CA8|California Air Resources Board|R9|38.201850|-120.680277|300.100|-8.00|US|||06|CA|009|CALAVERAS +060090001|060090001|840060090001|RWD|Permanent|0001|San Andreas|Active|CA8|California Air Resources Board|R9|38.201850|-120.680277|300.100|-8.00|US|||06|CA|009|CALAVERAS +060090001|060090001|840060090001|RWS|Permanent|0001|San Andreas|Active|CA8|California Air Resources Board|R9|38.201850|-120.680277|300.100|-8.00|US|||06|CA|009|CALAVERAS +060090001|060090001|840060090001|RHUM|Permanent|0001|San Andreas|Active|CA8|California Air Resources Board|R9|38.201850|-120.680277|300.100|-8.00|US|||06|CA|009|CALAVERAS +060090001|060090001|840060090001|O3|Permanent|0001|San Andreas|Active|CA8|California Air Resources Board|R9|38.201850|-120.680277|300.100|-8.00|US|||06|CA|009|CALAVERAS +060090001|060090001|840060090001|PM2.5|Permanent|0001|San Andreas|Active|CA8|California Air Resources Board|R9|38.201850|-120.680277|300.100|-8.00|US|||06|CA|009|CALAVERAS +060110007|060110007|840060110007|PM2.5|Permanent|0007|Cortina Rancheria|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.015000|-122.286111|244.300|-8.00|US|||06|CA|011|COLUSA +060111002|060111002|840060111002|RHUM|Permanent|1002|Colusa - Sunrise Blvd.|Active|CA8|California Air Resources Board|R9|39.189190|-121.998870||-8.00|US|||06|CA|011|COLUSA +060111002|060111002|840060111002|RWD|Permanent|1002|Colusa - Sunrise Blvd.|Active|CA8|California Air Resources Board|R9|39.189190|-121.998870||-8.00|US|||06|CA|011|COLUSA +060111002|060111002|840060111002|RWS|Permanent|1002|Colusa - Sunrise Blvd.|Active|CA8|California Air Resources Board|R9|39.189190|-121.998870||-8.00|US|||06|CA|011|COLUSA +060111002|060111002|840060111002|O3|Permanent|1002|Colusa - Sunrise Blvd.|Active|CA8|California Air Resources Board|R9|39.189190|-121.998870||-8.00|US|||06|CA|011|COLUSA +060111002|060111002|840060111002|PM2.5|Permanent|1002|Colusa - Sunrise Blvd.|Active|CA8|California Air Resources Board|R9|39.189190|-121.998870||-8.00|US|||06|CA|011|COLUSA +060111002|060111002|840060111002|PM10|Permanent|1002|Colusa - Sunrise Blvd.|Active|CA8|California Air Resources Board|R9|39.189190|-121.998870||-8.00|US|||06|CA|011|COLUSA +060111002|060111002|840060111002|TEMP|Permanent|1002|Colusa - Sunrise Blvd.|Active|CA8|California Air Resources Board|R9|39.189190|-121.998870||-8.00|US|||06|CA|011|COLUSA +060130002|060130002|840060130002|CO|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|NO2|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|RWD|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|RWS|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|TEMP|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|WS|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|WD|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|SO2|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|RHUM|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|NOX|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|NO|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|O3|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130002|060130002|840060130002|PM2.5|Permanent|0002|Concord|Active|CA2|San Francisco Bay Area AQMD|R9|37.938300|-122.025000||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130006|060130006|840060130006|SO2|Permanent|0006|Richmond - 7th St|Active|CA2|San Francisco Bay Area AQMD|R9|37.947800|-122.363600||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130006|060130006|840060130006|H2S|Permanent|0006|Richmond - 7th St|Active|CA2|San Francisco Bay Area AQMD|R9|37.947800|-122.363600||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060130008|060130008|840060130008|O3|Permanent|0008|Concord|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.938600|-122.024700|25.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131001|060131001|840060131001|SO2|Permanent|1001|Crockett - Kendall Ave|Active|CA2|San Francisco Bay Area AQMD|R9|38.054400|-122.232500||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|SRAD|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|NOX|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|NO|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|RWD|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|RWS|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|CO|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|SO2|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|TEMP|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|WS|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|WD|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|RHUM|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|O3|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131002|060131002|840060131002|NO2|Permanent|1002|Bethel Island|Active|CA2|San Francisco Bay Area AQMD|R9|38.006311|-121.641918|-1.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131004|060131004|840060131004|CO|Permanent|1004|San Pablo - Rumrill|Active|CA2|San Francisco Bay Area AQMD|R9|37.960400|-122.357100|19.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131004|060131004|840060131004|SO2|Permanent|1004|San Pablo - Rumrill|Active|CA2|San Francisco Bay Area AQMD|R9|37.960400|-122.357100|19.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131004|060131004|840060131004|NOX|Permanent|1004|San Pablo - Rumrill|Active|CA2|San Francisco Bay Area AQMD|R9|37.960400|-122.357100|19.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131004|060131004|840060131004|NO|Permanent|1004|San Pablo - Rumrill|Active|CA2|San Francisco Bay Area AQMD|R9|37.960400|-122.357100|19.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131004|060131004|840060131004|O3|Permanent|1004|San Pablo - Rumrill|Active|CA2|San Francisco Bay Area AQMD|R9|37.960400|-122.357100|19.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131004|060131004|840060131004|PM2.5|Permanent|1004|San Pablo - Rumrill|Active|CA2|San Francisco Bay Area AQMD|R9|37.960400|-122.357100|19.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060131004|060131004|840060131004|NO2|Permanent|1004|San Pablo - Rumrill|Active|CA2|San Francisco Bay Area AQMD|R9|37.960400|-122.357100|19.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132001|060132001|840060132001|SO2|Permanent|2001|Martinez - Jones St|Active|CA2|San Francisco Bay Area AQMD|R9|38.012500|-122.133300|2.700|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132007|060132007|840060132007|RWS|Permanent|2007|San Ramon|Active|CA2|San Francisco Bay Area AQMD|R9|37.743649|-121.934188||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132007|060132007|840060132007|O3|Permanent|2007|San Ramon|Active|CA2|San Francisco Bay Area AQMD|R9|37.743649|-121.934188||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132007|060132007|840060132007|NO2|Permanent|2007|San Ramon|Active|CA2|San Francisco Bay Area AQMD|R9|37.743649|-121.934188||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132007|060132007|840060132007|TEMP|Permanent|2007|San Ramon|Active|CA2|San Francisco Bay Area AQMD|R9|37.743649|-121.934188||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132007|060132007|840060132007|WS|Permanent|2007|San Ramon|Active|CA2|San Francisco Bay Area AQMD|R9|37.743649|-121.934188||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132007|060132007|840060132007|WD|Permanent|2007|San Ramon|Active|CA2|San Francisco Bay Area AQMD|R9|37.743649|-121.934188||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132007|060132007|840060132007|NOX|Permanent|2007|San Ramon|Active|CA2|San Francisco Bay Area AQMD|R9|37.743649|-121.934188||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132007|060132007|840060132007|NO|Permanent|2007|San Ramon|Active|CA2|San Francisco Bay Area AQMD|R9|37.743649|-121.934188||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060132007|060132007|840060132007|RWD|Permanent|2007|San Ramon|Active|CA2|San Francisco Bay Area AQMD|R9|37.743649|-121.934188||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136001|060136001|840060136001|WS|Permanent|6001|Concord|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.939500|-122.029640|23.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136001|060136001|840060136001|WD|Permanent|6001|Concord|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.939500|-122.029640|23.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136001|060136001|840060136001|RHUM|Permanent|6001|Concord|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.939500|-122.029640|23.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136001|060136001|840060136001|RWD|Permanent|6001|Concord|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.939500|-122.029640|23.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136001|060136001|840060136001|RWS|Permanent|6001|Concord|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.939500|-122.029640|23.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136001|060136001|840060136001|TEMP|Permanent|6001|Concord|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.939500|-122.029640|23.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136002|060136002|840060136002|RWD|Permanent|6002|Kregor Peak|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.943110|-121.891170|577.400|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136002|060136002|840060136002|RWS|Permanent|6002|Kregor Peak|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.943110|-121.891170|577.400|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136002|060136002|840060136002|TEMP|Permanent|6002|Kregor Peak|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.943110|-121.891170|577.400|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136002|060136002|840060136002|WS|Permanent|6002|Kregor Peak|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.943110|-121.891170|577.400|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136002|060136002|840060136002|WD|Permanent|6002|Kregor Peak|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.943110|-121.891170|577.400|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136003|060136003|840060136003|TEMP|Permanent|6003|Pt. San Pablo|Active|CA2|San Francisco Bay Area AQMD|R9|37.961860|-122.423330|69.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136003|060136003|840060136003|WS|Permanent|6003|Pt. San Pablo|Active|CA2|San Francisco Bay Area AQMD|R9|37.961860|-122.423330|69.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136003|060136003|840060136003|WD|Permanent|6003|Pt. San Pablo|Active|CA2|San Francisco Bay Area AQMD|R9|37.961860|-122.423330|69.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136003|060136003|840060136003|RWD|Permanent|6003|Pt. San Pablo|Active|CA2|San Francisco Bay Area AQMD|R9|37.961860|-122.423330|69.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136003|060136003|840060136003|RWS|Permanent|6003|Pt. San Pablo|Active|CA2|San Francisco Bay Area AQMD|R9|37.961860|-122.423330|69.800|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136005|060136005|840060136005|WS|Permanent|6005|San Ramon|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.743600|-121.934100|119.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136005|060136005|840060136005|WD|Permanent|6005|San Ramon|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.743600|-121.934100|119.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136005|060136005|840060136005|RWD|Permanent|6005|San Ramon|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.743600|-121.934100|119.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136005|060136005|840060136005|RWS|Permanent|6005|San Ramon|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.743600|-121.934100|119.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +060136005|060136005|840060136005|TEMP|Permanent|6005|San Ramon|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.743600|-121.934100|119.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|013|CONTRA COSTA +840060150007|060150007|840060150007|PM2.5|Permanent|0007|Crescent City|Active|NCA|North Coast Unified Air Quality Management District|R9|41.756130|-124.203470||-8.00|US|||06|CA|015|DEL NORTE +060170010|060170010|840060170010|RWS|Permanent|0010|Placerville|Inactive|CA8|California Air Resources Board|R9|38.725280|-120.821920||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170010|060170010|840060170010|O3|Permanent|0010|Placerville|Inactive|CA8|California Air Resources Board|R9|38.725280|-120.821920||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170010|060170010|840060170010|TEMP|Permanent|0010|Placerville|Inactive|CA8|California Air Resources Board|R9|38.725280|-120.821920||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170010|060170010|840060170010|RHUM|Permanent|0010|Placerville|Inactive|CA8|California Air Resources Board|R9|38.725280|-120.821920||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170010|060170010|840060170010|RWD|Permanent|0010|Placerville|Inactive|CA8|California Air Resources Board|R9|38.725280|-120.821920||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170011|060170011|840060170011|PM10|Permanent|0011|South Lake Tahoe - Sandy Way|Active|CA8|California Air Resources Board|R9|38.944980|-119.970610|1906.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170011|060170011|840060170011|TEMP|Permanent|0011|South Lake Tahoe - Sandy Way|Active|CA8|California Air Resources Board|R9|38.944980|-119.970610|1906.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170011|060170011|840060170011|RHUM|Permanent|0011|South Lake Tahoe - Sandy Way|Active|CA8|California Air Resources Board|R9|38.944980|-119.970610|1906.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170011|060170011|840060170011|RWD|Permanent|0011|South Lake Tahoe - Sandy Way|Active|CA8|California Air Resources Board|R9|38.944980|-119.970610|1906.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170011|060170011|840060170011|RWS|Permanent|0011|South Lake Tahoe - Sandy Way|Active|CA8|California Air Resources Board|R9|38.944980|-119.970610|1906.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170012|060170012|840060170012|O3|Permanent|0012|Echo Summit (seasonal) - SLT695|Active|CA8|California Air Resources Board|R9|38.811610|-120.033080|2251.200|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170012|060170012|840060170012|TEMP|Permanent|0012|Echo Summit (seasonal) - SLT695|Active|CA8|California Air Resources Board|R9|38.811610|-120.033080|2251.200|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170012|060170012|840060170012|RHUM|Permanent|0012|Echo Summit (seasonal) - SLT695|Active|CA8|California Air Resources Board|R9|38.811610|-120.033080|2251.200|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170012|060170012|840060170012|RWD|Permanent|0012|Echo Summit (seasonal) - SLT695|Active|CA8|California Air Resources Board|R9|38.811610|-120.033080|2251.200|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170012|060170012|840060170012|RWS|Permanent|0012|Echo Summit (seasonal) - SLT695|Active|CA8|California Air Resources Board|R9|38.811610|-120.033080|2251.200|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170020|060170020|840060170020|O3|Permanent|0020|Cool (Seasonal)|Active|CA8|California Air Resources Board|R9|38.890940|-121.003370|473.100|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170020|060170020|840060170020|TEMP|Permanent|0020|Cool (Seasonal)|Active|CA8|California Air Resources Board|R9|38.890940|-121.003370|473.100|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170020|060170020|840060170020|RWD|Permanent|0020|Cool (Seasonal)|Active|CA8|California Air Resources Board|R9|38.890940|-121.003370|473.100|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170020|060170020|840060170020|RWS|Permanent|0020|Cool (Seasonal)|Active|CA8|California Air Resources Board|R9|38.890940|-121.003370|473.100|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060170020|060170020|840060170020|RHUM|Permanent|0020|Cool (Seasonal)|Active|CA8|California Air Resources Board|R9|38.890940|-121.003370|473.100|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +840060172004|060172004|840060172004|O3|Permanent|2004|Placerville - Canal Street|Active|CA8|California Air Resources Board|R9|38.730278|-120.813697|609.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|017|EL DORADO +060190007|060190007|840060190007|RWD|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|O3|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|PM10|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|NO2|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|TEMP|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|RWS|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|WS|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|WD|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|BARPR|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|NOX|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190007|060190007|840060190007|NO|Permanent|0007|Fresno - Drummond Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.705600|-119.741400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|NOX|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|NO|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|O3|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|PM2.5|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|NO2|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|CO|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|SO2|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|TEMP|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|WS|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|WD|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|RHUM|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190008|060190008|840060190008|BARPR|Permanent|0008|Fresno - 1st Street|Inactive|CA8|California Air Resources Board|R9|36.781400|-119.772200||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190011|060190011|840060190011|SO2|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|NOY|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|NO2Y|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|O3|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|PM2.5|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|NO|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|TEMP|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|RHUM|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|NOX|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|RWD|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|RWS|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|PM10|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|NO2|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|CO|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190011|060190011|840060190011|PMC|Permanent|0011|Fresno - Garland|Active|CA8|California Air Resources Board|R9|36.785380|-119.773210|97.000|-8.00|US|||06|CA|019|FRESNO +060190242|060190242|840060190242|RWS|Permanent|0242|Fresno - Sierra Skypark #2|Active|CA6|San Joaquin Valley Unified APCD|R9|36.841400|-119.874400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190242|060190242|840060190242|O3|Permanent|0242|Fresno - Sierra Skypark #2|Active|CA6|San Joaquin Valley Unified APCD|R9|36.841400|-119.874400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190242|060190242|840060190242|TEMP|Permanent|0242|Fresno - Sierra Skypark #2|Active|CA6|San Joaquin Valley Unified APCD|R9|36.841400|-119.874400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190242|060190242|840060190242|WS|Permanent|0242|Fresno - Sierra Skypark #2|Active|CA6|San Joaquin Valley Unified APCD|R9|36.841400|-119.874400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190242|060190242|840060190242|WD|Permanent|0242|Fresno - Sierra Skypark #2|Active|CA6|San Joaquin Valley Unified APCD|R9|36.841400|-119.874400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060190242|060190242|840060190242|RWD|Permanent|0242|Fresno - Sierra Skypark #2|Active|CA6|San Joaquin Valley Unified APCD|R9|36.841400|-119.874400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060192008|060192008|840060192008|BARPR|Permanent|2008|Huron|Active|CA6|San Joaquin Valley Unified APCD|R9|36.199400|-120.099100||-8.00|US|||06|CA|019|FRESNO +060192008|060192008|840060192008|PM2.5|Permanent|2008|Huron|Active|CA6|San Joaquin Valley Unified APCD|R9|36.199400|-120.099100||-8.00|US|||06|CA|019|FRESNO +060192009|060192009|840060192009|BARPR|Permanent|2009|Tranquillity|Active|CA6|San Joaquin Valley Unified APCD|R9|36.632400|-120.382200||-8.00|US|||06|CA|019|FRESNO +060192009|060192009|840060192009|RWD|Permanent|2009|Tranquillity|Active|CA6|San Joaquin Valley Unified APCD|R9|36.632400|-120.382200||-8.00|US|||06|CA|019|FRESNO +060192009|060192009|840060192009|RWS|Permanent|2009|Tranquillity|Active|CA6|San Joaquin Valley Unified APCD|R9|36.632400|-120.382200||-8.00|US|||06|CA|019|FRESNO +060192009|060192009|840060192009|O3|Permanent|2009|Tranquillity|Active|CA6|San Joaquin Valley Unified APCD|R9|36.632400|-120.382200||-8.00|US|||06|CA|019|FRESNO +060192009|060192009|840060192009|PM2.5|Permanent|2009|Tranquillity|Active|CA6|San Joaquin Valley Unified APCD|R9|36.632400|-120.382200||-8.00|US|||06|CA|019|FRESNO +060192009|060192009|840060192009|TEMP|Permanent|2009|Tranquillity|Active|CA6|San Joaquin Valley Unified APCD|R9|36.632400|-120.382200||-8.00|US|||06|CA|019|FRESNO +060192009|060192009|840060192009|WS|Permanent|2009|Tranquillity|Active|CA6|San Joaquin Valley Unified APCD|R9|36.632400|-120.382200||-8.00|US|||06|CA|019|FRESNO +060192009|060192009|840060192009|WD|Permanent|2009|Tranquillity|Active|CA6|San Joaquin Valley Unified APCD|R9|36.632400|-120.382200||-8.00|US|||06|CA|019|FRESNO +060192016|060192016|840060192016|RWD|Permanent|2016|Fresno-Foundry Park|Active|CA6|San Joaquin Valley Unified APCD|R9|36.710880|-119.777430||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060192016|060192016|840060192016|RWS|Permanent|2016|Fresno-Foundry Park|Active|CA6|San Joaquin Valley Unified APCD|R9|36.710880|-119.777430||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060192016|060192016|840060192016|PM2.5|Permanent|2016|Fresno-Foundry Park|Active|CA6|San Joaquin Valley Unified APCD|R9|36.710880|-119.777430||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060192016|060192016|840060192016|NO2|Permanent|2016|Fresno-Foundry Park|Active|CA6|San Joaquin Valley Unified APCD|R9|36.710880|-119.777430||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060192016|060192016|840060192016|TEMP|Permanent|2016|Fresno-Foundry Park|Active|CA6|San Joaquin Valley Unified APCD|R9|36.710880|-119.777430||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060192016|060192016|840060192016|WS|Permanent|2016|Fresno-Foundry Park|Active|CA6|San Joaquin Valley Unified APCD|R9|36.710880|-119.777430||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060192016|060192016|840060192016|WD|Permanent|2016|Fresno-Foundry Park|Active|CA6|San Joaquin Valley Unified APCD|R9|36.710880|-119.777430||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060192016|060192016|840060192016|BARPR|Permanent|2016|Fresno-Foundry Park|Active|CA6|San Joaquin Valley Unified APCD|R9|36.710880|-119.777430||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060193002|060193002|840060193002|WS|Permanent|3002|Parlier|Inactive|CA8|California Air Resources Board|R9|36.610300|-119.537500||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060193002|060193002|840060193002|WD|Permanent|3002|Parlier|Inactive|CA8|California Air Resources Board|R9|36.610300|-119.537500||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060193002|060193002|840060193002|PM2.5|Permanent|3002|Parlier|Inactive|CA8|California Air Resources Board|R9|36.610300|-119.537500||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060193002|060193002|840060193002|TEMP|Permanent|3002|Parlier|Inactive|CA8|California Air Resources Board|R9|36.610300|-119.537500||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|BARPR|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|TEMP|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|WS|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|WD|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|NOX|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|NO|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|RWD|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|RWS|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|O3|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060194001|060194001|840060194001|NO2|Permanent|4001|Parlier|Active|CA6|San Joaquin Valley Unified APCD|R9|36.597500|-119.503600||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|WS|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|WD|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|RHUM|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|BARPR|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|SRAD|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|NOX|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|NO2|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|CO|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|TEMP|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|NO|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|RWD|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|RWS|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|O3|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|PM2.5|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +060195001|060195001|840060195001|PM10|Permanent|5001|Clovis - N. Villa Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|36.819199|-119.716400||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +840060195025|060195025|840060195025|PM2.5|Permanent|5025|Fresno-Pacific|Active|CA6|San Joaquin Valley Unified APCD|R9|36.726220|-119.732490||-8.00|US|23420| Fresno, CA |06|CA|019|FRESNO +840060199999|060199999|840060199999|PM2.5|Permanent|9999|Pinehurst|Active|FS1|Forest Service|USEPA|36.697200|-119.018900||-8.00|US|||06|CA|019|FRESNO +840060199999|060199999|840060199999|O3|Permanent|9999|Pinehurst|Active|FS1|Forest Service|USEPA|36.697200|-119.018900||-8.00|US|||06|CA|019|FRESNO +060210002|060210002|840060210002|O3|Permanent|0002|N/A|Inactive|CA8|California Air Resources Board|R9|39.517500|-122.190300||-8.00|US|||06|CA|021|GLENN +060210002|060210002|840060210002|PM2.5|Permanent|0002|N/A|Inactive|CA8|California Air Resources Board|R9|39.517500|-122.190300||-8.00|US|||06|CA|021|GLENN +060210002|060210002|840060210002|PM10|Permanent|0002|N/A|Inactive|CA8|California Air Resources Board|R9|39.517500|-122.190300||-8.00|US|||06|CA|021|GLENN +060210002|060210002|840060210002|TEMP|Permanent|0002|N/A|Inactive|CA8|California Air Resources Board|R9|39.517500|-122.190300||-8.00|US|||06|CA|021|GLENN +060210002|060210002|840060210002|RHUM|Permanent|0002|N/A|Inactive|CA8|California Air Resources Board|R9|39.517500|-122.190300||-8.00|US|||06|CA|021|GLENN +060210002|060210002|840060210002|RWD|Permanent|0002|N/A|Inactive|CA8|California Air Resources Board|R9|39.517500|-122.190300||-8.00|US|||06|CA|021|GLENN +060210002|060210002|840060210002|RWS|Permanent|0002|N/A|Inactive|CA8|California Air Resources Board|R9|39.517500|-122.190300||-8.00|US|||06|CA|021|GLENN +060210003|060210003|840060210003|PM10|Permanent|0003|Willows-Colusa|Active|CA8|California Air Resources Board|R9|39.533870|-122.190834|13.700|-8.00|US|||06|CA|021|GLENN +060210003|060210003|840060210003|TEMP|Permanent|0003|Willows-Colusa|Active|CA8|California Air Resources Board|R9|39.533870|-122.190834|13.700|-8.00|US|||06|CA|021|GLENN +060210003|060210003|840060210003|RHUM|Permanent|0003|Willows-Colusa|Active|CA8|California Air Resources Board|R9|39.533870|-122.190834|13.700|-8.00|US|||06|CA|021|GLENN +060210003|060210003|840060210003|RWD|Permanent|0003|Willows-Colusa|Active|CA8|California Air Resources Board|R9|39.533870|-122.190834|13.700|-8.00|US|||06|CA|021|GLENN +060210003|060210003|840060210003|RWS|Permanent|0003|Willows-Colusa|Active|CA8|California Air Resources Board|R9|39.533870|-122.190834|13.700|-8.00|US|||06|CA|021|GLENN +060210003|060210003|840060210003|O3|Permanent|0003|Willows-Colusa|Active|CA8|California Air Resources Board|R9|39.533870|-122.190834|13.700|-8.00|US|||06|CA|021|GLENN +060210003|060210003|840060210003|PM2.5|Permanent|0003|Willows-Colusa|Active|CA8|California Air Resources Board|R9|39.533870|-122.190834|13.700|-8.00|US|||06|CA|021|GLENN +060231004|060231004|840060231004|O3|Permanent|1004|Jacobs|Active|NCA|North Coast Unified Air Quality Management District|R9|40.776943|-124.177498|20.700|-8.00|US|||06|CA|023|HUMBOLDT +060231004|060231004|840060231004|PM10|Permanent|1004|Jacobs|Active|NCA|North Coast Unified Air Quality Management District|R9|40.776943|-124.177498|20.700|-8.00|US|||06|CA|023|HUMBOLDT +060231004|060231004|840060231004|NO2|Permanent|1004|Jacobs|Active|NCA|North Coast Unified Air Quality Management District|R9|40.776943|-124.177498|20.700|-8.00|US|||06|CA|023|HUMBOLDT +060231004|060231004|840060231004|CO|Permanent|1004|Jacobs|Active|NCA|North Coast Unified Air Quality Management District|R9|40.776943|-124.177498|20.700|-8.00|US|||06|CA|023|HUMBOLDT +060231004|060231004|840060231004|SO2|Permanent|1004|Jacobs|Active|NCA|North Coast Unified Air Quality Management District|R9|40.776943|-124.177498|20.700|-8.00|US|||06|CA|023|HUMBOLDT +060250005|060250005|840060250005|PM10|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250005|060250005|840060250005|NO2|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250005|060250005|840060250005|CO|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250005|060250005|840060250005|SO2|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250005|060250005|840060250005|NOX|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250005|060250005|840060250005|NO|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250005|060250005|840060250005|RWD|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250005|060250005|840060250005|RWS|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250005|060250005|840060250005|O3|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250005|060250005|840060250005|PM2.5|Permanent|0005|Calexico - Ethel Street|Active|CA8|California Air Resources Board|R9|32.676180|-115.483070||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250006|060250006|840060250006|O3|Permanent|0006|Calexico - East|Inactive|CA8|California Air Resources Board|R9|32.677799|-115.389702||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250006|060250006|840060250006|PM2.5|Permanent|0006|Calexico - East|Inactive|CA8|California Air Resources Board|R9|32.677799|-115.389702||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250006|060250006|840060250006|NO2|Permanent|0006|Calexico - East|Inactive|CA8|California Air Resources Board|R9|32.677799|-115.389702||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250006|060250006|840060250006|CO|Permanent|0006|Calexico - East|Inactive|CA8|California Air Resources Board|R9|32.677799|-115.389702||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250006|060250006|840060250006|TEMP|Permanent|0006|Calexico - East|Inactive|CA8|California Air Resources Board|R9|32.677799|-115.389702||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250006|060250006|840060250006|WS|Permanent|0006|Calexico - East|Inactive|CA8|California Air Resources Board|R9|32.677799|-115.389702||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250006|060250006|840060250006|WD|Permanent|0006|Calexico - East|Inactive|CA8|California Air Resources Board|R9|32.677799|-115.389702||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250006|060250006|840060250006|NOX|Permanent|0006|Calexico - East|Inactive|CA8|California Air Resources Board|R9|32.677799|-115.389702||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250006|060250006|840060250006|NO|Permanent|0006|Calexico - East|Inactive|CA8|California Air Resources Board|R9|32.677799|-115.389702||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250007|060250007|840060250007|PM2.5|Permanent|0007|Brawley - 220 Main Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.978298|-115.538300||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250007|060250007|840060250007|PM10|Permanent|0007|Brawley - 220 Main Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.978298|-115.538300||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060250007|060250007|840060250007|TEMP|Permanent|0007|Brawley - 220 Main Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.978298|-115.538300||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|O3|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|PM2.5|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|PM10|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|NO2|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|CO|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|TEMP|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|WS|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|WD|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|RWD|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060251003|060251003|840060251003|RWS|Permanent|1003|El Centro - 9th Street|Active|CA0|Imperial County Air Pollution Control District|R9|32.791700|-115.561700||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254003|060254003|840060254003|PM2.5|Permanent|4003|Westmorland - 570 Cook St|Active|CA0|Imperial County Air Pollution Control District|R9|33.032500|-115.622500||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254003|060254003|840060254003|PM10|Permanent|4003|Westmorland - 570 Cook St|Active|CA0|Imperial County Air Pollution Control District|R9|33.032500|-115.622500||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254003|060254003|840060254003|TEMP|Permanent|4003|Westmorland - 570 Cook St|Active|CA0|Imperial County Air Pollution Control District|R9|33.032500|-115.622500||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254003|060254003|840060254003|WS|Permanent|4003|Westmorland - 570 Cook St|Active|CA0|Imperial County Air Pollution Control District|R9|33.032500|-115.622500||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254003|060254003|840060254003|WD|Permanent|4003|Westmorland - 570 Cook St|Active|CA0|Imperial County Air Pollution Control District|R9|33.032500|-115.622500||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254003|060254003|840060254003|RWD|Permanent|4003|Westmorland - 570 Cook St|Active|CA0|Imperial County Air Pollution Control District|R9|33.032500|-115.622500||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254003|060254003|840060254003|RWS|Permanent|4003|Westmorland - 570 Cook St|Active|CA0|Imperial County Air Pollution Control District|R9|33.032500|-115.622500||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254003|060254003|840060254003|O3|Permanent|4003|Westmorland - 570 Cook St|Active|CA0|Imperial County Air Pollution Control District|R9|33.032500|-115.622500||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254004|060254004|840060254004|O3|Permanent|4004|Niland - English Road|Active|CA0|Imperial County Air Pollution Control District|R9|33.213600|-115.544400||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254004|060254004|840060254004|PM2.5|Permanent|4004|Niland - English Road|Active|CA0|Imperial County Air Pollution Control District|R9|33.213600|-115.544400||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254004|060254004|840060254004|PM10|Permanent|4004|Niland - English Road|Active|CA0|Imperial County Air Pollution Control District|R9|33.213600|-115.544400||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254004|060254004|840060254004|TEMP|Permanent|4004|Niland - English Road|Active|CA0|Imperial County Air Pollution Control District|R9|33.213600|-115.544400||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254004|060254004|840060254004|WS|Permanent|4004|Niland - English Road|Active|CA0|Imperial County Air Pollution Control District|R9|33.213600|-115.544400||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254004|060254004|840060254004|WD|Permanent|4004|Niland - English Road|Active|CA0|Imperial County Air Pollution Control District|R9|33.213600|-115.544400||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254004|060254004|840060254004|RWD|Permanent|4004|Niland - English Road|Active|CA0|Imperial County Air Pollution Control District|R9|33.213600|-115.544400||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060254004|060254004|840060254004|RWS|Permanent|4004|Niland - English Road|Active|CA0|Imperial County Air Pollution Control District|R9|33.213600|-115.544400||-8.00|US|20940| El Centro, CA |06|CA|025|IMPERIAL +060270002|060270002|840060270002|SO2|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|TEMP|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|WS|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|RHUM|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|PM2.5|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|BARPR|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|SRAD|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|PRECIP|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|RWD|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|RWS|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|O3|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|PM10|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270002|060270002|840060270002|CO|Permanent|0002|NCORE - Bishop|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.360701|-118.330835|1232.500|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270004|060270004|840060270004|PM10|Permanent|0004|Lone Pine|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.609000|-118.057800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270019|060270019|840060270019|WS|Permanent|0019|Lone Pine Meteorological Site|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.607600|-118.047700||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270019|060270019|840060270019|RWD|Permanent|0019|Lone Pine Meteorological Site|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.607600|-118.047700||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270019|060270019|840060270019|RWS|Permanent|0019|Lone Pine Meteorological Site|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.607600|-118.047700||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270019|060270019|840060270019|TEMP|Permanent|0019|Lone Pine Meteorological Site|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.607600|-118.047700||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270020|060270020|840060270020|RHUM|Permanent|0020|Coso Gate|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.057200|-117.861300||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270020|060270020|840060270020|RWD|Permanent|0020|Coso Gate|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.057200|-117.861300||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270020|060270020|840060270020|RWS|Permanent|0020|Coso Gate|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.057200|-117.861300||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270020|060270020|840060270020|H2S|Permanent|0020|Coso Gate|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.057200|-117.861300||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270020|060270020|840060270020|TEMP|Permanent|0020|Coso Gate|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.057200|-117.861300||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270020|060270020|840060270020|WS|Permanent|0020|Coso Gate|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.057200|-117.861300||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270021|060270021|840060270021|RWD|Permanent|0021|Olancha|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.267600|-117.993000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270021|060270021|840060270021|RWS|Permanent|0021|Olancha|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.267600|-117.993000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270021|060270021|840060270021|PM10|Permanent|0021|Olancha|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.267600|-117.993000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270021|060270021|840060270021|TEMP|Permanent|0021|Olancha|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.267600|-117.993000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270021|060270021|840060270021|WS|Permanent|0021|Olancha|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.267600|-117.993000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270021|060270021|840060270021|RHUM|Permanent|0021|Olancha|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.267600|-117.993000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270021|060270021|840060270021|BARPR|Permanent|0021|Olancha|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|36.267600|-117.993000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270022|060270022|840060270022|PM10|Permanent|0022|Dirty Socks|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.326100|-117.955100||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270022|060270022|840060270022|TEMP|Permanent|0022|Dirty Socks|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.326100|-117.955100||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270022|060270022|840060270022|WS|Permanent|0022|Dirty Socks|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.326100|-117.955100||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270022|060270022|840060270022|RWD|Permanent|0022|Dirty Socks|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.326100|-117.955100||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270022|060270022|840060270022|RWS|Permanent|0022|Dirty Socks|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.326100|-117.955100||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +840060270023|060270023|840060270023|WS|Permanent|0023|Olancha|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.280596|-118.011661||-8.00|US|||06|CA|027|INYO +840060270023|060270023|840060270023|RHUM|Permanent|0023|Olancha|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.280596|-118.011661||-8.00|US|||06|CA|027|INYO +840060270023|060270023|840060270023|BARPR|Permanent|0023|Olancha|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.280596|-118.011661||-8.00|US|||06|CA|027|INYO +840060270023|060270023|840060270023|RWD|Permanent|0023|Olancha|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.280596|-118.011661||-8.00|US|||06|CA|027|INYO +840060270023|060270023|840060270023|RWS|Permanent|0023|Olancha|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.280596|-118.011661||-8.00|US|||06|CA|027|INYO +840060270023|060270023|840060270023|PM10|Permanent|0023|Olancha|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.280596|-118.011661||-8.00|US|||06|CA|027|INYO +840060270023|060270023|840060270023|TEMP|Permanent|0023|Olancha|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.280596|-118.011661||-8.00|US|||06|CA|027|INYO +060270025|060270025|840060270025|PRECIP|Permanent|0025|Shell Cut|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.366300|-117.897600||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270025|060270025|840060270025|RWD|Permanent|0025|Shell Cut|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.366300|-117.897600||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270025|060270025|840060270025|RWS|Permanent|0025|Shell Cut|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.366300|-117.897600||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270025|060270025|840060270025|PM10|Permanent|0025|Shell Cut|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.366300|-117.897600||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270025|060270025|840060270025|TEMP|Permanent|0025|Shell Cut|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.366300|-117.897600||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270025|060270025|840060270025|WS|Permanent|0025|Shell Cut|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.366300|-117.897600||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270026|060270026|840060270026|TEMP|Permanent|0026|Bill Stanley|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.361900|-118.010800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270026|060270026|840060270026|WS|Permanent|0026|Bill Stanley|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.361900|-118.010800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270026|060270026|840060270026|PRECIP|Permanent|0026|Bill Stanley|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.361900|-118.010800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270026|060270026|840060270026|RWD|Permanent|0026|Bill Stanley|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.361900|-118.010800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270026|060270026|840060270026|RWS|Permanent|0026|Bill Stanley|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.361900|-118.010800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270026|060270026|840060270026|PM10|Permanent|0026|Bill Stanley|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.361900|-118.010800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270028|060270028|840060270028|PM10|Permanent|0028|Lizard Tail|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.543200|-117.941800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270028|060270028|840060270028|TEMP|Permanent|0028|Lizard Tail|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.543200|-117.941800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270028|060270028|840060270028|WS|Permanent|0028|Lizard Tail|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.543200|-117.941800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270028|060270028|840060270028|RWD|Permanent|0028|Lizard Tail|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.543200|-117.941800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270028|060270028|840060270028|RWS|Permanent|0028|Lizard Tail|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.543200|-117.941800||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270029|060270029|840060270029|PM10|Permanent|0029|North Beach|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.542233|-117.990055||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270029|060270029|840060270029|WS|Permanent|0029|North Beach|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.542233|-117.990055||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270029|060270029|840060270029|RWD|Permanent|0029|North Beach|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.542233|-117.990055||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270029|060270029|840060270029|RWS|Permanent|0029|North Beach|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.542233|-117.990055||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270030|060270030|840060270030|PRECIP|Permanent|0030|Mill Site|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.458100|-117.851900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270030|060270030|840060270030|RWD|Permanent|0030|Mill Site|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.458100|-117.851900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270030|060270030|840060270030|RWS|Permanent|0030|Mill Site|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.458100|-117.851900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270030|060270030|840060270030|PM10|Permanent|0030|Mill Site|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.458100|-117.851900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270030|060270030|840060270030|TEMP|Permanent|0030|Mill Site|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.458100|-117.851900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270030|060270030|840060270030|WS|Permanent|0030|Mill Site|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.458100|-117.851900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270030|060270030|840060270030|RHUM|Permanent|0030|Mill Site|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.458100|-117.851900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +840060270031|060270031|840060270031|RHUM|Permanent|0031|Lone Pine|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.607215|-118.054730||-8.00|US|||06|CA|027|INYO +840060270031|060270031|840060270031|PRECIP|Permanent|0031|Lone Pine|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.607215|-118.054730||-8.00|US|||06|CA|027|INYO +840060270031|060270031|840060270031|RWD|Permanent|0031|Lone Pine|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.607215|-118.054730||-8.00|US|||06|CA|027|INYO +840060270031|060270031|840060270031|RWS|Permanent|0031|Lone Pine|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.607215|-118.054730||-8.00|US|||06|CA|027|INYO +840060270031|060270031|840060270031|PM10|Permanent|0031|Lone Pine|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.607215|-118.054730||-8.00|US|||06|CA|027|INYO +840060270031|060270031|840060270031|TEMP|Permanent|0031|Lone Pine|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.607215|-118.054730||-8.00|US|||06|CA|027|INYO +840060270031|060270031|840060270031|WS|Permanent|0031|Lone Pine|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.607215|-118.054730||-8.00|US|||06|CA|027|INYO +060270101|060270101|840060270101|TEMP|Permanent|0101|Death Valley NP|Active|NPS|National Park Service|USEPA|36.509200|-116.848100|125.100|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270101|060270101|840060270101|WS|Permanent|0101|Death Valley NP|Active|NPS|National Park Service|USEPA|36.509200|-116.848100|125.100|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270101|060270101|840060270101|WD|Permanent|0101|Death Valley NP|Active|NPS|National Park Service|USEPA|36.509200|-116.848100|125.100|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270101|060270101|840060270101|RHUM|Permanent|0101|Death Valley NP|Active|NPS|National Park Service|USEPA|36.509200|-116.848100|125.100|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270101|060270101|840060270101|SRAD|Permanent|0101|Death Valley NP|Active|NPS|National Park Service|USEPA|36.509200|-116.848100|125.100|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270101|060270101|840060270101|RWS|Permanent|0101|Death Valley NP|Active|NPS|National Park Service|USEPA|36.509200|-116.848100|125.100|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270101|060270101|840060270101|PRECIP|Permanent|0101|Death Valley NP|Active|NPS|National Park Service|USEPA|36.509200|-116.848100|125.100|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270101|060270101|840060270101|RWD|Permanent|0101|Death Valley NP|Active|NPS|National Park Service|USEPA|36.509200|-116.848100|125.100|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060270101|060270101|840060270101|O3|Permanent|0101|Death Valley NP|Active|NPS|National Park Service|USEPA|36.509200|-116.848100|125.100|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271001|060271001|840060271001|PRECIP|Permanent|1001|Coso Junction|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.049400|-117.943900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271001|060271001|840060271001|RWD|Permanent|1001|Coso Junction|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.049400|-117.943900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271001|060271001|840060271001|RWS|Permanent|1001|Coso Junction|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.049400|-117.943900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271001|060271001|840060271001|H2S|Permanent|1001|Coso Junction|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.049400|-117.943900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271001|060271001|840060271001|PM10|Permanent|1001|Coso Junction|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.049400|-117.943900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271001|060271001|840060271001|TEMP|Permanent|1001|Coso Junction|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.049400|-117.943900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271001|060271001|840060271001|WS|Permanent|1001|Coso Junction|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.049400|-117.943900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271001|060271001|840060271001|RHUM|Permanent|1001|Coso Junction|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.049400|-117.943900||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271003|060271003|840060271003|PRECIP|Permanent|1003|Keeler|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.487800|-117.871000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271003|060271003|840060271003|RWD|Permanent|1003|Keeler|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.487800|-117.871000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271003|060271003|840060271003|RWS|Permanent|1003|Keeler|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.487800|-117.871000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271003|060271003|840060271003|PM2.5|Permanent|1003|Keeler|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.487800|-117.871000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271003|060271003|840060271003|PM10|Permanent|1003|Keeler|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.487800|-117.871000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271003|060271003|840060271003|TEMP|Permanent|1003|Keeler|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.487800|-117.871000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271003|060271003|840060271003|WS|Permanent|1003|Keeler|Active|GBU|Great Basin Unified Air Pollution Control District|R9|36.487800|-117.871000||-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271018|060271018|840060271018|RHUM|Permanent|1018|Lone Pine Paiute/Shoshone Tribe-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.597500|-118.040000|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271018|060271018|840060271018|BARPR|Permanent|1018|Lone Pine Paiute/Shoshone Tribe-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.597500|-118.040000|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271018|060271018|840060271018|SRAD|Permanent|1018|Lone Pine Paiute/Shoshone Tribe-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.597500|-118.040000|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271018|060271018|840060271018|PRECIP|Permanent|1018|Lone Pine Paiute/Shoshone Tribe-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.597500|-118.040000|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271018|060271018|840060271018|RWD|Permanent|1018|Lone Pine Paiute/Shoshone Tribe-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.597500|-118.040000|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271018|060271018|840060271018|RWS|Permanent|1018|Lone Pine Paiute/Shoshone Tribe-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.597500|-118.040000|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271018|060271018|840060271018|PM2.5|Permanent|1018|Lone Pine Paiute/Shoshone Tribe-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.597500|-118.040000|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271018|060271018|840060271018|PM10|Permanent|1018|Lone Pine Paiute/Shoshone Tribe-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.597500|-118.040000|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271018|060271018|840060271018|TEMP|Permanent|1018|Lone Pine Paiute/Shoshone Tribe-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.597500|-118.040000|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|TEMP|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|RHUM|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|BARPR|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|SRAD|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|PRECIP|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|RWD|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|RWS|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|O3|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|PM2.5|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271023|060271023|840060271023|PM10|Permanent|1023|Bishop Paiute Tribe-CA|Active|BPT|Bishop Paiute Tribe|R9|37.366700|-118.416700|1288.900|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271028|060271028|840060271028|PRECIP|Permanent|1028|Fort Independence Met1-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.802800|-118.116700|1158.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271028|060271028|840060271028|DEWPOINT|Permanent|1028|Fort Independence Met1-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.802800|-118.116700|1158.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271028|060271028|840060271028|RWD|Permanent|1028|Fort Independence Met1-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.802800|-118.116700|1158.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271028|060271028|840060271028|RWS|Permanent|1028|Fort Independence Met1-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.802800|-118.116700|1158.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271028|060271028|840060271028|PM10|Permanent|1028|Fort Independence Met1-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.802800|-118.116700|1158.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271028|060271028|840060271028|TEMP|Permanent|1028|Fort Independence Met1-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.802800|-118.116700|1158.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271028|060271028|840060271028|RHUM|Permanent|1028|Fort Independence Met1-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.802800|-118.116700|1158.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271028|060271028|840060271028|BARPR|Permanent|1028|Fort Independence Met1-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.802800|-118.116700|1158.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271028|060271028|840060271028|SRAD|Permanent|1028|Fort Independence Met1-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.802800|-118.116700|1158.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271033|060271033|840060271033|RWD|Permanent|1033|Big Pine-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|37.005600|-118.293600|1233.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271033|060271033|840060271033|RWS|Permanent|1033|Big Pine-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|37.005600|-118.293600|1233.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271033|060271033|840060271033|TEMP|Permanent|1033|Big Pine-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|37.005600|-118.293600|1233.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271033|060271033|840060271033|RHUM|Permanent|1033|Big Pine-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|37.005600|-118.293600|1233.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271033|060271033|840060271033|BARPR|Permanent|1033|Big Pine-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|37.005600|-118.293600|1233.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271033|060271033|840060271033|SRAD|Permanent|1033|Big Pine-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|37.005600|-118.293600|1233.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060271033|060271033|840060271033|PRECIP|Permanent|1033|Big Pine-CA|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|37.005600|-118.293600|1233.700|-8.00|US|13860| Bishop, CA |06|CA|027|INYO +060290007|060290007|840060290007|O3|Permanent|0007|Edison|Active|CA8|California Air Resources Board|R9|35.345607|-118.851825||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290007|060290007|840060290007|NO2|Permanent|0007|Edison|Active|CA8|California Air Resources Board|R9|35.345607|-118.851825||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290007|060290007|840060290007|TEMP|Permanent|0007|Edison|Active|CA8|California Air Resources Board|R9|35.345607|-118.851825||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290007|060290007|840060290007|RHUM|Permanent|0007|Edison|Active|CA8|California Air Resources Board|R9|35.345607|-118.851825||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290007|060290007|840060290007|NOX|Permanent|0007|Edison|Active|CA8|California Air Resources Board|R9|35.345607|-118.851825||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290007|060290007|840060290007|NO|Permanent|0007|Edison|Active|CA8|California Air Resources Board|R9|35.345607|-118.851825||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290007|060290007|840060290007|RWD|Permanent|0007|Edison|Active|CA8|California Air Resources Board|R9|35.345607|-118.851825||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290007|060290007|840060290007|RWS|Permanent|0007|Edison|Active|CA8|California Air Resources Board|R9|35.345607|-118.851825||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290008|060290008|840060290008|O3|Permanent|0008|Maricopa - Stanilaus Street|Active|CA6|San Joaquin Valley Unified APCD|R9|35.054400|-119.403900||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290008|060290008|840060290008|TEMP|Permanent|0008|Maricopa - Stanilaus Street|Active|CA6|San Joaquin Valley Unified APCD|R9|35.054400|-119.403900||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290008|060290008|840060290008|BARPR|Permanent|0008|Maricopa - Stanilaus Street|Active|CA6|San Joaquin Valley Unified APCD|R9|35.054400|-119.403900||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290008|060290008|840060290008|RWD|Permanent|0008|Maricopa - Stanilaus Street|Active|CA6|San Joaquin Valley Unified APCD|R9|35.054400|-119.403900||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290008|060290008|840060290008|RWS|Permanent|0008|Maricopa - Stanilaus Street|Active|CA6|San Joaquin Valley Unified APCD|R9|35.054400|-119.403900||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290010|060290010|840060290010|PM2.5|Permanent|0010|Bakersfield - Golden State Highway|Active|CA6|San Joaquin Valley Unified APCD|R9|35.385300|-119.014702||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290010|060290010|840060290010|PM10|Permanent|0010|Bakersfield - Golden State Highway|Active|CA6|San Joaquin Valley Unified APCD|R9|35.385300|-119.014702||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290011|060290011|840060290011|TEMP|Permanent|0011|Mojave - 923 Poole St.|Inactive|CA8|California Air Resources Board|R9|35.050450|-118.147780||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290011|060290011|840060290011|RHUM|Permanent|0011|Mojave - 923 Poole St.|Inactive|CA8|California Air Resources Board|R9|35.050450|-118.147780||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290011|060290011|840060290011|RWD|Permanent|0011|Mojave - 923 Poole St.|Inactive|CA8|California Air Resources Board|R9|35.050450|-118.147780||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290011|060290011|840060290011|RWS|Permanent|0011|Mojave - 923 Poole St.|Inactive|CA8|California Air Resources Board|R9|35.050450|-118.147780||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290011|060290011|840060290011|O3|Permanent|0011|Mojave - 923 Poole St.|Inactive|CA8|California Air Resources Board|R9|35.050450|-118.147780||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290011|060290011|840060290011|PM2.5|Permanent|0011|Mojave - 923 Poole St.|Inactive|CA8|California Air Resources Board|R9|35.050450|-118.147780||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290011|060290011|840060290011|PM10|Permanent|0011|Mojave - 923 Poole St.|Inactive|CA8|California Air Resources Board|R9|35.050450|-118.147780||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290014|060290014|840060290014|RHUM|Permanent|0014|Bakersfield - California Ave|Active|CA8|California Air Resources Board|R9|35.356615|-119.062613||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290014|060290014|840060290014|NO2|Permanent|0014|Bakersfield - California Ave|Active|CA8|California Air Resources Board|R9|35.356615|-119.062613||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290014|060290014|840060290014|TEMP|Permanent|0014|Bakersfield - California Ave|Active|CA8|California Air Resources Board|R9|35.356615|-119.062613||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290014|060290014|840060290014|NOX|Permanent|0014|Bakersfield - California Ave|Active|CA8|California Air Resources Board|R9|35.356615|-119.062613||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290014|060290014|840060290014|NO|Permanent|0014|Bakersfield - California Ave|Active|CA8|California Air Resources Board|R9|35.356615|-119.062613||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290014|060290014|840060290014|RWD|Permanent|0014|Bakersfield - California Ave|Active|CA8|California Air Resources Board|R9|35.356615|-119.062613||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290014|060290014|840060290014|O3|Permanent|0014|Bakersfield - California Ave|Active|CA8|California Air Resources Board|R9|35.356615|-119.062613||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290014|060290014|840060290014|PM2.5|Permanent|0014|Bakersfield - California Ave|Active|CA8|California Air Resources Board|R9|35.356615|-119.062613||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290014|060290014|840060290014|RWS|Permanent|0014|Bakersfield - California Ave|Active|CA8|California Air Resources Board|R9|35.356615|-119.062613||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290015|060290015|840060290015|TEMP|Permanent|0015|Ridgecrest - California Ave|Inactive|CA8|California Air Resources Board|R9|35.621113|-117.673058||-8.00|US|||06|CA|029|KERN +840060290019|060290019|840060290019|RWS|Permanent|0019|Mojave - CA 58 Business|Active|CA8|California Air Resources Board|R9|35.046528|-118.162833|834.500|-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +840060290019|060290019|840060290019|O3|Permanent|0019|Mojave - CA 58 Business|Active|CA8|California Air Resources Board|R9|35.046528|-118.162833|834.500|-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +840060290019|060290019|840060290019|PM2.5|Permanent|0019|Mojave - CA 58 Business|Active|CA8|California Air Resources Board|R9|35.046528|-118.162833|834.500|-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +840060290019|060290019|840060290019|PM10|Permanent|0019|Mojave - CA 58 Business|Active|CA8|California Air Resources Board|R9|35.046528|-118.162833|834.500|-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +840060290019|060290019|840060290019|TEMP|Permanent|0019|Mojave - CA 58 Business|Active|CA8|California Air Resources Board|R9|35.046528|-118.162833|834.500|-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +840060290019|060290019|840060290019|RHUM|Permanent|0019|Mojave - CA 58 Business|Active|CA8|California Air Resources Board|R9|35.046528|-118.162833|834.500|-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +840060290019|060290019|840060290019|RWD|Permanent|0019|Mojave - CA 58 Business|Active|CA8|California Air Resources Board|R9|35.046528|-118.162833|834.500|-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290232|060290232|840060290232|RHUM|Permanent|0232|Oildale - 3311 Manor Street|Active|CA8|California Air Resources Board|R9|35.438035|-119.016787||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290232|060290232|840060290232|RWD|Permanent|0232|Oildale - 3311 Manor Street|Active|CA8|California Air Resources Board|R9|35.438035|-119.016787||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290232|060290232|840060290232|RWS|Permanent|0232|Oildale - 3311 Manor Street|Active|CA8|California Air Resources Board|R9|35.438035|-119.016787||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290232|060290232|840060290232|O3|Permanent|0232|Oildale - 3311 Manor Street|Active|CA8|California Air Resources Board|R9|35.438035|-119.016787||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290232|060290232|840060290232|PM10|Permanent|0232|Oildale - 3311 Manor Street|Active|CA8|California Air Resources Board|R9|35.438035|-119.016787||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060290232|060290232|840060290232|TEMP|Permanent|0232|Oildale - 3311 Manor Street|Active|CA8|California Air Resources Board|R9|35.438035|-119.016787||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292009|060292009|840060292009|WD|Permanent|2009|Lebec|Active|CA6|San Joaquin Valley Unified APCD|R9|34.841600|-118.864700||-8.00|US|||06|CA|029|KERN +060292009|060292009|840060292009|BARPR|Permanent|2009|Lebec|Active|CA6|San Joaquin Valley Unified APCD|R9|34.841600|-118.864700||-8.00|US|||06|CA|029|KERN +060292009|060292009|840060292009|RWD|Permanent|2009|Lebec|Active|CA6|San Joaquin Valley Unified APCD|R9|34.841600|-118.864700||-8.00|US|||06|CA|029|KERN +060292009|060292009|840060292009|RWS|Permanent|2009|Lebec|Active|CA6|San Joaquin Valley Unified APCD|R9|34.841600|-118.864700||-8.00|US|||06|CA|029|KERN +060292009|060292009|840060292009|PM2.5|Permanent|2009|Lebec|Active|CA6|San Joaquin Valley Unified APCD|R9|34.841600|-118.864700||-8.00|US|||06|CA|029|KERN +060292009|060292009|840060292009|TEMP|Permanent|2009|Lebec|Active|CA6|San Joaquin Valley Unified APCD|R9|34.841600|-118.864700||-8.00|US|||06|CA|029|KERN +060292009|060292009|840060292009|WS|Permanent|2009|Lebec|Active|CA6|San Joaquin Valley Unified APCD|R9|34.841600|-118.864700||-8.00|US|||06|CA|029|KERN +060292012|060292012|840060292012|O3|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|NO2|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|CO|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|TEMP|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|WS|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|WD|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|NO|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|RWD|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|RWS|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|RHUM|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|BARPR|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|SRAD|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060292012|060292012|840060292012|NOX|Permanent|2012|Bakersfield-Muni|Active|CA6|San Joaquin Valley Unified APCD|R9|35.331300|-119.000000||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +840060292019|060292019|840060292019|NO2|Permanent|2019|Bakersfield-Westwind|Active|CA6|San Joaquin Valley Unified APCD|R9|35.377000|-119.044028||-8.00|US|||06|CA|029|KERN +060295001|060295001|840060295001|O3|Permanent|5001|Arvin - Bear Mountain Blvd|Inactive|CA8|California Air Resources Board|R9|35.208302|-118.784401||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060295001|060295001|840060295001|NOX|Permanent|5001|Arvin - Bear Mountain Blvd|Inactive|CA8|California Air Resources Board|R9|35.208302|-118.784401||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060295001|060295001|840060295001|NO|Permanent|5001|Arvin - Bear Mountain Blvd|Inactive|CA8|California Air Resources Board|R9|35.208302|-118.784401||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060295001|060295001|840060295001|NO2|Permanent|5001|Arvin - Bear Mountain Blvd|Inactive|CA8|California Air Resources Board|R9|35.208302|-118.784401||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060295001|060295001|840060295001|TEMP|Permanent|5001|Arvin - Bear Mountain Blvd|Inactive|CA8|California Air Resources Board|R9|35.208302|-118.784401||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060295001|060295001|840060295001|WS|Permanent|5001|Arvin - Bear Mountain Blvd|Inactive|CA8|California Air Resources Board|R9|35.208302|-118.784401||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060295001|060295001|840060295001|WD|Permanent|5001|Arvin - Bear Mountain Blvd|Inactive|CA8|California Air Resources Board|R9|35.208302|-118.784401||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060295001|060295001|840060295001|RHUM|Permanent|5001|Arvin - Bear Mountain Blvd|Inactive|CA8|California Air Resources Board|R9|35.208302|-118.784401||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060295001|060295001|840060295001|BARPR|Permanent|5001|Arvin - Bear Mountain Blvd|Inactive|CA8|California Air Resources Board|R9|35.208302|-118.784401||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060295002|060295002|840060295002|RWD|Permanent|5002|Arvin - Di Giorgio School|Active|CA8|California Air Resources Board|R9|35.239180|-118.788630||-8.00|US|||06|CA|029|KERN +060295002|060295002|840060295002|RWS|Permanent|5002|Arvin - Di Giorgio School|Active|CA8|California Air Resources Board|R9|35.239180|-118.788630||-8.00|US|||06|CA|029|KERN +060295002|060295002|840060295002|O3|Permanent|5002|Arvin - Di Giorgio School|Active|CA8|California Air Resources Board|R9|35.239180|-118.788630||-8.00|US|||06|CA|029|KERN +060295002|060295002|840060295002|TEMP|Permanent|5002|Arvin - Di Giorgio School|Active|CA8|California Air Resources Board|R9|35.239180|-118.788630||-8.00|US|||06|CA|029|KERN +060295002|060295002|840060295002|RHUM|Permanent|5002|Arvin - Di Giorgio School|Active|CA8|California Air Resources Board|R9|35.239180|-118.788630||-8.00|US|||06|CA|029|KERN +060296001|060296001|840060296001|NO2|Permanent|6001|Shafter - Walker Street|Active|CA8|California Air Resources Board|R9|35.503490|-119.272640||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060296001|060296001|840060296001|NOX|Permanent|6001|Shafter - Walker Street|Active|CA8|California Air Resources Board|R9|35.503490|-119.272640||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060296001|060296001|840060296001|NO|Permanent|6001|Shafter - Walker Street|Active|CA8|California Air Resources Board|R9|35.503490|-119.272640||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +060296001|060296001|840060296001|O3|Permanent|6001|Shafter - Walker Street|Active|CA8|California Air Resources Board|R9|35.503490|-119.272640||-8.00|US|12540| Bakersfield, CA |06|CA|029|KERN +840060299999|060299999|840060299999|O3|Permanent|9999|Kernville|Active|FS1|Forest Service|USEPA|35.755000|-118.417500||-8.00|US|||06|CA|029|KERN +840060299999|060299999|840060299999|PM2.5|Permanent|9999|Kernville|Active|FS1|Forest Service|USEPA|35.755000|-118.417500||-8.00|US|||06|CA|029|KERN +060310004|060310004|840060310004|WD|Permanent|0004|Corcoran|Active|CA6|San Joaquin Valley Unified APCD|R9|36.102219|-119.566002||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060310004|060310004|840060310004|RWD|Permanent|0004|Corcoran|Active|CA6|San Joaquin Valley Unified APCD|R9|36.102219|-119.566002||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060310004|060310004|840060310004|RWS|Permanent|0004|Corcoran|Active|CA6|San Joaquin Valley Unified APCD|R9|36.102219|-119.566002||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060310004|060310004|840060310004|PM2.5|Permanent|0004|Corcoran|Active|CA6|San Joaquin Valley Unified APCD|R9|36.102219|-119.566002||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060310004|060310004|840060310004|PM10|Permanent|0004|Corcoran|Active|CA6|San Joaquin Valley Unified APCD|R9|36.102219|-119.566002||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060310004|060310004|840060310004|TEMP|Permanent|0004|Corcoran|Active|CA6|San Joaquin Valley Unified APCD|R9|36.102219|-119.566002||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060310004|060310004|840060310004|WS|Permanent|0004|Corcoran|Active|CA6|San Joaquin Valley Unified APCD|R9|36.102219|-119.566002||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060311004|060311004|840060311004|TEMP|Permanent|1004|Hanford - S. Irwin Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.314400|-119.643600||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060311004|060311004|840060311004|WS|Permanent|1004|Hanford - S. Irwin Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.314400|-119.643600||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060311004|060311004|840060311004|WD|Permanent|1004|Hanford - S. Irwin Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.314400|-119.643600||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060311004|060311004|840060311004|BARPR|Permanent|1004|Hanford - S. Irwin Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.314400|-119.643600||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060311004|060311004|840060311004|RWD|Permanent|1004|Hanford - S. Irwin Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.314400|-119.643600||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060311004|060311004|840060311004|RWS|Permanent|1004|Hanford - S. Irwin Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.314400|-119.643600||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060311004|060311004|840060311004|O3|Permanent|1004|Hanford - S. Irwin Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.314400|-119.643600||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060311004|060311004|840060311004|PM2.5|Permanent|1004|Hanford - S. Irwin Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.314400|-119.643600||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060311004|060311004|840060311004|PM10|Permanent|1004|Hanford - S. Irwin Street|Active|CA6|San Joaquin Valley Unified APCD|R9|36.314400|-119.643600||-8.00|US|25260| Hanford-Corcoran, CA |06|CA|031|KINGS +060370002|060370002|840060370002|O3|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|NO2|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|CO|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|TEMP|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|WS|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|WD|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|RHUM|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|BARPR|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|NOX|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|NO|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|RWD|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370002|060370002|840060370002|RWS|Permanent|0002|Azusa|Active|CA3|South Coast AQMD|R9|34.136474|-117.923963|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|NO2|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|CO|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|TEMP|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|RWS|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|O3|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|RHUM|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|NOX|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|NO|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|RWD|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|PM2.5|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|PM10|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|WS|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370016|060370016|840060370016|WD|Permanent|0016|Glendora - Laurel|Active|CA3|South Coast AQMD|R9|34.143900|-117.850800|84.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|WS|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|WD|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|NO|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|RWD|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|RWS|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|O3|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|NO2|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|TEMP|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|RHUM|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|BARPR|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060370113|060370113|840060370113|NOX|Permanent|0113|West Los Angeles - VA Hospital|Active|CA3|South Coast AQMD|R9|34.051097|-118.456386|29.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371002|060371002|840060371002|O3|Permanent|1002|Burbank - W. Palm Ave|Inactive|CA3|South Coast AQMD|R9|34.176400|-118.315800|52.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371002|060371002|840060371002|PM2.5|Permanent|1002|Burbank - W. Palm Ave|Inactive|CA3|South Coast AQMD|R9|34.176400|-118.315800|52.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371002|060371002|840060371002|PM10|Permanent|1002|Burbank - W. Palm Ave|Inactive|CA3|South Coast AQMD|R9|34.176400|-118.315800|52.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|WD|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|RHUM|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|RWD|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|RWS|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|NOY|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|NO2Y|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|NOX|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|NO|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|O3|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|PM2.5|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|PM10|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|NO2|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|TEMP|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|WS|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|CO|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|SO2|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|BARPR|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371103|060371103|840060371103|SRAD|Permanent|1103|Los Angeles - N. Main Street|Active|CA3|South Coast AQMD|R9|34.066429|-118.226755|30.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|RHUM|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|NOX|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|TEMP|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|WS|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|NO|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|RWD|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|RWS|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|WD|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|O3|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|PM2.5|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|NO2|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371201|060371201|840060371201|CO|Permanent|1201|Reseda|Active|CA3|South Coast AQMD|R9|34.199200|-118.533100|70.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|BARPR|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|NOX|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|WS|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|WD|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|RHUM|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|O3|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|PM2.5|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|NO|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|RWD|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|RWS|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|NO2|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|CO|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371302|060371302|840060371302|TEMP|Permanent|1302|Compton|Active|CA3|South Coast AQMD|R9|33.901400|-118.205000|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371601|060371601|840060371601|O3|Permanent|1601|Pico Rivera|Inactive|CA3|South Coast AQMD|R9|34.013100|-118.059196|22.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371602|060371602|840060371602|TEMP|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|WS|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|WD|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|RHUM|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|BARPR|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|NOX|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|NO|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|RWD|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|RWS|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|O3|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|NO2|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371602|060371602|840060371602|CO|Permanent|1602|Pico Rivera|Active|CA3|South Coast AQMD|R9|34.010283|-118.068484||-8.00|US|||06|CA|037|LOS ANGELES +060371701|060371701|840060371701|WD|Permanent|1701|Pomona|Active|CA3|South Coast AQMD|R9|34.066700|-117.750600|84.200|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371701|060371701|840060371701|NOX|Permanent|1701|Pomona|Active|CA3|South Coast AQMD|R9|34.066700|-117.750600|84.200|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371701|060371701|840060371701|NO|Permanent|1701|Pomona|Active|CA3|South Coast AQMD|R9|34.066700|-117.750600|84.200|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371701|060371701|840060371701|O3|Permanent|1701|Pomona|Active|CA3|South Coast AQMD|R9|34.066700|-117.750600|84.200|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371701|060371701|840060371701|RWD|Permanent|1701|Pomona|Active|CA3|South Coast AQMD|R9|34.066700|-117.750600|84.200|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371701|060371701|840060371701|RWS|Permanent|1701|Pomona|Active|CA3|South Coast AQMD|R9|34.066700|-117.750600|84.200|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371701|060371701|840060371701|NO2|Permanent|1701|Pomona|Active|CA3|South Coast AQMD|R9|34.066700|-117.750600|84.200|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371701|060371701|840060371701|CO|Permanent|1701|Pomona|Active|CA3|South Coast AQMD|R9|34.066700|-117.750600|84.200|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060371701|060371701|840060371701|WS|Permanent|1701|Pomona|Active|CA3|South Coast AQMD|R9|34.066700|-117.750600|84.200|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|NO2|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|NO|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|RWD|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|RWS|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|CO|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|TEMP|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|WS|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|WD|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|RHUM|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|NOX|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060372005|060372005|840060372005|O3|Permanent|2005|Pasadena|Active|CA3|South Coast AQMD|R9|34.132630|-118.127142|77.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374002|060374002|840060374002|O3|Permanent|4002|North Long Beach|Inactive|CA3|South Coast AQMD|R9|33.823300|-118.188300|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374002|060374002|840060374002|PM10|Permanent|4002|North Long Beach|Inactive|CA3|South Coast AQMD|R9|33.823300|-118.188300|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374004|060374004|840060374004|WD|Permanent|4004|South Long Beach|Inactive|CA3|South Coast AQMD|R9|33.792221|-118.175278|5.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374004|060374004|840060374004|BARPR|Permanent|4004|South Long Beach|Inactive|CA3|South Coast AQMD|R9|33.792221|-118.175278|5.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374004|060374004|840060374004|RWD|Permanent|4004|South Long Beach|Inactive|CA3|South Coast AQMD|R9|33.792221|-118.175278|5.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374004|060374004|840060374004|RWS|Permanent|4004|South Long Beach|Inactive|CA3|South Coast AQMD|R9|33.792221|-118.175278|5.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374004|060374004|840060374004|PM2.5|Permanent|4004|South Long Beach|Inactive|CA3|South Coast AQMD|R9|33.792221|-118.175278|5.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374004|060374004|840060374004|WS|Permanent|4004|South Long Beach|Inactive|CA3|South Coast AQMD|R9|33.792221|-118.175278|5.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|TEMP|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|WS|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|RWD|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|RWS|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|O3|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|NO2|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|CO|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|SO2|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|WD|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|RHUM|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|NOX|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374006|060374006|840060374006|NO|Permanent|4006|Long Beach - Hudson|Inactive|CA3|South Coast AQMD|R9|33.802417|-118.219933|3.100|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060374008|060374008|840060374008|RHUM|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +060374008|060374008|840060374008|NOX|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +060374008|060374008|840060374008|NO|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +060374008|060374008|840060374008|RWD|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +060374008|060374008|840060374008|RWS|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +060374008|060374008|840060374008|PM2.5|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +060374008|060374008|840060374008|NO2|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +060374008|060374008|840060374008|TEMP|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +060374008|060374008|840060374008|WS|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +060374008|060374008|840060374008|WD|Permanent|4008|710 Near Road|Active|CA3|South Coast AQMD|R9|33.859662|-118.200707||-8.00|US|||06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|NO|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|O3|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|PM2.5|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|PM10|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|NO2|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|SO2|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|TEMP|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|RWD|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|RWS|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|WS|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|WD|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|RHUM|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|BARPR|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374009|060374009|840060374009|NOX|Permanent|4009|Long Beach Signal Hill|Active|CA3|South Coast AQMD|R9|33.793713|-118.171019|7.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|PM2.5|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|NO2|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|TEMP|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|WS|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|WD|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|RHUM|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|NOX|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|NO|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|RWD|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|RWS|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +840060374010|060374010|840060374010|O3|Permanent|4010|North Holywood|Active|CA3|South Coast AQMD|R9|34.181977|-118.363036|197.900|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060375005|060375005|840060375005|O3|Permanent|5005|LAX-Hastings|Inactive|CA3|South Coast AQMD|R9|33.955070|-118.430460|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060375005|060375005|840060375005|NO2|Permanent|5005|LAX-Hastings|Inactive|CA3|South Coast AQMD|R9|33.955070|-118.430460|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060375005|060375005|840060375005|CO|Permanent|5005|LAX-Hastings|Inactive|CA3|South Coast AQMD|R9|33.955070|-118.430460|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060375005|060375005|840060375005|SO2|Permanent|5005|LAX-Hastings|Inactive|CA3|South Coast AQMD|R9|33.955070|-118.430460|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060375005|060375005|840060375005|NOX|Permanent|5005|LAX-Hastings|Inactive|CA3|South Coast AQMD|R9|33.955070|-118.430460|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060375005|060375005|840060375005|NO|Permanent|5005|LAX-Hastings|Inactive|CA3|South Coast AQMD|R9|33.955070|-118.430460|27.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|RWS|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|RWD|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|WS|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|WD|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|RHUM|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|BARPR|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|NOX|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|NO|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|O3|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|PM2.5|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|NO2|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|CO|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060376012|060376012|840060376012|TEMP|Permanent|6012|Santa Clarita|Active|CA3|South Coast AQMD|R9|34.383300|-118.528300|116.800|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060379033|060379033|840060379033|O3|Permanent|9033|Lancaster-Division|Active|CA7|Mojave Desert AQMD|R9|34.669589|-118.130689|719.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060379033|060379033|840060379033|PM2.5|Permanent|9033|Lancaster-Division|Active|CA7|Mojave Desert AQMD|R9|34.669589|-118.130689|719.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060379033|060379033|840060379033|PM10|Permanent|9033|Lancaster-Division|Active|CA7|Mojave Desert AQMD|R9|34.669589|-118.130689|719.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060379033|060379033|840060379033|TEMP|Permanent|9033|Lancaster-Division|Active|CA7|Mojave Desert AQMD|R9|34.669589|-118.130689|719.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060379033|060379033|840060379033|WS|Permanent|9033|Lancaster-Division|Active|CA7|Mojave Desert AQMD|R9|34.669589|-118.130689|719.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060379033|060379033|840060379033|WD|Permanent|9033|Lancaster-Division|Active|CA7|Mojave Desert AQMD|R9|34.669589|-118.130689|719.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060379033|060379033|840060379033|RHUM|Permanent|9033|Lancaster-Division|Active|CA7|Mojave Desert AQMD|R9|34.669589|-118.130689|719.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060379033|060379033|840060379033|BARPR|Permanent|9033|Lancaster-Division|Active|CA7|Mojave Desert AQMD|R9|34.669589|-118.130689|719.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|037|LOS ANGELES +060379034|060379034|840060379034|O3|Permanent|9034|Lebec|Inactive|CA8|California Air Resources Board|R9|34.828900|-118.879100||-8.00|US|12540| Bakersfield, CA |06|CA|037|LOS ANGELES +060379034|060379034|840060379034|PM2.5|Permanent|9034|Lebec|Inactive|CA8|California Air Resources Board|R9|34.828900|-118.879100||-8.00|US|12540| Bakersfield, CA |06|CA|037|LOS ANGELES +060390004|060390004|840060390004|WS|Permanent|0004|Madera - Pump Yard|Active|CA6|San Joaquin Valley Unified APCD|R9|36.866900|-120.010000||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060390004|060390004|840060390004|WD|Permanent|0004|Madera - Pump Yard|Active|CA6|San Joaquin Valley Unified APCD|R9|36.866900|-120.010000||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060390004|060390004|840060390004|RHUM|Permanent|0004|Madera - Pump Yard|Active|CA6|San Joaquin Valley Unified APCD|R9|36.866900|-120.010000||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060390004|060390004|840060390004|BARPR|Permanent|0004|Madera - Pump Yard|Active|CA6|San Joaquin Valley Unified APCD|R9|36.866900|-120.010000||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060390004|060390004|840060390004|SRAD|Permanent|0004|Madera - Pump Yard|Active|CA6|San Joaquin Valley Unified APCD|R9|36.866900|-120.010000||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060390004|060390004|840060390004|O3|Permanent|0004|Madera - Pump Yard|Active|CA6|San Joaquin Valley Unified APCD|R9|36.866900|-120.010000||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060390004|060390004|840060390004|RWD|Permanent|0004|Madera - Pump Yard|Active|CA6|San Joaquin Valley Unified APCD|R9|36.866900|-120.010000||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060390004|060390004|840060390004|RWS|Permanent|0004|Madera - Pump Yard|Active|CA6|San Joaquin Valley Unified APCD|R9|36.866900|-120.010000||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060390004|060390004|840060390004|TEMP|Permanent|0004|Madera - Pump Yard|Active|CA6|San Joaquin Valley Unified APCD|R9|36.866900|-120.010000||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|WS|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|WD|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|RHUM|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|BARPR|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|SRAD|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|RWD|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|RWS|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|O3|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|PM2.5|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|PM10|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060392010|060392010|840060392010|TEMP|Permanent|2010|Madera-City|Active|CA6|San Joaquin Valley Unified APCD|R9|36.953300|-120.034100||-8.00|US|31460| Madera, CA |06|CA|039|MADERA +060410001|060410001|840060410001|NOX|Permanent|0001|San Rafael|Active|CA2|San Francisco Bay Area AQMD|R9|37.972200|-122.518900|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060410001|060410001|840060410001|NO|Permanent|0001|San Rafael|Active|CA2|San Francisco Bay Area AQMD|R9|37.972200|-122.518900|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060410001|060410001|840060410001|O3|Permanent|0001|San Rafael|Active|CA2|San Francisco Bay Area AQMD|R9|37.972200|-122.518900|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060410001|060410001|840060410001|PM2.5|Permanent|0001|San Rafael|Active|CA2|San Francisco Bay Area AQMD|R9|37.972200|-122.518900|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060410001|060410001|840060410001|NO2|Permanent|0001|San Rafael|Active|CA2|San Francisco Bay Area AQMD|R9|37.972200|-122.518900|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060410001|060410001|840060410001|CO|Permanent|0001|San Rafael|Active|CA2|San Francisco Bay Area AQMD|R9|37.972200|-122.518900|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060410003|060410003|840060410003|PM2.5|Permanent|0003|Point Reyes|Inactive|CA8|California Air Resources Board|R9|38.126900|-122.913900||-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060416002|060416002|840060416002|WD|Permanent|6002|Valley Ford|Active|CA2|San Francisco Bay Area AQMD|R9|38.308360|-122.897440|14.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060416002|060416002|840060416002|RHUM|Permanent|6002|Valley Ford|Active|CA2|San Francisco Bay Area AQMD|R9|38.308360|-122.897440|14.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060416002|060416002|840060416002|RWD|Permanent|6002|Valley Ford|Active|CA2|San Francisco Bay Area AQMD|R9|38.308360|-122.897440|14.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060416002|060416002|840060416002|RWS|Permanent|6002|Valley Ford|Active|CA2|San Francisco Bay Area AQMD|R9|38.308360|-122.897440|14.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060416002|060416002|840060416002|TEMP|Permanent|6002|Valley Ford|Active|CA2|San Francisco Bay Area AQMD|R9|38.308360|-122.897440|14.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060416002|060416002|840060416002|WS|Permanent|6002|Valley Ford|Active|CA2|San Francisco Bay Area AQMD|R9|38.308360|-122.897440|14.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|041|MARIN +060430003|060430003|840060430003|TEMP|Permanent|0003|Yosemite NP Turtleback Dome|Active|NPS|National Park Service|USEPA|37.713299|-119.706100|1605.500|-8.00|US|||06|CA|043|MARIPOSA +060430003|060430003|840060430003|WD|Permanent|0003|Yosemite NP Turtleback Dome|Active|NPS|National Park Service|USEPA|37.713299|-119.706100|1605.500|-8.00|US|||06|CA|043|MARIPOSA +060430003|060430003|840060430003|RHUM|Permanent|0003|Yosemite NP Turtleback Dome|Active|NPS|National Park Service|USEPA|37.713299|-119.706100|1605.500|-8.00|US|||06|CA|043|MARIPOSA +060430003|060430003|840060430003|SRAD|Permanent|0003|Yosemite NP Turtleback Dome|Active|NPS|National Park Service|USEPA|37.713299|-119.706100|1605.500|-8.00|US|||06|CA|043|MARIPOSA +060430003|060430003|840060430003|PRECIP|Permanent|0003|Yosemite NP Turtleback Dome|Active|NPS|National Park Service|USEPA|37.713299|-119.706100|1605.500|-8.00|US|||06|CA|043|MARIPOSA +060430003|060430003|840060430003|RWD|Permanent|0003|Yosemite NP Turtleback Dome|Active|NPS|National Park Service|USEPA|37.713299|-119.706100|1605.500|-8.00|US|||06|CA|043|MARIPOSA +060430003|060430003|840060430003|O3|Permanent|0003|Yosemite NP Turtleback Dome|Active|NPS|National Park Service|USEPA|37.713299|-119.706100|1605.500|-8.00|US|||06|CA|043|MARIPOSA +060430003|060430003|840060430003|RWS|Permanent|0003|Yosemite NP Turtleback Dome|Active|NPS|National Park Service|USEPA|37.713299|-119.706100|1605.500|-8.00|US|||06|CA|043|MARIPOSA +060430003|060430003|840060430003|WS|Permanent|0003|Yosemite NP Turtleback Dome|Active|NPS|National Park Service|USEPA|37.713299|-119.706100|1605.500|-8.00|US|||06|CA|043|MARIPOSA +060430006|060430006|840060430006|O3|Permanent|0006|Jerseydale (seasonal)|Active|CA8|California Air Resources Board|R9|37.543770|-119.839570|1146.500|-8.00|US|||06|CA|043|MARIPOSA +060430006|060430006|840060430006|TEMP|Permanent|0006|Jerseydale (seasonal)|Active|CA8|California Air Resources Board|R9|37.543770|-119.839570|1146.500|-8.00|US|||06|CA|043|MARIPOSA +060430006|060430006|840060430006|RHUM|Permanent|0006|Jerseydale (seasonal)|Active|CA8|California Air Resources Board|R9|37.543770|-119.839570|1146.500|-8.00|US|||06|CA|043|MARIPOSA +060430006|060430006|840060430006|RWD|Permanent|0006|Jerseydale (seasonal)|Active|CA8|California Air Resources Board|R9|37.543770|-119.839570|1146.500|-8.00|US|||06|CA|043|MARIPOSA +060430006|060430006|840060430006|RWS|Permanent|0006|Jerseydale (seasonal)|Active|CA8|California Air Resources Board|R9|37.543770|-119.839570|1146.500|-8.00|US|||06|CA|043|MARIPOSA +060431001|060431001|840060431001|PM10|Permanent|1001|Yosemite Village - Visitor Center|Active|CA8|California Air Resources Board|R9|37.748707|-119.587094||-8.00|US|||06|CA|043|MARIPOSA +060431001|060431001|840060431001|PM2.5|Permanent|1001|Yosemite Village - Visitor Center|Active|CA8|California Air Resources Board|R9|37.748707|-119.587094||-8.00|US|||06|CA|043|MARIPOSA +060431003|060431003|840060431003|O3|Permanent|1003|Yosemite NP - Mobile Unit|Inactive|NPS|National Park Service|USEPA|37.730598|-119.574402|1013.500|-8.00|US|||06|CA|043|MARIPOSA +060431003|060431003|840060431003|TEMP|Permanent|1003|Yosemite NP - Mobile Unit|Inactive|NPS|National Park Service|USEPA|37.730598|-119.574402|1013.500|-8.00|US|||06|CA|043|MARIPOSA +060431003|060431003|840060431003|RHUM|Permanent|1003|Yosemite NP - Mobile Unit|Inactive|NPS|National Park Service|USEPA|37.730598|-119.574402|1013.500|-8.00|US|||06|CA|043|MARIPOSA +060431004|060431004|840060431004|O3|Permanent|1004|Yosemite NP - School Yard|Inactive|NPS|National Park Service|USEPA|37.747799|-119.591698|1234.600|-8.00|US|||06|CA|043|MARIPOSA +060431004|060431004|840060431004|TEMP|Permanent|1004|Yosemite NP - School Yard|Inactive|NPS|National Park Service|USEPA|37.747799|-119.591698|1234.600|-8.00|US|||06|CA|043|MARIPOSA +060431004|060431004|840060431004|WS|Permanent|1004|Yosemite NP - School Yard|Inactive|NPS|National Park Service|USEPA|37.747799|-119.591698|1234.600|-8.00|US|||06|CA|043|MARIPOSA +060431004|060431004|840060431004|WD|Permanent|1004|Yosemite NP - School Yard|Inactive|NPS|National Park Service|USEPA|37.747799|-119.591698|1234.600|-8.00|US|||06|CA|043|MARIPOSA +060431004|060431004|840060431004|RHUM|Permanent|1004|Yosemite NP - School Yard|Inactive|NPS|National Park Service|USEPA|37.747799|-119.591698|1234.600|-8.00|US|||06|CA|043|MARIPOSA +060431004|060431004|840060431004|SRAD|Permanent|1004|Yosemite NP - School Yard|Inactive|NPS|National Park Service|USEPA|37.747799|-119.591698|1234.600|-8.00|US|||06|CA|043|MARIPOSA +060431004|060431004|840060431004|PRECIP|Permanent|1004|Yosemite NP - School Yard|Inactive|NPS|National Park Service|USEPA|37.747799|-119.591698|1234.600|-8.00|US|||06|CA|043|MARIPOSA +060450002|060450002|840060450002|PM10|Permanent|0002|Fort Bragg City Hall|Inactive|MEN|Mendocino County AQMD|R9|39.445736|-123.804314|45.800|-8.00|US|||06|CA|045|MENDOCINO +060450002|060450002|840060450002|TEMP|Permanent|0002|Fort Bragg City Hall|Inactive|MEN|Mendocino County AQMD|R9|39.445736|-123.804314|45.800|-8.00|US|||06|CA|045|MENDOCINO +060450002|060450002|840060450002|WS|Permanent|0002|Fort Bragg City Hall|Inactive|MEN|Mendocino County AQMD|R9|39.445736|-123.804314|45.800|-8.00|US|||06|CA|045|MENDOCINO +060450002|060450002|840060450002|WD|Permanent|0002|Fort Bragg City Hall|Inactive|MEN|Mendocino County AQMD|R9|39.445736|-123.804314|45.800|-8.00|US|||06|CA|045|MENDOCINO +060450002|060450002|840060450002|BARPR|Permanent|0002|Fort Bragg City Hall|Inactive|MEN|Mendocino County AQMD|R9|39.445736|-123.804314|45.800|-8.00|US|||06|CA|045|MENDOCINO +060450006|060450006|840060450006|PM2.5|Permanent|0006|Ukiah Library|Active|MEN|Mendocino County AQMD|R9|39.150478|-123.206528|189.100|-8.00|US|||06|CA|045|MENDOCINO +060450006|060450006|840060450006|TEMP|Permanent|0006|Ukiah Library|Active|MEN|Mendocino County AQMD|R9|39.150478|-123.206528|189.100|-8.00|US|||06|CA|045|MENDOCINO +060450008|060450008|840060450008|TEMP|Permanent|0008|Ukiah District Office|Active|MEN|Mendocino County AQMD|R9|39.145733|-123.202995|187.600|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060450008|060450008|840060450008|WS|Permanent|0008|Ukiah District Office|Active|MEN|Mendocino County AQMD|R9|39.145733|-123.202995|187.600|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060450008|060450008|840060450008|WD|Permanent|0008|Ukiah District Office|Active|MEN|Mendocino County AQMD|R9|39.145733|-123.202995|187.600|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060450008|060450008|840060450008|NOX|Permanent|0008|Ukiah District Office|Active|MEN|Mendocino County AQMD|R9|39.145733|-123.202995|187.600|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060450008|060450008|840060450008|NO|Permanent|0008|Ukiah District Office|Active|MEN|Mendocino County AQMD|R9|39.145733|-123.202995|187.600|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060450008|060450008|840060450008|O3|Permanent|0008|Ukiah District Office|Active|MEN|Mendocino County AQMD|R9|39.145733|-123.202995|187.600|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060450008|060450008|840060450008|NO2|Permanent|0008|Ukiah District Office|Active|MEN|Mendocino County AQMD|R9|39.145733|-123.202995|187.600|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060450010|060450010|840060450010|WD|Permanent|0010|Fort Bragg High School|Active|MEN|Mendocino County AQMD|R9|39.437340|-123.787660|48.500|-8.00|US|||06|CA|045|MENDOCINO +060450010|060450010|840060450010|BARPR|Permanent|0010|Fort Bragg High School|Active|MEN|Mendocino County AQMD|R9|39.437340|-123.787660|48.500|-8.00|US|||06|CA|045|MENDOCINO +060450010|060450010|840060450010|PM10|Permanent|0010|Fort Bragg High School|Active|MEN|Mendocino County AQMD|R9|39.437340|-123.787660|48.500|-8.00|US|||06|CA|045|MENDOCINO +060450010|060450010|840060450010|TEMP|Permanent|0010|Fort Bragg High School|Active|MEN|Mendocino County AQMD|R9|39.437340|-123.787660|48.500|-8.00|US|||06|CA|045|MENDOCINO +060450010|060450010|840060450010|WS|Permanent|0010|Fort Bragg High School|Active|MEN|Mendocino County AQMD|R9|39.437340|-123.787660|48.500|-8.00|US|||06|CA|045|MENDOCINO +840060450901|060450901|840060450901|PM2.5|Permanent|0901|CalpellaSchool|Inactive|MEN|Mendocino County AQMD|R9|39.232900|-123.205500||-8.00|US|||06|CA|045|MENDOCINO +060452002|060452002|840060452002|WS|Permanent|2002|Willits Justice Building|Inactive|MEN|Mendocino County AQMD|R9|39.411761|-123.352600|427.000|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060452002|060452002|840060452002|WD|Permanent|2002|Willits Justice Building|Inactive|MEN|Mendocino County AQMD|R9|39.411761|-123.352600|427.000|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060452002|060452002|840060452002|SRAD|Permanent|2002|Willits Justice Building|Inactive|MEN|Mendocino County AQMD|R9|39.411761|-123.352600|427.000|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060452002|060452002|840060452002|PM2.5|Permanent|2002|Willits Justice Building|Inactive|MEN|Mendocino County AQMD|R9|39.411761|-123.352600|427.000|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +060452002|060452002|840060452002|TEMP|Permanent|2002|Willits Justice Building|Inactive|MEN|Mendocino County AQMD|R9|39.411761|-123.352600|427.000|-8.00|US|46380| Ukiah, CA |06|CA|045|MENDOCINO +840060452003|060452003|840060452003|PM2.5|Permanent|2003|Willits Blosser Lane|Active|MEN|Mendocino County AQMD|R9|39.398610|-123.358720|427.000|-8.00|US|||06|CA|045|MENDOCINO +840060452003|060452003|840060452003|TEMP|Permanent|2003|Willits Blosser Lane|Active|MEN|Mendocino County AQMD|R9|39.398610|-123.358720|427.000|-8.00|US|||06|CA|045|MENDOCINO +840060452003|060452003|840060452003|WS|Permanent|2003|Willits Blosser Lane|Active|MEN|Mendocino County AQMD|R9|39.398610|-123.358720|427.000|-8.00|US|||06|CA|045|MENDOCINO +840060452003|060452003|840060452003|WD|Permanent|2003|Willits Blosser Lane|Active|MEN|Mendocino County AQMD|R9|39.398610|-123.358720|427.000|-8.00|US|||06|CA|045|MENDOCINO +060470003|060470003|840060470003|WS|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060470003|060470003|840060470003|WD|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060470003|060470003|840060470003|NOX|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060470003|060470003|840060470003|NO|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060470003|060470003|840060470003|RWD|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060470003|060470003|840060470003|RWS|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060470003|060470003|840060470003|O3|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060470003|060470003|840060470003|PM2.5|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060470003|060470003|840060470003|NO2|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060470003|060470003|840060470003|TEMP|Permanent|0003|Merced - S. Coffee Ave|Active|CA6|San Joaquin Valley Unified APCD|R9|37.281700|-120.433601||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +840060472510|060472510|840060472510|PM2.5|Permanent|2510|Merced-M St|Active|CA6|San Joaquin Valley Unified APCD|R9|37.308330|-120.480361||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +840060472510|060472510|840060472510|PM10|Permanent|2510|Merced-M St|Active|CA6|San Joaquin Valley Unified APCD|R9|37.308330|-120.480361||-8.00|US|32900| Merced, CA |06|CA|047|MERCED +060510001|060510001|840060510001|TEMP|Permanent|0001|Mammoth Lakes|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.645718|-118.966515||-8.00|US|||06|CA|051|MONO +060510001|060510001|840060510001|WS|Permanent|0001|Mammoth Lakes|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.645718|-118.966515||-8.00|US|||06|CA|051|MONO +060510001|060510001|840060510001|RWD|Permanent|0001|Mammoth Lakes|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.645718|-118.966515||-8.00|US|||06|CA|051|MONO +060510001|060510001|840060510001|RWS|Permanent|0001|Mammoth Lakes|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.645718|-118.966515||-8.00|US|||06|CA|051|MONO +060510001|060510001|840060510001|PM10|Permanent|0001|Mammoth Lakes|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.645718|-118.966515||-8.00|US|||06|CA|051|MONO +060510005|060510005|840060510005|PM10|Permanent|0005|Lee Vining|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.962069|-119.120278||-8.00|US|||06|CA|051|MONO +060510005|060510005|840060510005|TEMP|Permanent|0005|Lee Vining|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.962069|-119.120278||-8.00|US|||06|CA|051|MONO +060510005|060510005|840060510005|WS|Permanent|0005|Lee Vining|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.962069|-119.120278||-8.00|US|||06|CA|051|MONO +060510005|060510005|840060510005|PRECIP|Permanent|0005|Lee Vining|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.962069|-119.120278||-8.00|US|||06|CA|051|MONO +060510005|060510005|840060510005|RWD|Permanent|0005|Lee Vining|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.962069|-119.120278||-8.00|US|||06|CA|051|MONO +060510005|060510005|840060510005|RWS|Permanent|0005|Lee Vining|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.962069|-119.120278||-8.00|US|||06|CA|051|MONO +060510005|060510005|840060510005|PM2.5|Permanent|0005|Lee Vining|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.962069|-119.120278||-8.00|US|||06|CA|051|MONO +060510011|060510011|840060510011|PRECIP|Permanent|0011|Mono Shore|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.069700|-118.947700||-8.00|US|||06|CA|051|MONO +060510011|060510011|840060510011|RWD|Permanent|0011|Mono Shore|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.069700|-118.947700||-8.00|US|||06|CA|051|MONO +060510011|060510011|840060510011|RWS|Permanent|0011|Mono Shore|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.069700|-118.947700||-8.00|US|||06|CA|051|MONO +060510011|060510011|840060510011|PM10|Permanent|0011|Mono Shore|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.069700|-118.947700||-8.00|US|||06|CA|051|MONO +060510011|060510011|840060510011|TEMP|Permanent|0011|Mono Shore|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.069700|-118.947700||-8.00|US|||06|CA|051|MONO +060510011|060510011|840060510011|WS|Permanent|0011|Mono Shore|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.069700|-118.947700||-8.00|US|||06|CA|051|MONO +060510011|060510011|840060510011|RHUM|Permanent|0011|Mono Shore|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.069700|-118.947700||-8.00|US|||06|CA|051|MONO +060530002|060530002|840060530002|WS|Permanent|0002|Carmel Valley AMS|Active|MON|Monterey Bay Unified APCD|R9|36.481870|-121.733330|200.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060530002|060530002|840060530002|WD|Permanent|0002|Carmel Valley AMS|Active|MON|Monterey Bay Unified APCD|R9|36.481870|-121.733330|200.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060530002|060530002|840060530002|O3|Permanent|0002|Carmel Valley AMS|Active|MON|Monterey Bay Unified APCD|R9|36.481870|-121.733330|200.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060530002|060530002|840060530002|PM2.5|Permanent|0002|Carmel Valley AMS|Active|MON|Monterey Bay Unified APCD|R9|36.481870|-121.733330|200.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060530002|060530002|840060530002|PM10|Permanent|0002|Carmel Valley AMS|Active|MON|Monterey Bay Unified APCD|R9|36.481870|-121.733330|200.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060530002|060530002|840060530002|TEMP|Permanent|0002|Carmel Valley AMS|Active|MON|Monterey Bay Unified APCD|R9|36.481870|-121.733330|200.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060530008|060530008|840060530008|O3|Permanent|0008|King City AMS|Active|MON|Monterey Bay Unified APCD|R9|36.209286|-121.126371|102.800|-8.00|US|||06|CA|053|MONTEREY +060530008|060530008|840060530008|PM2.5|Permanent|0008|King City AMS|Active|MON|Monterey Bay Unified APCD|R9|36.209286|-121.126371|102.800|-8.00|US|||06|CA|053|MONTEREY +060530008|060530008|840060530008|PM10|Permanent|0008|King City AMS|Active|MON|Monterey Bay Unified APCD|R9|36.209286|-121.126371|102.800|-8.00|US|||06|CA|053|MONTEREY +060530008|060530008|840060530008|TEMP|Permanent|0008|King City AMS|Active|MON|Monterey Bay Unified APCD|R9|36.209286|-121.126371|102.800|-8.00|US|||06|CA|053|MONTEREY +060530008|060530008|840060530008|WS|Permanent|0008|King City AMS|Active|MON|Monterey Bay Unified APCD|R9|36.209286|-121.126371|102.800|-8.00|US|||06|CA|053|MONTEREY +060530008|060530008|840060530008|WD|Permanent|0008|King City AMS|Active|MON|Monterey Bay Unified APCD|R9|36.209286|-121.126371|102.800|-8.00|US|||06|CA|053|MONTEREY +060531003|060531003|840060531003|NOX|Permanent|1003|Salinas AMS|Active|MON|Monterey Bay Unified APCD|R9|36.694261|-121.623271|10.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060531003|060531003|840060531003|NO|Permanent|1003|Salinas AMS|Active|MON|Monterey Bay Unified APCD|R9|36.694261|-121.623271|10.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060531003|060531003|840060531003|O3|Permanent|1003|Salinas AMS|Active|MON|Monterey Bay Unified APCD|R9|36.694261|-121.623271|10.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060531003|060531003|840060531003|PM2.5|Permanent|1003|Salinas AMS|Active|MON|Monterey Bay Unified APCD|R9|36.694261|-121.623271|10.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060531003|060531003|840060531003|NO2|Permanent|1003|Salinas AMS|Active|MON|Monterey Bay Unified APCD|R9|36.694261|-121.623271|10.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060531003|060531003|840060531003|CO|Permanent|1003|Salinas AMS|Active|MON|Monterey Bay Unified APCD|R9|36.694261|-121.623271|10.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060531003|060531003|840060531003|TEMP|Permanent|1003|Salinas AMS|Active|MON|Monterey Bay Unified APCD|R9|36.694261|-121.623271|10.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060531003|060531003|840060531003|WS|Permanent|1003|Salinas AMS|Active|MON|Monterey Bay Unified APCD|R9|36.694261|-121.623271|10.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060531003|060531003|840060531003|WD|Permanent|1003|Salinas AMS|Active|MON|Monterey Bay Unified APCD|R9|36.694261|-121.623271|10.100|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060531005|060531005|840060531005|PM2.5|Permanent|1005|N/A|Inactive|MON|Monterey Bay Unified APCD|R9|36.694260|-121.623270||-8.00|US|||06|CA|053|MONTEREY +060539973|060539973|840060539973|PM2.5|Permanent|9973|Gonzales|Inactive|MON|Monterey Bay Unified APCD|R9|36.511942|-121.442794||-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539973|060539973|840060539973|TEMP|Permanent|9973|Gonzales|Inactive|MON|Monterey Bay Unified APCD|R9|36.511942|-121.442794||-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539974|060539974|840060539974|PM2.5|Permanent|9974|Soledad|Inactive|MON|Monterey Bay Unified APCD|R9|36.427975|-121.327819||-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539975|060539975|840060539975|PM2.5|Permanent|9975|Greenfield|Inactive|MON|Monterey Bay Unified APCD|R9|36.326972|-121.245819||-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539975|060539975|840060539975|TEMP|Permanent|9975|Greenfield|Inactive|MON|Monterey Bay Unified APCD|R9|36.326972|-121.245819||-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +840060539976|060539976|840060539976|PM2.5|Permanent|9976|Big Sur Ranger Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.247808|-121.781317||-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +840060539976|060539976|840060539976|TEMP|Permanent|9976|Big Sur Ranger Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.247808|-121.781317||-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +840060539976|060539976|840060539976|WS|Permanent|9976|Big Sur Ranger Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.247808|-121.781317||-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +840060539976|060539976|840060539976|WD|Permanent|9976|Big Sur Ranger Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.247808|-121.781317||-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539977|060539977|840060539977|PM2.5|Permanent|9977|Carmel River School|Inactive|MON|Monterey Bay Unified APCD|R9|36.542105|-121.922950||-8.00|US|||06|CA|053|MONTEREY +060539977|060539977|840060539977|TEMP|Permanent|9977|Carmel River School|Inactive|MON|Monterey Bay Unified APCD|R9|36.542105|-121.922950||-8.00|US|||06|CA|053|MONTEREY +060539977|060539977|840060539977|WS|Permanent|9977|Carmel River School|Inactive|MON|Monterey Bay Unified APCD|R9|36.542105|-121.922950||-8.00|US|||06|CA|053|MONTEREY +060539977|060539977|840060539977|WD|Permanent|9977|Carmel River School|Inactive|MON|Monterey Bay Unified APCD|R9|36.542105|-121.922950||-8.00|US|||06|CA|053|MONTEREY +060539978|060539978|840060539978|PM2.5|Permanent|9978|MBEST Center|Inactive|MON|Monterey Bay Unified APCD|R9|36.673277|-121.764533|41.200|0.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539979|060539979|840060539979|PM2.5|Permanent|9979|N/A|Inactive|MON|Monterey Bay Unified APCD|R9|36.247808|-121.781317||-8.00|US|||06|CA|053|MONTEREY +060539981|060539981|840060539981|PM2.5|Permanent|9981|Marshall Park Elementary|Inactive|MON|Monterey Bay Unified APCD|R9|36.636753|-121.807495||-8.00|US|||06|CA|053|MONTEREY +060539981|060539981|840060539981|TEMP|Permanent|9981|Marshall Park Elementary|Inactive|MON|Monterey Bay Unified APCD|R9|36.636753|-121.807495||-8.00|US|||06|CA|053|MONTEREY +060539981|060539981|840060539981|WS|Permanent|9981|Marshall Park Elementary|Inactive|MON|Monterey Bay Unified APCD|R9|36.636753|-121.807495||-8.00|US|||06|CA|053|MONTEREY +060539981|060539981|840060539981|WD|Permanent|9981|Marshall Park Elementary|Inactive|MON|Monterey Bay Unified APCD|R9|36.636753|-121.807495||-8.00|US|||06|CA|053|MONTEREY +060539982|060539982|840060539982|WS|Permanent|9982|MPWMD|Inactive|MON|Monterey Bay Unified APCD|R9|36.620125|-121.816645||-8.00|US|||06|CA|053|MONTEREY +060539982|060539982|840060539982|WD|Permanent|9982|MPWMD|Inactive|MON|Monterey Bay Unified APCD|R9|36.620125|-121.816645||-8.00|US|||06|CA|053|MONTEREY +060539982|060539982|840060539982|PM2.5|Permanent|9982|MPWMD|Inactive|MON|Monterey Bay Unified APCD|R9|36.620125|-121.816645||-8.00|US|||06|CA|053|MONTEREY +060539982|060539982|840060539982|TEMP|Permanent|9982|MPWMD|Inactive|MON|Monterey Bay Unified APCD|R9|36.620125|-121.816645||-8.00|US|||06|CA|053|MONTEREY +060539983|060539983|840060539983|PM2.5|Permanent|9983|Presidio of Monterey|Inactive|MON|Monterey Bay Unified APCD|R9|36.606912|-121.898879||-8.00|US|||06|CA|053|MONTEREY +060539983|060539983|840060539983|TEMP|Permanent|9983|Presidio of Monterey|Inactive|MON|Monterey Bay Unified APCD|R9|36.606912|-121.898879||-8.00|US|||06|CA|053|MONTEREY +060539983|060539983|840060539983|WS|Permanent|9983|Presidio of Monterey|Inactive|MON|Monterey Bay Unified APCD|R9|36.606912|-121.898879||-8.00|US|||06|CA|053|MONTEREY +060539983|060539983|840060539983|WD|Permanent|9983|Presidio of Monterey|Inactive|MON|Monterey Bay Unified APCD|R9|36.606912|-121.898879||-8.00|US|||06|CA|053|MONTEREY +060539984|060539984|840060539984|PM2.5|Permanent|9984|Del Rey Woods|Inactive|MON|Monterey Bay Unified APCD|R9|36.598671|-121.838383||-8.00|US|||06|CA|053|MONTEREY +060539984|060539984|840060539984|TEMP|Permanent|9984|Del Rey Woods|Inactive|MON|Monterey Bay Unified APCD|R9|36.598671|-121.838383||-8.00|US|||06|CA|053|MONTEREY +060539984|060539984|840060539984|WS|Permanent|9984|Del Rey Woods|Inactive|MON|Monterey Bay Unified APCD|R9|36.598671|-121.838383||-8.00|US|||06|CA|053|MONTEREY +060539984|060539984|840060539984|WD|Permanent|9984|Del Rey Woods|Inactive|MON|Monterey Bay Unified APCD|R9|36.598671|-121.838383||-8.00|US|||06|CA|053|MONTEREY +060539985|060539985|840060539985|PM2.5|Permanent|9985|Ingham|Inactive|MON|Monterey Bay Unified APCD|R9|36.577939|-121.715517||-8.00|US|||06|CA|053|MONTEREY +060539985|060539985|840060539985|TEMP|Permanent|9985|Ingham|Inactive|MON|Monterey Bay Unified APCD|R9|36.577939|-121.715517||-8.00|US|||06|CA|053|MONTEREY +060539985|060539985|840060539985|WS|Permanent|9985|Ingham|Inactive|MON|Monterey Bay Unified APCD|R9|36.577939|-121.715517||-8.00|US|||06|CA|053|MONTEREY +060539985|060539985|840060539985|WD|Permanent|9985|Ingham|Inactive|MON|Monterey Bay Unified APCD|R9|36.577939|-121.715517||-8.00|US|||06|CA|053|MONTEREY +060539986|060539986|840060539986|WD|Permanent|9986|Toro Park|Inactive|MON|Monterey Bay Unified APCD|R9|36.596824|-121.706649||-8.00|US|||06|CA|053|MONTEREY +060539986|060539986|840060539986|PM2.5|Permanent|9986|Toro Park|Inactive|MON|Monterey Bay Unified APCD|R9|36.596824|-121.706649||-8.00|US|||06|CA|053|MONTEREY +060539986|060539986|840060539986|TEMP|Permanent|9986|Toro Park|Inactive|MON|Monterey Bay Unified APCD|R9|36.596824|-121.706649||-8.00|US|||06|CA|053|MONTEREY +060539986|060539986|840060539986|WS|Permanent|9986|Toro Park|Inactive|MON|Monterey Bay Unified APCD|R9|36.596824|-121.706649||-8.00|US|||06|CA|053|MONTEREY +060539987|060539987|840060539987|TEMP|Permanent|9987|Spreckles School|Inactive|MON|Monterey Bay Unified APCD|R9|36.625659|-121.643246||-8.00|US|||06|CA|053|MONTEREY +060539987|060539987|840060539987|WS|Permanent|9987|Spreckles School|Inactive|MON|Monterey Bay Unified APCD|R9|36.625659|-121.643246||-8.00|US|||06|CA|053|MONTEREY +060539987|060539987|840060539987|WD|Permanent|9987|Spreckles School|Inactive|MON|Monterey Bay Unified APCD|R9|36.625659|-121.643246||-8.00|US|||06|CA|053|MONTEREY +060539987|060539987|840060539987|PM2.5|Permanent|9987|Spreckles School|Inactive|MON|Monterey Bay Unified APCD|R9|36.625659|-121.643246||-8.00|US|||06|CA|053|MONTEREY +060539995|060539995|840060539995|TEMP|Permanent|9995|Seaside Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.609014|-121.829122|61.000|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539995|060539995|840060539995|WS|Permanent|9995|Seaside Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.609014|-121.829122|61.000|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539995|060539995|840060539995|WD|Permanent|9995|Seaside Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.609014|-121.829122|61.000|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539995|060539995|840060539995|PM2.5|Permanent|9995|Seaside Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.609014|-121.829122|61.000|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539996|060539996|840060539996|PM2.5|Permanent|9996|Toro Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.617972|-121.687900|23.500|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539996|060539996|840060539996|TEMP|Permanent|9996|Toro Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.617972|-121.687900|23.500|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539996|060539996|840060539996|WS|Permanent|9996|Toro Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.617972|-121.687900|23.500|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539996|060539996|840060539996|WD|Permanent|9996|Toro Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.617972|-121.687900|23.500|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539997|060539997|840060539997|PM2.5|Permanent|9997|Manzanita|Inactive|MON|Monterey Bay Unified APCD|R9|36.613169|-121.827594|72.600|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539997|060539997|840060539997|TEMP|Permanent|9997|Manzanita|Inactive|MON|Monterey Bay Unified APCD|R9|36.613169|-121.827594|72.600|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539997|060539997|840060539997|WS|Permanent|9997|Manzanita|Inactive|MON|Monterey Bay Unified APCD|R9|36.613169|-121.827594|72.600|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539997|060539997|840060539997|WD|Permanent|9997|Manzanita|Inactive|MON|Monterey Bay Unified APCD|R9|36.613169|-121.827594|72.600|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539998|060539998|840060539998|PM2.5|Permanent|9998|MBARD Office - Monterey|Inactive|MON|Monterey Bay Unified APCD|R9|36.572725|-121.804919|147.600|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539999|060539999|840060539999|PM2.5|Permanent|9999|Laureles Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.569272|-121.755291|130.800|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539999|060539999|840060539999|TEMP|Permanent|9999|Laureles Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.569272|-121.755291|130.800|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539999|060539999|840060539999|WS|Permanent|9999|Laureles Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.569272|-121.755291|130.800|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060539999|060539999|840060539999|WD|Permanent|9999|Laureles Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|36.569272|-121.755291|130.800|-8.00|US|41500| Salinas, CA |06|CA|053|MONTEREY +060550003|060550003|840060550003|NOX|Permanent|0003|Napa - Jefferson St|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.310800|-122.295000|4.000|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550003|060550003|840060550003|NO|Permanent|0003|Napa - Jefferson St|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.310800|-122.295000|4.000|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550003|060550003|840060550003|O3|Permanent|0003|Napa - Jefferson St|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.310800|-122.295000|4.000|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550003|060550003|840060550003|PM2.5|Permanent|0003|Napa - Jefferson St|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.310800|-122.295000|4.000|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550003|060550003|840060550003|NO2|Permanent|0003|Napa - Jefferson St|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.310800|-122.295000|4.000|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550003|060550003|840060550003|CO|Permanent|0003|Napa - Jefferson St|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.310800|-122.295000|4.000|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550004|060550004|840060550004|NO|Permanent|0004|Napa - Napa Valley College|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.278849|-122.275024|10.100|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550004|060550004|840060550004|O3|Permanent|0004|Napa - Napa Valley College|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.278849|-122.275024|10.100|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550004|060550004|840060550004|PM2.5|Permanent|0004|Napa - Napa Valley College|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.278849|-122.275024|10.100|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550004|060550004|840060550004|NO2|Permanent|0004|Napa - Napa Valley College|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.278849|-122.275024|10.100|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550004|060550004|840060550004|CO|Permanent|0004|Napa - Napa Valley College|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.278849|-122.275024|10.100|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060550004|060550004|840060550004|NOX|Permanent|0004|Napa - Napa Valley College|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.278849|-122.275024|10.100|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060556001|060556001|840060556001|TEMP|Permanent|6001|Napa|Active|CA2|San Francisco Bay Area AQMD|R9|38.278500|-122.278250|1.800|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060556001|060556001|840060556001|WS|Permanent|6001|Napa|Active|CA2|San Francisco Bay Area AQMD|R9|38.278500|-122.278250|1.800|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060556001|060556001|840060556001|WD|Permanent|6001|Napa|Active|CA2|San Francisco Bay Area AQMD|R9|38.278500|-122.278250|1.800|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060556001|060556001|840060556001|RHUM|Permanent|6001|Napa|Active|CA2|San Francisco Bay Area AQMD|R9|38.278500|-122.278250|1.800|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060556001|060556001|840060556001|SRAD|Permanent|6001|Napa|Active|CA2|San Francisco Bay Area AQMD|R9|38.278500|-122.278250|1.800|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060556001|060556001|840060556001|RWD|Permanent|6001|Napa|Active|CA2|San Francisco Bay Area AQMD|R9|38.278500|-122.278250|1.800|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060556001|060556001|840060556001|RWS|Permanent|6001|Napa|Active|CA2|San Francisco Bay Area AQMD|R9|38.278500|-122.278250|1.800|-8.00|US|34900| Napa, CA |06|CA|055|NAPA +060570005|060570005|840060570005|PM2.5|Permanent|0005|Grass Valley|Active|NOS|Northern Sierra AQMD|R9|39.234402|-121.055603||-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060570005|060570005|840060570005|WS|Permanent|0005|Grass Valley|Active|NOS|Northern Sierra AQMD|R9|39.234402|-121.055603||-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060570005|060570005|840060570005|WD|Permanent|0005|Grass Valley|Active|NOS|Northern Sierra AQMD|R9|39.234402|-121.055603||-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060570005|060570005|840060570005|O3|Permanent|0005|Grass Valley|Active|NOS|Northern Sierra AQMD|R9|39.234402|-121.055603||-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060570007|060570007|840060570007|RWS|Permanent|0007|White Cloud Mountain (seasonal)|Inactive|CA8|California Air Resources Board|R9|39.317790|-120.845270|1335.600|-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060570007|060570007|840060570007|O3|Permanent|0007|White Cloud Mountain (seasonal)|Inactive|CA8|California Air Resources Board|R9|39.317790|-120.845270|1335.600|-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060570007|060570007|840060570007|RWD|Permanent|0007|White Cloud Mountain (seasonal)|Inactive|CA8|California Air Resources Board|R9|39.317790|-120.845270|1335.600|-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060571001|060571001|840060571001|PM2.5|Permanent|1001|Truckee BAM|Active|NOS|Northern Sierra AQMD|R9|39.338600|-120.170303||-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060571001|060571001|840060571001|WS|Permanent|1001|Truckee BAM|Active|NOS|Northern Sierra AQMD|R9|39.338600|-120.170303||-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060571001|060571001|840060571001|WD|Permanent|1001|Truckee BAM|Active|NOS|Northern Sierra AQMD|R9|39.338600|-120.170303||-8.00|US|46020| Truckee-Grass Valley, CA |06|CA|057|NEVADA +060590007|060590007|840060590007|NOX|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|NO|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|RWD|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|RWS|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|WS|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|WD|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|CO|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|TEMP|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|RHUM|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|BARPR|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|O3|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|PM2.5|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|PM10|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590007|060590007|840060590007|NO2|Permanent|0007|Anaheim|Active|CA3|South Coast AQMD|R9|33.830586|-117.938509|15.300|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060590008|060590008|840060590008|NOX|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060590008|060590008|840060590008|NO2|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060590008|060590008|840060590008|NO|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060590008|060590008|840060590008|RWD|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060590008|060590008|840060590008|RWS|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060590008|060590008|840060590008|CO|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060590008|060590008|840060590008|TEMP|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060590008|060590008|840060590008|WS|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060590008|060590008|840060590008|WD|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060590008|060590008|840060590008|RHUM|Permanent|0008|Anaheim Near Road|Active|CA3|South Coast AQMD|R9|33.819305|-117.918759||-8.00|US|||06|CA|059|ORANGE +060591003|060591003|840060591003|RHUM|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|BARPR|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|NOX|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|NO|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|RWD|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|RWS|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|O3|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|NO2|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|CO|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|SO2|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060591003|060591003|840060591003|TEMP|Permanent|1003|Costa Mesa - Mesa Verde Dr|Inactive|CA3|South Coast AQMD|R9|33.674543|-117.925587|7.600|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|WD|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|RHUM|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|BARPR|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|RWD|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|RWS|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|O3|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|PM2.5|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|CO|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|TEMP|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060592022|060592022|840060592022|WS|Permanent|2022|Mission Viejo|Active|CA3|South Coast AQMD|R9|33.629991|-117.675875|122.000|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|NO2|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|CO|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|TEMP|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|WS|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|RHUM|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|NOX|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|NO|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|RWD|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|RWS|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|O3|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060595001|060595001|840060595001|WD|Permanent|5001|La Habra|Active|CA3|South Coast AQMD|R9|33.925062|-117.952586|26.500|-8.00|US|31100| Los Angeles-Long Beach-Santa Ana, CA |06|CA|059|ORANGE +060610002|060610002|840060610002|WD|Permanent|0002|Auburn|Inactive|PLA|Placer County APCD|R9|38.937801|-121.103897||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610002|060610002|840060610002|O3|Permanent|0002|Auburn|Inactive|PLA|Placer County APCD|R9|38.937801|-121.103897||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610002|060610002|840060610002|PM2.5|Permanent|0002|Auburn|Inactive|PLA|Placer County APCD|R9|38.937801|-121.103897||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610002|060610002|840060610002|TEMP|Permanent|0002|Auburn|Inactive|PLA|Placer County APCD|R9|38.937801|-121.103897||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610002|060610002|840060610002|WS|Permanent|0002|Auburn|Inactive|PLA|Placer County APCD|R9|38.937801|-121.103897||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +840060610003|060610003|840060610003|O3|Permanent|0003|Auburn|Active|PLA|Placer County APCD|R9|38.935680|-121.099590||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +840060610003|060610003|840060610003|PM2.5|Permanent|0003|Auburn|Active|PLA|Placer County APCD|R9|38.935680|-121.099590||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610004|060610004|840060610004|O3|Permanent|0004|Colfax|Active|PLA|Placer County APCD|R9|39.100300|-120.952800||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610004|060610004|840060610004|PM2.5|Permanent|0004|Colfax|Active|PLA|Placer County APCD|R9|39.100300|-120.952800||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610004|060610004|840060610004|WS|Permanent|0004|Colfax|Active|PLA|Placer County APCD|R9|39.100300|-120.952800||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610004|060610004|840060610004|WD|Permanent|0004|Colfax|Active|PLA|Placer County APCD|R9|39.100300|-120.952800||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|NOX|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|NO|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|RWD|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|RWS|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|O3|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|PM2.5|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|PM10|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|NO2|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|TEMP|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060610006|060610006|840060610006|RHUM|Permanent|0006|Roseville - N.Sunrise/Douglas|Active|CA8|California Air Resources Board|R9|38.746430|-121.264980||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060611004|060611004|840060611004|PM2.5|Permanent|1004|Tahoe City|Active|PLA|Placer County APCD|R9|39.166000|-120.148800|1917.200|-8.00|US|||06|CA|061|PLACER +060611004|060611004|840060611004|O3|Permanent|1004|Tahoe City|Active|PLA|Placer County APCD|R9|39.166000|-120.148800|1917.200|-8.00|US|||06|CA|061|PLACER +060612001|060612001|840060612001|O3|Permanent|2001|Lincoln|Inactive|PLA|Placer County APCD|R9|38.890000|-121.300000|50.900|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060612001|060612001|840060612001|PM2.5|Permanent|2001|Lincoln|Inactive|PLA|Placer County APCD|R9|38.890000|-121.300000|50.900|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +840060612003|060612003|840060612003|O3|Permanent|2003|Lincoln|Active|PLA|Placer County APCD|R9|38.867940|-121.338350||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +840060612003|060612003|840060612003|PM2.5|Permanent|2003|Lincoln|Active|PLA|Placer County APCD|R9|38.867940|-121.338350||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|061|PLACER +060631006|060631006|840060631006|PM2.5|Permanent|1006|Unknown|Inactive|US1|United States1|USEPA|39.937200|-120.937800||-8.00|US|||06|CA|063|PLUMAS +060631007|060631007|840060631007|PM2.5|Permanent|1007|Chester BAM|Active|NOS|Northern Sierra AQMD|R9|40.301899|-121.235001||-8.00|US|||06|CA|063|PLUMAS +060631007|060631007|840060631007|WS|Permanent|1007|Chester BAM|Active|NOS|Northern Sierra AQMD|R9|40.301899|-121.235001||-8.00|US|||06|CA|063|PLUMAS +060631007|060631007|840060631007|WD|Permanent|1007|Chester BAM|Active|NOS|Northern Sierra AQMD|R9|40.301899|-121.235001||-8.00|US|||06|CA|063|PLUMAS +060631009|060631009|840060631009|PM2.5|Permanent|1009|Portola|Inactive|NOS|Northern Sierra AQMD|R9|39.808334|-120.471664||-8.00|US|||06|CA|063|PLUMAS +060631009|060631009|840060631009|WS|Permanent|1009|Portola|Inactive|NOS|Northern Sierra AQMD|R9|39.808334|-120.471664||-8.00|US|||06|CA|063|PLUMAS +060631009|060631009|840060631009|WD|Permanent|1009|Portola|Inactive|NOS|Northern Sierra AQMD|R9|39.808334|-120.471664||-8.00|US|||06|CA|063|PLUMAS +060631010|060631010|840060631010|PM2.5|Permanent|1010|Portola|Active|NOS|Northern Sierra AQMD|R9|39.808334|-120.471664||-8.00|US|||06|CA|063|PLUMAS +060631010|060631010|840060631010|WS|Permanent|1010|Portola|Active|NOS|Northern Sierra AQMD|R9|39.808334|-120.471664||-8.00|US|||06|CA|063|PLUMAS +060631010|060631010|840060631010|WD|Permanent|1010|Portola|Active|NOS|Northern Sierra AQMD|R9|39.808334|-120.471664||-8.00|US|||06|CA|063|PLUMAS +060639901|060639901|840060639901|PM2.5|Permanent|9901|Quincy BAM|Active|NOS|Northern Sierra AQMD|R9|39.936900|-120.947800||-8.00|US|||06|CA|063|PLUMAS +060639901|060639901|840060639901|WS|Permanent|9901|Quincy BAM|Active|NOS|Northern Sierra AQMD|R9|39.936900|-120.947800||-8.00|US|||06|CA|063|PLUMAS +060639901|060639901|840060639901|WD|Permanent|9901|Quincy BAM|Active|NOS|Northern Sierra AQMD|R9|39.936900|-120.947800||-8.00|US|||06|CA|063|PLUMAS +060639902|060639902|840060639902|PM2.5|Permanent|9902|N/A|Inactive|NOS|Northern Sierra AQMD|R9|0.000000|0.000000||-8.00|US|||06|CA|063|PLUMAS +060639902|060639902|840060639902|WS|Permanent|9902|N/A|Inactive|NOS|Northern Sierra AQMD|R9|0.000000|0.000000||-8.00|US|||06|CA|063|PLUMAS +060639902|060639902|840060639902|WD|Permanent|9902|N/A|Inactive|NOS|Northern Sierra AQMD|R9|0.000000|0.000000||-8.00|US|||06|CA|063|PLUMAS +060639903|060639903|840060639903|PM2.5|Permanent|9903|N/A|Inactive|NOS|Northern Sierra AQMD|R9|0.000000|0.000000||-8.00|US|||06|CA|063|PLUMAS +060639903|060639903|840060639903|WS|Permanent|9903|N/A|Inactive|NOS|Northern Sierra AQMD|R9|0.000000|0.000000||-8.00|US|||06|CA|063|PLUMAS +060639903|060639903|840060639903|WD|Permanent|9903|N/A|Inactive|NOS|Northern Sierra AQMD|R9|0.000000|0.000000||-8.00|US|||06|CA|063|PLUMAS +060650004|060650004|840060650004|O3|Permanent|0004|Mira Loma - High School|Inactive|CA3|South Coast AQMD|R9|33.971699|-117.530296||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650004|060650004|840060650004|PM10|Permanent|0004|Mira Loma - High School|Inactive|CA3|South Coast AQMD|R9|33.971699|-117.530296||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650008|060650008|840060650008|O3|Permanent|0008|Joshua Tree NP - Cottonwood Canyon|Inactive|NPS|National Park Service|USEPA|33.741270|-115.820410|991.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650008|060650008|840060650008|PM2.5|Permanent|0008|Joshua Tree NP - Cottonwood Canyon|Inactive|NPS|National Park Service|USEPA|33.741270|-115.820410|991.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650008|060650008|840060650008|TEMP|Permanent|0008|Joshua Tree NP - Cottonwood Canyon|Inactive|NPS|National Park Service|USEPA|33.741270|-115.820410|991.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650008|060650008|840060650008|WS|Permanent|0008|Joshua Tree NP - Cottonwood Canyon|Inactive|NPS|National Park Service|USEPA|33.741270|-115.820410|991.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650008|060650008|840060650008|WD|Permanent|0008|Joshua Tree NP - Cottonwood Canyon|Inactive|NPS|National Park Service|USEPA|33.741270|-115.820410|991.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650008|060650008|840060650008|RHUM|Permanent|0008|Joshua Tree NP - Cottonwood Canyon|Inactive|NPS|National Park Service|USEPA|33.741270|-115.820410|991.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650008|060650008|840060650008|SRAD|Permanent|0008|Joshua Tree NP - Cottonwood Canyon|Inactive|NPS|National Park Service|USEPA|33.741270|-115.820410|991.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650008|060650008|840060650008|PRECIP|Permanent|0008|Joshua Tree NP - Cottonwood Canyon|Inactive|NPS|National Park Service|USEPA|33.741270|-115.820410|991.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650009|060650009|840060650009|PM2.5|Permanent|0009|Joshua Tree NP - Cottonwood Canyon 3|Inactive|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650010|060650010|840060650010|RWS|Permanent|0010|Joshua Tree NP - Cottonwood Canyon 2|Active|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650010|060650010|840060650010|TEMP|Permanent|0010|Joshua Tree NP - Cottonwood Canyon 2|Active|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650010|060650010|840060650010|WS|Permanent|0010|Joshua Tree NP - Cottonwood Canyon 2|Active|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650010|060650010|840060650010|RHUM|Permanent|0010|Joshua Tree NP - Cottonwood Canyon 2|Active|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650010|060650010|840060650010|SRAD|Permanent|0010|Joshua Tree NP - Cottonwood Canyon 2|Active|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650010|060650010|840060650010|PRECIP|Permanent|0010|Joshua Tree NP - Cottonwood Canyon 2|Active|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650010|060650010|840060650010|RWD|Permanent|0010|Joshua Tree NP - Cottonwood Canyon 2|Active|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650010|060650010|840060650010|O3|Permanent|0010|Joshua Tree NP - Cottonwood Canyon 2|Active|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650010|060650010|840060650010|PM2.5|Permanent|0010|Joshua Tree NP - Cottonwood Canyon 2|Active|NPS|National Park Service|USEPA|33.747200|-115.820100||-8.00|US|||06|CA|065|RIVERSIDE +060650012|060650012|840060650012|WS|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|NO|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|RWD|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|O3|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|PM2.5|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|NO2|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|TEMP|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|RWS|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|WD|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|RHUM|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|BARPR|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650012|060650012|840060650012|NOX|Permanent|0012|Banning - South Hathaway Street|Active|CA3|South Coast AQMD|R9|33.920758|-116.858419||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650016|060650016|840060650016|RHUM|Permanent|0016|Temecula (Lake Skinner)|Active|CA3|South Coast AQMD|R9|33.583099|-117.072197|453.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650016|060650016|840060650016|RWD|Permanent|0016|Temecula (Lake Skinner)|Active|CA3|South Coast AQMD|R9|33.583099|-117.072197|453.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650016|060650016|840060650016|RWS|Permanent|0016|Temecula (Lake Skinner)|Active|CA3|South Coast AQMD|R9|33.583099|-117.072197|453.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650016|060650016|840060650016|O3|Permanent|0016|Temecula (Lake Skinner)|Active|CA3|South Coast AQMD|R9|33.583099|-117.072197|453.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650016|060650016|840060650016|PM2.5|Permanent|0016|Temecula (Lake Skinner)|Active|CA3|South Coast AQMD|R9|33.583099|-117.072197|453.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650016|060650016|840060650016|TEMP|Permanent|0016|Temecula (Lake Skinner)|Active|CA3|South Coast AQMD|R9|33.583099|-117.072197|453.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650016|060650016|840060650016|WS|Permanent|0016|Temecula (Lake Skinner)|Active|CA3|South Coast AQMD|R9|33.583099|-117.072197|453.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060650016|060650016|840060650016|WD|Permanent|0016|Temecula (Lake Skinner)|Active|CA3|South Coast AQMD|R9|33.583099|-117.072197|453.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060651003|060651003|840060651003|PM2.5|Permanent|1003|Riverside - Magnolia|Inactive|CA3|South Coast AQMD|R9|33.741699|-117.958099||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060651003|060651003|840060651003|PM10|Permanent|1003|Riverside - Magnolia|Inactive|CA3|South Coast AQMD|R9|33.741699|-117.958099||-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060651004|060651004|840060651004|WD|Permanent|1004|Joshua Tree NP - Pinto Wells|Active|NPS|National Park Service|USEPA|33.939830|-115.410850|330.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060651004|060651004|840060651004|RHUM|Permanent|1004|Joshua Tree NP - Pinto Wells|Active|NPS|National Park Service|USEPA|33.939830|-115.410850|330.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060651004|060651004|840060651004|SRAD|Permanent|1004|Joshua Tree NP - Pinto Wells|Active|NPS|National Park Service|USEPA|33.939830|-115.410850|330.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060651004|060651004|840060651004|PRECIP|Permanent|1004|Joshua Tree NP - Pinto Wells|Active|NPS|National Park Service|USEPA|33.939830|-115.410850|330.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060651004|060651004|840060651004|O3|Permanent|1004|Joshua Tree NP - Pinto Wells|Active|NPS|National Park Service|USEPA|33.939830|-115.410850|330.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060651004|060651004|840060651004|TEMP|Permanent|1004|Joshua Tree NP - Pinto Wells|Active|NPS|National Park Service|USEPA|33.939830|-115.410850|330.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060651004|060651004|840060651004|WS|Permanent|1004|Joshua Tree NP - Pinto Wells|Active|NPS|National Park Service|USEPA|33.939830|-115.410850|330.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|RWS|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|O3|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|PM2.5|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|PM10|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|TEMP|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|WS|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|WD|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|RHUM|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|BARPR|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652002|060652002|840060652002|RWD|Permanent|2002|Indio - Jackson Street|Inactive|CA3|South Coast AQMD|R9|33.708566|-116.215394|-1.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060652004|060652004|840060652004|H2S|Permanent|2004|Torrez Martinez|Active|CA3|South Coast AQMD|R9|33.518298|-116.075356||-8.00|US|||06|CA|065|RIVERSIDE +060652005|060652005|840060652005|WD|Permanent|2005|Saul Martinez|Active|CA3|South Coast AQMD|R9|33.572019|-116.063823||-8.00|US|||06|CA|065|RIVERSIDE +060652005|060652005|840060652005|RWD|Permanent|2005|Saul Martinez|Active|CA3|South Coast AQMD|R9|33.572019|-116.063823||-8.00|US|||06|CA|065|RIVERSIDE +060652005|060652005|840060652005|RWS|Permanent|2005|Saul Martinez|Active|CA3|South Coast AQMD|R9|33.572019|-116.063823||-8.00|US|||06|CA|065|RIVERSIDE +060652005|060652005|840060652005|H2S|Permanent|2005|Saul Martinez|Active|CA3|South Coast AQMD|R9|33.572019|-116.063823||-8.00|US|||06|CA|065|RIVERSIDE +060652005|060652005|840060652005|PM10|Permanent|2005|Saul Martinez|Active|CA3|South Coast AQMD|R9|33.572019|-116.063823||-8.00|US|||06|CA|065|RIVERSIDE +060652005|060652005|840060652005|TEMP|Permanent|2005|Saul Martinez|Active|CA3|South Coast AQMD|R9|33.572019|-116.063823||-8.00|US|||06|CA|065|RIVERSIDE +060652005|060652005|840060652005|WS|Permanent|2005|Saul Martinez|Active|CA3|South Coast AQMD|R9|33.572019|-116.063823||-8.00|US|||06|CA|065|RIVERSIDE +060652005|060652005|840060652005|RHUM|Permanent|2005|Saul Martinez|Active|CA3|South Coast AQMD|R9|33.572019|-116.063823||-8.00|US|||06|CA|065|RIVERSIDE +060655001|060655001|840060655001|NO|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|RWD|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|RWS|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|TEMP|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|PM10|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|NO2|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|CO|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|WS|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|WD|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|RHUM|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|BARPR|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|NOX|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060655001|060655001|840060655001|O3|Permanent|5001|Palm Springs - Fire Station|Active|CA3|South Coast AQMD|R9|33.852605|-116.540965|54.000|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060656001|060656001|840060656001|WS|Permanent|6001|Perris|Inactive|CA3|South Coast AQMD|R9|33.789331|-117.227639|135.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060656001|060656001|840060656001|RHUM|Permanent|6001|Perris|Inactive|CA3|South Coast AQMD|R9|33.789331|-117.227639|135.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060656001|060656001|840060656001|BARPR|Permanent|6001|Perris|Inactive|CA3|South Coast AQMD|R9|33.789331|-117.227639|135.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060656001|060656001|840060656001|RWD|Permanent|6001|Perris|Inactive|CA3|South Coast AQMD|R9|33.789331|-117.227639|135.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060656001|060656001|840060656001|RWS|Permanent|6001|Perris|Inactive|CA3|South Coast AQMD|R9|33.789331|-117.227639|135.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060656001|060656001|840060656001|O3|Permanent|6001|Perris|Inactive|CA3|South Coast AQMD|R9|33.789331|-117.227639|135.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060656001|060656001|840060656001|TEMP|Permanent|6001|Perris|Inactive|CA3|South Coast AQMD|R9|33.789331|-117.227639|135.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060656001|060656001|840060656001|WD|Permanent|6001|Perris|Inactive|CA3|South Coast AQMD|R9|33.789331|-117.227639|135.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|O3|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|PM2.5|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|PM10|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|NO2|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|RWD|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|RWS|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|WD|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|RHUM|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|BARPR|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|SRAD|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|NOX|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|NO|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|CO|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|SO2|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|NOY|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|NO2Y|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|TEMP|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658001|060658001|840060658001|WS|Permanent|8001|Riverside - Rubidoux|Active|CA3|South Coast AQMD|R9|33.999449|-117.415831|78.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|PM10|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|NO2|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|CO|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|WD|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|RHUM|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|BARPR|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|TEMP|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|WS|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|NOX|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|O3|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|PM2.5|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|NO|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|RWD|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060658005|060658005|840060658005|RWS|Permanent|8005|Mira Loma - Van Buren|Active|CA3|South Coast AQMD|R9|33.996387|-117.492500|230.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|NO|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|RWD|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|RWS|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|CO|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|PM2.5|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|PM10|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|O3|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|NO2|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|TEMP|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|WS|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|WD|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|RHUM|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659001|060659001|840060659001|NOX|Permanent|9001|Lake Elsinore - W. Flint Street|Active|CA3|South Coast AQMD|R9|33.676535|-117.331027|134.200|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060659003|060659003|840060659003|O3|Permanent|9003|Blythe|Active|CA8|California Air Resources Board|R9|33.612350|-114.602090|25.300|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|065|RIVERSIDE +060670002|060670002|840060670002|NO2|Permanent|0002|Antelope - North Highlands|Active|CA1|Sacramento Metro. AQMD|R9|38.712090|-121.381090|27.500|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670002|060670002|840060670002|CO|Permanent|0002|Antelope - North Highlands|Active|CA1|Sacramento Metro. AQMD|R9|38.712090|-121.381090|27.500|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670002|060670002|840060670002|SO2|Permanent|0002|Antelope - North Highlands|Active|CA1|Sacramento Metro. AQMD|R9|38.712090|-121.381090|27.500|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670002|060670002|840060670002|NOX|Permanent|0002|Antelope - North Highlands|Active|CA1|Sacramento Metro. AQMD|R9|38.712090|-121.381090|27.500|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670002|060670002|840060670002|NO|Permanent|0002|Antelope - North Highlands|Active|CA1|Sacramento Metro. AQMD|R9|38.712090|-121.381090|27.500|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670002|060670002|840060670002|O3|Permanent|0002|Antelope - North Highlands|Active|CA1|Sacramento Metro. AQMD|R9|38.712090|-121.381090|27.500|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|SO2|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|NO2Y|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|O3|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|PM2.5|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|NOX|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|NO|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|RHUM|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|BC|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|TEMP|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|WS|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|WD|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|NOY|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|SRAD|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|PM10|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|NO2|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670006|060670006|840060670006|CO|Permanent|0006|Arden Arcade - Del Paso Manor|Active|CA1|Sacramento Metro. AQMD|R9|38.613804|-121.368007|25.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670007|060670007|840060670007|CO|Permanent|0007|El Camino/Watt|Inactive|CA1|Sacramento Metro. AQMD|R9|38.610315|-121.381541|18.300|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|TEMP|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|RHUM|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|NOX|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|NO|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|RWD|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|RWS|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|O3|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|PM2.5|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|PM10|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|NO2|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670010|060670010|840060670010|CO|Permanent|0010|Downtown Sacramento - T Street|Active|CA8|California Air Resources Board|R9|38.568440|-121.493110||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|O3|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|PM2.5|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|NO2|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|NOX|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|NO|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|PRECIP|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|TEMP|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|WS|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|WD|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|RHUM|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|BARPR|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670011|060670011|840060670011|SRAD|Permanent|0011|Elk Grove|Active|CA1|Sacramento Metro. AQMD|R9|38.302591|-121.420838|6.400|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|O3|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|PM2.5|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|RHUM|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|SRAD|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|NOX|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|NO|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|NO2|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|NOY|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|NO2Y|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|TEMP|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|WS|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670012|060670012|840060670012|WD|Permanent|0012|Folsom|Active|CA1|Sacramento Metro. AQMD|R9|38.683304|-121.164457|101.600|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670014|060670014|840060670014|WD|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|RHUM|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|SRAD|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|NOX|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|NO|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|O3|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|PM10|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|NO2|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|CO|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|TEMP|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670014|060670014|840060670014|WS|Permanent|0014|Natomas - Goldenland Court|Inactive|CA1|Sacramento Metro. AQMD|R9|38.650716|-121.506650|4.000|-8.00|US|||06|CA|067|SACRAMENTO +060670015|060670015|840060670015|TEMP|Permanent|0015|Bercut Dr|Active|CA1|Sacramento Metro. AQMD|R9|38.593328|-121.503728||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670015|060670015|840060670015|WS|Permanent|0015|Bercut Dr|Active|CA1|Sacramento Metro. AQMD|R9|38.593328|-121.503728||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670015|060670015|840060670015|WD|Permanent|0015|Bercut Dr|Active|CA1|Sacramento Metro. AQMD|R9|38.593328|-121.503728||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670015|060670015|840060670015|PM2.5|Permanent|0015|Bercut Dr|Active|CA1|Sacramento Metro. AQMD|R9|38.593328|-121.503728||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670015|060670015|840060670015|NO2|Permanent|0015|Bercut Dr|Active|CA1|Sacramento Metro. AQMD|R9|38.593328|-121.503728||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060670015|060670015|840060670015|CO|Permanent|0015|Bercut Dr|Active|CA1|Sacramento Metro. AQMD|R9|38.593328|-121.503728||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060674001|060674001|840060674001|PM10|Permanent|4001|Sacramento- Stockton Blvd.|Inactive|CA1|Sacramento Metro. AQMD|R9|38.556326|-121.458499|8.200|-8.00|US|||06|CA|067|SACRAMENTO +060674001|060674001|840060674001|TEMP|Permanent|4001|Sacramento- Stockton Blvd.|Inactive|CA1|Sacramento Metro. AQMD|R9|38.556326|-121.458499|8.200|-8.00|US|||06|CA|067|SACRAMENTO +060675003|060675003|840060675003|WD|Permanent|5003|Sloughhouse|Active|CA1|Sacramento Metro. AQMD|R9|38.494475|-121.211131|59.200|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060675003|060675003|840060675003|O3|Permanent|5003|Sloughhouse|Active|CA1|Sacramento Metro. AQMD|R9|38.494475|-121.211131|59.200|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060675003|060675003|840060675003|PM2.5|Permanent|5003|Sloughhouse|Active|CA1|Sacramento Metro. AQMD|R9|38.494475|-121.211131|59.200|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060675003|060675003|840060675003|WS|Permanent|5003|Sloughhouse|Active|CA1|Sacramento Metro. AQMD|R9|38.494475|-121.211131|59.200|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060679991|060679991|840060679991|PM2.5|Permanent|9991|Rancho Seco|Inactive|CA1|Sacramento Metro. AQMD|R9|38.343812|-121.109977|68.000|-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|067|SACRAMENTO +060690002|060690002|840060690002|WD|Permanent|0002|Hollister AMS|Active|MON|Monterey Bay Unified APCD|R9|36.843425|-121.362100||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690002|060690002|840060690002|O3|Permanent|0002|Hollister AMS|Active|MON|Monterey Bay Unified APCD|R9|36.843425|-121.362100||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690002|060690002|840060690002|PM2.5|Permanent|0002|Hollister AMS|Active|MON|Monterey Bay Unified APCD|R9|36.843425|-121.362100||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690002|060690002|840060690002|PM10|Permanent|0002|Hollister AMS|Active|MON|Monterey Bay Unified APCD|R9|36.843425|-121.362100||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690002|060690002|840060690002|TEMP|Permanent|0002|Hollister AMS|Active|MON|Monterey Bay Unified APCD|R9|36.843425|-121.362100||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690002|060690002|840060690002|WS|Permanent|0002|Hollister AMS|Active|MON|Monterey Bay Unified APCD|R9|36.843425|-121.362100||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690003|060690003|840060690003|RWD|Permanent|0003|Pinnacles NM|Active|NPS|National Park Service|USEPA|36.485001|-121.155602|335.200|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690003|060690003|840060690003|RWS|Permanent|0003|Pinnacles NM|Active|NPS|National Park Service|USEPA|36.485001|-121.155602|335.200|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690003|060690003|840060690003|O3|Permanent|0003|Pinnacles NM|Active|NPS|National Park Service|USEPA|36.485001|-121.155602|335.200|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690003|060690003|840060690003|TEMP|Permanent|0003|Pinnacles NM|Active|NPS|National Park Service|USEPA|36.485001|-121.155602|335.200|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690003|060690003|840060690003|WS|Permanent|0003|Pinnacles NM|Active|NPS|National Park Service|USEPA|36.485001|-121.155602|335.200|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690003|060690003|840060690003|WD|Permanent|0003|Pinnacles NM|Active|NPS|National Park Service|USEPA|36.485001|-121.155602|335.200|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690003|060690003|840060690003|RHUM|Permanent|0003|Pinnacles NM|Active|NPS|National Park Service|USEPA|36.485001|-121.155602|335.200|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690003|060690003|840060690003|SRAD|Permanent|0003|Pinnacles NM|Active|NPS|National Park Service|USEPA|36.485001|-121.155602|335.200|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +060690003|060690003|840060690003|PRECIP|Permanent|0003|Pinnacles NM|Active|NPS|National Park Service|USEPA|36.485001|-121.155602|335.200|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|069|SAN BENITO +840060690004|060690004|840060690004|PM10|Permanent|0004|San Juan Bautista AMS|Active|MON|Monterey Bay Unified APCD|R9|36.841488|-121.533444||-8.00|US|||06|CA|069|SAN BENITO +840060690004|060690004|840060690004|TEMP|Permanent|0004|San Juan Bautista AMS|Active|MON|Monterey Bay Unified APCD|R9|36.841488|-121.533444||-8.00|US|||06|CA|069|SAN BENITO +840060690004|060690004|840060690004|WS|Permanent|0004|San Juan Bautista AMS|Active|MON|Monterey Bay Unified APCD|R9|36.841488|-121.533444||-8.00|US|||06|CA|069|SAN BENITO +840060690004|060690004|840060690004|WD|Permanent|0004|San Juan Bautista AMS|Active|MON|Monterey Bay Unified APCD|R9|36.841488|-121.533444||-8.00|US|||06|CA|069|SAN BENITO +060710001|060710001|840060710001|TEMP|Permanent|0001|Barstow|Active|CA7|Mojave Desert AQMD|R9|34.894054|-117.024756|695.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710001|060710001|840060710001|WS|Permanent|0001|Barstow|Active|CA7|Mojave Desert AQMD|R9|34.894054|-117.024756|695.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710001|060710001|840060710001|WD|Permanent|0001|Barstow|Active|CA7|Mojave Desert AQMD|R9|34.894054|-117.024756|695.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710001|060710001|840060710001|RHUM|Permanent|0001|Barstow|Active|CA7|Mojave Desert AQMD|R9|34.894054|-117.024756|695.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710001|060710001|840060710001|BARPR|Permanent|0001|Barstow|Active|CA7|Mojave Desert AQMD|R9|34.894054|-117.024756|695.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710001|060710001|840060710001|O3|Permanent|0001|Barstow|Active|CA7|Mojave Desert AQMD|R9|34.894054|-117.024756|695.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710001|060710001|840060710001|PM10|Permanent|0001|Barstow|Active|CA7|Mojave Desert AQMD|R9|34.894054|-117.024756|695.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710005|060710005|840060710005|WD|Permanent|0005|Crestline - Lake Gregory|Active|CA3|South Coast AQMD|R9|34.243132|-117.272275|1387.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710005|060710005|840060710005|RHUM|Permanent|0005|Crestline - Lake Gregory|Active|CA3|South Coast AQMD|R9|34.243132|-117.272275|1387.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710005|060710005|840060710005|RWD|Permanent|0005|Crestline - Lake Gregory|Active|CA3|South Coast AQMD|R9|34.243132|-117.272275|1387.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710005|060710005|840060710005|RWS|Permanent|0005|Crestline - Lake Gregory|Active|CA3|South Coast AQMD|R9|34.243132|-117.272275|1387.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710005|060710005|840060710005|O3|Permanent|0005|Crestline - Lake Gregory|Active|CA3|South Coast AQMD|R9|34.243132|-117.272275|1387.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710005|060710005|840060710005|PM2.5|Permanent|0005|Crestline - Lake Gregory|Active|CA3|South Coast AQMD|R9|34.243132|-117.272275|1387.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710005|060710005|840060710005|TEMP|Permanent|0005|Crestline - Lake Gregory|Active|CA3|South Coast AQMD|R9|34.243132|-117.272275|1387.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710005|060710005|840060710005|WS|Permanent|0005|Crestline - Lake Gregory|Active|CA3|South Coast AQMD|R9|34.243132|-117.272275|1387.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710012|060710012|840060710012|O3|Permanent|0012|Phelan - Beekley Road & Phelan Road|Active|CA7|Mojave Desert AQMD|R9|34.425052|-117.589813|1270.300|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710012|060710012|840060710012|TEMP|Permanent|0012|Phelan - Beekley Road & Phelan Road|Active|CA7|Mojave Desert AQMD|R9|34.425052|-117.589813|1270.300|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710012|060710012|840060710012|WS|Permanent|0012|Phelan - Beekley Road & Phelan Road|Active|CA7|Mojave Desert AQMD|R9|34.425052|-117.589813|1270.300|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710012|060710012|840060710012|WD|Permanent|0012|Phelan - Beekley Road & Phelan Road|Active|CA7|Mojave Desert AQMD|R9|34.425052|-117.589813|1270.300|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710012|060710012|840060710012|RHUM|Permanent|0012|Phelan - Beekley Road & Phelan Road|Active|CA7|Mojave Desert AQMD|R9|34.425052|-117.589813|1270.300|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710012|060710012|840060710012|BARPR|Permanent|0012|Phelan - Beekley Road & Phelan Road|Active|CA7|Mojave Desert AQMD|R9|34.425052|-117.589813|1270.300|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710013|060710013|840060710013|PM10|Permanent|0013|Lucerne Valley|Active|CA7|Mojave Desert AQMD|R9|34.410100|-116.906874|983.900|-8.00|US|||06|CA|071|SAN BERNARDINO +060710014|060710014|840060710014|O3|Permanent|0014|Victorville - Armagosa Road|Inactive|CA7|Mojave Desert AQMD|R9|34.510955|-117.325553|913.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710017|060710017|840060710017|PM10|Permanent|0017|Twentynine Palms - Adobe Road #2|Inactive|CA7|Mojave Desert AQMD|R9|34.141900|-116.055000|606.300|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|WD|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|RHUM|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|BARPR|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|NOX|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|NO2|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|CO|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|NO|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|RWD|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|RWS|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|TEMP|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710026|060710026|840060710026|WS|Permanent|0026|Ontario Near Road|Active|CA3|South Coast AQMD|R9|34.068114|-117.525796||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|PM2.5|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|NO2|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|TEMP|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|RWD|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|RWS|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|WS|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|WD|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|RHUM|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|BARPR|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|NOX|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710027|060710027|840060710027|NO|Permanent|0027|60 Near Road|Active|CA3|South Coast AQMD|R9|34.030900|-117.617403||-8.00|US|||06|CA|071|SAN BERNARDINO +060710306|060710306|840060710306|RHUM|Permanent|0306|Victorville - Park Avenue|Active|CA7|Mojave Desert AQMD|R9|34.510955|-117.325550|278.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710306|060710306|840060710306|RHUM|Permanent|0306|Victorville - Park Avenue|Active|CA7|Mojave Desert AQMD|R9|34.510955|-117.325550|278.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710306|060710306|840060710306|BARPR|Permanent|0306|Victorville - Park Avenue|Active|CA7|Mojave Desert AQMD|R9|34.510955|-117.325550|278.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710306|060710306|840060710306|O3|Permanent|0306|Victorville - Park Avenue|Active|CA7|Mojave Desert AQMD|R9|34.510955|-117.325550|278.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710306|060710306|840060710306|PM2.5|Permanent|0306|Victorville - Park Avenue|Active|CA7|Mojave Desert AQMD|R9|34.510955|-117.325550|278.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710306|060710306|840060710306|PM10|Permanent|0306|Victorville - Park Avenue|Active|CA7|Mojave Desert AQMD|R9|34.510955|-117.325550|278.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710306|060710306|840060710306|TEMP|Permanent|0306|Victorville - Park Avenue|Active|CA7|Mojave Desert AQMD|R9|34.510955|-117.325550|278.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710306|060710306|840060710306|WS|Permanent|0306|Victorville - Park Avenue|Active|CA7|Mojave Desert AQMD|R9|34.510955|-117.325550|278.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060710306|060710306|840060710306|WD|Permanent|0306|Victorville - Park Avenue|Active|CA7|Mojave Desert AQMD|R9|34.510955|-117.325550|278.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711001|060711001|840060711001|PRECIP|Permanent|1001|Mojave NPr|Active|NPS|National Park Service|USEPA|35.101898|-115.776703|1212.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711001|060711001|840060711001|O3|Permanent|1001|Mojave NPr|Active|NPS|National Park Service|USEPA|35.101898|-115.776703|1212.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711001|060711001|840060711001|TEMP|Permanent|1001|Mojave NPr|Active|NPS|National Park Service|USEPA|35.101898|-115.776703|1212.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711001|060711001|840060711001|WS|Permanent|1001|Mojave NPr|Active|NPS|National Park Service|USEPA|35.101898|-115.776703|1212.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711001|060711001|840060711001|WD|Permanent|1001|Mojave NPr|Active|NPS|National Park Service|USEPA|35.101898|-115.776703|1212.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711001|060711001|840060711001|RHUM|Permanent|1001|Mojave NPr|Active|NPS|National Park Service|USEPA|35.101898|-115.776703|1212.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711001|060711001|840060711001|SRAD|Permanent|1001|Mojave NPr|Active|NPS|National Park Service|USEPA|35.101898|-115.776703|1212.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|RHUM|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|BARPR|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|NOX|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|NO|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|CO|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|TEMP|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|PM10|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|NO2|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|RWD|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|RWS|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|WS|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|WD|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|O3|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711004|060711004|840060711004|PM2.5|Permanent|1004|Upland|Active|CA3|South Coast AQMD|R9|34.103660|-117.629096|126.600|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711234|060711234|840060711234|WS|Permanent|1234|Trona - Athol and Telegraph|Active|CA7|Mojave Desert AQMD|R9|35.774455|-117.372109|498.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711234|060711234|840060711234|RHUM|Permanent|1234|Trona - Athol and Telegraph|Active|CA7|Mojave Desert AQMD|R9|35.774455|-117.372109|498.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711234|060711234|840060711234|BARPR|Permanent|1234|Trona - Athol and Telegraph|Active|CA7|Mojave Desert AQMD|R9|35.774455|-117.372109|498.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711234|060711234|840060711234|O3|Permanent|1234|Trona - Athol and Telegraph|Active|CA7|Mojave Desert AQMD|R9|35.774455|-117.372109|498.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711234|060711234|840060711234|PM10|Permanent|1234|Trona - Athol and Telegraph|Active|CA7|Mojave Desert AQMD|R9|35.774455|-117.372109|498.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060711234|060711234|840060711234|TEMP|Permanent|1234|Trona - Athol and Telegraph|Active|CA7|Mojave Desert AQMD|R9|35.774455|-117.372109|498.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|O3|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|NO2|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|CO|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|RHUM|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|BARPR|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|NOX|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|NO|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|SO2|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|TEMP|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|WS|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|RWD|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|RWS|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060712002|060712002|840060712002|WD|Permanent|2002|Fontana - Arrow Highway|Active|CA3|South Coast AQMD|R9|34.100132|-117.491982|116.800|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714001|060714001|840060714001|BARPR|Permanent|4001|Hesperia - Olive Street|Active|CA7|Mojave Desert AQMD|R9|34.416506|-117.285602|966.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714001|060714001|840060714001|O3|Permanent|4001|Hesperia - Olive Street|Active|CA7|Mojave Desert AQMD|R9|34.416506|-117.285602|966.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714001|060714001|840060714001|PM10|Permanent|4001|Hesperia - Olive Street|Active|CA7|Mojave Desert AQMD|R9|34.416506|-117.285602|966.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714001|060714001|840060714001|TEMP|Permanent|4001|Hesperia - Olive Street|Active|CA7|Mojave Desert AQMD|R9|34.416506|-117.285602|966.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714001|060714001|840060714001|WS|Permanent|4001|Hesperia - Olive Street|Active|CA7|Mojave Desert AQMD|R9|34.416506|-117.285602|966.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714001|060714001|840060714001|WD|Permanent|4001|Hesperia - Olive Street|Active|CA7|Mojave Desert AQMD|R9|34.416506|-117.285602|966.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714001|060714001|840060714001|RHUM|Permanent|4001|Hesperia - Olive Street|Active|CA7|Mojave Desert AQMD|R9|34.416506|-117.285602|966.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714003|060714003|840060714003|RWD|Permanent|4003|Redlands - Dearborn|Active|CA3|South Coast AQMD|R9|34.059626|-117.147347|146.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714003|060714003|840060714003|RWS|Permanent|4003|Redlands - Dearborn|Active|CA3|South Coast AQMD|R9|34.059626|-117.147347|146.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714003|060714003|840060714003|O3|Permanent|4003|Redlands - Dearborn|Active|CA3|South Coast AQMD|R9|34.059626|-117.147347|146.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714003|060714003|840060714003|TEMP|Permanent|4003|Redlands - Dearborn|Active|CA3|South Coast AQMD|R9|34.059626|-117.147347|146.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714003|060714003|840060714003|WS|Permanent|4003|Redlands - Dearborn|Active|CA3|South Coast AQMD|R9|34.059626|-117.147347|146.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714003|060714003|840060714003|WD|Permanent|4003|Redlands - Dearborn|Active|CA3|South Coast AQMD|R9|34.059626|-117.147347|146.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060714003|060714003|840060714003|RHUM|Permanent|4003|Redlands - Dearborn|Active|CA3|South Coast AQMD|R9|34.059626|-117.147347|146.700|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +840060718001|060718001|840060718001|PM2.5|Permanent|8001|Big Bear|Active|CA3|South Coast AQMD|R9|34.264706|-116.861653|2060.300|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719002|060719002|840060719002|PRECIP|Permanent|9002|Joshua Tree NP - Black Rock|Active|NPS|National Park Service|USEPA|34.071400|-116.390600|1244.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719002|060719002|840060719002|RWD|Permanent|9002|Joshua Tree NP - Black Rock|Active|NPS|National Park Service|USEPA|34.071400|-116.390600|1244.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719002|060719002|840060719002|O3|Permanent|9002|Joshua Tree NP - Black Rock|Active|NPS|National Park Service|USEPA|34.071400|-116.390600|1244.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719002|060719002|840060719002|TEMP|Permanent|9002|Joshua Tree NP - Black Rock|Active|NPS|National Park Service|USEPA|34.071400|-116.390600|1244.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719002|060719002|840060719002|RWS|Permanent|9002|Joshua Tree NP - Black Rock|Active|NPS|National Park Service|USEPA|34.071400|-116.390600|1244.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719002|060719002|840060719002|WS|Permanent|9002|Joshua Tree NP - Black Rock|Active|NPS|National Park Service|USEPA|34.071400|-116.390600|1244.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719002|060719002|840060719002|WD|Permanent|9002|Joshua Tree NP - Black Rock|Active|NPS|National Park Service|USEPA|34.071400|-116.390600|1244.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719002|060719002|840060719002|RHUM|Permanent|9002|Joshua Tree NP - Black Rock|Active|NPS|National Park Service|USEPA|34.071400|-116.390600|1244.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719002|060719002|840060719002|SRAD|Permanent|9002|Joshua Tree NP - Black Rock|Active|NPS|National Park Service|USEPA|34.071400|-116.390600|1244.400|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|WD|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|RHUM|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|NOX|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|NO|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|RWD|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|RWS|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|O3|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|PM10|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|NO2|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|CO|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|TEMP|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719004|060719004|840060719004|WS|Permanent|9004|San Bernadino - 4th Street|Active|CA3|South Coast AQMD|R9|34.106678|-117.274063|102.500|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719991|060719991|840060719991|O3|Permanent|9991|Converse Station|Inactive|OAP|EPA Office of Atmospheric Programs|R3|34.194100|-116.913000|1837.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719991|060719991|840060719991|TEMP|Permanent|9991|Converse Station|Inactive|OAP|EPA Office of Atmospheric Programs|R3|34.194100|-116.913000|1837.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719991|060719991|840060719991|WS|Permanent|9991|Converse Station|Inactive|OAP|EPA Office of Atmospheric Programs|R3|34.194100|-116.913000|1837.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719991|060719991|840060719991|WD|Permanent|9991|Converse Station|Inactive|OAP|EPA Office of Atmospheric Programs|R3|34.194100|-116.913000|1837.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719991|060719991|840060719991|RHUM|Permanent|9991|Converse Station|Inactive|OAP|EPA Office of Atmospheric Programs|R3|34.194100|-116.913000|1837.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060719991|060719991|840060719991|SRAD|Permanent|9991|Converse Station|Inactive|OAP|EPA Office of Atmospheric Programs|R3|34.194100|-116.913000|1837.900|-8.00|US|40140| Riverside-San Bernardino-Ontario, CA |06|CA|071|SAN BERNARDINO +060730001|060730001|840060730001|O3|Permanent|0001|Chula Vista|Active|CA4|San Diego APCD|R9|32.631229|-117.059074|54.900|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060730003|060730003|840060730003|O3|Permanent|0003|El Cajon - Redwood Ave|Inactive|CA4|San Diego APCD|R9|32.791195|-116.942093|144.000|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060730003|060730003|840060730003|PM2.5|Permanent|0003|El Cajon - Redwood Ave|Inactive|CA4|San Diego APCD|R9|32.791195|-116.942093|144.000|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731001|060731001|840060731001|O3|Permanent|1001|Del Mar - Mira Costa College|Inactive|CA4|San Diego APCD|R9|32.952087|-117.264061|39.300|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731002|060731002|840060731002|O3|Permanent|1002|Escondido|Inactive|CA4|San Diego APCD|R9|33.127712|-117.075325|200.100|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731002|060731002|840060731002|PM2.5|Permanent|1002|Escondido|Inactive|CA4|San Diego APCD|R9|33.127712|-117.075325|200.100|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731006|060731006|840060731006|O3|Permanent|1006|Alpine|Active|CA4|San Diego APCD|R9|32.842297|-116.768326|622.500|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731006|060731006|840060731006|PM2.5|Permanent|1006|Alpine|Active|CA4|San Diego APCD|R9|32.842297|-116.768326|622.500|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731008|060731008|840060731008|O3|Permanent|1008|Camp Pendleton|Active|CA4|San Diego APCD|R9|33.217026|-117.396156|16.200|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731008|060731008|840060731008|PM2.5|Permanent|1008|Camp Pendleton|Active|CA4|San Diego APCD|R9|33.217026|-117.396156|16.200|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731010|060731010|840060731010|O3|Permanent|1010|San Diego - Beardsley Street|Inactive|CA4|San Diego APCD|R9|32.701492|-117.149651|7.900|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731010|060731010|840060731010|PM2.5|Permanent|1010|San Diego - Beardsley Street|Inactive|CA4|San Diego APCD|R9|32.701492|-117.149651|7.900|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731014|060731014|840060731014|O3|Permanent|1014|Otay Mesa - Donovan|Active|CA4|San Diego APCD|R9|32.579361|-116.929486|184.800|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731014|060731014|840060731014|PM2.5|Permanent|1014|Otay Mesa - Donovan|Active|CA4|San Diego APCD|R9|32.579361|-116.929486|184.800|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731016|060731016|840060731016|O3|Permanent|1016|San Diego - Kearny Villa Rd.|Active|CA4|San Diego APCD|R9|32.845467|-117.123894|132.100|-8.00|US|||06|CA|073|SAN DIEGO +060731019|060731019|840060731019|PM2.5|Permanent|1019|San Ysidro|Inactive|CA4|San Diego APCD|R9|32.543475|-117.029028|20.700|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731022|060731022|840060731022|O3|Permanent|1022|El Cajon - Lexington Elementary School|Active|CA4|San Diego APCD|R9|32.789561|-116.944222|144.000|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731022|060731022|840060731022|PM2.5|Permanent|1022|El Cajon - Lexington Elementary School|Active|CA4|San Diego APCD|R9|32.789561|-116.944222|144.000|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060731024|060731024|840060731024|PM2.5|Permanent|1024|San Ysidro|Inactive|CA4|San Diego APCD|R9|32.542679|-117.030749|18.900|-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +840060731026|060731026|840060731026|O3|Permanent|1026|San Diego - Sherman Elementary School|Active|CA4|San Diego APCD|R9|32.710177|-117.142665||-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +840060731026|060731026|840060731026|PM2.5|Permanent|1026|San Diego - Sherman Elementary School|Active|CA4|San Diego APCD|R9|32.710177|-117.142665||-8.00|US|41740| San Diego-Carlsbad-San Marcos, CA |06|CA|073|SAN DIEGO +060732000|060732000|840060732000|PM10|Permanent|2000|Manzanita Tribe 1|Active|MAN|Manzanita Band of the Kumeyaay Nation|R9|32.735500|-116.345400||-8.00|US|||06|CA|073|SAN DIEGO +060750005|060750005|840060750005|NO2|Permanent|0005|San Francisco|Active|CA2|San Francisco Bay Area AQMD|R9|37.765800|-122.397800|1.500|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060750005|060750005|840060750005|CO|Permanent|0005|San Francisco|Active|CA2|San Francisco Bay Area AQMD|R9|37.765800|-122.397800|1.500|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060750005|060750005|840060750005|NOX|Permanent|0005|San Francisco|Active|CA2|San Francisco Bay Area AQMD|R9|37.765800|-122.397800|1.500|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060750005|060750005|840060750005|NO|Permanent|0005|San Francisco|Active|CA2|San Francisco Bay Area AQMD|R9|37.765800|-122.397800|1.500|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060750005|060750005|840060750005|O3|Permanent|0005|San Francisco|Active|CA2|San Francisco Bay Area AQMD|R9|37.765800|-122.397800|1.500|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060750005|060750005|840060750005|PM2.5|Permanent|0005|San Francisco|Active|CA2|San Francisco Bay Area AQMD|R9|37.765800|-122.397800|1.500|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060756002|060756002|840060756002|RWD|Permanent|6002|Fort Funston|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.714810|-122.500470|57.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060756002|060756002|840060756002|RWS|Permanent|6002|Fort Funston|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.714810|-122.500470|57.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060756002|060756002|840060756002|TEMP|Permanent|6002|Fort Funston|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.714810|-122.500470|57.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060756002|060756002|840060756002|WS|Permanent|6002|Fort Funston|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.714810|-122.500470|57.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060756002|060756002|840060756002|WD|Permanent|6002|Fort Funston|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.714810|-122.500470|57.000|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|075|SAN FRANCISCO +060771002|060771002|840060771002|O3|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060771002|060771002|840060771002|PM2.5|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060771002|060771002|840060771002|NO2|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060771002|060771002|840060771002|CO|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060771002|060771002|840060771002|TEMP|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060771002|060771002|840060771002|RHUM|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060771002|060771002|840060771002|NOX|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060771002|060771002|840060771002|NO|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060771002|060771002|840060771002|RWD|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060771002|060771002|840060771002|RWS|Permanent|1002|Stockton - Hazelton Street|Inactive|CA8|California Air Resources Board|R9|37.950750|-121.268970||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +840060771003|060771003|840060771003|CO|Permanent|1003|Stockton - University Park|Active|CA8|California Air Resources Board|R9|37.961578|-121.281414|9.800|-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +840060771003|060771003|840060771003|NOX|Permanent|1003|Stockton - University Park|Active|CA8|California Air Resources Board|R9|37.961578|-121.281414|9.800|-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +840060771003|060771003|840060771003|NO|Permanent|1003|Stockton - University Park|Active|CA8|California Air Resources Board|R9|37.961578|-121.281414|9.800|-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +840060771003|060771003|840060771003|O3|Permanent|1003|Stockton - University Park|Active|CA8|California Air Resources Board|R9|37.961578|-121.281414|9.800|-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +840060771003|060771003|840060771003|PM2.5|Permanent|1003|Stockton - University Park|Active|CA8|California Air Resources Board|R9|37.961578|-121.281414|9.800|-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +840060771003|060771003|840060771003|PM10|Permanent|1003|Stockton - University Park|Active|CA8|California Air Resources Board|R9|37.961578|-121.281414|9.800|-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +840060771003|060771003|840060771003|NO2|Permanent|1003|Stockton - University Park|Active|CA8|California Air Resources Board|R9|37.961578|-121.281414|9.800|-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060772010|060772010|840060772010|RWD|Permanent|2010|Manteca|Active|CA6|San Joaquin Valley Unified APCD|R9|37.802700|-121.220800||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060772010|060772010|840060772010|RWS|Permanent|2010|Manteca|Active|CA6|San Joaquin Valley Unified APCD|R9|37.802700|-121.220800||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060772010|060772010|840060772010|PM2.5|Permanent|2010|Manteca|Active|CA6|San Joaquin Valley Unified APCD|R9|37.802700|-121.220800||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060772010|060772010|840060772010|PM10|Permanent|2010|Manteca|Active|CA6|San Joaquin Valley Unified APCD|R9|37.802700|-121.220800||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060772010|060772010|840060772010|TEMP|Permanent|2010|Manteca|Active|CA6|San Joaquin Valley Unified APCD|R9|37.802700|-121.220800||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060772010|060772010|840060772010|WS|Permanent|2010|Manteca|Active|CA6|San Joaquin Valley Unified APCD|R9|37.802700|-121.220800||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060772010|060772010|840060772010|WD|Permanent|2010|Manteca|Active|CA6|San Joaquin Valley Unified APCD|R9|37.802700|-121.220800||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|WS|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|WD|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|BARPR|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|NOX|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|PM10|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|NO|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|RWD|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|RWS|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|NO2|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|TEMP|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|O3|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060773005|060773005|840060773005|PM2.5|Permanent|3005|TracyAP|Active|CA6|San Joaquin Valley Unified APCD|R9|37.682500|-121.440600||-8.00|US|44700| Stockton, CA |06|CA|077|SAN JOAQUIN +060790005|060790005|840060790005|PM10|Permanent|0005|Paso Robles - Santa Fe Ave|Active|CA8|California Air Resources Board|R9|35.614668|-120.656912|252.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060790005|060790005|840060790005|TEMP|Permanent|0005|Paso Robles - Santa Fe Ave|Active|CA8|California Air Resources Board|R9|35.614668|-120.656912|252.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060790005|060790005|840060790005|RHUM|Permanent|0005|Paso Robles - Santa Fe Ave|Active|CA8|California Air Resources Board|R9|35.614668|-120.656912|252.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060790005|060790005|840060790005|RWD|Permanent|0005|Paso Robles - Santa Fe Ave|Active|CA8|California Air Resources Board|R9|35.614668|-120.656912|252.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060790005|060790005|840060790005|RWS|Permanent|0005|Paso Robles - Santa Fe Ave|Active|CA8|California Air Resources Board|R9|35.614668|-120.656912|252.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060790005|060790005|840060790005|O3|Permanent|0005|Paso Robles - Santa Fe Ave|Active|CA8|California Air Resources Board|R9|35.614668|-120.656912|252.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792002|060792002|840060792002|CO|Permanent|2002|San Luis Obispo - Marsh Street|Inactive|CA8|California Air Resources Board|R9|35.283901|-120.654198||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792002|060792002|840060792002|TEMP|Permanent|2002|San Luis Obispo - Marsh Street|Inactive|CA8|California Air Resources Board|R9|35.283901|-120.654198||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792002|060792002|840060792002|WS|Permanent|2002|San Luis Obispo - Marsh Street|Inactive|CA8|California Air Resources Board|R9|35.283901|-120.654198||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792002|060792002|840060792002|WD|Permanent|2002|San Luis Obispo - Marsh Street|Inactive|CA8|California Air Resources Board|R9|35.283901|-120.654198||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792002|060792002|840060792002|BARPR|Permanent|2002|San Luis Obispo - Marsh Street|Inactive|CA8|California Air Resources Board|R9|35.283901|-120.654198||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792002|060792002|840060792002|NOX|Permanent|2002|San Luis Obispo - Marsh Street|Inactive|CA8|California Air Resources Board|R9|35.283901|-120.654198||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792002|060792002|840060792002|O3|Permanent|2002|San Luis Obispo - Marsh Street|Inactive|CA8|California Air Resources Board|R9|35.283901|-120.654198||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792002|060792002|840060792002|NO2|Permanent|2002|San Luis Obispo - Marsh Street|Inactive|CA8|California Air Resources Board|R9|35.283901|-120.654198||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792004|060792004|840060792004|SO2|Permanent|2004|Mesa 2 /Nipomo|Active|SLO|San Luis Obispo County APCD|R9|35.020790|-120.563890||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792004|060792004|840060792004|TEMP|Permanent|2004|Mesa 2 /Nipomo|Active|SLO|San Luis Obispo County APCD|R9|35.020790|-120.563890||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792004|060792004|840060792004|RWD|Permanent|2004|Mesa 2 /Nipomo|Active|SLO|San Luis Obispo County APCD|R9|35.020790|-120.563890||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792004|060792004|840060792004|RWS|Permanent|2004|Mesa 2 /Nipomo|Active|SLO|San Luis Obispo County APCD|R9|35.020790|-120.563890||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792004|060792004|840060792004|PM2.5|Permanent|2004|Mesa 2 /Nipomo|Active|SLO|San Luis Obispo County APCD|R9|35.020790|-120.563890||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792004|060792004|840060792004|PM10|Permanent|2004|Mesa 2 /Nipomo|Active|SLO|San Luis Obispo County APCD|R9|35.020790|-120.563890||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060792006|060792006|840060792006|RWD|Permanent|2006|San Luis Obispo - Higuera St|Inactive|CA8|California Air Resources Board|R9|35.256510|-120.669300||-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792006|060792006|840060792006|RWS|Permanent|2006|San Luis Obispo - Higuera St|Inactive|CA8|California Air Resources Board|R9|35.256510|-120.669300||-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792006|060792006|840060792006|O3|Permanent|2006|San Luis Obispo - Higuera St|Inactive|CA8|California Air Resources Board|R9|35.256510|-120.669300||-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792006|060792006|840060792006|PM2.5|Permanent|2006|San Luis Obispo - Higuera St|Inactive|CA8|California Air Resources Board|R9|35.256510|-120.669300||-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792006|060792006|840060792006|PM10|Permanent|2006|San Luis Obispo - Higuera St|Inactive|CA8|California Air Resources Board|R9|35.256510|-120.669300||-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792006|060792006|840060792006|TEMP|Permanent|2006|San Luis Obispo - Higuera St|Inactive|CA8|California Air Resources Board|R9|35.256510|-120.669300||-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792006|060792006|840060792006|RHUM|Permanent|2006|San Luis Obispo - Higuera St|Inactive|CA8|California Air Resources Board|R9|35.256510|-120.669300||-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792007|060792007|840060792007|PM2.5|Permanent|2007|Nipomo Mesa CDF|Active|SLO|San Luis Obispo County APCD|R9|35.046760|-120.587770|30.500|-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792007|060792007|840060792007|PM10|Permanent|2007|Nipomo Mesa CDF|Active|SLO|San Luis Obispo County APCD|R9|35.046760|-120.587770|30.500|-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792007|060792007|840060792007|RWD|Permanent|2007|Nipomo Mesa CDF|Active|SLO|San Luis Obispo County APCD|R9|35.046760|-120.587770|30.500|-8.00|US|||06|CA|079|SAN LUIS OBISPO +060792007|060792007|840060792007|RWS|Permanent|2007|Nipomo Mesa CDF|Active|SLO|San Luis Obispo County APCD|R9|35.046760|-120.587770|30.500|-8.00|US|||06|CA|079|SAN LUIS OBISPO +840060792020|060792020|840060792020|PM2.5|Permanent|2020|SLO Roberto|Active|SLO|San Luis Obispo County APCD|R9|35.259473|-120.644493||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +840060792020|060792020|840060792020|PM10|Permanent|2020|SLO Roberto|Active|SLO|San Luis Obispo County APCD|R9|35.259473|-120.644493||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060793001|060793001|840060793001|RWS|Permanent|3001|Morro Bay|Active|SLO|San Luis Obispo County APCD|R9|35.366390|-120.842600||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060793001|060793001|840060793001|O3|Permanent|3001|Morro Bay|Active|SLO|San Luis Obispo County APCD|R9|35.366390|-120.842600||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060793001|060793001|840060793001|PM2.5|Permanent|3001|Morro Bay|Active|SLO|San Luis Obispo County APCD|R9|35.366390|-120.842600||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060793001|060793001|840060793001|RWD|Permanent|3001|Morro Bay|Active|SLO|San Luis Obispo County APCD|R9|35.366390|-120.842600||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060794002|060794002|840060794002|O3|Permanent|4002|Nipomo RP|Active|SLO|San Luis Obispo County APCD|R9|35.031500|-120.501010|30.800|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060794002|060794002|840060794002|PM10|Permanent|4002|Nipomo RP|Active|SLO|San Luis Obispo County APCD|R9|35.031500|-120.501010|30.800|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060794002|060794002|840060794002|NO2|Permanent|4002|Nipomo RP|Active|SLO|San Luis Obispo County APCD|R9|35.031500|-120.501010|30.800|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060794002|060794002|840060794002|TEMP|Permanent|4002|Nipomo RP|Active|SLO|San Luis Obispo County APCD|R9|35.031500|-120.501010|30.800|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060794002|060794002|840060794002|NOX|Permanent|4002|Nipomo RP|Active|SLO|San Luis Obispo County APCD|R9|35.031500|-120.501010|30.800|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060794002|060794002|840060794002|NO|Permanent|4002|Nipomo RP|Active|SLO|San Luis Obispo County APCD|R9|35.031500|-120.501010|30.800|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060794002|060794002|840060794002|RWD|Permanent|4002|Nipomo RP|Active|SLO|San Luis Obispo County APCD|R9|35.031500|-120.501010|30.800|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060794002|060794002|840060794002|RWS|Permanent|4002|Nipomo RP|Active|SLO|San Luis Obispo County APCD|R9|35.031500|-120.501010|30.800|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798001|060798001|840060798001|NO2|Permanent|8001|Atascadero|Inactive|SLO|San Luis Obispo County APCD|R9|35.491400|-120.668100||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798001|060798001|840060798001|TEMP|Permanent|8001|Atascadero|Inactive|SLO|San Luis Obispo County APCD|R9|35.491400|-120.668100||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798001|060798001|840060798001|NO|Permanent|8001|Atascadero|Inactive|SLO|San Luis Obispo County APCD|R9|35.491400|-120.668100||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798001|060798001|840060798001|RWD|Permanent|8001|Atascadero|Inactive|SLO|San Luis Obispo County APCD|R9|35.491400|-120.668100||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798001|060798001|840060798001|RWS|Permanent|8001|Atascadero|Inactive|SLO|San Luis Obispo County APCD|R9|35.491400|-120.668100||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798001|060798001|840060798001|O3|Permanent|8001|Atascadero|Inactive|SLO|San Luis Obispo County APCD|R9|35.491400|-120.668100||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798001|060798001|840060798001|PM2.5|Permanent|8001|Atascadero|Inactive|SLO|San Luis Obispo County APCD|R9|35.491400|-120.668100||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798001|060798001|840060798001|PM10|Permanent|8001|Atascadero|Inactive|SLO|San Luis Obispo County APCD|R9|35.491400|-120.668100||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798001|060798001|840060798001|NOX|Permanent|8001|Atascadero|Inactive|SLO|San Luis Obispo County APCD|R9|35.491400|-120.668100||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798002|060798002|840060798002|PM2.5|Permanent|8002|Atascadero2|Active|SLO|San Luis Obispo County APCD|R9|35.494556|-120.666203|260.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798002|060798002|840060798002|PM10|Permanent|8002|Atascadero2|Active|SLO|San Luis Obispo County APCD|R9|35.494556|-120.666203|260.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798002|060798002|840060798002|TEMP|Permanent|8002|Atascadero2|Active|SLO|San Luis Obispo County APCD|R9|35.494556|-120.666203|260.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798002|060798002|840060798002|NOX|Permanent|8002|Atascadero2|Active|SLO|San Luis Obispo County APCD|R9|35.494556|-120.666203|260.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798002|060798002|840060798002|NO|Permanent|8002|Atascadero2|Active|SLO|San Luis Obispo County APCD|R9|35.494556|-120.666203|260.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798002|060798002|840060798002|RWD|Permanent|8002|Atascadero2|Active|SLO|San Luis Obispo County APCD|R9|35.494556|-120.666203|260.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798002|060798002|840060798002|RWS|Permanent|8002|Atascadero2|Active|SLO|San Luis Obispo County APCD|R9|35.494556|-120.666203|260.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798002|060798002|840060798002|O3|Permanent|8002|Atascadero2|Active|SLO|San Luis Obispo County APCD|R9|35.494556|-120.666203|260.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798002|060798002|840060798002|NO2|Permanent|8002|Atascadero2|Active|SLO|San Luis Obispo County APCD|R9|35.494556|-120.666203|260.200|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798005|060798005|840060798005|O3|Permanent|8005|Redhills/Shandon|Active|SLO|San Luis Obispo County APCD|R9|35.643660|-120.231340||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798005|060798005|840060798005|TEMP|Permanent|8005|Redhills/Shandon|Active|SLO|San Luis Obispo County APCD|R9|35.643660|-120.231340||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798005|060798005|840060798005|RWD|Permanent|8005|Redhills/Shandon|Active|SLO|San Luis Obispo County APCD|R9|35.643660|-120.231340||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798005|060798005|840060798005|RWS|Permanent|8005|Redhills/Shandon|Active|SLO|San Luis Obispo County APCD|R9|35.643660|-120.231340||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798006|060798006|840060798006|O3|Permanent|8006|Carrizo|Active|SLO|San Luis Obispo County APCD|R9|35.354740|-120.040130||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798006|060798006|840060798006|RWD|Permanent|8006|Carrizo|Active|SLO|San Luis Obispo County APCD|R9|35.354740|-120.040130||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060798006|060798006|840060798006|RWS|Permanent|8006|Carrizo|Active|SLO|San Luis Obispo County APCD|R9|35.354740|-120.040130||-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060799999|060799999|840060799999|PM2.5|Permanent|9999|Temporary PM2.5|Inactive|SLO|San Luis Obispo County APCD|R9|35.321210|-120.682400|129.000|-8.00|US|42020| San Luis Obispo-Paso Robles, CA |06|CA|079|SAN LUIS OBISPO +060811001|060811001|840060811001|NO2|Permanent|1001|Redwood City|Active|CA2|San Francisco Bay Area AQMD|R9|37.482800|-122.202200|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060811001|060811001|840060811001|CO|Permanent|1001|Redwood City|Active|CA2|San Francisco Bay Area AQMD|R9|37.482800|-122.202200|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060811001|060811001|840060811001|NOX|Permanent|1001|Redwood City|Active|CA2|San Francisco Bay Area AQMD|R9|37.482800|-122.202200|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060811001|060811001|840060811001|NO|Permanent|1001|Redwood City|Active|CA2|San Francisco Bay Area AQMD|R9|37.482800|-122.202200|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060811001|060811001|840060811001|O3|Permanent|1001|Redwood City|Active|CA2|San Francisco Bay Area AQMD|R9|37.482800|-122.202200|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060811001|060811001|840060811001|PM2.5|Permanent|1001|Redwood City|Active|CA2|San Francisco Bay Area AQMD|R9|37.482800|-122.202200|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060816001|060816001|840060816001|RHUM|Permanent|6001|San Carlos|Active|CA2|San Francisco Bay Area AQMD|R9|37.517060|-122.251810|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060816001|060816001|840060816001|RWD|Permanent|6001|San Carlos|Active|CA2|San Francisco Bay Area AQMD|R9|37.517060|-122.251810|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060816001|060816001|840060816001|RWS|Permanent|6001|San Carlos|Active|CA2|San Francisco Bay Area AQMD|R9|37.517060|-122.251810|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060816001|060816001|840060816001|TEMP|Permanent|6001|San Carlos|Active|CA2|San Francisco Bay Area AQMD|R9|37.517060|-122.251810|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060816001|060816001|840060816001|WS|Permanent|6001|San Carlos|Active|CA2|San Francisco Bay Area AQMD|R9|37.517060|-122.251810|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060816001|060816001|840060816001|WD|Permanent|6001|San Carlos|Active|CA2|San Francisco Bay Area AQMD|R9|37.517060|-122.251810|0.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|081|SAN MATEO +060830008|060830008|840060830008|O3|Permanent|0008|El Capitan|Inactive|CA9|Santa Barbara County Air Pollution Control District|R9|34.462502|-120.024399||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060830008|060830008|840060830008|PM10|Permanent|0008|El Capitan|Inactive|CA9|Santa Barbara County Air Pollution Control District|R9|34.462502|-120.024399||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060830011|060830011|840060830011|PM2.5|Permanent|0011|Santa Barbara|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.427750|-119.690910|6.100|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060830011|060830011|840060830011|PM10|Permanent|0011|Santa Barbara|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.427750|-119.690910|6.100|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060830011|060830011|840060830011|TEMP|Permanent|0011|Santa Barbara|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.427750|-119.690910|6.100|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060830011|060830011|840060830011|RHUM|Permanent|0011|Santa Barbara|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.427750|-119.690910|6.100|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060830011|060830011|840060830011|RWD|Permanent|0011|Santa Barbara|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.427750|-119.690910|6.100|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060830011|060830011|840060830011|RWS|Permanent|0011|Santa Barbara|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.427750|-119.690910|6.100|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060830011|060830011|840060830011|O3|Permanent|0011|Santa Barbara|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.427750|-119.690910|6.100|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|RWD|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|RWS|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|PM10|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|NO2|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|CO|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|O3|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|PM2.5|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|TEMP|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|RHUM|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|NOX|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831008|060831008|840060831008|NO|Permanent|1008|Santa Maria - Broadway|Active|CA8|California Air Resources Board|R9|34.942872|-120.435611||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +840060831009|060831009|840060831009|O3|Permanent|1009|Santa Maria|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.890667|-120.432844|100.000|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +840060831009|060831009|840060831009|PM2.5|Permanent|1009|Santa Maria|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.890667|-120.432844|100.000|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +840060831009|060831009|840060831009|PM10|Permanent|1009|Santa Maria|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.890667|-120.432844|100.000|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831013|060831013|840060831013|O3|Permanent|1013|Lompoc HS&P|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.725600|-120.427800||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831013|060831013|840060831013|TEMP|Permanent|1013|Lompoc HS&P|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.725600|-120.427800||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831013|060831013|840060831013|RWD|Permanent|1013|Lompoc HS&P|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.725600|-120.427800||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831013|060831013|840060831013|RWS|Permanent|1013|Lompoc HS&P|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.725600|-120.427800||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831014|060831014|840060831014|RWS|Permanent|1014|Paradise Road|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.541400|-119.790600||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831014|060831014|840060831014|O3|Permanent|1014|Paradise Road|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.541400|-119.790600||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831014|060831014|840060831014|TEMP|Permanent|1014|Paradise Road|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.541400|-119.790600||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831014|060831014|840060831014|RWD|Permanent|1014|Paradise Road|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.541400|-119.790600||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831018|060831018|840060831018|O3|Permanent|1018|Nojoqui GTCB|Inactive|CA9|Santa Barbara County Air Pollution Control District|R9|34.527500|-120.195600||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831021|060831021|840060831021|TEMP|Permanent|1021|Carpinteria|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.402802|-119.457497||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831021|060831021|840060831021|RWD|Permanent|1021|Carpinteria|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.402802|-119.457497||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831021|060831021|840060831021|RWS|Permanent|1021|Carpinteria|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.402802|-119.457497||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831021|060831021|840060831021|O3|Permanent|1021|Carpinteria|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.402802|-119.457497||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831025|060831025|840060831025|PM10|Permanent|1025|Las Flores Canyon|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.489700|-120.045800||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831025|060831025|840060831025|TEMP|Permanent|1025|Las Flores Canyon|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.489700|-120.045800||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831025|060831025|840060831025|RWD|Permanent|1025|Las Flores Canyon|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.489700|-120.045800||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831025|060831025|840060831025|RWS|Permanent|1025|Las Flores Canyon|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.489700|-120.045800||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060831025|060831025|840060831025|O3|Permanent|1025|Las Flores Canyon|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.489700|-120.045800||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832004|060832004|840060832004|PM2.5|Permanent|2004|Lompoc H Street|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.637798|-120.456703||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832004|060832004|840060832004|PM10|Permanent|2004|Lompoc H Street|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.637798|-120.456703||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832004|060832004|840060832004|TEMP|Permanent|2004|Lompoc H Street|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.637798|-120.456703||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832004|060832004|840060832004|RWD|Permanent|2004|Lompoc H Street|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.637798|-120.456703||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832004|060832004|840060832004|RWS|Permanent|2004|Lompoc H Street|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.637798|-120.456703||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832004|060832004|840060832004|O3|Permanent|2004|Lompoc H Street|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.637798|-120.456703||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832011|060832011|840060832011|TEMP|Permanent|2011|Goleta|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.445301|-119.827797||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832011|060832011|840060832011|RWD|Permanent|2011|Goleta|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.445301|-119.827797||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832011|060832011|840060832011|RWS|Permanent|2011|Goleta|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.445301|-119.827797||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832011|060832011|840060832011|O3|Permanent|2011|Goleta|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.445301|-119.827797||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832011|060832011|840060832011|PM2.5|Permanent|2011|Goleta|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.445301|-119.827797||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060832011|060832011|840060832011|PM10|Permanent|2011|Goleta|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.445301|-119.827797||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060833001|060833001|840060833001|O3|Permanent|3001|Santa Ynez|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.605819|-120.075060|204.700|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060833001|060833001|840060833001|PM2.5|Permanent|3001|Santa Ynez|Active|CA9|Santa Barbara County Air Pollution Control District|R9|34.605819|-120.075060|204.700|-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060834003|060834003|840060834003|O3|Permanent|4003|VAFB South Base|Inactive|CA9|Santa Barbara County Air Pollution Control District|R9|34.596100|-120.630300||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060834003|060834003|840060834003|PM10|Permanent|4003|VAFB South Base|Inactive|CA9|Santa Barbara County Air Pollution Control District|R9|34.596100|-120.630300||-8.00|US|42060| Santa Barbara-Santa Maria, CA |06|CA|083|SANTA BARBARA +060850002|060850002|840060850002|RWS|Permanent|0002|Gilory - 9th Street|Active|CA2|San Francisco Bay Area AQMD|R9|36.999571|-121.574684|62.800|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850002|060850002|840060850002|O3|Permanent|0002|Gilory - 9th Street|Active|CA2|San Francisco Bay Area AQMD|R9|36.999571|-121.574684|62.800|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850002|060850002|840060850002|PM2.5|Permanent|0002|Gilory - 9th Street|Active|CA2|San Francisco Bay Area AQMD|R9|36.999571|-121.574684|62.800|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850002|060850002|840060850002|TEMP|Permanent|0002|Gilory - 9th Street|Active|CA2|San Francisco Bay Area AQMD|R9|36.999571|-121.574684|62.800|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850002|060850002|840060850002|WS|Permanent|0002|Gilory - 9th Street|Active|CA2|San Francisco Bay Area AQMD|R9|36.999571|-121.574684|62.800|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850002|060850002|840060850002|WD|Permanent|0002|Gilory - 9th Street|Active|CA2|San Francisco Bay Area AQMD|R9|36.999571|-121.574684|62.800|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850002|060850002|840060850002|RHUM|Permanent|0002|Gilory - 9th Street|Active|CA2|San Francisco Bay Area AQMD|R9|36.999571|-121.574684|62.800|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850002|060850002|840060850002|RWD|Permanent|0002|Gilory - 9th Street|Active|CA2|San Francisco Bay Area AQMD|R9|36.999571|-121.574684|62.800|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850005|060850005|840060850005|CO|Permanent|0005|San Jose - Jackson St.|Active|CA2|San Francisco Bay Area AQMD|R9|37.348300|-121.894700|9.500|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850005|060850005|840060850005|SO2|Permanent|0005|San Jose - Jackson St.|Active|CA2|San Francisco Bay Area AQMD|R9|37.348300|-121.894700|9.500|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850005|060850005|840060850005|BC|Permanent|0005|San Jose - Jackson St.|Active|CA2|San Francisco Bay Area AQMD|R9|37.348300|-121.894700|9.500|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850005|060850005|840060850005|NOX|Permanent|0005|San Jose - Jackson St.|Active|CA2|San Francisco Bay Area AQMD|R9|37.348300|-121.894700|9.500|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850005|060850005|840060850005|NO|Permanent|0005|San Jose - Jackson St.|Active|CA2|San Francisco Bay Area AQMD|R9|37.348300|-121.894700|9.500|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850005|060850005|840060850005|O3|Permanent|0005|San Jose - Jackson St.|Active|CA2|San Francisco Bay Area AQMD|R9|37.348300|-121.894700|9.500|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850005|060850005|840060850005|PM2.5|Permanent|0005|San Jose - Jackson St.|Active|CA2|San Francisco Bay Area AQMD|R9|37.348300|-121.894700|9.500|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850005|060850005|840060850005|NO2|Permanent|0005|San Jose - Jackson St.|Active|CA2|San Francisco Bay Area AQMD|R9|37.348300|-121.894700|9.500|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850006|060850006|840060850006|CO|Permanent|0006|San Jose - Knox Ave|Active|CA2|San Francisco Bay Area AQMD|R9|37.338202|-121.849892||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850006|060850006|840060850006|BC|Permanent|0006|San Jose - Knox Ave|Active|CA2|San Francisco Bay Area AQMD|R9|37.338202|-121.849892||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850006|060850006|840060850006|NOX|Permanent|0006|San Jose - Knox Ave|Active|CA2|San Francisco Bay Area AQMD|R9|37.338202|-121.849892||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850006|060850006|840060850006|NO|Permanent|0006|San Jose - Knox Ave|Active|CA2|San Francisco Bay Area AQMD|R9|37.338202|-121.849892||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850006|060850006|840060850006|PM2.5|Permanent|0006|San Jose - Knox Ave|Active|CA2|San Francisco Bay Area AQMD|R9|37.338202|-121.849892||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060850006|060850006|840060850006|NO2|Permanent|0006|San Jose - Knox Ave|Active|CA2|San Francisco Bay Area AQMD|R9|37.338202|-121.849892||-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060851001|060851001|840060851001|O3|Permanent|1001|Los Gatos|Active|CA2|San Francisco Bay Area AQMD|R9|37.226700|-121.978600|35.400|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060852006|060852006|840060852006|WS|Permanent|2006|San Martin|Active|CA2|San Francisco Bay Area AQMD|R9|37.079200|-121.599400|86.000|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060852006|060852006|840060852006|WD|Permanent|2006|San Martin|Active|CA2|San Francisco Bay Area AQMD|R9|37.079200|-121.599400|86.000|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060852006|060852006|840060852006|SRAD|Permanent|2006|San Martin|Active|CA2|San Francisco Bay Area AQMD|R9|37.079200|-121.599400|86.000|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060852006|060852006|840060852006|RWD|Permanent|2006|San Martin|Active|CA2|San Francisco Bay Area AQMD|R9|37.079200|-121.599400|86.000|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060852006|060852006|840060852006|RWS|Permanent|2006|San Martin|Active|CA2|San Francisco Bay Area AQMD|R9|37.079200|-121.599400|86.000|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060852006|060852006|840060852006|O3|Permanent|2006|San Martin|Active|CA2|San Francisco Bay Area AQMD|R9|37.079200|-121.599400|86.000|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060852006|060852006|840060852006|TEMP|Permanent|2006|San Martin|Active|CA2|San Francisco Bay Area AQMD|R9|37.079200|-121.599400|86.000|-8.00|US|41940| San Jose-Sunnyvale-Santa Clara, CA |06|CA|085|SANTA CLARA +060852009|060852009|840060852009|O3|Permanent|2009|Cupertino|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.318439|-122.069702||-8.00|US|||06|CA|085|SANTA CLARA +060852009|060852009|840060852009|PM2.5|Permanent|2009|Cupertino|Inactive|CA2|San Francisco Bay Area AQMD|R9|37.318439|-122.069702||-8.00|US|||06|CA|085|SANTA CLARA +060856001|060856001|840060856001|PRECIP|Permanent|6001|Stanford University|Active|CA2|San Francisco Bay Area AQMD|R9|37.429360|-122.185330|36.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|085|SANTA CLARA +060856001|060856001|840060856001|TEMP|Permanent|6001|Stanford University|Active|CA2|San Francisco Bay Area AQMD|R9|37.429360|-122.185330|36.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|085|SANTA CLARA +060856001|060856001|840060856001|WS|Permanent|6001|Stanford University|Active|CA2|San Francisco Bay Area AQMD|R9|37.429360|-122.185330|36.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|085|SANTA CLARA +060856001|060856001|840060856001|WD|Permanent|6001|Stanford University|Active|CA2|San Francisco Bay Area AQMD|R9|37.429360|-122.185330|36.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|085|SANTA CLARA +060856001|060856001|840060856001|RHUM|Permanent|6001|Stanford University|Active|CA2|San Francisco Bay Area AQMD|R9|37.429360|-122.185330|36.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|085|SANTA CLARA +060856001|060856001|840060856001|SRAD|Permanent|6001|Stanford University|Active|CA2|San Francisco Bay Area AQMD|R9|37.429360|-122.185330|36.900|-8.00|US|41860| San Francisco-Oakland-Fremont, CA |06|CA|085|SANTA CLARA +060870003|060870003|840060870003|WD|Permanent|0003|Davenport AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.011902|-122.193298||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060870003|060870003|840060870003|O3|Permanent|0003|Davenport AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.011902|-122.193298||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060870003|060870003|840060870003|PM2.5|Permanent|0003|Davenport AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.011902|-122.193298||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060870003|060870003|840060870003|TEMP|Permanent|0003|Davenport AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.011902|-122.193298||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060870003|060870003|840060870003|WS|Permanent|0003|Davenport AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.011902|-122.193298||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060870007|060870007|840060870007|O3|Permanent|0007|Santa Cruz AMS|Active|MON|Monterey Bay Unified APCD|R9|36.983320|-121.988220||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060870007|060870007|840060870007|PM2.5|Permanent|0007|Santa Cruz AMS|Active|MON|Monterey Bay Unified APCD|R9|36.983320|-121.988220||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060870007|060870007|840060870007|TEMP|Permanent|0007|Santa Cruz AMS|Active|MON|Monterey Bay Unified APCD|R9|36.983320|-121.988220||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060870007|060870007|840060870007|WS|Permanent|0007|Santa Cruz AMS|Active|MON|Monterey Bay Unified APCD|R9|36.983320|-121.988220||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060870007|060870007|840060870007|WD|Permanent|0007|Santa Cruz AMS|Active|MON|Monterey Bay Unified APCD|R9|36.983320|-121.988220||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871003|060871003|840060871003|WS|Permanent|1003|Scotts Valley AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.072092|-121.007631|226.300|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871003|060871003|840060871003|WD|Permanent|1003|Scotts Valley AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.072092|-121.007631|226.300|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871003|060871003|840060871003|O3|Permanent|1003|Scotts Valley AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.072092|-121.007631|226.300|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871003|060871003|840060871003|TEMP|Permanent|1003|Scotts Valley AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.072092|-121.007631|226.300|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871004|060871004|840060871004|PM2.5|Permanent|1004|Felton AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.048089|-122.074664|87.800|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871004|060871004|840060871004|TEMP|Permanent|1004|Felton AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.048089|-122.074664|87.800|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871004|060871004|840060871004|WS|Permanent|1004|Felton AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.048089|-122.074664|87.800|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871004|060871004|840060871004|WD|Permanent|1004|Felton AMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.048089|-122.074664|87.800|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871005|060871005|840060871005|WD|Permanent|1005|SLV Middle School AMS|Active|MON|Monterey Bay Unified APCD|R9|37.063150|-122.083092|98.200|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871005|060871005|840060871005|PM2.5|Permanent|1005|SLV Middle School AMS|Active|MON|Monterey Bay Unified APCD|R9|37.063150|-122.083092|98.200|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871005|060871005|840060871005|TEMP|Permanent|1005|SLV Middle School AMS|Active|MON|Monterey Bay Unified APCD|R9|37.063150|-122.083092|98.200|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060871005|060871005|840060871005|WS|Permanent|1005|SLV Middle School AMS|Active|MON|Monterey Bay Unified APCD|R9|37.063150|-122.083092|98.200|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +840060879972|060879972|840060879972|PM2.5|Permanent|9972|Watsonville|Inactive|MON|Monterey Bay Unified APCD|R9|36.908003|-121.756753||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879990|060879990|840060879990|WS|Permanent|9990|Zayante Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|37.067003|-122.057206||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879990|060879990|840060879990|WD|Permanent|9990|Zayante Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|37.067003|-122.057206||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879990|060879990|840060879990|PM2.5|Permanent|9990|Zayante Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|37.067003|-122.057206||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879990|060879990|840060879990|TEMP|Permanent|9990|Zayante Fire Station|Inactive|MON|Monterey Bay Unified APCD|R9|37.067003|-122.057206||-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879991|060879991|840060879991|PM2.5|Permanent|9991|Felton Cal-Fire|Inactive|MON|Monterey Bay Unified APCD|R9|37.048100|-122.074603|89.700|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879991|060879991|840060879991|TEMP|Permanent|9991|Felton Cal-Fire|Inactive|MON|Monterey Bay Unified APCD|R9|37.048100|-122.074603|89.700|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879991|060879991|840060879991|WS|Permanent|9991|Felton Cal-Fire|Inactive|MON|Monterey Bay Unified APCD|R9|37.048100|-122.074603|89.700|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879991|060879991|840060879991|WD|Permanent|9991|Felton Cal-Fire|Inactive|MON|Monterey Bay Unified APCD|R9|37.048100|-122.074603|89.700|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879992|060879992|840060879992|PM2.5|Permanent|9992|Felton SLVMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.063381|-122.081072|98.200|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879992|060879992|840060879992|TEMP|Permanent|9992|Felton SLVMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.063381|-122.081072|98.200|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879992|060879992|840060879992|WS|Permanent|9992|Felton SLVMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.063381|-122.081072|98.200|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879992|060879992|840060879992|WD|Permanent|9992|Felton SLVMS|Inactive|MON|Monterey Bay Unified APCD|R9|37.063381|-122.081072|98.200|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879993|060879993|840060879993|TEMP|Permanent|9993|Boulder Creek|Inactive|MON|Monterey Bay Unified APCD|R9|37.125861|-122.122127|147.600|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879993|060879993|840060879993|PM2.5|Permanent|9993|Boulder Creek|Inactive|MON|Monterey Bay Unified APCD|R9|37.125861|-122.122127|147.600|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879994|060879994|840060879994|WS|Permanent|9994|Ben Lomond|Inactive|MON|Monterey Bay Unified APCD|R9|37.084458|-122.076311|114.400|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879994|060879994|840060879994|WD|Permanent|9994|Ben Lomond|Inactive|MON|Monterey Bay Unified APCD|R9|37.084458|-122.076311|114.400|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879994|060879994|840060879994|PM2.5|Permanent|9994|Ben Lomond|Inactive|MON|Monterey Bay Unified APCD|R9|37.084458|-122.076311|114.400|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879994|060879994|840060879994|TEMP|Permanent|9994|Ben Lomond|Inactive|MON|Monterey Bay Unified APCD|R9|37.084458|-122.076311|114.400|-8.00|US|42100| Santa Cruz-Watsonville, CA |06|CA|087|SANTA CRUZ +060879999|060879999|840060879999|PM2.5|Permanent|9999|Aptos|Inactive|MON|Monterey Bay Unified APCD|R9|36.998303|-121.849714||0.00|US|||06|CA|087|SANTA CRUZ +060890004|060890004|840060890004|O3|Permanent|0004|Redding|Active|SHA|Shasta County Air Quality Management District|R9|40.549700|-122.379200|152.500|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060890004|060890004|840060890004|PM2.5|Permanent|0004|Redding|Active|SHA|Shasta County Air Quality Management District|R9|40.549700|-122.379200|152.500|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060890007|060890007|840060890007|O3|Permanent|0007|Anderson|Active|SHA|Shasta County Air Quality Management District|R9|40.453100|-122.297800|137.300|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060890007|060890007|840060890007|PM2.5|Permanent|0007|Anderson|Active|SHA|Shasta County Air Quality Management District|R9|40.453100|-122.297800|137.300|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060890009|060890009|840060890009|O3|Permanent|0009|Shasta Lake City|Active|SHA|Shasta County Air Quality Management District|R9|40.689400|-122.402400|246.100|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060893003|060893003|840060893003|O3|Permanent|3003|Lassen Volcanic NP|Active|NPS|National Park Service|USEPA|40.540300|-121.576400|1756.800|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060893003|060893003|840060893003|TEMP|Permanent|3003|Lassen Volcanic NP|Active|NPS|National Park Service|USEPA|40.540300|-121.576400|1756.800|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060893003|060893003|840060893003|WS|Permanent|3003|Lassen Volcanic NP|Active|NPS|National Park Service|USEPA|40.540300|-121.576400|1756.800|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060893003|060893003|840060893003|WD|Permanent|3003|Lassen Volcanic NP|Active|NPS|National Park Service|USEPA|40.540300|-121.576400|1756.800|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060893003|060893003|840060893003|RHUM|Permanent|3003|Lassen Volcanic NP|Active|NPS|National Park Service|USEPA|40.540300|-121.576400|1756.800|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060893003|060893003|840060893003|SRAD|Permanent|3003|Lassen Volcanic NP|Active|NPS|National Park Service|USEPA|40.540300|-121.576400|1756.800|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060893003|060893003|840060893003|PRECIP|Permanent|3003|Lassen Volcanic NP|Active|NPS|National Park Service|USEPA|40.540300|-121.576400|1756.800|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060893003|060893003|840060893003|RWD|Permanent|3003|Lassen Volcanic NP|Active|NPS|National Park Service|USEPA|40.540300|-121.576400|1756.800|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060893003|060893003|840060893003|RWS|Permanent|3003|Lassen Volcanic NP|Active|NPS|National Park Service|USEPA|40.540300|-121.576400|1756.800|-8.00|US|39820| Redding, CA |06|CA|089|SHASTA +060932001|060932001|840060932001|O3|Permanent|2001|Yreka|Active|SIS|Siskiyou County APCD|R9|41.726790|-122.633590|799.100|-8.00|US|||06|CA|093|SISKIYOU +060932001|060932001|840060932001|PM2.5|Permanent|2001|Yreka|Active|SIS|Siskiyou County APCD|R9|41.726790|-122.633590|799.100|-8.00|US|||06|CA|093|SISKIYOU +840060932002|060932002|840060932002|PM2.5|Permanent|2002|Mt Shasta|Active|SIS|Siskiyou County APCD|R9|41.312688|-122.318254|1073.000|-8.00|US|||06|CA|093|SISKIYOU +060950004|060950004|840060950004|O3|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|PM2.5|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|WD|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|RHUM|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|NOX|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|NO|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|WS|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|RWD|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|NO2|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|CO|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|SO2|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|TEMP|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950004|060950004|840060950004|RWS|Permanent|0004|Vallejo|Active|CA2|San Francisco Bay Area AQMD|R9|38.102507|-122.237976|5.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950005|060950005|840060950005|RWS|Permanent|0005|Fairfield|Active|CA2|San Francisco Bay Area AQMD|R9|38.227066|-122.075624|9.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950005|060950005|840060950005|O3|Permanent|0005|Fairfield|Active|CA2|San Francisco Bay Area AQMD|R9|38.227066|-122.075624|9.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950005|060950005|840060950005|TEMP|Permanent|0005|Fairfield|Active|CA2|San Francisco Bay Area AQMD|R9|38.227066|-122.075624|9.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950005|060950005|840060950005|WS|Permanent|0005|Fairfield|Active|CA2|San Francisco Bay Area AQMD|R9|38.227066|-122.075624|9.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950005|060950005|840060950005|WD|Permanent|0005|Fairfield|Active|CA2|San Francisco Bay Area AQMD|R9|38.227066|-122.075624|9.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950005|060950005|840060950005|PRECIP|Permanent|0005|Fairfield|Active|CA2|San Francisco Bay Area AQMD|R9|38.227066|-122.075624|9.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060950005|060950005|840060950005|RWD|Permanent|0005|Fairfield|Active|CA2|San Francisco Bay Area AQMD|R9|38.227066|-122.075624|9.800|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060953002|060953002|840060953002|WD|Permanent|3002|Vacaville|Active|YS1|Yolo-Solano AQMD|R9|38.356556|-121.949853||-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060953002|060953002|840060953002|BARPR|Permanent|3002|Vacaville|Active|YS1|Yolo-Solano AQMD|R9|38.356556|-121.949853||-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060953002|060953002|840060953002|O3|Permanent|3002|Vacaville|Active|YS1|Yolo-Solano AQMD|R9|38.356556|-121.949853||-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060953002|060953002|840060953002|PM2.5|Permanent|3002|Vacaville|Active|YS1|Yolo-Solano AQMD|R9|38.356556|-121.949853||-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060953002|060953002|840060953002|TEMP|Permanent|3002|Vacaville|Active|YS1|Yolo-Solano AQMD|R9|38.356556|-121.949853||-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060953002|060953002|840060953002|WS|Permanent|3002|Vacaville|Active|YS1|Yolo-Solano AQMD|R9|38.356556|-121.949853||-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060956001|060956001|840060956001|WS|Permanent|6001|Rio Vista|Active|CA2|San Francisco Bay Area AQMD|R9|38.188390|-121.705640|11.000|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060956001|060956001|840060956001|WD|Permanent|6001|Rio Vista|Active|CA2|San Francisco Bay Area AQMD|R9|38.188390|-121.705640|11.000|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060956001|060956001|840060956001|RHUM|Permanent|6001|Rio Vista|Active|CA2|San Francisco Bay Area AQMD|R9|38.188390|-121.705640|11.000|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060956001|060956001|840060956001|RWD|Permanent|6001|Rio Vista|Active|CA2|San Francisco Bay Area AQMD|R9|38.188390|-121.705640|11.000|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060956001|060956001|840060956001|RWS|Permanent|6001|Rio Vista|Active|CA2|San Francisco Bay Area AQMD|R9|38.188390|-121.705640|11.000|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060956001|060956001|840060956001|TEMP|Permanent|6001|Rio Vista|Active|CA2|San Francisco Bay Area AQMD|R9|38.188390|-121.705640|11.000|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060959999|060959999|840060959999|PM2.5|Permanent|9999|Rio Vista|Active|YS1|Yolo-Solano AQMD|R9|38.167297|-121.688561|6.700|-8.00|US|46700| Vallejo-Fairfield, CA |06|CA|095|SOLANO +060970003|060970003|840060970003|PM2.5|Permanent|0003|Santa Rosa|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.443100|-122.709700|15.600|-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060970003|060970003|840060970003|O3|Permanent|0003|Santa Rosa|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.443100|-122.709700|15.600|-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060970004|060970004|840060970004|CO|Permanent|0004|Sebastopol|Active|CA2|San Francisco Bay Area AQMD|R9|38.403765|-122.818294||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060970004|060970004|840060970004|NOX|Permanent|0004|Sebastopol|Active|CA2|San Francisco Bay Area AQMD|R9|38.403765|-122.818294||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060970004|060970004|840060970004|NO|Permanent|0004|Sebastopol|Active|CA2|San Francisco Bay Area AQMD|R9|38.403765|-122.818294||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060970004|060970004|840060970004|PRECIP|Permanent|0004|Sebastopol|Active|CA2|San Francisco Bay Area AQMD|R9|38.403765|-122.818294||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060970004|060970004|840060970004|O3|Permanent|0004|Sebastopol|Active|CA2|San Francisco Bay Area AQMD|R9|38.403765|-122.818294||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060970004|060970004|840060970004|PM2.5|Permanent|0004|Sebastopol|Active|CA2|San Francisco Bay Area AQMD|R9|38.403765|-122.818294||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060970004|060970004|840060970004|NO2|Permanent|0004|Sebastopol|Active|CA2|San Francisco Bay Area AQMD|R9|38.403765|-122.818294||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976001|060976001|840060976001|RWS|Permanent|6001|Santa Rosa|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.417360|-122.761670|29.000|-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976001|060976001|840060976001|TEMP|Permanent|6001|Santa Rosa|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.417360|-122.761670|29.000|-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976001|060976001|840060976001|WS|Permanent|6001|Santa Rosa|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.417360|-122.761670|29.000|-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976001|060976001|840060976001|WD|Permanent|6001|Santa Rosa|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.417360|-122.761670|29.000|-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976001|060976001|840060976001|SRAD|Permanent|6001|Santa Rosa|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.417360|-122.761670|29.000|-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976001|060976001|840060976001|PRECIP|Permanent|6001|Santa Rosa|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.417360|-122.761670|29.000|-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976001|060976001|840060976001|RWD|Permanent|6001|Santa Rosa|Inactive|CA2|San Francisco Bay Area AQMD|R9|38.417360|-122.761670|29.000|-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976002|060976002|840060976002|TEMP|Permanent|6002|Sonoma Baylands|Active|CA2|San Francisco Bay Area AQMD|R9|38.131610|-122.474670||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976002|060976002|840060976002|WS|Permanent|6002|Sonoma Baylands|Active|CA2|San Francisco Bay Area AQMD|R9|38.131610|-122.474670||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976002|060976002|840060976002|WD|Permanent|6002|Sonoma Baylands|Active|CA2|San Francisco Bay Area AQMD|R9|38.131610|-122.474670||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976002|060976002|840060976002|PRECIP|Permanent|6002|Sonoma Baylands|Active|CA2|San Francisco Bay Area AQMD|R9|38.131610|-122.474670||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976002|060976002|840060976002|RWD|Permanent|6002|Sonoma Baylands|Active|CA2|San Francisco Bay Area AQMD|R9|38.131610|-122.474670||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060976002|060976002|840060976002|RWS|Permanent|6002|Sonoma Baylands|Active|CA2|San Francisco Bay Area AQMD|R9|38.131610|-122.474670||-8.00|US|42220| Santa Rosa-Petaluma, CA |06|CA|097|SONOMA +060990005|060990005|840060990005|TEMP|Permanent|0005|Modesto - 14th Street|Active|CA8|California Air Resources Board|R9|37.642165|-120.994212||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990005|060990005|840060990005|CO|Permanent|0005|Modesto - 14th Street|Active|CA8|California Air Resources Board|R9|37.642165|-120.994212||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990005|060990005|840060990005|RHUM|Permanent|0005|Modesto - 14th Street|Active|CA8|California Air Resources Board|R9|37.642165|-120.994212||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990005|060990005|840060990005|RWD|Permanent|0005|Modesto - 14th Street|Active|CA8|California Air Resources Board|R9|37.642165|-120.994212||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990005|060990005|840060990005|RWS|Permanent|0005|Modesto - 14th Street|Active|CA8|California Air Resources Board|R9|37.642165|-120.994212||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990005|060990005|840060990005|O3|Permanent|0005|Modesto - 14th Street|Active|CA8|California Air Resources Board|R9|37.642165|-120.994212||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990005|060990005|840060990005|PM2.5|Permanent|0005|Modesto - 14th Street|Active|CA8|California Air Resources Board|R9|37.642165|-120.994212||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990005|060990005|840060990005|PM10|Permanent|0005|Modesto - 14th Street|Active|CA8|California Air Resources Board|R9|37.642165|-120.994212||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|PM2.5|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|NOX|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|NO|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|RWD|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|RWS|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|O3|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|PM10|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|NO2|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|TEMP|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|WS|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|WD|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +060990006|060990006|840060990006|BARPR|Permanent|0006|Turlock - S. Minaret Street|Active|CA6|San Joaquin Valley Unified APCD|R9|37.488300|-120.835800||-8.00|US|33700| Modesto, CA |06|CA|099|STANISLAUS +061000000|061000000|840061000000|PM10|Permanent|0000|N/A|Active|MAN|Manzanita Band of the Kumeyaay Nation|R9|32.735500|-116.345400||-8.00|US|||||| +061010003|061010003|840061010003|RWD|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010003|061010003|840061010003|RWS|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010003|061010003|840061010003|O3|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010003|061010003|840061010003|PM2.5|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010003|061010003|840061010003|PM10|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010003|061010003|840061010003|NO2|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010003|061010003|840061010003|TEMP|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010003|061010003|840061010003|RHUM|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010003|061010003|840061010003|NOX|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010003|061010003|840061010003|NO|Permanent|0003|Yuba City|Active|CA8|California Air Resources Board|R9|39.138680|-121.618840||-8.00|US|49700| Yuba City, CA |06|CA|101|SUTTER +061010004|061010004|840061010004|O3|Permanent|0004|Sutter Buttes (seasonal)|Active|CA8|California Air Resources Board|R9|39.205560|-121.820460|645.400|-8.00|US|||06|CA|101|SUTTER +061010004|061010004|840061010004|TEMP|Permanent|0004|Sutter Buttes (seasonal)|Active|CA8|California Air Resources Board|R9|39.205560|-121.820460|645.400|-8.00|US|||06|CA|101|SUTTER +061010004|061010004|840061010004|RHUM|Permanent|0004|Sutter Buttes (seasonal)|Active|CA8|California Air Resources Board|R9|39.205560|-121.820460|645.400|-8.00|US|||06|CA|101|SUTTER +061010004|061010004|840061010004|RWD|Permanent|0004|Sutter Buttes (seasonal)|Active|CA8|California Air Resources Board|R9|39.205560|-121.820460|645.400|-8.00|US|||06|CA|101|SUTTER +061010004|061010004|840061010004|RWS|Permanent|0004|Sutter Buttes (seasonal)|Active|CA8|California Air Resources Board|R9|39.205560|-121.820460|645.400|-8.00|US|||06|CA|101|SUTTER +061030004|061030004|840061030004|RWS|Permanent|0004|Tuscan Butte (Seasonal)|Active|CA8|California Air Resources Board|R9|40.262070|-122.092650|562.100|-8.00|US|39780| Red Bluff, CA |06|CA|103|TEHAMA +061030004|061030004|840061030004|O3|Permanent|0004|Tuscan Butte (Seasonal)|Active|CA8|California Air Resources Board|R9|40.262070|-122.092650|562.100|-8.00|US|39780| Red Bluff, CA |06|CA|103|TEHAMA +061030004|061030004|840061030004|TEMP|Permanent|0004|Tuscan Butte (Seasonal)|Active|CA8|California Air Resources Board|R9|40.262070|-122.092650|562.100|-8.00|US|39780| Red Bluff, CA |06|CA|103|TEHAMA +061030004|061030004|840061030004|RHUM|Permanent|0004|Tuscan Butte (Seasonal)|Active|CA8|California Air Resources Board|R9|40.262070|-122.092650|562.100|-8.00|US|39780| Red Bluff, CA |06|CA|103|TEHAMA +061030004|061030004|840061030004|RWD|Permanent|0004|Tuscan Butte (Seasonal)|Active|CA8|California Air Resources Board|R9|40.262070|-122.092650|562.100|-8.00|US|39780| Red Bluff, CA |06|CA|103|TEHAMA +061030006|061030006|840061030006|PM2.5|Permanent|0006|Red Bluff-Walnut St|Inactive|THM|Tehama County Air Pollution Control District|R9|40.170917|-122.255667|86.000|-8.00|US|39780| Red Bluff, CA |06|CA|103|TEHAMA +061030007|061030007|840061030007|O3|Permanent|0007|Red Bluff - Walnut office|Active|THM|Tehama County Air Pollution Control District|R9|40.170917|-122.255667|99.700|-8.00|US|39780| Red Bluff, CA |06|CA|103|TEHAMA +061030007|061030007|840061030007|PM2.5|Permanent|0007|Red Bluff - Walnut office|Active|THM|Tehama County Air Pollution Control District|R9|40.170917|-122.255667|99.700|-8.00|US|39780| Red Bluff, CA |06|CA|103|TEHAMA +061050002|061050002|840061050002|PM2.5|Permanent|0002|Weaverville|Active|NCA|North Coast Unified Air Quality Management District|R9|40.734722|-122.941109|600.200|-8.00|US|||06|CA|105|TRINITY +061070006|061070006|840061070006|WS|Permanent|0006|Sequoia and Kings Canyon NP - Lower Kaweah|Active|NPS|National Park Service|USEPA|36.567200|-118.777199|1890.700|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070006|061070006|840061070006|WD|Permanent|0006|Sequoia and Kings Canyon NP - Lower Kaweah|Active|NPS|National Park Service|USEPA|36.567200|-118.777199|1890.700|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070006|061070006|840061070006|RHUM|Permanent|0006|Sequoia and Kings Canyon NP - Lower Kaweah|Active|NPS|National Park Service|USEPA|36.567200|-118.777199|1890.700|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070006|061070006|840061070006|SRAD|Permanent|0006|Sequoia and Kings Canyon NP - Lower Kaweah|Active|NPS|National Park Service|USEPA|36.567200|-118.777199|1890.700|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070006|061070006|840061070006|PRECIP|Permanent|0006|Sequoia and Kings Canyon NP - Lower Kaweah|Active|NPS|National Park Service|USEPA|36.567200|-118.777199|1890.700|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070006|061070006|840061070006|O3|Permanent|0006|Sequoia and Kings Canyon NP - Lower Kaweah|Active|NPS|National Park Service|USEPA|36.567200|-118.777199|1890.700|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070006|061070006|840061070006|TEMP|Permanent|0006|Sequoia and Kings Canyon NP - Lower Kaweah|Active|NPS|National Park Service|USEPA|36.567200|-118.777199|1890.700|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|PRECIP|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|RWD|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|RWS|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|PM2.5|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|TEMP|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|WS|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|WD|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|RHUM|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|SRAD|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061070009|061070009|840061070009|O3|Permanent|0009|Sequoia and Kings Canyon - Ash Mountain|Active|NPS|National Park Service|USEPA|36.489399|-118.826897|610.300|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|NO2|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|TEMP|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|NO|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|RWD|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|RWS|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|O3|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|PM2.5|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|PM10|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|RHUM|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072002|061072002|840061072002|NOX|Permanent|2002|Visalia - N. Church Street|Inactive|CA8|California Air Resources Board|R9|36.332520|-119.290950||-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +840061072003|061072003|840061072003|O3|Permanent|2003|Visalia - W Ashland Avenue|Active|CA8|California Air Resources Board|R9|36.308150|-119.312900|97.900|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +840061072003|061072003|840061072003|PM2.5|Permanent|2003|Visalia - W Ashland Avenue|Active|CA8|California Air Resources Board|R9|36.308150|-119.312900|97.900|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +840061072003|061072003|840061072003|PM10|Permanent|2003|Visalia - W Ashland Avenue|Active|CA8|California Air Resources Board|R9|36.308150|-119.312900|97.900|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +840061072003|061072003|840061072003|NO2|Permanent|2003|Visalia - W Ashland Avenue|Active|CA8|California Air Resources Board|R9|36.308150|-119.312900|97.900|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +840061072003|061072003|840061072003|NOX|Permanent|2003|Visalia - W Ashland Avenue|Active|CA8|California Air Resources Board|R9|36.308150|-119.312900|97.900|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +840061072003|061072003|840061072003|NO|Permanent|2003|Visalia - W Ashland Avenue|Active|CA8|California Air Resources Board|R9|36.308150|-119.312900|97.900|-8.00|US|47300| Visalia-Porterville, CA |06|CA|107|TULARE +061072010|061072010|840061072010|TEMP|Permanent|2010|Porterville-NFS|Active|CA6|San Joaquin Valley Unified APCD|R9|36.031900|-119.055000||-8.00|US|||06|CA|107|TULARE +061072010|061072010|840061072010|WS|Permanent|2010|Porterville-NFS|Active|CA6|San Joaquin Valley Unified APCD|R9|36.031900|-119.055000||-8.00|US|||06|CA|107|TULARE +061072010|061072010|840061072010|WD|Permanent|2010|Porterville-NFS|Active|CA6|San Joaquin Valley Unified APCD|R9|36.031900|-119.055000||-8.00|US|||06|CA|107|TULARE +061072010|061072010|840061072010|BARPR|Permanent|2010|Porterville-NFS|Active|CA6|San Joaquin Valley Unified APCD|R9|36.031900|-119.055000||-8.00|US|||06|CA|107|TULARE +061072010|061072010|840061072010|RWD|Permanent|2010|Porterville-NFS|Active|CA6|San Joaquin Valley Unified APCD|R9|36.031900|-119.055000||-8.00|US|||06|CA|107|TULARE +061072010|061072010|840061072010|RWS|Permanent|2010|Porterville-NFS|Active|CA6|San Joaquin Valley Unified APCD|R9|36.031900|-119.055000||-8.00|US|||06|CA|107|TULARE +061072010|061072010|840061072010|O3|Permanent|2010|Porterville-NFS|Active|CA6|San Joaquin Valley Unified APCD|R9|36.031900|-119.055000||-8.00|US|||06|CA|107|TULARE +061072010|061072010|840061072010|PM2.5|Permanent|2010|Porterville-NFS|Active|CA6|San Joaquin Valley Unified APCD|R9|36.031900|-119.055000||-8.00|US|||06|CA|107|TULARE +061073000|061073000|840061073000|WS|Permanent|3000|Visalia-Airport|Inactive|CA6|San Joaquin Valley Unified APCD|R9|36.313889|-119.392778||-8.00|US|||06|CA|107|TULARE +061073000|061073000|840061073000|WD|Permanent|3000|Visalia-Airport|Inactive|CA6|San Joaquin Valley Unified APCD|R9|36.313889|-119.392778||-8.00|US|||06|CA|107|TULARE +061073000|061073000|840061073000|RHUM|Permanent|3000|Visalia-Airport|Inactive|CA6|San Joaquin Valley Unified APCD|R9|36.313889|-119.392778||-8.00|US|||06|CA|107|TULARE +061073000|061073000|840061073000|BARPR|Permanent|3000|Visalia-Airport|Inactive|CA6|San Joaquin Valley Unified APCD|R9|36.313889|-119.392778||-8.00|US|||06|CA|107|TULARE +061073000|061073000|840061073000|SRAD|Permanent|3000|Visalia-Airport|Inactive|CA6|San Joaquin Valley Unified APCD|R9|36.313889|-119.392778||-8.00|US|||06|CA|107|TULARE +061073000|061073000|840061073000|RWD|Permanent|3000|Visalia-Airport|Inactive|CA6|San Joaquin Valley Unified APCD|R9|36.313889|-119.392778||-8.00|US|||06|CA|107|TULARE +061073000|061073000|840061073000|RWS|Permanent|3000|Visalia-Airport|Inactive|CA6|San Joaquin Valley Unified APCD|R9|36.313889|-119.392778||-8.00|US|||06|CA|107|TULARE +061073000|061073000|840061073000|TEMP|Permanent|3000|Visalia-Airport|Inactive|CA6|San Joaquin Valley Unified APCD|R9|36.313889|-119.392778||-8.00|US|||06|CA|107|TULARE +840061079998|061079998|840061079998|O3|Permanent|9998|Springville|Active|FS1|Forest Service|USEPA|36.135800|-118.810800||-8.00|US|||06|CA|107|TULARE +840061079998|061079998|840061079998|PM2.5|Permanent|9998|Springville|Active|FS1|Forest Service|USEPA|36.135800|-118.810800||-8.00|US|||06|CA|107|TULARE +840061079999|061079999|840061079999|O3|Permanent|9999|Kennedy Meadows|Active|FS1|Forest Service|USEPA|36.021400|-118.137000||-8.00|US|||06|CA|107|TULARE +840061079999|061079999|840061079999|PM2.5|Permanent|9999|Kennedy Meadows|Active|FS1|Forest Service|USEPA|36.021400|-118.137000||-8.00|US|||06|CA|107|TULARE +061090005|061090005|840061090005|O3|Permanent|0005|Sonora - Barretta Street|Active|CA8|California Air Resources Board|R9|37.981780|-120.378551||-8.00|US|38020| Phoenix Lake-Cedar Ridge, CA |06|CA|109|TUOLUMNE +061090005|061090005|840061090005|TEMP|Permanent|0005|Sonora - Barretta Street|Active|CA8|California Air Resources Board|R9|37.981780|-120.378551||-8.00|US|38020| Phoenix Lake-Cedar Ridge, CA |06|CA|109|TUOLUMNE +061090005|061090005|840061090005|RHUM|Permanent|0005|Sonora - Barretta Street|Active|CA8|California Air Resources Board|R9|37.981780|-120.378551||-8.00|US|38020| Phoenix Lake-Cedar Ridge, CA |06|CA|109|TUOLUMNE +061090005|061090005|840061090005|RWD|Permanent|0005|Sonora - Barretta Street|Active|CA8|California Air Resources Board|R9|37.981780|-120.378551||-8.00|US|38020| Phoenix Lake-Cedar Ridge, CA |06|CA|109|TUOLUMNE +061090005|061090005|840061090005|RWS|Permanent|0005|Sonora - Barretta Street|Active|CA8|California Air Resources Board|R9|37.981780|-120.378551||-8.00|US|38020| Phoenix Lake-Cedar Ridge, CA |06|CA|109|TUOLUMNE +061110007|061110007|840061110007|WS|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110007|061110007|840061110007|WD|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110007|061110007|840061110007|RHUM|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110007|061110007|840061110007|SRAD|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110007|061110007|840061110007|PRECIP|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110007|061110007|840061110007|RWD|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110007|061110007|840061110007|RWS|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110007|061110007|840061110007|O3|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110007|061110007|840061110007|PM2.5|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110007|061110007|840061110007|TEMP|Permanent|0007|Thousand Oaks - Moorpark Road|Active|CA5|Ventura County APCD|R9|34.210170|-118.870510||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110008|061110008|840061110008|RWS|Permanent|0008|SIMIUA|Active|CA5|Ventura County APCD|R9|34.291400|-118.797500|278.800|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110008|061110008|840061110008|TEMP|Permanent|0008|SIMIUA|Active|CA5|Ventura County APCD|R9|34.291400|-118.797500|278.800|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110008|061110008|840061110008|WS|Permanent|0008|SIMIUA|Active|CA5|Ventura County APCD|R9|34.291400|-118.797500|278.800|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110008|061110008|840061110008|WD|Permanent|0008|SIMIUA|Active|CA5|Ventura County APCD|R9|34.291400|-118.797500|278.800|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110008|061110008|840061110008|RHUM|Permanent|0008|SIMIUA|Active|CA5|Ventura County APCD|R9|34.291400|-118.797500|278.800|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110008|061110008|840061110008|BARPR|Permanent|0008|SIMIUA|Active|CA5|Ventura County APCD|R9|34.291400|-118.797500|278.800|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110008|061110008|840061110008|SRAD|Permanent|0008|SIMIUA|Active|CA5|Ventura County APCD|R9|34.291400|-118.797500|278.800|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110008|061110008|840061110008|PRECIP|Permanent|0008|SIMIUA|Active|CA5|Ventura County APCD|R9|34.291400|-118.797500|278.800|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110008|061110008|840061110008|RWD|Permanent|0008|SIMIUA|Active|CA5|Ventura County APCD|R9|34.291400|-118.797500|278.800|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|WS|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|WD|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|RHUM|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|SRAD|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|O3|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|PRECIP|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|RWD|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|RWS|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|PM2.5|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061110009|061110009|840061110009|TEMP|Permanent|0009|Piru - Pacific|Active|CA5|Ventura County APCD|R9|34.404280|-118.809980||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|RWD|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|RWS|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|PM2.5|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|TEMP|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|WS|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|WD|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|RHUM|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|SRAD|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|O3|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061111004|061111004|840061111004|PRECIP|Permanent|1004|Ojai - Ojai Ave.|Active|CA5|Ventura County APCD|R9|34.448060|-119.231300|233.300|-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|PM2.5|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|PM10|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|TEMP|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|WD|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|RHUM|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|BARPR|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|SRAD|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|PRECIP|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|O3|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|RWD|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|RWS|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112002|061112002|840061112002|WS|Permanent|2002|Simi Valley - Cochran Street|Active|CA5|Ventura County APCD|R9|34.276320|-118.683690||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112003|061112003|840061112003|TEMP|Permanent|2003|Ventura - Emma Wood State Beach|Inactive|CA5|Ventura County APCD|R9|34.290001|-119.313599||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112003|061112003|840061112003|WS|Permanent|2003|Ventura - Emma Wood State Beach|Inactive|CA5|Ventura County APCD|R9|34.290001|-119.313599||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112003|061112003|840061112003|WD|Permanent|2003|Ventura - Emma Wood State Beach|Inactive|CA5|Ventura County APCD|R9|34.290001|-119.313599||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112003|061112003|840061112003|RHUM|Permanent|2003|Ventura - Emma Wood State Beach|Inactive|CA5|Ventura County APCD|R9|34.290001|-119.313599||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112003|061112003|840061112003|SRAD|Permanent|2003|Ventura - Emma Wood State Beach|Inactive|CA5|Ventura County APCD|R9|34.290001|-119.313599||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061112003|061112003|840061112003|O3|Permanent|2003|Ventura - Emma Wood State Beach|Inactive|CA5|Ventura County APCD|R9|34.290001|-119.313599||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|WD|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|RHUM|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|BARPR|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|SRAD|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|PRECIP|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|RWD|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|RWS|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|O3|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|PM2.5|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|PM10|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|TEMP|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061113001|061113001|840061113001|WS|Permanent|3001|El Rio - Rio Mesa School #2|Active|CA5|Ventura County APCD|R9|34.252390|-119.143180||-8.00|US|37100| Oxnard-Thousand Oaks-Ventura, CA |06|CA|111|VENTURA +061130004|061130004|840061130004|RHUM|Permanent|0004|Davis - UCD Campus|Active|CA8|California Air Resources Board|R9|38.534550|-121.773400||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061130004|061130004|840061130004|NOX|Permanent|0004|Davis - UCD Campus|Active|CA8|California Air Resources Board|R9|38.534550|-121.773400||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061130004|061130004|840061130004|NO|Permanent|0004|Davis - UCD Campus|Active|CA8|California Air Resources Board|R9|38.534550|-121.773400||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061130004|061130004|840061130004|RWD|Permanent|0004|Davis - UCD Campus|Active|CA8|California Air Resources Board|R9|38.534550|-121.773400||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061130004|061130004|840061130004|RWS|Permanent|0004|Davis - UCD Campus|Active|CA8|California Air Resources Board|R9|38.534550|-121.773400||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061130004|061130004|840061130004|O3|Permanent|0004|Davis - UCD Campus|Active|CA8|California Air Resources Board|R9|38.534550|-121.773400||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061130004|061130004|840061130004|PM2.5|Permanent|0004|Davis - UCD Campus|Active|CA8|California Air Resources Board|R9|38.534550|-121.773400||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061130004|061130004|840061130004|NO2|Permanent|0004|Davis - UCD Campus|Active|CA8|California Air Resources Board|R9|38.534550|-121.773400||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061130004|061130004|840061130004|TEMP|Permanent|0004|Davis - UCD Campus|Active|CA8|California Air Resources Board|R9|38.534550|-121.773400||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061131003|061131003|840061131003|PM2.5|Permanent|1003|Woodland|Active|YS1|Yolo-Solano AQMD|R9|38.661239|-121.732683||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061131003|061131003|840061131003|TEMP|Permanent|1003|Woodland|Active|YS1|Yolo-Solano AQMD|R9|38.661239|-121.732683||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061131003|061131003|840061131003|WS|Permanent|1003|Woodland|Active|YS1|Yolo-Solano AQMD|R9|38.661239|-121.732683||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061131003|061131003|840061131003|WD|Permanent|1003|Woodland|Active|YS1|Yolo-Solano AQMD|R9|38.661239|-121.732683||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061131003|061131003|840061131003|BARPR|Permanent|1003|Woodland|Active|YS1|Yolo-Solano AQMD|R9|38.661239|-121.732683||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +061131003|061131003|840061131003|O3|Permanent|1003|Woodland|Active|YS1|Yolo-Solano AQMD|R9|38.661239|-121.732683||-8.00|US|40900| Sacramento--Arden-Arcade--Roseville, CA |06|CA|113|YOLO +069999915|069999915|840069999915|TEMP|Permanent|9915|EBAM6 - Konocti Elementary School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999915|069999915|840069999915|RHUM|Permanent|9915|EBAM6 - Konocti Elementary School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999915|069999915|840069999915|RWD|Permanent|9915|EBAM6 - Konocti Elementary School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999915|069999915|840069999915|RWS|Permanent|9915|EBAM6 - Konocti Elementary School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999915|069999915|840069999915|PM2.5|Permanent|9915|EBAM6 - Konocti Elementary School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999916|069999916|840069999916|RWS|Permanent|9916|EBAM7 - Sac 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|37.746460|-120.143700||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999916|069999916|840069999916|PM2.5|Permanent|9916|EBAM7 - Sac 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|37.746460|-120.143700||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999916|069999916|840069999916|TEMP|Permanent|9916|EBAM7 - Sac 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|37.746460|-120.143700||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999916|069999916|840069999916|RHUM|Permanent|9916|EBAM7 - Sac 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|37.746460|-120.143700||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999916|069999916|840069999916|RWD|Permanent|9916|EBAM7 - Sac 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|37.746460|-120.143700||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999917|069999917|840069999917|PM2.5|Permanent|9917|EBAM8 - Broadway W|Inactive|CA8|California Air Resources Board|R9|38.830300|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999917|069999917|840069999917|TEMP|Permanent|9917|EBAM8 - Broadway W|Inactive|CA8|California Air Resources Board|R9|38.830300|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999917|069999917|840069999917|RHUM|Permanent|9917|EBAM8 - Broadway W|Inactive|CA8|California Air Resources Board|R9|38.830300|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999917|069999917|840069999917|RWD|Permanent|9917|EBAM8 - Broadway W|Inactive|CA8|California Air Resources Board|R9|38.830300|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999917|069999917|840069999917|RWS|Permanent|9917|EBAM8 - Broadway W|Inactive|CA8|California Air Resources Board|R9|38.830300|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999918|069999918|840069999918|TEMP|Permanent|9918|EBAM9 - Broadway Warehouse|Inactive|CA8|California Air Resources Board|R9|41.007960|-121.435200||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999918|069999918|840069999918|RHUM|Permanent|9918|EBAM9 - Broadway Warehouse|Inactive|CA8|California Air Resources Board|R9|41.007960|-121.435200||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999918|069999918|840069999918|RWD|Permanent|9918|EBAM9 - Broadway Warehouse|Inactive|CA8|California Air Resources Board|R9|41.007960|-121.435200||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999918|069999918|840069999918|RWS|Permanent|9918|EBAM9 - Broadway Warehouse|Inactive|CA8|California Air Resources Board|R9|41.007960|-121.435200||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999918|069999918|840069999918|PM2.5|Permanent|9918|EBAM9 - Broadway Warehouse|Inactive|CA8|California Air Resources Board|R9|41.007960|-121.435200||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999919|069999919|840069999919|RWD|Permanent|9919|EBAM10 - Lake County|Inactive|CA8|California Air Resources Board|R9|38.844140|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999919|069999919|840069999919|RWS|Permanent|9919|EBAM10 - Lake County|Inactive|CA8|California Air Resources Board|R9|38.844140|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999919|069999919|840069999919|PM2.5|Permanent|9919|EBAM10 - Lake County|Inactive|CA8|California Air Resources Board|R9|38.844140|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999919|069999919|840069999919|TEMP|Permanent|9919|EBAM10 - Lake County|Inactive|CA8|California Air Resources Board|R9|38.844140|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999919|069999919|840069999919|RHUM|Permanent|9919|EBAM10 - Lake County|Inactive|CA8|California Air Resources Board|R9|38.844140|-122.722000||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999920|069999920|840069999920|TEMP|Permanent|9920|EBAM11 - 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|38.695100|-121.507067||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999920|069999920|840069999920|RHUM|Permanent|9920|EBAM11 - 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|38.695100|-121.507067||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999920|069999920|840069999920|RWD|Permanent|9920|EBAM11 - 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|38.695100|-121.507067||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999920|069999920|840069999920|RWS|Permanent|9920|EBAM11 - 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|38.695100|-121.507067||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999920|069999920|840069999920|PM2.5|Permanent|9920|EBAM11 - 5th St. Warehouse|Inactive|CA8|California Air Resources Board|R9|38.695100|-121.507067||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999921|069999921|840069999921|RWD|Permanent|9921|EBAM12 - Broad|Inactive|CA8|California Air Resources Board|R9|35.324706|-118.997564||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999921|069999921|840069999921|RWS|Permanent|9921|EBAM12 - Broad|Inactive|CA8|California Air Resources Board|R9|35.324706|-118.997564||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999921|069999921|840069999921|PM2.5|Permanent|9921|EBAM12 - Broad|Inactive|CA8|California Air Resources Board|R9|35.324706|-118.997564||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999921|069999921|840069999921|TEMP|Permanent|9921|EBAM12 - Broad|Inactive|CA8|California Air Resources Board|R9|35.324706|-118.997564||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999921|069999921|840069999921|RHUM|Permanent|9921|EBAM12 - Broad|Inactive|CA8|California Air Resources Board|R9|35.324706|-118.997564||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999991|069999991|840069999991|PM2.5|Permanent|9991|E-BAM 1|Inactive|CA8|California Air Resources Board|R9|32.758701|-115.731697||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999992|069999992|840069999992|PM2.5|Permanent|9992|EBAM2|Inactive|CA8|California Air Resources Board|R9|33.044000|-115.417200||-8.00|US|20940| El Centro, CA |06|CA|999|PROXY SITE - CA - CONSTANT +069999993|069999993|840069999993|PM2.5|Permanent|9993|EBAM3|Inactive|CA8|California Air Resources Board|R9|32.800400|-115.474600||-8.00|US|20940| El Centro, CA |06|CA|999|PROXY SITE - CA - CONSTANT +069999994|069999994|840069999994|PM2.5|Permanent|9994|EBAM4|Inactive|CA8|California Air Resources Board|R9|40.142000|-120.990200||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999995|069999995|840069999995|RWS|Permanent|9995|EBAM5 - Konocti High School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999995|069999995|840069999995|PM2.5|Permanent|9995|EBAM5 - Konocti High School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999995|069999995|840069999995|TEMP|Permanent|9995|EBAM5 - Konocti High School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999995|069999995|840069999995|RHUM|Permanent|9995|EBAM5 - Konocti High School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +069999995|069999995|840069999995|RWD|Permanent|9995|EBAM5 - Konocti High School|Inactive|CA8|California Air Resources Board|R9|38.916610|-122.608400||-8.00|US|||06|CA|999|PROXY SITE - CA - CONSTANT +080010006|080010006|840080010006|PM2.5|Permanent|0006|Commerce City - 7101 Birch St.|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.827500|-104.937200|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|001|ADAMS +080010008|080010008|840080010008|PM2.5|Permanent|0008|Adams|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.828387|-104.938463||-7.00|US|19740| Denver-Aurora, CO |08|CO|001|ADAMS +080010008|080010008|840080010008|PM10|Permanent|0008|Adams|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.828387|-104.938463||-7.00|US|19740| Denver-Aurora, CO |08|CO|001|ADAMS +840080010010|080010010|840080010010|PM10|Permanent|0010|Adams-Birch|Active|CO1|Colorado Department of Public Health and Environment|R8|39.828100|-104.936450|1568.900|-7.00|US|||08|CO|001|ADAMS +840080010010|080010010|840080010010|PM2.5|Permanent|0010|Adams-Birch|Active|CO1|Colorado Department of Public Health and Environment|R8|39.828100|-104.936450|1568.900|-7.00|US|||08|CO|001|ADAMS +080013001|080013001|840080013001|O3|Permanent|3001|Welby - 78th Ave. & Steele St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.839200|-104.948900|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|001|ADAMS +080013001|080013001|840080013001|PM10|Permanent|3001|Welby - 78th Ave. & Steele St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.839200|-104.948900|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|001|ADAMS +080013001|080013001|840080013001|NO2|Permanent|3001|Welby - 78th Ave. & Steele St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.839200|-104.948900|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|001|ADAMS +080013001|080013001|840080013001|CO|Permanent|3001|Welby - 78th Ave. & Steele St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.839200|-104.948900|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|001|ADAMS +080013001|080013001|840080013001|SO2|Permanent|3001|Welby - 78th Ave. & Steele St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.839200|-104.948900|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|001|ADAMS +080050002|080050002|840080050002|O3|Permanent|0002|Highland Reservoir - 8100 S. University Blvd.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.568900|-104.957200|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|005|ARAPAHOE +080050006|080050006|840080050006|O3|Permanent|0006|Aurora East|Active|CO1|Colorado Department of Public Health and Environment|R8|39.638542|-104.569061|1800.700|-7.00|US|||08|CO|005|ARAPAHOE +080077004|080077004|840080077004|NO2|Permanent|7004|7004|Active|UTS|Southern Ute Tribe|R8|37.205862|-107.254118||-7.00|US|||08|CO|007|ARCHULETA +080077004|080077004|840080077004|NO|Permanent|7004|7004|Active|UTS|Southern Ute Tribe|R8|37.205862|-107.254118||-7.00|US|||08|CO|007|ARCHULETA +080077004|080077004|840080077004|SO2|Permanent|7004|7004|Active|UTS|Southern Ute Tribe|R8|37.205862|-107.254118||-7.00|US|||08|CO|007|ARCHULETA +080077004|080077004|840080077004|TEMP|Permanent|7004|7004|Active|UTS|Southern Ute Tribe|R8|37.205862|-107.254118||-7.00|US|||08|CO|007|ARCHULETA +080077004|080077004|840080077004|WS|Permanent|7004|7004|Active|UTS|Southern Ute Tribe|R8|37.205862|-107.254118||-7.00|US|||08|CO|007|ARCHULETA +080077004|080077004|840080077004|WD|Permanent|7004|7004|Active|UTS|Southern Ute Tribe|R8|37.205862|-107.254118||-7.00|US|||08|CO|007|ARCHULETA +080077004|080077004|840080077004|RHUM|Permanent|7004|7004|Active|UTS|Southern Ute Tribe|R8|37.205862|-107.254118||-7.00|US|||08|CO|007|ARCHULETA +080077004|080077004|840080077004|NOX|Permanent|7004|7004|Active|UTS|Southern Ute Tribe|R8|37.205862|-107.254118||-7.00|US|||08|CO|007|ARCHULETA +080077004|080077004|840080077004|O3|Permanent|7004|7004|Active|UTS|Southern Ute Tribe|R8|37.205862|-107.254118||-7.00|US|||08|CO|007|ARCHULETA +080130003|080130003|840080130003|PM2.5|Permanent|0003|Longmont|Active|CO1|Colorado Department of Public Health and Environment|R8|40.164585|-105.100861|1522.000|-7.00|US|14500| Boulder, CO |08|CO|013|BOULDER +080130009|080130009|840080130009|CO|Permanent|0009|Longmont - 440 Main St.|Inactive|CO1|Colorado Department of Public Health and Environment|R8|40.166600|-105.102400|1511.000|-7.00|US|14500| Boulder, CO |08|CO|013|BOULDER +080130011|080130011|840080130011|O3|Permanent|0011|Boulder - SBCreek - 1405 1/2 S. Foothills Hwy.|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.956900|-105.238300|1571.100|-7.00|US|14500| Boulder, CO |08|CO|013|BOULDER +080130014|080130014|840080130014|O3|Permanent|0014|Boulder Reservoir|Active|CO1|Colorado Department of Public Health and Environment|R8|40.070007|-105.220232||-7.00|US|||08|CO|013|BOULDER +080131001|080131001|840080131001|PM2.5|Permanent|1001|Boulder - CU - 2102 Athens St.|Active|CO1|Colorado Department of Public Health and Environment|R8|40.012800|-105.266700|1632.400|-7.00|US|14500| Boulder, CO |08|CO|013|BOULDER +840080290007|080290007|840080290007|NOX|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|NO|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|PRECIP|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|TEMP|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|PM2.5|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|PM10|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|NO2|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|WS|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|WD|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|RHUM|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|BARPR|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|SRAD|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +840080290007|080290007|840080290007|O3|Permanent|0007|Paonia|Active|BLC|Bureau of Land Management - Colorado|R8|38.876300|-107.602200||-7.00|US|||08|CO|029|DELTA +080290029|080290029|840080290029|PM2.5|Permanent|0029|N/A|Inactive|CO1|Colorado Department of Public Health and Environment|R8|38.739213|-108.073118||-7.00|US|||08|CO|029|DELTA +080310002|080310002|840080310002|PM2.5|Permanent|0002|Denver - CAMP - 2105 Broadway|Active|CO1|Colorado Department of Public Health and Environment|R8|39.751099|-104.987198|1601.300|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310002|080310002|840080310002|PM10|Permanent|0002|Denver - CAMP - 2105 Broadway|Active|CO1|Colorado Department of Public Health and Environment|R8|39.751099|-104.987198|1601.300|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310002|080310002|840080310002|NO2|Permanent|0002|Denver - CAMP - 2105 Broadway|Active|CO1|Colorado Department of Public Health and Environment|R8|39.751099|-104.987198|1601.300|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310002|080310002|840080310002|CO|Permanent|0002|Denver - CAMP - 2105 Broadway|Active|CO1|Colorado Department of Public Health and Environment|R8|39.751099|-104.987198|1601.300|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310002|080310002|840080310002|SO2|Permanent|0002|Denver - CAMP - 2105 Broadway|Active|CO1|Colorado Department of Public Health and Environment|R8|39.751099|-104.987198|1601.300|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310002|080310002|840080310002|O3|Permanent|0002|Denver - CAMP - 2105 Broadway|Active|CO1|Colorado Department of Public Health and Environment|R8|39.751099|-104.987198|1601.300|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310013|080310013|840080310013|PM10|Permanent|0013|Denver - NJH - 14th Ave. & Albion St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.738600|-104.939400|1629.300|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310013|080310013|840080310013|PM2.5|Permanent|0013|Denver - NJH - 14th Ave. & Albion St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.738600|-104.939400|1629.300|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310014|080310014|840080310014|O3|Permanent|0014|Denver - Carriage - 23rd Ave. & Julian St.|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.751900|-105.030800|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310014|080310014|840080310014|PM2.5|Permanent|0014|Denver - Carriage - 23rd Ave. & Julian St.|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.751900|-105.030800|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310023|080310023|840080310023|PM10|Permanent|0023|Denver Swansea Elementary School|Active|CO1|Colorado Department of Public Health and Environment|R8|39.781083|-104.956650||-7.00|US|||08|CO|031|DENVER +080310025|080310025|840080310025|PM2.5|Permanent|0025|Denver Animal Shelter - 678 S. Jason St.|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.703899|-104.998100|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310026|080310026|840080310026|PM2.5|Permanent|0026|La Casa NCORE - 4545 Navajo St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.779400|-105.005230|1602.500|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310026|080310026|840080310026|PM10|Permanent|0026|La Casa NCORE - 4545 Navajo St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.779400|-105.005230|1602.500|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310026|080310026|840080310026|NO2|Permanent|0026|La Casa NCORE - 4545 Navajo St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.779400|-105.005230|1602.500|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310026|080310026|840080310026|CO|Permanent|0026|La Casa NCORE - 4545 Navajo St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.779400|-105.005230|1602.500|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310026|080310026|840080310026|SO2|Permanent|0026|La Casa NCORE - 4545 Navajo St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.779400|-105.005230|1602.500|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310026|080310026|840080310026|O3|Permanent|0026|La Casa NCORE - 4545 Navajo St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.779400|-105.005230|1602.500|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310027|080310027|840080310027|PM2.5|Permanent|0027|I25 Denver|Active|CO1|Colorado Department of Public Health and Environment|R8|39.732144|-105.015313|1588.700|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310027|080310027|840080310027|NO2|Permanent|0027|I25 Denver|Active|CO1|Colorado Department of Public Health and Environment|R8|39.732144|-105.015313|1588.700|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310027|080310027|840080310027|CO|Permanent|0027|I25 Denver|Active|CO1|Colorado Department of Public Health and Environment|R8|39.732144|-105.015313|1588.700|-7.00|US|19740| Denver-Aurora, CO |08|CO|031|DENVER +080310028|080310028|840080310028|NO2|Permanent|0028|Globeville|Active|CO1|Colorado Department of Public Health and Environment|R8|39.785622|-104.988469||-7.00|US|||08|CO|031|DENVER +080310028|080310028|840080310028|PM2.5|Permanent|0028|Globeville|Active|CO1|Colorado Department of Public Health and Environment|R8|39.785622|-104.988469||-7.00|US|||08|CO|031|DENVER +080350004|080350004|840080350004|O3|Permanent|0004|Chatfield Park - 11500 N. Roxborough Park Rd.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.533900|-105.070000|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|035|DOUGLAS +080350004|080350004|840080350004|PM2.5|Permanent|0004|Chatfield Park - 11500 N. Roxborough Park Rd.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.533900|-105.070000|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|035|DOUGLAS +080350004|080350004|840080350004|PM10|Permanent|0004|Chatfield Park - 11500 N. Roxborough Park Rd.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.533900|-105.070000|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|035|DOUGLAS +080410013|080410013|840080410013|O3|Permanent|0013|Colorado Springs - USAF Academy|Active|CO1|Colorado Department of Public Health and Environment|R8|38.958300|-104.816700|1571.100|-7.00|US|17820| Colorado Springs, CO |08|CO|041|EL PASO +080410015|080410015|840080410015|CO|Permanent|0015|Colorado Springs - Highway 24|Active|CO1|Colorado Department of Public Health and Environment|R8|38.830895|-104.839243|1823.000|-7.00|US|17820| Colorado Springs, CO |08|CO|041|EL PASO +080410015|080410015|840080410015|SO2|Permanent|0015|Colorado Springs - Highway 24|Active|CO1|Colorado Department of Public Health and Environment|R8|38.830895|-104.839243|1823.000|-7.00|US|17820| Colorado Springs, CO |08|CO|041|EL PASO +080410016|080410016|840080410016|O3|Permanent|0016|Manitou Springs|Active|CO1|Colorado Department of Public Health and Environment|R8|38.853097|-104.901286|1947.100|-7.00|US|17820| Colorado Springs, CO |08|CO|041|EL PASO +080410017|080410017|840080410017|PM2.5|Permanent|0017|Colorado College|Active|CO1|Colorado Department of Public Health and Environment|R8|38.848000|-104.828600|1571.100|-7.00|US|17820| Colorado Springs, CO |08|CO|041|EL PASO +080450007|080450007|840080450007|PM2.5|Permanent|0007|Rifle Particulate|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.531799|-107.782303|1571.100|-7.00|US|||08|CO|045|GARFIELD +080450007|080450007|840080450007|PM10|Permanent|0007|Rifle Particulate|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.531799|-107.782303|1571.100|-7.00|US|||08|CO|045|GARFIELD +080450012|080450012|840080450012|O3|Permanent|0012|Rifle Ozone|Active|CO1|Colorado Department of Public Health and Environment|R8|39.541801|-107.784103|1641.200|-7.00|US|||08|CO|045|GARFIELD +840080470003|080470003|840080470003|O3|Permanent|0003|Black Hawk|Active|CO1|Colorado Department of Public Health and Environment|R8|39.792512|-105.491309|2634.600|-7.00|US|||08|CO|047|GILPIN +080519991|080519991|840080519991|O3|Permanent|9991|Gothic|Active|OAP|EPA Office of Atmospheric Programs|R3|38.956400|-106.985800|2927.700|-7.00|US|||08|CO|051|GUNNISON +080519991|080519991|840080519991|TEMP|Permanent|9991|Gothic|Active|OAP|EPA Office of Atmospheric Programs|R3|38.956400|-106.985800|2927.700|-7.00|US|||08|CO|051|GUNNISON +080570003|080570003|840080570003|WD|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080570003|080570003|840080570003|RHUM|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080570003|080570003|840080570003|SRAD|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080570003|080570003|840080570003|NOX|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080570003|080570003|840080570003|NO|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080570003|080570003|840080570003|O3|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080570003|080570003|840080570003|NO2|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080570003|080570003|840080570003|SO2|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080570003|080570003|840080570003|TEMP|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080570003|080570003|840080570003|WS|Permanent|0003|Walden, CO|Inactive|NPS|National Park Service|USEPA|40.882198|-106.306107|2418.300|-7.00|US|||08|CO|057|JACKSON +080590002|080590002|840080590002|O3|Permanent|0002|Arvada - W. 57th Ave. & Garrison St.|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.800600|-105.099200|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|059|JEFFERSON +080590005|080590005|840080590005|O3|Permanent|0005|Welch - 12400 W. Hwy 285|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.638900|-105.138900|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|059|JEFFERSON +080590006|080590006|840080590006|O3|Permanent|0006|Rocky Flats - N - 16600 W. Colo. Hwy. 128|Active|CO1|Colorado Department of Public Health and Environment|R8|39.912800|-105.188300|1807.400|-7.00|US|19740| Denver-Aurora, CO |08|CO|059|JEFFERSON +080590011|080590011|840080590011|O3|Permanent|0011|Golden - NREL - 2054 Quaker St.|Active|CO1|Colorado Department of Public Health and Environment|R8|39.741900|-105.178600|1571.100|-7.00|US|19740| Denver-Aurora, CO |08|CO|059|JEFFERSON +080590013|080590013|840080590013|O3|Permanent|0013|Aspen Park|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.541500|-105.298400|2474.800|-7.00|US|19740| Denver-Aurora, CO |08|CO|059|JEFFERSON +840080590014|080590014|840080590014|O3|Permanent|0014|Evergreen|Active|CO1|Colorado Department of Public Health and Environment|R8|39.620408|-105.338720|2214.300|-7.00|US|||08|CO|059|JEFFERSON +080677001|080677001|840080677001|O3|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|PM2.5|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|PM10|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|NO2|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|WD|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|RHUM|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|BARPR|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|SRAD|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|NOX|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|CO|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|TEMP|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|NO|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|PRECIP|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|PMC|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677001|080677001|840080677001|WS|Permanent|7001|Ute 1|Active|UTS|Southern Ute Tribe|R8|37.136780|-107.628630|604.800|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|SRAD|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|NOX|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|NO|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|PRECIP|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|NO2|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|TEMP|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|PM10|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|WS|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|PMC|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|WD|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|RHUM|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|O3|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080677003|080677003|840080677003|PM2.5|Permanent|7003|Ute 3|Active|UTS|Southern Ute Tribe|R8|37.102580|-107.870219|585.600|-7.00|US|20420| Durango, CO |08|CO|067|LA PLATA +080690007|080690007|840080690007|WD|Permanent|0007|Rocky Mountain NP|Active|NPS|National Park Service|USEPA|40.277800|-105.545300|2744.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690007|080690007|840080690007|RHUM|Permanent|0007|Rocky Mountain NP|Active|NPS|National Park Service|USEPA|40.277800|-105.545300|2744.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690007|080690007|840080690007|PRECIP|Permanent|0007|Rocky Mountain NP|Active|NPS|National Park Service|USEPA|40.277800|-105.545300|2744.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690007|080690007|840080690007|RWD|Permanent|0007|Rocky Mountain NP|Active|NPS|National Park Service|USEPA|40.277800|-105.545300|2744.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690007|080690007|840080690007|RWS|Permanent|0007|Rocky Mountain NP|Active|NPS|National Park Service|USEPA|40.277800|-105.545300|2744.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690007|080690007|840080690007|O3|Permanent|0007|Rocky Mountain NP|Active|NPS|National Park Service|USEPA|40.277800|-105.545300|2744.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690007|080690007|840080690007|TEMP|Permanent|0007|Rocky Mountain NP|Active|NPS|National Park Service|USEPA|40.277800|-105.545300|2744.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690007|080690007|840080690007|WS|Permanent|0007|Rocky Mountain NP|Active|NPS|National Park Service|USEPA|40.277800|-105.545300|2744.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690007|080690007|840080690007|SRAD|Permanent|0007|Rocky Mountain NP|Active|NPS|National Park Service|USEPA|40.277800|-105.545300|2744.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690009|080690009|840080690009|PM2.5|Permanent|0009|Ft. Collins - CSU Facilities|Active|CO1|Colorado Department of Public Health and Environment|R8|40.571259|-105.079765|1525.900|-7.00|US|||08|CO|069|LARIMER +080690009|080690009|840080690009|PM10|Permanent|0009|Ft. Collins - CSU Facilities|Active|CO1|Colorado Department of Public Health and Environment|R8|40.571259|-105.079765|1525.900|-7.00|US|||08|CO|069|LARIMER +080690011|080690011|840080690011|O3|Permanent|0011|Fort Collins - West - Laporte Ave. & Overland Tr.|Active|CO1|Colorado Department of Public Health and Environment|R8|40.592540|-105.141100|1575.600|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080690012|080690012|840080690012|O3|Permanent|0012|Ft. Collins - Rist Canyon|Inactive|CO1|Colorado Department of Public Health and Environment|R8|40.642029|-105.275032|2059.100|-7.00|US|||08|CO|069|LARIMER +080691004|080691004|840080691004|O3|Permanent|1004|Fort Collins - CSU - 708 S. Mason St.|Active|CO1|Colorado Department of Public Health and Environment|R8|40.576400|-105.079400|1571.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080691004|080691004|840080691004|CO|Permanent|1004|Fort Collins - CSU - 708 S. Mason St.|Active|CO1|Colorado Department of Public Health and Environment|R8|40.576400|-105.079400|1571.100|-7.00|US|22660| Fort Collins-Loveland, CO |08|CO|069|LARIMER +080699991|080699991|840080699991|NOY|Permanent|9991|Rocky Mtn NP Collocated|Active|OAP|EPA Office of Atmospheric Programs|R3|40.277800|-105.545300|2744.700|-7.00|US|||08|CO|069|LARIMER +080699991|080699991|840080699991|NO2Y|Permanent|9991|Rocky Mtn NP Collocated|Active|OAP|EPA Office of Atmospheric Programs|R3|40.277800|-105.545300|2744.700|-7.00|US|||08|CO|069|LARIMER +080699991|080699991|840080699991|TEMP|Permanent|9991|Rocky Mtn NP Collocated|Active|OAP|EPA Office of Atmospheric Programs|R3|40.277800|-105.545300|2744.700|-7.00|US|||08|CO|069|LARIMER +080699991|080699991|840080699991|NO|Permanent|9991|Rocky Mtn NP Collocated|Active|OAP|EPA Office of Atmospheric Programs|R3|40.277800|-105.545300|2744.700|-7.00|US|||08|CO|069|LARIMER +080770017|080770017|840080770017|PM2.5|Permanent|0017|Grand Junction - Powell Building|Active|CO1|Colorado Department of Public Health and Environment|R8|39.063599|-108.561096|1571.100|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080770018|080770018|840080770018|CO|Permanent|0018|Grand Junction - Pitkin Shelter|Inactive|CO1|Colorado Department of Public Health and Environment|R8|39.063599|-108.561096|1571.100|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080770020|080770020|840080770020|O3|Permanent|0020|Palisade Ozone|Active|CO1|Colorado Department of Public Health and Environment|R8|39.130600|-108.313900|1521.300|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080771001|080771001|840080771001|RHUM|Permanent|1001|Colorado NM|Inactive|NPS|National Park Service|USEPA|39.106701|-108.741096|1740.900|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080771001|080771001|840080771001|SRAD|Permanent|1001|Colorado NM|Inactive|NPS|National Park Service|USEPA|39.106701|-108.741096|1740.900|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080771001|080771001|840080771001|PRECIP|Permanent|1001|Colorado NM|Inactive|NPS|National Park Service|USEPA|39.106701|-108.741096|1740.900|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080771001|080771001|840080771001|O3|Permanent|1001|Colorado NM|Inactive|NPS|National Park Service|USEPA|39.106701|-108.741096|1740.900|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080771001|080771001|840080771001|PM10|Permanent|1001|Colorado NM|Inactive|NPS|National Park Service|USEPA|39.106701|-108.741096|1740.900|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080771001|080771001|840080771001|TEMP|Permanent|1001|Colorado NM|Inactive|NPS|National Park Service|USEPA|39.106701|-108.741096|1740.900|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080771001|080771001|840080771001|WS|Permanent|1001|Colorado NM|Inactive|NPS|National Park Service|USEPA|39.106701|-108.741096|1740.900|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080771001|080771001|840080771001|WD|Permanent|1001|Colorado NM|Inactive|NPS|National Park Service|USEPA|39.106701|-108.741096|1740.900|-7.00|US|24300| Grand Junction, CO |08|CO|077|MESA +080810002|080810002|840080810002|O3|Permanent|0002|Lay Peak|Inactive|CO1|Colorado Department of Public Health and Environment|R8|40.506889|-107.891022|1961.200|-7.00|US|||08|CO|081|MOFFAT +080810003|080810003|840080810003|O3|Permanent|0003|Elk Springs|Inactive|CO1|Colorado Department of Public Health and Environment|R8|40.329253|-108.494230||-7.00|US|||08|CO|081|MOFFAT +080830006|080830006|840080830006|O3|Permanent|0006|Cortez Ozone|Active|CO1|Colorado Department of Public Health and Environment|R8|37.349970|-108.587370|1891.900|-7.00|US|||08|CO|083|MONTEZUMA +080830101|080830101|840080830101|O3|Permanent|0101|Mesa Verde NP|Active|NPS|National Park Service|USEPA|37.198300|-108.490300|2166.100|-7.00|US|||08|CO|083|MONTEZUMA +080830101|080830101|840080830101|TEMP|Permanent|0101|Mesa Verde NP|Active|NPS|National Park Service|USEPA|37.198300|-108.490300|2166.100|-7.00|US|||08|CO|083|MONTEZUMA +080830101|080830101|840080830101|WS|Permanent|0101|Mesa Verde NP|Active|NPS|National Park Service|USEPA|37.198300|-108.490300|2166.100|-7.00|US|||08|CO|083|MONTEZUMA +080830101|080830101|840080830101|WD|Permanent|0101|Mesa Verde NP|Active|NPS|National Park Service|USEPA|37.198300|-108.490300|2166.100|-7.00|US|||08|CO|083|MONTEZUMA +080830101|080830101|840080830101|RHUM|Permanent|0101|Mesa Verde NP|Active|NPS|National Park Service|USEPA|37.198300|-108.490300|2166.100|-7.00|US|||08|CO|083|MONTEZUMA +080830101|080830101|840080830101|SRAD|Permanent|0101|Mesa Verde NP|Active|NPS|National Park Service|USEPA|37.198300|-108.490300|2166.100|-7.00|US|||08|CO|083|MONTEZUMA +080830101|080830101|840080830101|PRECIP|Permanent|0101|Mesa Verde NP|Active|NPS|National Park Service|USEPA|37.198300|-108.490300|2166.100|-7.00|US|||08|CO|083|MONTEZUMA +080830101|080830101|840080830101|RWD|Permanent|0101|Mesa Verde NP|Active|NPS|National Park Service|USEPA|37.198300|-108.490300|2166.100|-7.00|US|||08|CO|083|MONTEZUMA +080830101|080830101|840080830101|RWS|Permanent|0101|Mesa Verde NP|Active|NPS|National Park Service|USEPA|37.198300|-108.490300|2166.100|-7.00|US|||08|CO|083|MONTEZUMA +080850005|080850005|840080850005|WS|Permanent|0005|Paradox|Inactive|CO1|Colorado Department of Public Health and Environment|R8|38.342763|-108.944990||-7.00|US|||08|CO|085|MONTROSE +080850005|080850005|840080850005|RHUM|Permanent|0005|Paradox|Inactive|CO1|Colorado Department of Public Health and Environment|R8|38.342763|-108.944990||-7.00|US|||08|CO|085|MONTROSE +080850005|080850005|840080850005|PRECIP|Permanent|0005|Paradox|Inactive|CO1|Colorado Department of Public Health and Environment|R8|38.342763|-108.944990||-7.00|US|||08|CO|085|MONTROSE +080850005|080850005|840080850005|RWD|Permanent|0005|Paradox|Inactive|CO1|Colorado Department of Public Health and Environment|R8|38.342763|-108.944990||-7.00|US|||08|CO|085|MONTROSE +080850005|080850005|840080850005|RWS|Permanent|0005|Paradox|Inactive|CO1|Colorado Department of Public Health and Environment|R8|38.342763|-108.944990||-7.00|US|||08|CO|085|MONTROSE +080850005|080850005|840080850005|O3|Permanent|0005|Paradox|Inactive|CO1|Colorado Department of Public Health and Environment|R8|38.342763|-108.944990||-7.00|US|||08|CO|085|MONTROSE +080850005|080850005|840080850005|TEMP|Permanent|0005|Paradox|Inactive|CO1|Colorado Department of Public Health and Environment|R8|38.342763|-108.944990||-7.00|US|||08|CO|085|MONTROSE +080930002|080930002|840080930002|TEMP|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|SRAD|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|NOX|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|O3|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|PM2.5|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|PM10|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|BARPR|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|NO2|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|NO|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|PRECIP|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|WS|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|WD|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +080930002|080930002|840080930002|RHUM|Permanent|0002|Fairplay|Inactive|BLC|Bureau of Land Management - Colorado|R8|39.240300|-105.983100||-7.00|US|||08|CO|093|PARK +840080970007|080970007|840080970007|O3|Permanent|0007|Aspen Pumphouse|Active|CO1|Colorado Department of Public Health and Environment|R8|39.196271|-106.836400|2416.500|-7.00|US|||08|CO|097|PITKIN +080970008|080970008|840080970008|PM2.5|Permanent|0008|Yellow Brick Building|Active|CO1|Colorado Department of Public Health and Environment|R8|39.192966|-106.823183|2409.800|-7.00|US|||08|CO|097|PITKIN +081030005|081030005|840081030005|NOX|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|NO|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|PRECIP|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|RHUM|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|BARPR|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|SRAD|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|TEMP|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|WS|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|WD|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|O3|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|PM2.5|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|NO2|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|RWD|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030005|081030005|840081030005|RWS|Permanent|0005|Meeker Colorado|Active|NPS|National Park Service|USEPA|40.003899|-107.847504|1995.000|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|NO|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|PRECIP|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|RWD|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|RWS|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|WS|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|O3|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|PM2.5|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|NO2|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|WD|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|RHUM|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|BARPR|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|SRAD|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|NOX|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081030006|081030006|840081030006|TEMP|Permanent|0006|Rangely, CO|Active|NPS|National Park Service|USEPA|40.086941|-108.761002|1656.200|-7.00|US|||08|CO|103|RIO BLANCO +081230006|081230006|840081230006|PM2.5|Permanent|0006|Greeley Hospital|Active|CO1|Colorado Department of Public Health and Environment|R8|40.414700|-104.706100|1450.300|-7.00|US|24540| Greeley, CO |08|CO|123|WELD +081230009|081230009|840081230009|O3|Permanent|0009|Greeley - Weld Co. Tower - 3101 35th Ave.|Active|CO1|Colorado Department of Public Health and Environment|R8|40.386100|-104.736700|1571.100|-7.00|US|24540| Greeley, CO |08|CO|123|WELD +081230009|081230009|840081230009|CO|Permanent|0009|Greeley - Weld Co. Tower - 3101 35th Ave.|Active|CO1|Colorado Department of Public Health and Environment|R8|40.386100|-104.736700|1571.100|-7.00|US|24540| Greeley, CO |08|CO|123|WELD +081230010|081230010|840081230010|CO|Permanent|0010|Greeley Annex - 905 10th Ave.|Inactive|CO1|Colorado Department of Public Health and Environment|R8|40.423400|-104.694500|1420.700|-7.00|US|24540| Greeley, CO |08|CO|123|WELD +840081230013|081230013|840081230013|O3|Permanent|0013|Platteville Atmospheric Observatory (PAO)|Active|CO1|Colorado Department of Public Health and Environment|R8|40.181610|-104.726130|1522.000|-7.00|US|||08|CO|123|WELD +840081230013|081230013|840081230013|NO2|Permanent|0013|Platteville Atmospheric Observatory (PAO)|Active|CO1|Colorado Department of Public Health and Environment|R8|40.181610|-104.726130|1522.000|-7.00|US|||08|CO|123|WELD +090010010|090010010|840090010010|PM2.5|Permanent|0010|Bridgeport|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.171398|-73.195297|6.700|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090010010|090010010|840090010010|SO2|Permanent|0010|Bridgeport|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.171398|-73.195297|6.700|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090010010|090010010|840090010010|TEMP|Permanent|0010|Bridgeport|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.171398|-73.195297|6.700|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090010010|090010010|840090010010|PMC|Permanent|0010|Bridgeport|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.171398|-73.195297|6.700|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090010017|090010017|840090010017|RWD|Permanent|0017|Greenwich|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.003600|-73.585300||-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090010017|090010017|840090010017|RWS|Permanent|0017|Greenwich|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.003600|-73.585300||-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090010017|090010017|840090010017|O3|Permanent|0017|Greenwich|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.003600|-73.585300||-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090010017|090010017|840090010017|TEMP|Permanent|0017|Greenwich|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.003600|-73.585300||-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|RWD|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|RWS|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|PMC|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|BC_LC|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|O3|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|PM2.5|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|PM10|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|UV-AETH|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|TEMP|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090011123|090011123|840090011123|BARPR|Permanent|1123|Danbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.401400|-73.444700|115.900|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090013007|090013007|840090013007|O3|Permanent|3007|Stratford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.151900|-73.103600||-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090013007|090013007|840090013007|TEMP|Permanent|3007|Stratford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.151900|-73.103600||-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090019003|090019003|840090019003|O3|Permanent|9003|Westport|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.118900|-73.336900|4.000|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090019003|090019003|840090019003|NO2|Permanent|9003|Westport|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.118900|-73.336900|4.000|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090019003|090019003|840090019003|TEMP|Permanent|9003|Westport|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.118900|-73.336900|4.000|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090019003|090019003|840090019003|RWD|Permanent|9003|Westport|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.118900|-73.336900|4.000|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090019003|090019003|840090019003|RWS|Permanent|9003|Westport|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.118900|-73.336900|4.000|-5.00|US|14860| Bridgeport-Stamford-Norwalk, CT |09|CT|001|FAIRFIELD +090030017|090030017|840090030017|CO|Permanent|0017|HFD-Morgan Street|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.760600|-72.670800||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|BC_LC|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|UV-AETH|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|TEMP|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|BARPR|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|RWD|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|RWS|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|PMC|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|PM2.5|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|PM10|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|NO2|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090030025|090030025|840090030025|CO|Permanent|0025|Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.771444|-72.679923|57.000|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|DEWPOINT|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|RWD|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|RWS|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|PMC|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|BC_LC|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|PM10|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|PM2.5|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|NO2|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|UV-AETH|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|TEMP|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|RHUM|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|BARPR|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090031003|090031003|840090031003|O3|Permanent|1003|East Hartford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.784700|-72.629700|14.900|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090032006|090032006|840090032006|WD|Permanent|2006|East Hartford - High Street|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.742600|-72.641700|15.300|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090032006|090032006|840090032006|PM2.5|Permanent|2006|East Hartford - High Street|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.742600|-72.641700|15.300|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090032006|090032006|840090032006|WS|Permanent|2006|East Hartford - High Street|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.742600|-72.641700|15.300|-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|003|HARTFORD +090039999|090039999|840090039999|WS|Permanent|9999|Hartford-Village Green|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.764836|-72.668228||-5.00|US|||09|CT|003|HARTFORD +090039999|090039999|840090039999|WD|Permanent|9999|Hartford-Village Green|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.764836|-72.668228||-5.00|US|||09|CT|003|HARTFORD +090039999|090039999|840090039999|O3|Permanent|9999|Hartford-Village Green|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.764836|-72.668228||-5.00|US|||09|CT|003|HARTFORD +090039999|090039999|840090039999|PM2.5|Permanent|9999|Hartford-Village Green|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.764836|-72.668228||-5.00|US|||09|CT|003|HARTFORD +090039999|090039999|840090039999|TEMP|Permanent|9999|Hartford-Village Green|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.764836|-72.668228||-5.00|US|||09|CT|003|HARTFORD +090050004|090050004|840090050004|NO2|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|CO|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|SO2|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|NO|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|SO4|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|TEMP|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|WS|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|WD|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|BARPR|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|NOX|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050004|090050004|840090050004|PM2.5|Permanent|0004|Thomaston|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.644901|-73.079102||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|TEMP|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|RHUM|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|O3|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|PM2.5|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|PM10|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|BC_LC|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|NOY|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|BARPR|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|SRAD|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|DEWPOINT|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|RWD|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|RWS|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|PMC|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|CO|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|SO2|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|NO|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050005|090050005|840090050005|UV-AETH|Permanent|0005|Cornwall|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.833099|-73.303299|505.100|-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050006|090050006|840090050006|SO2|Permanent|0006|Torrington|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.841400|-73.163300||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050006|090050006|840090050006|NO|Permanent|0006|Torrington|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.841400|-73.163300||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050006|090050006|840090050006|O3|Permanent|0006|Torrington|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.841400|-73.163300||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050006|090050006|840090050006|PM2.5|Permanent|0006|Torrington|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.841400|-73.163300||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050006|090050006|840090050006|PM10|Permanent|0006|Torrington|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.841400|-73.163300||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050006|090050006|840090050006|NO2|Permanent|0006|Torrington|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.841400|-73.163300||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050006|090050006|840090050006|CO|Permanent|0006|Torrington|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.841400|-73.163300||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090050006|090050006|840090050006|NOX|Permanent|0006|Torrington|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.841400|-73.163300||-5.00|US|45860| Torrington, CT |09|CT|005|LITCHFIELD +090070007|090070007|840090070007|RWD|Permanent|0007|Middletown-CVH Shew Hall|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.551900|-72.630800||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|007|MIDDLESEX +090070007|090070007|840090070007|RWS|Permanent|0007|Middletown-CVH Shew Hall|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.551900|-72.630800||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|007|MIDDLESEX +090070007|090070007|840090070007|O3|Permanent|0007|Middletown-CVH Shew Hall|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.551900|-72.630800||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|007|MIDDLESEX +090070007|090070007|840090070007|TEMP|Permanent|0007|Middletown-CVH Shew Hall|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.551900|-72.630800||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|007|MIDDLESEX +090070007|090070007|840090070007|BARPR|Permanent|0007|Middletown-CVH Shew Hall|Inactive|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.551900|-72.630800||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|007|MIDDLESEX +090079007|090079007|840090079007|O3|Permanent|9007|Middletown|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550000|-72.626000||-5.00|US|||09|CT|007|MIDDLESEX +090079007|090079007|840090079007|TEMP|Permanent|9007|Middletown|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550000|-72.626000||-5.00|US|||09|CT|007|MIDDLESEX +090079007|090079007|840090079007|BARPR|Permanent|9007|Middletown|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550000|-72.626000||-5.00|US|||09|CT|007|MIDDLESEX +090079007|090079007|840090079007|RWD|Permanent|9007|Middletown|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550000|-72.626000||-5.00|US|||09|CT|007|MIDDLESEX +090079007|090079007|840090079007|RWS|Permanent|9007|Middletown|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550000|-72.626000||-5.00|US|||09|CT|007|MIDDLESEX +090090027|090090027|840090090027|RWD|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|BC_LC|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|O3|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|PM2.5|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|PM10|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|RWS|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|PMC|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|NO2|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|CO|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|SO2|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|NOY|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|UV-AETH|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|TEMP|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|RHUM|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|BARPR|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|SRAD|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|NO|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090090027|090090027|840090090027|DEWPOINT|Permanent|0027|New Haven|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.301288|-72.902685||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090092123|090092123|840090092123|PM2.5|Permanent|2123|Waterbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550300|-73.044200||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090092123|090092123|840090092123|TEMP|Permanent|2123|Waterbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550300|-73.044200||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090092123|090092123|840090092123|RWD|Permanent|2123|Waterbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550300|-73.044200||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090092123|090092123|840090092123|RWS|Permanent|2123|Waterbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550300|-73.044200||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090092123|090092123|840090092123|PMC|Permanent|2123|Waterbury|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.550300|-73.044200||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090099002|090099002|840090099002|TEMP|Permanent|9002|Madison|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.256902|-72.553220||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090099002|090099002|840090099002|RWD|Permanent|9002|Madison|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.256902|-72.553220||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090099002|090099002|840090099002|RWS|Permanent|9002|Madison|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.256902|-72.553220||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090099002|090099002|840090099002|O3|Permanent|9002|Madison|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.256902|-72.553220||-5.00|US|35300| New Haven-Milford, CT |09|CT|009|NEW HAVEN +090110124|090110124|840090110124|O3|Permanent|0124|Groton|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.353600|-72.078900||-5.00|US|35980| Norwich-New London, CT |09|CT|011|NEW LONDON +090110124|090110124|840090110124|PM2.5|Permanent|0124|Groton|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.353600|-72.078900||-5.00|US|35980| Norwich-New London, CT |09|CT|011|NEW LONDON +090110124|090110124|840090110124|PM10|Permanent|0124|Groton|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.353600|-72.078900||-5.00|US|35980| Norwich-New London, CT |09|CT|011|NEW LONDON +090110124|090110124|840090110124|TEMP|Permanent|0124|Groton|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.353600|-72.078900||-5.00|US|35980| Norwich-New London, CT |09|CT|011|NEW LONDON +090110124|090110124|840090110124|PMC|Permanent|0124|Groton|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.353600|-72.078900||-5.00|US|35980| Norwich-New London, CT |09|CT|011|NEW LONDON +090131001|090131001|840090131001|O3|Permanent|1001|Stafford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.975600|-72.386700||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|013|TOLLAND +090131001|090131001|840090131001|TEMP|Permanent|1001|Stafford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.975600|-72.386700||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|013|TOLLAND +090131001|090131001|840090131001|RWD|Permanent|1001|Stafford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.975600|-72.386700||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|013|TOLLAND +090131001|090131001|840090131001|RWS|Permanent|1001|Stafford|Active|CT1|Connecticut Dept. of Energy and Environmental Protection|R1|41.975600|-72.386700||-5.00|US|25540| Hartford-West Hartford-East Hartford, CT |09|CT|013|TOLLAND +090159991|090159991|840090159991|O3|Permanent|9991|Abington|Active|OAP|EPA Office of Atmospheric Programs|R3|41.840200|-72.010000|208.900|-5.00|US|48740| Willimantic, CT |09|CT|015|WINDHAM +090159991|090159991|840090159991|TEMP|Permanent|9991|Abington|Active|OAP|EPA Office of Atmospheric Programs|R3|41.840200|-72.010000|208.900|-5.00|US|48740| Willimantic, CT |09|CT|015|WINDHAM +100010002|100010002|840100010002|WD|Permanent|0002|KILLENS|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.986672|-75.556800||-5.00|US|20100| Dover, DE |10|DE|001|KENT +100010002|100010002|840100010002|O3|Permanent|0002|KILLENS|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.986672|-75.556800||-5.00|US|20100| Dover, DE |10|DE|001|KENT +100010002|100010002|840100010002|PM2.5|Permanent|0002|KILLENS|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.986672|-75.556800||-5.00|US|20100| Dover, DE |10|DE|001|KENT +100010002|100010002|840100010002|WS|Permanent|0002|KILLENS|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.986672|-75.556800||-5.00|US|20100| Dover, DE |10|DE|001|KENT +840100010003|100010003|840100010003|PM2.5|Permanent|0003|Dover|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.155000|-75.518056||-5.00|US|20100| Dover, DE |10|DE|001|KENT +100031007|100031007|840100031007|O3|Permanent|1007|LUMS 2|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.551300|-75.732000||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100031007|100031007|840100031007|PM2.5|Permanent|1007|LUMS 2|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.551300|-75.732000||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100031007|100031007|840100031007|SO2|Permanent|1007|LUMS 2|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.551300|-75.732000||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100031008|100031008|840100031008|O3|Permanent|1008|Rte 9 Del. City|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.577680|-75.603600||-5.00|US|||10|DE|003|NEW CASTLE +100031008|100031008|840100031008|PM2.5|Permanent|1008|Rte 9 Del. City|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.577680|-75.603600||-5.00|US|||10|DE|003|NEW CASTLE +100031008|100031008|840100031008|SO2|Permanent|1008|Rte 9 Del. City|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.577680|-75.603600||-5.00|US|||10|DE|003|NEW CASTLE +100031008|100031008|840100031008|WS|Permanent|1008|Rte 9 Del. City|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.577680|-75.603600||-5.00|US|||10|DE|003|NEW CASTLE +100031008|100031008|840100031008|WD|Permanent|1008|Rte 9 Del. City|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.577680|-75.603600||-5.00|US|||10|DE|003|NEW CASTLE +100031010|100031010|840100031010|O3|Permanent|1010|BCSP|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.817222|-75.563889||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100031013|100031013|840100031013|O3|Permanent|1013|BELLFNT2|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.773889|-75.496389||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100031013|100031013|840100031013|SO2|Permanent|1013|BELLFNT2|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.773889|-75.496389||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100032004|100032004|840100032004|O3|Permanent|2004|MLK|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.739444|-75.558056||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100032004|100032004|840100032004|PM2.5|Permanent|2004|MLK|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.739444|-75.558056||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100032004|100032004|840100032004|CO|Permanent|2004|MLK|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.739444|-75.558056||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100032004|100032004|840100032004|SO2|Permanent|2004|MLK|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.739444|-75.558056||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100032004|100032004|840100032004|WS|Permanent|2004|MLK|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.739444|-75.558056||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100032004|100032004|840100032004|WD|Permanent|2004|MLK|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|39.739444|-75.558056||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |10|DE|003|NEW CASTLE +100051002|100051002|840100051002|O3|Permanent|1002|SEAFORD|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.653900|-75.610600||-5.00|US|42580| Seaford, DE |10|DE|005|SUSSEX +100051002|100051002|840100051002|PM2.5|Permanent|1002|SEAFORD|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.653900|-75.610600||-5.00|US|42580| Seaford, DE |10|DE|005|SUSSEX +100051002|100051002|840100051002|WS|Permanent|1002|SEAFORD|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.653900|-75.610600||-5.00|US|42580| Seaford, DE |10|DE|005|SUSSEX +100051002|100051002|840100051002|WD|Permanent|1002|SEAFORD|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.653900|-75.610600||-5.00|US|42580| Seaford, DE |10|DE|005|SUSSEX +100051003|100051003|840100051003|WD|Permanent|1003|LEWES|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.779100|-75.163230||-5.00|US|42580| Seaford, DE |10|DE|005|SUSSEX +100051003|100051003|840100051003|O3|Permanent|1003|LEWES|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.779100|-75.163230||-5.00|US|42580| Seaford, DE |10|DE|005|SUSSEX +100051003|100051003|840100051003|WS|Permanent|1003|LEWES|Active|DE1|Delaware Dept. of Natural Resources and Environment|R3|38.779100|-75.163230||-5.00|US|42580| Seaford, DE |10|DE|005|SUSSEX +110010041|110010041|840110010041|NO2|Permanent|0041|RIVER_Terrace|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.895683|-76.958089||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010041|110010041|840110010041|CO|Permanent|0041|RIVER_Terrace|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.895683|-76.958089||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010041|110010041|840110010041|SO2|Permanent|0041|RIVER_Terrace|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.895683|-76.958089||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010041|110010041|840110010041|BARPR|Permanent|0041|RIVER_Terrace|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.895683|-76.958089||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010041|110010041|840110010041|O3|Permanent|0041|RIVER_Terrace|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.895683|-76.958089||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010041|110010041|840110010041|PM2.5|Permanent|0041|RIVER_Terrace|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.895683|-76.958089||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010042|110010042|840110010042|PM2.5|Permanent|0042|Ohio Drive|Inactive|DC1|District of Columbia - Department of Energy and Environment|R3|38.876048|-77.033129||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|BC|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|UV-AETH|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|TEMP|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|WS|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|RHUM|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|O3|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|PM2.5|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|PM10|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|NO2|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|CO|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|SO2|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|BARPR|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|SRAD|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|PRECIP|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|RWD|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|RWS|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|PMC|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010043|110010043|840110010043|OC|Permanent|0043|McMillan Reservoir|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.921848|-77.013176||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010050|110010050|840110010050|O3|Permanent|0050|TakomaRec|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.970101|-77.016715||-5.00|US|||11|DC|001|WASHINGTON +110010050|110010050|840110010050|NO2|Permanent|0050|TakomaRec|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.970101|-77.016715||-5.00|US|||11|DC|001|WASHINGTON +110010051|110010051|840110010051|RWS|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|WS|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|WD|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|RHUM|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|BARPR|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|PRECIP|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|RWD|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|PM2.5|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|NO2|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|CO|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110010051|110010051|840110010051|TEMP|Permanent|0051|DCNearRoad|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.894749|-76.953427||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +840110010053|110010053|840110010053|PM2.5|Permanent|0053|King Greenleaf Rec Center|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.875161|-77.012816||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |11|DC|001|WASHINGTON +110019999|110019999|840110019999|PM2.5|Permanent|9999|Washington|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.927260|-77.046700||-5.00|US|||11|DC|001|WASHINGTON +110019999|110019999|840110019999|TEMP|Permanent|9999|Washington|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.927260|-77.046700||-5.00|US|||11|DC|001|WASHINGTON +110019999|110019999|840110019999|WS|Permanent|9999|Washington|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.927260|-77.046700||-5.00|US|||11|DC|001|WASHINGTON +110019999|110019999|840110019999|WD|Permanent|9999|Washington|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.927260|-77.046700||-5.00|US|||11|DC|001|WASHINGTON +110019999|110019999|840110019999|RHUM|Permanent|9999|Washington|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.927260|-77.046700||-5.00|US|||11|DC|001|WASHINGTON +110019999|110019999|840110019999|O3|Permanent|9999|Washington|Active|DC1|District of Columbia - Department of Energy and Environment|R3|38.927260|-77.046700||-5.00|US|||11|DC|001|WASHINGTON +120013011|120013011|840120013011|O3|Permanent|3011|Payne's Prarie|Inactive|FL1|Florida Dept. of Environmental Protection|R4|29.546700|-82.296900||-5.00|US|23540| Gainesville, FL |12|FL|001|ALACHUA +120013011|120013011|840120013011|PM2.5|Permanent|3011|Payne's Prarie|Inactive|FL1|Florida Dept. of Environmental Protection|R4|29.546700|-82.296900||-5.00|US|23540| Gainesville, FL |12|FL|001|ALACHUA +840120013012|120013012|840120013012|O3|Permanent|3012|Paynes Prairie Farm|Active|FL1|Florida Dept. of Environmental Protection|R4|29.566150|-82.266066||-5.00|US|||12|FL|001|ALACHUA +840120013012|120013012|840120013012|PM2.5|Permanent|3012|Paynes Prairie Farm|Active|FL1|Florida Dept. of Environmental Protection|R4|29.566150|-82.266066||-5.00|US|||12|FL|001|ALACHUA +120030002|120030002|840120030002|O3|Permanent|0002|Osceola National Forest|Active|FL1|Florida Dept. of Environmental Protection|R4|30.197200|-82.445000||-5.00|US|27260| Jacksonville, FL |12|FL|003|BAKER +120030002|120030002|840120030002|PM2.5|Permanent|0002|Osceola National Forest|Active|FL1|Florida Dept. of Environmental Protection|R4|30.197200|-82.445000||-5.00|US|27260| Jacksonville, FL |12|FL|003|BAKER +120050006|120050006|840120050006|O3|Permanent|0006|St. Andrews Park|Active|FL1|Florida Dept. of Environmental Protection|R4|30.128901|-85.738098||-6.00|US|37460| Panama City-Lynn Haven, FL |12|FL|005|BAY +120050006|120050006|840120050006|PM2.5|Permanent|0006|St. Andrews Park|Active|FL1|Florida Dept. of Environmental Protection|R4|30.128901|-85.738098||-6.00|US|37460| Panama City-Lynn Haven, FL |12|FL|005|BAY +120090007|120090007|840120090007|O3|Permanent|0007|Melbourne|Active|FL1|Florida Dept. of Environmental Protection|R4|28.054200|-80.628300||-5.00|US|37340| Palm Bay-Melbourne-Titusville, FL |12|FL|009|BREVARD +120090007|120090007|840120090007|PM2.5|Permanent|0007|Melbourne|Active|FL1|Florida Dept. of Environmental Protection|R4|28.054200|-80.628300||-5.00|US|37340| Palm Bay-Melbourne-Titusville, FL |12|FL|009|BREVARD +120090007|120090007|840120090007|PM10|Permanent|0007|Melbourne|Active|FL1|Florida Dept. of Environmental Protection|R4|28.054200|-80.628300||-5.00|US|37340| Palm Bay-Melbourne-Titusville, FL |12|FL|009|BREVARD +120090011|120090011|840120090011|PM2.5|Permanent|0011|Fay Park|Inactive|FL1|Florida Dept. of Environmental Protection|R4|28.469200|-80.800300|6.700|-5.00|US|37340| Palm Bay-Melbourne-Titusville, FL |12|FL|009|BREVARD +120090011|120090011|840120090011|PM10|Permanent|0011|Fay Park|Inactive|FL1|Florida Dept. of Environmental Protection|R4|28.469200|-80.800300|6.700|-5.00|US|37340| Palm Bay-Melbourne-Titusville, FL |12|FL|009|BREVARD +120094001|120094001|840120094001|O3|Permanent|4001|Cocoa Beach|Active|FL1|Florida Dept. of Environmental Protection|R4|28.310800|-80.615600||-5.00|US|37340| Palm Bay-Melbourne-Titusville, FL |12|FL|009|BREVARD +120110010|120110010|840120110010|PM10|Permanent|0010|N/A|Inactive|FL2|Broward County Natural Resources Division|R4|26.131944|-80.166667||-5.00|US|||12|FL|011|BROWARD +120110031|120110031|840120110031|O3|Permanent|0031|CORAL_SPRINGS|Inactive|FL2|Broward County Natural Resources Division|R4|26.272200|-80.295300||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110031|120110031|840120110031|WS|Permanent|0031|CORAL_SPRINGS|Inactive|FL2|Broward County Natural Resources Division|R4|26.272200|-80.295300||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110031|120110031|840120110031|WD|Permanent|0031|CORAL_SPRINGS|Inactive|FL2|Broward County Natural Resources Division|R4|26.272200|-80.295300||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110033|120110033|840120110033|PM2.5|Permanent|0033|V_VIEW|Active|FL2|Broward County Natural Resources Division|R4|26.073200|-80.338600||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110033|120110033|840120110033|WS|Permanent|0033|V_VIEW|Active|FL2|Broward County Natural Resources Division|R4|26.073200|-80.338600||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110033|120110033|840120110033|WD|Permanent|0033|V_VIEW|Active|FL2|Broward County Natural Resources Division|R4|26.073200|-80.338600||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110033|120110033|840120110033|O3|Permanent|0033|V_VIEW|Active|FL2|Broward County Natural Resources Division|R4|26.073200|-80.338600||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|O3|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|WS|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|WD|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|NO|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|PM2.5|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|PM10|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|CO|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|SO2|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|NOY|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110034|120110034|840120110034|NO2Y|Permanent|0034|NCORE|Active|FL2|Broward County Natural Resources Division|R4|26.054047|-80.257608||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110035|120110035|840120110035|PM2.5|Permanent|0035|Near Road|Active|FL2|Broward County Natural Resources Division|R4|26.131256|-80.167847||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110035|120110035|840120110035|NO2|Permanent|0035|Near Road|Active|FL2|Broward County Natural Resources Division|R4|26.131256|-80.167847||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110035|120110035|840120110035|CO|Permanent|0035|Near Road|Active|FL2|Broward County Natural Resources Division|R4|26.131256|-80.167847||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110035|120110035|840120110035|NOX|Permanent|0035|Near Road|Active|FL2|Broward County Natural Resources Division|R4|26.131256|-80.167847||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110035|120110035|840120110035|NO|Permanent|0035|Near Road|Active|FL2|Broward County Natural Resources Division|R4|26.131256|-80.167847||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110035|120110035|840120110035|RWD|Permanent|0035|Near Road|Active|FL2|Broward County Natural Resources Division|R4|26.131256|-80.167847||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120110035|120110035|840120110035|RWS|Permanent|0035|Near Road|Active|FL2|Broward County Natural Resources Division|R4|26.131256|-80.167847||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120111002|120111002|840120111002|PM2.5|Permanent|1002|DAVIE|Inactive|FL2|Broward County Natural Resources Division|R4|26.085000|-80.240800||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120111002|120111002|840120111002|WS|Permanent|1002|DAVIE|Inactive|FL2|Broward County Natural Resources Division|R4|26.085000|-80.240800||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120111002|120111002|840120111002|WD|Permanent|1002|DAVIE|Inactive|FL2|Broward County Natural Resources Division|R4|26.085000|-80.240800||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120112003|120112003|840120112003|O3|Permanent|2003|POMPANO_BEACH|Active|FL2|Broward County Natural Resources Division|R4|26.290600|-80.096900||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120112003|120112003|840120112003|PM2.5|Permanent|2003|POMPANO_BEACH|Active|FL2|Broward County Natural Resources Division|R4|26.290600|-80.096900||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120112003|120112003|840120112003|WS|Permanent|2003|POMPANO_BEACH|Active|FL2|Broward County Natural Resources Division|R4|26.290600|-80.096900||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120112003|120112003|840120112003|WD|Permanent|2003|POMPANO_BEACH|Active|FL2|Broward County Natural Resources Division|R4|26.290600|-80.096900||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120112004|120112004|840120112004|PM10|Permanent|2004|POMPANO BEACH|Inactive|FL2|Broward County Natural Resources Division|R4|26.217600|-80.127600|3.700|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120113002|120113002|840120113002|PM10|Permanent|3002|HOLLYWOOD|Inactive|FL2|Broward County Natural Resources Division|R4|26.008300|-80.160100|3.700|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +840120115005|120115005|840120115005|PM2.5|Permanent|5005|Coconut Creek|Active|FL2|Broward County Natural Resources Division|R4|26.294050|-80.176340||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +840120115005|120115005|840120115005|PM10|Permanent|5005|Coconut Creek|Active|FL2|Broward County Natural Resources Division|R4|26.294050|-80.176340||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120118002|120118002|840120118002|O3|Permanent|8002|DANIA_BEACH|Active|FL2|Broward County Natural Resources Division|R4|26.086400|-80.111400||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120118002|120118002|840120118002|NO2|Permanent|8002|DANIA_BEACH|Active|FL2|Broward County Natural Resources Division|R4|26.086400|-80.111400||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120118002|120118002|840120118002|NOX|Permanent|8002|DANIA_BEACH|Active|FL2|Broward County Natural Resources Division|R4|26.086400|-80.111400||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120118002|120118002|840120118002|NO|Permanent|8002|DANIA_BEACH|Active|FL2|Broward County Natural Resources Division|R4|26.086400|-80.111400||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|011|BROWARD +120170006|120170006|840120170006|PM2.5|Permanent|0006|Crystal River Preserve|Active|FL1|Florida Dept. of Environmental Protection|R4|28.958372|-82.643094||-5.00|US|26140| Homosassa Springs, FL |12|FL|017|CITRUS +120170006|120170006|840120170006|SO2|Permanent|0006|Crystal River Preserve|Active|FL1|Florida Dept. of Environmental Protection|R4|28.958372|-82.643094||-5.00|US|26140| Homosassa Springs, FL |12|FL|017|CITRUS +120210004|120210004|840120210004|O3|Permanent|0004|Laurel Oaks Elementary|Active|FL1|Florida Dept. of Environmental Protection|R4|26.299200|-81.720000||-5.00|US|34940| Naples-Marco Island, FL |12|FL|021|COLLIER +120210004|120210004|840120210004|PM2.5|Permanent|0004|Laurel Oaks Elementary|Active|FL1|Florida Dept. of Environmental Protection|R4|26.299200|-81.720000||-5.00|US|34940| Naples-Marco Island, FL |12|FL|021|COLLIER +120230002|120230002|840120230002|O3|Permanent|0002|Lake City|Active|FL1|Florida Dept. of Environmental Protection|R4|30.178300|-82.619200||-5.00|US|29380| Lake City, FL |12|FL|023|COLUMBIA +120230002|120230002|840120230002|PM2.5|Permanent|0002|Lake City|Active|FL1|Florida Dept. of Environmental Protection|R4|30.178300|-82.619200||-5.00|US|29380| Lake City, FL |12|FL|023|COLUMBIA +840120250019|120250019|840120250019|NO2|Permanent|0019|Pennsuco|Inactive|FL1|Florida Dept. of Environmental Protection|R4|25.899167|-80.382778||-5.00|US|||12|FL|025|DADE +840120250019|120250019|840120250019|SO2|Permanent|0019|Pennsuco|Inactive|FL1|Florida Dept. of Environmental Protection|R4|25.899167|-80.382778||-5.00|US|||12|FL|025|DADE +840120250034|120250034|840120250034|PM2.5|Permanent|0034|Kendall|Inactive|FL1|Florida Dept. of Environmental Protection|R4|25.683330|-80.399722||-5.00|US|||12|FL|025|DADE +840120250035|120250035|840120250035|CO|Permanent|0035|Perimeter Road|Inactive|FL1|Florida Dept. of Environmental Protection|R4|25.785472|-80.284205||-5.00|US|||12|FL|025|DADE +840120250035|120250035|840120250035|NO|Permanent|0035|Perimeter Road|Inactive|FL1|Florida Dept. of Environmental Protection|R4|25.785472|-80.284205||-5.00|US|||12|FL|025|DADE +120290098|120290098|840120290098|PM2.5|Permanent|0098|N/A|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.135861|-81.634083||-5.00|US|||12|FL|029|DIXIE +120310032|120310032|840120310032|SO2|Permanent|0032|Kooker Park|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.356111|-81.635556||-5.00|US|||12|FL|031|DUVAL +120310032|120310032|840120310032|PM2.5|Permanent|0032|Kooker Park|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.356111|-81.635556||-5.00|US|||12|FL|031|DUVAL +120310032|120310032|840120310032|PM10|Permanent|0032|Kooker Park|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.356111|-81.635556||-5.00|US|||12|FL|031|DUVAL +120310032|120310032|840120310032|NO2|Permanent|0032|Kooker Park|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.356111|-81.635556||-5.00|US|||12|FL|031|DUVAL +120310077|120310077|840120310077|O3|Permanent|0077|Sheffield Elementary School|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.475800|-81.586900||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310077|120310077|840120310077|PM2.5|Permanent|0077|Sheffield Elementary School|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.475800|-81.586900||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310080|120310080|840120310080|CO|Permanent|0080|SPG|Inactive|FL3|City of Jacksonville - Environmental Quality Division|R4|30.309197|-81.652588||-5.00|US|||12|FL|031|DUVAL +120310080|120310080|840120310080|SO2|Permanent|0080|SPG|Inactive|FL3|City of Jacksonville - Environmental Quality Division|R4|30.309197|-81.652588||-5.00|US|||12|FL|031|DUVAL +120310081|120310081|840120310081|SO2|Permanent|0081|Cedar Bay|Inactive|FL3|City of Jacksonville - Environmental Quality Division|R4|30.431111|-81.631944||-5.00|US|||12|FL|031|DUVAL +120310084|120310084|840120310084|PM10|Permanent|0084|Rosselle & Copeland|Inactive|FL3|City of Jacksonville - Environmental Quality Division|R4|30.320193|-81.687012||-5.00|US|||12|FL|031|DUVAL +120310084|120310084|840120310084|CO|Permanent|0084|Rosselle & Copeland|Inactive|FL3|City of Jacksonville - Environmental Quality Division|R4|30.320193|-81.687012||-5.00|US|||12|FL|031|DUVAL +120310097|120310097|840120310097|SO2|Permanent|0097|Ft Caroline|Inactive|FL3|City of Jacksonville - Environmental Quality Division|R4|30.367222|-81.594167||-5.00|US|||12|FL|031|DUVAL +120310098|120310098|840120310098|PM2.5|Permanent|0098|Mandarin|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.135800|-81.633900||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310098|120310098|840120310098|PM10|Permanent|0098|Mandarin|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.135800|-81.633900||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310100|120310100|840120310100|O3|Permanent|0100|Mayo Clinic|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.260300|-81.453300||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310100|120310100|840120310100|PM2.5|Permanent|0100|Mayo Clinic|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.260300|-81.453300||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310100|120310100|840120310100|RHUM|Permanent|0100|Mayo Clinic|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.260300|-81.453300||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310106|120310106|840120310106|O3|Permanent|0106|Cisco Drive|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.378167|-81.840790||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310107|120310107|840120310107|CO|Permanent|0107|Lee HS|Inactive|FL3|City of Jacksonville - Environmental Quality Division|R4|30.308534|-81.705557||-5.00|US|||12|FL|031|DUVAL +120310108|120310108|840120310108|NO2|Permanent|0108|Pepsi Place|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.262808|-81.606834||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310108|120310108|840120310108|CO|Permanent|0108|Pepsi Place|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.262808|-81.606834||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120310108|120310108|840120310108|PM2.5|Permanent|0108|Pepsi Place|Active|FL3|City of Jacksonville - Environmental Quality Division|R4|30.262808|-81.606834||-5.00|US|27260| Jacksonville, FL |12|FL|031|DUVAL +120330004|120330004|840120330004|O3|Permanent|0004|Ellyson Industrial Park|Active|FL1|Florida Dept. of Environmental Protection|R4|30.525000|-87.204399||-6.00|US|37860| Pensacola-Ferry Pass-Brent, FL |12|FL|033|ESCAMBIA +120330004|120330004|840120330004|PM2.5|Permanent|0004|Ellyson Industrial Park|Active|FL1|Florida Dept. of Environmental Protection|R4|30.525000|-87.204399||-6.00|US|37860| Pensacola-Ferry Pass-Brent, FL |12|FL|033|ESCAMBIA +120330004|120330004|840120330004|PM10|Permanent|0004|Ellyson Industrial Park|Active|FL1|Florida Dept. of Environmental Protection|R4|30.525000|-87.204399||-6.00|US|37860| Pensacola-Ferry Pass-Brent, FL |12|FL|033|ESCAMBIA +120330004|120330004|840120330004|SO2|Permanent|0004|Ellyson Industrial Park|Active|FL1|Florida Dept. of Environmental Protection|R4|30.525000|-87.204399||-6.00|US|37860| Pensacola-Ferry Pass-Brent, FL |12|FL|033|ESCAMBIA +120330018|120330018|840120330018|O3|Permanent|0018|Pensacola NAS|Active|FL1|Florida Dept. of Environmental Protection|R4|30.368100|-87.270800||-6.00|US|37860| Pensacola-Ferry Pass-Brent, FL |12|FL|033|ESCAMBIA +120350004|120350004|840120350004|O3|Permanent|0004|Flagler County|Active|FL1|Florida Dept. of Environmental Protection|R4|29.489082|-81.276833||-5.00|US|||12|FL|035|FLAGLER +120470015|120470015|840120470015|PM2.5|Permanent|0015|White Springs|Inactive|FL1|Florida Dept. of Environmental Protection|R4|30.426400|-82.794700||-5.00|US|||12|FL|047|HAMILTON +840120470017|120470017|840120470017|PM2.5|Permanent|0017|White Springs Plant|Active|FL1|Florida Dept. of Environmental Protection|R4|30.426029|-82.795356||-5.00|US|||12|FL|047|HAMILTON +840120470017|120470017|840120470017|SO2|Permanent|0017|White Springs Plant|Active|FL1|Florida Dept. of Environmental Protection|R4|30.426029|-82.795356||-5.00|US|||12|FL|047|HAMILTON +120550003|120550003|840120550003|O3|Permanent|0003|Archbold Biomedical Research Center|Active|FL1|Florida Dept. of Environmental Protection|R4|27.188900|-81.340300||-5.00|US|42700| Sebring, FL |12|FL|055|HIGHLANDS +120570030|120570030|840120570030|PM2.5|Permanent|0030|PCEIA3|Inactive|FL4|Hillsborough County - Tampa |R4|27.931900|-82.509700|6.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120570081|120570081|840120570081|O3|Permanent|0081|SIMMONS PARK|Active|FL4|Hillsborough County - Tampa |R4|27.740300|-82.465600|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120570083|120570083|840120570083|PM10|Permanent|0083|GARDINIER|Active|FL4|Hillsborough County - Tampa |R4|27.864273|-82.383359||-5.00|US|||12|FL|057|HILLSBOROUGH +120570109|120570109|840120570109|SO2|Permanent|0109|EAST BAY|Active|FL4|Hillsborough County - Tampa |R4|27.853897|-82.383414||-5.00|US|||12|FL|057|HILLSBOROUGH +120570109|120570109|840120570109|RWD|Permanent|0109|EAST BAY|Active|FL4|Hillsborough County - Tampa |R4|27.853897|-82.383414||-5.00|US|||12|FL|057|HILLSBOROUGH +120570109|120570109|840120570109|RWS|Permanent|0109|EAST BAY|Active|FL4|Hillsborough County - Tampa |R4|27.853897|-82.383414||-5.00|US|||12|FL|057|HILLSBOROUGH +120570112|120570112|840120570112|SO2|Permanent|0112|APOLLO BEACH|Active|FL4|Hillsborough County - Tampa |R4|27.779712|-82.419835||-5.00|US|||12|FL|057|HILLSBOROUGH +120570112|120570112|840120570112|PM2.5|Permanent|0112|APOLLO BEACH|Active|FL4|Hillsborough County - Tampa |R4|27.779712|-82.419835||-5.00|US|||12|FL|057|HILLSBOROUGH +120570113|120570113|840120570113|CO|Permanent|0113|MUNRO STREET|Active|FL4|Hillsborough County - Tampa |R4|27.955133|-82.469532||-5.00|US|||12|FL|057|HILLSBOROUGH +120570113|120570113|840120570113|RWD|Permanent|0113|MUNRO STREET|Active|FL4|Hillsborough County - Tampa |R4|27.955133|-82.469532||-5.00|US|||12|FL|057|HILLSBOROUGH +120570113|120570113|840120570113|RWS|Permanent|0113|MUNRO STREET|Active|FL4|Hillsborough County - Tampa |R4|27.955133|-82.469532||-5.00|US|||12|FL|057|HILLSBOROUGH +120570113|120570113|840120570113|NO2|Permanent|0113|MUNRO STREET|Active|FL4|Hillsborough County - Tampa |R4|27.955133|-82.469532||-5.00|US|||12|FL|057|HILLSBOROUGH +120571035|120571035|840120571035|O3|Permanent|1035|DAVIS ISLAND|Active|FL4|Hillsborough County - Tampa |R4|27.928300|-82.454700|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120571035|120571035|840120571035|PM10|Permanent|1035|DAVIS ISLAND|Active|FL4|Hillsborough County - Tampa |R4|27.928300|-82.454700|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120571035|120571035|840120571035|SO2|Permanent|1035|DAVIS ISLAND|Active|FL4|Hillsborough County - Tampa |R4|27.928300|-82.454700|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120571035|120571035|840120571035|RWD|Permanent|1035|DAVIS ISLAND|Active|FL4|Hillsborough County - Tampa |R4|27.928300|-82.454700|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120571035|120571035|840120571035|RWS|Permanent|1035|DAVIS ISLAND|Active|FL4|Hillsborough County - Tampa |R4|27.928300|-82.454700|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120571065|120571065|840120571065|O3|Permanent|1065|GANDY|Active|FL4|Hillsborough County - Tampa |R4|27.892800|-82.538300|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120571065|120571065|840120571065|PM2.5|Permanent|1065|GANDY|Active|FL4|Hillsborough County - Tampa |R4|27.892800|-82.538300|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120571065|120571065|840120571065|RWD|Permanent|1065|GANDY|Active|FL4|Hillsborough County - Tampa |R4|27.892800|-82.538300|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120571065|120571065|840120571065|RWS|Permanent|1065|GANDY|Active|FL4|Hillsborough County - Tampa |R4|27.892800|-82.538300|3.100|-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120571111|120571111|840120571111|RWS|Permanent|1111|JBL|Inactive|FL4|Hillsborough County - Tampa |R4|27.955550|-82.467140||-5.00|US|||12|FL|057|HILLSBOROUGH +120571111|120571111|840120571111|PM2.5|Permanent|1111|JBL|Inactive|FL4|Hillsborough County - Tampa |R4|27.955550|-82.467140||-5.00|US|||12|FL|057|HILLSBOROUGH +120571111|120571111|840120571111|NO2|Permanent|1111|JBL|Inactive|FL4|Hillsborough County - Tampa |R4|27.955550|-82.467140||-5.00|US|||12|FL|057|HILLSBOROUGH +120571111|120571111|840120571111|CO|Permanent|1111|JBL|Inactive|FL4|Hillsborough County - Tampa |R4|27.955550|-82.467140||-5.00|US|||12|FL|057|HILLSBOROUGH +120571111|120571111|840120571111|RWD|Permanent|1111|JBL|Inactive|FL4|Hillsborough County - Tampa |R4|27.955550|-82.467140||-5.00|US|||12|FL|057|HILLSBOROUGH +120573002|120573002|840120573002|O3|Permanent|3002|SYDNEY|Active|FL4|Hillsborough County - Tampa |R4|27.965900|-82.230617||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120573002|120573002|840120573002|PM2.5|Permanent|3002|SYDNEY|Active|FL4|Hillsborough County - Tampa |R4|27.965900|-82.230617||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120573002|120573002|840120573002|RWD|Permanent|3002|SYDNEY|Active|FL4|Hillsborough County - Tampa |R4|27.965900|-82.230617||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120573002|120573002|840120573002|RWS|Permanent|3002|SYDNEY|Active|FL4|Hillsborough County - Tampa |R4|27.965900|-82.230617||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|057|HILLSBOROUGH +120590004|120590004|840120590004|PM2.5|Permanent|0004|Bonifay|Active|FL1|Florida Dept. of Environmental Protection|R4|30.847500|-85.604400||-6.00|US|||12|FL|059|HOLMES +120590004|120590004|840120590004|O3|Permanent|0004|Bonifay|Active|FL1|Florida Dept. of Environmental Protection|R4|30.847500|-85.604400||-6.00|US|||12|FL|059|HOLMES +120619991|120619991|840120619991|O3|Permanent|9991|Indian River Lagoon|Active|OAP|EPA Office of Atmospheric Programs|R3|27.849200|-80.455400|1.800|-5.00|US|46940| Vero Beach, FL |12|FL|061|INDIAN RIVER +120619991|120619991|840120619991|TEMP|Permanent|9991|Indian River Lagoon|Active|OAP|EPA Office of Atmospheric Programs|R3|27.849200|-80.455400|1.800|-5.00|US|46940| Vero Beach, FL |12|FL|061|INDIAN RIVER +120690002|120690002|840120690002|O3|Permanent|0002|Clermont|Active|FL1|Florida Dept. of Environmental Protection|R4|28.525000|-81.723100||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|069|LAKE +120710005|120710005|840120710005|PM2.5|Permanent|0005|Winkler Pump Station|Active|FL1|Florida Dept. of Environmental Protection|R4|26.602800|-81.878900||-5.00|US|15980| Cape Coral-Fort Myers, FL |12|FL|071|LEE +120712002|120712002|840120712002|O3|Permanent|2002|Rotary Park|Active|FL1|Florida Dept. of Environmental Protection|R4|26.547500|-81.979700||-5.00|US|15980| Cape Coral-Fort Myers, FL |12|FL|071|LEE +120713002|120713002|840120713002|O3|Permanent|3002|Bay Oaks Park|Inactive|FL1|Florida Dept. of Environmental Protection|R4|26.448900|-81.939400||-5.00|US|15980| Cape Coral-Fort Myers, FL |12|FL|071|LEE +120730012|120730012|840120730012|O3|Permanent|0012|Tallahassee Community College|Active|FL1|Florida Dept. of Environmental Protection|R4|30.439700|-84.348300||-5.00|US|45220| Tallahassee, FL |12|FL|073|LEON +120730012|120730012|840120730012|PM2.5|Permanent|0012|Tallahassee Community College|Active|FL1|Florida Dept. of Environmental Protection|R4|30.439700|-84.348300||-5.00|US|45220| Tallahassee, FL |12|FL|073|LEON +120730013|120730013|840120730013|O3|Permanent|0013|Greenways Trail|Inactive|FL1|Florida Dept. of Environmental Protection|R4|30.484400|-84.199200||-5.00|US|45220| Tallahassee, FL |12|FL|073|LEON +120779991|120779991|840120779991|O3|Permanent|9991|Sumatra|Active|OAP|EPA Office of Atmospheric Programs|R3|30.110300|-84.990300|13.700|-5.00|US|||12|FL|077|LIBERTY +120779991|120779991|840120779991|TEMP|Permanent|9991|Sumatra|Active|OAP|EPA Office of Atmospheric Programs|R3|30.110300|-84.990300|13.700|-5.00|US|||12|FL|077|LIBERTY +120810028|120810028|840120810028|SO2|Permanent|0028|Port Manatee|Active|FL1|Florida Dept. of Environmental Protection|R4|27.638611|-82.547778||-5.00|US|||12|FL|081|MANATEE +120813002|120813002|840120813002|O3|Permanent|3002|Port Manatee|Active|FL1|Florida Dept. of Environmental Protection|R4|27.633100|-82.545800||-5.00|US|42260| Sarasota-Bradenton-Venice, FL |12|FL|081|MANATEE +120814012|120814012|840120814012|O3|Permanent|4012|G. T. Bray Park|Active|FL1|Florida Dept. of Environmental Protection|R4|27.480800|-82.618600||-5.00|US|42260| Sarasota-Bradenton-Venice, FL |12|FL|081|MANATEE +120814013|120814013|840120814013|O3|Permanent|4013|5511 39TH STREET EAST|Active|FL1|Florida Dept. of Environmental Protection|R4|27.449400|-82.521896||-5.00|US|42260| Sarasota-Bradenton-Venice, FL |12|FL|081|MANATEE +120830003|120830003|840120830003|PM2.5|Permanent|0003|YMCA - Marion County|Active|FL1|Florida Dept. of Environmental Protection|R4|29.170799|-82.100800||-5.00|US|36100| Ocala, FL |12|FL|083|MARION +120830003|120830003|840120830003|O3|Permanent|0003|YMCA - Marion County|Active|FL1|Florida Dept. of Environmental Protection|R4|29.170799|-82.100800||-5.00|US|36100| Ocala, FL |12|FL|083|MARION +120830004|120830004|840120830004|O3|Permanent|0004|County Sheriff Impound|Active|FL1|Florida Dept. of Environmental Protection|R4|29.192800|-82.173300||-5.00|US|36100| Ocala, FL |12|FL|083|MARION +120850007|120850007|840120850007|O3|Permanent|0007|Stuart|Active|FL1|Florida Dept. of Environmental Protection|R4|27.172459|-80.240692||-5.00|US|||12|FL|085|MARTIN +120850007|120850007|840120850007|PM2.5|Permanent|0007|Stuart|Active|FL1|Florida Dept. of Environmental Protection|R4|27.172459|-80.240692||-5.00|US|||12|FL|085|MARTIN +120860019|120860019|840120860019|NO2|Permanent|0019|Pennsuco|Active|FL1|Florida Dept. of Environmental Protection|R4|25.897500|-80.380000|4.900|-5.00|US|||12|FL|086|MIAMI - DADE +120860027|120860027|840120860027|O3|Permanent|0027|Rosenstiel|Active|FL1|Florida Dept. of Environmental Protection|R4|25.732500|-80.162201|0.600|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120860027|120860027|840120860027|NO2|Permanent|0027|Rosenstiel|Active|FL1|Florida Dept. of Environmental Protection|R4|25.732500|-80.162201|0.600|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120860027|120860027|840120860027|WS|Permanent|0027|Rosenstiel|Active|FL1|Florida Dept. of Environmental Protection|R4|25.732500|-80.162201|0.600|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120860027|120860027|840120860027|WD|Permanent|0027|Rosenstiel|Active|FL1|Florida Dept. of Environmental Protection|R4|25.732500|-80.162201|0.600|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120860029|120860029|840120860029|O3|Permanent|0029|Perdue|Active|FL1|Florida Dept. of Environmental Protection|R4|25.586399|-80.326897|1.200|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120860029|120860029|840120860029|WS|Permanent|0029|Perdue|Active|FL1|Florida Dept. of Environmental Protection|R4|25.586399|-80.326897|1.200|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120860029|120860029|840120860029|WD|Permanent|0029|Perdue|Active|FL1|Florida Dept. of Environmental Protection|R4|25.586399|-80.326897|1.200|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120860031|120860031|840120860031|CO|Permanent|0031|Coral Reef|Inactive|FL1|Florida Dept. of Environmental Protection|R4|25.621667|-80.344444||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120860034|120860034|840120860034|PM2.5|Permanent|0034|Kendal|Active|FL1|Florida Dept. of Environmental Protection|R4|25.686944|-80.686944|2.700|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120860035|120860035|840120860035|NO2|Permanent|0035|Perimeter|Active|FL1|Florida Dept. of Environmental Protection|R4|25.785472|-80.284206||-5.00|US|||12|FL|086|MIAMI - DADE +120860035|120860035|840120860035|CO|Permanent|0035|Perimeter|Active|FL1|Florida Dept. of Environmental Protection|R4|25.785472|-80.284206||-5.00|US|||12|FL|086|MIAMI - DADE +120861016|120861016|840120861016|PM2.5|Permanent|1016|Miami Fire Station #5|Active|FL1|Florida Dept. of Environmental Protection|R4|25.794700|-80.215600||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120864002|120864002|840120864002|CO|Permanent|4002|Lab Annex|Inactive|FL1|Florida Dept. of Environmental Protection|R4|25.798333|-80.210278|4.900|-5.00|US|||12|FL|086|MIAMI - DADE +120864002|120864002|840120864002|NO2|Permanent|4002|Lab Annex|Inactive|FL1|Florida Dept. of Environmental Protection|R4|25.798333|-80.210278|4.900|-5.00|US|||12|FL|086|MIAMI - DADE +120866001|120866001|840120866001|PM2.5|Permanent|6001|Homestead Fire Station #16|Active|FL1|Florida Dept. of Environmental Protection|R4|25.471900|-80.482800||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|086|MIAMI - DADE +120890005|120890005|840120890005|SO2|Permanent|0005|FBHWWTP|Active|FL1|Florida Dept. of Environmental Protection|R4|30.657500|-81.464167|4.900|-5.00|US|||12|FL|089|NASSAU +120890010|120890010|840120890010|PM2.5|Permanent|0010|Yulee|Inactive|FL1|Florida Dept. of Environmental Protection|R4|30.626730|-81.535970|4.900|-5.00|US|27260| Jacksonville, FL |12|FL|089|NASSAU +120910002|120910002|840120910002|O3|Permanent|0002|Ft. Walton Beach|Inactive|FL1|Florida Dept. of Environmental Protection|R4|30.424400|-86.666900||-5.00|US|23020| Fort Walton Beach-Crestview-Destin, FL |12|FL|091|OKALOOSA +120910002|120910002|840120910002|PM10|Permanent|0002|Ft. Walton Beach|Inactive|FL1|Florida Dept. of Environmental Protection|R4|30.424400|-86.666900||-5.00|US|23020| Fort Walton Beach-Crestview-Destin, FL |12|FL|091|OKALOOSA +120950008|120950008|840120950008|O3|Permanent|0008|Winegard Elementary School|Inactive|FL1|Florida Dept. of Environmental Protection|R4|28.454400|-81.381400||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|095|ORANGE +120950009|120950009|840120950009|CO|Permanent|0009|Orange Near-Road|Inactive|FL1|Florida Dept. of Environmental Protection|R4|28.534646|-81.384411||-5.00|US|||12|FL|095|ORANGE +120950009|120950009|840120950009|NO2|Permanent|0009|Orange Near-Road|Inactive|FL1|Florida Dept. of Environmental Protection|R4|28.534646|-81.384411||-5.00|US|||12|FL|095|ORANGE +840120950010|120950010|840120950010|O3|Permanent|0010|Skyview|Active|FL1|Florida Dept. of Environmental Protection|R4|28.453167|-81.397139||-5.00|US|||12|FL|095|ORANGE +120952002|120952002|840120952002|CO|Permanent|2002|Winter Park|Active|FL1|Florida Dept. of Environmental Protection|R4|28.599700|-81.362800||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|095|ORANGE +120952002|120952002|840120952002|SO2|Permanent|2002|Winter Park|Active|FL1|Florida Dept. of Environmental Protection|R4|28.599700|-81.362800||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|095|ORANGE +120952002|120952002|840120952002|O3|Permanent|2002|Winter Park|Active|FL1|Florida Dept. of Environmental Protection|R4|28.599700|-81.362800||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|095|ORANGE +120952002|120952002|840120952002|PM2.5|Permanent|2002|Winter Park|Active|FL1|Florida Dept. of Environmental Protection|R4|28.599700|-81.362800||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|095|ORANGE +120952002|120952002|840120952002|NO2|Permanent|2002|Winter Park|Active|FL1|Florida Dept. of Environmental Protection|R4|28.599700|-81.362800||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|095|ORANGE +120972002|120972002|840120972002|O3|Permanent|2002|Osceola Co. Fire Station - Four Corners|Active|FL1|Florida Dept. of Environmental Protection|R4|28.347800|-81.636700||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|097|OSCEOLA +120990008|120990008|840120990008|PM2.5|Permanent|0008|Belle Glade|Active|FL1|Florida Dept. of Environmental Protection|R4|26.724167|-80.663055||-5.00|US|||12|FL|099|PALM BEACH +120990009|120990009|840120990009|O3|Permanent|0009|Royal Palm Beach|Inactive|FL1|Florida Dept. of Environmental Protection|R4|26.730800|-80.233900||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|099|PALM BEACH +120990009|120990009|840120990009|PM2.5|Permanent|0009|Royal Palm Beach|Inactive|FL1|Florida Dept. of Environmental Protection|R4|26.730800|-80.233900||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|099|PALM BEACH +120990021|120990021|840120990021|O3|Permanent|0021|Lantana Preserve|Active|FL1|Florida Dept. of Environmental Protection|R4|26.593808|-80.058917|8.800|-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|099|PALM BEACH +840120990022|120990022|840120990022|PM2.5|Permanent|0022|Lamstein Lane|Active|FL1|Florida Dept. of Environmental Protection|R4|26.687606|-80.219619||-5.00|US|||12|FL|099|PALM BEACH +840120990022|120990022|840120990022|O3|Permanent|0022|Lamstein Lane|Active|FL1|Florida Dept. of Environmental Protection|R4|26.687606|-80.219619||-5.00|US|||12|FL|099|PALM BEACH +840120992005|120992005|840120992005|PM10|Permanent|2005|Delray Beach|Active|FL1|Florida Dept. of Environmental Protection|R4|26.456944|-80.092778||-5.00|US|||12|FL|099|PALM BEACH +840120992005|120992005|840120992005|PM2.5|Permanent|2005|Delray Beach|Active|FL1|Florida Dept. of Environmental Protection|R4|26.456944|-80.092778||-5.00|US|||12|FL|099|PALM BEACH +120992101|120992101|840120992101|O3|Permanent|2101|Southbay - FL. Sugar Cane League|Inactive|FL1|Florida Dept. of Environmental Protection|R4|26.667800|-80.713600||-5.00|US|33100| Miami-Fort Lauderdale-Miami Beach, FL |12|FL|099|PALM BEACH +121010005|121010005|840121010005|O3|Permanent|0005|San Antonio|Active|FL1|Florida Dept. of Environmental Protection|R4|28.332200|-82.305600||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|101|PASCO +121012001|121012001|840121012001|O3|Permanent|2001|Holiday|Active|FL1|Florida Dept. of Environmental Protection|R4|28.195300|-82.757800||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|101|PASCO +121030004|121030004|840121030004|O3|Permanent|0004|St. Petersburg College|Active|FL1|Florida Dept. of Environmental Protection|R4|27.971100|-82.736100||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|103|PINELLAS +121030004|121030004|840121030004|PM2.5|Permanent|0004|St. Petersburg College|Active|FL1|Florida Dept. of Environmental Protection|R4|27.971100|-82.736100||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|103|PINELLAS +121030018|121030018|840121030018|O3|Permanent|0018|Azalea|Active|FL1|Florida Dept. of Environmental Protection|R4|27.785800|-82.740000||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|103|PINELLAS +121030018|121030018|840121030018|PM2.5|Permanent|0018|Azalea|Active|FL1|Florida Dept. of Environmental Protection|R4|27.785800|-82.740000||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|103|PINELLAS +121030018|121030018|840121030018|NO2|Permanent|0018|Azalea|Active|FL1|Florida Dept. of Environmental Protection|R4|27.785800|-82.740000||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|103|PINELLAS +121030027|121030027|840121030027|NO2|Permanent|0027|Sawgrass Lake Park|Active|FL1|Florida Dept. of Environmental Protection|R4|27.834409|-82.665251|4.600|-5.00|US|||12|FL|103|PINELLAS +121030027|121030027|840121030027|CO|Permanent|0027|Sawgrass Lake Park|Active|FL1|Florida Dept. of Environmental Protection|R4|27.834409|-82.665251|4.600|-5.00|US|||12|FL|103|PINELLAS +121035002|121035002|840121035002|O3|Permanent|5002|John A. Chesnut Sr. Park|Active|FL1|Florida Dept. of Environmental Protection|R4|28.090300|-82.700800||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|103|PINELLAS +121035002|121035002|840121035002|PM2.5|Permanent|5002|John A. Chesnut Sr. Park|Active|FL1|Florida Dept. of Environmental Protection|R4|28.090300|-82.700800||-5.00|US|45300| Tampa-St. Petersburg-Clearwater, FL |12|FL|103|PINELLAS +121056005|121056005|840121056005|O3|Permanent|6005|Sikes Elementary School|Active|FL1|Florida Dept. of Environmental Protection|R4|27.940000|-82.000300||-5.00|US|29460| Lakeland, FL |12|FL|105|POLK +121056005|121056005|840121056005|SO2|Permanent|6005|Sikes Elementary School|Active|FL1|Florida Dept. of Environmental Protection|R4|27.940000|-82.000300||-5.00|US|29460| Lakeland, FL |12|FL|105|POLK +121056006|121056006|840121056006|O3|Permanent|6006|Fl. Baptist Children's Home|Active|FL1|Florida Dept. of Environmental Protection|R4|28.029400|-81.971900||-5.00|US|29460| Lakeland, FL |12|FL|105|POLK +121056006|121056006|840121056006|PM2.5|Permanent|6006|Fl. Baptist Children's Home|Active|FL1|Florida Dept. of Environmental Protection|R4|28.029400|-81.971900||-5.00|US|29460| Lakeland, FL |12|FL|105|POLK +121056006|121056006|840121056006|PM10|Permanent|6006|Fl. Baptist Children's Home|Active|FL1|Florida Dept. of Environmental Protection|R4|28.029400|-81.971900||-5.00|US|29460| Lakeland, FL |12|FL|105|POLK +121071008|121071008|840121071008|PM10|Permanent|1008|Palatka|Active|FL1|Florida Dept. of Environmental Protection|R4|29.686667|-81.656389|2.700|-5.00|US|||12|FL|107|PUTNAM +121110013|121110013|840121110013|O3|Permanent|0013|Savannahs|Active|FL1|Florida Dept. of Environmental Protection|R4|27.389080|-80.311035|4.600|-5.00|US|||12|FL|111|ST. LUCIE +121111002|121111002|840121111002|O3|Permanent|1002|911 Center; Rock Road|Inactive|FL1|Florida Dept. of Environmental Protection|R4|27.449699|-80.408096||-5.00|US|38940| Port St. Lucie-Fort Pierce, FL |12|FL|111|ST. LUCIE +121111002|121111002|840121111002|PM2.5|Permanent|1002|911 Center; Rock Road|Inactive|FL1|Florida Dept. of Environmental Protection|R4|27.449699|-80.408096||-5.00|US|38940| Port St. Lucie-Fort Pierce, FL |12|FL|111|ST. LUCIE +121130015|121130015|840121130015|O3|Permanent|0015|Woodlawn|Active|FL1|Florida Dept. of Environmental Protection|R4|30.394200|-87.008100||-5.00|US|37860| Pensacola-Ferry Pass-Brent, FL |12|FL|115|SARASOTA +121130015|121130015|840121130015|PM2.5|Permanent|0015|Woodlawn|Active|FL1|Florida Dept. of Environmental Protection|R4|30.394200|-87.008100||-5.00|US|37860| Pensacola-Ferry Pass-Brent, FL |12|FL|115|SARASOTA +121150013|121150013|840121150013|PM2.5|Permanent|0013|Bee Ridge|Active|FL1|Florida Dept. of Environmental Protection|R4|27.290600|-82.507200||-5.00|US|42260| Sarasota-Bradenton-Venice, FL |12|FL|115|SARASOTA +121151005|121151005|840121151005|O3|Permanent|1005|Lido Park; McKinley Dr.|Active|FL1|Florida Dept. of Environmental Protection|R4|27.307200|-82.570300||-5.00|US|42260| Sarasota-Bradenton-Venice, FL |12|FL|115|SARASOTA +121151006|121151006|840121151006|O3|Permanent|1006|Paw Park|Active|FL1|Florida Dept. of Environmental Protection|R4|27.350300|-82.479700||-5.00|US|42260| Sarasota-Bradenton-Venice, FL |12|FL|115|SARASOTA +121151006|121151006|840121151006|PM10|Permanent|1006|Paw Park|Active|FL1|Florida Dept. of Environmental Protection|R4|27.350300|-82.479700||-5.00|US|42260| Sarasota-Bradenton-Venice, FL |12|FL|115|SARASOTA +121152002|121152002|840121152002|O3|Permanent|2002|Jackson Road|Active|FL1|Florida Dept. of Environmental Protection|R4|27.089200|-82.362500||-5.00|US|42260| Sarasota-Bradenton-Venice, FL |12|FL|115|SARASOTA +121152002|121152002|840121152002|PM2.5|Permanent|2002|Jackson Road|Active|FL1|Florida Dept. of Environmental Protection|R4|27.089200|-82.362500||-5.00|US|42260| Sarasota-Bradenton-Venice, FL |12|FL|115|SARASOTA +121171002|121171002|840121171002|O3|Permanent|1002|Seminole Community College (AG COMP)|Active|FL1|Florida Dept. of Environmental Protection|R4|28.745600|-81.310000||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|117|SEMINOLE +121171002|121171002|840121171002|PM2.5|Permanent|1002|Seminole Community College (AG COMP)|Active|FL1|Florida Dept. of Environmental Protection|R4|28.745600|-81.310000||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|117|SEMINOLE +121171002|121171002|840121171002|PM10|Permanent|1002|Seminole Community College (AG COMP)|Active|FL1|Florida Dept. of Environmental Protection|R4|28.745600|-81.310000||-5.00|US|36740| Orlando-Kissimmee, FL |12|FL|117|SEMINOLE +121275002|121275002|840121275002|O3|Permanent|5002|Blind Services; 1185-A Dunn Ave|Active|FL1|Florida Dept. of Environmental Protection|R4|29.206900|-81.053100||-5.00|US|19660| Deltona-Daytona Beach-Ormond Beach, FL |12|FL|127|VOLUSIA +121275002|121275002|840121275002|PM2.5|Permanent|5002|Blind Services; 1185-A Dunn Ave|Active|FL1|Florida Dept. of Environmental Protection|R4|29.206900|-81.053100||-5.00|US|19660| Deltona-Daytona Beach-Ormond Beach, FL |12|FL|127|VOLUSIA +121275002|121275002|840121275002|PM10|Permanent|5002|Blind Services; 1185-A Dunn Ave|Active|FL1|Florida Dept. of Environmental Protection|R4|29.206900|-81.053100||-5.00|US|19660| Deltona-Daytona Beach-Ormond Beach, FL |12|FL|127|VOLUSIA +121290001|121290001|840121290001|CO|Permanent|0001|St. Marks Wildlife Refuge|Active|FL1|Florida Dept. of Environmental Protection|R4|30.084200|-84.161700||-5.00|US|45220| Tallahassee, FL |12|FL|129|WAKULLA +121290001|121290001|840121290001|SO2|Permanent|0001|St. Marks Wildlife Refuge|Active|FL1|Florida Dept. of Environmental Protection|R4|30.084200|-84.161700||-5.00|US|45220| Tallahassee, FL |12|FL|129|WAKULLA +121290001|121290001|840121290001|O3|Permanent|0001|St. Marks Wildlife Refuge|Active|FL1|Florida Dept. of Environmental Protection|R4|30.084200|-84.161700||-5.00|US|45220| Tallahassee, FL |12|FL|129|WAKULLA +121290001|121290001|840121290001|PM2.5|Permanent|0001|St. Marks Wildlife Refuge|Active|FL1|Florida Dept. of Environmental Protection|R4|30.084200|-84.161700||-5.00|US|45220| Tallahassee, FL |12|FL|129|WAKULLA +130210012|130210012|840130210012|SO2|Permanent|0012|Macon Forestry|Active|GA1|Georgia Department of Natural Resources|R4|32.803100|-83.544700||-5.00|US|31420| Macon, GA |13|GA|021|BIBB +130210012|130210012|840130210012|O3|Permanent|0012|Macon Forestry|Active|GA1|Georgia Department of Natural Resources|R4|32.803100|-83.544700||-5.00|US|31420| Macon, GA |13|GA|021|BIBB +130210012|130210012|840130210012|PM2.5|Permanent|0012|Macon Forestry|Active|GA1|Georgia Department of Natural Resources|R4|32.803100|-83.544700||-5.00|US|31420| Macon, GA |13|GA|021|BIBB +130210012|130210012|840130210012|PM10|Permanent|0012|Macon Forestry|Active|GA1|Georgia Department of Natural Resources|R4|32.803100|-83.544700||-5.00|US|31420| Macon, GA |13|GA|021|BIBB +130510021|130510021|840130510021|O3|Permanent|0021|Savannah East President|Active|GA1|Georgia Department of Natural Resources|R4|32.068300|-81.048900||-5.00|US|42340| Savannah, GA |13|GA|051|CHATHAM +130510021|130510021|840130510021|SO2|Permanent|0021|Savannah East President|Active|GA1|Georgia Department of Natural Resources|R4|32.068300|-81.048900||-5.00|US|42340| Savannah, GA |13|GA|051|CHATHAM +130511002|130511002|840130511002|PM2.5|Permanent|1002|Savannah L&A|Active|GA1|Georgia Department of Natural Resources|R4|32.090300|-81.130600|11.900|-5.00|US|42340| Savannah, GA |13|GA|051|CHATHAM +130511002|130511002|840130511002|PM10|Permanent|1002|Savannah L&A|Active|GA1|Georgia Department of Natural Resources|R4|32.090300|-81.130600|11.900|-5.00|US|42340| Savannah, GA |13|GA|051|CHATHAM +130511002|130511002|840130511002|SO2|Permanent|1002|Savannah L&A|Active|GA1|Georgia Department of Natural Resources|R4|32.090300|-81.130600|11.900|-5.00|US|42340| Savannah, GA |13|GA|051|CHATHAM +130550001|130550001|840130550001|O3|Permanent|0001|Summerville|Active|GA1|Georgia Department of Natural Resources|R4|34.474200|-85.408100||-5.00|US|44900| Summerville, GA |13|GA|055|CHATTOOGA +130590002|130590002|840130590002|O3|Permanent|0002|Athens|Active|GA1|Georgia Department of Natural Resources|R4|33.925000|-83.357500||-5.00|US|12020| Athens-Clarke County, GA |13|GA|059|CLARKE +130590002|130590002|840130590002|PM2.5|Permanent|0002|Athens|Active|GA1|Georgia Department of Natural Resources|R4|33.925000|-83.357500||-5.00|US|12020| Athens-Clarke County, GA |13|GA|059|CLARKE +130590002|130590002|840130590002|PM10|Permanent|0002|Athens|Active|GA1|Georgia Department of Natural Resources|R4|33.925000|-83.357500||-5.00|US|12020| Athens-Clarke County, GA |13|GA|059|CLARKE +130670003|130670003|840130670003|O3|Permanent|0003|Kennesaw|Active|GA1|Georgia Department of Natural Resources|R4|34.014400|-84.607500||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|067|COBB +130730001|130730001|840130730001|O3|Permanent|0001|Evans - Riverside Park|Active|GA1|Georgia Department of Natural Resources|R4|33.581900|-82.131400|74.100|-5.00|US|12260| Augusta-Richmond County, GA-SC |13|GA|073|COLUMBIA +130770002|130770002|840130770002|O3|Permanent|0002|Newnan|Inactive|GA1|Georgia Department of Natural Resources|R4|33.403900|-84.746100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|077|COWETA +130770002|130770002|840130770002|PM2.5|Permanent|0002|Newnan|Inactive|GA1|Georgia Department of Natural Resources|R4|33.403900|-84.746100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|077|COWETA +130850001|130850001|840130850001|O3|Permanent|0001|Dawsonville|Active|GA1|Georgia Department of Natural Resources|R4|34.377800|-84.056100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|085|DAWSON +130890002|130890002|840130890002|SO2|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890002|130890002|840130890002|NOY|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890002|130890002|840130890002|NOX|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890002|130890002|840130890002|NO|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890002|130890002|840130890002|PMC|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890002|130890002|840130890002|O3|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890002|130890002|840130890002|PM2.5|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890002|130890002|840130890002|PM10|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890002|130890002|840130890002|NO2|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890002|130890002|840130890002|CO|Permanent|0002|South DeKalb|Active|GA1|Georgia Department of Natural Resources|R4|33.690600|-84.273100||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890003|130890003|840130890003|NO2|Permanent|0003|NR-285|Active|GA1|Georgia Department of Natural Resources|R4|33.698611|-84.272608||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890003|130890003|840130890003|NOX|Permanent|0003|NR-285|Active|GA1|Georgia Department of Natural Resources|R4|33.698611|-84.272608||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130890003|130890003|840130890003|NO|Permanent|0003|NR-285|Active|GA1|Georgia Department of Natural Resources|R4|33.698611|-84.272608||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130893001|130893001|840130893001|TEMP|Permanent|3001|TUCKER|Inactive|GA1|Georgia Department of Natural Resources|R4|33.847800|-84.213600||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130893001|130893001|840130893001|WS|Permanent|3001|TUCKER|Inactive|GA1|Georgia Department of Natural Resources|R4|33.847800|-84.213600||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130893001|130893001|840130893001|WD|Permanent|3001|TUCKER|Inactive|GA1|Georgia Department of Natural Resources|R4|33.847800|-84.213600||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130893001|130893001|840130893001|RHUM|Permanent|3001|TUCKER|Inactive|GA1|Georgia Department of Natural Resources|R4|33.847800|-84.213600||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130893001|130893001|840130893001|BARPR|Permanent|3001|TUCKER|Inactive|GA1|Georgia Department of Natural Resources|R4|33.847800|-84.213600||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130893001|130893001|840130893001|SRAD|Permanent|3001|TUCKER|Inactive|GA1|Georgia Department of Natural Resources|R4|33.847800|-84.213600||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130893001|130893001|840130893001|PRECIP|Permanent|3001|TUCKER|Inactive|GA1|Georgia Department of Natural Resources|R4|33.847800|-84.213600||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|089|DE KALB +130950007|130950007|840130950007|PM10|Permanent|0007|Albany|Active|GA1|Georgia Department of Natural Resources|R4|31.576700|-84.100200|66.800|-5.00|US|10500| Albany, GA |13|GA|095|DOUGHERTY +130950007|130950007|840130950007|PM2.5|Permanent|0007|Albany|Active|GA1|Georgia Department of Natural Resources|R4|31.576700|-84.100200|66.800|-5.00|US|10500| Albany, GA |13|GA|095|DOUGHERTY +130970004|130970004|840130970004|O3|Permanent|0004|Douglasville|Active|GA1|Georgia Department of Natural Resources|R4|33.743300|-84.778900||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|097|DOUGLAS +131150003|131150003|840131150003|PM2.5|Permanent|0003|Rome|Active|GA1|Georgia Department of Natural Resources|R4|34.260540|-85.323330||-5.00|US|40660| Rome, GA |13|GA|115|FLOYD +131150005|131150005|840131150005|PM2.5|Permanent|0005|Rome Coosa HS|Inactive|GA1|Georgia Department of Natural Resources|R4|34.263200|-85.304800|198.900|-5.00|US|40660| Rome, GA |13|GA|115|FLOYD +131150006|131150006|840131150006|RWD|Permanent|0006|Rome-Kraftsman|Active|GA1|Georgia Department of Natural Resources|R4|34.243645|-85.325948||-5.00|US|40660| Rome, GA |13|GA|115|FLOYD +131150006|131150006|840131150006|RWS|Permanent|0006|Rome-Kraftsman|Active|GA1|Georgia Department of Natural Resources|R4|34.243645|-85.325948||-5.00|US|40660| Rome, GA |13|GA|115|FLOYD +131210048|131210048|840131210048|PM10|Permanent|0048|Georgia Tech|Inactive|GA1|Georgia Department of Natural Resources|R4|33.779200|-84.396000||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210055|131210055|840131210055|PM2.5|Permanent|0055|United Ave|Active|GA1|Georgia Department of Natural Resources|R4|33.720600|-84.357800||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210055|131210055|840131210055|SO2|Permanent|0055|United Ave|Active|GA1|Georgia Department of Natural Resources|R4|33.720600|-84.357800||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210055|131210055|840131210055|O3|Permanent|0055|United Ave|Active|GA1|Georgia Department of Natural Resources|R4|33.720600|-84.357800||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210056|131210056|840131210056|CO|Permanent|0056|NR-Georgia Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.778315|-84.391418||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210056|131210056|840131210056|RHUM|Permanent|0056|NR-Georgia Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.778315|-84.391418||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210056|131210056|840131210056|BARPR|Permanent|0056|NR-Georgia Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.778315|-84.391418||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210056|131210056|840131210056|NOX|Permanent|0056|NR-Georgia Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.778315|-84.391418||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210056|131210056|840131210056|NO|Permanent|0056|NR-Georgia Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.778315|-84.391418||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210056|131210056|840131210056|PM2.5|Permanent|0056|NR-Georgia Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.778315|-84.391418||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131210056|131210056|840131210056|NO2|Permanent|0056|NR-Georgia Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.778315|-84.391418||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|121|FULTON +131270006|131270006|840131270006|O3|Permanent|0006|Brunswick|Active|GA1|Georgia Department of Natural Resources|R4|31.169400|-81.496400||-5.00|US|15260| Brunswick, GA |13|GA|127|GLYNN +131270006|131270006|840131270006|PM2.5|Permanent|0006|Brunswick|Active|GA1|Georgia Department of Natural Resources|R4|31.169400|-81.496400||-5.00|US|15260| Brunswick, GA |13|GA|127|GLYNN +131270006|131270006|840131270006|PM10|Permanent|0006|Brunswick|Active|GA1|Georgia Department of Natural Resources|R4|31.169400|-81.496400||-5.00|US|15260| Brunswick, GA |13|GA|127|GLYNN +131270006|131270006|840131270006|SO2|Permanent|0006|Brunswick|Active|GA1|Georgia Department of Natural Resources|R4|31.169400|-81.496400||-5.00|US|15260| Brunswick, GA |13|GA|127|GLYNN +131350002|131350002|840131350002|PM10|Permanent|0002|Gwinnett Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.963600|-84.066400||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|135|GWINNETT +131350002|131350002|840131350002|O3|Permanent|0002|Gwinnett Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.963600|-84.066400||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|135|GWINNETT +131350002|131350002|840131350002|PM2.5|Permanent|0002|Gwinnett Tech|Active|GA1|Georgia Department of Natural Resources|R4|33.963600|-84.066400||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|135|GWINNETT +131390003|131390003|840131390003|PM2.5|Permanent|0003|Gainesville|Active|GA1|Georgia Department of Natural Resources|R4|34.300300|-83.813900|386.100|-5.00|US|23580| Gainesville, GA |13|GA|139|HALL +131390003|131390003|840131390003|PM10|Permanent|0003|Gainesville|Active|GA1|Georgia Department of Natural Resources|R4|34.300300|-83.813900|386.100|-5.00|US|23580| Gainesville, GA |13|GA|139|HALL +131510002|131510002|840131510002|O3|Permanent|0002|McDonough|Active|GA1|Georgia Department of Natural Resources|R4|33.434700|-84.161700||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|151|HENRY +131510002|131510002|840131510002|PM2.5|Permanent|0002|McDonough|Active|GA1|Georgia Department of Natural Resources|R4|33.434700|-84.161700||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|151|HENRY +131530001|131530001|840131530001|PM2.5|Permanent|0001|Warner Robins|Active|GA1|Georgia Department of Natural Resources|R4|32.605600|-83.597900|90.000|-5.00|US|47580| Warner Robins, GA |13|GA|153|HOUSTON +131530001|131530001|840131530001|PM10|Permanent|0001|Warner Robins|Active|GA1|Georgia Department of Natural Resources|R4|32.605600|-83.597900|90.000|-5.00|US|47580| Warner Robins, GA |13|GA|153|HOUSTON +131850003|131850003|840131850003|PM2.5|Permanent|0003|Valdosta|Active|GA1|Georgia Department of Natural Resources|R4|30.848600|-83.293300|69.800|-5.00|US|46660| Valdosta, GA |13|GA|185|LOWNDES +131850003|131850003|840131850003|PM10|Permanent|0003|Valdosta|Active|GA1|Georgia Department of Natural Resources|R4|30.848600|-83.293300|69.800|-5.00|US|46660| Valdosta, GA |13|GA|185|LOWNDES +132130003|132130003|840132130003|O3|Permanent|0003|Fort Mountain|Active|GA1|Georgia Department of Natural Resources|R4|34.785000|-84.626900||-5.00|US|19140| Dalton, GA |13|GA|213|MURRAY +132150008|132150008|840132150008|O3|Permanent|0008|Columbus Airport|Active|GA1|Georgia Department of Natural Resources|R4|32.521400|-84.943600||-5.00|US|17980| Columbus, GA-AL |13|GA|215|MUSCOGEE +132150008|132150008|840132150008|PM2.5|Permanent|0008|Columbus Airport|Active|GA1|Georgia Department of Natural Resources|R4|32.521400|-84.943600||-5.00|US|17980| Columbus, GA-AL |13|GA|215|MUSCOGEE +132150008|132150008|840132150008|PM10|Permanent|0008|Columbus Airport|Active|GA1|Georgia Department of Natural Resources|R4|32.521400|-84.943600||-5.00|US|17980| Columbus, GA-AL |13|GA|215|MUSCOGEE +132230003|132230003|840132230003|O3|Permanent|0003|Yorkville|Inactive|GA1|Georgia Department of Natural Resources|R4|33.928300|-85.045300||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|223|PAULDING +132230003|132230003|840132230003|PM2.5|Permanent|0003|Yorkville|Inactive|GA1|Georgia Department of Natural Resources|R4|33.928300|-85.045300||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|223|PAULDING +132319991|132319991|840132319991|O3|Permanent|9991|Georgia Station|Active|OAP|EPA Office of Atmospheric Programs|R3|33.178700|-84.405200|269.900|-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|231|PIKE +132319991|132319991|840132319991|TEMP|Permanent|9991|Georgia Station|Active|OAP|EPA Office of Atmospheric Programs|R3|33.178700|-84.405200|269.900|-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|231|PIKE +132450091|132450091|840132450091|O3|Permanent|0091|Augusta|Active|GA1|Georgia Department of Natural Resources|R4|33.433300|-82.021900|46.100|-5.00|US|12260| Augusta-Richmond County, GA-SC |13|GA|245|RICHMOND +132450091|132450091|840132450091|PM2.5|Permanent|0091|Augusta|Active|GA1|Georgia Department of Natural Resources|R4|33.433300|-82.021900|46.100|-5.00|US|12260| Augusta-Richmond County, GA-SC |13|GA|245|RICHMOND +132450091|132450091|840132450091|PM10|Permanent|0091|Augusta|Active|GA1|Georgia Department of Natural Resources|R4|33.433300|-82.021900|46.100|-5.00|US|12260| Augusta-Richmond County, GA-SC |13|GA|245|RICHMOND +132450091|132450091|840132450091|SO2|Permanent|0091|Augusta|Active|GA1|Georgia Department of Natural Resources|R4|33.433300|-82.021900|46.100|-5.00|US|12260| Augusta-Richmond County, GA-SC |13|GA|245|RICHMOND +132470001|132470001|840132470001|O3|Permanent|0001|Conyers|Active|GA1|Georgia Department of Natural Resources|R4|33.585600|-84.066700||-5.00|US|12060| Atlanta-Sandy Springs-Marietta, GA |13|GA|247|ROCKDALE +132611001|132611001|840132611001|O3|Permanent|1001|Leslie|Active|GA1|Georgia Department of Natural Resources|R4|31.953100|-84.079400|102.800|-5.00|US|11140| Americus, GA |13|GA|261|SUMTER +132950002|132950002|840132950002|PM2.5|Permanent|0002|Rossville|Inactive|GA1|Georgia Department of Natural Resources|R4|34.978900|-85.300900|200.100|-5.00|US|16860| Chattanooga, TN-GA |13|GA|295|WALKER +132950002|132950002|840132950002|PM10|Permanent|0002|Rossville|Inactive|GA1|Georgia Department of Natural Resources|R4|34.978900|-85.300900|200.100|-5.00|US|16860| Chattanooga, TN-GA |13|GA|295|WALKER +840132950004|132950004|840132950004|PM2.5|Permanent|0004|Rossville-Williams St|Active|GA1|Georgia Department of Natural Resources|R4|34.978400|-85.294300||-5.00|US|||13|GA|295|WALKER +840132950004|132950004|840132950004|PM10|Permanent|0004|Rossville-Williams St|Active|GA1|Georgia Department of Natural Resources|R4|34.978400|-85.294300||-5.00|US|||13|GA|295|WALKER +840133030001|133030001|840133030001|PM2.5|Permanent|0001|Sandersville|Active|GA1|Georgia Department of Natural Resources|R4|32.967200|-82.807000||-5.00|US|||13|GA|303|WASHINGTON +840133030001|133030001|840133030001|PM10|Permanent|0001|Sandersville|Active|GA1|Georgia Department of Natural Resources|R4|32.967200|-82.807000||-5.00|US|||13|GA|303|WASHINGTON +150010005|150010005|840150010005|WD|Permanent|0005|Hawaii Volcanoes NP - Visitor's Center|Active|NPS|National Park Service|USEPA|19.430800|-155.257800|1215.700|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010005|150010005|840150010005|SRAD|Permanent|0005|Hawaii Volcanoes NP - Visitor's Center|Active|NPS|National Park Service|USEPA|19.430800|-155.257800|1215.700|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010005|150010005|840150010005|PRECIP|Permanent|0005|Hawaii Volcanoes NP - Visitor's Center|Active|NPS|National Park Service|USEPA|19.430800|-155.257800|1215.700|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010005|150010005|840150010005|RHUM|Permanent|0005|Hawaii Volcanoes NP - Visitor's Center|Active|NPS|National Park Service|USEPA|19.430800|-155.257800|1215.700|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010005|150010005|840150010005|RWD|Permanent|0005|Hawaii Volcanoes NP - Visitor's Center|Active|NPS|National Park Service|USEPA|19.430800|-155.257800|1215.700|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010005|150010005|840150010005|RWS|Permanent|0005|Hawaii Volcanoes NP - Visitor's Center|Active|NPS|National Park Service|USEPA|19.430800|-155.257800|1215.700|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010005|150010005|840150010005|SO2|Permanent|0005|Hawaii Volcanoes NP - Visitor's Center|Active|NPS|National Park Service|USEPA|19.430800|-155.257800|1215.700|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010005|150010005|840150010005|TEMP|Permanent|0005|Hawaii Volcanoes NP - Visitor's Center|Active|NPS|National Park Service|USEPA|19.430800|-155.257800|1215.700|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010005|150010005|840150010005|WS|Permanent|0005|Hawaii Volcanoes NP - Visitor's Center|Active|NPS|National Park Service|USEPA|19.430800|-155.257800|1215.700|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010006|150010006|840150010006|PM2.5|Permanent|0006|Hawaii Vocanoes NP|Inactive|NPS|National Park Service|USEPA|19.419700|-155.240000|1199.600|-10.00|US|25900| Hilo, HI |15|HI|009|MAUI +150010006|150010006|840150010006|WS|Permanent|0006|Hawaii Vocanoes NP|Inactive|NPS|National Park Service|USEPA|19.419700|-155.240000|1199.600|-10.00|US|25900| Hilo, HI |15|HI|009|MAUI +150010006|150010006|840150010006|WD|Permanent|0006|Hawaii Vocanoes NP|Inactive|NPS|National Park Service|USEPA|19.419700|-155.240000|1199.600|-10.00|US|25900| Hilo, HI |15|HI|009|MAUI +150010007|150010007|840150010007|TEMP|Permanent|0007|Hawaii Volcanoes NP - Observatory|Active|NPS|National Park Service|USEPA|19.420300|-155.288100|1123.600|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010007|150010007|840150010007|WS|Permanent|0007|Hawaii Volcanoes NP - Observatory|Active|NPS|National Park Service|USEPA|19.420300|-155.288100|1123.600|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010007|150010007|840150010007|WD|Permanent|0007|Hawaii Volcanoes NP - Observatory|Active|NPS|National Park Service|USEPA|19.420300|-155.288100|1123.600|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010007|150010007|840150010007|PM2.5|Permanent|0007|Hawaii Volcanoes NP - Observatory|Active|NPS|National Park Service|USEPA|19.420300|-155.288100|1123.600|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010007|150010007|840150010007|RHUM|Permanent|0007|Hawaii Volcanoes NP - Observatory|Active|NPS|National Park Service|USEPA|19.420300|-155.288100|1123.600|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010007|150010007|840150010007|PRECIP|Permanent|0007|Hawaii Volcanoes NP - Observatory|Active|NPS|National Park Service|USEPA|19.420300|-155.288100|1123.600|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150010007|150010007|840150010007|SO2|Permanent|0007|Hawaii Volcanoes NP - Observatory|Active|NPS|National Park Service|USEPA|19.420300|-155.288100|1123.600|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150011006|150011006|840150011006|SO2|Permanent|1006|Hilo|Active|HI1|Hawaii State Dept. of Health|R9|19.717562|-155.110535||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150011006|150011006|840150011006|WS|Permanent|1006|Hilo|Active|HI1|Hawaii State Dept. of Health|R9|19.717562|-155.110535||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150011006|150011006|840150011006|WD|Permanent|1006|Hilo|Active|HI1|Hawaii State Dept. of Health|R9|19.717562|-155.110535||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150011006|150011006|840150011006|PM2.5|Permanent|1006|Hilo|Active|HI1|Hawaii State Dept. of Health|R9|19.717562|-155.110535||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150011012|150011012|840150011012|PM2.5|Permanent|1012|Kona|Active|HI1|Hawaii State Dept. of Health|R9|19.509700|-155.913300|517.300|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150011012|150011012|840150011012|SO2|Permanent|1012|Kona|Active|HI1|Hawaii State Dept. of Health|R9|19.509700|-155.913300|517.300|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150011012|150011012|840150011012|WS|Permanent|1012|Kona|Active|HI1|Hawaii State Dept. of Health|R9|19.509700|-155.913300|517.300|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150011012|150011012|840150011012|WD|Permanent|1012|Kona|Active|HI1|Hawaii State Dept. of Health|R9|19.509700|-155.913300|517.300|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012010|150012010|840150012010|WD|Permanent|2010|Puna E Station|Inactive|HI1|Hawaii State Dept. of Health|R9|19.458300|-154.883300||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012010|150012010|840150012010|WS|Permanent|2010|Puna E Station|Inactive|HI1|Hawaii State Dept. of Health|R9|19.458300|-154.883300||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012016|150012016|840150012016|PM2.5|Permanent|2016|Pahala|Active|HI1|Hawaii State Dept. of Health|R9|19.206500|-155.468900||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012016|150012016|840150012016|SO2|Permanent|2016|Pahala|Active|HI1|Hawaii State Dept. of Health|R9|19.206500|-155.468900||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012016|150012016|840150012016|WS|Permanent|2016|Pahala|Active|HI1|Hawaii State Dept. of Health|R9|19.206500|-155.468900||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012016|150012016|840150012016|WD|Permanent|2016|Pahala|Active|HI1|Hawaii State Dept. of Health|R9|19.206500|-155.468900||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012017|150012017|840150012017|PM2.5|Permanent|2017|Mountain View|Inactive|HI1|Hawaii State Dept. of Health|R9|19.569799|-155.080597||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012017|150012017|840150012017|SO2|Permanent|2017|Mountain View|Inactive|HI1|Hawaii State Dept. of Health|R9|19.569799|-155.080597||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012017|150012017|840150012017|WS|Permanent|2017|Mountain View|Inactive|HI1|Hawaii State Dept. of Health|R9|19.569799|-155.080597||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012017|150012017|840150012017|WD|Permanent|2017|Mountain View|Inactive|HI1|Hawaii State Dept. of Health|R9|19.569799|-155.080597||-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012020|150012020|840150012020|PM2.5|Permanent|2020|Ocean View|Active|HI1|Hawaii State Dept. of Health|R9|19.117561|-155.778137|70.200|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012020|150012020|840150012020|SO2|Permanent|2020|Ocean View|Active|HI1|Hawaii State Dept. of Health|R9|19.117561|-155.778137|70.200|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012020|150012020|840150012020|WS|Permanent|2020|Ocean View|Active|HI1|Hawaii State Dept. of Health|R9|19.117561|-155.778137|70.200|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012020|150012020|840150012020|WD|Permanent|2020|Ocean View|Active|HI1|Hawaii State Dept. of Health|R9|19.117561|-155.778137|70.200|-10.00|US|25900| Hilo, HI |15|HI|001|HAWAII +150012021|150012021|840150012021|PM2.5|Permanent|2021|WAIKOLOA|Active|HI1|Hawaii State Dept. of Health|R9|19.977467|-155.798067|183.900|-10.00|US|||15|HI|001|HAWAII +150012023|150012023|840150012023|PM2.5|Permanent|2023|Mountain View|Active|HI1|Hawaii State Dept. of Health|R9|19.555445|-155.102036||-10.00|US|||15|HI|001|HAWAII +150012023|150012023|840150012023|SO2|Permanent|2023|Mountain View|Active|HI1|Hawaii State Dept. of Health|R9|19.555445|-155.102036||-10.00|US|||15|HI|001|HAWAII +150012023|150012023|840150012023|WS|Permanent|2023|Mountain View|Active|HI1|Hawaii State Dept. of Health|R9|19.555445|-155.102036||-10.00|US|||15|HI|001|HAWAII +150012023|150012023|840150012023|WD|Permanent|2023|Mountain View|Active|HI1|Hawaii State Dept. of Health|R9|19.555445|-155.102036||-10.00|US|||15|HI|001|HAWAII +840150012027|150012027|840150012027|PM2.5|Permanent|2027|KS Hawaii|Inactive|HI1|Hawaii State Dept. of Health|R9|19.611915|-155.055038||-10.00|US|||15|HI|001|HAWAII +840150012027|150012027|840150012027|SO2|Permanent|2027|KS Hawaii|Inactive|HI1|Hawaii State Dept. of Health|R9|19.611915|-155.055038||-10.00|US|||15|HI|001|HAWAII +840150013034|150013034|840150013034|PM2.5|Permanent|3034|N/A|Inactive|HI1|Hawaii State Dept. of Health|R9|19.618158|-155.971242||-10.00|US|||15|HI|001|HAWAII +84015001NA28|15001NA28|84015001NA28|PM2.5|Permanent|NA28|N/A|Inactive|HI1|Hawaii State Dept. of Health|R9|19.063186|-155.586760||-10.00|US|||15|HI|001|HAWAII +15001PH26|15001PH26|84015001PH26|PM2.5|Permanent|PH26|PAHOA HS|Inactive|HI1|Hawaii State Dept. of Health|R9|19.490972|-154.941472||-10.00|US|||15|HI|001|HAWAII +15001PH26|15001PH26|84015001PH26|SO2|Permanent|PH26|PAHOA HS|Inactive|HI1|Hawaii State Dept. of Health|R9|19.490972|-154.941472||-10.00|US|||15|HI|001|HAWAII +150030010|150030010|840150030010|NO2|Permanent|0010|Kapolei|Active|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593|18.000|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030010|150030010|840150030010|CO|Permanent|0010|Kapolei|Active|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593|18.000|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030010|150030010|840150030010|SO2|Permanent|0010|Kapolei|Active|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593|18.000|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030010|150030010|840150030010|WS|Permanent|0010|Kapolei|Active|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593|18.000|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030010|150030010|840150030010|WD|Permanent|0010|Kapolei|Active|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593|18.000|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030010|150030010|840150030010|PM2.5|Permanent|0010|Kapolei|Active|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593|18.000|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030010|150030010|840150030010|PM10|Permanent|0010|Kapolei|Active|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593|18.000|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030011|150030011|840150030011|SO2|Permanent|0011|West Beach|Inactive|HI1|Hawaii State Dept. of Health|R9|21.332500|-158.113907|14.900|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030011|150030011|840150030011|WS|Permanent|0011|West Beach|Inactive|HI1|Hawaii State Dept. of Health|R9|21.332500|-158.113907|14.900|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030011|150030011|840150030011|WD|Permanent|0011|West Beach|Inactive|HI1|Hawaii State Dept. of Health|R9|21.332500|-158.113907|14.900|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150030011|150030011|840150030011|NO2|Permanent|0011|West Beach|Inactive|HI1|Hawaii State Dept. of Health|R9|21.332500|-158.113907|14.900|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031001|150031001|840150031001|WD|Permanent|1001|Honolulu|Active|HI1|Hawaii State Dept. of Health|R9|21.310301|-157.858093||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031001|150031001|840150031001|PM2.5|Permanent|1001|Honolulu|Active|HI1|Hawaii State Dept. of Health|R9|21.310301|-157.858093||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031001|150031001|840150031001|PM10|Permanent|1001|Honolulu|Active|HI1|Hawaii State Dept. of Health|R9|21.310301|-157.858093||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031001|150031001|840150031001|CO|Permanent|1001|Honolulu|Active|HI1|Hawaii State Dept. of Health|R9|21.310301|-157.858093||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031001|150031001|840150031001|SO2|Permanent|1001|Honolulu|Active|HI1|Hawaii State Dept. of Health|R9|21.310301|-157.858093||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031001|150031001|840150031001|WS|Permanent|1001|Honolulu|Active|HI1|Hawaii State Dept. of Health|R9|21.310301|-157.858093||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031004|150031004|840150031004|PM2.5|Permanent|1004|SAND ISLAND 2 - ANUENUE FISHERIES|Active|HI1|Hawaii State Dept. of Health|R9|21.303900|-157.871100||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031004|150031004|840150031004|WS|Permanent|1004|SAND ISLAND 2 - ANUENUE FISHERIES|Active|HI1|Hawaii State Dept. of Health|R9|21.303900|-157.871100||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031004|150031004|840150031004|WD|Permanent|1004|SAND ISLAND 2 - ANUENUE FISHERIES|Active|HI1|Hawaii State Dept. of Health|R9|21.303900|-157.871100||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031004|150031004|840150031004|O3|Permanent|1004|SAND ISLAND 2 - ANUENUE FISHERIES|Active|HI1|Hawaii State Dept. of Health|R9|21.303900|-157.871100||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031006|150031006|840150031006|SO2|Permanent|1006|Makaiwa Gulch|Inactive|HI1|Hawaii State Dept. of Health|R9|21.344200|-158.112800|50.900|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031006|150031006|840150031006|WS|Permanent|1006|Makaiwa Gulch|Inactive|HI1|Hawaii State Dept. of Health|R9|21.344200|-158.112800|50.900|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031006|150031006|840150031006|WD|Permanent|1006|Makaiwa Gulch|Inactive|HI1|Hawaii State Dept. of Health|R9|21.344200|-158.112800|50.900|-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031010|150031010|840150031010|PM10|Permanent|1010|n/a|Inactive|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031010|150031010|840150031010|SO2|Permanent|1010|n/a|Inactive|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031010|150031010|840150031010|WS|Permanent|1010|n/a|Inactive|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031010|150031010|840150031010|WD|Permanent|1010|n/a|Inactive|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150031010|150031010|840150031010|PM2.5|Permanent|1010|n/a|Inactive|HI1|Hawaii State Dept. of Health|R9|21.323601|-158.088593||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150032004|150032004|840150032004|PM2.5|Permanent|2004|Pearl City|Inactive|HI1|Hawaii State Dept. of Health|R9|21.392834|-157.969131||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150032004|150032004|840150032004|PM10|Permanent|2004|Pearl City|Inactive|HI1|Hawaii State Dept. of Health|R9|21.392834|-157.969131||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150032004|150032004|840150032004|WS|Permanent|2004|Pearl City|Inactive|HI1|Hawaii State Dept. of Health|R9|21.392834|-157.969131||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +150032004|150032004|840150032004|WD|Permanent|2004|Pearl City|Inactive|HI1|Hawaii State Dept. of Health|R9|21.392834|-157.969131||-10.00|US|26180| Honolulu, HI |15|HI|003|HONOLULU +840150070007|150070007|840150070007|PM2.5|Permanent|0007|N/A|Inactive|HI1|Hawaii State Dept. of Health|R9|21.949500|-159.365000||-10.00|US|||15|HI|007|KAUAI +150090006|150090006|840150090006|PM2.5|Permanent|0006|Kihei, Maui|Inactive|HI1|Hawaii State Dept. of Health|R9|20.780800|-156.446100|39.300|-10.00|US|27980| Kahului-Wailuku, HI |15|HI|009|MAUI +150090006|150090006|840150090006|WS|Permanent|0006|Kihei, Maui|Inactive|HI1|Hawaii State Dept. of Health|R9|20.780800|-156.446100|39.300|-10.00|US|27980| Kahului-Wailuku, HI |15|HI|009|MAUI +150090006|150090006|840150090006|WD|Permanent|0006|Kihei, Maui|Inactive|HI1|Hawaii State Dept. of Health|R9|20.780800|-156.446100|39.300|-10.00|US|27980| Kahului-Wailuku, HI |15|HI|009|MAUI +150090024|150090024|840150090024|WS|Permanent|0024|Paia, Maui|Inactive|HI1|Hawaii State Dept. of Health|R9|20.902031|-156.370344|80.500|-10.00|US|||15|HI|009|MAUI +150090024|150090024|840150090024|WD|Permanent|0024|Paia, Maui|Inactive|HI1|Hawaii State Dept. of Health|R9|20.902031|-156.370344|80.500|-10.00|US|||15|HI|009|MAUI +150090024|150090024|840150090024|PM2.5|Permanent|0024|Paia, Maui|Inactive|HI1|Hawaii State Dept. of Health|R9|20.902031|-156.370344|80.500|-10.00|US|||15|HI|009|MAUI +150090025|150090025|840150090025|PM2.5|Permanent|0025|KAHULUI|Active|HI1|Hawaii State Dept. of Health|R9|20.869444|-156.492417||-10.00|US|||15|HI|009|MAUI +150090025|150090025|840150090025|WS|Permanent|0025|KAHULUI|Active|HI1|Hawaii State Dept. of Health|R9|20.869444|-156.492417||-10.00|US|||15|HI|009|MAUI +150090025|150090025|840150090025|WD|Permanent|0025|KAHULUI|Active|HI1|Hawaii State Dept. of Health|R9|20.869444|-156.492417||-10.00|US|||15|HI|009|MAUI +160010009|160010009|840160010009|PM10|Permanent|0009|Boise Fire Station|Active|ID1|Idaho Department of Environmental Quality|R10|43.618889|-116.213611||-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|NOX|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|NO|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|RWD|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|RWS|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|TEMP|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|WS|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|WD|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|RHUM|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|BARPR|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|SRAD|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|O3|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|PM2.5|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|NO2|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|CO|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|SO2|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010010|160010010|840160010010|NOY|Permanent|0010|St. Lukes Meridian|Active|ID1|Idaho Department of Environmental Quality|R10|43.600699|-116.347853|826.200|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010011|160010011|840160010011|PM2.5|Permanent|0011|Boise Mtn View School|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.636101|-116.270302||-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010014|160010014|840160010014|CO|Permanent|0014|Boise Eastman|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.616379|-116.203817||-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010017|160010017|840160010017|O3|Permanent|0017|White Pine|Active|ID1|Idaho Department of Environmental Quality|R10|43.577603|-116.178156||-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010019|160010019|840160010019|NOX|Permanent|0019|Idaho Transportation Department|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.634586|-116.233917|771.700|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010019|160010019|840160010019|NO|Permanent|0019|Idaho Transportation Department|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.634586|-116.233917|771.700|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010019|160010019|840160010019|O3|Permanent|0019|Idaho Transportation Department|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.634586|-116.233917|771.700|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010019|160010019|840160010019|NO2|Permanent|0019|Idaho Transportation Department|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.634586|-116.233917|771.700|-7.00|US|14260| Boise City-Nampa, ID |16|ID|001|ADA +160010020|160010020|840160010020|RHUM|Permanent|0020|Garden City|Active|ID1|Idaho Department of Environmental Quality|R10|43.647888|-116.269409||-7.00|US|||16|ID|001|ADA +160010020|160010020|840160010020|BARPR|Permanent|0020|Garden City|Active|ID1|Idaho Department of Environmental Quality|R10|43.647888|-116.269409||-7.00|US|||16|ID|001|ADA +160010020|160010020|840160010020|SRAD|Permanent|0020|Garden City|Active|ID1|Idaho Department of Environmental Quality|R10|43.647888|-116.269409||-7.00|US|||16|ID|001|ADA +160010020|160010020|840160010020|PM2.5|Permanent|0020|Garden City|Active|ID1|Idaho Department of Environmental Quality|R10|43.647888|-116.269409||-7.00|US|||16|ID|001|ADA +160010020|160010020|840160010020|RWD|Permanent|0020|Garden City|Active|ID1|Idaho Department of Environmental Quality|R10|43.647888|-116.269409||-7.00|US|||16|ID|001|ADA +160010020|160010020|840160010020|RWS|Permanent|0020|Garden City|Active|ID1|Idaho Department of Environmental Quality|R10|43.647888|-116.269409||-7.00|US|||16|ID|001|ADA +160010020|160010020|840160010020|TEMP|Permanent|0020|Garden City|Active|ID1|Idaho Department of Environmental Quality|R10|43.647888|-116.269409||-7.00|US|||16|ID|001|ADA +160010020|160010020|840160010020|WS|Permanent|0020|Garden City|Active|ID1|Idaho Department of Environmental Quality|R10|43.647888|-116.269409||-7.00|US|||16|ID|001|ADA +160010020|160010020|840160010020|WD|Permanent|0020|Garden City|Active|ID1|Idaho Department of Environmental Quality|R10|43.647888|-116.269409||-7.00|US|||16|ID|001|ADA +160010022|160010022|840160010022|WS|Permanent|0022|Warm Springs|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.598831|-116.173447||-7.00|US|||16|ID|001|ADA +160010022|160010022|840160010022|WD|Permanent|0022|Warm Springs|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.598831|-116.173447||-7.00|US|||16|ID|001|ADA +160010022|160010022|840160010022|RHUM|Permanent|0022|Warm Springs|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.598831|-116.173447||-7.00|US|||16|ID|001|ADA +160010022|160010022|840160010022|BARPR|Permanent|0022|Warm Springs|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.598831|-116.173447||-7.00|US|||16|ID|001|ADA +160010022|160010022|840160010022|SRAD|Permanent|0022|Warm Springs|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.598831|-116.173447||-7.00|US|||16|ID|001|ADA +160010022|160010022|840160010022|TEMP|Permanent|0022|Warm Springs|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.598831|-116.173447||-7.00|US|||16|ID|001|ADA +160010023|160010023|840160010023|NOX|Permanent|0023|Near Road|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.593929|-116.381248|800.300|-7.00|US|||16|ID|001|ADA +160010023|160010023|840160010023|NO|Permanent|0023|Near Road|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.593929|-116.381248|800.300|-7.00|US|||16|ID|001|ADA +160010023|160010023|840160010023|NO2|Permanent|0023|Near Road|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.593929|-116.381248|800.300|-7.00|US|||16|ID|001|ADA +160010023|160010023|840160010023|CO|Permanent|0023|Near Road|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.593929|-116.381248|800.300|-7.00|US|||16|ID|001|ADA +160050004|160050004|840160050004|SO2|Permanent|0004|Pocatello STP|Active|ID1|Idaho Department of Environmental Quality|R10|42.916401|-112.515800||-7.00|US|38540| Pocatello, ID |16|ID|005|BANNOCK +160050015|160050015|840160050015|WS|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|RWD|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|RWS|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|O3|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|PM2.5|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|PM10|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|TEMP|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|WD|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|RHUM|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|BARPR|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050015|160050015|840160050015|SRAD|Permanent|0015|Pocatello Garrett and Gould|Active|ID1|Idaho Department of Environmental Quality|R10|42.876701|-112.460297||-7.00|US|38540| Pocatello, ID |16|ID|001|ADA +160050020|160050020|840160050020|PM2.5|Permanent|0020|Shoshone Bannock Tribes|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|42.589833|-112.458889|1444.800|-7.00|US|||16|ID|005|BANNOCK +160050020|160050020|840160050020|PM10|Permanent|0020|Shoshone Bannock Tribes|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|42.589833|-112.458889|1444.800|-7.00|US|||16|ID|005|BANNOCK +160090010|160090010|840160090010|PM2.5|Permanent|0010|St. Maries|Active|ID1|Idaho Department of Environmental Quality|R10|47.316700|-116.570297|664.900|-8.00|US|||16|ID|009|BENEWAH +160090011|160090011|840160090011|PM2.5|Permanent|0011|Plummer CDA Tribe|Active|ID1|Idaho Department of Environmental Quality|R10|47.338600|-116.885902|828.400|-8.00|US|||16|ID|009|BENEWAH +160130004|160130004|840160130004|PM2.5|Permanent|0004|Ketchum|Active|ID1|Idaho Department of Environmental Quality|R10|43.682556|-114.371094||-7.00|US|||16|ID|013|BLAINE +160150001|160150001|840160150001|PM2.5|Permanent|0001|Idaho City|Active|ID1|Idaho Department of Environmental Quality|R10|43.823017|-115.838557||-7.00|US|||16|ID|015|BOISE +160150002|160150002|840160150002|PM2.5|Permanent|0002|Garden Valley|Active|ID1|Idaho Department of Environmental Quality|R10|44.104498|-115.972386||-7.00|US|||16|ID|015|BOISE +160170003|160170003|840160170003|PM10|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|WS|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|WD|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|RHUM|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|BARPR|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|SRAD|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|PM2.5|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|PRECIP|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|RWD|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|RWS|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170003|160170003|840160170003|TEMP|Permanent|0003|Sandpoint U of I|Active|ID1|Idaho Department of Environmental Quality|R10|48.291821|-116.556557||-8.00|US|||16|ID|017|BONNER +160170005|160170005|840160170005|PM2.5|Permanent|0005|Sandpoint USFS|Inactive|ID1|Idaho Department of Environmental Quality|R10|48.272202|-116.619400||-8.00|US|||16|ID|017|BONNER +160170005|160170005|840160170005|PM10|Permanent|0005|Sandpoint USFS|Inactive|ID1|Idaho Department of Environmental Quality|R10|48.272202|-116.619400||-8.00|US|||16|ID|017|BONNER +160190011|160190011|840160190011|PM2.5|Permanent|0011|Idaho Falls PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|43.464696|-112.046503|1429.500|-7.00|US|26820| Idaho Falls, ID |16|ID|019|BONNEVILLE +160210002|160210002|840160210002|PM2.5|Permanent|0002|Boundary County|Active|ID1|Idaho Department of Environmental Quality|R10|48.705551|-116.368965||-8.00|US|||16|ID|021|BOUNDARY +160210002|160210002|840160210002|TEMP|Permanent|0002|Boundary County|Active|ID1|Idaho Department of Environmental Quality|R10|48.705551|-116.368965||-8.00|US|||16|ID|021|BOUNDARY +160210002|160210002|840160210002|SRAD|Permanent|0002|Boundary County|Active|ID1|Idaho Department of Environmental Quality|R10|48.705551|-116.368965||-8.00|US|||16|ID|021|BOUNDARY +160210002|160210002|840160210002|RWD|Permanent|0002|Boundary County|Active|ID1|Idaho Department of Environmental Quality|R10|48.705551|-116.368965||-8.00|US|||16|ID|021|BOUNDARY +160210002|160210002|840160210002|RWS|Permanent|0002|Boundary County|Active|ID1|Idaho Department of Environmental Quality|R10|48.705551|-116.368965||-8.00|US|||16|ID|021|BOUNDARY +160211007|160211007|840160211007|PM2.5|Permanent|1007|Porthill|Active|ID1|Idaho Department of Environmental Quality|R10|48.995911|-116.509953||-8.00|US|||16|ID|021|BOUNDARY +160211008|160211008|840160211008|PM2.5|Permanent|1008|Mt Hall|Active|ID1|Idaho Department of Environmental Quality|R10|48.894014|-116.359419||-8.00|US|||16|ID|021|BOUNDARY +160230101|160230101|840160230101|O3|Permanent|0101|Craters of the Moon NM|Active|NPS|National Park Service|USEPA|43.460602|-113.562202|1815.700|-7.00|US|||16|ID|023|BUTTE +160230101|160230101|840160230101|TEMP|Permanent|0101|Craters of the Moon NM|Active|NPS|National Park Service|USEPA|43.460602|-113.562202|1815.700|-7.00|US|||16|ID|023|BUTTE +160230101|160230101|840160230101|WS|Permanent|0101|Craters of the Moon NM|Active|NPS|National Park Service|USEPA|43.460602|-113.562202|1815.700|-7.00|US|||16|ID|023|BUTTE +160230101|160230101|840160230101|WD|Permanent|0101|Craters of the Moon NM|Active|NPS|National Park Service|USEPA|43.460602|-113.562202|1815.700|-7.00|US|||16|ID|023|BUTTE +160230101|160230101|840160230101|RHUM|Permanent|0101|Craters of the Moon NM|Active|NPS|National Park Service|USEPA|43.460602|-113.562202|1815.700|-7.00|US|||16|ID|023|BUTTE +160230101|160230101|840160230101|SRAD|Permanent|0101|Craters of the Moon NM|Active|NPS|National Park Service|USEPA|43.460602|-113.562202|1815.700|-7.00|US|||16|ID|023|BUTTE +160230101|160230101|840160230101|RWS|Permanent|0101|Craters of the Moon NM|Active|NPS|National Park Service|USEPA|43.460602|-113.562202|1815.700|-7.00|US|||16|ID|023|BUTTE +160230101|160230101|840160230101|RWD|Permanent|0101|Craters of the Moon NM|Active|NPS|National Park Service|USEPA|43.460602|-113.562202|1815.700|-7.00|US|||16|ID|023|BUTTE +160270002|160270002|840160270002|PM2.5|Permanent|0002|Nampa Fire Station|Active|ID1|Idaho Department of Environmental Quality|R10|43.580310|-116.562676||-7.00|US|14260| Boise City-Nampa, ID |16|ID|027|CANYON +160270002|160270002|840160270002|PM10|Permanent|0002|Nampa Fire Station|Active|ID1|Idaho Department of Environmental Quality|R10|43.580310|-116.562676||-7.00|US|14260| Boise City-Nampa, ID |16|ID|027|CANYON +160270009|160270009|840160270009|TEMP|Permanent|0009|Purple Sage|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.735828|-116.692963||-7.00|US|14260| Boise City-Nampa, ID |16|ID|027|CANYON +160270009|160270009|840160270009|WS|Permanent|0009|Purple Sage|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.735828|-116.692963||-7.00|US|14260| Boise City-Nampa, ID |16|ID|027|CANYON +160270009|160270009|840160270009|WD|Permanent|0009|Purple Sage|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.735828|-116.692963||-7.00|US|14260| Boise City-Nampa, ID |16|ID|027|CANYON +160270009|160270009|840160270009|RHUM|Permanent|0009|Purple Sage|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.735828|-116.692963||-7.00|US|14260| Boise City-Nampa, ID |16|ID|027|CANYON +160270009|160270009|840160270009|BARPR|Permanent|0009|Purple Sage|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.735828|-116.692963||-7.00|US|14260| Boise City-Nampa, ID |16|ID|027|CANYON +160270009|160270009|840160270009|SRAD|Permanent|0009|Purple Sage|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.735828|-116.692963||-7.00|US|14260| Boise City-Nampa, ID |16|ID|027|CANYON +160270009|160270009|840160270009|PM2.5|Permanent|0009|Purple Sage|Inactive|ID1|Idaho Department of Environmental Quality|R10|43.735828|-116.692963||-7.00|US|14260| Boise City-Nampa, ID |16|ID|027|CANYON +160290031|160290031|840160290031|SO2|Permanent|0031|Soda Springs SO2|Active|ID1|Idaho Department of Environmental Quality|R10|42.695301|-111.593903||-7.00|US|||16|ID|029|CARIBOU +160291009|160291009|840160291009|PM2.5|Permanent|1009|Soda Springs PM25|Active|ID1|Idaho Department of Environmental Quality|R10|42.651670|-111.614720||-7.00|US|||16|ID|029|CARIBOU +160310001|160310001|840160310001|WD|Permanent|0001|City of Rocks NR|Inactive|NPS|National Park Service|USEPA|42.028889|-113.729164|1888.000|-7.00|US|||16|ID|031|CASSIA +160310001|160310001|840160310001|RHUM|Permanent|0001|City of Rocks NR|Inactive|NPS|National Park Service|USEPA|42.028889|-113.729164|1888.000|-7.00|US|||16|ID|031|CASSIA +160310001|160310001|840160310001|SRAD|Permanent|0001|City of Rocks NR|Inactive|NPS|National Park Service|USEPA|42.028889|-113.729164|1888.000|-7.00|US|||16|ID|031|CASSIA +160310001|160310001|840160310001|PRECIP|Permanent|0001|City of Rocks NR|Inactive|NPS|National Park Service|USEPA|42.028889|-113.729164|1888.000|-7.00|US|||16|ID|031|CASSIA +160310001|160310001|840160310001|O3|Permanent|0001|City of Rocks NR|Inactive|NPS|National Park Service|USEPA|42.028889|-113.729164|1888.000|-7.00|US|||16|ID|031|CASSIA +160310001|160310001|840160310001|TEMP|Permanent|0001|City of Rocks NR|Inactive|NPS|National Park Service|USEPA|42.028889|-113.729164|1888.000|-7.00|US|||16|ID|031|CASSIA +160310001|160310001|840160310001|WS|Permanent|0001|City of Rocks NR|Inactive|NPS|National Park Service|USEPA|42.028889|-113.729164|1888.000|-7.00|US|||16|ID|031|CASSIA +160410001|160410001|840160410001|PM2.5|Permanent|0001|Franklin County|Inactive|ID1|Idaho Department of Environmental Quality|R10|42.013333|-111.809160|1373.400|-7.00|US|||16|ID|041|FRANKLIN +840160410002|160410002|840160410002|PM2.5|Permanent|0002|Preston PM25 BAM|Active|ID1|Idaho Department of Environmental Quality|R10|42.082222|-111.864167|1439.900|-7.00|US|||16|ID|041|FRANKLIN +160490002|160490002|840160490002|RWS|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490002|160490002|840160490002|PM2.5|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490002|160490002|840160490002|TEMP|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490002|160490002|840160490002|WS|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490002|160490002|840160490002|WD|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490002|160490002|840160490002|RHUM|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490002|160490002|840160490002|BARPR|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490002|160490002|840160490002|SRAD|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490002|160490002|840160490002|PRECIP|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490002|160490002|840160490002|RWD|Permanent|0002|Grangeville|Active|ID1|Idaho Department of Environmental Quality|R10|45.931301|-116.115196||-8.00|US|||16|ID|049|IDAHO +160490003|160490003|840160490003|PM2.5|Permanent|0003|Kamiah-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.209400|-116.027496|460.200|-8.00|US|||16|ID|049|IDAHO +160491011|160491011|840160491011|PM2.5|Permanent|1011|Cottonwood|Active|ID1|Idaho Department of Environmental Quality|R10|46.061322|-116.346700|1091.600|-8.00|US|||16|ID|049|IDAHO +160491012|160491012|840160491012|PM2.5|Permanent|1012|Cottonwood E-sampler|Inactive|ID1|Idaho Department of Environmental Quality|R10|46.061322|-116.346700|1091.600|-8.00|US|||16|ID|049|IDAHO +160499991|160499991|840160499991|TEMP|Permanent|9991|Nez Perce Tribe|Active|OAP|EPA Office of Atmospheric Programs|R3|46.275600|-116.021600|945.500|-8.00|US|||16|ID|049|IDAHO +160499991|160499991|840160499991|O3|Permanent|9991|Nez Perce Tribe|Active|OAP|EPA Office of Atmospheric Programs|R3|46.275600|-116.021600|945.500|-8.00|US|||16|ID|049|IDAHO +160530003|160530003|840160530003|PM2.5|Permanent|0003|Minidoka National Historic Site|Active|NPS|National Park Service|USEPA|42.680000|-114.252500|1223.400|-7.00|US|||16|ID|053|JEROME +160530003|160530003|840160530003|TEMP|Permanent|0003|Minidoka National Historic Site|Active|NPS|National Park Service|USEPA|42.680000|-114.252500|1223.400|-7.00|US|||16|ID|053|JEROME +160530003|160530003|840160530003|WS|Permanent|0003|Minidoka National Historic Site|Active|NPS|National Park Service|USEPA|42.680000|-114.252500|1223.400|-7.00|US|||16|ID|053|JEROME +160530003|160530003|840160530003|WD|Permanent|0003|Minidoka National Historic Site|Active|NPS|National Park Service|USEPA|42.680000|-114.252500|1223.400|-7.00|US|||16|ID|053|JEROME +160530003|160530003|840160530003|RHUM|Permanent|0003|Minidoka National Historic Site|Active|NPS|National Park Service|USEPA|42.680000|-114.252500|1223.400|-7.00|US|||16|ID|053|JEROME +160550003|160550003|840160550003|RWD|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550003|160550003|840160550003|RWS|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550003|160550003|840160550003|WS|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550003|160550003|840160550003|WD|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550003|160550003|840160550003|RHUM|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550003|160550003|840160550003|BARPR|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550003|160550003|840160550003|SRAD|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550003|160550003|840160550003|PRECIP|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550003|160550003|840160550003|PM2.5|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550003|160550003|840160550003|TEMP|Permanent|0003|Lancaster|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.788900|-116.804400|707.600|-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +160550004|160550004|840160550004|RHUM|Permanent|0004|LMP Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.555253|-116.817331||-8.00|US|||16|ID|055|KOOTENAI +160550004|160550004|840160550004|BARPR|Permanent|0004|LMP Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.555253|-116.817331||-8.00|US|||16|ID|055|KOOTENAI +160550004|160550004|840160550004|WS|Permanent|0004|LMP Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.555253|-116.817331||-8.00|US|||16|ID|055|KOOTENAI +160550004|160550004|840160550004|WD|Permanent|0004|LMP Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.555253|-116.817331||-8.00|US|||16|ID|055|KOOTENAI +160550004|160550004|840160550004|SRAD|Permanent|0004|LMP Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.555253|-116.817331||-8.00|US|||16|ID|055|KOOTENAI +160550004|160550004|840160550004|PRECIP|Permanent|0004|LMP Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.555253|-116.817331||-8.00|US|||16|ID|055|KOOTENAI +160550004|160550004|840160550004|TEMP|Permanent|0004|LMP Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.555253|-116.817331||-8.00|US|||16|ID|055|KOOTENAI +160550004|160550004|840160550004|RWD|Permanent|0004|LMP Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.555253|-116.817331||-8.00|US|||16|ID|055|KOOTENAI +160550004|160550004|840160550004|RWS|Permanent|0004|LMP Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.555253|-116.817331||-8.00|US|||16|ID|055|KOOTENAI +160550006|160550006|840160550006|PM2.5|Permanent|0006|Coeur d' Alene PM2.5|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.682201|-116.765297||-8.00|US|17660| Coeur d'Alene, ID |16|ID|055|KOOTENAI +840160550015|160550015|840160550015|PM2.5|Permanent|0015|Nursery Rd.|Active|ID1|Idaho Department of Environmental Quality|R10|47.715385|-116.827245||-8.00|US|||16|ID|055|KOOTENAI +840160550015|160550015|840160550015|TEMP|Permanent|0015|Nursery Rd.|Active|ID1|Idaho Department of Environmental Quality|R10|47.715385|-116.827245||-8.00|US|||16|ID|055|KOOTENAI +840160550015|160550015|840160550015|WS|Permanent|0015|Nursery Rd.|Active|ID1|Idaho Department of Environmental Quality|R10|47.715385|-116.827245||-8.00|US|||16|ID|055|KOOTENAI +840160550015|160550015|840160550015|WD|Permanent|0015|Nursery Rd.|Active|ID1|Idaho Department of Environmental Quality|R10|47.715385|-116.827245||-8.00|US|||16|ID|055|KOOTENAI +840160550015|160550015|840160550015|SRAD|Permanent|0015|Nursery Rd.|Active|ID1|Idaho Department of Environmental Quality|R10|47.715385|-116.827245||-8.00|US|||16|ID|055|KOOTENAI +840160550015|160550015|840160550015|RWD|Permanent|0015|Nursery Rd.|Active|ID1|Idaho Department of Environmental Quality|R10|47.715385|-116.827245||-8.00|US|||16|ID|055|KOOTENAI +840160550015|160550015|840160550015|RWS|Permanent|0015|Nursery Rd.|Active|ID1|Idaho Department of Environmental Quality|R10|47.715385|-116.827245||-8.00|US|||16|ID|055|KOOTENAI +160551005|160551005|840160551005|PM2.5|Permanent|1005|Garwood Neph|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.830920|-116.807370||-8.00|US|||16|ID|055|KOOTENAI +160551010|160551010|840160551010|PM2.5|Permanent|1010|Athol Neph|Inactive|ID1|Idaho Department of Environmental Quality|R10|47.949025|-116.710897||-8.00|US|||16|ID|055|KOOTENAI +160570005|160570005|840160570005|RWS|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160570005|160570005|840160570005|WD|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160570005|160570005|840160570005|RHUM|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160570005|160570005|840160570005|BARPR|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160570005|160570005|840160570005|SRAD|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160570005|160570005|840160570005|PRECIP|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160570005|160570005|840160570005|RWD|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160570005|160570005|840160570005|PM2.5|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160570005|160570005|840160570005|TEMP|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160570005|160570005|840160570005|WS|Permanent|0005|Moscow|Active|ID1|Idaho Department of Environmental Quality|R10|46.728199|-116.954597||-8.00|US|34140| Moscow, ID |16|ID|057|LATAH +160571000|160571000|840160571000|PM2.5|Permanent|1000|Potlatch|Active|ID1|Idaho Department of Environmental Quality|R10|46.921000|-116.896250|239.700|-8.00|US|||16|ID|057|LATAH +160571001|160571001|840160571001|PM2.5|Permanent|1001|Kendrick Neph|Inactive|ID1|Idaho Department of Environmental Quality|R10|46.612983|-116.659250||-8.00|US|||16|ID|057|LATAH +160571012|160571012|840160571012|PM2.5|Permanent|1012|Juliaetta|Active|ID1|Idaho Department of Environmental Quality|R10|46.578731|-116.708958|343.700|-8.00|US|||16|ID|057|LATAH +160590004|160590004|840160590004|RWD|Permanent|0004|Salmon PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|45.181907|-113.890285|1200.200|-7.00|US|||16|ID|059|LEMHI +160590004|160590004|840160590004|RWS|Permanent|0004|Salmon PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|45.181907|-113.890285|1200.200|-7.00|US|||16|ID|059|LEMHI +160590004|160590004|840160590004|PM2.5|Permanent|0004|Salmon PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|45.181907|-113.890285|1200.200|-7.00|US|||16|ID|059|LEMHI +160590004|160590004|840160590004|TEMP|Permanent|0004|Salmon PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|45.181907|-113.890285|1200.200|-7.00|US|||16|ID|059|LEMHI +160590004|160590004|840160590004|WS|Permanent|0004|Salmon PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|45.181907|-113.890285|1200.200|-7.00|US|||16|ID|059|LEMHI +160590004|160590004|840160590004|WD|Permanent|0004|Salmon PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|45.181907|-113.890285|1200.200|-7.00|US|||16|ID|059|LEMHI +160590004|160590004|840160590004|RHUM|Permanent|0004|Salmon PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|45.181907|-113.890285|1200.200|-7.00|US|||16|ID|059|LEMHI +160590004|160590004|840160590004|BARPR|Permanent|0004|Salmon PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|45.181907|-113.890285|1200.200|-7.00|US|||16|ID|059|LEMHI +160590004|160590004|840160590004|SRAD|Permanent|0004|Salmon PM2.5|Active|ID1|Idaho Department of Environmental Quality|R10|45.181907|-113.890285|1200.200|-7.00|US|||16|ID|059|LEMHI +160590005|160590005|840160590005|WD|Permanent|0005|Salmon Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|45.168434|-113.888962||-7.00|US|||16|ID|059|LEMHI +160590005|160590005|840160590005|RHUM|Permanent|0005|Salmon Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|45.168434|-113.888962||-7.00|US|||16|ID|059|LEMHI +160590005|160590005|840160590005|BARPR|Permanent|0005|Salmon Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|45.168434|-113.888962||-7.00|US|||16|ID|059|LEMHI +160590005|160590005|840160590005|SRAD|Permanent|0005|Salmon Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|45.168434|-113.888962||-7.00|US|||16|ID|059|LEMHI +160590005|160590005|840160590005|RWD|Permanent|0005|Salmon Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|45.168434|-113.888962||-7.00|US|||16|ID|059|LEMHI +160590005|160590005|840160590005|RWS|Permanent|0005|Salmon Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|45.168434|-113.888962||-7.00|US|||16|ID|059|LEMHI +160590005|160590005|840160590005|TEMP|Permanent|0005|Salmon Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|45.168434|-113.888962||-7.00|US|||16|ID|059|LEMHI +160590005|160590005|840160590005|WS|Permanent|0005|Salmon Met|Inactive|ID1|Idaho Department of Environmental Quality|R10|45.168434|-113.888962||-7.00|US|||16|ID|059|LEMHI +160650002|160650002|840160650002|PM2.5|Permanent|0002|Rexburg PM25|Active|ID1|Idaho Department of Environmental Quality|R10|43.809486|-111.800475||-7.00|US|||16|ID|065|MADISON +160671010|160671010|840160671010|PM2.5|Permanent|1010|Paul Neph|Inactive|ID1|Idaho Department of Environmental Quality|R10|42.507817|-113.786817||-7.00|US|||16|ID|067|MINIDOKA +160671011|160671011|840160671011|PM2.5|Permanent|1011|Paul E-Sampler|Active|ID1|Idaho Department of Environmental Quality|R10|42.607817|-113.786817||-7.00|US|||16|ID|067|MINIDOKA +160690012|160690012|840160690012|WD|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690012|160690012|840160690012|RHUM|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690012|160690012|840160690012|PRECIP|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690012|160690012|840160690012|RWD|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690012|160690012|840160690012|RWS|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690012|160690012|840160690012|PM2.5|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690012|160690012|840160690012|TEMP|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690012|160690012|840160690012|WS|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690012|160690012|840160690012|BARPR|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690012|160690012|840160690012|SRAD|Permanent|0012|Lewiston|Active|ID1|Idaho Department of Environmental Quality|R10|46.408501|-116.991402||-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690013|160690013|840160690013|RWD|Permanent|0013|Lapwai-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.397202|-116.806198|339.200|-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690013|160690013|840160690013|RWS|Permanent|0013|Lapwai-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.397202|-116.806198|339.200|-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690013|160690013|840160690013|PM2.5|Permanent|0013|Lapwai-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.397202|-116.806198|339.200|-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690013|160690013|840160690013|TEMP|Permanent|0013|Lapwai-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.397202|-116.806198|339.200|-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690013|160690013|840160690013|RHUM|Permanent|0013|Lapwai-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.397202|-116.806198|339.200|-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690013|160690013|840160690013|BARPR|Permanent|0013|Lapwai-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.397202|-116.806198|339.200|-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690013|160690013|840160690013|PRECIP|Permanent|0013|Lapwai-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.397202|-116.806198|339.200|-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690013|160690013|840160690013|DEWPOINT|Permanent|0013|Lapwai-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.397202|-116.806198|339.200|-8.00|US|30300| Lewiston, ID-WA |16|ID|069|NEZ PERCE +160690014|160690014|840160690014|RHUM|Permanent|0014|Reubens-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.334900|-116.535797|1077.600|-8.00|US|||16|ID|069|NEZ PERCE +160690014|160690014|840160690014|BARPR|Permanent|0014|Reubens-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.334900|-116.535797|1077.600|-8.00|US|||16|ID|069|NEZ PERCE +160690014|160690014|840160690014|PRECIP|Permanent|0014|Reubens-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.334900|-116.535797|1077.600|-8.00|US|||16|ID|069|NEZ PERCE +160690014|160690014|840160690014|DEWPOINT|Permanent|0014|Reubens-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.334900|-116.535797|1077.600|-8.00|US|||16|ID|069|NEZ PERCE +160690014|160690014|840160690014|RWD|Permanent|0014|Reubens-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.334900|-116.535797|1077.600|-8.00|US|||16|ID|069|NEZ PERCE +160690014|160690014|840160690014|RWS|Permanent|0014|Reubens-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.334900|-116.535797|1077.600|-8.00|US|||16|ID|069|NEZ PERCE +160690014|160690014|840160690014|PM2.5|Permanent|0014|Reubens-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.334900|-116.535797|1077.600|-8.00|US|||16|ID|069|NEZ PERCE +160690014|160690014|840160690014|TEMP|Permanent|0014|Reubens-ID|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|46.334900|-116.535797|1077.600|-8.00|US|||16|ID|069|NEZ PERCE +160790017|160790017|840160790017|RWD|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|RWS|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|TEMP|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|WS|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|WD|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|RHUM|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|BARPR|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|SRAD|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|PM2.5|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|PM10|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160790017|160790017|840160790017|PRECIP|Permanent|0017|Pinehurst|Active|ID1|Idaho Department of Environmental Quality|R10|47.536712|-116.236867|680.500|-8.00|US|||16|ID|079|SHOSHONE +160830007|160830007|840160830007|PM2.5|Permanent|0007|Twin Falls PM25|Active|ID1|Idaho Department of Environmental Quality|R10|42.565089|-114.494717|1130.600|-7.00|US|||16|ID|083|TWIN FALLS +160830009|160830009|840160830009|TEMP|Permanent|0009|Kimberly|Active|ID1|Idaho Department of Environmental Quality|R10|42.331959|-114.213043||-7.00|US|||16|ID|083|TWIN FALLS +160830009|160830009|840160830009|WS|Permanent|0009|Kimberly|Active|ID1|Idaho Department of Environmental Quality|R10|42.331959|-114.213043||-7.00|US|||16|ID|083|TWIN FALLS +160830009|160830009|840160830009|WD|Permanent|0009|Kimberly|Active|ID1|Idaho Department of Environmental Quality|R10|42.331959|-114.213043||-7.00|US|||16|ID|083|TWIN FALLS +160830009|160830009|840160830009|RHUM|Permanent|0009|Kimberly|Active|ID1|Idaho Department of Environmental Quality|R10|42.331959|-114.213043||-7.00|US|||16|ID|083|TWIN FALLS +160830009|160830009|840160830009|BARPR|Permanent|0009|Kimberly|Active|ID1|Idaho Department of Environmental Quality|R10|42.331959|-114.213043||-7.00|US|||16|ID|083|TWIN FALLS +160830009|160830009|840160830009|SRAD|Permanent|0009|Kimberly|Active|ID1|Idaho Department of Environmental Quality|R10|42.331959|-114.213043||-7.00|US|||16|ID|083|TWIN FALLS +160830009|160830009|840160830009|RWD|Permanent|0009|Kimberly|Active|ID1|Idaho Department of Environmental Quality|R10|42.331959|-114.213043||-7.00|US|||16|ID|083|TWIN FALLS +160830009|160830009|840160830009|RWS|Permanent|0009|Kimberly|Active|ID1|Idaho Department of Environmental Quality|R10|42.331959|-114.213043||-7.00|US|||16|ID|083|TWIN FALLS +160850001|160850001|840160850001|PM2.5|Permanent|0001|McCall|Inactive|ID1|Idaho Department of Environmental Quality|R10|44.899200|-116.093903||-7.00|US|||16|ID|085|VALLEY +160850002|160850002|840160850002|PM2.5|Permanent|0002|McCall|Active|ID1|Idaho Department of Environmental Quality|R10|44.890197|-116.106500||-7.00|US|||16|ID|085|VALLEY +160871004|160871004|840160871004|PM2.5|Permanent|1004|Weiser PM25|Active|ID1|Idaho Department of Environmental Quality|R10|44.261694|-116.979172||-7.00|US|||16|ID|087|WASHINGTON +170010007|170010007|840170010007|O3|Permanent|0007|QUINCY|Active|IL1|Illinois EPA|R5|39.917500|-91.335800||-6.00|US|39500| Quincy, IL-MO |17|IL|001|ADAMS +170190004|170190004|840170190004|O3|Permanent|0004|CHAMPAGN|Inactive|IL1|Illinois EPA|R5|40.123600|-88.229401||-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170190007|170190007|840170190007|O3|Permanent|0007|THOMAS|Active|IL1|Illinois EPA|R5|40.244953|-88.188179||-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170191001|170191001|840170191001|PM2.5|Permanent|1001|BONDVILLE|Active|IL1|Illinois EPA|R5|40.052241|-88.372549||-6.00|US|||17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|NO2Y|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|TEMP|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|WS|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|WD|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|O3|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|CO|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|RHUM|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|SRAD|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|NO|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|PRECIP|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|SO2|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170199991|170199991|840170199991|NOY|Permanent|9991|Bondville|Active|OAP|EPA Office of Atmospheric Programs|R3|40.051900|-88.372400|212.000|-6.00|US|16580| Champaign-Urbana, IL |17|IL|019|CHAMPAIGN +170230001|170230001|840170230001|BARPR|Permanent|0001|West Union|Active|IN4|Indiana Dept. of Environmental Management|R5|39.210883|-87.668416||-6.00|US|||17|IL|023|CLARK +170230001|170230001|840170230001|DEWPOINT|Permanent|0001|West Union|Active|IN4|Indiana Dept. of Environmental Management|R5|39.210883|-87.668416||-6.00|US|||17|IL|023|CLARK +170230001|170230001|840170230001|RWD|Permanent|0001|West Union|Active|IN4|Indiana Dept. of Environmental Management|R5|39.210883|-87.668416||-6.00|US|||17|IL|023|CLARK +170230001|170230001|840170230001|RWS|Permanent|0001|West Union|Active|IN4|Indiana Dept. of Environmental Management|R5|39.210883|-87.668416||-6.00|US|||17|IL|023|CLARK +170230001|170230001|840170230001|O3|Permanent|0001|West Union|Active|IN4|Indiana Dept. of Environmental Management|R5|39.210883|-87.668416||-6.00|US|||17|IL|023|CLARK +170230001|170230001|840170230001|TEMP|Permanent|0001|West Union|Active|IN4|Indiana Dept. of Environmental Management|R5|39.210883|-87.668416||-6.00|US|||17|IL|023|CLARK +170230001|170230001|840170230001|RHUM|Permanent|0001|West Union|Active|IN4|Indiana Dept. of Environmental Management|R5|39.210883|-87.668416||-6.00|US|||17|IL|023|CLARK +170310001|170310001|840170310001|O3|Permanent|0001|ALSIP|Active|IL1|Illinois EPA|R5|41.670800|-87.732500||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310001|170310001|840170310001|PM2.5|Permanent|0001|ALSIP|Active|IL1|Illinois EPA|R5|41.670800|-87.732500||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310001|170310001|840170310001|RWD|Permanent|0001|ALSIP|Active|IL1|Illinois EPA|R5|41.670800|-87.732500||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310001|170310001|840170310001|RWS|Permanent|0001|ALSIP|Active|IL1|Illinois EPA|R5|41.670800|-87.732500||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310022|170310022|840170310022|PM2.5|Permanent|0022|CHI_WASH|Inactive|IL1|Illinois EPA|R5|41.687800|-87.538900||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310022|170310022|840170310022|PM10|Permanent|0022|CHI_WASH|Inactive|IL1|Illinois EPA|R5|41.687800|-87.538900||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310032|170310032|840170310032|O3|Permanent|0032|CHI_SWFP|Active|IL1|Illinois EPA|R5|41.755798|-87.545303||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310057|170310057|840170310057|PM2.5|Permanent|0057|CHI_SP|Active|IL1|Illinois EPA|R5|41.913600|-87.723900||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310064|170310064|840170310064|O3|Permanent|0064|CHI_U|Inactive|IL1|Illinois EPA|R5|41.790800|-87.601700||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310072|170310072|840170310072|RWS|Permanent|0072|CHI_JARD|Inactive|IL1|Illinois EPA|R5|41.895802|-87.607498||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310072|170310072|840170310072|O3|Permanent|0072|CHI_JARD|Inactive|IL1|Illinois EPA|R5|41.895802|-87.607498||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310072|170310072|840170310072|RWD|Permanent|0072|CHI_JARD|Inactive|IL1|Illinois EPA|R5|41.895802|-87.607498||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310076|170310076|840170310076|O3|Permanent|0076|CHI_COM|Active|IL1|Illinois EPA|R5|41.754700|-87.713600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310076|170310076|840170310076|PM2.5|Permanent|0076|CHI_COM|Active|IL1|Illinois EPA|R5|41.754700|-87.713600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310076|170310076|840170310076|RWD|Permanent|0076|CHI_COM|Active|IL1|Illinois EPA|R5|41.754700|-87.713600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170310076|170310076|840170310076|RWS|Permanent|0076|CHI_COM|Active|IL1|Illinois EPA|R5|41.754700|-87.713600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +840170310119|170310119|840170310119|PM2.5|Permanent|0119|Kingery Near-road #1|Active|IL1|Illinois EPA|R5|41.578603|-87.557392||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170311003|170311003|840170311003|O3|Permanent|1003|CHI_TAFT|Active|IL1|Illinois EPA|R5|41.984402|-87.791901||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170311601|170311601|840170311601|O3|Permanent|1601|LEMONT|Active|IL1|Illinois EPA|R5|41.668100|-87.990600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170313103|170313103|840170313103|O3|Permanent|3103|SCHILPRK|Active|IL1|Illinois EPA|R5|41.965000|-87.876100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170314002|170314002|840170314002|O3|Permanent|4002|CICERO|Active|IL1|Illinois EPA|R5|41.855301|-87.752502||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170314007|170314007|840170314007|O3|Permanent|4007|DESPLNS|Active|IL1|Illinois EPA|R5|42.060300|-87.863100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170314007|170314007|840170314007|PM2.5|Permanent|4007|DESPLNS|Active|IL1|Illinois EPA|R5|42.060300|-87.863100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170314201|170314201|840170314201|RWS|Permanent|4201|NORTHBRK|Active|IL1|Illinois EPA|R5|42.140600|-87.799400||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170314201|170314201|840170314201|O3|Permanent|4201|NORTHBRK|Active|IL1|Illinois EPA|R5|42.140600|-87.799400||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170314201|170314201|840170314201|PM2.5|Permanent|4201|NORTHBRK|Active|IL1|Illinois EPA|R5|42.140600|-87.799400||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170314201|170314201|840170314201|RWD|Permanent|4201|NORTHBRK|Active|IL1|Illinois EPA|R5|42.140600|-87.799400||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170316005|170316005|840170316005|PM2.5|Permanent|6005|Cicero2|Active|IL1|Illinois EPA|R5|41.864329|-87.748826|185.700|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170316006|170316006|840170316006|PM2.5|Permanent|6006|MAYWOOD2|Inactive|IL1|Illinois EPA|R5|41.875000|-87.825800||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170317002|170317002|840170317002|O3|Permanent|7002|EVANSTON|Active|IL1|Illinois EPA|R5|42.062200|-87.673600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|031|COOK +170434002|170434002|840170434002|PM2.5|Permanent|4002|Naperville|Active|IL1|Illinois EPA|R5|41.771400|-88.152200||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|043|DU PAGE +170436001|170436001|840170436001|O3|Permanent|6001|LISLE|Active|IL1|Illinois EPA|R5|41.813100|-88.072800||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|043|DU PAGE +170491001|170491001|840170491001|O3|Permanent|1001|EFFINGHM|Active|IL1|Illinois EPA|R5|39.066700|-88.548302||-6.00|US|20820| Effingham, IL |17|IL|049|EFFINGHAM +170650002|170650002|840170650002|O3|Permanent|0002|KNIGHT_P|Active|IL1|Illinois EPA|R5|38.088902|-88.625000|148.800|-6.00|US|34500| Mount Vernon, IL |17|IL|065|HAMILTON +170650002|170650002|840170650002|PM2.5|Permanent|0002|KNIGHT_P|Active|IL1|Illinois EPA|R5|38.088902|-88.625000|148.800|-6.00|US|34500| Mount Vernon, IL |17|IL|065|HAMILTON +170830117|170830117|840170830117|O3|Permanent|0117|JERSEYVL|Active|IL1|Illinois EPA|R5|39.101439|-90.344494||-6.00|US|||17|IL|083|JERSEY +170830117|170830117|840170830117|PM2.5|Permanent|0117|JERSEYVL|Active|IL1|Illinois EPA|R5|39.101439|-90.344494||-6.00|US|||17|IL|083|JERSEY +170831001|170831001|840170831001|O3|Permanent|1001|JERSEYVL|Inactive|IL1|Illinois EPA|R5|39.109699|-90.328598||-6.00|US|41180| St. Louis, MO-IL |17|IL|083|JERSEY +170831001|170831001|840170831001|PM2.5|Permanent|1001|JERSEYVL|Inactive|IL1|Illinois EPA|R5|39.109699|-90.328598||-6.00|US|41180| St. Louis, MO-IL |17|IL|083|JERSEY +170859991|170859991|840170859991|O3|Permanent|9991|Stockton|Active|OAP|EPA Office of Atmospheric Programs|R3|42.286900|-89.999700|273.900|-6.00|US|||17|IL|085|JO DAVIESS +170859991|170859991|840170859991|TEMP|Permanent|9991|Stockton|Active|OAP|EPA Office of Atmospheric Programs|R3|42.286900|-89.999700|273.900|-6.00|US|||17|IL|085|JO DAVIESS +170890005|170890005|840170890005|O3|Permanent|0005|ELGIN|Active|IL1|Illinois EPA|R5|42.049400|-88.273100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|089|KANE +170971002|170971002|840170971002|O3|Permanent|1002|WAUKEGAN|Inactive|IL1|Illinois EPA|R5|42.386902|-87.841400||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|097|LAKE +170971007|170971007|840170971007|O3|Permanent|1007|ZION|Active|IL1|Illinois EPA|R5|42.466900|-87.810300||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|097|LAKE +170990007|170990007|840170990007|PM2.5|Permanent|0007|OGLESBY|Inactive|IL1|Illinois EPA|R5|41.293900|-89.049200||-7.00|US|36860| Ottawa-Streator, IL |17|IL|099|LA SALLE +170990007|170990007|840170990007|PM10|Permanent|0007|OGLESBY|Inactive|IL1|Illinois EPA|R5|41.293900|-89.049200||-7.00|US|36860| Ottawa-Streator, IL |17|IL|099|LA SALLE +171110001|171110001|840171110001|O3|Permanent|0001|CARY|Active|IL1|Illinois EPA|R5|42.221100|-88.241100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|111|MC HENRY +171110001|171110001|840171110001|PM2.5|Permanent|0001|CARY|Active|IL1|Illinois EPA|R5|42.221100|-88.241100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|111|MC HENRY +171132003|171132003|840171132003|O3|Permanent|2003|NORMAL|Active|IL1|Illinois EPA|R5|40.516900|-88.997500||-6.00|US|14060| Bloomington-Normal, IL |17|IL|113|MC LEAN +171132003|171132003|840171132003|PM2.5|Permanent|2003|NORMAL|Active|IL1|Illinois EPA|R5|40.516900|-88.997500||-6.00|US|14060| Bloomington-Normal, IL |17|IL|113|MC LEAN +171150013|171150013|840171150013|PM2.5|Permanent|0013|DECATUR|Active|IL1|Illinois EPA|R5|39.866900|-88.925600||-6.00|US|19500| Decatur, IL |17|IL|115|MACON +171150013|171150013|840171150013|O3|Permanent|0013|DECATUR|Active|IL1|Illinois EPA|R5|39.866900|-88.925600||-6.00|US|19500| Decatur, IL |17|IL|115|MACON +171170002|171170002|840171170002|O3|Permanent|0002|NILWOOD|Active|IL1|Illinois EPA|R5|39.396100|-89.809400||-6.00|US|41180| St. Louis, MO-IL |17|IL|117|MACOUPIN +171190008|171190008|840171190008|O3|Permanent|0008|ALTON|Inactive|IL1|Illinois EPA|R5|38.890301|-90.148102||-6.00|US|41180| St. Louis, MO-IL |17|IL|119|MADISON +840171190120|171190120|840171190120|O3|Permanent|0120|Alton|Active|IL1|Illinois EPA|R5|38.901316|-90.146211||-6.00|US|||17|IL|119|MADISON +840171190122|171190122|840171190122|O3|Permanent|0122|Maryville|Active|IL1|Illinois EPA|R5|38.730263|-89.950053||-6.00|US|||17|IL|119|MADISON +171191007|171191007|840171191007|PM2.5|Permanent|1007|GC_MAD|Active|IL1|Illinois EPA|R5|38.704500|-90.139700||-6.00|US|41180| St. Louis, MO-IL |17|IL|119|MADISON +171191009|171191009|840171191009|O3|Permanent|1009|MARYVILL|Inactive|IL1|Illinois EPA|R5|38.726700|-89.959198||-6.00|US|41180| St. Louis, MO-IL |17|IL|119|MADISON +171192007|171192007|840171192007|WS|Permanent|2007|EDWARDSV|Inactive|IL1|Illinois EPA|R5|38.793301|-90.039703||-6.00|US|41180| St. Louis, MO-IL |17|IL|119|MADISON +171192007|171192007|840171192007|WD|Permanent|2007|EDWARDSV|Inactive|IL1|Illinois EPA|R5|38.793301|-90.039703||-6.00|US|41180| St. Louis, MO-IL |17|IL|119|MADISON +171193007|171193007|840171193007|O3|Permanent|3007|WOOD_WTP|Active|IL1|Illinois EPA|R5|38.860600|-90.105800||-6.00|US|41180| St. Louis, MO-IL |17|IL|119|MADISON +171199991|171199991|840171199991|O3|Permanent|9991|Alhambra|Active|OAP|EPA Office of Atmospheric Programs|R3|38.869000|-89.622800|164.100|-6.00|US|41180| St. Louis, MO-IL |17|IL|119|MADISON +171199991|171199991|840171199991|TEMP|Permanent|9991|Alhambra|Active|OAP|EPA Office of Atmospheric Programs|R3|38.869000|-89.622800|164.100|-6.00|US|41180| St. Louis, MO-IL |17|IL|119|MADISON +171430024|171430024|840171430024|O3|Permanent|0024|PEORIA_F|Active|IL1|Illinois EPA|R5|40.686900|-89.607200||-6.00|US|37900| Peoria, IL |17|IL|143|PEORIA +171430037|171430037|840171430037|PM2.5|Permanent|0037|PEORIA_J|Active|IL1|Illinois EPA|R5|40.697800|-89.588900|155.600|-6.00|US|37900| Peoria, IL |17|IL|143|PEORIA +171431001|171431001|840171431001|O3|Permanent|1001|PEORIA_H|Active|IL1|Illinois EPA|R5|40.745000|-89.586100||-6.00|US|37900| Peoria, IL |17|IL|143|PEORIA +171570001|171570001|840171570001|O3|Permanent|0001|HOUSTON|Active|IL1|Illinois EPA|R5|38.176100|-89.788300||-6.00|US|||17|IL|157|RANDOLPH +171570001|171570001|840171570001|PM2.5|Permanent|0001|HOUSTON|Active|IL1|Illinois EPA|R5|38.176100|-89.788300||-6.00|US|||17|IL|157|RANDOLPH +171613002|171613002|840171613002|O3|Permanent|3002|ROCK_IS|Active|IL1|Illinois EPA|R5|41.514400|-90.517200||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |17|IL|161|ROCK ISLAND +171613002|171613002|840171613002|PM2.5|Permanent|3002|ROCK_IS|Active|IL1|Illinois EPA|R5|41.514400|-90.517200||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |17|IL|161|ROCK ISLAND +171630010|171630010|840171630010|O3|Permanent|0010|East St. Louis|Active|IL1|Illinois EPA|R5|38.611893|-90.160614|123.800|-6.00|US|41180| St. Louis, MO-IL |17|IL|163|ST. CLAIR +171630010|171630010|840171630010|PM2.5|Permanent|0010|East St. Louis|Active|IL1|Illinois EPA|R5|38.611893|-90.160614|123.800|-6.00|US|41180| St. Louis, MO-IL |17|IL|163|ST. CLAIR +171639010|171639010|840171639010|PM2.5|Permanent|9010|East St. Louis|Inactive|WAU|Washington University - St. Louis|R5|38.611893|-90.160614||-6.00|US|||17|IL|163|ST. CLAIR +171639010|171639010|840171639010|PMC|Permanent|9010|East St. Louis|Inactive|WAU|Washington University - St. Louis|R5|38.611893|-90.160614||-6.00|US|||17|IL|163|ST. CLAIR +171670010|171670010|840171670010|O3|Permanent|0010|SPFLD_PH|Inactive|IL1|Illinois EPA|R5|39.843899|-89.604698||-6.00|US|44100| Springfield, IL |17|IL|167|SANGAMON +171670012|171670012|840171670012|PM2.5|Permanent|0012|Springfield Ag|Active|IL1|Illinois EPA|R5|39.831921|-89.644164||-6.00|US|44100| Springfield, IL |17|IL|167|SANGAMON +171670013|171670013|840171670013|O3|Permanent|0013|SPFLD_BC|Inactive|IL1|Illinois EPA|R5|39.845356|-89.597458|177.200|-6.00|US|44100| Springfield, IL |17|IL|167|SANGAMON +171670014|171670014|840171670014|O3|Permanent|0014|SPFD_IB|Active|IL1|Illinois EPA|R5|39.831524|-89.640923|178.100|-6.00|US|44100| Springfield, IL |17|IL|167|SANGAMON +171971002|171971002|840171971002|PM2.5|Permanent|1002|Joliet|Active|IL1|Illinois EPA|R5|41.526885|-88.116474||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|197|WILL +171971011|171971011|840171971011|O3|Permanent|1011|BRAIDWD|Active|IL1|Illinois EPA|R5|41.222200|-88.190600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|197|WILL +171971011|171971011|840171971011|PM2.5|Permanent|1011|BRAIDWD|Active|IL1|Illinois EPA|R5|41.222200|-88.190600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |17|IL|197|WILL +840172010118|172010118|840172010118|PM2.5|Permanent|0118|Rockford|Active|IL1|Illinois EPA|R5|42.267002|-89.089170||-6.00|US|40420| Rockford, IL |17|IL|201|WINNEBAGO +172012001|172012001|840172012001|O3|Permanent|2001|ROCK_LP|Active|IL1|Illinois EPA|R5|42.335000|-89.038100||-6.00|US|40420| Rockford, IL |17|IL|201|WINNEBAGO +180030002|180030002|840180030002|O3|Permanent|0002|Leo HS|Active|IN4|Indiana Dept. of Environmental Management|R5|41.221418|-85.016821|255.900|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180030004|180030004|840180030004|BARPR|Permanent|0004|Fort Wayne-Beacon St|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.094965|-85.101816|232.100|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180030004|180030004|840180030004|RWD|Permanent|0004|Fort Wayne-Beacon St|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.094965|-85.101816|232.100|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180030004|180030004|840180030004|RWS|Permanent|0004|Fort Wayne-Beacon St|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.094965|-85.101816|232.100|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180030004|180030004|840180030004|O3|Permanent|0004|Fort Wayne-Beacon St|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.094965|-85.101816|232.100|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180030004|180030004|840180030004|PM2.5|Permanent|0004|Fort Wayne-Beacon St|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.094965|-85.101816|232.100|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180030004|180030004|840180030004|TEMP|Permanent|0004|Fort Wayne-Beacon St|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.094965|-85.101816|232.100|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180030004|180030004|840180030004|RHUM|Permanent|0004|Fort Wayne-Beacon St|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.094965|-85.101816|232.100|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180030004|180030004|840180030004|DEWPOINT|Permanent|0004|Fort Wayne-Beacon St|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.094965|-85.101816|232.100|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180030011|180030011|840180030011|CO|Permanent|0011|Fort Wayne Career Center|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.074167|-85.136667|237.900|-5.00|US|23060| Fort Wayne, IN |18|IN|003|ALLEN +180050007|180050007|840180050007|O3|Permanent|0007|Hope|Active|IN4|Indiana Dept. of Environmental Management|R5|39.294322|-85.766845|212.900|-5.00|US|18020| Columbus, IN |18|IN|005|BARTHOLOMEW +180050008|180050008|840180050008|PM2.5|Permanent|0008|Columbus - Rocky Ford Rd|Active|IN4|Indiana Dept. of Environmental Management|R5|39.237457|-85.891332||-5.00|US|||18|IN|005|BARTHOLOMEW +180110001|180110001|840180110001|O3|Permanent|0001|Whitestown|Active|IN4|Indiana Dept. of Environmental Management|R5|39.997500|-86.395278||-5.00|US|26900| Indianapolis, IN |18|IN|011|BOONE +180130001|180130001|840180130001|O3|Permanent|0001|Helmsburg|Active|IN4|Indiana Dept. of Environmental Management|R5|39.263914|-86.292261|201.000|-5.00|US|||18|IN|013|BROWN +180150002|180150002|840180150002|O3|Permanent|0002|Flora|Active|IN4|Indiana Dept. of Environmental Management|R5|40.540556|-86.553056||-5.00|US|29140| Lafayette, IN |18|IN|015|CARROLL +180150002|180150002|840180150002|TEMP|Permanent|0002|Flora|Active|IN4|Indiana Dept. of Environmental Management|R5|40.540556|-86.553056||-5.00|US|29140| Lafayette, IN |18|IN|015|CARROLL +180150002|180150002|840180150002|RHUM|Permanent|0002|Flora|Active|IN4|Indiana Dept. of Environmental Management|R5|40.540556|-86.553056||-5.00|US|29140| Lafayette, IN |18|IN|015|CARROLL +180150002|180150002|840180150002|RWD|Permanent|0002|Flora|Active|IN4|Indiana Dept. of Environmental Management|R5|40.540556|-86.553056||-5.00|US|29140| Lafayette, IN |18|IN|015|CARROLL +180150002|180150002|840180150002|RWS|Permanent|0002|Flora|Active|IN4|Indiana Dept. of Environmental Management|R5|40.540556|-86.553056||-5.00|US|29140| Lafayette, IN |18|IN|015|CARROLL +180190008|180190008|840180190008|O3|Permanent|0008|Charlestown State Park|Active|IN4|Indiana Dept. of Environmental Management|R5|38.393833|-85.664167||-5.00|US|31140| Louisville, KY-IN |18|IN|019|CLARK +180190008|180190008|840180190008|TEMP|Permanent|0008|Charlestown State Park|Active|IN4|Indiana Dept. of Environmental Management|R5|38.393833|-85.664167||-5.00|US|31140| Louisville, KY-IN |18|IN|019|CLARK +180190008|180190008|840180190008|RHUM|Permanent|0008|Charlestown State Park|Active|IN4|Indiana Dept. of Environmental Management|R5|38.393833|-85.664167||-5.00|US|31140| Louisville, KY-IN |18|IN|019|CLARK +180190008|180190008|840180190008|BARPR|Permanent|0008|Charlestown State Park|Active|IN4|Indiana Dept. of Environmental Management|R5|38.393833|-85.664167||-5.00|US|31140| Louisville, KY-IN |18|IN|019|CLARK +180190008|180190008|840180190008|DEWPOINT|Permanent|0008|Charlestown State Park|Active|IN4|Indiana Dept. of Environmental Management|R5|38.393833|-85.664167||-5.00|US|31140| Louisville, KY-IN |18|IN|019|CLARK +180190008|180190008|840180190008|RWD|Permanent|0008|Charlestown State Park|Active|IN4|Indiana Dept. of Environmental Management|R5|38.393833|-85.664167||-5.00|US|31140| Louisville, KY-IN |18|IN|019|CLARK +180190008|180190008|840180190008|RWS|Permanent|0008|Charlestown State Park|Active|IN4|Indiana Dept. of Environmental Management|R5|38.393833|-85.664167||-5.00|US|31140| Louisville, KY-IN |18|IN|019|CLARK +840180190010|180190010|840180190010|PM2.5|Permanent|0010|Jeffersonville - Bates-Bowyer Av|Active|IN4|Indiana Dept. of Environmental Management|R5|38.288191|-85.741337|140.000|-5.00|US|||18|IN|019|CLARK +840180190010|180190010|840180190010|UV-AETH|Permanent|0010|Jeffersonville - Bates-Bowyer Av|Active|IN4|Indiana Dept. of Environmental Management|R5|38.288191|-85.741337|140.000|-5.00|US|||18|IN|019|CLARK +840180190010|180190010|840180190010|BC_LC|Permanent|0010|Jeffersonville - Bates-Bowyer Av|Active|IN4|Indiana Dept. of Environmental Management|R5|38.288191|-85.741337|140.000|-5.00|US|||18|IN|019|CLARK +180350010|180350010|840180350010|O3|Permanent|0010|Albany|Active|IN4|Indiana Dept. of Environmental Management|R5|40.300000|-85.245556||-5.00|US|34620| Muncie, IN |18|IN|035|DELAWARE +180390007|180390007|840180390007|O3|Permanent|0007|Bristol|Active|IN4|Indiana Dept. of Environmental Management|R5|41.717800|-85.824700||-5.00|US|21140| Elkhart-Goshen, IN |18|IN|039|ELKHART +180390008|180390008|840180390008|PM2.5|Permanent|0008|Elkhart-Prairie St.|Active|IN4|Indiana Dept. of Environmental Management|R5|41.656944|-85.968330|233.000|-5.00|US|21140| Elkhart-Goshen, IN |18|IN|039|ELKHART +180431004|180431004|840180431004|O3|Permanent|1004|New Albany|Active|IN4|Indiana Dept. of Environmental Management|R5|38.308100|-85.834200||-5.00|US|31140| Louisville, KY-IN |18|IN|043|FLOYD +180431004|180431004|840180431004|SO2|Permanent|1004|New Albany|Active|IN4|Indiana Dept. of Environmental Management|R5|38.308100|-85.834200||-5.00|US|31140| Louisville, KY-IN |18|IN|043|FLOYD +180510012|180510012|840180510012|WS|Permanent|0012|OAKLANDCITY|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.322800|-87.318600|111.000|-6.00|US|21780| Evansville, IN-KY |18|IN|051|GIBSON +180510012|180510012|840180510012|WD|Permanent|0012|OAKLANDCITY|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.322800|-87.318600|111.000|-6.00|US|21780| Evansville, IN-KY |18|IN|051|GIBSON +180550001|180550001|840180550001|O3|Permanent|0001|Plummer|Active|IN4|Indiana Dept. of Environmental Management|R5|38.985600|-86.990000||-5.00|US|14020| Bloomington, IN |18|IN|055|GREENE +180550001|180550001|840180550001|TEMP|Permanent|0001|Plummer|Active|IN4|Indiana Dept. of Environmental Management|R5|38.985600|-86.990000||-5.00|US|14020| Bloomington, IN |18|IN|055|GREENE +180550001|180550001|840180550001|RHUM|Permanent|0001|Plummer|Active|IN4|Indiana Dept. of Environmental Management|R5|38.985600|-86.990000||-5.00|US|14020| Bloomington, IN |18|IN|055|GREENE +180550001|180550001|840180550001|RWD|Permanent|0001|Plummer|Active|IN4|Indiana Dept. of Environmental Management|R5|38.985600|-86.990000||-5.00|US|14020| Bloomington, IN |18|IN|055|GREENE +180550001|180550001|840180550001|RWS|Permanent|0001|Plummer|Active|IN4|Indiana Dept. of Environmental Management|R5|38.985600|-86.990000||-5.00|US|14020| Bloomington, IN |18|IN|055|GREENE +180570005|180570005|840180570005|O3|Permanent|0005|Noblesville|Inactive|IN4|Indiana Dept. of Environmental Management|R5|40.065201|-86.008102||-5.00|US|26900| Indianapolis, IN |18|IN|057|HAMILTON +180570006|180570006|840180570006|O3|Permanent|0006|Noblesville-191st St.|Active|IN4|Indiana Dept. of Environmental Management|R5|40.068333|-85.992500|209.800|-5.00|US|26900| Indianapolis, IN |18|IN|057|HAMILTON +180570007|180570007|840180570007|PM2.5|Permanent|0007|Fishers|Active|IN4|Indiana Dept. of Environmental Management|R5|39.960884|-85.939546|244.000|-5.00|US|26900| Indianapolis, IN |18|IN|057|HAMILTON +180630004|180630004|840180630004|O3|Permanent|0004|Avon|Active|IN4|Indiana Dept. of Environmental Management|R5|39.758900|-86.397200||-5.00|US|26900| Indianapolis, IN |18|IN|063|HENDRICKS +180650003|180650003|840180650003|RWS|Permanent|0003|Mechanicsburg|Active|IN4|Indiana Dept. of Environmental Management|R5|40.011700|-85.523600|305.900|-5.00|US|35220| New Castle, IN |18|IN|065|HENRY +180650003|180650003|840180650003|TEMP|Permanent|0003|Mechanicsburg|Active|IN4|Indiana Dept. of Environmental Management|R5|40.011700|-85.523600|305.900|-5.00|US|35220| New Castle, IN |18|IN|065|HENRY +180650003|180650003|840180650003|RHUM|Permanent|0003|Mechanicsburg|Active|IN4|Indiana Dept. of Environmental Management|R5|40.011700|-85.523600|305.900|-5.00|US|35220| New Castle, IN |18|IN|065|HENRY +180650003|180650003|840180650003|RWD|Permanent|0003|Mechanicsburg|Active|IN4|Indiana Dept. of Environmental Management|R5|40.011700|-85.523600|305.900|-5.00|US|35220| New Castle, IN |18|IN|065|HENRY +180670004|180670004|840180670004|O3|Permanent|0004|Kokomo - E. Vaile Ave.|Active|IN4|Indiana Dept. of Environmental Management|R5|40.481349|-86.109718||-5.00|US|29020| Kokomo, IN |18|IN|067|HOWARD +180670004|180670004|840180670004|PM2.5|Permanent|0004|Kokomo - E. Vaile Ave.|Active|IN4|Indiana Dept. of Environmental Management|R5|40.481349|-86.109718||-5.00|US|29020| Kokomo, IN |18|IN|067|HOWARD +180690002|180690002|840180690002|O3|Permanent|0002|Roanoke Elem. School|Inactive|IN4|Indiana Dept. of Environmental Management|R5|40.960600|-85.380300||-5.00|US|26540| Huntington, IN |18|IN|069|HUNTINGTON +180710001|180710001|840180710001|RWD|Permanent|0001|Brownstown|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.920835|-86.080523|171.100|-5.00|US|42980| Seymour, IN |18|IN|071|JACKSON +180710001|180710001|840180710001|RWS|Permanent|0001|Brownstown|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.920835|-86.080523|171.100|-5.00|US|42980| Seymour, IN |18|IN|071|JACKSON +180710001|180710001|840180710001|O3|Permanent|0001|Brownstown|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.920835|-86.080523|171.100|-5.00|US|42980| Seymour, IN |18|IN|071|JACKSON +180710001|180710001|840180710001|TEMP|Permanent|0001|Brownstown|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.920835|-86.080523|171.100|-5.00|US|42980| Seymour, IN |18|IN|071|JACKSON +180710001|180710001|840180710001|RHUM|Permanent|0001|Brownstown|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.920835|-86.080523|171.100|-5.00|US|42980| Seymour, IN |18|IN|071|JACKSON +180810002|180810002|840180810002|O3|Permanent|0002|Trafalgar|Inactive|IN4|Indiana Dept. of Environmental Management|R5|39.417155|-86.152406|244.000|-5.00|US|26900| Indianapolis, IN |18|IN|081|JOHNSON +180839991|180839991|840180839991|O3|Permanent|9991|Vincennes|Active|OAP|EPA Office of Atmospheric Programs|R3|38.740800|-87.485300|133.900|-5.00|US|47180| Vincennes, IN |18|IN|083|KNOX +180839991|180839991|840180839991|TEMP|Permanent|9991|Vincennes|Active|OAP|EPA Office of Atmospheric Programs|R3|38.740800|-87.485300|133.900|-5.00|US|47180| Vincennes, IN |18|IN|083|KNOX +180890015|180890015|840180890015|CO|Permanent|0015|East Chicago Post Office|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.628611|-87.461389|177.800|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|DEWPOINT|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|RWD|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|RWS|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|BC_LC|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|BARPR|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|O3|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|PM2.5|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|PM10|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|SRAD|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|PRECIP|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|NO2|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|SO2|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|UV-AETH|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|TEMP|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890022|180890022|840180890022|RHUM|Permanent|0022|Gary-IITRI|Active|IN4|Indiana Dept. of Environmental Management|R5|41.606700|-87.304700|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890030|180890030|840180890030|O3|Permanent|0030|Whiting HS|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.681400|-87.494700||-5.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +840180890034|180890034|840180890034|TEMP|Permanent|0034|East Chicago - Marina|Active|IN4|Indiana Dept. of Environmental Management|R5|41.653446|-87.435435||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +840180890034|180890034|840180890034|RHUM|Permanent|0034|East Chicago - Marina|Active|IN4|Indiana Dept. of Environmental Management|R5|41.653446|-87.435435||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +840180890034|180890034|840180890034|RWD|Permanent|0034|East Chicago - Marina|Active|IN4|Indiana Dept. of Environmental Management|R5|41.653446|-87.435435||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +840180890034|180890034|840180890034|RWS|Permanent|0034|East Chicago - Marina|Active|IN4|Indiana Dept. of Environmental Management|R5|41.653446|-87.435435||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +840180890034|180890034|840180890034|PM2.5|Permanent|0034|East Chicago - Marina|Active|IN4|Indiana Dept. of Environmental Management|R5|41.653446|-87.435435||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +840180890034|180890034|840180890034|SO2|Permanent|0034|East Chicago - Marina|Active|IN4|Indiana Dept. of Environmental Management|R5|41.653446|-87.435435||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180890036|180890036|840180890036|PM2.5|Permanent|0036|Hammond-167th St|Active|IN4|Indiana Dept. of Environmental Management|R5|41.594427|-87.495044||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180892004|180892004|840180892004|PM2.5|Permanent|2004|Hammond-Purdue|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.585278|-87.474442|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180892008|180892008|840180892008|O3|Permanent|2008|Hammond-141st St|Active|IN4|Indiana Dept. of Environmental Management|R5|41.639400|-87.493600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180892008|180892008|840180892008|SO2|Permanent|2008|Hammond-141st St|Active|IN4|Indiana Dept. of Environmental Management|R5|41.639400|-87.493600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180892008|180892008|840180892008|TEMP|Permanent|2008|Hammond-141st St|Active|IN4|Indiana Dept. of Environmental Management|R5|41.639400|-87.493600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180892008|180892008|840180892008|RHUM|Permanent|2008|Hammond-141st St|Active|IN4|Indiana Dept. of Environmental Management|R5|41.639400|-87.493600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180892008|180892008|840180892008|RWD|Permanent|2008|Hammond-141st St|Active|IN4|Indiana Dept. of Environmental Management|R5|41.639400|-87.493600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180892008|180892008|840180892008|RWS|Permanent|2008|Hammond-141st St|Active|IN4|Indiana Dept. of Environmental Management|R5|41.639400|-87.493600||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|089|LAKE +180910005|180910005|840180910005|O3|Permanent|0005|Michigan City-4th St|Active|IN4|Indiana Dept. of Environmental Management|R5|41.716900|-86.907500||-6.00|US|33140| Michigan City-La Porte, IN |18|IN|091|LA PORTE +180910010|180910010|840180910010|O3|Permanent|0010|LaPorte-E. Lincolnway|Active|IN4|Indiana Dept. of Environmental Management|R5|41.629200|-86.684700||-6.00|US|33140| Michigan City-La Porte, IN |18|IN|091|LA PORTE +180950010|180950010|840180950010|O3|Permanent|0010|Emporia|Inactive|IN4|Indiana Dept. of Environmental Management|R5|40.002500|-85.656900||-5.00|US|11300| Anderson, IN |18|IN|095|MADISON +180950011|180950011|840180950011|O3|Permanent|0011|Anderson-Eastside Elem. Sch|Active|IN4|Indiana Dept. of Environmental Management|R5|40.125557|-85.652222|241.900|-5.00|US|11300| Anderson, IN |18|IN|095|MADISON +180950011|180950011|840180950011|PM2.5|Permanent|0011|Anderson-Eastside Elem. Sch|Active|IN4|Indiana Dept. of Environmental Management|R5|40.125557|-85.652222|241.900|-5.00|US|11300| Anderson, IN |18|IN|095|MADISON +180970050|180970050|840180970050|O3|Permanent|0050|Indpls-Ft. Harrison|Active|IN4|Indiana Dept. of Environmental Management|R5|39.858900|-86.021400||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970057|180970057|840180970057|O3|Permanent|0057|Indpls-Harding St|Active|IN4|Indiana Dept. of Environmental Management|R5|39.748900|-86.186100||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970057|180970057|840180970057|SO2|Permanent|0057|Indpls-Harding St|Active|IN4|Indiana Dept. of Environmental Management|R5|39.748900|-86.186100||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970072|180970072|840180970072|CO|Permanent|0072|Indpls- Illinois St|Inactive|IN4|Indiana Dept. of Environmental Management|R5|39.768056|-86.160000||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970073|180970073|840180970073|RWD|Permanent|0073|Indpls-E.16th St|Active|IN4|Indiana Dept. of Environmental Management|R5|39.789200|-86.060800|253.200|-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970073|180970073|840180970073|RWS|Permanent|0073|Indpls-E.16th St|Active|IN4|Indiana Dept. of Environmental Management|R5|39.789200|-86.060800|253.200|-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|BARPR|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|O3|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|PM2.5|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|PM10|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|NO2|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|RWS|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|PMC|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|SO2|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|NOY|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|UV-AETH|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|TEMP|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|BC_LC|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|SRAD|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|PRECIP|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|DEWPOINT|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|RWD|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|CO|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970078|180970078|840180970078|RHUM|Permanent|0078|Indpls-Washington Park|Active|IN4|Indiana Dept. of Environmental Management|R5|39.810800|-86.114700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970081|180970081|840180970081|PM2.5|Permanent|0081|Indpls-W.18th St|Active|IN4|Indiana Dept. of Environmental Management|R5|39.788900|-86.214700||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970086|180970086|840180970086|RWS|Permanent|0086|Indpls-Southport|Active|IN4|Indiana Dept. of Environmental Management|R5|39.664444|-86.234722||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970086|180970086|840180970086|RWD|Permanent|0086|Indpls-Southport|Active|IN4|Indiana Dept. of Environmental Management|R5|39.664444|-86.234722||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|BARPR|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|DEWPOINT|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|O3|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|PM2.5|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|NO2|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|RWS|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|BC_LC|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|CO|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|UV-AETH|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|TEMP|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|RHUM|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +180970087|180970087|840180970087|RWD|Permanent|0087|Indpls - I-70 E|Active|IN4|Indiana Dept. of Environmental Management|R5|39.787933|-86.130880||-5.00|US|26900| Indianapolis, IN |18|IN|097|MARION +181050003|181050003|840181050003|PM2.5|Permanent|0003|Bloomington - Binford|Active|IN4|Indiana Dept. of Environmental Management|R5|39.159372|-86.504747|250.100|-5.00|US|14020| Bloomington, IN |18|IN|105|MONROE +181090005|181090005|840181090005|O3|Permanent|0005|Monrovia|Inactive|IN4|Indiana Dept. of Environmental Management|R5|39.575600|-86.477800||-5.00|US|26900| Indianapolis, IN |18|IN|109|MORGAN +181230009|181230009|840181230009|O3|Permanent|0009|Leopold|Active|IN4|Indiana Dept. of Environmental Management|R5|38.113100|-86.603600||-5.00|US|||18|IN|123|PERRY +181270023|181270023|840181270023|PM10|Permanent|0023|Portage-Hwy 12|Active|IN4|Indiana Dept. of Environmental Management|R5|41.616700|-87.145800|183.000|-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|127|PORTER +181270024|181270024|840181270024|O3|Permanent|0024|Ogden Dunes|Active|IN4|Indiana Dept. of Environmental Management|R5|41.617500|-87.199200||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|127|PORTER +181270024|181270024|840181270024|PM2.5|Permanent|0024|Ogden Dunes|Active|IN4|Indiana Dept. of Environmental Management|R5|41.617500|-87.199200||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|127|PORTER +181270026|181270026|840181270026|O3|Permanent|0026|Valparaiso|Active|IN4|Indiana Dept. of Environmental Management|R5|41.511400|-87.035300||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |18|IN|127|PORTER +181290003|181290003|840181290003|O3|Permanent|0003|St. Philips|Active|IN4|Indiana Dept. of Environmental Management|R5|38.005300|-87.718300||-6.00|US|21780| Evansville, IN-KY |18|IN|129|POSEY +181290003|181290003|840181290003|TEMP|Permanent|0003|St. Philips|Active|IN4|Indiana Dept. of Environmental Management|R5|38.005300|-87.718300||-6.00|US|21780| Evansville, IN-KY |18|IN|129|POSEY +181290003|181290003|840181290003|RHUM|Permanent|0003|St. Philips|Active|IN4|Indiana Dept. of Environmental Management|R5|38.005300|-87.718300||-6.00|US|21780| Evansville, IN-KY |18|IN|129|POSEY +181290003|181290003|840181290003|BARPR|Permanent|0003|St. Philips|Active|IN4|Indiana Dept. of Environmental Management|R5|38.005300|-87.718300||-6.00|US|21780| Evansville, IN-KY |18|IN|129|POSEY +181290003|181290003|840181290003|SRAD|Permanent|0003|St. Philips|Active|IN4|Indiana Dept. of Environmental Management|R5|38.005300|-87.718300||-6.00|US|21780| Evansville, IN-KY |18|IN|129|POSEY +181290003|181290003|840181290003|DEWPOINT|Permanent|0003|St. Philips|Active|IN4|Indiana Dept. of Environmental Management|R5|38.005300|-87.718300||-6.00|US|21780| Evansville, IN-KY |18|IN|129|POSEY +181290003|181290003|840181290003|RWD|Permanent|0003|St. Philips|Active|IN4|Indiana Dept. of Environmental Management|R5|38.005300|-87.718300||-6.00|US|21780| Evansville, IN-KY |18|IN|129|POSEY +181290003|181290003|840181290003|RWS|Permanent|0003|St. Philips|Active|IN4|Indiana Dept. of Environmental Management|R5|38.005300|-87.718300||-6.00|US|21780| Evansville, IN-KY |18|IN|129|POSEY +181410010|181410010|840181410010|O3|Permanent|0010|Potato Creek State Park|Active|IN4|Indiana Dept. of Environmental Management|R5|41.551700|-86.370600||-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410015|181410015|840181410015|RHUM|Permanent|0015|South Bend-Shields Dr|Active|IN4|Indiana Dept. of Environmental Management|R5|41.696700|-86.214700|226.000|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410015|181410015|840181410015|BARPR|Permanent|0015|South Bend-Shields Dr|Active|IN4|Indiana Dept. of Environmental Management|R5|41.696700|-86.214700|226.000|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410015|181410015|840181410015|DEWPOINT|Permanent|0015|South Bend-Shields Dr|Active|IN4|Indiana Dept. of Environmental Management|R5|41.696700|-86.214700|226.000|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410015|181410015|840181410015|RWD|Permanent|0015|South Bend-Shields Dr|Active|IN4|Indiana Dept. of Environmental Management|R5|41.696700|-86.214700|226.000|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410015|181410015|840181410015|RWS|Permanent|0015|South Bend-Shields Dr|Active|IN4|Indiana Dept. of Environmental Management|R5|41.696700|-86.214700|226.000|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410015|181410015|840181410015|O3|Permanent|0015|South Bend-Shields Dr|Active|IN4|Indiana Dept. of Environmental Management|R5|41.696700|-86.214700|226.000|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410015|181410015|840181410015|PM2.5|Permanent|0015|South Bend-Shields Dr|Active|IN4|Indiana Dept. of Environmental Management|R5|41.696700|-86.214700|226.000|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410015|181410015|840181410015|NO2|Permanent|0015|South Bend-Shields Dr|Active|IN4|Indiana Dept. of Environmental Management|R5|41.696700|-86.214700|226.000|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410015|181410015|840181410015|TEMP|Permanent|0015|South Bend-Shields Dr|Active|IN4|Indiana Dept. of Environmental Management|R5|41.696700|-86.214700|226.000|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181410016|181410016|840181410016|O3|Permanent|0016|Granger-Beckley St.|Active|IN4|Indiana Dept. of Environmental Management|R5|41.754870|-86.110090|215.900|-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181411007|181411007|840181411007|O3|Permanent|1007|GRANGER|Inactive|IN4|Indiana Dept. of Environmental Management|R5|41.752500|-86.110600||-5.00|US|43780| South Bend-Mishawaka, IN-MI |18|IN|141|ST. JOSEPH +181450001|181450001|840181450001|O3|Permanent|0001|Fairland|Active|IN4|Indiana Dept. of Environmental Management|R5|39.613367|-85.870669|244.000|-5.00|US|26900| Indianapolis, IN |18|IN|145|SHELBY +181570008|181570008|840181570008|PM2.5|Permanent|0008|Lafayette-Greenbush St|Active|IN4|Indiana Dept. of Environmental Management|R5|40.431600|-86.852500|195.200|-5.00|US|29140| Lafayette, IN |18|IN|157|TIPPECANOE +181630012|181630012|840181630012|O3|Permanent|0012|EVANSVIL|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.021700|-87.569400||-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630012|181630012|840181630012|PM2.5|Permanent|0012|EVANSVIL|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.021700|-87.569400||-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630013|181630013|840181630013|O3|Permanent|0013|Inglefield|Active|IN4|Indiana Dept. of Environmental Management|R5|38.113900|-87.536900||-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630021|181630021|840181630021|PM2.5|Permanent|0021|Evansville-Buena Vista|Active|IN4|Indiana Dept. of Environmental Management|R5|38.013300|-87.577200|115.900|-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630021|181630021|840181630021|PM10|Permanent|0021|Evansville-Buena Vista|Active|IN4|Indiana Dept. of Environmental Management|R5|38.013300|-87.577200|115.900|-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630021|181630021|840181630021|NO2|Permanent|0021|Evansville-Buena Vista|Active|IN4|Indiana Dept. of Environmental Management|R5|38.013300|-87.577200|115.900|-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630021|181630021|840181630021|SO2|Permanent|0021|Evansville-Buena Vista|Active|IN4|Indiana Dept. of Environmental Management|R5|38.013300|-87.577200|115.900|-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630021|181630021|840181630021|UV-AETH|Permanent|0021|Evansville-Buena Vista|Active|IN4|Indiana Dept. of Environmental Management|R5|38.013300|-87.577200|115.900|-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630021|181630021|840181630021|BC_LC|Permanent|0021|Evansville-Buena Vista|Active|IN4|Indiana Dept. of Environmental Management|R5|38.013300|-87.577200|115.900|-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630021|181630021|840181630021|O3|Permanent|0021|Evansville-Buena Vista|Active|IN4|Indiana Dept. of Environmental Management|R5|38.013300|-87.577200|115.900|-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181630022|181630022|840181630022|CO|Permanent|0022|Evansville-Lloyd|Active|IN4|Indiana Dept. of Environmental Management|R5|37.977222|-87.596390|116.800|-6.00|US|21780| Evansville, IN-KY |18|IN|163|VANDERBURGH +181670018|181670018|840181670018|O3|Permanent|0018|Terre Haute-Lafayette Ave|Active|IN4|Indiana Dept. of Environmental Management|R5|39.486100|-87.401400||-5.00|US|45460| Terre Haute, IN |18|IN|167|VIGO +181670018|181670018|840181670018|PM2.5|Permanent|0018|Terre Haute-Lafayette Ave|Active|IN4|Indiana Dept. of Environmental Management|R5|39.486100|-87.401400||-5.00|US|45460| Terre Haute, IN |18|IN|167|VIGO +181670018|181670018|840181670018|SO2|Permanent|0018|Terre Haute-Lafayette Ave|Active|IN4|Indiana Dept. of Environmental Management|R5|39.486100|-87.401400||-5.00|US|45460| Terre Haute, IN |18|IN|167|VIGO +181670024|181670024|840181670024|O3|Permanent|0024|Sandcut|Active|IN4|Indiana Dept. of Environmental Management|R5|39.564200|-87.325300||-5.00|US|45460| Terre Haute, IN |18|IN|167|VIGO +181699991|181699991|840181699991|O3|Permanent|9991|Salamonie Reservoir|Active|OAP|EPA Office of Atmospheric Programs|R3|40.816000|-85.661100|250.100|-5.00|US|47340| Wabash, IN |18|IN|169|WABASH +181699991|181699991|840181699991|TEMP|Permanent|9991|Salamonie Reservoir|Active|OAP|EPA Office of Atmospheric Programs|R3|40.816000|-85.661100|250.100|-5.00|US|47340| Wabash, IN |18|IN|169|WABASH +181730008|181730008|840181730008|O3|Permanent|0008|Boonville|Active|IN4|Indiana Dept. of Environmental Management|R5|38.051900|-87.278300||-6.00|US|21780| Evansville, IN-KY |18|IN|173|WARRICK +181730009|181730009|840181730009|O3|Permanent|0009|Lynnville|Inactive|IN4|Indiana Dept. of Environmental Management|R5|38.194400|-87.341400||-6.00|US|21780| Evansville, IN-KY |18|IN|173|WARRICK +181730011|181730011|840181730011|O3|Permanent|0011|Dayville|Active|IN4|Indiana Dept. of Environmental Management|R5|37.953600|-87.290000||-6.00|US|21780| Evansville, IN-KY |18|IN|173|WARRICK +181730011|181730011|840181730011|SO2|Permanent|0011|Dayville|Active|IN4|Indiana Dept. of Environmental Management|R5|37.953600|-87.290000||-6.00|US|21780| Evansville, IN-KY |18|IN|173|WARRICK +181730011|181730011|840181730011|TEMP|Permanent|0011|Dayville|Active|IN4|Indiana Dept. of Environmental Management|R5|37.953600|-87.290000||-6.00|US|21780| Evansville, IN-KY |18|IN|173|WARRICK +181730011|181730011|840181730011|RHUM|Permanent|0011|Dayville|Active|IN4|Indiana Dept. of Environmental Management|R5|37.953600|-87.290000||-6.00|US|21780| Evansville, IN-KY |18|IN|173|WARRICK +181730011|181730011|840181730011|BARPR|Permanent|0011|Dayville|Active|IN4|Indiana Dept. of Environmental Management|R5|37.953600|-87.290000||-6.00|US|21780| Evansville, IN-KY |18|IN|173|WARRICK +181730011|181730011|840181730011|RWD|Permanent|0011|Dayville|Active|IN4|Indiana Dept. of Environmental Management|R5|37.953600|-87.290000||-6.00|US|21780| Evansville, IN-KY |18|IN|173|WARRICK +181730011|181730011|840181730011|RWS|Permanent|0011|Dayville|Active|IN4|Indiana Dept. of Environmental Management|R5|37.953600|-87.290000||-6.00|US|21780| Evansville, IN-KY |18|IN|173|WARRICK +181830003|181830003|840181830003|PM2.5|Permanent|0003|Larwill|Active|IN4|Indiana Dept. of Environmental Management|R5|41.169722|-85.629444||-5.00|US|||18|IN|183|WHITLEY +181830003|181830003|840181830003|TEMP|Permanent|0003|Larwill|Active|IN4|Indiana Dept. of Environmental Management|R5|41.169722|-85.629444||-5.00|US|||18|IN|183|WHITLEY +181830003|181830003|840181830003|RHUM|Permanent|0003|Larwill|Active|IN4|Indiana Dept. of Environmental Management|R5|41.169722|-85.629444||-5.00|US|||18|IN|183|WHITLEY +181830003|181830003|840181830003|RWD|Permanent|0003|Larwill|Active|IN4|Indiana Dept. of Environmental Management|R5|41.169722|-85.629444||-5.00|US|||18|IN|183|WHITLEY +181830003|181830003|840181830003|RWS|Permanent|0003|Larwill|Active|IN4|Indiana Dept. of Environmental Management|R5|41.169722|-85.629444||-5.00|US|||18|IN|183|WHITLEY +190130009|190130009|840190130009|TEMP|Permanent|0009|Waterloo, Water Tower|Active|IA1|Iowa DNR|R7|42.501400|-92.315804||-6.00|US|47940| Waterloo-Cedar Falls, IA |19|IA|013|BLACK HAWK +190130009|190130009|840190130009|BARPR|Permanent|0009|Waterloo, Water Tower|Active|IA1|Iowa DNR|R7|42.501400|-92.315804||-6.00|US|47940| Waterloo-Cedar Falls, IA |19|IA|013|BLACK HAWK +190130009|190130009|840190130009|RWD|Permanent|0009|Waterloo, Water Tower|Active|IA1|Iowa DNR|R7|42.501400|-92.315804||-6.00|US|47940| Waterloo-Cedar Falls, IA |19|IA|013|BLACK HAWK +190130009|190130009|840190130009|RWS|Permanent|0009|Waterloo, Water Tower|Active|IA1|Iowa DNR|R7|42.501400|-92.315804||-6.00|US|47940| Waterloo-Cedar Falls, IA |19|IA|013|BLACK HAWK +190130009|190130009|840190130009|PM2.5|Permanent|0009|Waterloo, Water Tower|Active|IA1|Iowa DNR|R7|42.501400|-92.315804||-6.00|US|47940| Waterloo-Cedar Falls, IA |19|IA|013|BLACK HAWK +190170011|190170011|840190170011|RWD|Permanent|0011|Waverly, Airport|Active|IA1|Iowa DNR|R7|42.743099|-92.513100||-6.00|US|47940| Waterloo-Cedar Falls, IA |19|IA|017|BREMER +190170011|190170011|840190170011|RWS|Permanent|0011|Waverly, Airport|Active|IA1|Iowa DNR|R7|42.743099|-92.513100||-6.00|US|47940| Waterloo-Cedar Falls, IA |19|IA|017|BREMER +190170011|190170011|840190170011|O3|Permanent|0011|Waverly, Airport|Active|IA1|Iowa DNR|R7|42.743099|-92.513100||-6.00|US|47940| Waterloo-Cedar Falls, IA |19|IA|017|BREMER +190339018|190339018|840190339018|PM10|Permanent|9018|M. City-FDMSPM10|Inactive|IA1|Iowa DNR|R7|43.169399|-93.202202||-6.00|US|32380| Mason City, IA |19|IA|033|CERRO GORDO +190450019|190450019|840190450019|RWS|Permanent|0019|Clinton, Chancy Park|Active|IA1|Iowa DNR|R7|41.823101|-90.211899||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450019|190450019|840190450019|PM2.5|Permanent|0019|Clinton, Chancy Park|Active|IA1|Iowa DNR|R7|41.823101|-90.211899||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450019|190450019|840190450019|SO2|Permanent|0019|Clinton, Chancy Park|Active|IA1|Iowa DNR|R7|41.823101|-90.211899||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450019|190450019|840190450019|TEMP|Permanent|0019|Clinton, Chancy Park|Active|IA1|Iowa DNR|R7|41.823101|-90.211899||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450019|190450019|840190450019|RHUM|Permanent|0019|Clinton, Chancy Park|Active|IA1|Iowa DNR|R7|41.823101|-90.211899||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450019|190450019|840190450019|BARPR|Permanent|0019|Clinton, Chancy Park|Active|IA1|Iowa DNR|R7|41.823101|-90.211899||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450019|190450019|840190450019|RWD|Permanent|0019|Clinton, Chancy Park|Active|IA1|Iowa DNR|R7|41.823101|-90.211899||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450021|190450021|840190450021|O3|Permanent|0021|Clinton, Rainbow Park|Active|IA1|Iowa DNR|R7|41.875000|-90.177498||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450021|190450021|840190450021|TEMP|Permanent|0021|Clinton, Rainbow Park|Active|IA1|Iowa DNR|R7|41.875000|-90.177498||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450021|190450021|840190450021|BARPR|Permanent|0021|Clinton, Rainbow Park|Active|IA1|Iowa DNR|R7|41.875000|-90.177498||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450021|190450021|840190450021|RWD|Permanent|0021|Clinton, Rainbow Park|Active|IA1|Iowa DNR|R7|41.875000|-90.177498||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190450021|190450021|840190450021|RWS|Permanent|0021|Clinton, Rainbow Park|Active|IA1|Iowa DNR|R7|41.875000|-90.177498||-6.00|US|17540| Clinton, IA |19|IA|045|CLINTON +190850007|190850007|840190850007|O3|Permanent|0007|Pisgah, Forestry Office|Active|IA1|Iowa DNR|R7|41.832199|-95.928101||-6.00|US|36540| Omaha-Council Bluffs, NE-IA |19|IA|085|HARRISON +190850007|190850007|840190850007|RWD|Permanent|0007|Pisgah, Forestry Office|Active|IA1|Iowa DNR|R7|41.832199|-95.928101||-6.00|US|36540| Omaha-Council Bluffs, NE-IA |19|IA|085|HARRISON +190850007|190850007|840190850007|RWS|Permanent|0007|Pisgah, Forestry Office|Active|IA1|Iowa DNR|R7|41.832199|-95.928101||-6.00|US|36540| Omaha-Council Bluffs, NE-IA |19|IA|085|HARRISON +191032001|191032001|840191032001|RWS|Permanent|2001|Iowa City, Hoover School|Active|IA1|Iowa DNR|R7|41.658195|-91.503471||-6.00|US|26980| Iowa City, IA |19|IA|103|JOHNSON +191032001|191032001|840191032001|PM2.5|Permanent|2001|Iowa City, Hoover School|Active|IA1|Iowa DNR|R7|41.658195|-91.503471||-6.00|US|26980| Iowa City, IA |19|IA|103|JOHNSON +191032001|191032001|840191032001|TEMP|Permanent|2001|Iowa City, Hoover School|Active|IA1|Iowa DNR|R7|41.658195|-91.503471||-6.00|US|26980| Iowa City, IA |19|IA|103|JOHNSON +191032001|191032001|840191032001|RHUM|Permanent|2001|Iowa City, Hoover School|Active|IA1|Iowa DNR|R7|41.658195|-91.503471||-6.00|US|26980| Iowa City, IA |19|IA|103|JOHNSON +191032001|191032001|840191032001|BARPR|Permanent|2001|Iowa City, Hoover School|Active|IA1|Iowa DNR|R7|41.658195|-91.503471||-6.00|US|26980| Iowa City, IA |19|IA|103|JOHNSON +191032001|191032001|840191032001|RWD|Permanent|2001|Iowa City, Hoover School|Active|IA1|Iowa DNR|R7|41.658195|-91.503471||-6.00|US|26980| Iowa City, IA |19|IA|103|JOHNSON +191130028|191130028|840191130028|O3|Permanent|0028|KIRKWOOD|Inactive|IA3|Linn Co. Public Health |R7|41.910599|-91.651901||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130031|191130031|840191130031|SO2|Permanent|0031|SCOTTISH RITE|Inactive|IA3|Linn Co. Public Health |R7|41.983334|-91.662781||-6.00|US|||19|IA|113|LINN +191130033|191130033|840191130033|O3|Permanent|0033|COGGON|Active|IA3|Linn Co. Public Health |R7|42.280600|-91.526900||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130037|191130037|840191130037|TEMP|Permanent|0037|ARMY RESERVE|Inactive|IA3|Linn Co. Public Health |R7|42.008300|-91.678600||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130037|191130037|840191130037|WS|Permanent|0037|ARMY RESERVE|Inactive|IA3|Linn Co. Public Health |R7|42.008300|-91.678600||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130037|191130037|840191130037|WD|Permanent|0037|ARMY RESERVE|Inactive|IA3|Linn Co. Public Health |R7|42.008300|-91.678600||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130037|191130037|840191130037|RHUM|Permanent|0037|ARMY RESERVE|Inactive|IA3|Linn Co. Public Health |R7|42.008300|-91.678600||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130037|191130037|840191130037|BARPR|Permanent|0037|ARMY RESERVE|Inactive|IA3|Linn Co. Public Health |R7|42.008300|-91.678600||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130037|191130037|840191130037|DEWPOINT|Permanent|0037|ARMY RESERVE|Inactive|IA3|Linn Co. Public Health |R7|42.008300|-91.678600||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|BARPR|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|DEWPOINT|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|RWD|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|RWS|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|O3|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|PM2.5|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|SO2|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|SO4|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|TEMP|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130040|191130040|840191130040|RHUM|Permanent|0040|PUBLIC HEALTH|Active|IA3|Linn Co. Public Health |R7|41.976700|-91.687800||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191130041|191130041|840191130041|SO2|Permanent|0041|TAIT CUMMINS|Active|IA3|Linn Co. Public Health |R7|41.948669|-91.639543|219.900|-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191137040|191137040|840191137040|PM2.5|Permanent|7040|PUBLIC HEALTH 3|Inactive|IA3|Linn Co. Public Health |R7|41.976700|-91.687500||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191138040|191138040|840191138040|PM2.5|Permanent|8040|PUBLIC HEALTH 4|Inactive|IA3|Linn Co. Public Health |R7|41.976770|-91.687660||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191139028|191139028|840191139028|O3|Permanent|9028|KIRKWOOD2|Inactive|IA3|Linn Co. Public Health |R7|41.910600|-91.651900||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191139033|191139033|840191139033|O3|Permanent|9033|COGGON2|Inactive|IA3|Linn Co. Public Health |R7|42.280600|-91.526900||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191139040|191139040|840191139040|O3|Permanent|9040|PUBLIC HEALTH 2|Inactive|IA3|Linn Co. Public Health |R7|41.976800|-91.687700||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191139040|191139040|840191139040|PM2.5|Permanent|9040|PUBLIC HEALTH 2|Inactive|IA3|Linn Co. Public Health |R7|41.976800|-91.687700||-6.00|US|16300| Cedar Rapids, IA |19|IA|113|LINN +191370002|191370002|840191370002|PM2.5|Permanent|0002|Viking Lake State Park|Active|IA1|Iowa DNR|R7|40.970001|-95.044998||-6.00|US|||19|IA|137|MONTGOMERY +191370002|191370002|840191370002|TEMP|Permanent|0002|Viking Lake State Park|Active|IA1|Iowa DNR|R7|40.970001|-95.044998||-6.00|US|||19|IA|137|MONTGOMERY +191370002|191370002|840191370002|RHUM|Permanent|0002|Viking Lake State Park|Active|IA1|Iowa DNR|R7|40.970001|-95.044998||-6.00|US|||19|IA|137|MONTGOMERY +191370002|191370002|840191370002|BARPR|Permanent|0002|Viking Lake State Park|Active|IA1|Iowa DNR|R7|40.970001|-95.044998||-6.00|US|||19|IA|137|MONTGOMERY +191370002|191370002|840191370002|RWD|Permanent|0002|Viking Lake State Park|Active|IA1|Iowa DNR|R7|40.970001|-95.044998||-6.00|US|||19|IA|137|MONTGOMERY +191370002|191370002|840191370002|RWS|Permanent|0002|Viking Lake State Park|Active|IA1|Iowa DNR|R7|40.970001|-95.044998||-6.00|US|||19|IA|137|MONTGOMERY +191370002|191370002|840191370002|O3|Permanent|0002|Viking Lake State Park|Active|IA1|Iowa DNR|R7|40.970001|-95.044998||-6.00|US|||19|IA|137|MONTGOMERY +191390015|191390015|840191390015|PM2.5|Permanent|0015|Muscatine, Garfield School|Inactive|IA1|Iowa DNR|R7|41.401402|-91.068100||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191390015|191390015|840191390015|TEMP|Permanent|0015|Muscatine, Garfield School|Inactive|IA1|Iowa DNR|R7|41.401402|-91.068100||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191390015|191390015|840191390015|RHUM|Permanent|0015|Muscatine, Garfield School|Inactive|IA1|Iowa DNR|R7|41.401402|-91.068100||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191390015|191390015|840191390015|BARPR|Permanent|0015|Muscatine, Garfield School|Inactive|IA1|Iowa DNR|R7|41.401402|-91.068100||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191390016|191390016|840191390016|SO2|Permanent|0016|Muscatine, Greenwood|Active|IA1|Iowa DNR|R7|41.419201|-91.070801||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191390016|191390016|840191390016|RWD|Permanent|0016|Muscatine, Greenwood|Active|IA1|Iowa DNR|R7|41.419201|-91.070801||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191390016|191390016|840191390016|RWS|Permanent|0016|Muscatine, Greenwood|Active|IA1|Iowa DNR|R7|41.419201|-91.070801||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191390019|191390019|840191390019|SO2|Permanent|0019|Muscatine, High School East Campus|Active|IA1|Iowa DNR|R7|41.401400|-91.068400||-6.00|US|||19|IA|139|MUSCATINE +191390019|191390019|840191390019|TEMP|Permanent|0019|Muscatine, High School East Campus|Active|IA1|Iowa DNR|R7|41.401400|-91.068400||-6.00|US|||19|IA|139|MUSCATINE +191390019|191390019|840191390019|RHUM|Permanent|0019|Muscatine, High School East Campus|Active|IA1|Iowa DNR|R7|41.401400|-91.068400||-6.00|US|||19|IA|139|MUSCATINE +191390019|191390019|840191390019|BARPR|Permanent|0019|Muscatine, High School East Campus|Active|IA1|Iowa DNR|R7|41.401400|-91.068400||-6.00|US|||19|IA|139|MUSCATINE +191390019|191390019|840191390019|RWD|Permanent|0019|Muscatine, High School East Campus|Active|IA1|Iowa DNR|R7|41.401400|-91.068400||-6.00|US|||19|IA|139|MUSCATINE +191390019|191390019|840191390019|RWS|Permanent|0019|Muscatine, High School East Campus|Active|IA1|Iowa DNR|R7|41.401400|-91.068400||-6.00|US|||19|IA|139|MUSCATINE +191390019|191390019|840191390019|PM2.5|Permanent|0019|Muscatine, High School East Campus|Active|IA1|Iowa DNR|R7|41.401400|-91.068400||-6.00|US|||19|IA|139|MUSCATINE +191390020|191390020|840191390020|RWD|Permanent|0020|Muscatine, Musser Park|Active|IA1|Iowa DNR|R7|41.407799|-91.062500||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191390020|191390020|840191390020|RWS|Permanent|0020|Muscatine, Musser Park|Active|IA1|Iowa DNR|R7|41.407799|-91.062500||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191390020|191390020|840191390020|SO2|Permanent|0020|Muscatine, Musser Park|Active|IA1|Iowa DNR|R7|41.407799|-91.062500||-6.00|US|34700| Muscatine, IA |19|IA|139|MUSCATINE +191471002|191471002|840191471002|O3|Permanent|1002|Emmetsburg, ILCC|Active|IA1|Iowa DNR|R7|43.123299|-94.693298||-6.00|US|||19|IA|147|PALO ALTO +191471002|191471002|840191471002|PM2.5|Permanent|1002|Emmetsburg, ILCC|Active|IA1|Iowa DNR|R7|43.123299|-94.693298||-6.00|US|||19|IA|147|PALO ALTO +191471002|191471002|840191471002|TEMP|Permanent|1002|Emmetsburg, ILCC|Active|IA1|Iowa DNR|R7|43.123299|-94.693298||-6.00|US|||19|IA|147|PALO ALTO +191471002|191471002|840191471002|BARPR|Permanent|1002|Emmetsburg, ILCC|Active|IA1|Iowa DNR|R7|43.123299|-94.693298||-6.00|US|||19|IA|147|PALO ALTO +191471002|191471002|840191471002|RWD|Permanent|1002|Emmetsburg, ILCC|Active|IA1|Iowa DNR|R7|43.123299|-94.693298||-6.00|US|||19|IA|147|PALO ALTO +191471002|191471002|840191471002|RWS|Permanent|1002|Emmetsburg, ILCC|Active|IA1|Iowa DNR|R7|43.123299|-94.693298||-6.00|US|||19|IA|147|PALO ALTO +191530030|191530030|840191530030|O3|Permanent|0030|CARPENTER|Active|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643303|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191530030|191530030|840191530030|PM2.5|Permanent|0030|CARPENTER|Active|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643303|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191530030|191530030|840191530030|NO2|Permanent|0030|CARPENTER|Active|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643303|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191530030|191530030|840191530030|TEMP|Permanent|0030|CARPENTER|Active|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643303|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191530030|191530030|840191530030|RHUM|Permanent|0030|CARPENTER|Active|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643303|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191530030|191530030|840191530030|NOX|Permanent|0030|CARPENTER|Active|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643303|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191530030|191530030|840191530030|NO|Permanent|0030|CARPENTER|Active|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643303|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191530030|191530030|840191530030|RWD|Permanent|0030|CARPENTER|Active|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643303|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191530030|191530030|840191530030|RWS|Permanent|0030|CARPENTER|Active|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643303|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191531579|191531579|840191531579|O3|Permanent|1579|SHELDAHL|Active|IA2|Polk Co. Air Quality Division|R7|41.849433|-93.697616||-6.00|US|||19|IA|153|POLK +191531579|191531579|840191531579|RWD|Permanent|1579|SHELDAHL|Active|IA2|Polk Co. Air Quality Division|R7|41.849433|-93.697616||-6.00|US|||19|IA|153|POLK +191531579|191531579|840191531579|RWS|Permanent|1579|SHELDAHL|Active|IA2|Polk Co. Air Quality Division|R7|41.849433|-93.697616||-6.00|US|||19|IA|153|POLK +191536011|191536011|840191536011|NO2|Permanent|6011|Rollins|Inactive|IA2|Polk Co. Air Quality Division|R7|41.593156|-93.701341|282.100|-6.00|US|||19|IA|153|POLK +191536011|191536011|840191536011|NOX|Permanent|6011|Rollins|Inactive|IA2|Polk Co. Air Quality Division|R7|41.593156|-93.701341|282.100|-6.00|US|||19|IA|153|POLK +191536011|191536011|840191536011|NO|Permanent|6011|Rollins|Inactive|IA2|Polk Co. Air Quality Division|R7|41.593156|-93.701341|282.100|-6.00|US|||19|IA|153|POLK +191536030|191536030|840191536030|O3|Permanent|6030|CARPENTER-DUP|Inactive|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643097|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191536030|191536030|840191536030|PM2.5|Permanent|6030|CARPENTER-DUP|Inactive|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643097|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191537030|191537030|840191537030|PM2.5|Permanent|7030|CARPENTER-BAM1|Inactive|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643097|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191538030|191538030|840191538030|PM2.5|Permanent|8030|CARPENTER-BAM2|Inactive|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643097|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191539030|191539030|840191539030|PM2.5|Permanent|9030|CARPNTER-FDMS|Inactive|IA2|Polk Co. Air Quality Division|R7|41.603100|-93.643204|282.100|-6.00|US|19780| Des Moines, IA |19|IA|153|POLK +191630014|191630014|840191630014|O3|Permanent|0014|Scott County Park|Active|IA1|Iowa DNR|R7|41.699200|-90.521896||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630014|191630014|840191630014|RWD|Permanent|0014|Scott County Park|Active|IA1|Iowa DNR|R7|41.699200|-90.521896||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630014|191630014|840191630014|RWS|Permanent|0014|Scott County Park|Active|IA1|Iowa DNR|R7|41.699200|-90.521896||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|RHUM|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|O3|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|PM2.5|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|RWS|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|CO|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|SO2|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|NOY|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|NO2Y|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|TEMP|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|BARPR|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630015|191630015|840191630015|RWD|Permanent|0015|Davenport, 10th & Vine|Active|IA1|Iowa DNR|R7|41.529999|-90.587502||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630017|191630017|840191630017|BARPR|Permanent|0017|Buffalo|Active|IA1|Iowa DNR|R7|41.467201|-90.688301||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630017|191630017|840191630017|RWD|Permanent|0017|Buffalo|Active|IA1|Iowa DNR|R7|41.467201|-90.688301||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630017|191630017|840191630017|RWS|Permanent|0017|Buffalo|Active|IA1|Iowa DNR|R7|41.467201|-90.688301||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630017|191630017|840191630017|PM10|Permanent|0017|Buffalo|Active|IA1|Iowa DNR|R7|41.467201|-90.688301||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630017|191630017|840191630017|TEMP|Permanent|0017|Buffalo|Active|IA1|Iowa DNR|R7|41.467201|-90.688301||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630019|191630019|840191630019|PM2.5|Permanent|0019|Davenport, Black Hawk|Inactive|IA1|Iowa DNR|R7|41.516399|-90.618896||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630019|191630019|840191630019|TEMP|Permanent|0019|Davenport, Black Hawk|Inactive|IA1|Iowa DNR|R7|41.516399|-90.618896||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630019|191630019|840191630019|BARPR|Permanent|0019|Davenport, Black Hawk|Inactive|IA1|Iowa DNR|R7|41.516399|-90.618896||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630019|191630019|840191630019|RWD|Permanent|0019|Davenport, Black Hawk|Inactive|IA1|Iowa DNR|R7|41.516399|-90.618896||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630019|191630019|840191630019|RWS|Permanent|0019|Davenport, Black Hawk|Inactive|IA1|Iowa DNR|R7|41.516399|-90.618896||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191630020|191630020|840191630020|TEMP|Permanent|0020|Davenport, Hayes School|Active|IA1|Iowa DNR|R7|41.512032|-90.624016||-6.00|US|||19|IA|163|SCOTT +191630020|191630020|840191630020|BARPR|Permanent|0020|Davenport, Hayes School|Active|IA1|Iowa DNR|R7|41.512032|-90.624016||-6.00|US|||19|IA|163|SCOTT +191630020|191630020|840191630020|RWD|Permanent|0020|Davenport, Hayes School|Active|IA1|Iowa DNR|R7|41.512032|-90.624016||-6.00|US|||19|IA|163|SCOTT +191630020|191630020|840191630020|RWS|Permanent|0020|Davenport, Hayes School|Active|IA1|Iowa DNR|R7|41.512032|-90.624016||-6.00|US|||19|IA|163|SCOTT +191632011|191632011|840191632011|WS|Permanent|2011|ARGO|Inactive|IA1|Iowa DNR|R7|41.647500|-90.430800||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191632011|191632011|840191632011|WD|Permanent|2011|ARGO|Inactive|IA1|Iowa DNR|R7|41.647500|-90.430800||-6.00|US|19340| Davenport-Moline-Rock Island, IA-IL |19|IA|163|SCOTT +191690011|191690011|840191690011|O3|Permanent|0011|SLATER|Inactive|IA2|Polk Co. Air Quality Division|R7|41.882900|-93.687900|316.300|-6.00|US|11180| Ames, IA |19|IA|169|STORY +191690011|191690011|840191690011|RWD|Permanent|0011|SLATER|Inactive|IA2|Polk Co. Air Quality Division|R7|41.882900|-93.687900|316.300|-6.00|US|11180| Ames, IA |19|IA|169|STORY +191690011|191690011|840191690011|RWS|Permanent|0011|SLATER|Inactive|IA2|Polk Co. Air Quality Division|R7|41.882900|-93.687900|316.300|-6.00|US|11180| Ames, IA |19|IA|169|STORY +191699011|191699011|840191699011|O3|Permanent|9011|SLATER2|Inactive|IA2|Polk Co. Air Quality Division|R7|41.882900|-93.687897|316.300|-6.00|US|11180| Ames, IA |19|IA|169|STORY +191770006|191770006|840191770006|O3|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|PM2.5|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|NO2|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|SO2|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|TEMP|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|RHUM|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|BARPR|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|NOX|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|NO|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|RWD|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191770006|191770006|840191770006|RWS|Permanent|0006|Lake Sugema|Active|IA1|Iowa DNR|R7|40.693298|-92.006104||-6.00|US|||19|IA|177|VAN BUREN +191819022|191819022|840191819022|O3|Permanent|9022|AHQUABI2|Inactive|IA2|Polk Co. Air Quality Division|R7|41.285300|-93.583900||-6.00|US|19780| Des Moines, IA |19|IA|181|WARREN +200570002|200570002|840200570002|PM10|Permanent|0002|Dodge City|Active|KS1|Kansas Dept. of Health and Environment|R7|37.766700|-100.033300|803.700|-6.00|US|19980| Dodge City, KS |20|KS|057|FORD +200910010|200910010|840200910010|PM10|Permanent|0010|Heritage Park|Active|KS1|Kansas Dept. of Health and Environment|R7|38.838600|-94.746400||-6.00|US|28140| Kansas City, MO-KS |20|KS|091|JOHNSON +200910010|200910010|840200910010|PMC|Permanent|0010|Heritage Park|Active|KS1|Kansas Dept. of Health and Environment|R7|38.838600|-94.746400||-6.00|US|28140| Kansas City, MO-KS |20|KS|091|JOHNSON +200910010|200910010|840200910010|O3|Permanent|0010|Heritage Park|Active|KS1|Kansas Dept. of Health and Environment|R7|38.838600|-94.746400||-6.00|US|28140| Kansas City, MO-KS |20|KS|091|JOHNSON +200910010|200910010|840200910010|PM2.5|Permanent|0010|Heritage Park|Active|KS1|Kansas Dept. of Health and Environment|R7|38.838600|-94.746400||-6.00|US|28140| Kansas City, MO-KS |20|KS|091|JOHNSON +201030003|201030003|840201030003|O3|Permanent|0003|Leavenworth-U.S. Penitentiary|Active|KS1|Kansas Dept. of Health and Environment|R7|39.327500|-94.951300|266.900|-6.00|US|28140| Kansas City, MO-KS |20|KS|103|LEAVENWORTH +201070002|201070002|840201070002|O3|Permanent|0002|Minecrek|Inactive|KS1|Kansas Dept. of Health and Environment|R7|38.135800|-94.731900||-6.00|US|28140| Kansas City, MO-KS |20|KS|107|LINN +201070002|201070002|840201070002|PM2.5|Permanent|0002|Minecrek|Inactive|KS1|Kansas Dept. of Health and Environment|R7|38.135800|-94.731900||-6.00|US|28140| Kansas City, MO-KS |20|KS|107|LINN +201250006|201250006|840201250006|PM10|Permanent|0006|Coffeyville|Inactive|KS1|Kansas Dept. of Health and Environment|R7|37.046902|-95.613297|226.000|-6.00|US|17700| Coffeyville, KS |20|KS|125|MONTGOMERY +201330003|201330003|840201330003|O3|Permanent|0003|Chanute|Active|KS1|Kansas Dept. of Health and Environment|R7|37.676960|-95.475940||-6.00|US|||20|KS|133|NEOSHO +201330003|201330003|840201330003|PM2.5|Permanent|0003|Chanute|Active|KS1|Kansas Dept. of Health and Environment|R7|37.676960|-95.475940||-6.00|US|||20|KS|133|NEOSHO +201330003|201330003|840201330003|PM10|Permanent|0003|Chanute|Active|KS1|Kansas Dept. of Health and Environment|R7|37.676960|-95.475940||-6.00|US|||20|KS|133|NEOSHO +201330003|201330003|840201330003|NO2|Permanent|0003|Chanute|Active|KS1|Kansas Dept. of Health and Environment|R7|37.676960|-95.475940||-6.00|US|||20|KS|133|NEOSHO +201330003|201330003|840201330003|SO2|Permanent|0003|Chanute|Active|KS1|Kansas Dept. of Health and Environment|R7|37.676960|-95.475940||-6.00|US|||20|KS|133|NEOSHO +201330003|201330003|840201330003|NOX|Permanent|0003|Chanute|Active|KS1|Kansas Dept. of Health and Environment|R7|37.676960|-95.475940||-6.00|US|||20|KS|133|NEOSHO +201330003|201330003|840201330003|NO|Permanent|0003|Chanute|Active|KS1|Kansas Dept. of Health and Environment|R7|37.676960|-95.475940||-6.00|US|||20|KS|133|NEOSHO +201330003|201330003|840201330003|PMC|Permanent|0003|Chanute|Active|KS1|Kansas Dept. of Health and Environment|R7|37.676960|-95.475940||-6.00|US|||20|KS|133|NEOSHO +201619991|201619991|840201619991|TEMP|Permanent|9991|Konza Prairie|Inactive|OAP|EPA Office of Atmospheric Programs|R3|39.102100|-96.609600|348.000|-6.00|US|31740| Manhattan, KS |20|KS|161|RILEY +201730001|201730001|840201730001|O3|Permanent|0001|WPrkCity|Inactive|KS1|Kansas Dept. of Health and Environment|R7|37.781399|-97.337196||-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730008|201730008|840201730008|PM10|Permanent|0008|Geo. Washington & Skinner|Inactive|KS1|Kansas Dept. of Health and Environment|R7|37.659700|-97.297200|393.100|-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730009|201730009|840201730009|PM10|Permanent|0009|Pawnee & Glenn|Inactive|KS1|Kansas Dept. of Health and Environment|R7|37.651100|-97.362200|393.100|-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730010|201730010|840201730010|O3|Permanent|0010|WHlthDpt|Active|KS1|Kansas Dept. of Health and Environment|R7|37.701100|-97.313900||-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730010|201730010|840201730010|PM2.5|Permanent|0010|WHlthDpt|Active|KS1|Kansas Dept. of Health and Environment|R7|37.701100|-97.313900||-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730010|201730010|840201730010|PM10|Permanent|0010|WHlthDpt|Active|KS1|Kansas Dept. of Health and Environment|R7|37.701100|-97.313900||-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730010|201730010|840201730010|NO2|Permanent|0010|WHlthDpt|Active|KS1|Kansas Dept. of Health and Environment|R7|37.701100|-97.313900||-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730010|201730010|840201730010|NOX|Permanent|0010|WHlthDpt|Active|KS1|Kansas Dept. of Health and Environment|R7|37.701100|-97.313900||-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730010|201730010|840201730010|NO|Permanent|0010|WHlthDpt|Active|KS1|Kansas Dept. of Health and Environment|R7|37.701100|-97.313900||-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730010|201730010|840201730010|PMC|Permanent|0010|WHlthDpt|Active|KS1|Kansas Dept. of Health and Environment|R7|37.701100|-97.313900||-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201730018|201730018|840201730018|O3|Permanent|0018|Sedgwick|Active|KS1|Kansas Dept. of Health and Environment|R7|37.897499|-97.492073||-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201731012|201731012|840201731012|PM10|Permanent|1012|K96 & Hydraulic|Inactive|KS1|Kansas Dept. of Health and Environment|R7|37.747200|-97.316400|402.000|-6.00|US|48620| Wichita, KS |20|KS|173|SEDGWICK +201770013|201770013|840201770013|PMC|Permanent|0013|KNI-Topeka|Active|KS1|Kansas Dept. of Health and Environment|R7|39.024200|-95.711400|280.000|-6.00|US|45820| Topeka, KS |20|KS|177|SHAWNEE +201770013|201770013|840201770013|O3|Permanent|0013|KNI-Topeka|Active|KS1|Kansas Dept. of Health and Environment|R7|39.024200|-95.711400|280.000|-6.00|US|45820| Topeka, KS |20|KS|177|SHAWNEE +201770013|201770013|840201770013|PM2.5|Permanent|0013|KNI-Topeka|Active|KS1|Kansas Dept. of Health and Environment|R7|39.024200|-95.711400|280.000|-6.00|US|45820| Topeka, KS |20|KS|177|SHAWNEE +201770013|201770013|840201770013|PM10|Permanent|0013|KNI-Topeka|Active|KS1|Kansas Dept. of Health and Environment|R7|39.024200|-95.711400|280.000|-6.00|US|45820| Topeka, KS |20|KS|177|SHAWNEE +201810003|201810003|840201810003|PM10|Permanent|0003|Goodland|Active|KS1|Kansas Dept. of Health and Environment|R7|39.342801|-101.702996||-7.00|US|||20|KS|181|SHERMAN +201910002|201910002|840201910002|NOX|Permanent|0002|PECK|Active|KS1|Kansas Dept. of Health and Environment|R7|37.476900|-97.366400||-6.00|US|48620| Wichita, KS |20|KS|191|SUMNER +201910002|201910002|840201910002|NO|Permanent|0002|PECK|Active|KS1|Kansas Dept. of Health and Environment|R7|37.476900|-97.366400||-6.00|US|48620| Wichita, KS |20|KS|191|SUMNER +201910002|201910002|840201910002|PMC|Permanent|0002|PECK|Active|KS1|Kansas Dept. of Health and Environment|R7|37.476900|-97.366400||-6.00|US|48620| Wichita, KS |20|KS|191|SUMNER +201910002|201910002|840201910002|O3|Permanent|0002|PECK|Active|KS1|Kansas Dept. of Health and Environment|R7|37.476900|-97.366400||-6.00|US|48620| Wichita, KS |20|KS|191|SUMNER +201910002|201910002|840201910002|PM2.5|Permanent|0002|PECK|Active|KS1|Kansas Dept. of Health and Environment|R7|37.476900|-97.366400||-6.00|US|48620| Wichita, KS |20|KS|191|SUMNER +201910002|201910002|840201910002|PM10|Permanent|0002|PECK|Active|KS1|Kansas Dept. of Health and Environment|R7|37.476900|-97.366400||-6.00|US|48620| Wichita, KS |20|KS|191|SUMNER +201910002|201910002|840201910002|NO2|Permanent|0002|PECK|Active|KS1|Kansas Dept. of Health and Environment|R7|37.476900|-97.366400||-6.00|US|48620| Wichita, KS |20|KS|191|SUMNER +201910002|201910002|840201910002|SO2|Permanent|0002|PECK|Active|KS1|Kansas Dept. of Health and Environment|R7|37.476900|-97.366400||-6.00|US|48620| Wichita, KS |20|KS|191|SUMNER +201950001|201950001|840201950001|PM10|Permanent|0001|Cedar Bluff|Active|KS1|Kansas Dept. of Health and Environment|R7|38.770300|-99.763600||-6.00|US|||20|KS|195|TREGO +201950001|201950001|840201950001|NO2|Permanent|0001|Cedar Bluff|Active|KS1|Kansas Dept. of Health and Environment|R7|38.770300|-99.763600||-6.00|US|||20|KS|195|TREGO +201950001|201950001|840201950001|SO2|Permanent|0001|Cedar Bluff|Active|KS1|Kansas Dept. of Health and Environment|R7|38.770300|-99.763600||-6.00|US|||20|KS|195|TREGO +201950001|201950001|840201950001|NOX|Permanent|0001|Cedar Bluff|Active|KS1|Kansas Dept. of Health and Environment|R7|38.770300|-99.763600||-6.00|US|||20|KS|195|TREGO +201950001|201950001|840201950001|NO|Permanent|0001|Cedar Bluff|Active|KS1|Kansas Dept. of Health and Environment|R7|38.770300|-99.763600||-6.00|US|||20|KS|195|TREGO +201950001|201950001|840201950001|PMC|Permanent|0001|Cedar Bluff|Active|KS1|Kansas Dept. of Health and Environment|R7|38.770300|-99.763600||-6.00|US|||20|KS|195|TREGO +201950001|201950001|840201950001|O3|Permanent|0001|Cedar Bluff|Active|KS1|Kansas Dept. of Health and Environment|R7|38.770300|-99.763600||-6.00|US|||20|KS|195|TREGO +201950001|201950001|840201950001|PM2.5|Permanent|0001|Cedar Bluff|Active|KS1|Kansas Dept. of Health and Environment|R7|38.770300|-99.763600||-6.00|US|||20|KS|195|TREGO +202090021|202090021|840202090021|O3|Permanent|0021|WY/KC|Active|KS1|Kansas Dept. of Health and Environment|R7|39.117500|-94.635600||-6.00|US|28140| Kansas City, MO-KS |20|KS|209|WYANDOTTE +202090021|202090021|840202090021|PM2.5|Permanent|0021|WY/KC|Active|KS1|Kansas Dept. of Health and Environment|R7|39.117500|-94.635600||-6.00|US|28140| Kansas City, MO-KS |20|KS|209|WYANDOTTE +202090021|202090021|840202090021|PM10|Permanent|0021|WY/KC|Active|KS1|Kansas Dept. of Health and Environment|R7|39.117500|-94.635600||-6.00|US|28140| Kansas City, MO-KS |20|KS|209|WYANDOTTE +202090021|202090021|840202090021|NO2|Permanent|0021|WY/KC|Active|KS1|Kansas Dept. of Health and Environment|R7|39.117500|-94.635600||-6.00|US|28140| Kansas City, MO-KS |20|KS|209|WYANDOTTE +202090021|202090021|840202090021|SO2|Permanent|0021|WY/KC|Active|KS1|Kansas Dept. of Health and Environment|R7|39.117500|-94.635600||-6.00|US|28140| Kansas City, MO-KS |20|KS|209|WYANDOTTE +202090021|202090021|840202090021|NOX|Permanent|0021|WY/KC|Active|KS1|Kansas Dept. of Health and Environment|R7|39.117500|-94.635600||-6.00|US|28140| Kansas City, MO-KS |20|KS|209|WYANDOTTE +202090021|202090021|840202090021|NO|Permanent|0021|WY/KC|Active|KS1|Kansas Dept. of Health and Environment|R7|39.117500|-94.635600||-6.00|US|28140| Kansas City, MO-KS |20|KS|209|WYANDOTTE +202090021|202090021|840202090021|PMC|Permanent|0021|WY/KC|Active|KS1|Kansas Dept. of Health and Environment|R7|39.117500|-94.635600||-6.00|US|28140| Kansas City, MO-KS |20|KS|209|WYANDOTTE +210130002|210130002|840210130002|O3|Permanent|0002|MIDAIR|Active|KY1|Kentucky DEP|R4|36.608100|-83.736900||-5.00|US|33180| Middlesborough, KY |21|KY|013|BELL +210130002|210130002|840210130002|PM2.5|Permanent|0002|MIDAIR|Active|KY1|Kentucky DEP|R4|36.608100|-83.736900||-5.00|US|33180| Middlesborough, KY |21|KY|013|BELL +210131002|210131002|840210131002|SRAD|Permanent|1002|Cumberland Gap NHP - Hensley Settlement|Inactive|NPS|National Park Service|USEPA|36.671902|-83.526398|1013.500|-5.00|US|33180| Middlesborough, KY |21|KY|013|BELL +210131002|210131002|840210131002|PRECIP|Permanent|1002|Cumberland Gap NHP - Hensley Settlement|Inactive|NPS|National Park Service|USEPA|36.671902|-83.526398|1013.500|-5.00|US|33180| Middlesborough, KY |21|KY|013|BELL +210131002|210131002|840210131002|O3|Permanent|1002|Cumberland Gap NHP - Hensley Settlement|Inactive|NPS|National Park Service|USEPA|36.671902|-83.526398|1013.500|-5.00|US|33180| Middlesborough, KY |21|KY|013|BELL +210131002|210131002|840210131002|TEMP|Permanent|1002|Cumberland Gap NHP - Hensley Settlement|Inactive|NPS|National Park Service|USEPA|36.671902|-83.526398|1013.500|-5.00|US|33180| Middlesborough, KY |21|KY|013|BELL +210131002|210131002|840210131002|WS|Permanent|1002|Cumberland Gap NHP - Hensley Settlement|Inactive|NPS|National Park Service|USEPA|36.671902|-83.526398|1013.500|-5.00|US|33180| Middlesborough, KY |21|KY|013|BELL +210131002|210131002|840210131002|WD|Permanent|1002|Cumberland Gap NHP - Hensley Settlement|Inactive|NPS|National Park Service|USEPA|36.671902|-83.526398|1013.500|-5.00|US|33180| Middlesborough, KY |21|KY|013|BELL +210131002|210131002|840210131002|RHUM|Permanent|1002|Cumberland Gap NHP - Hensley Settlement|Inactive|NPS|National Park Service|USEPA|36.671902|-83.526398|1013.500|-5.00|US|33180| Middlesborough, KY |21|KY|013|BELL +210150003|210150003|840210150003|O3|Permanent|0003|EASTBND|Inactive|KY1|Kentucky DEP|R4|38.918100|-84.852800||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |21|KY|015|BOONE +840210150008|210150008|840210150008|O3|Permanent|0008|Nature Center|Active|KY1|Kentucky DEP|R4|38.967461|-84.721483||-5.00|US|||21|KY|015|BOONE +210190017|210190017|840210190017|O3|Permanent|0017|FIVCO|Active|KY1|Kentucky DEP|R4|38.459200|-82.633900||-5.00|US|26580| Huntington-Ashland, WV-KY-OH |21|KY|019|BOYD +210190017|210190017|840210190017|PM2.5|Permanent|0017|FIVCO|Active|KY1|Kentucky DEP|R4|38.459200|-82.633900||-5.00|US|26580| Huntington-Ashland, WV-KY-OH |21|KY|019|BOYD +210290006|210290006|840210290006|O3|Permanent|0006|SHEPVILL|Active|KY1|Kentucky DEP|R4|37.985600|-85.713100||-5.00|US|31140| Louisville, KY-IN |21|KY|029|BULLITT +210373002|210373002|840210373002|O3|Permanent|3002|NKU|Active|KY1|Kentucky DEP|R4|39.021700|-84.474400||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |21|KY|037|CAMPBELL +210373002|210373002|840210373002|PM2.5|Permanent|3002|NKU|Active|KY1|Kentucky DEP|R4|39.021700|-84.474400||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |21|KY|037|CAMPBELL +210430500|210430500|840210430500|O3|Permanent|0500|GRAYSON|Active|KY1|Kentucky DEP|R4|38.238300|-82.988300||-5.00|US|||21|KY|043|CARTER +210430500|210430500|840210430500|PM2.5|Permanent|0500|GRAYSON|Active|KY1|Kentucky DEP|R4|38.238300|-82.988300||-5.00|US|||21|KY|043|CARTER +210470006|210470006|840210470006|PM2.5|Permanent|0006|Hopkinsville|Active|KY1|Kentucky DEP|R4|36.911667|-87.323608||-5.00|US|||21|KY|047|CHRISTIAN +210470006|210470006|840210470006|O3|Permanent|0006|Hopkinsville|Active|KY1|Kentucky DEP|R4|36.911667|-87.323608||-5.00|US|||21|KY|047|CHRISTIAN +210590005|210590005|840210590005|O3|Permanent|0005|OWENPRI|Active|KY1|Kentucky DEP|R4|37.780800|-87.075600||-6.00|US|36980| Owensboro, KY |21|KY|059|DAVIESS +210590005|210590005|840210590005|PM2.5|Permanent|0005|OWENPRI|Active|KY1|Kentucky DEP|R4|37.780800|-87.075600||-6.00|US|36980| Owensboro, KY |21|KY|059|DAVIESS +210610501|210610501|840210610501|RWD|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|RWS|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|O3|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|PM2.5|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|TEMP|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|RHUM|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|BARPR|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|SRAD|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|WS|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|WD|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210610501|210610501|840210610501|PRECIP|Permanent|0501|Mammoth Cave NP|Active|NPS|National Park Service|USEPA|37.131400|-86.148100|236.100|-6.00|US|14540| Bowling Green, KY |21|KY|061|EDMONSON +210670012|210670012|840210670012|O3|Permanent|0012|NEWTWN|Active|KY1|Kentucky DEP|R4|38.065000|-84.500000||-5.00|US|30460| Lexington-Fayette, KY |21|KY|067|FAYETTE +210670012|210670012|840210670012|PM2.5|Permanent|0012|NEWTWN|Active|KY1|Kentucky DEP|R4|38.065000|-84.500000||-5.00|US|30460| Lexington-Fayette, KY |21|KY|067|FAYETTE +210890007|210890007|840210890007|O3|Permanent|0007|WORTH2002|Active|KY1|Kentucky DEP|R4|38.548300|-82.731700||-5.00|US|26580| Huntington-Ashland, WV-KY-OH |21|KY|089|GREENUP +210890008|210890008|840210890008|O3|Permanent|0008|N/A|Inactive|KY1|Kentucky DEP|R4|50.000000|-150.000000||-5.00|US|||21|KY|089|GREENUP +210910012|210910012|840210910012|O3|Permanent|0012|LEWISPOR|Active|KY1|Kentucky DEP|R4|37.938900|-86.896900||-6.00|US|36980| Owensboro, KY |21|KY|091|HANCOCK +210930006|210930006|840210930006|O3|Permanent|0006|ETOWN2|Active|KY1|Kentucky DEP|R4|37.706400|-85.851700||-5.00|US|21060| Elizabethtown, KY |21|KY|093|HARDIN +210930006|210930006|840210930006|PM2.5|Permanent|0006|ETOWN2|Active|KY1|Kentucky DEP|R4|37.706400|-85.851700||-5.00|US|21060| Elizabethtown, KY |21|KY|093|HARDIN +840211011011|211011011|840211011011|SO2|Permanent|1011|Sebree|Active|KY1|Kentucky DEP|R4|37.654381|-87.511427||-6.00|US|||21|KY|101|HENDERSON +211110027|211110027|840211110027|O3|Permanent|0027|BATES|Inactive|KY2|Louisville Metro Air Pollution Control District |R4|38.137200|-85.578300||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110027|211110027|840211110027|PM2.5|Permanent|0027|BATES|Inactive|KY2|Louisville Metro Air Pollution Control District |R4|38.137200|-85.578300||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110043|211110043|840211110043|PM2.5|Permanent|0043|Southwick Community Center|Inactive|KY2|Louisville Metro Air Pollution Control District |R4|38.231700|-85.815600||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110043|211110043|840211110043|PM10|Permanent|0043|Southwick Community Center|Inactive|KY2|Louisville Metro Air Pollution Control District |R4|38.231700|-85.815600||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110044|211110044|840211110044|PM10|Permanent|0044|Wyandotte Park|Inactive|KY2|Louisville Metro Air Pollution Control District |R4|38.191100|-85.779200||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110051|211110051|840211110051|O3|Permanent|0051|WATSON|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.060800|-85.896100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110051|211110051|840211110051|PM2.5|Permanent|0051|WATSON|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.060800|-85.896100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110051|211110051|840211110051|PM10|Permanent|0051|WATSON|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.060800|-85.896100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110051|211110051|840211110051|RWS|Permanent|0051|WATSON|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.060800|-85.896100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110051|211110051|840211110051|SO2|Permanent|0051|WATSON|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.060800|-85.896100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110051|211110051|840211110051|RWD|Permanent|0051|WATSON|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.060800|-85.896100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110067|211110067|840211110067|O3|Permanent|0067|Cannons Lane|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.228600|-85.654400|164.100|-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110067|211110067|840211110067|PM2.5|Permanent|0067|Cannons Lane|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.228600|-85.654400|164.100|-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110067|211110067|840211110067|PM10|Permanent|0067|Cannons Lane|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.228600|-85.654400|164.100|-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110067|211110067|840211110067|NO2|Permanent|0067|Cannons Lane|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.228600|-85.654400|164.100|-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110067|211110067|840211110067|CO|Permanent|0067|Cannons Lane|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.228600|-85.654400|164.100|-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110067|211110067|840211110067|SO2|Permanent|0067|Cannons Lane|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.228600|-85.654400|164.100|-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110067|211110067|840211110067|RWD|Permanent|0067|Cannons Lane|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.228600|-85.654400|164.100|-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110067|211110067|840211110067|RWS|Permanent|0067|Cannons Lane|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.228600|-85.654400|164.100|-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110075|211110075|840211110075|PM2.5|Permanent|0075|Near Road|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.193500|-85.712100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110075|211110075|840211110075|PM10|Permanent|0075|Near Road|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.193500|-85.712100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110075|211110075|840211110075|NO2|Permanent|0075|Near Road|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.193500|-85.712100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110075|211110075|840211110075|CO|Permanent|0075|Near Road|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.193500|-85.712100||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211110080|211110080|840211110080|PM10|Permanent|0080|Carrithers Middle School|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.182500|-85.574400||-5.00|US|||21|KY|111|JEFFERSON +211110080|211110080|840211110080|RWD|Permanent|0080|Carrithers Middle School|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.182500|-85.574400||-5.00|US|||21|KY|111|JEFFERSON +211110080|211110080|840211110080|RWS|Permanent|0080|Carrithers Middle School|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.182500|-85.574400||-5.00|US|||21|KY|111|JEFFERSON +211110080|211110080|840211110080|O3|Permanent|0080|Carrithers Middle School|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.182500|-85.574400||-5.00|US|||21|KY|111|JEFFERSON +211110080|211110080|840211110080|PM2.5|Permanent|0080|Carrithers Middle School|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.182500|-85.574400||-5.00|US|||21|KY|111|JEFFERSON +211111021|211111021|840211111021|O3|Permanent|1021|WLKYTV|Inactive|KY2|Louisville Metro Air Pollution Control District |R4|38.263599|-85.711700||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211111041|211111041|840211111041|PM2.5|Permanent|1041|Algonquin Parkway|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.231580|-85.826750||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211111041|211111041|840211111041|PM10|Permanent|1041|Algonquin Parkway|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.231580|-85.826750||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211111041|211111041|840211111041|SO2|Permanent|1041|Algonquin Parkway|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.231580|-85.826750||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211111041|211111041|840211111041|RWD|Permanent|1041|Algonquin Parkway|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.231580|-85.826750||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211111041|211111041|840211111041|RWS|Permanent|1041|Algonquin Parkway|Active|KY2|Louisville Metro Air Pollution Control District |R4|38.231580|-85.826750||-5.00|US|31140| Louisville, KY-IN |21|KY|111|JEFFERSON +211130001|211130001|840211130001|O3|Permanent|0001|NICHVILL|Active|KY1|Kentucky DEP|R4|37.893300|-84.589200||-5.00|US|30460| Lexington-Fayette, KY |21|KY|113|JESSAMINE +211170007|211170007|840211170007|O3|Permanent|0007|CHASE|Inactive|KY1|Kentucky DEP|R4|39.072498|-84.525002||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |21|KY|117|KENTON +211170007|211170007|840211170007|PM2.5|Permanent|0007|CHASE|Inactive|KY1|Kentucky DEP|R4|39.072498|-84.525002||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |21|KY|117|KENTON +211390003|211390003|840211390003|O3|Permanent|0003|SMITHLD|Active|KY1|Kentucky DEP|R4|37.155600|-88.393100||-6.00|US|37140| Paducah, KY-IL |21|KY|139|LIVINGSTON +211451024|211451024|840211451024|O3|Permanent|1024|JPRECC|Active|KY1|Kentucky DEP|R4|37.058100|-88.572500||-6.00|US|37140| Paducah, KY-IL |21|KY|145|MC CRACKEN +211451024|211451024|840211451024|PM2.5|Permanent|1024|JPRECC|Active|KY1|Kentucky DEP|R4|37.058100|-88.572500||-6.00|US|37140| Paducah, KY-IL |21|KY|145|MC CRACKEN +211759991|211759991|840211759991|O3|Permanent|9991|Crockett|Active|OAP|EPA Office of Atmospheric Programs|R3|37.921400|-83.066200|455.100|-5.00|US|||21|KY|175|MORGAN +211759991|211759991|840211759991|TEMP|Permanent|9991|Crockett|Active|OAP|EPA Office of Atmospheric Programs|R3|37.921400|-83.066200|455.100|-5.00|US|||21|KY|175|MORGAN +211830032|211830032|840211830032|PM2.5|Permanent|0032|Echols|Inactive|KY1|Kentucky DEP|R4|37.197201|-86.956100||-5.00|US|16420| Central City, KY |21|KY|183|OHIO +211850004|211850004|840211850004|O3|Permanent|0004|BUCKNER|Active|KY1|Kentucky DEP|R4|38.398600|-85.443300||-5.00|US|31140| Louisville, KY-IN |21|KY|185|OLDHAM +211930003|211930003|840211930003|PM2.5|Permanent|0003|HAZ2|Active|KY1|Kentucky DEP|R4|37.283100|-83.220300||-5.00|US|||21|KY|193|PERRY +211930003|211930003|840211930003|O3|Permanent|0003|HAZ2|Active|KY1|Kentucky DEP|R4|37.283100|-83.220300||-5.00|US|||21|KY|193|PERRY +211950002|211950002|840211950002|O3|Permanent|0002|PIKE2001|Active|KY1|Kentucky DEP|R4|37.482800|-82.535300||-5.00|US|||21|KY|195|PIKE +211950002|211950002|840211950002|PM2.5|Permanent|0002|PIKE2001|Active|KY1|Kentucky DEP|R4|37.482800|-82.535300||-5.00|US|||21|KY|195|PIKE +211990003|211990003|840211990003|O3|Permanent|0003|SOMERST|Active|KY1|Kentucky DEP|R4|37.097801|-84.611702||-5.00|US|43700| Somerset, KY |21|KY|199|PULASKI +211990003|211990003|840211990003|PM2.5|Permanent|0003|SOMERST|Active|KY1|Kentucky DEP|R4|37.097801|-84.611702||-5.00|US|43700| Somerset, KY |21|KY|199|PULASKI +212130004|212130004|840212130004|O3|Permanent|0004|FRANKLN|Active|KY1|Kentucky DEP|R4|36.708600|-86.566400||-6.00|US|||21|KY|213|SIMPSON +212218001|212218001|840212218001|O3|Permanent|8001|CADIZ|Inactive|AL3|Tennessee Valley Authority|R4|36.783901|-87.851898||-6.00|US|17300| Clarksville, TN-KY |21|KY|221|TRIGG +212219991|212219991|840212219991|O3|Permanent|9991|Cadiz|Active|OAP|EPA Office of Atmospheric Programs|R3|36.784100|-87.849900|189.100|-6.00|US|17300| Clarksville, TN-KY |21|KY|221|TRIGG +212219991|212219991|840212219991|TEMP|Permanent|9991|Cadiz|Active|OAP|EPA Office of Atmospheric Programs|R3|36.784100|-87.849900|189.100|-6.00|US|17300| Clarksville, TN-KY |21|KY|221|TRIGG +212270008|212270008|840212270008|O3|Permanent|0008|OAKLAND|Inactive|KY1|Kentucky DEP|R4|37.036700|-86.250600||-6.00|US|14540| Bowling Green, KY |21|KY|227|WARREN +212270008|212270008|840212270008|PM2.5|Permanent|0008|OAKLAND|Inactive|KY1|Kentucky DEP|R4|37.036700|-86.250600||-6.00|US|14540| Bowling Green, KY |21|KY|227|WARREN +212270009|212270009|840212270009|O3|Permanent|0009|Smiths Grove|Active|KY1|Kentucky DEP|R4|37.049260|-86.214870||-5.00|US|||21|KY|227|WARREN +212270009|212270009|840212270009|PM2.5|Permanent|0009|Smiths Grove|Active|KY1|Kentucky DEP|R4|37.049260|-86.214870||-5.00|US|||21|KY|227|WARREN +212299991|212299991|840212299991|O3|Permanent|9991|Mackville|Active|OAP|EPA Office of Atmospheric Programs|R3|37.704600|-85.048500|353.200|-5.00|US|||21|KY|229|WASHINGTON +212299991|212299991|840212299991|TEMP|Permanent|9991|Mackville|Active|OAP|EPA Office of Atmospheric Programs|R3|37.704600|-85.048500|353.200|-5.00|US|||21|KY|229|WASHINGTON +220050004|220050004|840220050004|O3|Permanent|0004|Dutchtown|Active|LA1|Louisiana Department of Environmental Quality|R6|30.229400|-90.965600||-6.00|US|12940| Baton Rouge, LA |22|LA|005|ASCENSION +220050004|220050004|840220050004|WS|Permanent|0004|Dutchtown|Active|LA1|Louisiana Department of Environmental Quality|R6|30.229400|-90.965600||-6.00|US|12940| Baton Rouge, LA |22|LA|005|ASCENSION +220050004|220050004|840220050004|WD|Permanent|0004|Dutchtown|Active|LA1|Louisiana Department of Environmental Quality|R6|30.229400|-90.965600||-6.00|US|12940| Baton Rouge, LA |22|LA|005|ASCENSION +220050004|220050004|840220050004|RWD|Permanent|0004|Dutchtown|Active|LA1|Louisiana Department of Environmental Quality|R6|30.229400|-90.965600||-6.00|US|12940| Baton Rouge, LA |22|LA|005|ASCENSION +220050004|220050004|840220050004|RWS|Permanent|0004|Dutchtown|Active|LA1|Louisiana Department of Environmental Quality|R6|30.229400|-90.965600||-6.00|US|12940| Baton Rouge, LA |22|LA|005|ASCENSION +220150008|220150008|840220150008|O3|Permanent|0008|Shreveport Airport|Active|LA1|Louisiana Department of Environmental Quality|R6|32.536400|-93.749200||-6.00|US|43340| Shreveport-Bossier City, LA |22|LA|015|BOSSIER +220150008|220150008|840220150008|PM2.5|Permanent|0008|Shreveport Airport|Active|LA1|Louisiana Department of Environmental Quality|R6|32.536400|-93.749200||-6.00|US|43340| Shreveport-Bossier City, LA |22|LA|015|BOSSIER +220150008|220150008|840220150008|PM10|Permanent|0008|Shreveport Airport|Active|LA1|Louisiana Department of Environmental Quality|R6|32.536400|-93.749200||-6.00|US|43340| Shreveport-Bossier City, LA |22|LA|015|BOSSIER +220170001|220170001|840220170001|O3|Permanent|0001|Dixie|Active|LA1|Louisiana Department of Environmental Quality|R6|32.683300|-93.861700||-6.00|US|43340| Shreveport-Bossier City, LA |22|LA|017|CADDO +220190002|220190002|840220190002|O3|Permanent|0002|Carlyss|Active|LA1|Louisiana Department of Environmental Quality|R6|30.143300|-93.371900||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190002|220190002|840220190002|WS|Permanent|0002|Carlyss|Active|LA1|Louisiana Department of Environmental Quality|R6|30.143300|-93.371900||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190002|220190002|840220190002|WD|Permanent|0002|Carlyss|Active|LA1|Louisiana Department of Environmental Quality|R6|30.143300|-93.371900||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190002|220190002|840220190002|RWD|Permanent|0002|Carlyss|Active|LA1|Louisiana Department of Environmental Quality|R6|30.143300|-93.371900||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190002|220190002|840220190002|RWS|Permanent|0002|Carlyss|Active|LA1|Louisiana Department of Environmental Quality|R6|30.143300|-93.371900||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190008|220190008|840220190008|RWS|Permanent|0008|Westlake|Active|LA1|Louisiana Department of Environmental Quality|R6|30.262500|-93.285000||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190008|220190008|840220190008|PM2.5|Permanent|0008|Westlake|Active|LA1|Louisiana Department of Environmental Quality|R6|30.262500|-93.285000||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190008|220190008|840220190008|WS|Permanent|0008|Westlake|Active|LA1|Louisiana Department of Environmental Quality|R6|30.262500|-93.285000||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190008|220190008|840220190008|WD|Permanent|0008|Westlake|Active|LA1|Louisiana Department of Environmental Quality|R6|30.262500|-93.285000||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190008|220190008|840220190008|RWD|Permanent|0008|Westlake|Active|LA1|Louisiana Department of Environmental Quality|R6|30.262500|-93.285000||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190009|220190009|840220190009|WS|Permanent|0009|Vinton|Active|LA1|Louisiana Department of Environmental Quality|R6|30.227800|-93.579700||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190009|220190009|840220190009|WD|Permanent|0009|Vinton|Active|LA1|Louisiana Department of Environmental Quality|R6|30.227800|-93.579700||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190009|220190009|840220190009|RWD|Permanent|0009|Vinton|Active|LA1|Louisiana Department of Environmental Quality|R6|30.227800|-93.579700||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190009|220190009|840220190009|RWS|Permanent|0009|Vinton|Active|LA1|Louisiana Department of Environmental Quality|R6|30.227800|-93.579700||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220190009|220190009|840220190009|O3|Permanent|0009|Vinton|Active|LA1|Louisiana Department of Environmental Quality|R6|30.227800|-93.579700||-6.00|US|29340| Lake Charles, LA |22|LA|019|CALCASIEU +220330003|220330003|840220330003|WD|Permanent|0003|LSU|Active|LA1|Louisiana Department of Environmental Quality|R6|30.419700|-91.181900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330003|220330003|840220330003|RWD|Permanent|0003|LSU|Active|LA1|Louisiana Department of Environmental Quality|R6|30.419700|-91.181900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330003|220330003|840220330003|RWS|Permanent|0003|LSU|Active|LA1|Louisiana Department of Environmental Quality|R6|30.419700|-91.181900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330003|220330003|840220330003|O3|Permanent|0003|LSU|Active|LA1|Louisiana Department of Environmental Quality|R6|30.419700|-91.181900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330003|220330003|840220330003|WS|Permanent|0003|LSU|Active|LA1|Louisiana Department of Environmental Quality|R6|30.419700|-91.181900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330009|220330009|840220330009|RWD|Permanent|0009|Capitol|Active|LA1|Louisiana Department of Environmental Quality|R6|30.462200|-91.176900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330009|220330009|840220330009|RWS|Permanent|0009|Capitol|Active|LA1|Louisiana Department of Environmental Quality|R6|30.462200|-91.176900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330009|220330009|840220330009|O3|Permanent|0009|Capitol|Active|LA1|Louisiana Department of Environmental Quality|R6|30.462200|-91.176900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330009|220330009|840220330009|PM2.5|Permanent|0009|Capitol|Active|LA1|Louisiana Department of Environmental Quality|R6|30.462200|-91.176900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330009|220330009|840220330009|PM10|Permanent|0009|Capitol|Active|LA1|Louisiana Department of Environmental Quality|R6|30.462200|-91.176900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330009|220330009|840220330009|WS|Permanent|0009|Capitol|Active|LA1|Louisiana Department of Environmental Quality|R6|30.462200|-91.176900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330009|220330009|840220330009|WD|Permanent|0009|Capitol|Active|LA1|Louisiana Department of Environmental Quality|R6|30.462200|-91.176900||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330013|220330013|840220330013|O3|Permanent|0013|Pride|Active|LA1|Louisiana Department of Environmental Quality|R6|30.700800|-91.056100||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330013|220330013|840220330013|WS|Permanent|0013|Pride|Active|LA1|Louisiana Department of Environmental Quality|R6|30.700800|-91.056100||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330013|220330013|840220330013|WD|Permanent|0013|Pride|Active|LA1|Louisiana Department of Environmental Quality|R6|30.700800|-91.056100||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330013|220330013|840220330013|RWD|Permanent|0013|Pride|Active|LA1|Louisiana Department of Environmental Quality|R6|30.700800|-91.056100||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220330013|220330013|840220330013|RWS|Permanent|0013|Pride|Active|LA1|Louisiana Department of Environmental Quality|R6|30.700800|-91.056100||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220331001|220331001|840220331001|O3|Permanent|1001|Baker|Inactive|LA1|Louisiana Department of Environmental Quality|R6|30.587200|-91.207199||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220331001|220331001|840220331001|WS|Permanent|1001|Baker|Inactive|LA1|Louisiana Department of Environmental Quality|R6|30.587200|-91.207199||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220331001|220331001|840220331001|WD|Permanent|1001|Baker|Inactive|LA1|Louisiana Department of Environmental Quality|R6|30.587200|-91.207199||-6.00|US|12940| Baton Rouge, LA |22|LA|033|EAST BATON ROUGE +220332002|220332002|840220332002|WS|Permanent|2002|SOUTHERN|Inactive|LA1|Louisiana Department of Environmental Quality|R6|30.525700|-91.186200||-6.00|US|||22|LA|033|EAST BATON ROUGE +220332002|220332002|840220332002|WD|Permanent|2002|SOUTHERN|Inactive|LA1|Louisiana Department of Environmental Quality|R6|30.525700|-91.186200||-6.00|US|||22|LA|033|EAST BATON ROUGE +220470007|220470007|840220470007|O3|Permanent|0007|Grosse Tete|Inactive|LA1|Louisiana Department of Environmental Quality|R6|30.399401|-91.418297||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470007|220470007|840220470007|WS|Permanent|0007|Grosse Tete|Inactive|LA1|Louisiana Department of Environmental Quality|R6|30.399401|-91.418297||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470007|220470007|840220470007|WD|Permanent|0007|Grosse Tete|Inactive|LA1|Louisiana Department of Environmental Quality|R6|30.399401|-91.418297||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470009|220470009|840220470009|O3|Permanent|0009|Bayou Plaquemine|Active|LA1|Louisiana Department of Environmental Quality|R6|30.221100|-91.315300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470009|220470009|840220470009|WS|Permanent|0009|Bayou Plaquemine|Active|LA1|Louisiana Department of Environmental Quality|R6|30.221100|-91.315300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470009|220470009|840220470009|WD|Permanent|0009|Bayou Plaquemine|Active|LA1|Louisiana Department of Environmental Quality|R6|30.221100|-91.315300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470009|220470009|840220470009|RWD|Permanent|0009|Bayou Plaquemine|Active|LA1|Louisiana Department of Environmental Quality|R6|30.221100|-91.315300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470009|220470009|840220470009|RWS|Permanent|0009|Bayou Plaquemine|Active|LA1|Louisiana Department of Environmental Quality|R6|30.221100|-91.315300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470012|220470012|840220470012|O3|Permanent|0012|Carville|Active|LA1|Louisiana Department of Environmental Quality|R6|30.197500|-91.128300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470012|220470012|840220470012|WS|Permanent|0012|Carville|Active|LA1|Louisiana Department of Environmental Quality|R6|30.197500|-91.128300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470012|220470012|840220470012|WD|Permanent|0012|Carville|Active|LA1|Louisiana Department of Environmental Quality|R6|30.197500|-91.128300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470012|220470012|840220470012|RWD|Permanent|0012|Carville|Active|LA1|Louisiana Department of Environmental Quality|R6|30.197500|-91.128300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220470012|220470012|840220470012|RWS|Permanent|0012|Carville|Active|LA1|Louisiana Department of Environmental Quality|R6|30.197500|-91.128300||-6.00|US|12940| Baton Rouge, LA |22|LA|047|IBERVILLE +220511001|220511001|840220511001|RWS|Permanent|1001|Kenner|Active|LA1|Louisiana Department of Environmental Quality|R6|30.041100|-90.272800||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|051|JEFFERSON +220511001|220511001|840220511001|O3|Permanent|1001|Kenner|Active|LA1|Louisiana Department of Environmental Quality|R6|30.041100|-90.272800||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|051|JEFFERSON +220511001|220511001|840220511001|PM2.5|Permanent|1001|Kenner|Active|LA1|Louisiana Department of Environmental Quality|R6|30.041100|-90.272800||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|051|JEFFERSON +220511001|220511001|840220511001|WS|Permanent|1001|Kenner|Active|LA1|Louisiana Department of Environmental Quality|R6|30.041100|-90.272800||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|051|JEFFERSON +220511001|220511001|840220511001|WD|Permanent|1001|Kenner|Active|LA1|Louisiana Department of Environmental Quality|R6|30.041100|-90.272800||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|051|JEFFERSON +220511001|220511001|840220511001|RWD|Permanent|1001|Kenner|Active|LA1|Louisiana Department of Environmental Quality|R6|30.041100|-90.272800||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|051|JEFFERSON +220550007|220550007|840220550007|O3|Permanent|0007|Lafayette|Active|LA1|Louisiana Department of Environmental Quality|R6|30.225800|-92.042801||-6.00|US|29180| Lafayette, LA |22|LA|055|LAFAYETTE +220550007|220550007|840220550007|PM2.5|Permanent|0007|Lafayette|Active|LA1|Louisiana Department of Environmental Quality|R6|30.225800|-92.042801||-6.00|US|29180| Lafayette, LA |22|LA|055|LAFAYETTE +220550007|220550007|840220550007|PM10|Permanent|0007|Lafayette|Active|LA1|Louisiana Department of Environmental Quality|R6|30.225800|-92.042801||-6.00|US|29180| Lafayette, LA |22|LA|055|LAFAYETTE +220570004|220570004|840220570004|PM2.5|Permanent|0004|Thibodaux|Active|LA1|Louisiana Department of Environmental Quality|R6|29.763900|-90.765300|1.500|-6.00|US|26380| Houma-Bayou Cane-Thibodaux, LA |22|LA|057|LAFOURCHE +220570004|220570004|840220570004|O3|Permanent|0004|Thibodaux|Active|LA1|Louisiana Department of Environmental Quality|R6|29.763900|-90.765300|1.500|-6.00|US|26380| Houma-Bayou Cane-Thibodaux, LA |22|LA|057|LAFOURCHE +220630002|220630002|840220630002|O3|Permanent|0002|French Settlement|Active|LA1|Louisiana Department of Environmental Quality|R6|30.315000|-90.811400||-6.00|US|12940| Baton Rouge, LA |22|LA|063|LIVINGSTON +220630002|220630002|840220630002|PM2.5|Permanent|0002|French Settlement|Active|LA1|Louisiana Department of Environmental Quality|R6|30.315000|-90.811400||-6.00|US|12940| Baton Rouge, LA |22|LA|063|LIVINGSTON +220630002|220630002|840220630002|WS|Permanent|0002|French Settlement|Active|LA1|Louisiana Department of Environmental Quality|R6|30.315000|-90.811400||-6.00|US|12940| Baton Rouge, LA |22|LA|063|LIVINGSTON +220630002|220630002|840220630002|WD|Permanent|0002|French Settlement|Active|LA1|Louisiana Department of Environmental Quality|R6|30.315000|-90.811400||-6.00|US|12940| Baton Rouge, LA |22|LA|063|LIVINGSTON +220630002|220630002|840220630002|RWD|Permanent|0002|French Settlement|Active|LA1|Louisiana Department of Environmental Quality|R6|30.315000|-90.811400||-6.00|US|12940| Baton Rouge, LA |22|LA|063|LIVINGSTON +220630002|220630002|840220630002|RWS|Permanent|0002|French Settlement|Active|LA1|Louisiana Department of Environmental Quality|R6|30.315000|-90.811400||-6.00|US|12940| Baton Rouge, LA |22|LA|063|LIVINGSTON +220710012|220710012|840220710012|PM2.5|Permanent|0012|City Park|Active|LA1|Louisiana Department of Environmental Quality|R6|29.993300|-90.101400|1.500|-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|071|ORLEANS +220710012|220710012|840220710012|PM10|Permanent|0012|City Park|Active|LA1|Louisiana Department of Environmental Quality|R6|29.993300|-90.101400|1.500|-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|071|ORLEANS +220710012|220710012|840220710012|WS|Permanent|0012|City Park|Active|LA1|Louisiana Department of Environmental Quality|R6|29.993300|-90.101400|1.500|-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|071|ORLEANS +220710012|220710012|840220710012|WD|Permanent|0012|City Park|Active|LA1|Louisiana Department of Environmental Quality|R6|29.993300|-90.101400|1.500|-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|071|ORLEANS +220710012|220710012|840220710012|RWD|Permanent|0012|City Park|Active|LA1|Louisiana Department of Environmental Quality|R6|29.993300|-90.101400|1.500|-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|071|ORLEANS +220710012|220710012|840220710012|RWS|Permanent|0012|City Park|Active|LA1|Louisiana Department of Environmental Quality|R6|29.993300|-90.101400|1.500|-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|071|ORLEANS +220730004|220730004|840220730004|O3|Permanent|0004|Monroe|Active|LA1|Louisiana Department of Environmental Quality|R6|32.509701|-92.046097||-6.00|US|33740| Monroe, LA |22|LA|073|OUACHITA +220730004|220730004|840220730004|PM2.5|Permanent|0004|Monroe|Active|LA1|Louisiana Department of Environmental Quality|R6|32.509701|-92.046097||-6.00|US|33740| Monroe, LA |22|LA|073|OUACHITA +220750099|220750099|840220750099|H2S|Permanent|0099|Venice V03B|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|29.314489|-89.384331||-6.00|US|||22|LA|075|PLAQUEMINES +220770001|220770001|840220770001|O3|Permanent|0001|New Roads|Active|LA1|Louisiana Department of Environmental Quality|R6|30.681700|-91.366100||-6.00|US|12940| Baton Rouge, LA |22|LA|077|POINTE COUPEE +220770001|220770001|840220770001|WS|Permanent|0001|New Roads|Active|LA1|Louisiana Department of Environmental Quality|R6|30.681700|-91.366100||-6.00|US|12940| Baton Rouge, LA |22|LA|077|POINTE COUPEE +220770001|220770001|840220770001|WD|Permanent|0001|New Roads|Active|LA1|Louisiana Department of Environmental Quality|R6|30.681700|-91.366100||-6.00|US|12940| Baton Rouge, LA |22|LA|077|POINTE COUPEE +220790002|220790002|840220790002|PM2.5|Permanent|0002|Alexandria|Inactive|LA1|Louisiana Department of Environmental Quality|R6|31.167900|-92.396900|21.400|-6.00|US|||22|LA|079|RAPIDES +220870004|220870004|840220870004|O3|Permanent|0004|Meraux|Active|LA1|Louisiana Department of Environmental Quality|R6|29.940001|-89.919998||-6.00|US|||22|LA|087|ST. BERNARD +220870007|220870007|840220870007|WD|Permanent|0007|Chalmette Vista|Active|LA1|Louisiana Department of Environmental Quality|R6|29.943100|-89.976100||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870007|220870007|840220870007|RWD|Permanent|0007|Chalmette Vista|Active|LA1|Louisiana Department of Environmental Quality|R6|29.943100|-89.976100||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870007|220870007|840220870007|RWS|Permanent|0007|Chalmette Vista|Active|LA1|Louisiana Department of Environmental Quality|R6|29.943100|-89.976100||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870007|220870007|840220870007|PM2.5|Permanent|0007|Chalmette Vista|Active|LA1|Louisiana Department of Environmental Quality|R6|29.943100|-89.976100||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870007|220870007|840220870007|PM10|Permanent|0007|Chalmette Vista|Active|LA1|Louisiana Department of Environmental Quality|R6|29.943100|-89.976100||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870007|220870007|840220870007|SO2|Permanent|0007|Chalmette Vista|Active|LA1|Louisiana Department of Environmental Quality|R6|29.943100|-89.976100||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870007|220870007|840220870007|WS|Permanent|0007|Chalmette Vista|Active|LA1|Louisiana Department of Environmental Quality|R6|29.943100|-89.976100||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870009|220870009|840220870009|WS|Permanent|0009|Chalmette High School|Inactive|LA1|Louisiana Department of Environmental Quality|R6|29.935301|-89.955597||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870009|220870009|840220870009|WD|Permanent|0009|Chalmette High School|Inactive|LA1|Louisiana Department of Environmental Quality|R6|29.935301|-89.955597||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870009|220870009|840220870009|O3|Permanent|0009|Chalmette High School|Inactive|LA1|Louisiana Department of Environmental Quality|R6|29.935301|-89.955597||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220870009|220870009|840220870009|SO2|Permanent|0009|Chalmette High School|Inactive|LA1|Louisiana Department of Environmental Quality|R6|29.935301|-89.955597||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|087|ST. BERNARD +220930002|220930002|840220930002|O3|Permanent|0002|Convent|Active|LA1|Louisiana Department of Environmental Quality|R6|29.995000|-90.817200||-6.00|US|||22|LA|093|ST. JAMES +220950002|220950002|840220950002|O3|Permanent|0002|Garyville|Active|LA1|Louisiana Department of Environmental Quality|R6|30.049400|-90.636700||-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|095|ST. JOHN THE BAPTIST +220990001|220990001|840220990001|O3|Permanent|0001|St. Martinville|Active|LA1|Louisiana Department of Environmental Quality|R6|30.008887|-91.869595|10.700|-6.00|US|29180| Lafayette, LA |22|LA|099|ST. MARTIN +221030002|221030002|840221030002|O3|Permanent|0002|Madisonville|Active|LA1|Louisiana Department of Environmental Quality|R6|30.429300|-90.199700|5.200|-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|103|ST. TAMMANY +221030002|221030002|840221030002|PM2.5|Permanent|0002|Madisonville|Active|LA1|Louisiana Department of Environmental Quality|R6|30.429300|-90.199700|5.200|-6.00|US|35380| New Orleans-Metairie-Kenner, LA |22|LA|103|ST. TAMMANY +221210001|221210001|840221210001|WS|Permanent|0001|Port Allen|Active|LA1|Louisiana Department of Environmental Quality|R6|30.501900|-91.211100||-6.00|US|12940| Baton Rouge, LA |22|LA|121|WEST BATON ROUGE +221210001|221210001|840221210001|WD|Permanent|0001|Port Allen|Active|LA1|Louisiana Department of Environmental Quality|R6|30.501900|-91.211100||-6.00|US|12940| Baton Rouge, LA |22|LA|121|WEST BATON ROUGE +221210001|221210001|840221210001|RWD|Permanent|0001|Port Allen|Active|LA1|Louisiana Department of Environmental Quality|R6|30.501900|-91.211100||-6.00|US|12940| Baton Rouge, LA |22|LA|121|WEST BATON ROUGE +221210001|221210001|840221210001|RWS|Permanent|0001|Port Allen|Active|LA1|Louisiana Department of Environmental Quality|R6|30.501900|-91.211100||-6.00|US|12940| Baton Rouge, LA |22|LA|121|WEST BATON ROUGE +221210001|221210001|840221210001|O3|Permanent|0001|Port Allen|Active|LA1|Louisiana Department of Environmental Quality|R6|30.501900|-91.211100||-6.00|US|12940| Baton Rouge, LA |22|LA|121|WEST BATON ROUGE +230010005|230010005|840230010005|WS|Permanent|0005|Auburn-Lewiston Airport|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.045425|-70.290192||-5.00|US|30340| Lewiston-Auburn, ME |23|ME|001|ANDROSCOGGIN +230010005|230010005|840230010005|WD|Permanent|0005|Auburn-Lewiston Airport|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.045425|-70.290192||-5.00|US|30340| Lewiston-Auburn, ME |23|ME|001|ANDROSCOGGIN +230010011|230010011|840230010011|PM2.5|Permanent|0011|Lewiston|Active|ME1|Maine Dept. of Environmental Protection|R1|44.089355|-70.214134||-5.00|US|30340| Lewiston-Auburn, ME |23|ME|001|ANDROSCOGGIN +230010014|230010014|840230010014|O3|Permanent|0014|DURHAM|Active|ME1|Maine Dept. of Environmental Protection|R1|43.974449|-70.124893||-5.00|US|30340| Lewiston-Auburn, ME |23|ME|001|ANDROSCOGGIN +230030014|230030014|840230030014|PM2.5|Permanent|0014|Madawaska PSB|Active|ME1|Maine Dept. of Environmental Protection|R1|47.355300|-68.321100||-5.00|US|||23|ME|003|AROOSTOOK +230030014|230030014|840230030014|PM10|Permanent|0014|Madawaska PSB|Active|ME1|Maine Dept. of Environmental Protection|R1|47.355300|-68.321100||-5.00|US|||23|ME|003|AROOSTOOK +230031008|230031008|840230031008|WS|Permanent|1008|Presque Isle Regional Office|Inactive|ME1|Maine Dept. of Environmental Protection|R1|46.698380|-68.038933||-5.00|US|||23|ME|003|AROOSTOOK +230031008|230031008|840230031008|WD|Permanent|1008|Presque Isle Regional Office|Inactive|ME1|Maine Dept. of Environmental Protection|R1|46.698380|-68.038933||-5.00|US|||23|ME|003|AROOSTOOK +230031011|230031011|840230031011|PM2.5|Permanent|1011|Presque Isle Riverside|Active|ME1|Maine Dept. of Environmental Protection|R1|46.682299|-68.016195||-5.00|US|||23|ME|003|AROOSTOOK +230031011|230031011|840230031011|PM10|Permanent|1011|Presque Isle Riverside|Active|ME1|Maine Dept. of Environmental Protection|R1|46.682299|-68.016195||-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|RHUM|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|BARPR|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|SRAD|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|SO2|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|NOX|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|NO|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|CO|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|TEMP|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|WS|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|WD|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|O3|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|PM2.5|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031100|230031100|840230031100|NO2|Permanent|1100|MICMAC|Active|MM1|Aroostook Band of Micmacs|R1|46.696400|-68.033096|164.700|-5.00|US|||23|ME|003|AROOSTOOK +230031101|230031101|840230031101|PM2.5|Permanent|1101|Littleton|Inactive|MM1|Aroostook Band of Micmacs|R1|46.228731|-67.882566|188.800|-5.00|US|||23|ME|003|AROOSTOOK +230038001|230038001|840230038001|O3|Permanent|8001|ASHLAND|Inactive|ME1|Maine Dept. of Environmental Protection|R1|46.605000|-68.411900||-5.00|US|||23|ME|003|AROOSTOOK +230039991|230039991|840230039991|O3|Permanent|9991|Ashland|Active|OAP|EPA Office of Atmospheric Programs|R3|46.604000|-68.413500|234.900|-5.00|US|||23|ME|003|AROOSTOOK +230039991|230039991|840230039991|TEMP|Permanent|9991|Ashland|Active|OAP|EPA Office of Atmospheric Programs|R3|46.604000|-68.413500|234.900|-5.00|US|||23|ME|003|AROOSTOOK +230050029|230050029|840230050029|NOX|Permanent|0029|Portland - Deering Oaks|Active|ME1|Maine Dept. of Environmental Protection|R1|43.660248|-70.268967||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230050029|230050029|840230050029|NO|Permanent|0029|Portland - Deering Oaks|Active|ME1|Maine Dept. of Environmental Protection|R1|43.660248|-70.268967||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230050029|230050029|840230050029|O3|Permanent|0029|Portland - Deering Oaks|Active|ME1|Maine Dept. of Environmental Protection|R1|43.660248|-70.268967||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230050029|230050029|840230050029|PM2.5|Permanent|0029|Portland - Deering Oaks|Active|ME1|Maine Dept. of Environmental Protection|R1|43.660248|-70.268967||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230050029|230050029|840230050029|NO2|Permanent|0029|Portland - Deering Oaks|Active|ME1|Maine Dept. of Environmental Protection|R1|43.660248|-70.268967||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230052003|230052003|840230052003|NOY|Permanent|2003|Cape Elizabeth|Active|ME1|Maine Dept. of Environmental Protection|R1|43.561043|-70.207321||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230052003|230052003|840230052003|TEMP|Permanent|2003|Cape Elizabeth|Active|ME1|Maine Dept. of Environmental Protection|R1|43.561043|-70.207321||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230052003|230052003|840230052003|WS|Permanent|2003|Cape Elizabeth|Active|ME1|Maine Dept. of Environmental Protection|R1|43.561043|-70.207321||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230052003|230052003|840230052003|WD|Permanent|2003|Cape Elizabeth|Active|ME1|Maine Dept. of Environmental Protection|R1|43.561043|-70.207321||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230052003|230052003|840230052003|RHUM|Permanent|2003|Cape Elizabeth|Active|ME1|Maine Dept. of Environmental Protection|R1|43.561043|-70.207321||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230052003|230052003|840230052003|BARPR|Permanent|2003|Cape Elizabeth|Active|ME1|Maine Dept. of Environmental Protection|R1|43.561043|-70.207321||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230052003|230052003|840230052003|SRAD|Permanent|2003|Cape Elizabeth|Active|ME1|Maine Dept. of Environmental Protection|R1|43.561043|-70.207321||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230052003|230052003|840230052003|NO|Permanent|2003|Cape Elizabeth|Active|ME1|Maine Dept. of Environmental Protection|R1|43.561043|-70.207321||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230052003|230052003|840230052003|O3|Permanent|2003|Cape Elizabeth|Active|ME1|Maine Dept. of Environmental Protection|R1|43.561043|-70.207321||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|005|CUMBERLAND +230090102|230090102|840230090102|TEMP|Permanent|0102|Bar Harbor - Cadillac Mtn.|Active|ME1|Maine Dept. of Environmental Protection|R1|44.351665|-68.227219|466.000|-5.00|US|||23|ME|009|HANCOCK +230090102|230090102|840230090102|WS|Permanent|0102|Bar Harbor - Cadillac Mtn.|Active|ME1|Maine Dept. of Environmental Protection|R1|44.351665|-68.227219|466.000|-5.00|US|||23|ME|009|HANCOCK +230090102|230090102|840230090102|WD|Permanent|0102|Bar Harbor - Cadillac Mtn.|Active|ME1|Maine Dept. of Environmental Protection|R1|44.351665|-68.227219|466.000|-5.00|US|||23|ME|009|HANCOCK +230090102|230090102|840230090102|RHUM|Permanent|0102|Bar Harbor - Cadillac Mtn.|Active|ME1|Maine Dept. of Environmental Protection|R1|44.351665|-68.227219|466.000|-5.00|US|||23|ME|009|HANCOCK +230090102|230090102|840230090102|O3|Permanent|0102|Bar Harbor - Cadillac Mtn.|Active|ME1|Maine Dept. of Environmental Protection|R1|44.351665|-68.227219|466.000|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|WS|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|WD|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|RHUM|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|O3|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|PM2.5|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|CO|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|NOY|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|TEMP|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|RWD|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|RWS|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|SRAD|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|NO|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|PRECIP|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230090103|230090103|840230090103|SO2|Permanent|0103|Acadia NP - McFarland|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377048|-68.260902|148.200|-5.00|US|||23|ME|009|HANCOCK +230110008|230110008|840230110008|WS|Permanent|0008|Augusta State Airport|Active|ME1|Maine Dept. of Environmental Protection|R1|44.317886|-69.791893||-5.00|US|12300| Augusta-Waterville, ME |23|ME|011|KENNEBEC +230110008|230110008|840230110008|WD|Permanent|0008|Augusta State Airport|Active|ME1|Maine Dept. of Environmental Protection|R1|44.317886|-69.791893||-5.00|US|12300| Augusta-Waterville, ME |23|ME|011|KENNEBEC +230112001|230112001|840230112001|O3|Permanent|2001|Gardiner High School|Active|ME1|Maine Dept. of Environmental Protection|R1|44.226700|-69.789200||-5.00|US|12300| Augusta-Waterville, ME |23|ME|011|KENNEBEC +230112005|230112005|840230112005|O3|Permanent|2005|Gardiner|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.230621|-69.785004||-5.00|US|12300| Augusta-Waterville, ME |23|ME|011|KENNEBEC +230130004|230130004|840230130004|O3|Permanent|0004|Port Clyde|Active|ME1|Maine Dept. of Environmental Protection|R1|43.917953|-69.260803||-5.00|US|||23|ME|013|KNOX +230130014|230130014|840230130014|TEMP|Permanent|0014|Owls Head Municipal Airport|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.062725|-69.093422||-5.00|US|40500| Rockland, ME |23|ME|013|KNOX +230130014|230130014|840230130014|WS|Permanent|0014|Owls Head Municipal Airport|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.062725|-69.093422||-5.00|US|40500| Rockland, ME |23|ME|013|KNOX +230130014|230130014|840230130014|WD|Permanent|0014|Owls Head Municipal Airport|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.062725|-69.093422||-5.00|US|40500| Rockland, ME |23|ME|013|KNOX +230172011|230172011|840230172011|PM2.5|Permanent|2011|Rumford|Active|ME1|Maine Dept. of Environmental Protection|R1|44.551400|-70.546300|134.800|-5.00|US|||23|ME|017|OXFORD +230173001|230173001|840230173001|O3|Permanent|3001|Lovell|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.250923|-70.860603||-5.00|US|||23|ME|017|OXFORD +230173002|230173002|840230173002|O3|Permanent|3002|Bethel Smith Farm Road|Active|ME1|Maine Dept. of Environmental Protection|R1|44.377794|-70.854697|203.100|-5.00|US|||23|ME|017|OXFORD +230190002|230190002|840230190002|PM2.5|Permanent|0002|Bangor KPS|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.798859|-68.769676||-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230190017|230190017|840230190017|PM2.5|Permanent|0017|Bangor MSS|Active|ME1|Maine Dept. of Environmental Protection|R1|44.817398|-68.772762|9.800|-5.00|US|||23|ME|019|PENOBSCOT +230191100|230191100|840230191100|WS|Permanent|1100|Penobscot Nation|Inactive|PIN|Penobscot Indian Nation|R1|44.952000|-68.647700||-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230191100|230191100|840230191100|WD|Permanent|1100|Penobscot Nation|Inactive|PIN|Penobscot Indian Nation|R1|44.952000|-68.647700||-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230191100|230191100|840230191100|RHUM|Permanent|1100|Penobscot Nation|Inactive|PIN|Penobscot Indian Nation|R1|44.952000|-68.647700||-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230191100|230191100|840230191100|BARPR|Permanent|1100|Penobscot Nation|Inactive|PIN|Penobscot Indian Nation|R1|44.952000|-68.647700||-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230191100|230191100|840230191100|O3|Permanent|1100|Penobscot Nation|Inactive|PIN|Penobscot Indian Nation|R1|44.952000|-68.647700||-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230191100|230191100|840230191100|TEMP|Permanent|1100|Penobscot Nation|Inactive|PIN|Penobscot Indian Nation|R1|44.952000|-68.647700||-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230194008|230194008|840230194008|O3|Permanent|4008|Holden|Active|ME1|Maine Dept. of Environmental Protection|R1|44.736465|-68.671143||-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230199991|230199991|840230199991|O3|Permanent|9991|Howland|Inactive|OAP|EPA Office of Atmospheric Programs|R3|45.215800|-68.708200|68.900|-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230199991|230199991|840230199991|TEMP|Permanent|9991|Howland|Inactive|OAP|EPA Office of Atmospheric Programs|R3|45.215800|-68.708200|68.900|-5.00|US|12620| Bangor, ME |23|ME|019|PENOBSCOT +230210004|230210004|840230210004|PM2.5|Permanent|0004|Greenville - WP|Inactive|ME1|Maine Dept. of Environmental Protection|R1|45.463032|-69.592239|349.200|-5.00|US|||23|ME|021|PISCATAQUIS +230230006|230230006|840230230006|O3|Permanent|0006|Bowdoinham - Merrymeeting Bay|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.005001|-69.827782||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|023|SAGADAHOC +840230230007|230230007|840230230007|O3|Permanent|0007|Popham Beach SP|Active|ME1|Maine Dept. of Environmental Protection|R1|43.736277|-69.797654||-5.00|US|||23|ME|023|SAGADAHOC +230290019|230290019|840230290019|O3|Permanent|0019|Jonesport|Active|ME1|Maine Dept. of Environmental Protection|R1|44.531883|-67.595879||-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|RWS|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|O3|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|PM2.5|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|TEMP|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|RHUM|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|BARPR|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|PRECIP|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|DEWPOINT|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|RWD|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +230290032|230290032|840230290032|SRAD|Permanent|0032|Sipayik-ME|Inactive|ME1|Maine Dept. of Environmental Protection|R1|44.963600|-67.060799|7.900|-5.00|US|||23|ME|029|WASHINGTON +840230290033|230290033|840230290033|O3|Permanent|0033|Sipayik|Active|ME1|Maine Dept. of Environmental Protection|R1|44.963459|-67.060476|11.900|-5.00|US|||23|ME|029|WASHINGTON +840230290033|230290033|840230290033|PM2.5|Permanent|0033|Sipayik|Active|ME1|Maine Dept. of Environmental Protection|R1|44.963459|-67.060476|11.900|-5.00|US|||23|ME|029|WASHINGTON +230310009|230310009|840230310009|SO2|Permanent|0009|Eliot, Sawgrass Lane|Inactive|ME1|Maine Dept. of Environmental Protection|R1|43.111364|-70.769730|13.100|-5.00|US|||23|ME|031|YORK +230310009|230310009|840230310009|RWD|Permanent|0009|Eliot, Sawgrass Lane|Inactive|ME1|Maine Dept. of Environmental Protection|R1|43.111364|-70.769730|13.100|-5.00|US|||23|ME|031|YORK +230310009|230310009|840230310009|RWS|Permanent|0009|Eliot, Sawgrass Lane|Inactive|ME1|Maine Dept. of Environmental Protection|R1|43.111364|-70.769730|13.100|-5.00|US|||23|ME|031|YORK +230310038|230310038|840230310038|O3|Permanent|0038|West Buxton|Inactive|ME1|Maine Dept. of Environmental Protection|R1|43.656765|-70.629135||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|031|YORK +230310040|230310040|840230310040|O3|Permanent|0040|Shapleigh Ball Park|Active|ME1|Maine Dept. of Environmental Protection|R1|43.588890|-70.877342||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|031|YORK +230312002|230312002|840230312002|O3|Permanent|2002|Kennebunkport|Active|ME1|Maine Dept. of Environmental Protection|R1|43.343056|-70.471390||-5.00|US|38860| Portland-South Portland-Biddeford, ME |23|ME|031|YORK +240018881|240018881|840240018881|SO2|Permanent|8881|Moran|Inactive|MD1|Maryland Department of the Environment|R3|39.486400|-79.063800|499.300|-5.00|US|||24|MD|001|ALLEGANY +240018882|240018882|840240018882|SO2|Permanent|8882|Horse Rock|Inactive|MD1|Maryland Department of the Environment|R3|39.483617|-79.026383|494.100|-5.00|US|||24|MD|001|ALLEGANY +240031003|240031003|840240031003|RHUM|Permanent|1003|Glen Burnie|Active|MD1|Maryland Department of the Environment|R3|39.169400|-76.628100|12.200|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240031003|240031003|840240031003|BARPR|Permanent|1003|Glen Burnie|Active|MD1|Maryland Department of the Environment|R3|39.169400|-76.628100|12.200|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240031003|240031003|840240031003|PRECIP|Permanent|1003|Glen Burnie|Active|MD1|Maryland Department of the Environment|R3|39.169400|-76.628100|12.200|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240031003|240031003|840240031003|RWD|Permanent|1003|Glen Burnie|Active|MD1|Maryland Department of the Environment|R3|39.169400|-76.628100|12.200|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240031003|240031003|840240031003|RWS|Permanent|1003|Glen Burnie|Active|MD1|Maryland Department of the Environment|R3|39.169400|-76.628100|12.200|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240031003|240031003|840240031003|O3|Permanent|1003|Glen Burnie|Active|MD1|Maryland Department of the Environment|R3|39.169400|-76.628100|12.200|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240031003|240031003|840240031003|TEMP|Permanent|1003|Glen Burnie|Active|MD1|Maryland Department of the Environment|R3|39.169400|-76.628100|12.200|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240032002|240032002|840240032002|PRECIP|Permanent|2002|Riviera Beach|Active|MD1|Maryland Department of the Environment|R3|39.158883|-76.511367|59.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240032002|240032002|840240032002|RWD|Permanent|2002|Riviera Beach|Active|MD1|Maryland Department of the Environment|R3|39.158883|-76.511367|59.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240032002|240032002|840240032002|RWS|Permanent|2002|Riviera Beach|Active|MD1|Maryland Department of the Environment|R3|39.158883|-76.511367|59.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240032002|240032002|840240032002|SO2|Permanent|2002|Riviera Beach|Active|MD1|Maryland Department of the Environment|R3|39.158883|-76.511367|59.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240032002|240032002|840240032002|TEMP|Permanent|2002|Riviera Beach|Active|MD1|Maryland Department of the Environment|R3|39.158883|-76.511367|59.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240032002|240032002|840240032002|RHUM|Permanent|2002|Riviera Beach|Active|MD1|Maryland Department of the Environment|R3|39.158883|-76.511367|59.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240032002|240032002|840240032002|BARPR|Permanent|2002|Riviera Beach|Active|MD1|Maryland Department of the Environment|R3|39.158883|-76.511367|59.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|003|ANNE ARUNDEL +240033696|240033696|840240033696|RHUM|Permanent|3696|Downs Park|Inactive|MD1|Maryland Department of the Environment|R3|39.109951|-76.433073||-5.00|US|||24|MD|003|ANNE ARUNDEL +240033696|240033696|840240033696|BARPR|Permanent|3696|Downs Park|Inactive|MD1|Maryland Department of the Environment|R3|39.109951|-76.433073||-5.00|US|||24|MD|003|ANNE ARUNDEL +240033696|240033696|840240033696|SRAD|Permanent|3696|Downs Park|Inactive|MD1|Maryland Department of the Environment|R3|39.109951|-76.433073||-5.00|US|||24|MD|003|ANNE ARUNDEL +240033696|240033696|840240033696|PRECIP|Permanent|3696|Downs Park|Inactive|MD1|Maryland Department of the Environment|R3|39.109951|-76.433073||-5.00|US|||24|MD|003|ANNE ARUNDEL +240033696|240033696|840240033696|RWD|Permanent|3696|Downs Park|Inactive|MD1|Maryland Department of the Environment|R3|39.109951|-76.433073||-5.00|US|||24|MD|003|ANNE ARUNDEL +240033696|240033696|840240033696|RWS|Permanent|3696|Downs Park|Inactive|MD1|Maryland Department of the Environment|R3|39.109951|-76.433073||-5.00|US|||24|MD|003|ANNE ARUNDEL +240033696|240033696|840240033696|O3|Permanent|3696|Downs Park|Inactive|MD1|Maryland Department of the Environment|R3|39.109951|-76.433073||-5.00|US|||24|MD|003|ANNE ARUNDEL +240033696|240033696|840240033696|TEMP|Permanent|3696|Downs Park|Inactive|MD1|Maryland Department of the Environment|R3|39.109951|-76.433073||-5.00|US|||24|MD|003|ANNE ARUNDEL +240050009|240050009|840240050009|RWD|Permanent|0009|Baltimore County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.371679|-76.746814|132.700|-5.00|US|||24|MD|005|BALTIMORE +240050009|240050009|840240050009|RWS|Permanent|0009|Baltimore County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.371679|-76.746814|132.700|-5.00|US|||24|MD|005|BALTIMORE +240050009|240050009|840240050009|NO2|Permanent|0009|Baltimore County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.371679|-76.746814|132.700|-5.00|US|||24|MD|005|BALTIMORE +240050009|240050009|840240050009|NH3|Permanent|0009|Baltimore County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.371679|-76.746814|132.700|-5.00|US|||24|MD|005|BALTIMORE +240050009|240050009|840240050009|TEMP|Permanent|0009|Baltimore County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.371679|-76.746814|132.700|-5.00|US|||24|MD|005|BALTIMORE +240050009|240050009|840240050009|RHUM|Permanent|0009|Baltimore County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.371679|-76.746814|132.700|-5.00|US|||24|MD|005|BALTIMORE +240050009|240050009|840240050009|BARPR|Permanent|0009|Baltimore County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.371679|-76.746814|132.700|-5.00|US|||24|MD|005|BALTIMORE +240050009|240050009|840240050009|PRECIP|Permanent|0009|Baltimore County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.371679|-76.746814|132.700|-5.00|US|||24|MD|005|BALTIMORE +240051007|240051007|840240051007|RHUM|Permanent|1007|Padonia|Active|MD1|Maryland Department of the Environment|R3|39.462002|-76.631599|119.600|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240051007|240051007|840240051007|PRECIP|Permanent|1007|Padonia|Active|MD1|Maryland Department of the Environment|R3|39.462002|-76.631599|119.600|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240051007|240051007|840240051007|RWD|Permanent|1007|Padonia|Active|MD1|Maryland Department of the Environment|R3|39.462002|-76.631599|119.600|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240051007|240051007|840240051007|RWS|Permanent|1007|Padonia|Active|MD1|Maryland Department of the Environment|R3|39.462002|-76.631599|119.600|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240051007|240051007|840240051007|O3|Permanent|1007|Padonia|Active|MD1|Maryland Department of the Environment|R3|39.462002|-76.631599|119.600|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240051007|240051007|840240051007|PM2.5|Permanent|1007|Padonia|Active|MD1|Maryland Department of the Environment|R3|39.462002|-76.631599|119.600|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240051007|240051007|840240051007|TEMP|Permanent|1007|Padonia|Active|MD1|Maryland Department of the Environment|R3|39.462002|-76.631599|119.600|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240051007|240051007|840240051007|BARPR|Permanent|1007|Padonia|Active|MD1|Maryland Department of the Environment|R3|39.462002|-76.631599|119.600|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|RWD|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|RWS|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|TEMP|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|RHUM|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|BARPR|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|SRAD|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|SO2|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|NOY|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|NO|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|PRECIP|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|O3|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|NO2|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053001|240053001|840240053001|CO|Permanent|3001|Essex|Active|MD1|Maryland Department of the Environment|R3|39.310833|-76.474444|12.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|005|BALTIMORE +240053474|240053474|840240053474|RHUM|Permanent|3474|Hart Miller Island|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344600|13.400|-5.00|US|||24|MD|005|BALTIMORE +240053474|240053474|840240053474|BARPR|Permanent|3474|Hart Miller Island|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344600|13.400|-5.00|US|||24|MD|005|BALTIMORE +240053474|240053474|840240053474|PRECIP|Permanent|3474|Hart Miller Island|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344600|13.400|-5.00|US|||24|MD|005|BALTIMORE +240053474|240053474|840240053474|RWD|Permanent|3474|Hart Miller Island|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344600|13.400|-5.00|US|||24|MD|005|BALTIMORE +240053474|240053474|840240053474|RWS|Permanent|3474|Hart Miller Island|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344600|13.400|-5.00|US|||24|MD|005|BALTIMORE +240053474|240053474|840240053474|O3|Permanent|3474|Hart Miller Island|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344600|13.400|-5.00|US|||24|MD|005|BALTIMORE +240053474|240053474|840240053474|TEMP|Permanent|3474|Hart Miller Island|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344600|13.400|-5.00|US|||24|MD|005|BALTIMORE +240090011|240090011|840240090011|O3|Permanent|0011|Calvert|Active|MD1|Maryland Department of the Environment|R3|38.536722|-76.617194|43.300|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|009|CALVERT +240090011|240090011|840240090011|CO|Permanent|0011|Calvert|Active|MD1|Maryland Department of the Environment|R3|38.536722|-76.617194|43.300|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|009|CALVERT +240130001|240130001|840240130001|RHUM|Permanent|0001|South Carroll|Active|MD1|Maryland Department of the Environment|R3|39.444199|-77.041702|227.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|013|CARROLL +240130001|240130001|840240130001|BARPR|Permanent|0001|South Carroll|Active|MD1|Maryland Department of the Environment|R3|39.444199|-77.041702|227.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|013|CARROLL +240130001|240130001|840240130001|PRECIP|Permanent|0001|South Carroll|Active|MD1|Maryland Department of the Environment|R3|39.444199|-77.041702|227.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|013|CARROLL +240130001|240130001|840240130001|RWD|Permanent|0001|South Carroll|Active|MD1|Maryland Department of the Environment|R3|39.444199|-77.041702|227.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|013|CARROLL +240130001|240130001|840240130001|RWS|Permanent|0001|South Carroll|Active|MD1|Maryland Department of the Environment|R3|39.444199|-77.041702|227.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|013|CARROLL +240130001|240130001|840240130001|O3|Permanent|0001|South Carroll|Active|MD1|Maryland Department of the Environment|R3|39.444199|-77.041702|227.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|013|CARROLL +240130001|240130001|840240130001|CO|Permanent|0001|South Carroll|Active|MD1|Maryland Department of the Environment|R3|39.444199|-77.041702|227.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|013|CARROLL +240130001|240130001|840240130001|TEMP|Permanent|0001|South Carroll|Active|MD1|Maryland Department of the Environment|R3|39.444199|-77.041702|227.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|013|CARROLL +240150003|240150003|840240150003|PM2.5|Permanent|0003|Fair Hill|Active|MD1|Maryland Department of the Environment|R3|39.701099|-75.860001|117.700|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |24|MD|015|CECIL +240150003|240150003|840240150003|TEMP|Permanent|0003|Fair Hill|Active|MD1|Maryland Department of the Environment|R3|39.701099|-75.860001|117.700|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |24|MD|015|CECIL +240150003|240150003|840240150003|RHUM|Permanent|0003|Fair Hill|Active|MD1|Maryland Department of the Environment|R3|39.701099|-75.860001|117.700|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |24|MD|015|CECIL +240150003|240150003|840240150003|BARPR|Permanent|0003|Fair Hill|Active|MD1|Maryland Department of the Environment|R3|39.701099|-75.860001|117.700|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |24|MD|015|CECIL +240150003|240150003|840240150003|PRECIP|Permanent|0003|Fair Hill|Active|MD1|Maryland Department of the Environment|R3|39.701099|-75.860001|117.700|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |24|MD|015|CECIL +240150003|240150003|840240150003|RWD|Permanent|0003|Fair Hill|Active|MD1|Maryland Department of the Environment|R3|39.701099|-75.860001|117.700|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |24|MD|015|CECIL +240150003|240150003|840240150003|RWS|Permanent|0003|Fair Hill|Active|MD1|Maryland Department of the Environment|R3|39.701099|-75.860001|117.700|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |24|MD|015|CECIL +240150003|240150003|840240150003|O3|Permanent|0003|Fair Hill|Active|MD1|Maryland Department of the Environment|R3|39.701099|-75.860001|117.700|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |24|MD|015|CECIL +240170010|240170010|840240170010|CO|Permanent|0010|Southern Maryland|Active|MD1|Maryland Department of the Environment|R3|38.504200|-76.811897|51.200|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|017|CHARLES +240170010|240170010|840240170010|O3|Permanent|0010|Southern Maryland|Active|MD1|Maryland Department of the Environment|R3|38.504200|-76.811897|51.200|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|017|CHARLES +240190004|240190004|840240190004|RHUM|Permanent|0004|Horn Point|Active|MD1|Maryland Department of the Environment|R3|38.587600|-76.140800|2.700|-5.00|US|||24|MD|019|DORCHESTER +240190004|240190004|840240190004|BARPR|Permanent|0004|Horn Point|Active|MD1|Maryland Department of the Environment|R3|38.587600|-76.140800|2.700|-5.00|US|||24|MD|019|DORCHESTER +240190004|240190004|840240190004|RWD|Permanent|0004|Horn Point|Active|MD1|Maryland Department of the Environment|R3|38.587600|-76.140800|2.700|-5.00|US|||24|MD|019|DORCHESTER +240190004|240190004|840240190004|RWS|Permanent|0004|Horn Point|Active|MD1|Maryland Department of the Environment|R3|38.587600|-76.140800|2.700|-5.00|US|||24|MD|019|DORCHESTER +240190004|240190004|840240190004|O3|Permanent|0004|Horn Point|Active|MD1|Maryland Department of the Environment|R3|38.587600|-76.140800|2.700|-5.00|US|||24|MD|019|DORCHESTER +240190004|240190004|840240190004|PM2.5|Permanent|0004|Horn Point|Active|MD1|Maryland Department of the Environment|R3|38.587600|-76.140800|2.700|-5.00|US|||24|MD|019|DORCHESTER +240190004|240190004|840240190004|SO2|Permanent|0004|Horn Point|Active|MD1|Maryland Department of the Environment|R3|38.587600|-76.140800|2.700|-5.00|US|||24|MD|019|DORCHESTER +240190004|240190004|840240190004|TEMP|Permanent|0004|Horn Point|Active|MD1|Maryland Department of the Environment|R3|38.587600|-76.140800|2.700|-5.00|US|||24|MD|019|DORCHESTER +240190004|240190004|840240190004|PRECIP|Permanent|0004|Horn Point|Active|MD1|Maryland Department of the Environment|R3|38.587600|-76.140800|2.700|-5.00|US|||24|MD|019|DORCHESTER +240199991|240199991|840240199991|O3|Permanent|9991|Blackwater NWR|Active|OAP|EPA Office of Atmospheric Programs|R3|38.445000|-76.111400|4.000|-5.00|US|15700| Cambridge, MD |24|MD|019|DORCHESTER +240199991|240199991|840240199991|TEMP|Permanent|9991|Blackwater NWR|Active|OAP|EPA Office of Atmospheric Programs|R3|38.445000|-76.111400|4.000|-5.00|US|15700| Cambridge, MD |24|MD|019|DORCHESTER +240210037|240210037|840240210037|O3|Permanent|0037|Frederick Airport|Active|MD1|Maryland Department of the Environment|R3|39.422760|-77.375190|88.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|021|FREDERICK +240210037|240210037|840240210037|CO|Permanent|0037|Frederick Airport|Active|MD1|Maryland Department of the Environment|R3|39.422760|-77.375190|88.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|021|FREDERICK +240230002|240230002|840240230002|PM2.5|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|RHUM|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|SRAD|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|PRECIP|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|RWD|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|NO2|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|RWS|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|CO|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|SO2|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|NOY|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|TEMP|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|BARPR|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240230002|240230002|840240230002|O3|Permanent|0002|Piney Run|Active|MD1|Maryland Department of the Environment|R3|39.705799|-79.011902|764.600|-5.00|US|||24|MD|023|GARRETT +240251001|240251001|840240251001|TEMP|Permanent|1001|Edgewood|Active|MD1|Maryland Department of the Environment|R3|39.410000|-76.296700|8.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240251001|240251001|840240251001|RHUM|Permanent|1001|Edgewood|Active|MD1|Maryland Department of the Environment|R3|39.410000|-76.296700|8.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240251001|240251001|840240251001|BARPR|Permanent|1001|Edgewood|Active|MD1|Maryland Department of the Environment|R3|39.410000|-76.296700|8.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240251001|240251001|840240251001|PRECIP|Permanent|1001|Edgewood|Active|MD1|Maryland Department of the Environment|R3|39.410000|-76.296700|8.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240251001|240251001|840240251001|RWD|Permanent|1001|Edgewood|Active|MD1|Maryland Department of the Environment|R3|39.410000|-76.296700|8.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240251001|240251001|840240251001|RWS|Permanent|1001|Edgewood|Active|MD1|Maryland Department of the Environment|R3|39.410000|-76.296700|8.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240251001|240251001|840240251001|O3|Permanent|1001|Edgewood|Active|MD1|Maryland Department of the Environment|R3|39.410000|-76.296700|8.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240251001|240251001|840240251001|PM2.5|Permanent|1001|Edgewood|Active|MD1|Maryland Department of the Environment|R3|39.410000|-76.296700|8.500|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|TEMP|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|RHUM|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|BARPR|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|NO|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|O3|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|PRECIP|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|RWD|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|RWS|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|NO2|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240259001|240259001|840240259001|NOY|Permanent|9001|Aldino|Active|MD1|Maryland Department of the Environment|R3|39.563301|-76.203903|127.800|-5.00|US|12580| Baltimore-Towson, MD |24|MD|025|HARFORD +240270006|240270006|840240270006|NO2|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|BARPR|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|NOX|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|RHUM|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|NO|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|PRECIP|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|RWD|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|RWS|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|PM2.5|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|CO|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|BC|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240270006|240270006|840240270006|TEMP|Permanent|0006|Howard County Near Road|Active|MD1|Maryland Department of the Environment|R3|39.143197|-76.846192|96.700|-5.00|US|||24|MD|027|HOWARD +240290002|240290002|840240290002|PM2.5|Permanent|0002|Millington|Active|MD1|Maryland Department of the Environment|R3|39.305199|-75.797203|22.300|-5.00|US|||24|MD|029|KENT +240290002|240290002|840240290002|TEMP|Permanent|0002|Millington|Active|MD1|Maryland Department of the Environment|R3|39.305199|-75.797203|22.300|-5.00|US|||24|MD|029|KENT +240290002|240290002|840240290002|RHUM|Permanent|0002|Millington|Active|MD1|Maryland Department of the Environment|R3|39.305199|-75.797203|22.300|-5.00|US|||24|MD|029|KENT +240290002|240290002|840240290002|BARPR|Permanent|0002|Millington|Active|MD1|Maryland Department of the Environment|R3|39.305199|-75.797203|22.300|-5.00|US|||24|MD|029|KENT +240290002|240290002|840240290002|PRECIP|Permanent|0002|Millington|Active|MD1|Maryland Department of the Environment|R3|39.305199|-75.797203|22.300|-5.00|US|||24|MD|029|KENT +240290002|240290002|840240290002|RWD|Permanent|0002|Millington|Active|MD1|Maryland Department of the Environment|R3|39.305199|-75.797203|22.300|-5.00|US|||24|MD|029|KENT +240290002|240290002|840240290002|RWS|Permanent|0002|Millington|Active|MD1|Maryland Department of the Environment|R3|39.305199|-75.797203|22.300|-5.00|US|||24|MD|029|KENT +240290002|240290002|840240290002|O3|Permanent|0002|Millington|Active|MD1|Maryland Department of the Environment|R3|39.305199|-75.797203|22.300|-5.00|US|||24|MD|029|KENT +240298118|240298118|840240298118|WS|Permanent|8118|Portable|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344700|15.900|-5.00|US|||24|MD|029|KENT +240298118|240298118|840240298118|WD|Permanent|8118|Portable|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344700|15.900|-5.00|US|||24|MD|029|KENT +240298118|240298118|840240298118|RHUM|Permanent|8118|Portable|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344700|15.900|-5.00|US|||24|MD|029|KENT +240298118|240298118|840240298118|BARPR|Permanent|8118|Portable|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344700|15.900|-5.00|US|||24|MD|029|KENT +240298118|240298118|840240298118|O3|Permanent|8118|Portable|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344700|15.900|-5.00|US|||24|MD|029|KENT +240298118|240298118|840240298118|TEMP|Permanent|8118|Portable|Inactive|MD1|Maryland Department of the Environment|R3|39.257200|-76.344700|15.900|-5.00|US|||24|MD|029|KENT +240313001|240313001|840240313001|RWS|Permanent|3001|Rockville|Active|MD1|Maryland Department of the Environment|R3|39.114399|-77.106903|124.400|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|031|MONTGOMERY +240313001|240313001|840240313001|O3|Permanent|3001|Rockville|Active|MD1|Maryland Department of the Environment|R3|39.114399|-77.106903|124.400|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|031|MONTGOMERY +240313001|240313001|840240313001|PM2.5|Permanent|3001|Rockville|Active|MD1|Maryland Department of the Environment|R3|39.114399|-77.106903|124.400|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|031|MONTGOMERY +240313001|240313001|840240313001|TEMP|Permanent|3001|Rockville|Active|MD1|Maryland Department of the Environment|R3|39.114399|-77.106903|124.400|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|031|MONTGOMERY +240313001|240313001|840240313001|RHUM|Permanent|3001|Rockville|Active|MD1|Maryland Department of the Environment|R3|39.114399|-77.106903|124.400|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|031|MONTGOMERY +240313001|240313001|840240313001|BARPR|Permanent|3001|Rockville|Active|MD1|Maryland Department of the Environment|R3|39.114399|-77.106903|124.400|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|031|MONTGOMERY +240313001|240313001|840240313001|PRECIP|Permanent|3001|Rockville|Active|MD1|Maryland Department of the Environment|R3|39.114399|-77.106903|124.400|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|031|MONTGOMERY +240313001|240313001|840240313001|RWD|Permanent|3001|Rockville|Active|MD1|Maryland Department of the Environment|R3|39.114399|-77.106903|124.400|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|031|MONTGOMERY +240330030|240330030|840240330030|SRAD|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|PRECIP|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|RHUM|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|O3|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|PM2.5|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|NO2|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|RWD|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|CO|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|SO2|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|BC|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|RWS|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|TEMP|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240330030|240330030|840240330030|BARPR|Permanent|0030|HU-Beltsville|Active|MD1|Maryland Department of the Environment|R3|39.055302|-76.878304|52.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240338003|240338003|840240338003|RHUM|Permanent|8003|PG Equestrian Center|Active|MD1|Maryland Department of the Environment|R3|38.812069|-76.744186|5.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240338003|240338003|840240338003|BARPR|Permanent|8003|PG Equestrian Center|Active|MD1|Maryland Department of the Environment|R3|38.812069|-76.744186|5.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240338003|240338003|840240338003|PRECIP|Permanent|8003|PG Equestrian Center|Active|MD1|Maryland Department of the Environment|R3|38.812069|-76.744186|5.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240338003|240338003|840240338003|RWD|Permanent|8003|PG Equestrian Center|Active|MD1|Maryland Department of the Environment|R3|38.812069|-76.744186|5.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240338003|240338003|840240338003|RWS|Permanent|8003|PG Equestrian Center|Active|MD1|Maryland Department of the Environment|R3|38.812069|-76.744186|5.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240338003|240338003|840240338003|O3|Permanent|8003|PG Equestrian Center|Active|MD1|Maryland Department of the Environment|R3|38.812069|-76.744186|5.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240338003|240338003|840240338003|TEMP|Permanent|8003|PG Equestrian Center|Active|MD1|Maryland Department of the Environment|R3|38.812069|-76.744186|5.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240339991|240339991|840240339991|WS|Permanent|9991|Beltsville|Active|OAP|EPA Office of Atmospheric Programs|R3|39.028400|-76.817200|45.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240339991|240339991|840240339991|WD|Permanent|9991|Beltsville|Active|OAP|EPA Office of Atmospheric Programs|R3|39.028400|-76.817200|45.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240339991|240339991|840240339991|RHUM|Permanent|9991|Beltsville|Active|OAP|EPA Office of Atmospheric Programs|R3|39.028400|-76.817200|45.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240339991|240339991|840240339991|SRAD|Permanent|9991|Beltsville|Active|OAP|EPA Office of Atmospheric Programs|R3|39.028400|-76.817200|45.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240339991|240339991|840240339991|PRECIP|Permanent|9991|Beltsville|Active|OAP|EPA Office of Atmospheric Programs|R3|39.028400|-76.817200|45.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240339991|240339991|840240339991|O3|Permanent|9991|Beltsville|Active|OAP|EPA Office of Atmospheric Programs|R3|39.028400|-76.817200|45.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +240339991|240339991|840240339991|TEMP|Permanent|9991|Beltsville|Active|OAP|EPA Office of Atmospheric Programs|R3|39.028400|-76.817200|45.800|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |24|MD|033|PRINCE GEORGES +840240396431|240396431|840240396431|PM2.5|Permanent|6431|Princess Anne|Active|MD1|Maryland Department of the Environment|R3|38.176541|-75.701489||-5.00|US|||24|MD|039|SOMERSET +840240396431|240396431|840240396431|PM10|Permanent|6431|Princess Anne|Active|MD1|Maryland Department of the Environment|R3|38.176541|-75.701489||-5.00|US|||24|MD|039|SOMERSET +840240396431|240396431|840240396431|NH3|Permanent|6431|Princess Anne|Active|MD1|Maryland Department of the Environment|R3|38.176541|-75.701489||-5.00|US|||24|MD|039|SOMERSET +240430009|240430009|840240430009|BARPR|Permanent|0009|Hagerstown|Active|MD1|Maryland Department of the Environment|R3|39.565601|-77.721901|163.500|-5.00|US|25180| Hagerstown-Martinsburg, MD-WV |24|MD|043|WASHINGTON +240430009|240430009|840240430009|PRECIP|Permanent|0009|Hagerstown|Active|MD1|Maryland Department of the Environment|R3|39.565601|-77.721901|163.500|-5.00|US|25180| Hagerstown-Martinsburg, MD-WV |24|MD|043|WASHINGTON +240430009|240430009|840240430009|RWD|Permanent|0009|Hagerstown|Active|MD1|Maryland Department of the Environment|R3|39.565601|-77.721901|163.500|-5.00|US|25180| Hagerstown-Martinsburg, MD-WV |24|MD|043|WASHINGTON +240430009|240430009|840240430009|RWS|Permanent|0009|Hagerstown|Active|MD1|Maryland Department of the Environment|R3|39.565601|-77.721901|163.500|-5.00|US|25180| Hagerstown-Martinsburg, MD-WV |24|MD|043|WASHINGTON +240430009|240430009|840240430009|O3|Permanent|0009|Hagerstown|Active|MD1|Maryland Department of the Environment|R3|39.565601|-77.721901|163.500|-5.00|US|25180| Hagerstown-Martinsburg, MD-WV |24|MD|043|WASHINGTON +240430009|240430009|840240430009|PM2.5|Permanent|0009|Hagerstown|Active|MD1|Maryland Department of the Environment|R3|39.565601|-77.721901|163.500|-5.00|US|25180| Hagerstown-Martinsburg, MD-WV |24|MD|043|WASHINGTON +240430009|240430009|840240430009|TEMP|Permanent|0009|Hagerstown|Active|MD1|Maryland Department of the Environment|R3|39.565601|-77.721901|163.500|-5.00|US|25180| Hagerstown-Martinsburg, MD-WV |24|MD|043|WASHINGTON +240430009|240430009|840240430009|RHUM|Permanent|0009|Hagerstown|Active|MD1|Maryland Department of the Environment|R3|39.565601|-77.721901|163.500|-5.00|US|25180| Hagerstown-Martinsburg, MD-WV |24|MD|043|WASHINGTON +240471001|240471001|840240471001|WD|Permanent|1001|Assateague Island NS|Inactive|NPS|National Park Service|USEPA|38.251099|-75.159401|2.700|-5.00|US|36180| Ocean Pines, MD |24|MD|047|WORCESTER +240471001|240471001|840240471001|RHUM|Permanent|1001|Assateague Island NS|Inactive|NPS|National Park Service|USEPA|38.251099|-75.159401|2.700|-5.00|US|36180| Ocean Pines, MD |24|MD|047|WORCESTER +240471001|240471001|840240471001|SRAD|Permanent|1001|Assateague Island NS|Inactive|NPS|National Park Service|USEPA|38.251099|-75.159401|2.700|-5.00|US|36180| Ocean Pines, MD |24|MD|047|WORCESTER +240471001|240471001|840240471001|PRECIP|Permanent|1001|Assateague Island NS|Inactive|NPS|National Park Service|USEPA|38.251099|-75.159401|2.700|-5.00|US|36180| Ocean Pines, MD |24|MD|047|WORCESTER +240471001|240471001|840240471001|O3|Permanent|1001|Assateague Island NS|Inactive|NPS|National Park Service|USEPA|38.251099|-75.159401|2.700|-5.00|US|36180| Ocean Pines, MD |24|MD|047|WORCESTER +240471001|240471001|840240471001|TEMP|Permanent|1001|Assateague Island NS|Inactive|NPS|National Park Service|USEPA|38.251099|-75.159401|2.700|-5.00|US|36180| Ocean Pines, MD |24|MD|047|WORCESTER +240471001|240471001|840240471001|WS|Permanent|1001|Assateague Island NS|Inactive|NPS|National Park Service|USEPA|38.251099|-75.159401|2.700|-5.00|US|36180| Ocean Pines, MD |24|MD|047|WORCESTER +840240476432|240476432|840240476432|PM2.5|Permanent|6432|Pocomoke City|Active|MD1|Maryland Department of the Environment|R3|38.013875|-75.545666||-5.00|US|||24|MD|047|WORCESTER +840240476432|240476432|840240476432|PM10|Permanent|6432|Pocomoke City|Active|MD1|Maryland Department of the Environment|R3|38.013875|-75.545666||-5.00|US|||24|MD|047|WORCESTER +840240476432|240476432|840240476432|NH3|Permanent|6432|Pocomoke City|Active|MD1|Maryland Department of the Environment|R3|38.013875|-75.545666||-5.00|US|||24|MD|047|WORCESTER +245100040|245100040|840245100040|PM2.5|Permanent|0040|Oldtown|Inactive|MD1|Maryland Department of the Environment|R3|39.298100|-76.604698|11.900|-5.00|US|12580| Baltimore-Towson, MD |24|MD|510|BALTIMORE (CITY) +245100040|245100040|840245100040|NO2|Permanent|0040|Oldtown|Inactive|MD1|Maryland Department of the Environment|R3|39.298100|-76.604698|11.900|-5.00|US|12580| Baltimore-Towson, MD |24|MD|510|BALTIMORE (CITY) +245100040|245100040|840245100040|NOX|Permanent|0040|Oldtown|Inactive|MD1|Maryland Department of the Environment|R3|39.298100|-76.604698|11.900|-5.00|US|12580| Baltimore-Towson, MD |24|MD|510|BALTIMORE (CITY) +245100040|245100040|840245100040|NO|Permanent|0040|Oldtown|Inactive|MD1|Maryland Department of the Environment|R3|39.298100|-76.604698|11.900|-5.00|US|12580| Baltimore-Towson, MD |24|MD|510|BALTIMORE (CITY) +245100040|245100040|840245100040|NH3|Permanent|0040|Oldtown|Inactive|MD1|Maryland Department of the Environment|R3|39.298100|-76.604698|11.900|-5.00|US|12580| Baltimore-Towson, MD |24|MD|510|BALTIMORE (CITY) +245100054|245100054|840245100054|O3|Permanent|0054|Furley|Inactive|MD1|Maryland Department of the Environment|R3|39.333099|-76.550003|56.700|-5.00|US|12580| Baltimore-Towson, MD |24|MD|510|BALTIMORE (CITY) +245100054|245100054|840245100054|CO|Permanent|0054|Furley|Inactive|MD1|Maryland Department of the Environment|R3|39.333099|-76.550003|56.700|-5.00|US|12580| Baltimore-Towson, MD |24|MD|510|BALTIMORE (CITY) +840245105253|245105253|840245105253|O3|Permanent|5253|Lake Montebello|Active|MD1|Maryland Department of the Environment|R3|39.337460|-76.589050||-5.00|US|||24|MD|510|BALTIMORE (CITY) +840245105253|245105253|840245105253|PM2.5|Permanent|5253|Lake Montebello|Active|MD1|Maryland Department of the Environment|R3|39.337460|-76.589050||-5.00|US|||24|MD|510|BALTIMORE (CITY) +840245105253|245105253|840245105253|NO2|Permanent|5253|Lake Montebello|Active|MD1|Maryland Department of the Environment|R3|39.337460|-76.589050||-5.00|US|||24|MD|510|BALTIMORE (CITY) +840245105253|245105253|840245105253|NOX|Permanent|5253|Lake Montebello|Active|MD1|Maryland Department of the Environment|R3|39.337460|-76.589050||-5.00|US|||24|MD|510|BALTIMORE (CITY) +840245105253|245105253|840245105253|NO|Permanent|5253|Lake Montebello|Active|MD1|Maryland Department of the Environment|R3|39.337460|-76.589050||-5.00|US|||24|MD|510|BALTIMORE (CITY) +250010002|250010002|840250010002|BARPR|Permanent|0002|TRURO|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.975600|-70.023900||-5.00|US|12700| Barnstable Town, MA |25|MA|001|BARNSTABLE +250010002|250010002|840250010002|SRAD|Permanent|0002|TRURO|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.975600|-70.023900||-5.00|US|12700| Barnstable Town, MA |25|MA|001|BARNSTABLE +250010002|250010002|840250010002|O3|Permanent|0002|TRURO|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.975600|-70.023900||-5.00|US|12700| Barnstable Town, MA |25|MA|001|BARNSTABLE +250010002|250010002|840250010002|TEMP|Permanent|0002|TRURO|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.975600|-70.023900||-5.00|US|12700| Barnstable Town, MA |25|MA|001|BARNSTABLE +250010002|250010002|840250010002|WS|Permanent|0002|TRURO|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.975600|-70.023900||-5.00|US|12700| Barnstable Town, MA |25|MA|001|BARNSTABLE +250010002|250010002|840250010002|WD|Permanent|0002|TRURO|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.975600|-70.023900||-5.00|US|12700| Barnstable Town, MA |25|MA|001|BARNSTABLE +250010002|250010002|840250010002|RHUM|Permanent|0002|TRURO|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.975600|-70.023900||-5.00|US|12700| Barnstable Town, MA |25|MA|001|BARNSTABLE +250030006|250030006|840250030006|PM2.5|Permanent|0006|PITTSFIELD|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.447800|-73.254700||-5.00|US|38340| Pittsfield, MA |25|MA|003|BERKSHIRE +840250030008|250030008|840250030008|TEMP|Permanent|0008|PittsfieldES|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.453035|-73.238776||-5.00|US|||25|MA|003|BERKSHIRE +840250030008|250030008|840250030008|WS|Permanent|0008|PittsfieldES|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.453035|-73.238776||-5.00|US|||25|MA|003|BERKSHIRE +840250030008|250030008|840250030008|WD|Permanent|0008|PittsfieldES|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.453035|-73.238776||-5.00|US|||25|MA|003|BERKSHIRE +840250030008|250030008|840250030008|RHUM|Permanent|0008|PittsfieldES|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.453035|-73.238776||-5.00|US|||25|MA|003|BERKSHIRE +840250030008|250030008|840250030008|BARPR|Permanent|0008|PittsfieldES|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.453035|-73.238776||-5.00|US|||25|MA|003|BERKSHIRE +840250030008|250030008|840250030008|SRAD|Permanent|0008|PittsfieldES|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.453035|-73.238776||-5.00|US|||25|MA|003|BERKSHIRE +840250030008|250030008|840250030008|O3|Permanent|0008|PittsfieldES|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.453035|-73.238776||-5.00|US|||25|MA|003|BERKSHIRE +840250030008|250030008|840250030008|PM2.5|Permanent|0008|PittsfieldES|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.453035|-73.238776||-5.00|US|||25|MA|003|BERKSHIRE +840250030008|250030008|840250030008|BC|Permanent|0008|PittsfieldES|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.453035|-73.238776||-5.00|US|||25|MA|003|BERKSHIRE +250034002|250034002|840250034002|O3|Permanent|4002|ADAMS|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.636700|-73.167800||-5.00|US|38340| Pittsfield, MA |25|MA|003|BERKSHIRE +250036001|250036001|840250036001|PM2.5|Permanent|6001|NorthAdams|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.702223|-73.110414||-5.00|US|||25|MA|003|BERKSHIRE +250036001|250036001|840250036001|BC|Permanent|6001|NorthAdams|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.702223|-73.110414||-5.00|US|||25|MA|003|BERKSHIRE +250051002|250051002|840250051002|O3|Permanent|1002|Fairhaven|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|41.633300|-70.879700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051002|250051002|840250051002|TEMP|Permanent|1002|Fairhaven|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|41.633300|-70.879700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051002|250051002|840250051002|WS|Permanent|1002|Fairhaven|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|41.633300|-70.879700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051002|250051002|840250051002|WD|Permanent|1002|Fairhaven|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|41.633300|-70.879700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051002|250051002|840250051002|RHUM|Permanent|1002|Fairhaven|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|41.633300|-70.879700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051002|250051002|840250051002|BARPR|Permanent|1002|Fairhaven|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|41.633300|-70.879700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051002|250051002|840250051002|SRAD|Permanent|1002|Fairhaven|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|41.633300|-70.879700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051004|250051004|840250051004|O3|Permanent|1004|Fall River|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.683300|-71.169701||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051004|250051004|840250051004|PM2.5|Permanent|1004|Fall River|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.683300|-71.169701||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051004|250051004|840250051004|SO2|Permanent|1004|Fall River|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.683300|-71.169701||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |25|MA|005|BRISTOL +250051006|250051006|840250051006|O3|Permanent|1006|Fairhaven2|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.645400|-70.898000||-5.00|US|||25|MA|005|BRISTOL +250051006|250051006|840250051006|TEMP|Permanent|1006|Fairhaven2|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.645400|-70.898000||-5.00|US|||25|MA|005|BRISTOL +250051006|250051006|840250051006|WS|Permanent|1006|Fairhaven2|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.645400|-70.898000||-5.00|US|||25|MA|005|BRISTOL +250051006|250051006|840250051006|WD|Permanent|1006|Fairhaven2|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.645400|-70.898000||-5.00|US|||25|MA|005|BRISTOL +250051006|250051006|840250051006|RHUM|Permanent|1006|Fairhaven2|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.645400|-70.898000||-5.00|US|||25|MA|005|BRISTOL +250051006|250051006|840250051006|BARPR|Permanent|1006|Fairhaven2|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.645400|-70.898000||-5.00|US|||25|MA|005|BRISTOL +250051006|250051006|840250051006|SRAD|Permanent|1006|Fairhaven2|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|41.645400|-70.898000||-5.00|US|||25|MA|005|BRISTOL +250070001|250070001|840250070001|O3|Permanent|0001|Wampanoag Laboratory - Martha's Vineyard|Active|WT1|Wampanoag Tribe|R1|41.330470|-70.785840||-5.00|US|||25|MA|007|DUKES +250092006|250092006|840250092006|O3|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|PM2.5|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|NO2|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|NOY|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|TEMP|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|WS|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|WD|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|RHUM|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|BARPR|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|SRAD|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|NO|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250092006|250092006|840250092006|PRECIP|Permanent|2006|LYNN|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.474701|-70.971901||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|TEMP|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|WS|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|WD|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|RHUM|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|BARPR|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|SRAD|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|NOX|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|NO|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|O3|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|NO2|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094004|250094004|840250094004|NOY|Permanent|4004|NEWBURY|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.790298|-70.808899||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250094005|250094005|840250094005|WD|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|RHUM|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|BARPR|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|O3|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|NO2|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|SRAD|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|NOX|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|NO|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|NOY|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|TEMP|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250094005|250094005|840250094005|WS|Permanent|4005|Newburyport|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.814507|-70.818489|2.100|-5.00|US|||25|MA|009|ESSEX +250095005|250095005|840250095005|TEMP|Permanent|5005|Haverhill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.770800|-71.102800||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250095005|250095005|840250095005|WS|Permanent|5005|Haverhill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.770800|-71.102800||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250095005|250095005|840250095005|WD|Permanent|5005|Haverhill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.770800|-71.102800||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250095005|250095005|840250095005|RHUM|Permanent|5005|Haverhill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.770800|-71.102800||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250095005|250095005|840250095005|BARPR|Permanent|5005|Haverhill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.770800|-71.102800||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250095005|250095005|840250095005|SRAD|Permanent|5005|Haverhill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.770800|-71.102800||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250095005|250095005|840250095005|O3|Permanent|5005|Haverhill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.770800|-71.102800||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250095005|250095005|840250095005|PM2.5|Permanent|5005|Haverhill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.770800|-71.102800||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|009|ESSEX +250112005|250112005|840250112005|O3|Permanent|2005|Greenfield|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.605816|-72.596689||-5.00|US|||25|MA|011|FRANKLIN +250112005|250112005|840250112005|PM2.5|Permanent|2005|Greenfield|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.605816|-72.596689||-5.00|US|||25|MA|011|FRANKLIN +250112005|250112005|840250112005|BC|Permanent|2005|Greenfield|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.605816|-72.596689||-5.00|US|||25|MA|011|FRANKLIN +250112005|250112005|840250112005|TEMP|Permanent|2005|Greenfield|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.605816|-72.596689||-5.00|US|||25|MA|011|FRANKLIN +250112005|250112005|840250112005|WS|Permanent|2005|Greenfield|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.605816|-72.596689||-5.00|US|||25|MA|011|FRANKLIN +250112005|250112005|840250112005|WD|Permanent|2005|Greenfield|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.605816|-72.596689||-5.00|US|||25|MA|011|FRANKLIN +250112005|250112005|840250112005|RHUM|Permanent|2005|Greenfield|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.605816|-72.596689||-5.00|US|||25|MA|011|FRANKLIN +250112005|250112005|840250112005|BARPR|Permanent|2005|Greenfield|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.605816|-72.596689||-5.00|US|||25|MA|011|FRANKLIN +250112005|250112005|840250112005|SRAD|Permanent|2005|Greenfield|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.605816|-72.596689||-5.00|US|||25|MA|011|FRANKLIN +250130008|250130008|840250130008|WD|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|RHUM|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|BARPR|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|SRAD|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|NOX|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|NO|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|O3|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|PM2.5|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|NO2|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|TEMP|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130008|250130008|840250130008|WS|Permanent|0008|CHICOPEE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.194401|-72.555603||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130016|250130016|840250130016|SO2|Permanent|0016|Springfield|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.108600|-72.591100||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130016|250130016|840250130016|BC|Permanent|0016|Springfield|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.108600|-72.591100||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130016|250130016|840250130016|NOX|Permanent|0016|Springfield|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.108600|-72.591100||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130016|250130016|840250130016|NO|Permanent|0016|Springfield|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.108600|-72.591100||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130016|250130016|840250130016|PM2.5|Permanent|0016|Springfield|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.108600|-72.591100||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130016|250130016|840250130016|NO2|Permanent|0016|Springfield|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.108600|-72.591100||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130016|250130016|840250130016|CO|Permanent|0016|Springfield|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.108600|-72.591100||-5.00|US|44140| Springfield, MA |25|MA|013|HAMPDEN +250130018|250130018|840250130018|NOX|Permanent|0018|SPRINGFIELDSP|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.120248|-72.584990||-5.00|US|||25|MA|013|HAMPDEN +250130018|250130018|840250130018|NO|Permanent|0018|SPRINGFIELDSP|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.120248|-72.584990||-5.00|US|||25|MA|013|HAMPDEN +250130018|250130018|840250130018|PM2.5|Permanent|0018|SPRINGFIELDSP|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.120248|-72.584990||-5.00|US|||25|MA|013|HAMPDEN +250130018|250130018|840250130018|NO2|Permanent|0018|SPRINGFIELDSP|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.120248|-72.584990||-5.00|US|||25|MA|013|HAMPDEN +250130018|250130018|840250130018|SO2|Permanent|0018|SPRINGFIELDSP|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.120248|-72.584990||-5.00|US|||25|MA|013|HAMPDEN +250130018|250130018|840250130018|BC|Permanent|0018|SPRINGFIELDSP|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.120248|-72.584990||-5.00|US|||25|MA|013|HAMPDEN +250150103|250150103|840250150103|O3|Permanent|0103|AMHERST|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.400600|-72.523600||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|WS|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|WD|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|RHUM|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|BARPR|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|SRAD|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|NO2|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|SO2|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|NOY|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|TEMP|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|NOX|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|NO|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|O3|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250154002|250154002|840250154002|PM2.5|Permanent|4002|WARE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.298302|-72.334396||-5.00|US|44140| Springfield, MA |25|MA|015|HAMPSHIRE +250170007|250170007|840250170007|CO|Permanent|0007|LOWELL|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.645802|-71.311699||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|017|MIDDLESEX +250170009|250170009|840250170009|O3|Permanent|0009|Chelmsford|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.626700|-71.362200||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|017|MIDDLESEX +840250170010|250170010|840250170010|PM2.5|Permanent|0010|ChelmsfordNR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.612113|-71.307519||-5.00|US|||25|MA|017|MIDDLESEX +840250170010|250170010|840250170010|NO2|Permanent|0010|ChelmsfordNR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.612113|-71.307519||-5.00|US|||25|MA|017|MIDDLESEX +840250170010|250170010|840250170010|BC|Permanent|0010|ChelmsfordNR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.612113|-71.307519||-5.00|US|||25|MA|017|MIDDLESEX +840250170010|250170010|840250170010|NOX|Permanent|0010|ChelmsfordNR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.612113|-71.307519||-5.00|US|||25|MA|017|MIDDLESEX +840250170010|250170010|840250170010|NO|Permanent|0010|ChelmsfordNR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.612113|-71.307519||-5.00|US|||25|MA|017|MIDDLESEX +840250170010|250170010|840250170010|O3|Permanent|0010|ChelmsfordNR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.612113|-71.307519||-5.00|US|||25|MA|017|MIDDLESEX +250171102|250171102|840250171102|O3|Permanent|1102|STOW|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.413601|-71.483299||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|017|MIDDLESEX +250171102|250171102|840250171102|TEMP|Permanent|1102|STOW|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.413601|-71.483299||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|017|MIDDLESEX +250171102|250171102|840250171102|WS|Permanent|1102|STOW|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.413601|-71.483299||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|017|MIDDLESEX +250171102|250171102|840250171102|WD|Permanent|1102|STOW|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.413601|-71.483299||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|017|MIDDLESEX +250171102|250171102|840250171102|RHUM|Permanent|1102|STOW|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.413601|-71.483299||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|017|MIDDLESEX +250171102|250171102|840250171102|BARPR|Permanent|1102|STOW|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.413601|-71.483299||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|017|MIDDLESEX +250171102|250171102|840250171102|SRAD|Permanent|1102|STOW|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.413601|-71.483299||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|017|MIDDLESEX +840250212004|250212004|840250212004|PM2.5|Permanent|2004|Weymouth|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.245865|-70.962766||-5.00|US|||25|MA|021|NORFOLK +840250212005|250212005|840250212005|WD|Permanent|2005|WeymouthFR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.241229|-70.963346||-5.00|US|||25|MA|021|NORFOLK +840250212005|250212005|840250212005|RHUM|Permanent|2005|WeymouthFR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.241229|-70.963346||-5.00|US|||25|MA|021|NORFOLK +840250212005|250212005|840250212005|BARPR|Permanent|2005|WeymouthFR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.241229|-70.963346||-5.00|US|||25|MA|021|NORFOLK +840250212005|250212005|840250212005|SRAD|Permanent|2005|WeymouthFR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.241229|-70.963346||-5.00|US|||25|MA|021|NORFOLK +840250212005|250212005|840250212005|O3|Permanent|2005|WeymouthFR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.241229|-70.963346||-5.00|US|||25|MA|021|NORFOLK +840250212005|250212005|840250212005|PM2.5|Permanent|2005|WeymouthFR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.241229|-70.963346||-5.00|US|||25|MA|021|NORFOLK +840250212005|250212005|840250212005|NO2|Permanent|2005|WeymouthFR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.241229|-70.963346||-5.00|US|||25|MA|021|NORFOLK +840250212005|250212005|840250212005|TEMP|Permanent|2005|WeymouthFR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.241229|-70.963346||-5.00|US|||25|MA|021|NORFOLK +840250212005|250212005|840250212005|WS|Permanent|2005|WeymouthFR|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.241229|-70.963346||-5.00|US|||25|MA|021|NORFOLK +250213003|250213003|840250213003|NO2|Permanent|3003|E. Milton - Blue Hill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.211700|-71.114403||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|021|NORFOLK +250213003|250213003|840250213003|TEMP|Permanent|3003|E. Milton - Blue Hill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.211700|-71.114403||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|021|NORFOLK +250213003|250213003|840250213003|RHUM|Permanent|3003|E. Milton - Blue Hill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.211700|-71.114403||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|021|NORFOLK +250213003|250213003|840250213003|BARPR|Permanent|3003|E. Milton - Blue Hill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.211700|-71.114403||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|021|NORFOLK +250213003|250213003|840250213003|SRAD|Permanent|3003|E. Milton - Blue Hill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.211700|-71.114403||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|021|NORFOLK +250213003|250213003|840250213003|NOX|Permanent|3003|E. Milton - Blue Hill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.211700|-71.114403||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|021|NORFOLK +250213003|250213003|840250213003|NO|Permanent|3003|E. Milton - Blue Hill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.211700|-71.114403||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|021|NORFOLK +250213003|250213003|840250213003|O3|Permanent|3003|E. Milton - Blue Hill|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.211700|-71.114403||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|021|NORFOLK +250230005|250230005|840250230005|PM2.5|Permanent|0005|Brockton|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.065119|-71.012686|24.100|-5.00|US|||25|MA|023|PLYMOUTH +250230005|250230005|840250230005|O3|Permanent|0005|Brockton|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.065119|-71.012686|24.100|-5.00|US|||25|MA|023|PLYMOUTH +250250002|250250002|840250250002|PM2.5|Permanent|0002|BOSTON-KENMORE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.348900|-71.097702||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250002|250250002|840250250002|NO2|Permanent|0002|BOSTON-KENMORE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.348900|-71.097702||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250002|250250002|840250250002|SO2|Permanent|0002|BOSTON-KENMORE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.348900|-71.097702||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250002|250250002|840250250002|NOX|Permanent|0002|BOSTON-KENMORE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.348900|-71.097702||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250002|250250002|840250250002|NO|Permanent|0002|BOSTON-KENMORE|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.348900|-71.097702||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|O3|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|NO2|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|TEMP|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|WS|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|WD|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|RHUM|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|BARPR|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|SRAD|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|NOX|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250041|250250041|840250250041|NO|Permanent|0041|Boston - Long Island|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.317200|-70.966700||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|BARPR|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|SRAD|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|NOX|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|NO|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|RWD|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|RWS|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|O3|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|PM2.5|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|NO2|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|CO|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|SO2|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|NOY|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|BC|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|TEMP|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|WS|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|WD|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250042|250250042|840250250042|RHUM|Permanent|0042|Boston - Roxbury|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.329399|-71.082497||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250043|250250043|840250250043|PM2.5|Permanent|0043|Boston - North End|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.363100|-71.054200||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250043|250250043|840250250043|BC|Permanent|0043|Boston - North End|Inactive|MA1|Massachusetts Dept. of Environmental Protection|R1|42.363100|-71.054200||-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |25|MA|025|SUFFOLK +250250044|250250044|840250250044|NOX|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|PM2.5|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|NO2|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|CO|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|BC|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|TEMP|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|NO|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|WS|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|WD|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|RHUM|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|BARPR|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +250250044|250250044|840250250044|SRAD|Permanent|0044|Boston-Von Hillern|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.325197|-71.056056|4.000|-5.00|US|||25|MA|025|SUFFOLK +840250251004|250251004|840250251004|PM2.5|Permanent|1004|Chelsea HP|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.387222|-71.026111||-5.00|US|||25|MA|025|SUFFOLK +250270015|250270015|840250270015|WD|Permanent|0015|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.274200|-71.875800||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270015|250270015|840250270015|RHUM|Permanent|0015|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.274200|-71.875800||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270015|250270015|840250270015|BARPR|Permanent|0015|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.274200|-71.875800||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270015|250270015|840250270015|TEMP|Permanent|0015|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.274200|-71.875800||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270015|250270015|840250270015|WS|Permanent|0015|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.274200|-71.875800||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270015|250270015|840250270015|SRAD|Permanent|0015|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.274200|-71.875800||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270015|250270015|840250270015|O3|Permanent|0015|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.274200|-71.875800||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270023|250270023|840250270023|NO2|Permanent|0023|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.263901|-71.794701||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270023|250270023|840250270023|CO|Permanent|0023|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.263901|-71.794701||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270023|250270023|840250270023|SO2|Permanent|0023|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.263901|-71.794701||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270023|250270023|840250270023|NOX|Permanent|0023|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.263901|-71.794701||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270023|250270023|840250270023|NO|Permanent|0023|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.263901|-71.794701||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270023|250270023|840250270023|PM2.5|Permanent|0023|Worcester|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.263901|-71.794701||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270024|250270024|840250270024|BARPR|Permanent|0024|Uxbridge|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.099700|-71.620000||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270024|250270024|840250270024|SRAD|Permanent|0024|Uxbridge|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.099700|-71.620000||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270024|250270024|840250270024|O3|Permanent|0024|Uxbridge|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.099700|-71.620000||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270024|250270024|840250270024|TEMP|Permanent|0024|Uxbridge|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.099700|-71.620000||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270024|250270024|840250270024|WS|Permanent|0024|Uxbridge|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.099700|-71.620000||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270024|250270024|840250270024|WD|Permanent|0024|Uxbridge|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.099700|-71.620000||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +250270024|250270024|840250270024|RHUM|Permanent|0024|Uxbridge|Active|MA1|Massachusetts Dept. of Environmental Protection|R1|42.099700|-71.620000||-5.00|US|49340| Worcester, MA |25|MA|027|WORCESTER +260050003|260050003|840260050003|WD|Permanent|0003|HOLLAND|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.767799|-86.148598|390.400|-5.00|US|10880| Allegan, MI |26|MI|005|ALLEGAN +260050003|260050003|840260050003|O3|Permanent|0003|HOLLAND|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.767799|-86.148598|390.400|-5.00|US|10880| Allegan, MI |26|MI|005|ALLEGAN +260050003|260050003|840260050003|PM2.5|Permanent|0003|HOLLAND|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.767799|-86.148598|390.400|-5.00|US|10880| Allegan, MI |26|MI|005|ALLEGAN +260050003|260050003|840260050003|TEMP|Permanent|0003|HOLLAND|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.767799|-86.148598|390.400|-5.00|US|10880| Allegan, MI |26|MI|005|ALLEGAN +260050003|260050003|840260050003|WS|Permanent|0003|HOLLAND|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.767799|-86.148598|390.400|-5.00|US|10880| Allegan, MI |26|MI|005|ALLEGAN +260170014|260170014|840260170014|PM2.5|Permanent|0014|BAY CITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.571400|-83.890800|390.400|-5.00|US|13020| Bay City, MI |26|MI|017|BAY +260170014|260170014|840260170014|TEMP|Permanent|0014|BAY CITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.571400|-83.890800|390.400|-5.00|US|13020| Bay City, MI |26|MI|017|BAY +260170014|260170014|840260170014|WS|Permanent|0014|BAY CITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.571400|-83.890800|390.400|-5.00|US|13020| Bay City, MI |26|MI|017|BAY +260170014|260170014|840260170014|WD|Permanent|0014|BAY CITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.571400|-83.890800|390.400|-5.00|US|13020| Bay City, MI |26|MI|017|BAY +260190003|260190003|840260190003|O3|Permanent|0003|FRANKFORT|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.616901|-86.109398||-5.00|US|45900| Traverse City, MI |26|MI|019|BENZIE +260210014|260210014|840260210014|TEMP|Permanent|0014|COLOMA|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.197800|-86.309700||-5.00|US|35660| Niles-Benton Harbor, MI |26|MI|021|BERRIEN +260210014|260210014|840260210014|WS|Permanent|0014|COLOMA|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.197800|-86.309700||-5.00|US|35660| Niles-Benton Harbor, MI |26|MI|021|BERRIEN +260210014|260210014|840260210014|WD|Permanent|0014|COLOMA|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.197800|-86.309700||-5.00|US|35660| Niles-Benton Harbor, MI |26|MI|021|BERRIEN +260210014|260210014|840260210014|O3|Permanent|0014|COLOMA|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.197800|-86.309700||-5.00|US|35660| Niles-Benton Harbor, MI |26|MI|021|BERRIEN +260270003|260270003|840260270003|O3|Permanent|0003|CASSOPOLIS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|41.895600|-86.001700|390.400|-5.00|US|43780| South Bend-Mishawaka, IN-MI |26|MI|027|CASS +260270003|260270003|840260270003|TEMP|Permanent|0003|CASSOPOLIS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|41.895600|-86.001700|390.400|-5.00|US|43780| South Bend-Mishawaka, IN-MI |26|MI|027|CASS +260270003|260270003|840260270003|WS|Permanent|0003|CASSOPOLIS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|41.895600|-86.001700|390.400|-5.00|US|43780| South Bend-Mishawaka, IN-MI |26|MI|027|CASS +260270003|260270003|840260270003|WD|Permanent|0003|CASSOPOLIS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|41.895600|-86.001700|390.400|-5.00|US|43780| South Bend-Mishawaka, IN-MI |26|MI|027|CASS +260370002|260370002|840260370002|O3|Permanent|0002|ROSE LAKE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.802742|-84.350273||-5.00|US|||26|MI|037|CLINTON +260370002|260370002|840260370002|TEMP|Permanent|0002|ROSE LAKE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.802742|-84.350273||-5.00|US|||26|MI|037|CLINTON +260490021|260490021|840260490021|WS|Permanent|0021|FLINT|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.028900|-83.669403||-5.00|US|22420| Flint, MI |26|MI|049|GENESEE +260490021|260490021|840260490021|WD|Permanent|0021|FLINT|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.028900|-83.669403||-5.00|US|22420| Flint, MI |26|MI|049|GENESEE +260490021|260490021|840260490021|O3|Permanent|0021|FLINT|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.028900|-83.669403||-5.00|US|22420| Flint, MI |26|MI|049|GENESEE +260490021|260490021|840260490021|PM2.5|Permanent|0021|FLINT|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.028900|-83.669403||-5.00|US|22420| Flint, MI |26|MI|049|GENESEE +260490021|260490021|840260490021|TEMP|Permanent|0021|FLINT|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.028900|-83.669403||-5.00|US|22420| Flint, MI |26|MI|049|GENESEE +260492001|260492001|840260492001|WD|Permanent|2001|OTISVILLE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.168300|-83.461700|390.400|-5.00|US|22420| Flint, MI |26|MI|049|GENESEE +260492001|260492001|840260492001|O3|Permanent|2001|OTISVILLE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.168300|-83.461700|390.400|-5.00|US|22420| Flint, MI |26|MI|049|GENESEE +260492001|260492001|840260492001|TEMP|Permanent|2001|OTISVILLE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.168300|-83.461700|390.400|-5.00|US|22420| Flint, MI |26|MI|049|GENESEE +260492001|260492001|840260492001|WS|Permanent|2001|OTISVILLE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.168300|-83.461700|390.400|-5.00|US|22420| Flint, MI |26|MI|049|GENESEE +260630007|260630007|840260630007|TEMP|Permanent|0007|HARBOR BEACH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.836400|-82.643100||-5.00|US|||26|MI|063|HURON +260630007|260630007|840260630007|WS|Permanent|0007|HARBOR BEACH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.836400|-82.643100||-5.00|US|||26|MI|063|HURON +260630007|260630007|840260630007|WD|Permanent|0007|HARBOR BEACH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.836400|-82.643100||-5.00|US|||26|MI|063|HURON +260630007|260630007|840260630007|O3|Permanent|0007|HARBOR BEACH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.836400|-82.643100||-5.00|US|||26|MI|063|HURON +260650012|260650012|840260650012|O3|Permanent|0012|CLOSED SITE - LNSG|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.737499|-84.536102|390.400|-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650012|260650012|840260650012|PM2.5|Permanent|0012|CLOSED SITE - LNSG|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.737499|-84.536102|390.400|-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650012|260650012|840260650012|SO2|Permanent|0012|CLOSED SITE - LNSG|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.737499|-84.536102|390.400|-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650012|260650012|840260650012|TEMP|Permanent|0012|CLOSED SITE - LNSG|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.737499|-84.536102|390.400|-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650012|260650012|840260650012|WS|Permanent|0012|CLOSED SITE - LNSG|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.737499|-84.536102|390.400|-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650012|260650012|840260650012|WD|Permanent|0012|CLOSED SITE - LNSG|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.737499|-84.536102|390.400|-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650018|260650018|840260650018|NO2|Permanent|0018|LANSING|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.761380|-84.562867||-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650018|260650018|840260650018|SO2|Permanent|0018|LANSING|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.761380|-84.562867||-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650018|260650018|840260650018|TEMP|Permanent|0018|LANSING|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.761380|-84.562867||-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650018|260650018|840260650018|WS|Permanent|0018|LANSING|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.761380|-84.562867||-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650018|260650018|840260650018|WD|Permanent|0018|LANSING|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.761380|-84.562867||-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650018|260650018|840260650018|O3|Permanent|0018|LANSING|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.761380|-84.562867||-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260650018|260650018|840260650018|PM2.5|Permanent|0018|LANSING|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.761380|-84.562867||-5.00|US|29620| Lansing-East Lansing, MI |26|MI|065|INGHAM +260770008|260770008|840260770008|O3|Permanent|0008|KALAMAZOO|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.278100|-85.541900|390.400|-5.00|US|28020| Kalamazoo-Portage, MI |26|MI|077|KALAMAZOO +260770008|260770008|840260770008|PM2.5|Permanent|0008|KALAMAZOO|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.278100|-85.541900|390.400|-5.00|US|28020| Kalamazoo-Portage, MI |26|MI|077|KALAMAZOO +260770008|260770008|840260770008|TEMP|Permanent|0008|KALAMAZOO|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.278100|-85.541900|390.400|-5.00|US|28020| Kalamazoo-Portage, MI |26|MI|077|KALAMAZOO +260770008|260770008|840260770008|WS|Permanent|0008|KALAMAZOO|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.278100|-85.541900|390.400|-5.00|US|28020| Kalamazoo-Portage, MI |26|MI|077|KALAMAZOO +260770008|260770008|840260770008|WD|Permanent|0008|KALAMAZOO|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.278100|-85.541900|390.400|-5.00|US|28020| Kalamazoo-Portage, MI |26|MI|077|KALAMAZOO +260810020|260810020|840260810020|WS|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810020|260810020|840260810020|WD|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810020|260810020|840260810020|O3|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810020|260810020|840260810020|PM2.5|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810020|260810020|840260810020|PM10|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810020|260810020|840260810020|SO2|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810020|260810020|840260810020|NOY|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810020|260810020|840260810020|NO2|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810020|260810020|840260810020|CO|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810020|260810020|840260810020|TEMP|Permanent|0020|GRAND RAPIDS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.984699|-85.671097||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810022|260810022|840260810022|O3|Permanent|0022|EVANS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.176701|-85.416702||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810022|260810022|840260810022|TEMP|Permanent|0022|EVANS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.176701|-85.416702||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810022|260810022|840260810022|WS|Permanent|0022|EVANS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.176701|-85.416702||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260810022|260810022|840260810022|WD|Permanent|0022|EVANS|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.176701|-85.416702||-5.00|US|24340| Grand Rapids-Wyoming, MI |26|MI|081|KENT +260890001|260890001|840260890001|TEMP|Permanent|0001|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|45.028900|-85.629204|390.400|-5.00|US|45900| Traverse City, MI |26|MI|089|LEELANAU +260890001|260890001|840260890001|WS|Permanent|0001|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|45.028900|-85.629204|390.400|-5.00|US|45900| Traverse City, MI |26|MI|089|LEELANAU +260890001|260890001|840260890001|WD|Permanent|0001|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|45.028900|-85.629204|390.400|-5.00|US|45900| Traverse City, MI |26|MI|089|LEELANAU +260890001|260890001|840260890001|O3|Permanent|0001|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|45.028900|-85.629204|390.400|-5.00|US|45900| Traverse City, MI |26|MI|089|LEELANAU +260910007|260910007|840260910007|O3|Permanent|0007|TECUMSEH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|41.995602|-83.946701||-5.00|US|10300| Adrian, MI |26|MI|091|LENAWEE +260910007|260910007|840260910007|PM2.5|Permanent|0007|TECUMSEH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|41.995602|-83.946701||-5.00|US|10300| Adrian, MI |26|MI|091|LENAWEE +260910007|260910007|840260910007|TEMP|Permanent|0007|TECUMSEH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|41.995602|-83.946701||-5.00|US|10300| Adrian, MI |26|MI|091|LENAWEE +260910007|260910007|840260910007|WS|Permanent|0007|TECUMSEH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|41.995602|-83.946701||-5.00|US|10300| Adrian, MI |26|MI|091|LENAWEE +260910007|260910007|840260910007|WD|Permanent|0007|TECUMSEH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|41.995602|-83.946701||-5.00|US|10300| Adrian, MI |26|MI|091|LENAWEE +260990009|260990009|840260990009|O3|Permanent|0009|NEW HAVEN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.731400|-82.793600|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|099|MACOMB +260990009|260990009|840260990009|PM2.5|Permanent|0009|NEW HAVEN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.731400|-82.793600|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|099|MACOMB +260990009|260990009|840260990009|TEMP|Permanent|0009|NEW HAVEN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.731400|-82.793600|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|099|MACOMB +260990009|260990009|840260990009|WS|Permanent|0009|NEW HAVEN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.731400|-82.793600|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|099|MACOMB +260990009|260990009|840260990009|WD|Permanent|0009|NEW HAVEN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.731400|-82.793600|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|099|MACOMB +260990021|260990021|840260990021|TEMP|Permanent|0021|FREEDOM HILL|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.094100|-82.163900||-5.00|US|||26|MI|099|MACOMB +260990021|260990021|840260990021|WS|Permanent|0021|FREEDOM HILL|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.094100|-82.163900||-5.00|US|||26|MI|099|MACOMB +260990021|260990021|840260990021|WD|Permanent|0021|FREEDOM HILL|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.094100|-82.163900||-5.00|US|||26|MI|099|MACOMB +260990021|260990021|840260990021|RWD|Permanent|0021|FREEDOM HILL|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.094100|-82.163900||-5.00|US|||26|MI|099|MACOMB +260990021|260990021|840260990021|RWS|Permanent|0021|FREEDOM HILL|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.094100|-82.163900||-5.00|US|||26|MI|099|MACOMB +260991003|260991003|840260991003|O3|Permanent|1003|WARREN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.546700|-83.006100||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|099|MACOMB +261010922|261010922|840261010922|O3|Permanent|0922|MANISTEE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.306900|-86.242800||-5.00|US|||26|MI|101|MANISTEE +261010922|261010922|840261010922|TEMP|Permanent|0922|MANISTEE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.306900|-86.242800||-5.00|US|||26|MI|101|MANISTEE +261010922|261010922|840261010922|RWD|Permanent|0922|MANISTEE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.306900|-86.242800||-5.00|US|||26|MI|101|MANISTEE +261010922|261010922|840261010922|RWS|Permanent|0922|MANISTEE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.306900|-86.242800||-5.00|US|||26|MI|101|MANISTEE +261050007|261050007|840261050007|O3|Permanent|0007|SCOTTVILLE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.953300|-86.294400||-5.00|US|||26|MI|105|MASON +261050007|261050007|840261050007|TEMP|Permanent|0007|SCOTTVILLE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.953300|-86.294400||-5.00|US|||26|MI|105|MASON +261050007|261050007|840261050007|WS|Permanent|0007|SCOTTVILLE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.953300|-86.294400||-5.00|US|||26|MI|105|MASON +261050007|261050007|840261050007|WD|Permanent|0007|SCOTTVILLE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.953300|-86.294400||-5.00|US|||26|MI|105|MASON +261130001|261130001|840261130001|WD|Permanent|0001|HOUGHTON LAKE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.310600|-84.891899||-5.00|US|15620| Cadillac, MI |26|MI|113|MISSAUKEE +261130001|261130001|840261130001|O3|Permanent|0001|HOUGHTON LAKE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.310600|-84.891899||-5.00|US|15620| Cadillac, MI |26|MI|113|MISSAUKEE +261130001|261130001|840261130001|PM2.5|Permanent|0001|HOUGHTON LAKE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.310600|-84.891899||-5.00|US|15620| Cadillac, MI |26|MI|113|MISSAUKEE +261130001|261130001|840261130001|NO2|Permanent|0001|HOUGHTON LAKE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.310600|-84.891899||-5.00|US|15620| Cadillac, MI |26|MI|113|MISSAUKEE +261130001|261130001|840261130001|TEMP|Permanent|0001|HOUGHTON LAKE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.310600|-84.891899||-5.00|US|15620| Cadillac, MI |26|MI|113|MISSAUKEE +261130001|261130001|840261130001|WS|Permanent|0001|HOUGHTON LAKE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|44.310600|-84.891899||-5.00|US|15620| Cadillac, MI |26|MI|113|MISSAUKEE +261210039|261210039|840261210039|WS|Permanent|0039|MUSKEGON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.278100|-86.311100|390.400|-5.00|US|34740| Muskegon-Norton Shores, MI |26|MI|121|MUSKEGON +261210039|261210039|840261210039|WD|Permanent|0039|MUSKEGON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.278100|-86.311100|390.400|-5.00|US|34740| Muskegon-Norton Shores, MI |26|MI|121|MUSKEGON +261210039|261210039|840261210039|O3|Permanent|0039|MUSKEGON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.278100|-86.311100|390.400|-5.00|US|34740| Muskegon-Norton Shores, MI |26|MI|121|MUSKEGON +261210039|261210039|840261210039|TEMP|Permanent|0039|MUSKEGON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|43.278100|-86.311100|390.400|-5.00|US|34740| Muskegon-Norton Shores, MI |26|MI|121|MUSKEGON +261250001|261250001|840261250001|O3|Permanent|0001|OAK PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.463100|-83.183296|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250001|261250001|840261250001|TEMP|Permanent|0001|OAK PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.463100|-83.183296|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250001|261250001|840261250001|WS|Permanent|0001|OAK PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.463100|-83.183296|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250001|261250001|840261250001|WD|Permanent|0001|OAK PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.463100|-83.183296|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250011|261250011|840261250011|TEMP|Permanent|0011|PONTIAC|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.633301|-83.325302||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250011|261250011|840261250011|WS|Permanent|0011|PONTIAC|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.633301|-83.325302||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250011|261250011|840261250011|WD|Permanent|0011|PONTIAC|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.633301|-83.325302||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250012|261250012|840261250012|WS|Permanent|0012|ROCHESTER|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.679100|-83.130300|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250012|261250012|840261250012|WD|Permanent|0012|ROCHESTER|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.679100|-83.130300|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250012|261250012|840261250012|TEMP|Permanent|0012|ROCHESTER|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.679100|-83.130300|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|125|OAKLAND +261250021|261250021|840261250021|TEMP|Permanent|0021|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|0.000000|-80.000000||-5.00|US|||26|MI|125|OAKLAND +261250021|261250021|840261250021|WS|Permanent|0021|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|0.000000|-80.000000||-5.00|US|||26|MI|125|OAKLAND +261250021|261250021|840261250021|WD|Permanent|0021|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|0.000000|-80.000000||-5.00|US|||26|MI|125|OAKLAND +261390005|261390005|840261390005|O3|Permanent|0005|JENISON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.894402|-85.852798|390.400|-5.00|US|26100| Holland-Grand Haven, MI |26|MI|139|OTTAWA +261390005|261390005|840261390005|PM2.5|Permanent|0005|JENISON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.894402|-85.852798|390.400|-5.00|US|26100| Holland-Grand Haven, MI |26|MI|139|OTTAWA +261390005|261390005|840261390005|PM10|Permanent|0005|JENISON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.894402|-85.852798|390.400|-5.00|US|26100| Holland-Grand Haven, MI |26|MI|139|OTTAWA +261390005|261390005|840261390005|TEMP|Permanent|0005|JENISON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.894402|-85.852798|390.400|-5.00|US|26100| Holland-Grand Haven, MI |26|MI|139|OTTAWA +261390005|261390005|840261390005|WS|Permanent|0005|JENISON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.894402|-85.852798|390.400|-5.00|US|26100| Holland-Grand Haven, MI |26|MI|139|OTTAWA +261390005|261390005|840261390005|WD|Permanent|0005|JENISON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.894402|-85.852798|390.400|-5.00|US|26100| Holland-Grand Haven, MI |26|MI|139|OTTAWA +261470005|261470005|840261470005|O3|Permanent|0005|PORT HURON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.953300|-82.456400|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|147|ST. CLAIR +261470005|261470005|840261470005|PM2.5|Permanent|0005|PORT HURON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.953300|-82.456400|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|147|ST. CLAIR +261470005|261470005|840261470005|SO2|Permanent|0005|PORT HURON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.953300|-82.456400|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|147|ST. CLAIR +261470005|261470005|840261470005|TEMP|Permanent|0005|PORT HURON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.953300|-82.456400|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|147|ST. CLAIR +261470005|261470005|840261470005|WS|Permanent|0005|PORT HURON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.953300|-82.456400|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|147|ST. CLAIR +261470005|261470005|840261470005|WD|Permanent|0005|PORT HURON|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.953300|-82.456400|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|147|ST. CLAIR +261520011|261520011|840261520011|TEMP|Permanent|0011|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.380901|-83.193100|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |||| +261530001|261530001|840261530001|PM2.5|Permanent|0001|SENEY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|46.288900|-85.950300||-5.00|US|||26|MI|153|SCHOOLCRAFT +261530001|261530001|840261530001|TEMP|Permanent|0001|SENEY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|46.288900|-85.950300||-5.00|US|||26|MI|153|SCHOOLCRAFT +261530001|261530001|840261530001|WS|Permanent|0001|SENEY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|46.288900|-85.950300||-5.00|US|||26|MI|153|SCHOOLCRAFT +261530001|261530001|840261530001|WD|Permanent|0001|SENEY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|46.288900|-85.950300||-5.00|US|||26|MI|153|SCHOOLCRAFT +261530001|261530001|840261530001|O3|Permanent|0001|SENEY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|46.288900|-85.950300||-5.00|US|||26|MI|153|SCHOOLCRAFT +261579991|261579991|840261579991|O3|Permanent|9991|Unionville|Active|OAP|EPA Office of Atmospheric Programs|R3|43.610000|-83.360000|201.000|-5.00|US|||26|MI|157|TUSCOLA +261579991|261579991|840261579991|TEMP|Permanent|9991|Unionville|Active|OAP|EPA Office of Atmospheric Programs|R3|43.610000|-83.360000|201.000|-5.00|US|||26|MI|157|TUSCOLA +261610008|261610008|840261610008|TEMP|Permanent|0008|YPSILANTI|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.240000|-83.599700||-5.00|US|11460| Ann Arbor, MI |26|MI|161|WASHTENAW +261610008|261610008|840261610008|WS|Permanent|0008|YPSILANTI|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.240000|-83.599700||-5.00|US|11460| Ann Arbor, MI |26|MI|161|WASHTENAW +261610008|261610008|840261610008|WD|Permanent|0008|YPSILANTI|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.240000|-83.599700||-5.00|US|11460| Ann Arbor, MI |26|MI|161|WASHTENAW +261610008|261610008|840261610008|O3|Permanent|0008|YPSILANTI|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.240000|-83.599700||-5.00|US|11460| Ann Arbor, MI |26|MI|161|WASHTENAW +261610008|261610008|840261610008|PM2.5|Permanent|0008|YPSILANTI|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.240000|-83.599700||-5.00|US|11460| Ann Arbor, MI |26|MI|161|WASHTENAW +261619991|261619991|840261619991|O3|Permanent|9991|Ann Arbor|Active|OAP|EPA Office of Atmospheric Programs|R3|42.416400|-83.901900|266.900|-5.00|US|11460| Ann Arbor, MI |26|MI|161|WASHTENAW +261619991|261619991|840261619991|TEMP|Permanent|9991|Ann Arbor|Active|OAP|EPA Office of Atmospheric Programs|R3|42.416400|-83.901900|266.900|-5.00|US|11460| Ann Arbor, MI |26|MI|161|WASHTENAW +261630001|261630001|840261630001|TEMP|Permanent|0001|ALLEN PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.228300|-83.209200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630001|261630001|840261630001|WS|Permanent|0001|ALLEN PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.228300|-83.209200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630001|261630001|840261630001|WD|Permanent|0001|ALLEN PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.228300|-83.209200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630001|261630001|840261630001|O3|Permanent|0001|ALLEN PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.228300|-83.209200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630001|261630001|840261630001|PM2.5|Permanent|0001|ALLEN PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.228300|-83.209200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630001|261630001|840261630001|PM10|Permanent|0001|ALLEN PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.228300|-83.209200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630001|261630001|840261630001|CO|Permanent|0001|ALLEN PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.228300|-83.209200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630001|261630001|840261630001|SO2|Permanent|0001|ALLEN PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.228300|-83.209200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630001|261630001|840261630001|NOY|Permanent|0001|ALLEN PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.228300|-83.209200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630005|261630005|840261630005|TEMP|Permanent|0005|RIVER ROUGE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.267200|-83.132200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630005|261630005|840261630005|WS|Permanent|0005|RIVER ROUGE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.267200|-83.132200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630005|261630005|840261630005|WD|Permanent|0005|RIVER ROUGE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.267200|-83.132200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630011|261630011|840261630011|TEMP|Permanent|0011|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|0.000000|-80.000000||-5.00|US|||26|MI|163|WAYNE +261630011|261630011|840261630011|WS|Permanent|0011|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|0.000000|-80.000000||-5.00|US|||26|MI|163|WAYNE +261630011|261630011|840261630011|WD|Permanent|0011|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|0.000000|-80.000000||-5.00|US|||26|MI|163|WAYNE +261630012|261630012|840261630012|WD|Permanent|0012|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|0.000000|-80.000000||-5.00|US|||26|MI|163|WAYNE +261630012|261630012|840261630012|TEMP|Permanent|0012|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|0.000000|-80.000000||-5.00|US|||26|MI|163|WAYNE +261630012|261630012|840261630012|WS|Permanent|0012|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|0.000000|-80.000000||-5.00|US|||26|MI|163|WAYNE +261630015|261630015|840261630015|WS|Permanent|0015|DETROIT-SW|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.304200|-83.107200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630015|261630015|840261630015|WD|Permanent|0015|DETROIT-SW|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.304200|-83.107200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630015|261630015|840261630015|PM2.5|Permanent|0015|DETROIT-SW|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.304200|-83.107200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630015|261630015|840261630015|NO2|Permanent|0015|DETROIT-SW|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.304200|-83.107200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630015|261630015|840261630015|SO2|Permanent|0015|DETROIT-SW|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.304200|-83.107200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630015|261630015|840261630015|TEMP|Permanent|0015|DETROIT-SW|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.304200|-83.107200||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630019|261630019|840261630019|O3|Permanent|0019|DETROIT - E 7 MILE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.430801|-83.000801||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630019|261630019|840261630019|NO2|Permanent|0019|DETROIT - E 7 MILE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.430801|-83.000801||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630019|261630019|840261630019|TEMP|Permanent|0019|DETROIT - E 7 MILE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.430801|-83.000801||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630019|261630019|840261630019|WS|Permanent|0019|DETROIT - E 7 MILE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.430801|-83.000801||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630019|261630019|840261630019|WD|Permanent|0019|DETROIT - E 7 MILE|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.430801|-83.000801||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630026|261630026|840261630026|RWD|Permanent|0026|DETROIT - JOY ROAD|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.320000|-83.330000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630026|261630026|840261630026|RWS|Permanent|0026|DETROIT - JOY ROAD|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.320000|-83.330000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630026|261630026|840261630026|TEMP|Permanent|0026|DETROIT - JOY ROAD|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.320000|-83.330000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630026|261630026|840261630026|WS|Permanent|0026|DETROIT - JOY ROAD|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.320000|-83.330000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630026|261630026|840261630026|WD|Permanent|0026|DETROIT - JOY ROAD|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.320000|-83.330000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630033|261630033|840261630033|PM10|Permanent|0033|DEARBORN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.307500|-83.150000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630033|261630033|840261630033|TEMP|Permanent|0033|DEARBORN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.307500|-83.150000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630033|261630033|840261630033|WS|Permanent|0033|DEARBORN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.307500|-83.150000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630033|261630033|840261630033|WD|Permanent|0033|DEARBORN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.307500|-83.150000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630033|261630033|840261630033|PM2.5|Permanent|0033|DEARBORN|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.307500|-83.150000|390.400|-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630038|261630038|840261630038|PM2.5|Permanent|0038|CLOSED-DETROIT - NEWBERRY|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.335000|-83.068900||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630039|261630039|840261630039|WD|Permanent|0039|CLOSED-DETROIT-W LAFAYETTE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.323100|-83.068900||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630039|261630039|840261630039|PM2.5|Permanent|0039|CLOSED-DETROIT-W LAFAYETTE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.323100|-83.068900||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630039|261630039|840261630039|TEMP|Permanent|0039|CLOSED-DETROIT-W LAFAYETTE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.323100|-83.068900||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630039|261630039|840261630039|WS|Permanent|0039|CLOSED-DETROIT-W LAFAYETTE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.323100|-83.068900||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630093|261630093|840261630093|WS|Permanent|0093|ELIZA HOWELL-NR|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.385990|-83.266319||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630093|261630093|840261630093|WD|Permanent|0093|ELIZA HOWELL-NR|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.385990|-83.266319||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630093|261630093|840261630093|NOX|Permanent|0093|ELIZA HOWELL-NR|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.385990|-83.266319||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630093|261630093|840261630093|NO|Permanent|0093|ELIZA HOWELL-NR|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.385990|-83.266319||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630093|261630093|840261630093|PM2.5|Permanent|0093|ELIZA HOWELL-NR|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.385990|-83.266319||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630093|261630093|840261630093|NO2|Permanent|0093|ELIZA HOWELL-NR|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.385990|-83.266319||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630093|261630093|840261630093|CO|Permanent|0093|ELIZA HOWELL-NR|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.385990|-83.266319||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630095|261630095|840261630095|NO|Permanent|0095|CLOSED-LIVONIA NEAR RD|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.421494|-83.425168||-5.00|US|||26|MI|163|WAYNE +261630095|261630095|840261630095|NO2|Permanent|0095|CLOSED-LIVONIA NEAR RD|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.421494|-83.425168||-5.00|US|||26|MI|163|WAYNE +261630095|261630095|840261630095|CO|Permanent|0095|CLOSED-LIVONIA NEAR RD|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.421494|-83.425168||-5.00|US|||26|MI|163|WAYNE +261630095|261630095|840261630095|TEMP|Permanent|0095|CLOSED-LIVONIA NEAR RD|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.421494|-83.425168||-5.00|US|||26|MI|163|WAYNE +261630095|261630095|840261630095|WS|Permanent|0095|CLOSED-LIVONIA NEAR RD|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.421494|-83.425168||-5.00|US|||26|MI|163|WAYNE +261630095|261630095|840261630095|WD|Permanent|0095|CLOSED-LIVONIA NEAR RD|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.421494|-83.425168||-5.00|US|||26|MI|163|WAYNE +261630095|261630095|840261630095|NOX|Permanent|0095|CLOSED-LIVONIA NEAR RD|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.421494|-83.425168||-5.00|US|||26|MI|163|WAYNE +261630097|261630097|840261630097|PM2.5|Permanent|0097|NMH48217|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.261669|-83.157893||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630097|261630097|840261630097|SO2|Permanent|0097|NMH48217|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.261669|-83.157893||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630098|261630098|840261630098|PM2.5|Permanent|0098|DP4TH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.312158|-83.091943||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630098|261630098|840261630098|NO2|Permanent|0098|DP4TH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.312158|-83.091943||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630098|261630098|840261630098|CO|Permanent|0098|DP4TH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.312158|-83.091943||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630098|261630098|840261630098|SO2|Permanent|0098|DP4TH|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.312158|-83.091943||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630099|261630099|840261630099|WS|Permanent|0099|TRINITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.295824|-83.129431||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630099|261630099|840261630099|WD|Permanent|0099|TRINITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.295824|-83.129431||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630099|261630099|840261630099|PM2.5|Permanent|0099|TRINITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.295824|-83.129431||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630099|261630099|840261630099|NO2|Permanent|0099|TRINITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.295824|-83.129431||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630099|261630099|840261630099|CO|Permanent|0099|TRINITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.295824|-83.129431||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630099|261630099|840261630099|SO2|Permanent|0099|TRINITY|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.295824|-83.129431||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630100|261630100|840261630100|PM2.5|Permanent|0100|MILITARY PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.312078|-83.103469||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630100|261630100|840261630100|NO2|Permanent|0100|MILITARY PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.312078|-83.103469||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261630100|261630100|840261630100|SO2|Permanent|0100|MILITARY PARK|Active|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.312078|-83.103469||-5.00|US|19820| Detroit-Warren-Livonia, MI |26|MI|163|WAYNE +261659991|261659991|840261659991|TEMP|Permanent|9991|Hoxeyville|Active|OAP|EPA Office of Atmospheric Programs|R3|44.180901|-85.738998|305.000|-5.00|US|||26|MI|165|WEXFORD +261659991|261659991|840261659991|O3|Permanent|9991|Hoxeyville|Active|OAP|EPA Office of Atmospheric Programs|R3|44.180901|-85.738998|305.000|-5.00|US|||26|MI|165|WEXFORD +261770008|261770008|840261770008|WD|Permanent|0008|CLOSED SITE|Inactive|MI1|Michigan Department of Environment, Great Lakes, and Energy|R5|42.000000|-60.000000||-5.00|US|||||| +270031001|270031001|840270031001|O3|Permanent|1001|East Bethel|Active|MN1|Minnesota Pollution Control Agency|R5|45.400799|-93.201103||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|CO|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|NOY|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|NO2Y|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|WS|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|NO|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|RWD|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|RWS|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|PMC|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|SO2|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|PM2.5|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|WD|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|NOX|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|O3|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|PM10|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270031002|270031002|840270031002|NO2|Permanent|1002|Blaine|Active|MN1|Minnesota Pollution Control Agency|R5|45.142500|-93.213900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|003|ANOKA +270052013|270052013|840270052013|O3|Permanent|2013|Detroit Lakes|Active|MN1|Minnesota Pollution Control Agency|R5|46.851100|-95.846700||-6.00|US|||27|MN|005|BECKER +270052013|270052013|840270052013|PM2.5|Permanent|2013|Detroit Lakes|Active|MN1|Minnesota Pollution Control Agency|R5|46.851100|-95.846700||-6.00|US|||27|MN|005|BECKER +270072304|270072304|840270072304|PM2.5|Permanent|2304|Red Lake Nation|Active|MN1|Minnesota Pollution Control Agency|R5|47.878159|-95.029172||-6.00|US|||27|MN|007|BELTRAMI +270177416|270177416|840270177416|O3|Permanent|7416|Fond du Lac|Inactive|MN1|Minnesota Pollution Control Agency|R5|46.705300|-92.523600||-6.00|US|20260| Duluth, MN-WI |27|MN|017|CARLTON +270177417|270177417|840270177417|O3|Permanent|7417|Fond du Lac|Active|MN1|Minnesota Pollution Control Agency|R5|46.713694|-92.511722||-6.00|US|||27|MN|017|CARLTON +270177417|270177417|840270177417|PM2.5|Permanent|7417|Fond du Lac|Active|MN1|Minnesota Pollution Control Agency|R5|46.713694|-92.511722||-6.00|US|||27|MN|017|CARLTON +270213410|270213410|840270213410|PM2.5|Permanent|3410|Leech Lake Nation: Cass Lake|Active|MN1|Minnesota Pollution Control Agency|R5|47.384430|-94.601660||-6.00|US|||27|MN|021|CASS +270317810|270317810|840270317810|PM2.5|Permanent|7810|Grand Portage|Active|MN1|Minnesota Pollution Control Agency|R5|47.972100|-89.690800||-6.00|US|||27|MN|031|COOK +270353204|270353204|840270353204|O3|Permanent|3204|Brainerd|Active|MN1|Minnesota Pollution Control Agency|R5|46.394400|-94.143300||-6.00|US|14660| Brainerd, MN |27|MN|035|CROW WING +270353204|270353204|840270353204|PM2.5|Permanent|3204|Brainerd|Active|MN1|Minnesota Pollution Control Agency|R5|46.394400|-94.143300||-6.00|US|14660| Brainerd, MN |27|MN|035|CROW WING +270370470|270370470|840270370470|PM2.5|Permanent|0470|Apple Valley|Active|MN1|Minnesota Pollution Control Agency|R5|44.738300|-93.237200||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|037|DAKOTA +270370480|270370480|840270370480|WS|Permanent|0480|Lakeville - Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.706123|-93.285803||-6.00|US|||27|MN|037|DAKOTA +270370480|270370480|840270370480|WD|Permanent|0480|Lakeville - Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.706123|-93.285803||-6.00|US|||27|MN|037|DAKOTA +270370480|270370480|840270370480|NO|Permanent|0480|Lakeville - Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.706123|-93.285803||-6.00|US|||27|MN|037|DAKOTA +270370480|270370480|840270370480|RWD|Permanent|0480|Lakeville - Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.706123|-93.285803||-6.00|US|||27|MN|037|DAKOTA +270370480|270370480|840270370480|RWS|Permanent|0480|Lakeville - Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.706123|-93.285803||-6.00|US|||27|MN|037|DAKOTA +270370480|270370480|840270370480|NOX|Permanent|0480|Lakeville - Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.706123|-93.285803||-6.00|US|||27|MN|037|DAKOTA +270370480|270370480|840270370480|PM2.5|Permanent|0480|Lakeville - Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.706123|-93.285803||-6.00|US|||27|MN|037|DAKOTA +270370480|270370480|840270370480|NO2|Permanent|0480|Lakeville - Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.706123|-93.285803||-6.00|US|||27|MN|037|DAKOTA +270370480|270370480|840270370480|CO|Permanent|0480|Lakeville - Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.706123|-93.285803||-6.00|US|||27|MN|037|DAKOTA +270495302|270495302|840270495302|O3|Permanent|5302|Stanton|Active|MN1|Minnesota Pollution Control Agency|R5|44.471901|-93.013298||-6.00|US|39860| Red Wing, MN |27|MN|049|GOODHUE +270530909|270530909|840270530909|PM10|Permanent|0909|Minneapolis-Lowry Ave|Active|MN1|Minnesota Pollution Control Agency|R5|45.012102|-93.276699||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530909|270530909|840270530909|WS|Permanent|0909|Minneapolis-Lowry Ave|Active|MN1|Minnesota Pollution Control Agency|R5|45.012102|-93.276699||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530909|270530909|840270530909|WD|Permanent|0909|Minneapolis-Lowry Ave|Active|MN1|Minnesota Pollution Control Agency|R5|45.012102|-93.276699||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530909|270530909|840270530909|RWD|Permanent|0909|Minneapolis-Lowry Ave|Active|MN1|Minnesota Pollution Control Agency|R5|45.012102|-93.276699||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530909|270530909|840270530909|RWS|Permanent|0909|Minneapolis-Lowry Ave|Active|MN1|Minnesota Pollution Control Agency|R5|45.012102|-93.276699||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530910|270530910|840270530910|PM10|Permanent|0910|Minneapolis-Pacific St|Active|MN1|Minnesota Pollution Control Agency|R5|45.008297|-93.277041||-6.00|US|||27|MN|053|HENNEPIN +270530954|270530954|840270530954|SO2|Permanent|0954|Minneapolis-Downtown|Active|MN1|Minnesota Pollution Control Agency|R5|44.979000|-93.273700||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530954|270530954|840270530954|CO|Permanent|0954|Minneapolis-Downtown|Active|MN1|Minnesota Pollution Control Agency|R5|44.979000|-93.273700||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|O3|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|PM2.5|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|NO2|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|CO|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|WS|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|WD|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|NOX|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|NO|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|RWD|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530962|270530962|840270530962|RWS|Permanent|0962|Minneapolis-Near Road|Active|MN1|Minnesota Pollution Control Agency|R5|44.965300|-93.255100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530963|270530963|840270530963|PM2.5|Permanent|0963|Minneapolis-Phillips|Active|MN1|Minnesota Pollution Control Agency|R5|44.953600|-93.258100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270530969|270530969|840270530969|PM2.5|Permanent|0969|Minneapolis - Wenonah School|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.900600|-93.238297|257.100|-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270531904|270531904|840270531904|PM2.5|Permanent|1904|Minneapolis - Greenway|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.952080|-93.244280||-6.00|US|||27|MN|053|HENNEPIN +270531905|270531905|840270531905|PM2.5|Permanent|1905|Minneapolis - Harrison|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.981393|-93.300703||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|053|HENNEPIN +270531906|270531906|840270531906|PM2.5|Permanent|1906|Minneapolis - Lyndale|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.946341|-93.277353||-6.00|US|||27|MN|053|HENNEPIN +270531909|270531909|840270531909|PM10|Permanent|1909|Minneapolis - Bottineau/Marshall Terrace|Active|MN1|Minnesota Pollution Control Agency|R5|45.013611|-93.272049||-6.00|US|||27|MN|053|HENNEPIN +270750005|270750005|840270750005|O3|Permanent|0005|Ely|Active|MN1|Minnesota Pollution Control Agency|R5|47.946400|-91.495300||-6.00|US|||27|MN|075|LAKE +270750005|270750005|840270750005|PM2.5|Permanent|0005|Ely|Active|MN1|Minnesota Pollution Control Agency|R5|47.946400|-91.495300||-6.00|US|||27|MN|075|LAKE +270834210|270834210|840270834210|O3|Permanent|4210|Marshall|Active|MN1|Minnesota Pollution Control Agency|R5|44.457200|-95.835000||-6.00|US|32140| Marshall, MN |27|MN|083|LYON +270834210|270834210|840270834210|PM2.5|Permanent|4210|Marshall|Active|MN1|Minnesota Pollution Control Agency|R5|44.457200|-95.835000||-6.00|US|32140| Marshall, MN |27|MN|083|LYON +270953051|270953051|840270953051|O3|Permanent|3051|Mille Lacs|Active|MN1|Minnesota Pollution Control Agency|R5|46.205600|-93.758900||-6.00|US|||27|MN|095|MILLE LACS +271095008|271095008|840271095008|O3|Permanent|5008|Rochester|Active|MN1|Minnesota Pollution Control Agency|R5|43.994700|-92.449700||-6.00|US|40340| Rochester, MN |27|MN|109|OLMSTED +271095008|271095008|840271095008|PM2.5|Permanent|5008|Rochester|Active|MN1|Minnesota Pollution Control Agency|R5|43.994700|-92.449700||-6.00|US|40340| Rochester, MN |27|MN|109|OLMSTED +271230050|271230050|840271230050|CO|Permanent|0050|St. Paul-University Ave|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.955600|-93.145900||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|123|RAMSEY +271230868|271230868|840271230868|PM10|Permanent|0868|St. Paul - Downtown|Active|MN1|Minnesota Pollution Control Agency|R5|44.950700|-93.098500||-6.00|US|||27|MN|123|RAMSEY +271230871|271230871|840271230871|PM2.5|Permanent|0871|St. Paul-Harding H.S.|Active|MN1|Minnesota Pollution Control Agency|R5|44.959400|-93.035600||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|123|RAMSEY +271231902|271231902|840271231902|PM2.5|Permanent|1902|St. Paul-Frogtown|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.957263|-93.126951||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|123|RAMSEY +271231903|271231903|840271231903|PM2.5|Permanent|1903|St. Paul - Westside|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.927318|-93.067534||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|123|RAMSEY +271231907|271231907|840271231907|PM2.5|Permanent|1907|St. Paul Payne - Phalen|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.971539|-93.082984||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|123|RAMSEY +271231908|271231908|840271231908|PM2.5|Permanent|1908|St. Anthony Park|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.973096|-93.199879||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|123|RAMSEY +271370018|271370018|840271370018|CO|Permanent|0018|Duluth-Downtown|Inactive|MN1|Minnesota Pollution Control Agency|R5|46.783400|-92.102700||-6.00|US|||27|MN|137|ST. LOUIS +271370034|271370034|840271370034|PRECIP|Permanent|0034|Voyageurs NP|Active|NPS|National Park Service|USEPA|48.412800|-92.829200|429.100|-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271370034|271370034|840271370034|RWD|Permanent|0034|Voyageurs NP|Active|NPS|National Park Service|USEPA|48.412800|-92.829200|429.100|-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271370034|271370034|840271370034|RWS|Permanent|0034|Voyageurs NP|Active|NPS|National Park Service|USEPA|48.412800|-92.829200|429.100|-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271370034|271370034|840271370034|O3|Permanent|0034|Voyageurs NP|Active|NPS|National Park Service|USEPA|48.412800|-92.829200|429.100|-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271370034|271370034|840271370034|TEMP|Permanent|0034|Voyageurs NP|Active|NPS|National Park Service|USEPA|48.412800|-92.829200|429.100|-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271370034|271370034|840271370034|WS|Permanent|0034|Voyageurs NP|Active|NPS|National Park Service|USEPA|48.412800|-92.829200|429.100|-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271370034|271370034|840271370034|WD|Permanent|0034|Voyageurs NP|Active|NPS|National Park Service|USEPA|48.412800|-92.829200|429.100|-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271370034|271370034|840271370034|RHUM|Permanent|0034|Voyageurs NP|Active|NPS|National Park Service|USEPA|48.412800|-92.829200|429.100|-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271370034|271370034|840271370034|SRAD|Permanent|0034|Voyageurs NP|Active|NPS|National Park Service|USEPA|48.412800|-92.829200|429.100|-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271377001|271377001|840271377001|PM2.5|Permanent|7001|Virginia|Active|MN1|Minnesota Pollution Control Agency|R5|47.521200|-92.539300||-6.00|US|||27|MN|137|ST. LOUIS +271377549|271377549|840271377549|PM2.5|Permanent|7549|Duluth-Michigan St|Inactive|MN1|Minnesota Pollution Control Agency|R5|46.771070|-92.117320||-6.00|US|||27|MN|137|ST. LOUIS +271377550|271377550|840271377550|O3|Permanent|7550|Duluth-WDSE|Active|MN1|Minnesota Pollution Control Agency|R5|46.818300|-92.089200||-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271377550|271377550|840271377550|PM2.5|Permanent|7550|Duluth-WDSE|Active|MN1|Minnesota Pollution Control Agency|R5|46.818300|-92.089200||-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271377551|271377551|840271377551|PM2.5|Permanent|7551|Duluth Lincoln Park|Inactive|MN1|Minnesota Pollution Control Agency|R5|46.766701|-92.133102||-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271377554|271377554|840271377554|PM2.5|Permanent|7554|West Duluth|Active|MN1|Minnesota Pollution Control Agency|R5|46.743889|-92.166946||-6.00|US|20260| Duluth, MN-WI |27|MN|137|ST. LOUIS +271390505|271390505|840271390505|O3|Permanent|0505|Shakopee|Active|MN1|Minnesota Pollution Control Agency|R5|44.789398|-93.512497||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|139|SCOTT +271390505|271390505|840271390505|PM2.5|Permanent|0505|Shakopee|Active|MN1|Minnesota Pollution Control Agency|R5|44.789398|-93.512497||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|139|SCOTT +271453052|271453052|840271453052|O3|Permanent|3052|St. Cloud|Active|MN1|Minnesota Pollution Control Agency|R5|45.550000|-94.133300||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|145|STEARNS +271453052|271453052|840271453052|PM2.5|Permanent|3052|St. Cloud|Active|MN1|Minnesota Pollution Control Agency|R5|45.550000|-94.133300||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|145|STEARNS +271636015|271636015|840271636015|O3|Permanent|6015|Stillwater - Wash. County Garage|Inactive|MN1|Minnesota Pollution Control Agency|R5|45.117199|-92.855003||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|163|WASHINGTON +271636016|271636016|840271636016|O3|Permanent|6016|Marine on St. Croix|Active|MN1|Minnesota Pollution Control Agency|R5|45.168000|-92.765100||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|163|WASHINGTON +271695220|271695220|840271695220|PM2.5|Permanent|5220|Winona|Inactive|MN1|Minnesota Pollution Control Agency|R5|44.052838|-91.642692||-6.00|US|49100| Winona, MN |27|MN|169|WINONA +271713201|271713201|840271713201|O3|Permanent|3201|St. Michael|Active|MN1|Minnesota Pollution Control Agency|R5|45.210800|-93.668600||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|171|WRIGHT +271713201|271713201|840271713201|PM2.5|Permanent|3201|St. Michael|Active|MN1|Minnesota Pollution Control Agency|R5|45.210800|-93.668600||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |27|MN|171|WRIGHT +280110001|280110001|840280110001|O3|Permanent|0001|CLEVELAND|Inactive|MS1|Mississippi DEQ|R4|33.755600|-90.727500||-6.00|US|17380| Cleveland, MS |28|MS|011|BOLIVAR +280110001|280110001|840280110001|PM2.5|Permanent|0001|CLEVELAND|Inactive|MS1|Mississippi DEQ|R4|33.755600|-90.727500||-6.00|US|17380| Cleveland, MS |28|MS|011|BOLIVAR +280110002|280110002|840280110002|O3|Permanent|0002|CLEVELAND|Active|MS1|Mississippi DEQ|R4|33.750833|-90.734167|40.000|-6.00|US|||28|MS|011|BOLIVAR +280110002|280110002|840280110002|PM2.5|Permanent|0002|CLEVELAND|Active|MS1|Mississippi DEQ|R4|33.750833|-90.734167|40.000|-6.00|US|||28|MS|011|BOLIVAR +280330002|280330002|840280330002|PM2.5|Permanent|0002|HERNANDO|Active|MS1|Mississippi DEQ|R4|34.820633|-89.987782|112.900|-6.00|US|32820| Memphis, TN-MS-AR |28|MS|033|DE SOTO +280330002|280330002|840280330002|O3|Permanent|0002|HERNANDO|Active|MS1|Mississippi DEQ|R4|34.820633|-89.987782|112.900|-6.00|US|32820| Memphis, TN-MS-AR |28|MS|033|DE SOTO +280350004|280350004|840280350004|PM2.5|Permanent|0004|Hattiesburg|Active|MS1|Mississippi DEQ|R4|31.323995|-89.292219|44.800|-6.00|US|25620| Hattiesburg, MS |28|MS|035|FORREST +280450003|280450003|840280450003|RWS|Permanent|0003|WAVELAND|Active|MS1|Mississippi DEQ|R4|30.300917|-89.395954|2.700|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|045|HANCOCK +280450003|280450003|840280450003|PM2.5|Permanent|0003|WAVELAND|Active|MS1|Mississippi DEQ|R4|30.300917|-89.395954|2.700|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|045|HANCOCK +280450003|280450003|840280450003|TEMP|Permanent|0003|WAVELAND|Active|MS1|Mississippi DEQ|R4|30.300917|-89.395954|2.700|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|045|HANCOCK +280450003|280450003|840280450003|O3|Permanent|0003|WAVELAND|Active|MS1|Mississippi DEQ|R4|30.300917|-89.395954|2.700|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|045|HANCOCK +280450003|280450003|840280450003|WS|Permanent|0003|WAVELAND|Active|MS1|Mississippi DEQ|R4|30.300917|-89.395954|2.700|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|045|HANCOCK +280450003|280450003|840280450003|WD|Permanent|0003|WAVELAND|Active|MS1|Mississippi DEQ|R4|30.300917|-89.395954|2.700|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|045|HANCOCK +280450003|280450003|840280450003|RHUM|Permanent|0003|WAVELAND|Active|MS1|Mississippi DEQ|R4|30.300917|-89.395954|2.700|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|045|HANCOCK +280450003|280450003|840280450003|PRECIP|Permanent|0003|WAVELAND|Active|MS1|Mississippi DEQ|R4|30.300917|-89.395954|2.700|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|045|HANCOCK +280450003|280450003|840280450003|RWD|Permanent|0003|WAVELAND|Active|MS1|Mississippi DEQ|R4|30.300917|-89.395954|2.700|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|045|HANCOCK +280470008|280470008|840280470008|O3|Permanent|0008|GPORT YC|Active|MS1|Mississippi DEQ|R4|30.390123|-89.049746|8.800|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|047|HARRISON +280470008|280470008|840280470008|PM2.5|Permanent|0008|GPORT YC|Active|MS1|Mississippi DEQ|R4|30.390123|-89.049746|8.800|-6.00|US|25060| Gulfport-Biloxi, MS |28|MS|047|HARRISON +280490019|280490019|840280490019|PM2.5|Permanent|0019|JAX UMC|Inactive|MS1|Mississippi DEQ|R4|32.330193|-90.166115|93.000|-6.00|US|||28|MS|049|HINDS +280490020|280490020|840280490020|O3|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490020|280490020|840280490020|SO2|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490020|280490020|840280490020|TEMP|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490020|280490020|840280490020|RHUM|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490020|280490020|840280490020|BARPR|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490020|280490020|840280490020|RWD|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490020|280490020|840280490020|RWS|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490020|280490020|840280490020|PM2.5|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490020|280490020|840280490020|PM10|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490020|280490020|840280490020|CO|Permanent|0020|Jackson NCORE|Active|MS1|Mississippi DEQ|R4|32.329042|-90.182659|101.900|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490021|280490021|840280490021|O3|Permanent|0021|Hinds CC|Active|MS1|Mississippi DEQ|R4|32.346734|-90.225762|105.800|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280490021|280490021|840280490021|PM2.5|Permanent|0021|Hinds CC|Active|MS1|Mississippi DEQ|R4|32.346734|-90.225762|105.800|-6.00|US|27140| Jackson, MS |28|MS|049|HINDS +280590006|280590006|840280590006|PM2.5|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|PRECIP|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|RWD|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|RWS|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|NO2|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|SO2|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|TEMP|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|WS|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|WD|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|RHUM|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280590006|280590006|840280590006|O3|Permanent|0006|PASCAGOULA|Active|MS1|Mississippi DEQ|R4|30.378054|-88.533876|4.000|-6.00|US|37700| Pascagoula, MS |28|MS|059|JACKSON +280750003|280750003|840280750003|O3|Permanent|0003|MERIDIAN|Active|MS1|Mississippi DEQ|R4|32.364345|-88.731450|119.000|-6.00|US|32940| Meridian, MS |28|MS|075|LAUDERDALE +280750003|280750003|840280750003|PM2.5|Permanent|0003|MERIDIAN|Active|MS1|Mississippi DEQ|R4|32.364345|-88.731450|119.000|-6.00|US|32940| Meridian, MS |28|MS|075|LAUDERDALE +280810005|280810005|840280810005|O3|Permanent|0005|TUPELOAP|Active|MS1|Mississippi DEQ|R4|34.264849|-88.766842|107.100|-6.00|US|46180| Tupelo, MS |28|MS|081|LEE +280810005|280810005|840280810005|PM2.5|Permanent|0005|TUPELOAP|Active|MS1|Mississippi DEQ|R4|34.264849|-88.766842|107.100|-6.00|US|46180| Tupelo, MS |28|MS|081|LEE +281551001|281551001|840281551001|O3|Permanent|1001|Natchez Trace Parkway - Dancy Rgr Sta.|Inactive|NPS|National Park Service|USEPA|33.663600|-89.062200|93.900|-6.00|US|||28|MS|155|WEBSTER +281619991|281619991|840281619991|O3|Permanent|9991|Coffeeville|Active|OAP|EPA Office of Atmospheric Programs|R3|34.002600|-89.799000|133.900|-6.00|US|||28|MS|161|YALOBUSHA +281619991|281619991|840281619991|TEMP|Permanent|9991|Coffeeville|Active|OAP|EPA Office of Atmospheric Programs|R3|34.002600|-89.799000|133.900|-6.00|US|||28|MS|161|YALOBUSHA +290030001|290030001|840290030001|O3|Permanent|0001|SAVANNAH|Active|MO1|Missouri Department of Natural Resources|R7|39.954400|-94.849000|341.600|-6.00|US|||29|MO|003|ANDREW +290190011|290190011|840290190011|O3|Permanent|0011|FGRLAKES|Active|MO1|Missouri Department of Natural Resources|R7|39.078030|-92.316322|221.400|-6.00|US|17860| Columbia, MO |29|MO|019|BOONE +290210005|290210005|840290210005|BARPR|Permanent|0005|St. Joseph|Active|MO1|Missouri Department of Natural Resources|R7|39.741667|-94.858333|257.700|-6.00|US|41140| St. Joseph, MO-KS |29|MO|021|BUCHANAN +290210005|290210005|840290210005|RWD|Permanent|0005|St. Joseph|Active|MO1|Missouri Department of Natural Resources|R7|39.741667|-94.858333|257.700|-6.00|US|41140| St. Joseph, MO-KS |29|MO|021|BUCHANAN +290210005|290210005|840290210005|RWS|Permanent|0005|St. Joseph|Active|MO1|Missouri Department of Natural Resources|R7|39.741667|-94.858333|257.700|-6.00|US|41140| St. Joseph, MO-KS |29|MO|021|BUCHANAN +290210005|290210005|840290210005|PM2.5|Permanent|0005|St. Joseph|Active|MO1|Missouri Department of Natural Resources|R7|39.741667|-94.858333|257.700|-6.00|US|41140| St. Joseph, MO-KS |29|MO|021|BUCHANAN +290210005|290210005|840290210005|PM10|Permanent|0005|St. Joseph|Active|MO1|Missouri Department of Natural Resources|R7|39.741667|-94.858333|257.700|-6.00|US|41140| St. Joseph, MO-KS |29|MO|021|BUCHANAN +290210005|290210005|840290210005|TEMP|Permanent|0005|St. Joseph|Active|MO1|Missouri Department of Natural Resources|R7|39.741667|-94.858333|257.700|-6.00|US|41140| St. Joseph, MO-KS |29|MO|021|BUCHANAN +290210005|290210005|840290210005|RHUM|Permanent|0005|St. Joseph|Active|MO1|Missouri Department of Natural Resources|R7|39.741667|-94.858333|257.700|-6.00|US|41140| St. Joseph, MO-KS |29|MO|021|BUCHANAN +290270002|290270002|840290270002|O3|Permanent|0002|NWBLMFLD|Active|MO1|Missouri Department of Natural Resources|R7|38.706080|-92.093080|262.300|-6.00|US|27620| Jefferson City, MO |29|MO|027|CALLAWAY +290370003|290370003|840290370003|RWS|Permanent|0003|RG_SOUTH|Active|MO1|Missouri Department of Natural Resources|R7|38.759610|-94.579830|314.500|-6.00|US|28140| Kansas City, MO-KS |29|MO|037|CASS +290370003|290370003|840290370003|O3|Permanent|0003|RG_SOUTH|Active|MO1|Missouri Department of Natural Resources|R7|38.759610|-94.579830|314.500|-6.00|US|28140| Kansas City, MO-KS |29|MO|037|CASS +290370003|290370003|840290370003|PM2.5|Permanent|0003|RG_SOUTH|Active|MO1|Missouri Department of Natural Resources|R7|38.759610|-94.579830|314.500|-6.00|US|28140| Kansas City, MO-KS |29|MO|037|CASS +290370003|290370003|840290370003|TEMP|Permanent|0003|RG_SOUTH|Active|MO1|Missouri Department of Natural Resources|R7|38.759610|-94.579830|314.500|-6.00|US|28140| Kansas City, MO-KS |29|MO|037|CASS +290370003|290370003|840290370003|RHUM|Permanent|0003|RG_SOUTH|Active|MO1|Missouri Department of Natural Resources|R7|38.759610|-94.579830|314.500|-6.00|US|28140| Kansas City, MO-KS |29|MO|037|CASS +290370003|290370003|840290370003|BARPR|Permanent|0003|RG_SOUTH|Active|MO1|Missouri Department of Natural Resources|R7|38.759610|-94.579830|314.500|-6.00|US|28140| Kansas City, MO-KS |29|MO|037|CASS +290370003|290370003|840290370003|RWD|Permanent|0003|RG_SOUTH|Active|MO1|Missouri Department of Natural Resources|R7|38.759610|-94.579830|314.500|-6.00|US|28140| Kansas City, MO-KS |29|MO|037|CASS +290390001|290390001|840290390001|TEMP|Permanent|0001|ELDOSPGS|Active|MO1|Missouri Department of Natural Resources|R7|37.700970|-94.034740|294.300|-6.00|US|||29|MO|039|CEDAR +290390001|290390001|840290390001|RHUM|Permanent|0001|ELDOSPGS|Active|MO1|Missouri Department of Natural Resources|R7|37.700970|-94.034740|294.300|-6.00|US|||29|MO|039|CEDAR +290390001|290390001|840290390001|BARPR|Permanent|0001|ELDOSPGS|Active|MO1|Missouri Department of Natural Resources|R7|37.700970|-94.034740|294.300|-6.00|US|||29|MO|039|CEDAR +290390001|290390001|840290390001|RWD|Permanent|0001|ELDOSPGS|Active|MO1|Missouri Department of Natural Resources|R7|37.700970|-94.034740|294.300|-6.00|US|||29|MO|039|CEDAR +290390001|290390001|840290390001|RWS|Permanent|0001|ELDOSPGS|Active|MO1|Missouri Department of Natural Resources|R7|37.700970|-94.034740|294.300|-6.00|US|||29|MO|039|CEDAR +290390001|290390001|840290390001|O3|Permanent|0001|ELDOSPGS|Active|MO1|Missouri Department of Natural Resources|R7|37.700970|-94.034740|294.300|-6.00|US|||29|MO|039|CEDAR +290390001|290390001|840290390001|PM2.5|Permanent|0001|ELDOSPGS|Active|MO1|Missouri Department of Natural Resources|R7|37.700970|-94.034740|294.300|-6.00|US|||29|MO|039|CEDAR +290470003|290470003|840290470003|O3|Permanent|0003|Watkins Mill State Park|Active|MO1|Missouri Department of Natural Resources|R7|39.407419|-94.265142|307.700|-6.00|US|28140| Kansas City, MO-KS |29|MO|047|CLAY +290470005|290470005|840290470005|SRAD|Permanent|0005|LIBERTY|Active|MO1|Missouri Department of Natural Resources|R7|39.303056|-94.376389|283.700|-6.00|US|28140| Kansas City, MO-KS |29|MO|047|CLAY +290470005|290470005|840290470005|O3|Permanent|0005|LIBERTY|Active|MO1|Missouri Department of Natural Resources|R7|39.303056|-94.376389|283.700|-6.00|US|28140| Kansas City, MO-KS |29|MO|047|CLAY +290470005|290470005|840290470005|PM2.5|Permanent|0005|LIBERTY|Active|MO1|Missouri Department of Natural Resources|R7|39.303056|-94.376389|283.700|-6.00|US|28140| Kansas City, MO-KS |29|MO|047|CLAY +290470005|290470005|840290470005|TEMP|Permanent|0005|LIBERTY|Active|MO1|Missouri Department of Natural Resources|R7|39.303056|-94.376389|283.700|-6.00|US|28140| Kansas City, MO-KS |29|MO|047|CLAY +290470005|290470005|840290470005|RHUM|Permanent|0005|LIBERTY|Active|MO1|Missouri Department of Natural Resources|R7|39.303056|-94.376389|283.700|-6.00|US|28140| Kansas City, MO-KS |29|MO|047|CLAY +290470005|290470005|840290470005|BARPR|Permanent|0005|LIBERTY|Active|MO1|Missouri Department of Natural Resources|R7|39.303056|-94.376389|283.700|-6.00|US|28140| Kansas City, MO-KS |29|MO|047|CLAY +290470006|290470006|840290470006|O3|Permanent|0006|Rocky Creek|Active|MO1|Missouri Department of Natural Resources|R7|39.331880|-94.580600|302.900|-6.00|US|28140| Kansas City, MO-KS |29|MO|047|CLAY +290490001|290490001|840290490001|O3|Permanent|0001|Trimble|Active|MO1|Missouri Department of Natural Resources|R7|39.530600|-94.556000|291.300|-6.00|US|28140| Kansas City, MO-KS |29|MO|049|CLINTON +290770036|290770036|840290770036|O3|Permanent|0036|Hillcrest HS|Active|MO1|Missouri Department of Natural Resources|R7|37.256069|-93.299692|402.900|-6.00|US|44180| Springfield, MO |29|MO|077|GREENE +290770036|290770036|840290770036|PM2.5|Permanent|0036|Hillcrest HS|Active|MO1|Missouri Department of Natural Resources|R7|37.256069|-93.299692|402.900|-6.00|US|44180| Springfield, MO |29|MO|077|GREENE +290770036|290770036|840290770036|PM10|Permanent|0036|Hillcrest HS|Active|MO1|Missouri Department of Natural Resources|R7|37.256069|-93.299692|402.900|-6.00|US|44180| Springfield, MO |29|MO|077|GREENE +290770036|290770036|840290770036|TEMP|Permanent|0036|Hillcrest HS|Active|MO1|Missouri Department of Natural Resources|R7|37.256069|-93.299692|402.900|-6.00|US|44180| Springfield, MO |29|MO|077|GREENE +290770036|290770036|840290770036|RHUM|Permanent|0036|Hillcrest HS|Active|MO1|Missouri Department of Natural Resources|R7|37.256069|-93.299692|402.900|-6.00|US|44180| Springfield, MO |29|MO|077|GREENE +290770036|290770036|840290770036|BARPR|Permanent|0036|Hillcrest HS|Active|MO1|Missouri Department of Natural Resources|R7|37.256069|-93.299692|402.900|-6.00|US|44180| Springfield, MO |29|MO|077|GREENE +290770042|290770042|840290770042|O3|Permanent|0042|Fellows Lake|Active|MO1|Missouri Department of Natural Resources|R7|37.319444|-93.204444|410.500|-6.00|US|||29|MO|077|GREENE +290930034|290930034|840290930034|RWD|Permanent|0034|Buick NE|Active|MO1|Missouri Department of Natural Resources|R7|37.652142|-91.116530|434.000|-6.00|US|||29|MO|093|IRON +290930034|290930034|840290930034|RWS|Permanent|0034|Buick NE|Active|MO1|Missouri Department of Natural Resources|R7|37.652142|-91.116530|434.000|-6.00|US|||29|MO|093|IRON +290930034|290930034|840290930034|SO2|Permanent|0034|Buick NE|Active|MO1|Missouri Department of Natural Resources|R7|37.652142|-91.116530|434.000|-6.00|US|||29|MO|093|IRON +290930034|290930034|840290930034|TEMP|Permanent|0034|Buick NE|Active|MO1|Missouri Department of Natural Resources|R7|37.652142|-91.116530|434.000|-6.00|US|||29|MO|093|IRON +290930034|290930034|840290930034|RHUM|Permanent|0034|Buick NE|Active|MO1|Missouri Department of Natural Resources|R7|37.652142|-91.116530|434.000|-6.00|US|||29|MO|093|IRON +290930034|290930034|840290930034|BARPR|Permanent|0034|Buick NE|Active|MO1|Missouri Department of Natural Resources|R7|37.652142|-91.116530|434.000|-6.00|US|||29|MO|093|IRON +290950018|290950018|840290950018|PM10|Permanent|0018|Front Street|Active|MO1|Missouri Department of Natural Resources|R7|39.131980|-94.531280|222.000|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950034|290950034|840290950034|BARPR|Permanent|0034|Troost|Active|MO1|Missouri Department of Natural Resources|R7|39.104650|-94.570550|296.200|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950034|290950034|840290950034|PM2.5|Permanent|0034|Troost|Active|MO1|Missouri Department of Natural Resources|R7|39.104650|-94.570550|296.200|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950034|290950034|840290950034|NO|Permanent|0034|Troost|Active|MO1|Missouri Department of Natural Resources|R7|39.104650|-94.570550|296.200|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950034|290950034|840290950034|PM10|Permanent|0034|Troost|Active|MO1|Missouri Department of Natural Resources|R7|39.104650|-94.570550|296.200|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950034|290950034|840290950034|NO2|Permanent|0034|Troost|Active|MO1|Missouri Department of Natural Resources|R7|39.104650|-94.570550|296.200|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950034|290950034|840290950034|SO2|Permanent|0034|Troost|Active|MO1|Missouri Department of Natural Resources|R7|39.104650|-94.570550|296.200|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950034|290950034|840290950034|TEMP|Permanent|0034|Troost|Active|MO1|Missouri Department of Natural Resources|R7|39.104650|-94.570550|296.200|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950034|290950034|840290950034|RHUM|Permanent|0034|Troost|Active|MO1|Missouri Department of Natural Resources|R7|39.104650|-94.570550|296.200|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950034|290950034|840290950034|NOX|Permanent|0034|Troost|Active|MO1|Missouri Department of Natural Resources|R7|39.104650|-94.570550|296.200|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|BC_LC|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|UV-AETH|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|PRECIP|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|RWD|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|TEMP|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|RHUM|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|BARPR|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|PM2.5|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|NO2|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|CO|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|SRAD|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|NOX|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|NO|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|RWS|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290950042|290950042|840290950042|PMC|Permanent|0042|Blue Ridge I-70|Active|MO1|Missouri Department of Natural Resources|R7|39.047911|-94.450513|292.800|-6.00|US|28140| Kansas City, MO-KS |29|MO|095|JACKSON +290970003|290970003|840290970003|RWD|Permanent|0003|CARTHAGE|Active|MO1|Missouri Department of Natural Resources|R7|37.198220|-94.317020|300.700|-6.00|US|27900| Joplin, MO |29|MO|097|JASPER +290970003|290970003|840290970003|RWS|Permanent|0003|CARTHAGE|Active|MO1|Missouri Department of Natural Resources|R7|37.198220|-94.317020|300.700|-6.00|US|27900| Joplin, MO |29|MO|097|JASPER +290970003|290970003|840290970003|PM10|Permanent|0003|CARTHAGE|Active|MO1|Missouri Department of Natural Resources|R7|37.198220|-94.317020|300.700|-6.00|US|27900| Joplin, MO |29|MO|097|JASPER +290970004|290970004|840290970004|O3|Permanent|0004|ALBA|Active|MO1|Missouri Department of Natural Resources|R7|37.238500|-94.424680|294.300|-6.00|US|27900| Joplin, MO |29|MO|097|JASPER +290990019|290990019|840290990019|BARPR|Permanent|0019|ARNOLD WEST|Active|MO1|Missouri Department of Natural Resources|R7|38.448581|-90.398436|194.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990019|290990019|840290990019|RWD|Permanent|0019|ARNOLD WEST|Active|MO1|Missouri Department of Natural Resources|R7|38.448581|-90.398436|194.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990019|290990019|840290990019|RWS|Permanent|0019|ARNOLD WEST|Active|MO1|Missouri Department of Natural Resources|R7|38.448581|-90.398436|194.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990019|290990019|840290990019|O3|Permanent|0019|ARNOLD WEST|Active|MO1|Missouri Department of Natural Resources|R7|38.448581|-90.398436|194.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990019|290990019|840290990019|PM2.5|Permanent|0019|ARNOLD WEST|Active|MO1|Missouri Department of Natural Resources|R7|38.448581|-90.398436|194.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990019|290990019|840290990019|PM10|Permanent|0019|ARNOLD WEST|Active|MO1|Missouri Department of Natural Resources|R7|38.448581|-90.398436|194.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990019|290990019|840290990019|TEMP|Permanent|0019|ARNOLD WEST|Active|MO1|Missouri Department of Natural Resources|R7|38.448581|-90.398436|194.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990019|290990019|840290990019|RHUM|Permanent|0019|ARNOLD WEST|Active|MO1|Missouri Department of Natural Resources|R7|38.448581|-90.398436|194.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990027|290990027|840290990027|BARPR|Permanent|0027|Herculaneum, Mott Street|Active|MO1|Missouri Department of Natural Resources|R7|38.263394|-90.379667|142.700|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990027|290990027|840290990027|RWD|Permanent|0027|Herculaneum, Mott Street|Active|MO1|Missouri Department of Natural Resources|R7|38.263394|-90.379667|142.700|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990027|290990027|840290990027|RWS|Permanent|0027|Herculaneum, Mott Street|Active|MO1|Missouri Department of Natural Resources|R7|38.263394|-90.379667|142.700|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990027|290990027|840290990027|SO2|Permanent|0027|Herculaneum, Mott Street|Active|MO1|Missouri Department of Natural Resources|R7|38.263394|-90.379667|142.700|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990027|290990027|840290990027|TEMP|Permanent|0027|Herculaneum, Mott Street|Active|MO1|Missouri Department of Natural Resources|R7|38.263394|-90.379667|142.700|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +290990027|290990027|840290990027|RHUM|Permanent|0027|Herculaneum, Mott Street|Active|MO1|Missouri Department of Natural Resources|R7|38.263394|-90.379667|142.700|-6.00|US|41180| St. Louis, MO-IL |29|MO|099|JEFFERSON +291130003|291130003|840291130003|O3|Permanent|0003|Foley|Inactive|MO1|Missouri Department of Natural Resources|R7|39.045050|-90.866320|218.100|-6.00|US|41180| St. Louis, MO-IL |29|MO|113|LINCOLN +291130003|291130003|840291130003|RWD|Permanent|0003|Foley|Inactive|MO1|Missouri Department of Natural Resources|R7|39.045050|-90.866320|218.100|-6.00|US|41180| St. Louis, MO-IL |29|MO|113|LINCOLN +291130003|291130003|840291130003|RWS|Permanent|0003|Foley|Inactive|MO1|Missouri Department of Natural Resources|R7|39.045050|-90.866320|218.100|-6.00|US|41180| St. Louis, MO-IL |29|MO|113|LINCOLN +291130004|291130004|840291130004|O3|Permanent|0004|Foley West|Active|MO1|Missouri Department of Natural Resources|R7|39.045857|-90.849189|233.000|-6.00|US|||29|MO|113|LINCOLN +291370001|291370001|840291370001|NO2|Permanent|0001|MTSP|Active|MO1|Missouri Department of Natural Resources|R7|39.475100|-91.788990|216.600|-6.00|US|||29|MO|137|MONROE +291370001|291370001|840291370001|SO2|Permanent|0001|MTSP|Active|MO1|Missouri Department of Natural Resources|R7|39.475100|-91.788990|216.600|-6.00|US|||29|MO|137|MONROE +291370001|291370001|840291370001|NOX|Permanent|0001|MTSP|Active|MO1|Missouri Department of Natural Resources|R7|39.475100|-91.788990|216.600|-6.00|US|||29|MO|137|MONROE +291370001|291370001|840291370001|NO|Permanent|0001|MTSP|Active|MO1|Missouri Department of Natural Resources|R7|39.475100|-91.788990|216.600|-6.00|US|||29|MO|137|MONROE +291370001|291370001|840291370001|RWD|Permanent|0001|MTSP|Active|MO1|Missouri Department of Natural Resources|R7|39.475100|-91.788990|216.600|-6.00|US|||29|MO|137|MONROE +291370001|291370001|840291370001|RWS|Permanent|0001|MTSP|Active|MO1|Missouri Department of Natural Resources|R7|39.475100|-91.788990|216.600|-6.00|US|||29|MO|137|MONROE +291370001|291370001|840291370001|O3|Permanent|0001|MTSP|Active|MO1|Missouri Department of Natural Resources|R7|39.475100|-91.788990|216.600|-6.00|US|||29|MO|137|MONROE +291370001|291370001|840291370001|PM10|Permanent|0001|MTSP|Active|MO1|Missouri Department of Natural Resources|R7|39.475100|-91.788990|216.600|-6.00|US|||29|MO|137|MONROE +291570001|291570001|840291570001|O3|Permanent|0001|Farrar|Active|MO1|Missouri Department of Natural Resources|R7|37.702640|-89.698640|151.600|-6.00|US|||29|MO|157|PERRY +291831002|291831002|840291831002|O3|Permanent|1002|WEST ALTON|Active|MO1|Missouri Department of Natural Resources|R7|38.872500|-90.226389|129.600|-6.00|US|41180| St. Louis, MO-IL |29|MO|183|ST. CHARLES +291831002|291831002|840291831002|TEMP|Permanent|1002|WEST ALTON|Active|MO1|Missouri Department of Natural Resources|R7|38.872500|-90.226389|129.600|-6.00|US|41180| St. Louis, MO-IL |29|MO|183|ST. CHARLES +291831002|291831002|840291831002|RHUM|Permanent|1002|WEST ALTON|Active|MO1|Missouri Department of Natural Resources|R7|38.872500|-90.226389|129.600|-6.00|US|41180| St. Louis, MO-IL |29|MO|183|ST. CHARLES +291831002|291831002|840291831002|SRAD|Permanent|1002|WEST ALTON|Active|MO1|Missouri Department of Natural Resources|R7|38.872500|-90.226389|129.600|-6.00|US|41180| St. Louis, MO-IL |29|MO|183|ST. CHARLES +291831002|291831002|840291831002|RWD|Permanent|1002|WEST ALTON|Active|MO1|Missouri Department of Natural Resources|R7|38.872500|-90.226389|129.600|-6.00|US|41180| St. Louis, MO-IL |29|MO|183|ST. CHARLES +291831002|291831002|840291831002|RWS|Permanent|1002|WEST ALTON|Active|MO1|Missouri Department of Natural Resources|R7|38.872500|-90.226389|129.600|-6.00|US|41180| St. Louis, MO-IL |29|MO|183|ST. CHARLES +291831004|291831004|840291831004|O3|Permanent|1004|Orchard Farm|Active|MO1|Missouri Department of Natural Resources|R7|38.899400|-90.449170|134.500|-6.00|US|41180| St. Louis, MO-IL |29|MO|183|ST. CHARLES +291860005|291860005|840291860005|O3|Permanent|0005|BONTERRE|Active|MO1|Missouri Department of Natural Resources|R7|37.900840|-90.423880|256.200|-6.00|US|||29|MO|186|STE GENEVIEVE +291860005|291860005|840291860005|SRAD|Permanent|0005|BONTERRE|Active|MO1|Missouri Department of Natural Resources|R7|37.900840|-90.423880|256.200|-6.00|US|||29|MO|186|STE GENEVIEVE +291890005|291890005|840291890005|O3|Permanent|0005|Pacific|Active|MO1|Missouri Department of Natural Resources|R7|38.490200|-90.705200|159.800|-6.00|US|41180| St. Louis, MO-IL |29|MO|189|ST. LOUIS +291890014|291890014|840291890014|O3|Permanent|0014|Maryland Heights|Active|MO1|Missouri Department of Natural Resources|R7|38.710900|-90.475900|193.100|-6.00|US|41180| St. Louis, MO-IL |29|MO|189|ST. LOUIS +291890016|291890016|840291890016|RWS|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291890016|291890016|840291890016|RHUM|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291890016|291890016|840291890016|SRAD|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291890016|291890016|840291890016|NOX|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291890016|291890016|840291890016|NO|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291890016|291890016|840291890016|PRECIP|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291890016|291890016|840291890016|RWD|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291890016|291890016|840291890016|NO2|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291890016|291890016|840291890016|SO2|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291890016|291890016|840291890016|TEMP|Permanent|0016|Rider Trail I-70|Active|MO1|Missouri Department of Natural Resources|R7|38.752640|-90.448840|148.800|-6.00|US|||29|MO|189|ST. LOUIS +291893001|291893001|840291893001|RHUM|Permanent|3001|Ladue|Active|MO1|Missouri Department of Natural Resources|R7|38.650259|-90.350463|161.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|189|ST. LOUIS +291893001|291893001|840291893001|BARPR|Permanent|3001|Ladue|Active|MO1|Missouri Department of Natural Resources|R7|38.650259|-90.350463|161.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|189|ST. LOUIS +291893001|291893001|840291893001|PM2.5|Permanent|3001|Ladue|Active|MO1|Missouri Department of Natural Resources|R7|38.650259|-90.350463|161.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|189|ST. LOUIS +291893001|291893001|840291893001|TEMP|Permanent|3001|Ladue|Active|MO1|Missouri Department of Natural Resources|R7|38.650259|-90.350463|161.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|189|ST. LOUIS +295100007|295100007|840295100007|PM2.5|Permanent|0007|BROADWAY (South)|Active|MO1|Missouri Department of Natural Resources|R7|38.542500|-90.263611|137.900|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100007|295100007|840295100007|TEMP|Permanent|0007|BROADWAY (South)|Active|MO1|Missouri Department of Natural Resources|R7|38.542500|-90.263611|137.900|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100007|295100007|840295100007|RHUM|Permanent|0007|BROADWAY (South)|Active|MO1|Missouri Department of Natural Resources|R7|38.542500|-90.263611|137.900|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100007|295100007|840295100007|BARPR|Permanent|0007|BROADWAY (South)|Active|MO1|Missouri Department of Natural Resources|R7|38.542500|-90.263611|137.900|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|PMC|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|BC_LC|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|BARPR|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|SRAD|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|O3|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|PM2.5|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|RWD|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|RWS|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|CO|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|SO2|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|PM10|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|NO2|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|NOY|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|UV-AETH|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|TEMP|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|RHUM|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|NOX|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100085|295100085|840295100085|NO|Permanent|0085|BLAIR STREET|Active|MO1|Missouri Department of Natural Resources|R7|38.656449|-90.198548|137.300|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100086|295100086|840295100086|NOX|Permanent|0086|MRGRETTA|Inactive|MO1|Missouri Department of Natural Resources|R7|38.673172|-90.239086|156.800|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100086|295100086|840295100086|NO|Permanent|0086|MRGRETTA|Inactive|MO1|Missouri Department of Natural Resources|R7|38.673172|-90.239086|156.800|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100086|295100086|840295100086|PM10|Permanent|0086|MRGRETTA|Inactive|MO1|Missouri Department of Natural Resources|R7|38.673172|-90.239086|156.800|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100086|295100086|840295100086|NO2|Permanent|0086|MRGRETTA|Inactive|MO1|Missouri Department of Natural Resources|R7|38.673172|-90.239086|156.800|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100086|295100086|840295100086|SO2|Permanent|0086|MRGRETTA|Inactive|MO1|Missouri Department of Natural Resources|R7|38.673172|-90.239086|156.800|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100093|295100093|840295100093|PM2.5|Permanent|0093|Branch Street|Active|MO1|Missouri Department of Natural Resources|R7|38.656430|-90.189770|128.700|-6.00|US|||29|MO|510|ST. LOUIS (CITY) +295100093|295100093|840295100093|PM10|Permanent|0093|Branch Street|Active|MO1|Missouri Department of Natural Resources|R7|38.656430|-90.189770|128.700|-6.00|US|||29|MO|510|ST. LOUIS (CITY) +295100093|295100093|840295100093|TEMP|Permanent|0093|Branch Street|Active|MO1|Missouri Department of Natural Resources|R7|38.656430|-90.189770|128.700|-6.00|US|||29|MO|510|ST. LOUIS (CITY) +295100093|295100093|840295100093|RHUM|Permanent|0093|Branch Street|Active|MO1|Missouri Department of Natural Resources|R7|38.656430|-90.189770|128.700|-6.00|US|||29|MO|510|ST. LOUIS (CITY) +295100093|295100093|840295100093|BARPR|Permanent|0093|Branch Street|Active|MO1|Missouri Department of Natural Resources|R7|38.656430|-90.189770|128.700|-6.00|US|||29|MO|510|ST. LOUIS (CITY) +295100093|295100093|840295100093|RWD|Permanent|0093|Branch Street|Active|MO1|Missouri Department of Natural Resources|R7|38.656430|-90.189770|128.700|-6.00|US|||29|MO|510|ST. LOUIS (CITY) +295100093|295100093|840295100093|RWS|Permanent|0093|Branch Street|Active|MO1|Missouri Department of Natural Resources|R7|38.656430|-90.189770|128.700|-6.00|US|||29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|BARPR|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|SRAD|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|NOX|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|PM2.5|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|NO2|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|CO|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|NO|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|PRECIP|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|RWD|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|RWS|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|PMC|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|BC_LC|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|UV-AETH|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|TEMP|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +295100094|295100094|840295100094|RHUM|Permanent|0094|Forest Park|Active|MO1|Missouri Department of Natural Resources|R7|38.631057|-90.281144|162.000|-6.00|US|41180| St. Louis, MO-IL |29|MO|510|ST. LOUIS (CITY) +300130001|300130001|840300130001|PM2.5|Permanent|0001|Great Falls Overlook Park|Active|MT1|Montana DEQ|R8|47.494318|-111.303317||-7.00|US|||30|MT|013|CASCADE +300130001|300130001|840300130001|TEMP|Permanent|0001|Great Falls Overlook Park|Active|MT1|Montana DEQ|R8|47.494318|-111.303317||-7.00|US|||30|MT|013|CASCADE +840300170005|300170005|840300170005|PM2.5|Permanent|0005|Miles City|Active|MT1|Montana DEQ|R8|46.411444|-105.812694||-7.00|US|||30|MT|017|CUSTER +840300170005|300170005|840300170005|PM10|Permanent|0005|Miles City|Active|MT1|Montana DEQ|R8|46.411444|-105.812694||-7.00|US|||30|MT|017|CUSTER +300270006|300270006|840300270006|WD|Permanent|0006|Lewistown|Active|MT1|Montana DEQ|R8|47.048537|-109.455315||-7.00|US|||30|MT|027|FERGUS +300270006|300270006|840300270006|TEMP|Permanent|0006|Lewistown|Active|MT1|Montana DEQ|R8|47.048537|-109.455315||-7.00|US|||30|MT|027|FERGUS +300270006|300270006|840300270006|WS|Permanent|0006|Lewistown|Active|MT1|Montana DEQ|R8|47.048537|-109.455315||-7.00|US|||30|MT|027|FERGUS +300270006|300270006|840300270006|O3|Permanent|0006|Lewistown|Active|MT1|Montana DEQ|R8|47.048537|-109.455315||-7.00|US|||30|MT|027|FERGUS +300270006|300270006|840300270006|PM2.5|Permanent|0006|Lewistown|Active|MT1|Montana DEQ|R8|47.048537|-109.455315||-7.00|US|||30|MT|027|FERGUS +300270006|300270006|840300270006|PM10|Permanent|0006|Lewistown|Active|MT1|Montana DEQ|R8|47.048537|-109.455315||-7.00|US|||30|MT|027|FERGUS +300290009|300290009|840300290009|PM10|Permanent|0009|White Fish Dead End|Active|MT1|Montana DEQ|R8|48.400523|-114.335973||-7.00|US|||30|MT|029|FLATHEAD +300290009|300290009|840300290009|TEMP|Permanent|0009|White Fish Dead End|Active|MT1|Montana DEQ|R8|48.400523|-114.335973||-7.00|US|||30|MT|029|FLATHEAD +300290047|300290047|840300290047|PM10|Permanent|0047|Kalispell Flathead Electric|Active|MT1|Montana DEQ|R8|48.202499|-114.305557|890.300|-7.00|US|||30|MT|029|FLATHEAD +300290047|300290047|840300290047|TEMP|Permanent|0047|Kalispell Flathead Electric|Active|MT1|Montana DEQ|R8|48.202499|-114.305557|890.300|-7.00|US|||30|MT|029|FLATHEAD +300290049|300290049|840300290049|PM2.5|Permanent|0049|Columbia Falls|Active|MT1|Montana DEQ|R8|48.363694|-114.189272||-7.00|US|||30|MT|029|FLATHEAD +300290049|300290049|840300290049|PM10|Permanent|0049|Columbia Falls|Active|MT1|Montana DEQ|R8|48.363694|-114.189272||-7.00|US|||30|MT|029|FLATHEAD +300290049|300290049|840300290049|TEMP|Permanent|0049|Columbia Falls|Active|MT1|Montana DEQ|R8|48.363694|-114.189272||-7.00|US|||30|MT|029|FLATHEAD +300290049|300290049|840300290049|WS|Permanent|0049|Columbia Falls|Active|MT1|Montana DEQ|R8|48.363694|-114.189272||-7.00|US|||30|MT|029|FLATHEAD +300290049|300290049|840300290049|WD|Permanent|0049|Columbia Falls|Active|MT1|Montana DEQ|R8|48.363694|-114.189272||-7.00|US|||30|MT|029|FLATHEAD +300298001|300298001|840300298001|RWD|Permanent|8001|Glacier NP|Active|NPS|National Park Service|USEPA|48.510300|-113.995600|976.300|-7.00|US|28060| Kalispell, MT |30|MT|029|FLATHEAD +300298001|300298001|840300298001|RWS|Permanent|8001|Glacier NP|Active|NPS|National Park Service|USEPA|48.510300|-113.995600|976.300|-7.00|US|28060| Kalispell, MT |30|MT|029|FLATHEAD +300298001|300298001|840300298001|O3|Permanent|8001|Glacier NP|Active|NPS|National Park Service|USEPA|48.510300|-113.995600|976.300|-7.00|US|28060| Kalispell, MT |30|MT|029|FLATHEAD +300298001|300298001|840300298001|TEMP|Permanent|8001|Glacier NP|Active|NPS|National Park Service|USEPA|48.510300|-113.995600|976.300|-7.00|US|28060| Kalispell, MT |30|MT|029|FLATHEAD +300298001|300298001|840300298001|WS|Permanent|8001|Glacier NP|Active|NPS|National Park Service|USEPA|48.510300|-113.995600|976.300|-7.00|US|28060| Kalispell, MT |30|MT|029|FLATHEAD +300298001|300298001|840300298001|WD|Permanent|8001|Glacier NP|Active|NPS|National Park Service|USEPA|48.510300|-113.995600|976.300|-7.00|US|28060| Kalispell, MT |30|MT|029|FLATHEAD +300298001|300298001|840300298001|RHUM|Permanent|8001|Glacier NP|Active|NPS|National Park Service|USEPA|48.510300|-113.995600|976.300|-7.00|US|28060| Kalispell, MT |30|MT|029|FLATHEAD +300298001|300298001|840300298001|SRAD|Permanent|8001|Glacier NP|Active|NPS|National Park Service|USEPA|48.510300|-113.995600|976.300|-7.00|US|28060| Kalispell, MT |30|MT|029|FLATHEAD +300298001|300298001|840300298001|PRECIP|Permanent|8001|Glacier NP|Active|NPS|National Park Service|USEPA|48.510300|-113.995600|976.300|-7.00|US|28060| Kalispell, MT |30|MT|029|FLATHEAD +300310016|300310016|840300310016|PM2.5|Permanent|0016|West Yellostone City Center|Inactive|MT1|Montana DEQ|R8|44.661701|-111.105003|2024.300|-7.00|US|14580| Bozeman, MT |30|MT|031|GALLATIN +300310017|300310017|840300310017|NO|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|RWD|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|RWS|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|CO|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|TEMP|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|WS|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|WD|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|RHUM|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|NOX|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|PM2.5|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310017|300310017|840300310017|NO2|Permanent|0017|West Yellowstone Park Ent #2|Active|MT1|Montana DEQ|R8|44.657014|-111.089618||-7.00|US|||30|MT|031|GALLATIN +300310019|300310019|840300310019|PM2.5|Permanent|0019|Bozeman High School|Active|MT1|Montana DEQ|R8|45.683765|-111.056282||-7.00|US|||30|MT|031|GALLATIN +300310019|300310019|840300310019|TEMP|Permanent|0019|Bozeman High School|Active|MT1|Montana DEQ|R8|45.683765|-111.056282||-7.00|US|||30|MT|031|GALLATIN +300351001|300351001|840300351001|WS|Permanent|1001|Glacier NP Portable|Inactive|NPS|National Park Service|USEPA|48.740799|-113.434700|1385.000|-7.00|US|||30|MT|035|GLACIER +300351001|300351001|840300351001|WD|Permanent|1001|Glacier NP Portable|Inactive|NPS|National Park Service|USEPA|48.740799|-113.434700|1385.000|-7.00|US|||30|MT|035|GLACIER +300351001|300351001|840300351001|RHUM|Permanent|1001|Glacier NP Portable|Inactive|NPS|National Park Service|USEPA|48.740799|-113.434700|1385.000|-7.00|US|||30|MT|035|GLACIER +300351001|300351001|840300351001|SRAD|Permanent|1001|Glacier NP Portable|Inactive|NPS|National Park Service|USEPA|48.740799|-113.434700|1385.000|-7.00|US|||30|MT|035|GLACIER +300351001|300351001|840300351001|PRECIP|Permanent|1001|Glacier NP Portable|Inactive|NPS|National Park Service|USEPA|48.740799|-113.434700|1385.000|-7.00|US|||30|MT|035|GLACIER +300351001|300351001|840300351001|O3|Permanent|1001|Glacier NP Portable|Inactive|NPS|National Park Service|USEPA|48.740799|-113.434700|1385.000|-7.00|US|||30|MT|035|GLACIER +300351001|300351001|840300351001|TEMP|Permanent|1001|Glacier NP Portable|Inactive|NPS|National Park Service|USEPA|48.740799|-113.434700|1385.000|-7.00|US|||30|MT|035|GLACIER +300470013|300470013|840300470013|PM10|Permanent|0013|Ronan-MT|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|47.883100|-114.168100|1575.000|-7.00|US|||30|MT|047|LAKE +300470028|300470028|840300470028|PM10|Permanent|0028|Polson-MT|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|47.692500|-114.012200|896.700|-7.00|US|||30|MT|047|LAKE +300470028|300470028|840300470028|TEMP|Permanent|0028|Polson-MT|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|47.692500|-114.012200|896.700|-7.00|US|||30|MT|047|LAKE +300470028|300470028|840300470028|RWD|Permanent|0028|Polson-MT|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|47.692500|-114.012200|896.700|-7.00|US|||30|MT|047|LAKE +300470028|300470028|840300470028|RWS|Permanent|0028|Polson-MT|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|47.692500|-114.012200|896.700|-7.00|US|||30|MT|047|LAKE +300490004|300490004|840300490004|TEMP|Permanent|0004|NCORE|Active|MT1|Montana DEQ|R8|46.850500|-111.987164||-7.00|US|||30|MT|049|LEWIS AND CLARK +300490004|300490004|840300490004|NO|Permanent|0004|NCORE|Active|MT1|Montana DEQ|R8|46.850500|-111.987164||-7.00|US|||30|MT|049|LEWIS AND CLARK +300490004|300490004|840300490004|RWD|Permanent|0004|NCORE|Active|MT1|Montana DEQ|R8|46.850500|-111.987164||-7.00|US|||30|MT|049|LEWIS AND CLARK +300490004|300490004|840300490004|RWS|Permanent|0004|NCORE|Active|MT1|Montana DEQ|R8|46.850500|-111.987164||-7.00|US|||30|MT|049|LEWIS AND CLARK +300490004|300490004|840300490004|O3|Permanent|0004|NCORE|Active|MT1|Montana DEQ|R8|46.850500|-111.987164||-7.00|US|||30|MT|049|LEWIS AND CLARK +300490004|300490004|840300490004|PM2.5|Permanent|0004|NCORE|Active|MT1|Montana DEQ|R8|46.850500|-111.987164||-7.00|US|||30|MT|049|LEWIS AND CLARK +300490004|300490004|840300490004|CO|Permanent|0004|NCORE|Active|MT1|Montana DEQ|R8|46.850500|-111.987164||-7.00|US|||30|MT|049|LEWIS AND CLARK +300490004|300490004|840300490004|NOY|Permanent|0004|NCORE|Active|MT1|Montana DEQ|R8|46.850500|-111.987164||-7.00|US|||30|MT|049|LEWIS AND CLARK +300490018|300490018|840300490018|PM2.5|Permanent|0018|LINSCHL|Inactive|MT1|Montana DEQ|R8|46.603600|-112.035300|1200.800|-7.00|US|25740| Helena, MT |30|MT|049|LEWIS AND CLARK +300490026|300490026|840300490026|PM2.5|Permanent|0026|Rossiter Pump House|Active|MT1|Montana DEQ|R8|46.658800|-112.013100|1139.800|-7.00|US|25740| Helena, MT |30|MT|049|LEWIS AND CLARK +300490026|300490026|840300490026|TEMP|Permanent|0026|Rossiter Pump House|Active|MT1|Montana DEQ|R8|46.658800|-112.013100|1139.800|-7.00|US|25740| Helena, MT |30|MT|049|LEWIS AND CLARK +300490026|300490026|840300490026|WS|Permanent|0026|Rossiter Pump House|Active|MT1|Montana DEQ|R8|46.658800|-112.013100|1139.800|-7.00|US|25740| Helena, MT |30|MT|049|LEWIS AND CLARK +300490026|300490026|840300490026|WD|Permanent|0026|Rossiter Pump House|Active|MT1|Montana DEQ|R8|46.658800|-112.013100|1139.800|-7.00|US|25740| Helena, MT |30|MT|049|LEWIS AND CLARK +300530018|300530018|840300530018|PM10|Permanent|0018|Libby Courthouse|Active|MT1|Montana DEQ|R8|48.384100|-115.548000|2033.100|-7.00|US|||30|MT|053|LINCOLN +300530018|300530018|840300530018|TEMP|Permanent|0018|Libby Courthouse|Active|MT1|Montana DEQ|R8|48.384100|-115.548000|2033.100|-7.00|US|||30|MT|053|LINCOLN +300530018|300530018|840300530018|WS|Permanent|0018|Libby Courthouse|Active|MT1|Montana DEQ|R8|48.384100|-115.548000|2033.100|-7.00|US|||30|MT|053|LINCOLN +300530018|300530018|840300530018|WD|Permanent|0018|Libby Courthouse|Active|MT1|Montana DEQ|R8|48.384100|-115.548000|2033.100|-7.00|US|||30|MT|053|LINCOLN +300530018|300530018|840300530018|PM2.5|Permanent|0018|Libby Courthouse|Active|MT1|Montana DEQ|R8|48.384100|-115.548000|2033.100|-7.00|US|||30|MT|053|LINCOLN +300630024|300630024|840300630024|TEMP|Permanent|0024|Missoula Boyd Park|Active|MT1|Montana DEQ|R8|46.842297|-114.020549||-7.00|US|||30|MT|063|MISSOULA +300630024|300630024|840300630024|WS|Permanent|0024|Missoula Boyd Park|Active|MT1|Montana DEQ|R8|46.842297|-114.020549||-7.00|US|||30|MT|063|MISSOULA +300630024|300630024|840300630024|WD|Permanent|0024|Missoula Boyd Park|Active|MT1|Montana DEQ|R8|46.842297|-114.020549||-7.00|US|||30|MT|063|MISSOULA +300630024|300630024|840300630024|O3|Permanent|0024|Missoula Boyd Park|Active|MT1|Montana DEQ|R8|46.842297|-114.020549||-7.00|US|||30|MT|063|MISSOULA +300630024|300630024|840300630024|PM2.5|Permanent|0024|Missoula Boyd Park|Active|MT1|Montana DEQ|R8|46.842297|-114.020549||-7.00|US|||30|MT|063|MISSOULA +300630024|300630024|840300630024|PM10|Permanent|0024|Missoula Boyd Park|Active|MT1|Montana DEQ|R8|46.842297|-114.020549||-7.00|US|||30|MT|063|MISSOULA +300630037|300630037|840300630037|PM2.5|Permanent|0037|French Town - Beckwith|Active|MT1|Montana DEQ|R8|47.012907|-114.224273||-7.00|US|||30|MT|063|MISSOULA +300630037|300630037|840300630037|TEMP|Permanent|0037|French Town - Beckwith|Active|MT1|Montana DEQ|R8|47.012907|-114.224273||-7.00|US|||30|MT|063|MISSOULA +300630038|300630038|840300630038|PM2.5|Permanent|0038|Seeley Elementary School|Active|MT1|Montana DEQ|R8|47.175630|-113.476182||-7.00|US|||30|MT|063|MISSOULA +300630038|300630038|840300630038|TEMP|Permanent|0038|Seeley Elementary School|Active|MT1|Montana DEQ|R8|47.175630|-113.476182||-7.00|US|||30|MT|063|MISSOULA +300630038|300630038|840300630038|WS|Permanent|0038|Seeley Elementary School|Active|MT1|Montana DEQ|R8|47.175630|-113.476182||-7.00|US|||30|MT|063|MISSOULA +300630038|300630038|840300630038|WD|Permanent|0038|Seeley Elementary School|Active|MT1|Montana DEQ|R8|47.175630|-113.476182||-7.00|US|||30|MT|063|MISSOULA +300710010|300710010|840300710010|O3|Permanent|0010|Malta|Active|MT1|Montana DEQ|R8|48.317507|-107.862471||-7.00|US|||30|MT|071|PHILLIPS +300710010|300710010|840300710010|PM2.5|Permanent|0010|Malta|Active|MT1|Montana DEQ|R8|48.317507|-107.862471||-7.00|US|||30|MT|071|PHILLIPS +300710010|300710010|840300710010|NOX|Permanent|0010|Malta|Active|MT1|Montana DEQ|R8|48.317507|-107.862471||-7.00|US|||30|MT|071|PHILLIPS +300710010|300710010|840300710010|NO|Permanent|0010|Malta|Active|MT1|Montana DEQ|R8|48.317507|-107.862471||-7.00|US|||30|MT|071|PHILLIPS +300710010|300710010|840300710010|PM10|Permanent|0010|Malta|Active|MT1|Montana DEQ|R8|48.317507|-107.862471||-7.00|US|||30|MT|071|PHILLIPS +300710010|300710010|840300710010|NO2|Permanent|0010|Malta|Active|MT1|Montana DEQ|R8|48.317507|-107.862471||-7.00|US|||30|MT|071|PHILLIPS +300710010|300710010|840300710010|TEMP|Permanent|0010|Malta|Active|MT1|Montana DEQ|R8|48.317507|-107.862471||-7.00|US|||30|MT|071|PHILLIPS +300710010|300710010|840300710010|WS|Permanent|0010|Malta|Active|MT1|Montana DEQ|R8|48.317507|-107.862471||-7.00|US|||30|MT|071|PHILLIPS +300710010|300710010|840300710010|WD|Permanent|0010|Malta|Active|MT1|Montana DEQ|R8|48.317507|-107.862471||-7.00|US|||30|MT|071|PHILLIPS +300750001|300750001|840300750001|O3|Permanent|0001|Broadus|Active|MT1|Montana DEQ|R8|45.440295|-105.370280||-7.00|US|||30|MT|075|POWDER RIVER +300750001|300750001|840300750001|PM2.5|Permanent|0001|Broadus|Active|MT1|Montana DEQ|R8|45.440295|-105.370280||-7.00|US|||30|MT|075|POWDER RIVER +300750001|300750001|840300750001|PM10|Permanent|0001|Broadus|Active|MT1|Montana DEQ|R8|45.440295|-105.370280||-7.00|US|||30|MT|075|POWDER RIVER +300750001|300750001|840300750001|TEMP|Permanent|0001|Broadus|Active|MT1|Montana DEQ|R8|45.440295|-105.370280||-7.00|US|||30|MT|075|POWDER RIVER +300750001|300750001|840300750001|WS|Permanent|0001|Broadus|Active|MT1|Montana DEQ|R8|45.440295|-105.370280||-7.00|US|||30|MT|075|POWDER RIVER +300750001|300750001|840300750001|WD|Permanent|0001|Broadus|Active|MT1|Montana DEQ|R8|45.440295|-105.370280||-7.00|US|||30|MT|075|POWDER RIVER +300810007|300810007|840300810007|PM2.5|Permanent|0007|Hamilton PS 46|Active|MT1|Montana DEQ|R8|46.243621|-114.158889||-7.00|US|||30|MT|081|RAVALLI +300810007|300810007|840300810007|TEMP|Permanent|0007|Hamilton PS 46|Active|MT1|Montana DEQ|R8|46.243621|-114.158889||-7.00|US|||30|MT|081|RAVALLI +300810007|300810007|840300810007|WS|Permanent|0007|Hamilton PS 46|Active|MT1|Montana DEQ|R8|46.243621|-114.158889||-7.00|US|||30|MT|081|RAVALLI +300810007|300810007|840300810007|WD|Permanent|0007|Hamilton PS 46|Active|MT1|Montana DEQ|R8|46.243621|-114.158889||-7.00|US|||30|MT|081|RAVALLI +300830001|300830001|840300830001|O3|Permanent|0001|Sidney Oil Field|Inactive|MT1|Montana DEQ|R8|47.803421|-104.485619|776.500|-7.00|US|||30|MT|083|RICHLAND +300830001|300830001|840300830001|PM2.5|Permanent|0001|Sidney Oil Field|Inactive|MT1|Montana DEQ|R8|47.803421|-104.485619|776.500|-7.00|US|||30|MT|083|RICHLAND +300830001|300830001|840300830001|PM10|Permanent|0001|Sidney Oil Field|Inactive|MT1|Montana DEQ|R8|47.803421|-104.485619|776.500|-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|SO2|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|TEMP|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|WS|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|WD|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|NOX|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|NO|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|O3|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|PM2.5|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|PM10|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300830002|300830002|840300830002|NO2|Permanent|0002|Sidney 201|Active|MT1|Montana DEQ|R8|47.867900|-104.676864||-7.00|US|||30|MT|083|RICHLAND +300870001|300870001|840300870001|WS|Permanent|0001|Birney|Inactive|MT1|Montana DEQ|R8|45.366151|-106.489820||-7.00|US|||30|MT|087|ROSEBUD +300870001|300870001|840300870001|WD|Permanent|0001|Birney|Inactive|MT1|Montana DEQ|R8|45.366151|-106.489820||-7.00|US|||30|MT|087|ROSEBUD +300870001|300870001|840300870001|O3|Permanent|0001|Birney|Inactive|MT1|Montana DEQ|R8|45.366151|-106.489820||-7.00|US|||30|MT|087|ROSEBUD +300870001|300870001|840300870001|PM2.5|Permanent|0001|Birney|Inactive|MT1|Montana DEQ|R8|45.366151|-106.489820||-7.00|US|||30|MT|087|ROSEBUD +300870001|300870001|840300870001|PM10|Permanent|0001|Birney|Inactive|MT1|Montana DEQ|R8|45.366151|-106.489820||-7.00|US|||30|MT|087|ROSEBUD +300870001|300870001|840300870001|TEMP|Permanent|0001|Birney|Inactive|MT1|Montana DEQ|R8|45.366151|-106.489820||-7.00|US|||30|MT|087|ROSEBUD +300890007|300890007|840300890007|PM10|Permanent|0007|Thompson Falls HS|Active|MT1|Montana DEQ|R8|47.594395|-115.323746||-7.00|US|||30|MT|089|SANDERS +300890007|300890007|840300890007|TEMP|Permanent|0007|Thompson Falls HS|Active|MT1|Montana DEQ|R8|47.594395|-115.323746||-7.00|US|||30|MT|089|SANDERS +300890007|300890007|840300890007|PM2.5|Permanent|0007|Thompson Falls HS|Active|MT1|Montana DEQ|R8|47.594395|-115.323746||-7.00|US|||30|MT|089|SANDERS +300930005|300930005|840300930005|WS|Permanent|0005|Butte Greely School|Active|MT1|Montana DEQ|R8|46.002399|-112.500893|1683.000|-7.00|US|||30|MT|093|SILVER BOW +300930005|300930005|840300930005|WD|Permanent|0005|Butte Greely School|Active|MT1|Montana DEQ|R8|46.002399|-112.500893|1683.000|-7.00|US|||30|MT|093|SILVER BOW +300930005|300930005|840300930005|PM2.5|Permanent|0005|Butte Greely School|Active|MT1|Montana DEQ|R8|46.002399|-112.500893|1683.000|-7.00|US|||30|MT|093|SILVER BOW +300930005|300930005|840300930005|PM10|Permanent|0005|Butte Greely School|Active|MT1|Montana DEQ|R8|46.002399|-112.500893|1683.000|-7.00|US|||30|MT|093|SILVER BOW +300930005|300930005|840300930005|TEMP|Permanent|0005|Butte Greely School|Active|MT1|Montana DEQ|R8|46.002399|-112.500893|1683.000|-7.00|US|||30|MT|093|SILVER BOW +301110066|301110066|840301110066|WS|Permanent|0066|Billings Coburn Rd|Active|MT1|Montana DEQ|R8|45.786579|-108.458780||-7.00|US|||30|MT|111|YELLOWSTONE +301110066|301110066|840301110066|SO2|Permanent|0066|Billings Coburn Rd|Active|MT1|Montana DEQ|R8|45.786579|-108.458780||-7.00|US|||30|MT|111|YELLOWSTONE +301110066|301110066|840301110066|WD|Permanent|0066|Billings Coburn Rd|Active|MT1|Montana DEQ|R8|45.786579|-108.458780||-7.00|US|||30|MT|111|YELLOWSTONE +301110066|301110066|840301110066|TEMP|Permanent|0066|Billings Coburn Rd|Active|MT1|Montana DEQ|R8|45.786579|-108.458780||-7.00|US|||30|MT|111|YELLOWSTONE +301110085|301110085|840301110085|PM2.5|Permanent|0085|Billings St. Luke's|Inactive|MT1|Montana DEQ|R8|45.782181|-108.511528|965.600|-7.00|US|13740| Billings, MT |30|MT|111|YELLOWSTONE +301110087|301110087|840301110087|PM2.5|Permanent|0087|Billlings Lockwood|Active|MT1|Montana DEQ|R8|45.806357|-108.426551||-7.00|US|||30|MT|111|YELLOWSTONE +301110087|301110087|840301110087|TEMP|Permanent|0087|Billlings Lockwood|Active|MT1|Montana DEQ|R8|45.806357|-108.426551||-7.00|US|||30|MT|111|YELLOWSTONE +301110087|301110087|840301110087|WS|Permanent|0087|Billlings Lockwood|Active|MT1|Montana DEQ|R8|45.806357|-108.426551||-7.00|US|||30|MT|111|YELLOWSTONE +301110087|301110087|840301110087|WD|Permanent|0087|Billlings Lockwood|Active|MT1|Montana DEQ|R8|45.806357|-108.426551||-7.00|US|||30|MT|111|YELLOWSTONE +310250002|310250002|840310250002|PM10|Permanent|0002|WWTP BAM|Active|NE1|Nebraska Department of Environment and Energy|R7|40.866225|-96.137447|329.400|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|025|CASS +310250008|310250008|840310250008|PM10|Permanent|0008|Weeping Water Park|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.888901|-96.230598|230.000|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|025|CASS +310250009|310250009|840310250009|PM10|Permanent|0009|Lauritzen Farm|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.873264|-96.183314|311.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|025|CASS +310470004|310470004|840310470004|SRAD|Permanent|0004|Lexington|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.743301|-99.711700||-6.00|US|30420| Lexington, NE |31|NE|047|DAWSON +310470004|310470004|840310470004|PRECIP|Permanent|0004|Lexington|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.743301|-99.711700||-6.00|US|30420| Lexington, NE |31|NE|047|DAWSON +310470004|310470004|840310470004|PM2.5|Permanent|0004|Lexington|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.743301|-99.711700||-6.00|US|30420| Lexington, NE |31|NE|047|DAWSON +310470004|310470004|840310470004|TEMP|Permanent|0004|Lexington|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.743301|-99.711700||-6.00|US|30420| Lexington, NE |31|NE|047|DAWSON +310470004|310470004|840310470004|WS|Permanent|0004|Lexington|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.743301|-99.711700||-6.00|US|30420| Lexington, NE |31|NE|047|DAWSON +310470004|310470004|840310470004|WD|Permanent|0004|Lexington|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.743301|-99.711700||-6.00|US|30420| Lexington, NE |31|NE|047|DAWSON +310470004|310470004|840310470004|RHUM|Permanent|0004|Lexington|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.743301|-99.711700||-6.00|US|30420| Lexington, NE |31|NE|047|DAWSON +310470004|310470004|840310470004|BARPR|Permanent|0004|Lexington|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.743301|-99.711700||-6.00|US|30420| Lexington, NE |31|NE|047|DAWSON +310550019|310550019|840310550019|PM2.5|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|PM10|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|CO|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|SO2|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|NOY|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|TEMP|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|RHUM|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|NO|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|RWD|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|RWS|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550019|310550019|840310550019|O3|Permanent|0019|NCORE|Active|NE2|Douglas County Health Department (Omaha)|R7|41.247400|-95.973100|379.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550028|310550028|840310550028|O3|Permanent|0028|24th & O|Inactive|NE2|Douglas County Health Department (Omaha)|R7|41.208083|-95.947439||-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550045|310550045|840310550045|PM10|Permanent|0045|46th and Farnam|Inactive|NE2|Douglas County Health Department (Omaha)|R7|41.257317|-95.983831|354.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550053|310550053|840310550053|O3|Permanent|0053|16th and Whitmore|Active|NE2|Douglas County Health Department (Omaha)|R7|41.322472|-95.937992|304.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550053|310550053|840310550053|SO2|Permanent|0053|16th and Whitmore|Active|NE2|Douglas County Health Department (Omaha)|R7|41.322472|-95.937992|304.100|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310550056|310550056|840310550056|CO|Permanent|0056|77th and Dodge|Active|NE2|Douglas County Health Department (Omaha)|R7|41.259478|-96.034714|312.600|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|055|DOUGLAS +310670003|310670003|840310670003|PM2.5|Permanent|0003|Beatrice|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.250172|-96.734880|384.600|-6.00|US|13100| Beatrice, NE |31|NE|067|GAGE +310670004|310670004|840310670004|TEMP|Permanent|0004|Homestead NM|Active|NE4|Lincoln-Lancaster County Health Department|R7|40.285060|-96.824340|404.100|-6.00|US|13100| Beatrice, NE |31|NE|067|GAGE +310670004|310670004|840310670004|BARPR|Permanent|0004|Homestead NM|Active|NE4|Lincoln-Lancaster County Health Department|R7|40.285060|-96.824340|404.100|-6.00|US|13100| Beatrice, NE |31|NE|067|GAGE +310670004|310670004|840310670004|PM2.5|Permanent|0004|Homestead NM|Active|NE4|Lincoln-Lancaster County Health Department|R7|40.285060|-96.824340|404.100|-6.00|US|13100| Beatrice, NE |31|NE|067|GAGE +840310670005|310670005|840310670005|PM2.5|Permanent|0005|Homestead NHP|Active|NE1|Nebraska Department of Environment and Energy|R7|40.285060|-96.824310||-6.00|US|||31|NE|067|GAGE +840310790005|310790005|840310790005|PM2.5|Permanent|0005|Grand Island DOT|Active|NE1|Nebraska Department of Environment and Energy|R7|40.918333|-98.378889|573.100|-6.00|US|24260| Grand Island, NE |31|NE|079|HALL +311079991|311079991|840311079991|TEMP|Permanent|9991|Santee Sioux|Active|OAP|EPA Office of Atmospheric Programs|R3|42.829200|-97.854100|429.100|-6.00|US|||31|NE|107|KNOX +311079991|311079991|840311079991|O3|Permanent|9991|Santee Sioux|Active|OAP|EPA Office of Atmospheric Programs|R3|42.829200|-97.854100|429.100|-6.00|US|||31|NE|107|KNOX +311090016|311090016|840311090016|O3|Permanent|0016|Davey|Active|NE4|Lincoln-Lancaster County Health Department|R7|40.984969|-96.671425|384.000|-6.00|US|30700| Lincoln, NE |31|NE|109|LANCASTER +311090018|311090018|840311090018|CO|Permanent|0018|Morris Paint|Inactive|NE1|Nebraska Department of Environment and Energy|R7|40.812599|-96.682999|363.000|-6.00|US|30700| Lincoln, NE |31|NE|109|LANCASTER +311090022|311090022|840311090022|PM2.5|Permanent|0022|LLCHD BAM|Active|NE4|Lincoln-Lancaster County Health Department|R7|40.812558|-96.675733||-6.00|US|30700| Lincoln, NE |31|NE|109|LANCASTER +311090022|311090022|840311090022|BARPR|Permanent|0022|LLCHD BAM|Active|NE4|Lincoln-Lancaster County Health Department|R7|40.812558|-96.675733||-6.00|US|30700| Lincoln, NE |31|NE|109|LANCASTER +311090025|311090025|840311090025|SO2|Permanent|0025|Sheldon Station|Active|NE4|Lincoln-Lancaster County Health Department|R7|40.554760|-96.780350||-6.00|US|||31|NE|109|LANCASTER +311530007|311530007|840311530007|PM2.5|Permanent|0007|2912 Coffey|Active|NE2|Douglas County Health Department (Omaha)|R7|41.133317|-95.956078|342.800|-6.00|US|36540| Omaha-Council Bluffs, NE-IA |31|NE|153|SARPY +311570005|311570005|840311570005|SRAD|Permanent|0005|Scotts Bluff NM|Inactive|NPS|National Park Service|USEPA|41.708328|-103.830002|1268.800|-7.00|US|||31|NE|157|SCOTTS BLUFF +311570005|311570005|840311570005|PRECIP|Permanent|0005|Scotts Bluff NM|Inactive|NPS|National Park Service|USEPA|41.708328|-103.830002|1268.800|-7.00|US|||31|NE|157|SCOTTS BLUFF +311570005|311570005|840311570005|O3|Permanent|0005|Scotts Bluff NM|Inactive|NPS|National Park Service|USEPA|41.708328|-103.830002|1268.800|-7.00|US|||31|NE|157|SCOTTS BLUFF +311570005|311570005|840311570005|TEMP|Permanent|0005|Scotts Bluff NM|Inactive|NPS|National Park Service|USEPA|41.708328|-103.830002|1268.800|-7.00|US|||31|NE|157|SCOTTS BLUFF +311570005|311570005|840311570005|WS|Permanent|0005|Scotts Bluff NM|Inactive|NPS|National Park Service|USEPA|41.708328|-103.830002|1268.800|-7.00|US|||31|NE|157|SCOTTS BLUFF +311570005|311570005|840311570005|WD|Permanent|0005|Scotts Bluff NM|Inactive|NPS|National Park Service|USEPA|41.708328|-103.830002|1268.800|-7.00|US|||31|NE|157|SCOTTS BLUFF +311570005|311570005|840311570005|RHUM|Permanent|0005|Scotts Bluff NM|Inactive|NPS|National Park Service|USEPA|41.708328|-103.830002|1268.800|-7.00|US|||31|NE|157|SCOTTS BLUFF +840311570006|311570006|840311570006|PM2.5|Permanent|0006|Scottsbluff HS|Active|NE1|Nebraska Department of Environment and Energy|R7|41.875556|-103.658056|1184.600|-7.00|US|42420| Scottsbluff, NE |31|NE|157|SCOTTS BLUFF +311651001|311651001|840311651001|O3|Permanent|1001|Agate Fossil Beds NM|Inactive|NPS|National Park Service|USEPA|42.428299|-103.729401|1344.700|-6.00|US|||31|NE|165|SIOUX +840311770002|311770002|840311770002|PM2.5|Permanent|0002|Blair|Active|NE2|Douglas County Health Department (Omaha)|R7|41.550658|-96.146622||-6.00|US|||31|NE|177|WASHINGTON +320010002|320010002|840320010002|O3|Permanent|0002|Fallon|Active|NV3|Nevada Division of Environmental Protection|R9|39.472471|-118.783624|1210.500|-8.00|US|||32|NV|001|CHURCHILL +320030022|320030022|840320030022|RWS|Permanent|0022|Apex|Inactive|NV1|Clark County Department of Environment and Sustainability |R9|36.391030|-114.907429|662.200|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030022|320030022|840320030022|O3|Permanent|0022|Apex|Inactive|NV1|Clark County Department of Environment and Sustainability |R9|36.391030|-114.907429|662.200|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030022|320030022|840320030022|TEMP|Permanent|0022|Apex|Inactive|NV1|Clark County Department of Environment and Sustainability |R9|36.391030|-114.907429|662.200|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030022|320030022|840320030022|RWD|Permanent|0022|Apex|Inactive|NV1|Clark County Department of Environment and Sustainability |R9|36.391030|-114.907429|662.200|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030024|320030024|840320030024|O3|Permanent|0024|Virgin Valley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.815897|-114.050347||-8.00|US|||32|NV|003|CLARK +320030024|320030024|840320030024|PM2.5|Permanent|0024|Virgin Valley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.815897|-114.050347||-8.00|US|||32|NV|003|CLARK +320030024|320030024|840320030024|PM10|Permanent|0024|Virgin Valley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.815897|-114.050347||-8.00|US|||32|NV|003|CLARK +320030024|320030024|840320030024|TEMP|Permanent|0024|Virgin Valley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.815897|-114.050347||-8.00|US|||32|NV|003|CLARK +320030024|320030024|840320030024|RWD|Permanent|0024|Virgin Valley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.815897|-114.050347||-8.00|US|||32|NV|003|CLARK +320030024|320030024|840320030024|RWS|Permanent|0024|Virgin Valley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.815897|-114.050347||-8.00|US|||32|NV|003|CLARK +320030043|320030043|840320030043|PM2.5|Permanent|0043|Paul Meyer|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.106389|-115.253333|736.600|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030043|320030043|840320030043|PM10|Permanent|0043|Paul Meyer|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.106389|-115.253333|736.600|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030043|320030043|840320030043|TEMP|Permanent|0043|Paul Meyer|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.106389|-115.253333|736.600|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030043|320030043|840320030043|RWD|Permanent|0043|Paul Meyer|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.106389|-115.253333|736.600|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030043|320030043|840320030043|RWS|Permanent|0043|Paul Meyer|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.106389|-115.253333|736.600|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030043|320030043|840320030043|O3|Permanent|0043|Paul Meyer|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.106389|-115.253333|736.600|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030044|320030044|840320030044|O3|Permanent|0044|Mountains Edge|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.007500|-115.263056||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030044|320030044|840320030044|PM2.5|Permanent|0044|Mountains Edge|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.007500|-115.263056||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030044|320030044|840320030044|PM10|Permanent|0044|Mountains Edge|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.007500|-115.263056||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030044|320030044|840320030044|TEMP|Permanent|0044|Mountains Edge|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.007500|-115.263056||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030044|320030044|840320030044|RWD|Permanent|0044|Mountains Edge|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.007500|-115.263056||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030044|320030044|840320030044|RWS|Permanent|0044|Mountains Edge|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.007500|-115.263056||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030071|320030071|840320030071|TEMP|Permanent|0071|Walter Johnson|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.169756|-115.263038|771.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030071|320030071|840320030071|WS|Permanent|0071|Walter Johnson|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.169756|-115.263038|771.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030071|320030071|840320030071|WD|Permanent|0071|Walter Johnson|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.169756|-115.263038|771.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030071|320030071|840320030071|RWD|Permanent|0071|Walter Johnson|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.169756|-115.263038|771.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030071|320030071|840320030071|RWS|Permanent|0071|Walter Johnson|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.169756|-115.263038|771.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030071|320030071|840320030071|O3|Permanent|0071|Walter Johnson|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.169756|-115.263038|771.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030071|320030071|840320030071|PM2.5|Permanent|0071|Walter Johnson|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.169756|-115.263038|771.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030071|320030071|840320030071|PM10|Permanent|0071|Walter Johnson|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.169756|-115.263038|771.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030073|320030073|840320030073|O3|Permanent|0073|Palo Verde|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.173415|-115.332728|932.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030073|320030073|840320030073|PM2.5|Permanent|0073|Palo Verde|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.173415|-115.332728|932.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030073|320030073|840320030073|PM10|Permanent|0073|Palo Verde|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.173415|-115.332728|932.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030073|320030073|840320030073|TEMP|Permanent|0073|Palo Verde|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.173415|-115.332728|932.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030073|320030073|840320030073|RWD|Permanent|0073|Palo Verde|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.173415|-115.332728|932.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030073|320030073|840320030073|RWS|Permanent|0073|Palo Verde|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.173415|-115.332728|932.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030075|320030075|840320030075|O3|Permanent|0075|Joe Neal|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.270592|-115.238282|709.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030075|320030075|840320030075|PM2.5|Permanent|0075|Joe Neal|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.270592|-115.238282|709.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030075|320030075|840320030075|PM10|Permanent|0075|Joe Neal|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.270592|-115.238282|709.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030075|320030075|840320030075|NO2|Permanent|0075|Joe Neal|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.270592|-115.238282|709.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030075|320030075|840320030075|TEMP|Permanent|0075|Joe Neal|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.270592|-115.238282|709.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030075|320030075|840320030075|RWD|Permanent|0075|Joe Neal|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.270592|-115.238282|709.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030075|320030075|840320030075|RWS|Permanent|0075|Joe Neal|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.270592|-115.238282|709.700|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030298|320030298|840320030298|PM2.5|Permanent|0298|GreenValley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.048705|-115.052942|562.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030298|320030298|840320030298|PM10|Permanent|0298|GreenValley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.048705|-115.052942|562.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030298|320030298|840320030298|TEMP|Permanent|0298|GreenValley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.048705|-115.052942|562.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030298|320030298|840320030298|RWD|Permanent|0298|GreenValley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.048705|-115.052942|562.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030298|320030298|840320030298|RWS|Permanent|0298|GreenValley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.048705|-115.052942|562.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030298|320030298|840320030298|O3|Permanent|0298|GreenValley|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.048705|-115.052942|562.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030299|320030299|840320030299|PM10|Permanent|0299|Liberty High School|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.987908|-115.148850||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030299|320030299|840320030299|TEMP|Permanent|0299|Liberty High School|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.987908|-115.148850||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030299|320030299|840320030299|RWD|Permanent|0299|Liberty High School|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.987908|-115.148850||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030299|320030299|840320030299|RWS|Permanent|0299|Liberty High School|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.987908|-115.148850||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030299|320030299|840320030299|O3|Permanent|0299|Liberty High School|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.987908|-115.148850||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030299|320030299|840320030299|PM2.5|Permanent|0299|Liberty High School|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.987908|-115.148850||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|O3|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|PM2.5|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|PM10|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|NO2|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|CO|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|RHUM|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|PMC|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|NOY|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|TEMP|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|BARPR|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|SRAD|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|NO|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|SO2|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|RWD|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030540|320030540|840320030540|RWS|Permanent|0540|Jerome Mack|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.141875|-115.078742|538.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030561|320030561|840320030561|RWD|Permanent|0561|Sunrise Acres|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.163962|-115.113930|564.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030561|320030561|840320030561|RWS|Permanent|0561|Sunrise Acres|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.163962|-115.113930|564.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030561|320030561|840320030561|PM2.5|Permanent|0561|Sunrise Acres|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.163962|-115.113930|564.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030561|320030561|840320030561|PM10|Permanent|0561|Sunrise Acres|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.163962|-115.113930|564.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030561|320030561|840320030561|NO2|Permanent|0561|Sunrise Acres|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.163962|-115.113930|564.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030561|320030561|840320030561|TEMP|Permanent|0561|Sunrise Acres|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.163962|-115.113930|564.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030561|320030561|840320030561|CO|Permanent|0561|Sunrise Acres|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.163962|-115.113930|564.300|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030602|320030602|840320030602|O3|Permanent|0602|Garrett Jr. High|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.969848|-114.835007|713.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030602|320030602|840320030602|PM2.5|Permanent|0602|Garrett Jr. High|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.969848|-114.835007|713.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030602|320030602|840320030602|PM10|Permanent|0602|Garrett Jr. High|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.969848|-114.835007|713.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030602|320030602|840320030602|TEMP|Permanent|0602|Garrett Jr. High|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.969848|-114.835007|713.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030602|320030602|840320030602|RWD|Permanent|0602|Garrett Jr. High|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.969848|-114.835007|713.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320030602|320030602|840320030602|RWS|Permanent|0602|Garrett Jr. High|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.969848|-114.835007|713.400|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320031019|320031019|840320031019|RWS|Permanent|1019|Jean|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.785665|-115.357087|925.100|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320031019|320031019|840320031019|O3|Permanent|1019|Jean|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.785665|-115.357087|925.100|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320031019|320031019|840320031019|PM2.5|Permanent|1019|Jean|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.785665|-115.357087|925.100|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320031019|320031019|840320031019|PM10|Permanent|1019|Jean|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.785665|-115.357087|925.100|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320031019|320031019|840320031019|TEMP|Permanent|1019|Jean|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.785665|-115.357087|925.100|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320031019|320031019|840320031019|RWD|Permanent|1019|Jean|Active|NV1|Clark County Department of Environment and Sustainability |R9|35.785665|-115.357087|925.100|-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320031501|320031501|840320031501|RWD|Permanent|1501|RT|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.139707|-115.175654||-8.00|US|||32|NV|003|CLARK +320031501|320031501|840320031501|RWS|Permanent|1501|RT|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.139707|-115.175654||-8.00|US|||32|NV|003|CLARK +320031501|320031501|840320031501|PM2.5|Permanent|1501|RT|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.139707|-115.175654||-8.00|US|||32|NV|003|CLARK +320031501|320031501|840320031501|NO2|Permanent|1501|RT|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.139707|-115.175654||-8.00|US|||32|NV|003|CLARK +320031501|320031501|840320031501|CO|Permanent|1501|RT|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.139707|-115.175654||-8.00|US|||32|NV|003|CLARK +320031501|320031501|840320031501|TEMP|Permanent|1501|RT|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.139707|-115.175654||-8.00|US|||32|NV|003|CLARK +320031502|320031502|840320031502|TEMP|Permanent|1502|Casino Center|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.174365|-115.139770|613.400|-8.00|US|||32|NV|003|CLARK +320031502|320031502|840320031502|RWD|Permanent|1502|Casino Center|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.174365|-115.139770|613.400|-8.00|US|||32|NV|003|CLARK +320031502|320031502|840320031502|RWS|Permanent|1502|Casino Center|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.174365|-115.139770|613.400|-8.00|US|||32|NV|003|CLARK +320031502|320031502|840320031502|PM2.5|Permanent|1502|Casino Center|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.174365|-115.139770|613.400|-8.00|US|||32|NV|003|CLARK +320031502|320031502|840320031502|PM10|Permanent|1502|Casino Center|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.174365|-115.139770|613.400|-8.00|US|||32|NV|003|CLARK +320031502|320031502|840320031502|NO2|Permanent|1502|Casino Center|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.174365|-115.139770|613.400|-8.00|US|||32|NV|003|CLARK +320031502|320031502|840320031502|CO|Permanent|1502|Casino Center|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.174365|-115.139770|613.400|-8.00|US|||32|NV|003|CLARK +320032003|320032003|840320032003|RWS|Permanent|2003|Walnut Rec.|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.214465|-115.091437||-8.00|US|||32|NV|003|CLARK +320032003|320032003|840320032003|O3|Permanent|2003|Walnut Rec.|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.214465|-115.091437||-8.00|US|||32|NV|003|CLARK +320032003|320032003|840320032003|PM2.5|Permanent|2003|Walnut Rec.|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.214465|-115.091437||-8.00|US|||32|NV|003|CLARK +320032003|320032003|840320032003|PM10|Permanent|2003|Walnut Rec.|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.214465|-115.091437||-8.00|US|||32|NV|003|CLARK +320032003|320032003|840320032003|NO2|Permanent|2003|Walnut Rec.|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.214465|-115.091437||-8.00|US|||32|NV|003|CLARK +320032003|320032003|840320032003|CO|Permanent|2003|Walnut Rec.|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.214465|-115.091437||-8.00|US|||32|NV|003|CLARK +320032003|320032003|840320032003|TEMP|Permanent|2003|Walnut Rec.|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.214465|-115.091437||-8.00|US|||32|NV|003|CLARK +320032003|320032003|840320032003|RWD|Permanent|2003|Walnut Rec.|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.214465|-115.091437||-8.00|US|||32|NV|003|CLARK +320037771|320037771|840320037771|O3|Permanent|7771|Spring Mountain Youth Camp|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.318409|-115.584076|2440.000|-8.00|US|||32|NV|003|CLARK +320037772|320037772|840320037772|O3|Permanent|7772|Indian Springs|Active|NV1|Clark County Department of Environment and Sustainability |R9|36.569333|-115.676651||-8.00|US|29820| Las Vegas-Paradise, NV |32|NV|003|CLARK +320038000|320038000|840320038000|RWS|Permanent|8000|Las Vegas Paiute|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.357778|-115.361389|928.700|-8.00|US|||32|NV|003|CLARK +320038000|320038000|840320038000|O3|Permanent|8000|Las Vegas Paiute|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.357778|-115.361389|928.700|-8.00|US|||32|NV|003|CLARK +320038000|320038000|840320038000|PM2.5|Permanent|8000|Las Vegas Paiute|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.357778|-115.361389|928.700|-8.00|US|||32|NV|003|CLARK +320038000|320038000|840320038000|PM10|Permanent|8000|Las Vegas Paiute|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.357778|-115.361389|928.700|-8.00|US|||32|NV|003|CLARK +320038000|320038000|840320038000|TEMP|Permanent|8000|Las Vegas Paiute|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.357778|-115.361389|928.700|-8.00|US|||32|NV|003|CLARK +320038000|320038000|840320038000|RWD|Permanent|8000|Las Vegas Paiute|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|36.357778|-115.361389|928.700|-8.00|US|||32|NV|003|CLARK +840320039994|320039994|840320039994|O3|Permanent|9994|N/A|Inactive|NV1|Clark County Department of Environment and Sustainability |R9|36.085134|-115.204796||-8.00|US|||32|NV|003|CLARK +320050007|320050007|840320050007|PM2.5|Permanent|0007|Ranchos|Active|NV3|Nevada Division of Environmental Protection|R9|38.897611|-119.732101|1489.900|-8.00|US|||32|NV|005|DOUGLAS +320050009|320050009|840320050009|CO|Permanent|0009|Stateline - Harveys Resort|Inactive|CA8|California Air Resources Board|R9|38.960602|-119.941399|1906.300|-8.00|US|23820| Gardnerville Ranchos, NV |32|NV|005|DOUGLAS +84032005TRP1|32005TRP1|84032005TRP1|PM2.5|Permanent|TRP1|TRPA Office|Active|TRP|Tahoe Regional Planning Agency|R9|38.966434|-119.931016||-8.00|US|||32|NV|005|DOUGLAS +320070005|320070005|840320070005|PM10|Permanent|0005|Elko|Active|NV3|Nevada Division of Environmental Protection|R9|40.838329|-115.766003|1560.100|-8.00|US|||32|NV|007|ELKO +320190006|320190006|840320190006|O3|Permanent|0006|Fernley|Active|NV3|Nevada Division of Environmental Protection|R9|39.602739|-119.247853|1273.400|-8.00|US|||32|NV|019|LYON +320192012|320192012|840320192012|TEMP|Permanent|2012|YPT Campbell Ranch|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.063033|-119.204400|1332.200|-8.00|US|||32|NV|019|LYON +320192012|320192012|840320192012|RHUM|Permanent|2012|YPT Campbell Ranch|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.063033|-119.204400|1332.200|-8.00|US|||32|NV|019|LYON +320192012|320192012|840320192012|BARPR|Permanent|2012|YPT Campbell Ranch|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.063033|-119.204400|1332.200|-8.00|US|||32|NV|019|LYON +320192012|320192012|840320192012|PRECIP|Permanent|2012|YPT Campbell Ranch|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.063033|-119.204400|1332.200|-8.00|US|||32|NV|019|LYON +320192012|320192012|840320192012|PM10|Permanent|2012|YPT Campbell Ranch|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.063033|-119.204400|1332.200|-8.00|US|||32|NV|019|LYON +320211017|320211017|840320211017|PM2.5|Permanent|1017|Walker River Paiute Tribe-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|38.951900|-118.814400|1281.000|-8.00|US|||32|NV|021|MINERAL +320211017|320211017|840320211017|PM10|Permanent|1017|Walker River Paiute Tribe-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|38.951900|-118.814400|1281.000|-8.00|US|||32|NV|021|MINERAL +320211017|320211017|840320211017|RWS|Permanent|1017|Walker River Paiute Tribe-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|38.951900|-118.814400|1281.000|-8.00|US|||32|NV|021|MINERAL +320211017|320211017|840320211017|TEMP|Permanent|1017|Walker River Paiute Tribe-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|38.951900|-118.814400|1281.000|-8.00|US|||32|NV|021|MINERAL +320211017|320211017|840320211017|RHUM|Permanent|1017|Walker River Paiute Tribe-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|38.951900|-118.814400|1281.000|-8.00|US|||32|NV|021|MINERAL +320211017|320211017|840320211017|BARPR|Permanent|1017|Walker River Paiute Tribe-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|38.951900|-118.814400|1281.000|-8.00|US|||32|NV|021|MINERAL +320211017|320211017|840320211017|SRAD|Permanent|1017|Walker River Paiute Tribe-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|38.951900|-118.814400|1281.000|-8.00|US|||32|NV|021|MINERAL +320211017|320211017|840320211017|PRECIP|Permanent|1017|Walker River Paiute Tribe-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|38.951900|-118.814400|1281.000|-8.00|US|||32|NV|021|MINERAL +320211017|320211017|840320211017|RWD|Permanent|1017|Walker River Paiute Tribe-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|38.951900|-118.814400|1281.000|-8.00|US|||32|NV|021|MINERAL +320230011|320230011|840320230011|PM10|Permanent|0011|Linda|Active|NV3|Nevada Division of Environmental Protection|R9|36.349378|-116.031970||-8.00|US|||32|NV|023|NYE +320230013|320230013|840320230013|PM10|Permanent|0013|Church|Active|NV3|Nevada Division of Environmental Protection|R9|36.159639|-115.996263||-8.00|US|||32|NV|023|NYE +320230014|320230014|840320230014|PM10|Permanent|0014|Manse|Active|NV3|Nevada Division of Environmental Protection|R9|36.212787|-115.994802||-8.00|US|||32|NV|023|NYE +320230015|320230015|840320230015|PM10|Permanent|0015|Glen Oaks|Active|NV3|Nevada Division of Environmental Protection|R9|36.193469|-116.007584||-8.00|US|||32|NV|023|NYE +320310016|320310016|840320310016|NO2|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|CO|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|TEMP|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|WS|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|WD|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|O3|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|PM2.5|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|PM10|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|RWD|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|RWS|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|PMC|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|SO2|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|NOY|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|NO2Y|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|RHUM|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|NOX|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310016|320310016|840320310016|NO|Permanent|0016|Reno3|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.525070|-119.807744||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310020|320310020|840320310020|WS|Permanent|0020|South Reno|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.469225|-119.775393||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310020|320310020|840320310020|WD|Permanent|0020|South Reno|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.469225|-119.775393||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310020|320310020|840320310020|O3|Permanent|0020|South Reno|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.469225|-119.775393||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310020|320310020|840320310020|TEMP|Permanent|0020|South Reno|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.469225|-119.775393||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310022|320310022|840320310022|WS|Permanent|0022|Galletti|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.532000|-119.785000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310022|320310022|840320310022|WD|Permanent|0022|Galletti|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.532000|-119.785000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310022|320310022|840320310022|PMC|Permanent|0022|Galletti|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.532000|-119.785000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310022|320310022|840320310022|PM2.5|Permanent|0022|Galletti|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.532000|-119.785000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310022|320310022|840320310022|PM10|Permanent|0022|Galletti|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.532000|-119.785000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310022|320310022|840320310022|CO|Permanent|0022|Galletti|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.532000|-119.785000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310022|320310022|840320310022|TEMP|Permanent|0022|Galletti|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.532000|-119.785000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310025|320310025|840320310025|WS|Permanent|0025|Toll|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.399841|-119.739606||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310025|320310025|840320310025|WD|Permanent|0025|Toll|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.399841|-119.739606||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310025|320310025|840320310025|PMC|Permanent|0025|Toll|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.399841|-119.739606||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310025|320310025|840320310025|O3|Permanent|0025|Toll|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.399841|-119.739606||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310025|320310025|840320310025|PM2.5|Permanent|0025|Toll|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.399841|-119.739606||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310025|320310025|840320310025|PM10|Permanent|0025|Toll|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.399841|-119.739606||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310025|320310025|840320310025|TEMP|Permanent|0025|Toll|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.399841|-119.739606||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310030|320310030|840320310030|TEMP|Permanent|0030|Plumb-Kit|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.506000|-119.789000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310030|320310030|840320310030|WS|Permanent|0030|Plumb-Kit|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.506000|-119.789000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310030|320310030|840320310030|WD|Permanent|0030|Plumb-Kit|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.506000|-119.789000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320310030|320310030|840320310030|PM10|Permanent|0030|Plumb-Kit|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.506000|-119.789000||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|NOX|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|NO|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|RWD|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|RWS|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|CO|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|SO2|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|NOY|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|NO2Y|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|TEMP|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|WS|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|O3|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|PM2.5|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|PM10|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|NO2|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|PMC|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|WD|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +840320310031|320310031|840320310031|RHUM|Permanent|0031|Reno4|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.521918|-119.795444||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311005|320311005|840320311005|PM2.5|Permanent|1005|Sparks|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.540920|-119.746764||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311005|320311005|840320311005|PM10|Permanent|1005|Sparks|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.540920|-119.746764||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311005|320311005|840320311005|CO|Permanent|1005|Sparks|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.540920|-119.746764||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311005|320311005|840320311005|PMC|Permanent|1005|Sparks|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.540920|-119.746764||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311005|320311005|840320311005|O3|Permanent|1005|Sparks|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.540920|-119.746764||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311007|320311007|840320311007|PM10|Permanent|1007|Spanish Springs|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.621462|-119.718738|1368.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311007|320311007|840320311007|TEMP|Permanent|1007|Spanish Springs|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.621462|-119.718738|1368.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311007|320311007|840320311007|WS|Permanent|1007|Spanish Springs|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.621462|-119.718738|1368.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311007|320311007|840320311007|WD|Permanent|1007|Spanish Springs|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.621462|-119.718738|1368.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311007|320311007|840320311007|PMC|Permanent|1007|Spanish Springs|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.621462|-119.718738|1368.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311007|320311007|840320311007|O3|Permanent|1007|Spanish Springs|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.621462|-119.718738|1368.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311007|320311007|840320311007|PM2.5|Permanent|1007|Spanish Springs|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.621462|-119.718738|1368.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311026|320311026|840320311026|SRAD|Permanent|1026|Wadsworth-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.636700|-119.288900|1239.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311026|320311026|840320311026|PRECIP|Permanent|1026|Wadsworth-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.636700|-119.288900|1239.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311026|320311026|840320311026|DEWPOINT|Permanent|1026|Wadsworth-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.636700|-119.288900|1239.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311026|320311026|840320311026|RWD|Permanent|1026|Wadsworth-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.636700|-119.288900|1239.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311026|320311026|840320311026|RWS|Permanent|1026|Wadsworth-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.636700|-119.288900|1239.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311026|320311026|840320311026|PM10|Permanent|1026|Wadsworth-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.636700|-119.288900|1239.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311026|320311026|840320311026|TEMP|Permanent|1026|Wadsworth-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.636700|-119.288900|1239.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311026|320311026|840320311026|RHUM|Permanent|1026|Wadsworth-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.636700|-119.288900|1239.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320311026|320311026|840320311026|BARPR|Permanent|1026|Wadsworth-NV|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.636700|-119.288900|1239.800|-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320312002|320312002|840320312002|O3|Permanent|2002|Incline|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.250437|-119.956741||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320312009|320312009|840320312009|O3|Permanent|2009|Lemmon Valley|Active|NV2|Washoe County Health District Air Quality Management Division|R9|39.645288|-119.840051||-8.00|US|39900| Reno-Sparks, NV |32|NV|031|WASHOE +320312010|320312010|840320312010|PM2.5|Permanent|2010|RSIC Hungry Valley|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.716944|-119.749389|1501.800|-8.00|US|||32|NV|031|WASHOE +320312010|320312010|840320312010|PM10|Permanent|2010|RSIC Hungry Valley|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|39.716944|-119.749389|1501.800|-8.00|US|||32|NV|031|WASHOE +320330101|320330101|840320330101|RHUM|Permanent|0101|Great Basin NP|Active|NPS|National Park Service|USEPA|39.005300|-114.215800|2060.900|-8.00|US|||32|NV|033|WHITE PINE +320330101|320330101|840320330101|SRAD|Permanent|0101|Great Basin NP|Active|NPS|National Park Service|USEPA|39.005300|-114.215800|2060.900|-8.00|US|||32|NV|033|WHITE PINE +320330101|320330101|840320330101|PRECIP|Permanent|0101|Great Basin NP|Active|NPS|National Park Service|USEPA|39.005300|-114.215800|2060.900|-8.00|US|||32|NV|033|WHITE PINE +320330101|320330101|840320330101|RWD|Permanent|0101|Great Basin NP|Active|NPS|National Park Service|USEPA|39.005300|-114.215800|2060.900|-8.00|US|||32|NV|033|WHITE PINE +320330101|320330101|840320330101|RWS|Permanent|0101|Great Basin NP|Active|NPS|National Park Service|USEPA|39.005300|-114.215800|2060.900|-8.00|US|||32|NV|033|WHITE PINE +320330101|320330101|840320330101|O3|Permanent|0101|Great Basin NP|Active|NPS|National Park Service|USEPA|39.005300|-114.215800|2060.900|-8.00|US|||32|NV|033|WHITE PINE +320330101|320330101|840320330101|TEMP|Permanent|0101|Great Basin NP|Active|NPS|National Park Service|USEPA|39.005300|-114.215800|2060.900|-8.00|US|||32|NV|033|WHITE PINE +320330101|320330101|840320330101|WS|Permanent|0101|Great Basin NP|Active|NPS|National Park Service|USEPA|39.005300|-114.215800|2060.900|-8.00|US|||32|NV|033|WHITE PINE +320330101|320330101|840320330101|WD|Permanent|0101|Great Basin NP|Active|NPS|National Park Service|USEPA|39.005300|-114.215800|2060.900|-8.00|US|||32|NV|033|WHITE PINE +325100020|325100020|840325100020|O3|Permanent|0020|CC_Armory|Active|NV3|Nevada Division of Environmental Protection|R9|39.144804|-119.766409|1428.900|-8.00|US|||32|NV|510|CARSON CITY +325100020|325100020|840325100020|PM2.5|Permanent|0020|CC_Armory|Active|NV3|Nevada Division of Environmental Protection|R9|39.144804|-119.766409|1428.900|-8.00|US|||32|NV|510|CARSON CITY +330012004|330012004|840330012004|O3|Permanent|2004|Laconia|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.566122|-71.496335|220.800|-5.00|US|29060| Laconia, NH |33|NH|001|BELKNAP +330012004|330012004|840330012004|PM2.5|Permanent|2004|Laconia|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.566122|-71.496335|220.800|-5.00|US|29060| Laconia, NH |33|NH|001|BELKNAP +330012004|330012004|840330012004|TEMP|Permanent|2004|Laconia|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.566122|-71.496335|220.800|-5.00|US|29060| Laconia, NH |33|NH|001|BELKNAP +330012004|330012004|840330012004|RWD|Permanent|2004|Laconia|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.566122|-71.496335|220.800|-5.00|US|29060| Laconia, NH |33|NH|001|BELKNAP +330012004|330012004|840330012004|RWS|Permanent|2004|Laconia|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.566122|-71.496335|220.800|-5.00|US|29060| Laconia, NH |33|NH|001|BELKNAP +330012005|330012005|840330012005|PM2.5|Permanent|2005|Laconia Wyatt Park|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|43.520844|-71.466609||-5.00|US|29060| Laconia, NH |33|NH|001|BELKNAP +330012005|330012005|840330012005|TEMP|Permanent|2005|Laconia Wyatt Park|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|43.520844|-71.466609||-5.00|US|29060| Laconia, NH |33|NH|001|BELKNAP +330012005|330012005|840330012005|RWD|Permanent|2005|Laconia Wyatt Park|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|43.520844|-71.466609||-5.00|US|29060| Laconia, NH |33|NH|001|BELKNAP +330012005|330012005|840330012005|RWS|Permanent|2005|Laconia Wyatt Park|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|43.520844|-71.466609||-5.00|US|29060| Laconia, NH |33|NH|001|BELKNAP +330050007|330050007|840330050007|O3|Permanent|0007|Keene|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.930521|-72.272332|152.800|-5.00|US|28300| Keene, NH |33|NH|005|CHESHIRE +330050007|330050007|840330050007|PM2.5|Permanent|0007|Keene|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.930521|-72.272332|152.800|-5.00|US|28300| Keene, NH |33|NH|005|CHESHIRE +330050007|330050007|840330050007|TEMP|Permanent|0007|Keene|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.930521|-72.272332|152.800|-5.00|US|28300| Keene, NH |33|NH|005|CHESHIRE +330050007|330050007|840330050007|RWD|Permanent|0007|Keene|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.930521|-72.272332|152.800|-5.00|US|28300| Keene, NH |33|NH|005|CHESHIRE +330050007|330050007|840330050007|RWS|Permanent|0007|Keene|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.930521|-72.272332|152.800|-5.00|US|28300| Keene, NH |33|NH|005|CHESHIRE +330074001|330074001|840330074001|O3|Permanent|4001|SUMMIT|Active|NH1|New Hampshire Dept. of Environmental Services|R1|44.270093|-71.303821|1917.800|-5.00|US|13620| Berlin, NH-VT |33|NH|007|COOS +330074002|330074002|840330074002|O3|Permanent|4002|Mt. Washington base|Active|NH1|New Hampshire Dept. of Environmental Services|R1|44.308132|-71.217639|451.100|-5.00|US|13620| Berlin, NH-VT |33|NH|007|COOS +330074002|330074002|840330074002|TEMP|Permanent|4002|Mt. Washington base|Active|NH1|New Hampshire Dept. of Environmental Services|R1|44.308132|-71.217639|451.100|-5.00|US|13620| Berlin, NH-VT |33|NH|007|COOS +330090010|330090010|840330090010|PM2.5|Permanent|0010|Lebanon|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.629605|-72.309499|178.100|-5.00|US|30100| Lebanon, NH-VT |33|NH|009|GRAFTON +330090010|330090010|840330090010|PM10|Permanent|0010|Lebanon|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.629605|-72.309499|178.100|-5.00|US|30100| Lebanon, NH-VT |33|NH|009|GRAFTON +330090010|330090010|840330090010|TEMP|Permanent|0010|Lebanon|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.629605|-72.309499|178.100|-5.00|US|30100| Lebanon, NH-VT |33|NH|009|GRAFTON +330090010|330090010|840330090010|RWD|Permanent|0010|Lebanon|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.629605|-72.309499|178.100|-5.00|US|30100| Lebanon, NH-VT |33|NH|009|GRAFTON +330090010|330090010|840330090010|RWS|Permanent|0010|Lebanon|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.629605|-72.309499|178.100|-5.00|US|30100| Lebanon, NH-VT |33|NH|009|GRAFTON +330090010|330090010|840330090010|O3|Permanent|0010|Lebanon|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.629605|-72.309499|178.100|-5.00|US|30100| Lebanon, NH-VT |33|NH|009|GRAFTON +330093002|330093002|840330093002|PM2.5|Permanent|3002|Plymouth Green St.|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|43.756810|-71.686380||-5.00|US|||33|NH|009|GRAFTON +330093002|330093002|840330093002|TEMP|Permanent|3002|Plymouth Green St.|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|43.756810|-71.686380||-5.00|US|||33|NH|009|GRAFTON +330093002|330093002|840330093002|RWD|Permanent|3002|Plymouth Green St.|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|43.756810|-71.686380||-5.00|US|||33|NH|009|GRAFTON +330093002|330093002|840330093002|RWS|Permanent|3002|Plymouth Green St.|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|43.756810|-71.686380||-5.00|US|||33|NH|009|GRAFTON +330099991|330099991|840330099991|O3|Permanent|9991|Woodstock|Active|OAP|EPA Office of Atmospheric Programs|R3|43.945000|-71.700800|258.000|-5.00|US|30100| Lebanon, NH-VT |33|NH|009|GRAFTON +330099991|330099991|840330099991|TEMP|Permanent|9991|Woodstock|Active|OAP|EPA Office of Atmospheric Programs|R3|43.945000|-71.700800|258.000|-5.00|US|30100| Lebanon, NH-VT |33|NH|009|GRAFTON +330110020|330110020|840330110020|O3|Permanent|0020|Manchester|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|42.995300|-71.462799|84.200|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330110020|330110020|840330110020|PM2.5|Permanent|0020|Manchester|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|42.995300|-71.462799|84.200|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330110020|330110020|840330110020|SO2|Permanent|0020|Manchester|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|42.995300|-71.462799|84.200|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330110020|330110020|840330110020|TEMP|Permanent|0020|Manchester|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|42.995300|-71.462799|84.200|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330110020|330110020|840330110020|WS|Permanent|0020|Manchester|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|42.995300|-71.462799|84.200|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330110020|330110020|840330110020|WD|Permanent|0020|Manchester|Inactive|NH1|New Hampshire Dept. of Environmental Services|R1|42.995300|-71.462799|84.200|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330111011|330111011|840330111011|RWD|Permanent|1011|Nashua - Gilson Rd.|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.718653|-71.522416|87.500|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330111011|330111011|840330111011|RWS|Permanent|1011|Nashua - Gilson Rd.|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.718653|-71.522416|87.500|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330111011|330111011|840330111011|O3|Permanent|1011|Nashua - Gilson Rd.|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.718653|-71.522416|87.500|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330111011|330111011|840330111011|TEMP|Permanent|1011|Nashua - Gilson Rd.|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.718653|-71.522416|87.500|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|O3|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|PM2.5|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|BARPR|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|RWD|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|RWS|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|PMC|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|PM10|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|CO|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|SO2|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|NOY|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|TEMP|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330115001|330115001|840330115001|RHUM|Permanent|5001|Miller State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.861830|-71.878626|697.800|-5.00|US|31700| Manchester-Nashua, NH |33|NH|011|HILLSBOROUGH +330131006|330131006|840330131006|SO2|Permanent|1006|Pembroke Exchange St|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.132460|-71.458246|30.500|-5.00|US|||33|NH|013|MERRIMACK +330131006|330131006|840330131006|TEMP|Permanent|1006|Pembroke Exchange St|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.132460|-71.458246|30.500|-5.00|US|||33|NH|013|MERRIMACK +330131006|330131006|840330131006|RWD|Permanent|1006|Pembroke Exchange St|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.132460|-71.458246|30.500|-5.00|US|||33|NH|013|MERRIMACK +330131006|330131006|840330131006|RWS|Permanent|1006|Pembroke Exchange St|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.132460|-71.458246|30.500|-5.00|US|||33|NH|013|MERRIMACK +330131007|330131007|840330131007|O3|Permanent|1007|Concord|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.218470|-71.514525|110.400|-5.00|US|18180| Concord, NH |33|NH|013|MERRIMACK +330131007|330131007|840330131007|TEMP|Permanent|1007|Concord|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.218470|-71.514525|110.400|-5.00|US|18180| Concord, NH |33|NH|013|MERRIMACK +330131007|330131007|840330131007|RWD|Permanent|1007|Concord|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.218470|-71.514525|110.400|-5.00|US|18180| Concord, NH |33|NH|013|MERRIMACK +330131007|330131007|840330131007|RWS|Permanent|1007|Concord|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.218470|-71.514525|110.400|-5.00|US|18180| Concord, NH |33|NH|013|MERRIMACK +330150014|330150014|840330150014|SO2|Permanent|0014|Portsmouth|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.075371|-70.748017|4.000|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150014|330150014|840330150014|RWD|Permanent|0014|Portsmouth|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.075371|-70.748017|4.000|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150014|330150014|840330150014|RWS|Permanent|0014|Portsmouth|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.075371|-70.748017|4.000|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150014|330150014|840330150014|PMC|Permanent|0014|Portsmouth|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.075371|-70.748017|4.000|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150014|330150014|840330150014|O3|Permanent|0014|Portsmouth|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.075371|-70.748017|4.000|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150014|330150014|840330150014|PM2.5|Permanent|0014|Portsmouth|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.075371|-70.748017|4.000|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150014|330150014|840330150014|PM10|Permanent|0014|Portsmouth|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.075371|-70.748017|4.000|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150014|330150014|840330150014|TEMP|Permanent|0014|Portsmouth|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.075371|-70.748017|4.000|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150016|330150016|840330150016|O3|Permanent|0016|Odiorne State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.045269|-70.713958|11.600|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150016|330150016|840330150016|TEMP|Permanent|0016|Odiorne State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.045269|-70.713958|11.600|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150016|330150016|840330150016|RWD|Permanent|0016|Odiorne State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.045269|-70.713958|11.600|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150016|330150016|840330150016|RWS|Permanent|0016|Odiorne State Park|Active|NH1|New Hampshire Dept. of Environmental Services|R1|43.045269|-70.713958|11.600|-5.00|US|14460| Boston-Cambridge-Quincy, MA-NH |33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|PMC|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|SO2|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|NOY|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|TEMP|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|RWS|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|O3|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|RHUM|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|PM2.5|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|PM10|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|CO|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|BARPR|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +330150018|330150018|840330150018|RWD|Permanent|0018|Londonderry - Moose Hill|Active|NH1|New Hampshire Dept. of Environmental Services|R1|42.862531|-71.380140|123.800|-5.00|US|||33|NH|015|ROCKINGHAM +340010006|340010006|840340010006|SO2|Permanent|0006|Brigantine|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.464870|-74.448738|4.900|-5.00|US|12100| Atlantic City, NJ |34|NJ|001|ATLANTIC +340010006|340010006|840340010006|O3|Permanent|0006|Brigantine|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.464870|-74.448738|4.900|-5.00|US|12100| Atlantic City, NJ |34|NJ|001|ATLANTIC +340010006|340010006|840340010006|PM2.5|Permanent|0006|Brigantine|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.464870|-74.448738|4.900|-5.00|US|12100| Atlantic City, NJ |34|NJ|001|ATLANTIC +340030004|340030004|840340030004|PM2.5|Permanent|0004|Fort Lee|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.854401|-73.968300||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030004|340030004|840340030004|CO|Permanent|0004|Fort Lee|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.854401|-73.968300||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030006|340030006|840340030006|O3|Permanent|0006|Leonia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.870438|-73.991997|0.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|PM2.5|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|NO2|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|CO|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|TEMP|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|WS|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|WD|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|RHUM|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|BARPR|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|NOX|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340030010|340030010|840340030010|NO|Permanent|0010|Fort Lee Near Road|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.853550|-73.966100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|003|BERGEN +340035001|340035001|840340035001|CO|Permanent|5001|Hackensack|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.882374|-74.042175|1.800|-5.00|US|||34|NJ|003|BERGEN +340035001|340035001|840340035001|SO2|Permanent|5001|Hackensack|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.882374|-74.042175|1.800|-5.00|US|||34|NJ|003|BERGEN +340051001|340051001|840340051001|CO|Permanent|1001|Burlington|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|0.000000|-74.857697||-5.00|US|||34|NJ|005|BURLINGTON +340051001|340051001|840340051001|SO2|Permanent|1001|Burlington|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|0.000000|-74.857697||-5.00|US|||34|NJ|005|BURLINGTON +340070002|340070002|840340070002|O3|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|WD|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|RHUM|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|BARPR|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|NOX|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|NO|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|PM2.5|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|NO2|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|CO|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|SO2|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|TEMP|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070002|340070002|840340070002|WS|Permanent|0002|Camden Spruce St|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.934446|-75.125291|1.200|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340070003|340070003|840340070003|SO2|Permanent|0003|Camden|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|39.922800|-75.097600||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340071001|340071001|840340071001|O3|Permanent|1001|Ancora State Hosptial|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.684250|-74.861488|32.900|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340071001|340071001|840340071001|CO|Permanent|1001|Ancora State Hosptial|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.684250|-74.861488|32.900|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340071001|340071001|840340071001|SO2|Permanent|1001|Ancora State Hosptial|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.684250|-74.861488|32.900|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|007|CAMDEN +340110007|340110007|840340110007|PM2.5|Permanent|0007|Millville|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.422272|-75.025200|22.000|-5.00|US|47220| Vineland-Millville-Bridgeton, NJ |34|NJ|011|CUMBERLAND +340110007|340110007|840340110007|NO2|Permanent|0007|Millville|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.422272|-75.025200|22.000|-5.00|US|47220| Vineland-Millville-Bridgeton, NJ |34|NJ|011|CUMBERLAND +340110007|340110007|840340110007|NOX|Permanent|0007|Millville|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.422272|-75.025200|22.000|-5.00|US|47220| Vineland-Millville-Bridgeton, NJ |34|NJ|011|CUMBERLAND +340110007|340110007|840340110007|NO|Permanent|0007|Millville|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.422272|-75.025200|22.000|-5.00|US|47220| Vineland-Millville-Bridgeton, NJ |34|NJ|011|CUMBERLAND +340110007|340110007|840340110007|O3|Permanent|0007|Millville|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.422272|-75.025200|22.000|-5.00|US|47220| Vineland-Millville-Bridgeton, NJ |34|NJ|011|CUMBERLAND +340130003|340130003|840340130003|SO2|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|TEMP|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|WS|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|WD|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|O3|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|CO|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|RHUM|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|PM2.5|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|BARPR|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|SRAD|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|NOX|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|NO|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340130003|340130003|840340130003|NO2|Permanent|0003|Newark Firehouse|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.720989|-74.192894|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340131003|340131003|840340131003|NO2|Permanent|1003|East Orange|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.757500|-74.200500|47.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340131003|340131003|840340131003|CO|Permanent|1003|East Orange|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.757500|-74.200500|47.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340131003|340131003|840340131003|TEMP|Permanent|1003|East Orange|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.757500|-74.200500|47.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340131003|340131003|840340131003|WS|Permanent|1003|East Orange|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.757500|-74.200500|47.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340131003|340131003|840340131003|WD|Permanent|1003|East Orange|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.757500|-74.200500|47.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340131003|340131003|840340131003|RHUM|Permanent|1003|East Orange|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.757500|-74.200500|47.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340131003|340131003|840340131003|BARPR|Permanent|1003|East Orange|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.757500|-74.200500|47.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340131003|340131003|840340131003|NOX|Permanent|1003|East Orange|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.757500|-74.200500|47.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340131003|340131003|840340131003|NO|Permanent|1003|East Orange|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.757500|-74.200500|47.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|013|ESSEX +340150002|340150002|840340150002|SO2|Permanent|0002|Clarksboro|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.800339|-75.212120|11.900|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|015|GLOUCESTER +340150002|340150002|840340150002|O3|Permanent|0002|Clarksboro|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.800339|-75.212120|11.900|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |34|NJ|015|GLOUCESTER +340170006|340170006|840340170006|WS|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340170006|340170006|840340170006|WD|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340170006|340170006|840340170006|RHUM|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340170006|340170006|840340170006|BARPR|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340170006|340170006|840340170006|NOX|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340170006|340170006|840340170006|NO|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340170006|340170006|840340170006|O3|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340170006|340170006|840340170006|NO2|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340170006|340170006|840340170006|SO2|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340170006|340170006|840340170006|TEMP|Permanent|0006|Bayonne|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.670250|-74.126083|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340171002|340171002|840340171002|NO|Permanent|1002|Jersey City|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.731689|-74.066566|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340171002|340171002|840340171002|NO2|Permanent|1002|Jersey City|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.731689|-74.066566|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340171002|340171002|840340171002|CO|Permanent|1002|Jersey City|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.731689|-74.066566|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340171002|340171002|840340171002|SO2|Permanent|1002|Jersey City|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.731689|-74.066566|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340171002|340171002|840340171002|NOX|Permanent|1002|Jersey City|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.731689|-74.066566|26.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340171003|340171003|840340171003|PM2.5|Permanent|1003|Jersey City FH|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.725452|-74.052292|5.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|017|HUDSON +340190001|340190001|840340190001|O3|Permanent|0001|Flemington|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.515251|-74.806755|44.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|019|HUNTERDON +340190001|340190001|840340190001|PM2.5|Permanent|0001|Flemington|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.515251|-74.806755|44.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|019|HUNTERDON +340190001|340190001|840340190001|TEMP|Permanent|0001|Flemington|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.515251|-74.806755|44.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|019|HUNTERDON +340190001|340190001|840340190001|WS|Permanent|0001|Flemington|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.515251|-74.806755|44.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|019|HUNTERDON +340190001|340190001|840340190001|WD|Permanent|0001|Flemington|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.515251|-74.806755|44.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|019|HUNTERDON +340190001|340190001|840340190001|RHUM|Permanent|0001|Flemington|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.515251|-74.806755|44.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|019|HUNTERDON +340190001|340190001|840340190001|BARPR|Permanent|0001|Flemington|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.515251|-74.806755|44.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|019|HUNTERDON +340210005|340210005|840340210005|WD|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340210005|340210005|840340210005|NO|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340210005|340210005|840340210005|O3|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340210005|340210005|840340210005|PM2.5|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340210005|340210005|840340210005|NO2|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340210005|340210005|840340210005|TEMP|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340210005|340210005|840340210005|WS|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340210005|340210005|840340210005|RHUM|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340210005|340210005|840340210005|BARPR|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340210005|340210005|840340210005|NOX|Permanent|0005|Rider University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.283092|-74.742645|29.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +840340210008|340210008|840340210008|PM2.5|Permanent|0008|Trenton|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.222421|-74.763167|14.900|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340219991|340219991|840340219991|O3|Permanent|9991|Wash. Crossing|Active|OAP|EPA Office of Atmospheric Programs|R3|40.312500|-74.872900|61.000|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340219991|340219991|840340219991|TEMP|Permanent|9991|Wash. Crossing|Active|OAP|EPA Office of Atmospheric Programs|R3|40.312500|-74.872900|61.000|-5.00|US|45940| Trenton-Ewing, NJ |34|NJ|021|MERCER +340230006|340230006|840340230006|PM2.5|Permanent|0006|New Brunswick|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.472824|-74.422401|20.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340230011|340230011|840340230011|NO|Permanent|0011|Rutgers University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.462181|-74.429436|18.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340230011|340230011|840340230011|O3|Permanent|0011|Rutgers University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.462181|-74.429436|18.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340230011|340230011|840340230011|PM2.5|Permanent|0011|Rutgers University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.462181|-74.429436|18.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340230011|340230011|840340230011|NO2|Permanent|0011|Rutgers University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.462181|-74.429436|18.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340230011|340230011|840340230011|TEMP|Permanent|0011|Rutgers University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.462181|-74.429436|18.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340230011|340230011|840340230011|WS|Permanent|0011|Rutgers University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.462181|-74.429436|18.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340230011|340230011|840340230011|WD|Permanent|0011|Rutgers University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.462181|-74.429436|18.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340230011|340230011|840340230011|RHUM|Permanent|0011|Rutgers University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.462181|-74.429436|18.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340230011|340230011|840340230011|BARPR|Permanent|0011|Rutgers University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.462181|-74.429436|18.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|023|MIDDLESEX +340232003|340232003|840340232003|CO|Permanent|2003|Perth Amboy|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.508762|-74.268082|13.700|-5.00|US|||34|NJ|023|MIDDLESEX +340232003|340232003|840340232003|SO2|Permanent|2003|Perth Amboy|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.508762|-74.268082|13.700|-5.00|US|||34|NJ|023|MIDDLESEX +340250005|340250005|840340250005|O3|Permanent|0005|Monmouth University|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.277645|-74.005096|7.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|025|MONMOUTH +340252001|340252001|840340252001|CO|Permanent|2001|Freehold|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.259895|-74.274689|50.900|-5.00|US|||34|NJ|025|MONMOUTH +340270003|340270003|840340270003|CO|Permanent|0003|Morristown|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.797340|-74.482491|111.000|-5.00|US|||34|NJ|027|MORRIS +340273001|340273001|840340273001|SO2|Permanent|3001|Chester|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.787628|-74.676300|278.200|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|027|MORRIS +340273001|340273001|840340273001|NOX|Permanent|3001|Chester|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.787628|-74.676300|278.200|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|027|MORRIS +340273001|340273001|840340273001|NO|Permanent|3001|Chester|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.787628|-74.676300|278.200|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|027|MORRIS +340273001|340273001|840340273001|O3|Permanent|3001|Chester|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.787628|-74.676300|278.200|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|027|MORRIS +340273001|340273001|840340273001|NO2|Permanent|3001|Chester|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.787628|-74.676300|278.200|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|027|MORRIS +340290006|340290006|840340290006|O3|Permanent|0006|Colliers Mills|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.064846|-74.444061|40.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|029|OCEAN +840340292002|340292002|840340292002|PM2.5|Permanent|2002|Toms River|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|39.994908|-74.170447|8.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|029|OCEAN +340315001|340315001|840340315001|O3|Permanent|5001|Ramapo|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|41.058617|-74.255547|305.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|031|PASSAIC +340318801|340318801|840340318801|TEMP|Permanent|8801|Passaic|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.860730|-74.129211||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|031|PASSAIC +340318801|340318801|840340318801|WS|Permanent|8801|Passaic|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.860730|-74.129211||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|031|PASSAIC +340318801|340318801|840340318801|WD|Permanent|8801|Passaic|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.860730|-74.129211||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|031|PASSAIC +340318801|340318801|840340318801|RHUM|Permanent|8801|Passaic|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.860730|-74.129211||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|031|PASSAIC +340318801|340318801|840340318801|BARPR|Permanent|8801|Passaic|Inactive|NJ1|New Jersey Dept. of Environmental Protection|R2|40.860730|-74.129211||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|031|PASSAIC +340390003|340390003|840340390003|CO|Permanent|0003|Elizabeth|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.662388|-74.214813|5.800|-5.00|US|||34|NJ|039|UNION +340390003|340390003|840340390003|SO2|Permanent|0003|Elizabeth|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.662388|-74.214813|5.800|-5.00|US|||34|NJ|039|UNION +340390004|340390004|840340390004|PM2.5|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|NO2|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|BARPR|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|WD|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|RHUM|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|NOX|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|NO|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|CO|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|SO2|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|TEMP|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340390004|340390004|840340390004|WS|Permanent|0004|Elizabeth Trailer|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.641441|-74.208366|4.900|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340392003|340392003|840340392003|PM2.5|Permanent|2003|Rahway PM|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.603943|-74.276176|2.700|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |34|NJ|039|UNION +340410007|340410007|840340410007|RHUM|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|BARPR|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|NOX|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|NO|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|O3|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|PM2.5|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|NO2|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|SO2|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|TEMP|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|WS|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +340410007|340410007|840340410007|WD|Permanent|0007|Columbia|Active|NJ1|New Jersey Dept. of Environmental Protection|R2|40.924606|-75.067825|146.100|-5.00|US|||34|NJ|041|WARREN +350010019|350010019|001350010019|PM2.5|Permanent|0019|Uptown Zuni Park|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.107201|-106.562798|1621.100|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|PM2.5|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|PM10|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|CO|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|SO2|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|RWD|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|RWS|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|BC_LC|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|TEMP|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|RHUM|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|BARPR|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|SRAD|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|NO2|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|NOX|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|NO|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|NOY|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|NO2Y|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|UV-AETH|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|O3|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|WS|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010023|350010023|001350010023|WD|Permanent|0023|Del Norte|Active|NM2|Albuquerque Environmental Health Department|R6|35.135300|-106.584702|1590.000|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +840350010023|350010023|840350010023|PM2.5|Permanent|0023|N/A|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.134263|-106.585197||-7.00|US|||35|NM|001|BERNALILLO +840350010023|350010023|840350010023|PM10|Permanent|0023|N/A|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.134263|-106.585197||-7.00|US|||35|NM|001|BERNALILLO +350010024|350010024|001350010024|O3|Permanent|0024|SOUTHEAST HEIGHTS|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.064999|-106.578903|1617.100|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010026|350010026|001350010026|SRAD|Permanent|0026|Jefferson|Active|NM2|Albuquerque Environmental Health Department|R6|35.144100|-106.604400|1558.600|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010026|350010026|001350010026|PM2.5|Permanent|0026|Jefferson|Active|NM2|Albuquerque Environmental Health Department|R6|35.144100|-106.604400|1558.600|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010026|350010026|001350010026|PM10|Permanent|0026|Jefferson|Active|NM2|Albuquerque Environmental Health Department|R6|35.144100|-106.604400|1558.600|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010026|350010026|001350010026|WS|Permanent|0026|Jefferson|Active|NM2|Albuquerque Environmental Health Department|R6|35.144100|-106.604400|1558.600|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010026|350010026|001350010026|WD|Permanent|0026|Jefferson|Active|NM2|Albuquerque Environmental Health Department|R6|35.144100|-106.604400|1558.600|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010026|350010026|001350010026|RHUM|Permanent|0026|Jefferson|Active|NM2|Albuquerque Environmental Health Department|R6|35.144100|-106.604400|1558.600|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010026|350010026|001350010026|BARPR|Permanent|0026|Jefferson|Active|NM2|Albuquerque Environmental Health Department|R6|35.144100|-106.604400|1558.600|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +840350010026|350010026|840350010026|PM10|Permanent|0026|N/A|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.144100|-106.604400||-7.00|US|||35|NM|001|BERNALILLO +350010027|350010027|001350010027|O3|Permanent|0027|Taylor Ranch|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.153900|-106.695602|1555.500|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010027|350010027|001350010027|PM2.5|Permanent|0027|Taylor Ranch|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.153900|-106.695602|1555.500|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +840350010029|350010029|840350010029|PM2.5|Permanent|0029|N/A|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.016900|-106.657200||-7.00|US|||35|NM|001|BERNALILLO +840350010029|350010029|840350010029|PM10|Permanent|0029|N/A|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.016900|-106.657200||-7.00|US|||35|NM|001|BERNALILLO +350010029|350010029|001350010029|NOY|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|NO2Y|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|WS|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|BARPR|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|NOX|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|NO|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|CO|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|WD|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|O3|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|PM2.5|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|PM10|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|BC_LC|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010029|350010029|001350010029|NO2|Permanent|0029|South Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.018600|-106.651901|1508.800|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350010032|350010032|001350010032|PM10|Permanent|0032|WESTSIDE - 9 Mile|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.064098|-106.761292|1637.200|-7.00|US|||35|NM|001|BERNALILLO +840350010032|350010032|840350010032|PM10|Permanent|0032|N/A|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.063800|-106.761300||-7.00|US|||35|NM|001|BERNALILLO +350011012|350011012|001350011012|SRAD|Permanent|1012|Tramway|Active|NM2|Albuquerque Environmental Health Department|R6|35.185000|-106.507700|1805.300|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011012|350011012|001350011012|O3|Permanent|1012|Tramway|Active|NM2|Albuquerque Environmental Health Department|R6|35.185000|-106.507700|1805.300|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011012|350011012|001350011012|PM2.5|Permanent|1012|Tramway|Active|NM2|Albuquerque Environmental Health Department|R6|35.185000|-106.507700|1805.300|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011012|350011012|001350011012|PM10|Permanent|1012|Tramway|Active|NM2|Albuquerque Environmental Health Department|R6|35.185000|-106.507700|1805.300|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011012|350011012|001350011012|WS|Permanent|1012|Tramway|Active|NM2|Albuquerque Environmental Health Department|R6|35.185000|-106.507700|1805.300|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011012|350011012|001350011012|WD|Permanent|1012|Tramway|Active|NM2|Albuquerque Environmental Health Department|R6|35.185000|-106.507700|1805.300|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011012|350011012|001350011012|RHUM|Permanent|1012|Tramway|Active|NM2|Albuquerque Environmental Health Department|R6|35.185000|-106.507700|1805.300|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011012|350011012|001350011012|BARPR|Permanent|1012|Tramway|Active|NM2|Albuquerque Environmental Health Department|R6|35.185000|-106.507700|1805.300|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +840350011012|350011012|840350011012|PM2.5|Permanent|1012|N/A|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.185000|-106.507700||-7.00|US|||35|NM|001|BERNALILLO +350011013|350011013|001350011013|PM2.5|Permanent|1013|North Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.187801|-106.603897|1524.100|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011013|350011013|001350011013|PM10|Permanent|1013|North Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.187801|-106.603897|1524.100|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011013|350011013|001350011013|WS|Permanent|1013|North Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.187801|-106.603897|1524.100|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +350011013|350011013|001350011013|WD|Permanent|1013|North Valley|Active|NM2|Albuquerque Environmental Health Department|R6|35.187801|-106.603897|1524.100|-7.00|US|10740| Albuquerque, NM |35|NM|001|BERNALILLO +840350011013|350011013|840350011013|PM2.5|Permanent|1013|N/A|Inactive|NM2|Albuquerque Environmental Health Department|R6|35.193000|-106.613600||-7.00|US|||35|NM|001|BERNALILLO +350130008|350130008|840350130008|O3|Permanent|0008|La Union|Active|NM1|New Mexico Air Quality Bureau|R6|31.930600|-106.630600|1143.800|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130016|350130016|840350130016|PM2.5|Permanent|0016|Anthony|Active|NM1|New Mexico Air Quality Bureau|R6|32.003600|-106.599200|1146.800|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130016|350130016|840350130016|PM10|Permanent|0016|Anthony|Active|NM1|New Mexico Air Quality Bureau|R6|32.003600|-106.599200|1146.800|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130017|350130017|840350130017|PM2.5|Permanent|0017|Sunland Park|Inactive|NM1|New Mexico Air Quality Bureau|R6|31.795800|-106.557500|1146.800|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130017|350130017|840350130017|PM10|Permanent|0017|Sunland Park|Inactive|NM1|New Mexico Air Quality Bureau|R6|31.795800|-106.557500|1146.800|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130017|350130017|840350130017|O3|Permanent|0017|Sunland Park|Inactive|NM1|New Mexico Air Quality Bureau|R6|31.795800|-106.557500|1146.800|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130019|350130019|840350130019|PM10|Permanent|0019|Holman Rd|Active|NM1|New Mexico Air Quality Bureau|R6|32.424700|-106.674200|1189.500|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130020|350130020|840350130020|O3|Permanent|0020|Chaparral|Active|NM1|New Mexico Air Quality Bureau|R6|32.041100|-106.409200|1250.500|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130020|350130020|840350130020|PM10|Permanent|0020|Chaparral|Active|NM1|New Mexico Air Quality Bureau|R6|32.041100|-106.409200|1250.500|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130021|350130021|840350130021|NO2|Permanent|0021|Desert View|Active|NM1|New Mexico Air Quality Bureau|R6|31.796100|-106.583900|1220.000|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130021|350130021|840350130021|O3|Permanent|0021|Desert View|Active|NM1|New Mexico Air Quality Bureau|R6|31.796100|-106.583900|1220.000|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130021|350130021|840350130021|PM10|Permanent|0021|Desert View|Active|NM1|New Mexico Air Quality Bureau|R6|31.796100|-106.583900|1220.000|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130022|350130022|840350130022|NO2|Permanent|0022|Santa Teresa|Active|NM1|New Mexico Air Quality Bureau|R6|31.787800|-106.682800|1281.000|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130022|350130022|840350130022|O3|Permanent|0022|Santa Teresa|Active|NM1|New Mexico Air Quality Bureau|R6|31.787800|-106.682800|1281.000|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130022|350130022|840350130022|PM2.5|Permanent|0022|Santa Teresa|Active|NM1|New Mexico Air Quality Bureau|R6|31.787800|-106.682800|1281.000|-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130023|350130023|840350130023|O3|Permanent|0023|Solano Drive|Active|NM1|New Mexico Air Quality Bureau|R6|32.316900|-106.766900||-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130024|350130024|840350130024|PM10|Permanent|0024|West Mesa|Active|NM1|New Mexico Air Quality Bureau|R6|32.110000|-106.510000||-7.00|US|29740| Las Cruces, NM |35|NM|013|DONA ANA +350130025|350130025|840350130025|PM2.5|Permanent|0025|Las Cruces ED|Active|NM1|New Mexico Air Quality Bureau|R6|32.310332|-106.751211||-7.00|US|||35|NM|013|DONA ANA +840350150010|350150010|840350150010|WS|Permanent|0010|Carlsbad Caverns - Biology Building|Active|NPS|National Park Service|USEPA|32.178100|-104.443300||-7.00|US|||35|NM|015|EDDY +840350150010|350150010|840350150010|RHUM|Permanent|0010|Carlsbad Caverns - Biology Building|Active|NPS|National Park Service|USEPA|32.178100|-104.443300||-7.00|US|||35|NM|015|EDDY +840350150010|350150010|840350150010|SRAD|Permanent|0010|Carlsbad Caverns - Biology Building|Active|NPS|National Park Service|USEPA|32.178100|-104.443300||-7.00|US|||35|NM|015|EDDY +840350150010|350150010|840350150010|PRECIP|Permanent|0010|Carlsbad Caverns - Biology Building|Active|NPS|National Park Service|USEPA|32.178100|-104.443300||-7.00|US|||35|NM|015|EDDY +840350150010|350150010|840350150010|RWD|Permanent|0010|Carlsbad Caverns - Biology Building|Active|NPS|National Park Service|USEPA|32.178100|-104.443300||-7.00|US|||35|NM|015|EDDY +840350150010|350150010|840350150010|RWS|Permanent|0010|Carlsbad Caverns - Biology Building|Active|NPS|National Park Service|USEPA|32.178100|-104.443300||-7.00|US|||35|NM|015|EDDY +840350150010|350150010|840350150010|O3|Permanent|0010|Carlsbad Caverns - Biology Building|Active|NPS|National Park Service|USEPA|32.178100|-104.443300||-7.00|US|||35|NM|015|EDDY +840350150010|350150010|840350150010|TEMP|Permanent|0010|Carlsbad Caverns - Biology Building|Active|NPS|National Park Service|USEPA|32.178100|-104.443300||-7.00|US|||35|NM|015|EDDY +350151005|350151005|840350151005|O3|Permanent|1005|Carlsbad|Active|NM1|New Mexico Air Quality Bureau|R6|32.380000|-104.262200|780.800|-7.00|US|16100| Carlsbad-Artesia, NM |35|NM|015|EDDY +350151005|350151005|840350151005|NO2|Permanent|1005|Carlsbad|Active|NM1|New Mexico Air Quality Bureau|R6|32.380000|-104.262200|780.800|-7.00|US|16100| Carlsbad-Artesia, NM |35|NM|015|EDDY +350153001|350153001|840350153001|O3|Permanent|3001|Carlsbad Caverns NP|Inactive|NPS|National Park Service|USEPA|32.178299|-104.440598|1349.600|-7.00|US|16100| Carlsbad-Artesia, NM |35|NM|015|EDDY +350153001|350153001|840350153001|TEMP|Permanent|3001|Carlsbad Caverns NP|Inactive|NPS|National Park Service|USEPA|32.178299|-104.440598|1349.600|-7.00|US|16100| Carlsbad-Artesia, NM |35|NM|015|EDDY +350153001|350153001|840350153001|WS|Permanent|3001|Carlsbad Caverns NP|Inactive|NPS|National Park Service|USEPA|32.178299|-104.440598|1349.600|-7.00|US|16100| Carlsbad-Artesia, NM |35|NM|015|EDDY +350153001|350153001|840350153001|WD|Permanent|3001|Carlsbad Caverns NP|Inactive|NPS|National Park Service|USEPA|32.178299|-104.440598|1349.600|-7.00|US|16100| Carlsbad-Artesia, NM |35|NM|015|EDDY +350153001|350153001|840350153001|RHUM|Permanent|3001|Carlsbad Caverns NP|Inactive|NPS|National Park Service|USEPA|32.178299|-104.440598|1349.600|-7.00|US|16100| Carlsbad-Artesia, NM |35|NM|015|EDDY +350153001|350153001|840350153001|SRAD|Permanent|3001|Carlsbad Caverns NP|Inactive|NPS|National Park Service|USEPA|32.178299|-104.440598|1349.600|-7.00|US|16100| Carlsbad-Artesia, NM |35|NM|015|EDDY +350153001|350153001|840350153001|PRECIP|Permanent|3001|Carlsbad Caverns NP|Inactive|NPS|National Park Service|USEPA|32.178299|-104.440598|1349.600|-7.00|US|16100| Carlsbad-Artesia, NM |35|NM|015|EDDY +350171003|350171003|840350171003|O3|Permanent|1003|7T Hurley Smelter|Inactive|NM1|New Mexico Air Quality Bureau|R6|32.691900|-108.124400|1747.700|-7.00|US|43500| Silver City, NM |35|NM|017|GRANT +350250008|350250008|840350250008|O3|Permanent|0008|Hobbs Jefferson|Active|NM1|New Mexico Air Quality Bureau|R6|32.726700|-103.123300|1110.800|-7.00|US|26020| Hobbs, NM |35|NM|025|LEA +350250008|350250008|840350250008|PM2.5|Permanent|0008|Hobbs Jefferson|Active|NM1|New Mexico Air Quality Bureau|R6|32.726700|-103.123300|1110.800|-7.00|US|26020| Hobbs, NM |35|NM|025|LEA +350250008|350250008|840350250008|NO2|Permanent|0008|Hobbs Jefferson|Active|NM1|New Mexico Air Quality Bureau|R6|32.726700|-103.123300|1110.800|-7.00|US|26020| Hobbs, NM |35|NM|025|LEA +350290003|350290003|840350290003|PM10|Permanent|0003|7E Deming Airport|Active|NM1|New Mexico Air Quality Bureau|R6|32.255800|-107.722800|1313.900|-7.00|US|19700| Deming, NM |35|NM|029|LUNA +350390026|350390026|840350390026|O3|Permanent|0026|Coyote Ranger District|Active|NM1|New Mexico Air Quality Bureau|R6|36.187733|-106.698378||-7.00|US|||35|NM|039|RIO ARRIBA +350431001|350431001|840350431001|O3|Permanent|1001|Bernalillo|Active|NM1|New Mexico Air Quality Bureau|R6|35.299400|-106.548300|1525.000|-7.00|US|10740| Albuquerque, NM |35|NM|043|SANDOVAL +350431003|350431003|840350431003|O3|Permanent|1003|Rio Rancho Senio|Inactive|NM1|New Mexico Air Quality Bureau|R6|35.238098|-106.649399|1644.000|-7.00|US|10740| Albuquerque, NM |35|NM|043|SANDOVAL +350439004|350439004|840350439004|O3|Permanent|9004|Jemez Pueblo Department of Resource Protection|Active|JP1|Pueblo of Jemez - Department of Resource Protection |R6|35.613100|-106.724400||-7.00|US|10740| Albuquerque, NM |35|NM|043|SANDOVAL +350439004|350439004|840350439004|PM2.5|Permanent|9004|Jemez Pueblo Department of Resource Protection|Active|JP1|Pueblo of Jemez - Department of Resource Protection |R6|35.613100|-106.724400||-7.00|US|10740| Albuquerque, NM |35|NM|043|SANDOVAL +350439004|350439004|840350439004|PM10|Permanent|9004|Jemez Pueblo Department of Resource Protection|Active|JP1|Pueblo of Jemez - Department of Resource Protection |R6|35.613100|-106.724400||-7.00|US|10740| Albuquerque, NM |35|NM|043|SANDOVAL +840350439028|350439028|840350439028|WS|Permanent|9028|MOBILE - SANTA ANA|Inactive|CK1|Cherokee Nation|R6|35.338407|-106.524292|1552.800|-7.00|US|||35|NM|043|SANDOVAL +840350439028|350439028|840350439028|WD|Permanent|9028|MOBILE - SANTA ANA|Inactive|CK1|Cherokee Nation|R6|35.338407|-106.524292|1552.800|-7.00|US|||35|NM|043|SANDOVAL +840350439028|350439028|840350439028|RHUM|Permanent|9028|MOBILE - SANTA ANA|Inactive|CK1|Cherokee Nation|R6|35.338407|-106.524292|1552.800|-7.00|US|||35|NM|043|SANDOVAL +840350439028|350439028|840350439028|PMC|Permanent|9028|MOBILE - SANTA ANA|Inactive|CK1|Cherokee Nation|R6|35.338407|-106.524292|1552.800|-7.00|US|||35|NM|043|SANDOVAL +840350439028|350439028|840350439028|O3|Permanent|9028|MOBILE - SANTA ANA|Inactive|CK1|Cherokee Nation|R6|35.338407|-106.524292|1552.800|-7.00|US|||35|NM|043|SANDOVAL +840350439028|350439028|840350439028|PM2.5|Permanent|9028|MOBILE - SANTA ANA|Inactive|CK1|Cherokee Nation|R6|35.338407|-106.524292|1552.800|-7.00|US|||35|NM|043|SANDOVAL +840350439028|350439028|840350439028|PM10|Permanent|9028|MOBILE - SANTA ANA|Inactive|CK1|Cherokee Nation|R6|35.338407|-106.524292|1552.800|-7.00|US|||35|NM|043|SANDOVAL +840350439028|350439028|840350439028|TEMP|Permanent|9028|MOBILE - SANTA ANA|Inactive|CK1|Cherokee Nation|R6|35.338407|-106.524292|1552.800|-7.00|US|||35|NM|043|SANDOVAL +350450009|350450009|840350450009|NO2|Permanent|0009|Bloomfield|Active|NM1|New Mexico Air Quality Bureau|R6|36.742200|-107.976900|1714.100|-7.00|US|22140| Farmington, NM |35|NM|045|SAN JUAN +350450009|350450009|840350450009|SO2|Permanent|0009|Bloomfield|Active|NM1|New Mexico Air Quality Bureau|R6|36.742200|-107.976900|1714.100|-7.00|US|22140| Farmington, NM |35|NM|045|SAN JUAN +350450009|350450009|840350450009|O3|Permanent|0009|Bloomfield|Active|NM1|New Mexico Air Quality Bureau|R6|36.742200|-107.976900|1714.100|-7.00|US|22140| Farmington, NM |35|NM|045|SAN JUAN +350450018|350450018|840350450018|O3|Permanent|0018|Navajo Lake|Active|NM1|New Mexico Air Quality Bureau|R6|36.809700|-107.651700|1143.800|-7.00|US|22140| Farmington, NM |35|NM|045|SAN JUAN +350450018|350450018|840350450018|NO2|Permanent|0018|Navajo Lake|Active|NM1|New Mexico Air Quality Bureau|R6|36.809700|-107.651700|1143.800|-7.00|US|22140| Farmington, NM |35|NM|045|SAN JUAN +350450020|350450020|840350450020|NO2|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|TEMP|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|WS|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|RHUM|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|SRAD|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|NOX|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|NO|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|PRECIP|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|RWD|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|RWS|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350450020|350450020|840350450020|O3|Permanent|0020|Chaco Culture National Historical Park|Active|NPS|National Park Service|USEPA|36.035000|-107.904167|1966.000|-7.00|US|||35|NM|045|SAN JUAN +350451005|350451005|840350451005|O3|Permanent|1005|Substation|Active|NM1|New Mexico Air Quality Bureau|R6|36.796900|-108.472500|1647.000|-7.00|US|22140| Farmington, NM |35|NM|045|SAN JUAN +350451005|350451005|840350451005|PM10|Permanent|1005|Substation|Active|NM1|New Mexico Air Quality Bureau|R6|36.796900|-108.472500|1647.000|-7.00|US|22140| Farmington, NM |35|NM|045|SAN JUAN +350451005|350451005|840350451005|NO2|Permanent|1005|Substation|Active|NM1|New Mexico Air Quality Bureau|R6|36.796900|-108.472500|1647.000|-7.00|US|22140| Farmington, NM |35|NM|045|SAN JUAN +350451005|350451005|840350451005|SO2|Permanent|1005|Substation|Active|NM1|New Mexico Air Quality Bureau|R6|36.796900|-108.472500|1647.000|-7.00|US|22140| Farmington, NM |35|NM|045|SAN JUAN +350490020|350490020|840350490020|PM2.5|Permanent|0020|Santa Fe Runnels|Inactive|NM1|New Mexico Air Quality Bureau|R6|35.671700|-105.955000||-7.00|US|42140| Santa Fe, NM |35|NM|049|SANTA FE +350490021|350490021|840350490021|O3|Permanent|0021|Santa Fe Airport|Active|NM1|New Mexico Air Quality Bureau|R6|35.619800|-106.079700|1931.300|-7.00|US|42140| Santa Fe, NM |35|NM|049|SANTA FE +350490021|350490021|840350490021|PM2.5|Permanent|0021|Santa Fe Airport|Active|NM1|New Mexico Air Quality Bureau|R6|35.619800|-106.079700|1931.300|-7.00|US|42140| Santa Fe, NM |35|NM|049|SANTA FE +350550005|350550005|840350550005|PM2.5|Permanent|0005|Taos Fire Station|Active|NM1|New Mexico Air Quality Bureau|R6|36.383300|-105.583300|2135.000|-7.00|US|45340| Taos, NM |35|NM|055|TAOS +350610008|350610008|840350610008|O3|Permanent|0008|2LL Los Lunas|Active|NM1|New Mexico Air Quality Bureau|R6|34.814700|-106.739700|1489.600|-7.00|US|10740| Albuquerque, NM |35|NM|061|VALENCIA +360010005|360010005|840360010005|PM2.5|Permanent|0005|Albany|Active|NY1|New York Dept. of Environmental Conservation|R2|42.642500|-73.754700||-5.00|US|10580| Albany-Schenectady-Troy, NY |36|NY|001|ALBANY +360010012|360010012|840360010012|O3|Permanent|0012|Loudonville|Active|NY1|New York Dept. of Environmental Conservation|R2|42.676900|-73.755600||-5.00|US|10580| Albany-Schenectady-Troy, NY |36|NY|001|ALBANY +360050080|360050080|840360050080|PM2.5|Permanent|0080|Morrisania|Active|NY1|New York Dept. of Environmental Conservation|R2|40.836700|-73.921400||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|005|BRONX +360050110|360050110|840360050110|O3|Permanent|0110|Bronx - IS52|Active|NY1|New York Dept. of Environmental Conservation|R2|40.816101|-73.902199||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|005|BRONX +360050110|360050110|840360050110|PM2.5|Permanent|0110|Bronx - IS52|Active|NY1|New York Dept. of Environmental Conservation|R2|40.816101|-73.902199||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|005|BRONX +360050110|360050110|840360050110|PM10|Permanent|0110|Bronx - IS52|Active|NY1|New York Dept. of Environmental Conservation|R2|40.816101|-73.902199||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|005|BRONX +360050133|360050133|840360050133|O3|Permanent|0133|Pfizer Lab|Active|NY1|New York Dept. of Environmental Conservation|R2|40.868000|-73.878200|27.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|005|BRONX +360130006|360130006|840360130006|O3|Permanent|0006|Dunkirk|Active|NY1|New York Dept. of Environmental Conservation|R2|42.499200|-79.320000||-5.00|US|||36|NY|013|CHAUTAUQUA +360130011|360130011|840360130011|O3|Permanent|0011|Westfield|Inactive|NY1|New York Dept. of Environmental Conservation|R2|42.290800|-79.602500||-5.00|US|27460| Jamestown-Dunkirk-Fredonia, NY |36|NY|013|CHAUTAUQUA +360150003|360150003|840360150003|O3|Permanent|0003|Elmira|Inactive|NY1|New York Dept. of Environmental Conservation|R2|42.109400|-76.802200||-5.00|US|21300| Elmira, NY |36|NY|015|CHEMUNG +360270007|360270007|840360270007|O3|Permanent|0007|Millbrook|Active|NY1|New York Dept. of Environmental Conservation|R2|41.785600|-73.694700||-5.00|US|39100| Poughkeepsie-Newburgh-Middletown, NY |36|NY|027|DUTCHESS +360290002|360290002|840360290002|O3|Permanent|0002|Amherst|Active|NY1|New York Dept. of Environmental Conservation|R2|42.992500|-78.776400||-5.00|US|15380| Buffalo-Niagara Falls, NY |36|NY|029|ERIE +360290005|360290005|840360290005|PM2.5|Permanent|0005|Buffalo|Active|NY1|New York Dept. of Environmental Conservation|R2|42.878100|-78.809400||-5.00|US|15380| Buffalo-Niagara Falls, NY |36|NY|029|ERIE +360290023|360290023|840360290023|PM2.5|Permanent|0023|Buffalo Near-road|Active|NY1|New York Dept. of Environmental Conservation|R2|42.921110|-78.766110||-5.00|US|||36|NY|029|ERIE +360291014|360291014|840360291014|PM2.5|Permanent|1014|Tonawanda II|Active|NY1|New York Dept. of Environmental Conservation|R2|42.998100|-78.899300|182.100|-5.00|US|||36|NY|029|ERIE +360310003|360310003|840360310003|O3|Permanent|0003|Whiteface Mtn|Active|NY1|New York Dept. of Environmental Conservation|R2|44.393080|-73.858900||-5.00|US|||36|NY|031|ESSEX +360310003|360310003|840360310003|PM2.5|Permanent|0003|Whiteface Mtn|Active|NY1|New York Dept. of Environmental Conservation|R2|44.393080|-73.858900||-5.00|US|||36|NY|031|ESSEX +360319991|360319991|840360319991|O3|Permanent|9991|Huntington Wildlife|Active|OAP|EPA Office of Atmospheric Programs|R3|43.970000|-74.220000|502.000|-5.00|US|||36|NY|031|ESSEX +360319991|360319991|840360319991|NOY|Permanent|9991|Huntington Wildlife|Active|OAP|EPA Office of Atmospheric Programs|R3|43.970000|-74.220000|502.000|-5.00|US|||36|NY|031|ESSEX +360319991|360319991|840360319991|NO2Y|Permanent|9991|Huntington Wildlife|Active|OAP|EPA Office of Atmospheric Programs|R3|43.970000|-74.220000|502.000|-5.00|US|||36|NY|031|ESSEX +360319991|360319991|840360319991|TEMP|Permanent|9991|Huntington Wildlife|Active|OAP|EPA Office of Atmospheric Programs|R3|43.970000|-74.220000|502.000|-5.00|US|||36|NY|031|ESSEX +360319991|360319991|840360319991|NO|Permanent|9991|Huntington Wildlife|Active|OAP|EPA Office of Atmospheric Programs|R3|43.970000|-74.220000|502.000|-5.00|US|||36|NY|031|ESSEX +360337003|360337003|840360337003|NOX|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|NO|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|PM2.5|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|PM10|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|NO2|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|SO2|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|PRECIP|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|TEMP|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|BARPR|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|O3|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|RWD|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360337003|360337003|840360337003|RWS|Permanent|7003|St Regis Mohawk-NY|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.980598|-74.695297|59.200|-5.00|US|31660| Malone, NY |36|NY|033|FRANKLIN +360410005|360410005|840360410005|O3|Permanent|0005|Piseco Lake|Active|NY1|New York Dept. of Environmental Conservation|R2|43.455600|-74.515000||-5.00|US|||36|NY|041|HAMILTON +360430005|360430005|840360430005|O3|Permanent|0005|Nicks Lake|Inactive|NY1|New York Dept. of Environmental Conservation|R2|43.685600|-74.986400||-5.00|US|46540| Utica-Rome, NY |36|NY|043|HERKIMER +360450002|360450002|840360450002|O3|Permanent|0002|Perch River|Active|NY1|New York Dept. of Environmental Conservation|R2|44.087800|-75.974400||-5.00|US|48060| Watertown-Fort Drum, NY |36|NY|045|JEFFERSON +360470052|360470052|840360470052|PM2.5|Permanent|0052|Bklyn - PS 314|Active|NY1|New York Dept. of Environmental Conservation|R2|40.641819|-74.018707||-5.00|US|||36|NY|047|KINGS +360530006|360530006|840360530006|O3|Permanent|0006|Camp Georgetown|Inactive|NY1|New York Dept. of Environmental Conservation|R2|42.730600|-75.786100||-5.00|US|45060| Syracuse, NY |36|NY|053|MADISON +360550015|360550015|840360550015|PM2.5|Permanent|0015|Rochester Near-road|Active|NY1|New York Dept. of Environmental Conservation|R2|43.145021|-77.557608||-5.00|US|||36|NY|055|MONROE +360551007|360551007|840360551007|O3|Permanent|1007|Rochester|Active|NY1|New York Dept. of Environmental Conservation|R2|43.146100|-77.548100||-5.00|US|40380| Rochester, NY |36|NY|055|MONROE +360551007|360551007|840360551007|PM2.5|Permanent|1007|Rochester|Active|NY1|New York Dept. of Environmental Conservation|R2|43.146100|-77.548100||-5.00|US|40380| Rochester, NY |36|NY|055|MONROE +360590005|360590005|840360590005|PM2.5|Permanent|0005|Eisenhower Park|Active|NY1|New York Dept. of Environmental Conservation|R2|40.744700|-73.586900||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|059|NASSAU +360610115|360610115|840360610115|PM2.5|Permanent|0115|Manhattan/IS143|Active|NY1|New York Dept. of Environmental Conservation|R2|40.849200|-73.931900||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|061|NEW YORK +360610119|360610119|840360610119|PM2.5|Permanent|0119|MVILLE|Inactive|NY1|New York Dept. of Environmental Conservation|R2|40.813000|-73.953000||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|061|NEW YORK +360610125|360610125|840360610125|PM2.5|Permanent|0125|Park Row|Inactive|NY1|New York Dept. of Environmental Conservation|R2|40.711601|-74.005096|9.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|061|NEW YORK +360610125|360610125|840360610125|PM10|Permanent|0125|Park Row|Inactive|NY1|New York Dept. of Environmental Conservation|R2|40.711601|-74.005096|9.800|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|061|NEW YORK +360610128|360610128|840360610128|PM2.5|Permanent|0128|Manhattan/PS19|Active|NY1|New York Dept. of Environmental Conservation|R2|40.730000|-73.984459||-5.00|US|||36|NY|061|NEW YORK +360610134|360610134|840360610134|PM2.5|Permanent|0134|Division Street|Active|NY1|New York Dept. of Environmental Conservation|R2|40.714200|-73.995000||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|061|NEW YORK +360610135|360610135|840360610135|O3|Permanent|0135|CCNY|Active|NY1|New York Dept. of Environmental Conservation|R2|40.819700|-73.948100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|061|NEW YORK +360610135|360610135|840360610135|PM2.5|Permanent|0135|CCNY|Active|NY1|New York Dept. of Environmental Conservation|R2|40.819700|-73.948100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|061|NEW YORK +360631006|360631006|840360631006|O3|Permanent|1006|Middleport|Active|NY1|New York Dept. of Environmental Conservation|R2|43.218900|-78.479200||-5.00|US|15380| Buffalo-Niagara Falls, NY |36|NY|063|NIAGARA +360632008|360632008|840360632008|PM2.5|Permanent|2008|Niagara Falls|Inactive|NY1|New York Dept. of Environmental Conservation|R2|42.998131|-78.899261||-5.00|US|||36|NY|063|NIAGARA +360650004|360650004|840360650004|O3|Permanent|0004|Camden|Inactive|NY1|New York Dept. of Environmental Conservation|R2|43.304700|-75.721700||-5.00|US|46540| Utica-Rome, NY |36|NY|065|ONEIDA +360671015|360671015|840360671015|O3|Permanent|1015|E Syracuse|Active|NY1|New York Dept. of Environmental Conservation|R2|43.052800|-76.059700||-5.00|US|45060| Syracuse, NY |36|NY|067|ONONDAGA +360710002|360710002|840360710002|PM2.5|Permanent|0002|Newburgh|Active|NY1|New York Dept. of Environmental Conservation|R2|41.499400|-74.009700||-5.00|US|39100| Poughkeepsie-Newburgh-Middletown, NY |36|NY|071|ORANGE +360715001|360715001|840360715001|O3|Permanent|5001|Valley Central|Active|NY1|New York Dept. of Environmental Conservation|R2|41.523100|-74.215000||-5.00|US|39100| Poughkeepsie-Newburgh-Middletown, NY |36|NY|071|ORANGE +360750003|360750003|840360750003|O3|Permanent|0003|Fulton|Active|NY1|New York Dept. of Environmental Conservation|R2|43.284279|-76.463180||-5.00|US|15380| Buffalo-Niagara Falls, NY |36|NY|075|OSWEGO +360790005|360790005|840360790005|O3|Permanent|0005|Mt Ninham|Active|NY1|New York Dept. of Environmental Conservation|R2|41.456100|-73.710300||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|079|PUTNAM +360810120|360810120|840360810120|PM2.5|Permanent|0120|Maspeth|Active|NY1|New York Dept. of Environmental Conservation|R2|40.726900|-73.893300||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|081|QUEENS +360810124|360810124|840360810124|O3|Permanent|0124|Queens|Active|NY1|New York Dept. of Environmental Conservation|R2|40.737500|-73.824400||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|081|QUEENS +360810124|360810124|840360810124|PM2.5|Permanent|0124|Queens|Active|NY1|New York Dept. of Environmental Conservation|R2|40.737500|-73.824400||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|081|QUEENS +360810125|360810125|840360810125|PM2.5|Permanent|0125|Queens Near-road|Active|NY1|New York Dept. of Environmental Conservation|R2|40.739264|-73.817694|14.600|-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|081|QUEENS +360830004|360830004|840360830004|O3|Permanent|0004|Grafton Lake|Inactive|NY1|New York Dept. of Environmental Conservation|R2|42.781900|-73.463600||-5.00|US|10580| Albany-Schenectady-Troy, NY |36|NY|083|RENSSELAER +840360850055|360850055|840360850055|PM2.5|Permanent|0055|Port Richmond|Active|NY1|New York Dept. of Environmental Conservation|R2|40.633060|-74.137156||-5.00|US|||36|NY|085|RICHMOND +360850067|360850067|840360850067|O3|Permanent|0067|Susan Wagner|Inactive|NY1|New York Dept. of Environmental Conservation|R2|40.596900|-74.126400||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|085|RICHMOND +360850111|360850111|840360850111|O3|Permanent|0111|Fresh Kills|Active|NY1|New York Dept. of Environmental Conservation|R2|40.580200|-74.199400||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|085|RICHMOND +360850111|360850111|840360850111|PM2.5|Permanent|0111|Fresh Kills|Active|NY1|New York Dept. of Environmental Conservation|R2|40.580200|-74.199400||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|085|RICHMOND +360850114|360850114|840360850114|PM2.5|Permanent|0114|Staten Island|Inactive|NY1|New York Dept. of Environmental Conservation|R2|40.631699|-74.156898||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|085|RICHMOND +360870005|360870005|840360870005|O3|Permanent|0005|Rockland Cty|Active|NY1|New York Dept. of Environmental Conservation|R2|41.182079|-74.028191|140.000|-5.00|US|||36|NY|087|ROCKLAND +360870005|360870005|840360870005|PM2.5|Permanent|0005|Rockland Cty|Active|NY1|New York Dept. of Environmental Conservation|R2|41.182079|-74.028191|140.000|-5.00|US|||36|NY|087|ROCKLAND +360910004|360910004|840360910004|O3|Permanent|0004|Stillwater|Active|NY1|New York Dept. of Environmental Conservation|R2|43.012200|-73.649200||-5.00|US|10580| Albany-Schenectady-Troy, NY |36|NY|091|SARATOGA +360930003|360930003|840360930003|O3|Permanent|0003|Schenectady|Inactive|NY1|New York Dept. of Environmental Conservation|R2|42.799700|-73.940300|31.700|-5.00|US|10580| Albany-Schenectady-Troy, NY |36|NY|093|SCHENECTADY +361010003|361010003|840361010003|NOY|Permanent|0003|Pinnacle State Park|Active|NY1|New York Dept. of Environmental Conservation|R2|42.097200|-77.210300||-5.00|US|18500| Corning, NY |36|NY|101|STEUBEN +361010003|361010003|840361010003|NO2Y|Permanent|0003|Pinnacle State Park|Active|NY1|New York Dept. of Environmental Conservation|R2|42.097200|-77.210300||-5.00|US|18500| Corning, NY |36|NY|101|STEUBEN +361010003|361010003|840361010003|O3|Permanent|0003|Pinnacle State Park|Active|NY1|New York Dept. of Environmental Conservation|R2|42.097200|-77.210300||-5.00|US|18500| Corning, NY |36|NY|101|STEUBEN +361010003|361010003|840361010003|PM2.5|Permanent|0003|Pinnacle State Park|Active|NY1|New York Dept. of Environmental Conservation|R2|42.097200|-77.210300||-5.00|US|18500| Corning, NY |36|NY|101|STEUBEN +361010003|361010003|840361010003|PM10|Permanent|0003|Pinnacle State Park|Active|NY1|New York Dept. of Environmental Conservation|R2|42.097200|-77.210300||-5.00|US|18500| Corning, NY |36|NY|101|STEUBEN +361030002|361030002|840361030002|O3|Permanent|0002|Babylon|Active|NY1|New York Dept. of Environmental Conservation|R2|40.735600|-73.406100||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|103|SUFFOLK +361030004|361030004|840361030004|O3|Permanent|0004|Riverhead|Active|NY1|New York Dept. of Environmental Conservation|R2|40.961700|-72.715000||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|103|SUFFOLK +361030009|361030009|840361030009|PM2.5|Permanent|0009|Holtsville|Active|NY1|New York Dept. of Environmental Conservation|R2|40.827800|-73.057500||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|103|SUFFOLK +361030009|361030009|840361030009|O3|Permanent|0009|Holtsville|Active|NY1|New York Dept. of Environmental Conservation|R2|40.827800|-73.057500||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|103|SUFFOLK +840361030044|361030044|840361030044|O3|Permanent|0044|Flax Pond|Active|NY1|New York Dept. of Environmental Conservation|R2|40.961015|-73.139130||-5.00|US|||36|NY|103|SUFFOLK +361099991|361099991|840361099991|O3|Permanent|9991|Connecticut Hill|Active|OAP|EPA Office of Atmospheric Programs|R3|42.400600|-76.653800|501.100|-5.00|US|27060| Ithaca, NY |36|NY|109|TOMPKINS +361099991|361099991|840361099991|TEMP|Permanent|9991|Connecticut Hill|Active|OAP|EPA Office of Atmospheric Programs|R3|42.400600|-76.653800|501.100|-5.00|US|27060| Ithaca, NY |36|NY|109|TOMPKINS +361111005|361111005|840361111005|O3|Permanent|1005|Belleayre Mtn|Inactive|NY1|New York Dept. of Environmental Conservation|R2|42.137800|-74.514700||-5.00|US|28740| Kingston, NY |36|NY|111|ULSTER +361173001|361173001|840361173001|O3|Permanent|3001|Williamson|Active|NY1|New York Dept. of Environmental Conservation|R2|43.230300|-77.172800||-5.00|US|40380| Rochester, NY |36|NY|117|WAYNE +361192004|361192004|840361192004|O3|Permanent|2004|White Plains|Active|NY1|New York Dept. of Environmental Conservation|R2|41.052200|-73.764200||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|119|WESTCHESTER +361192004|361192004|840361192004|PM2.5|Permanent|2004|White Plains|Active|NY1|New York Dept. of Environmental Conservation|R2|41.052200|-73.764200||-5.00|US|35620| New York-Northern New Jersey-Long Island, NY-NJ-PA |36|NY|119|WESTCHESTER +370010002|370010002|840370010002|PM2.5|Permanent|0002|HOPEDALE|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|36.089000|-79.407800|640.200|-5.00|US|15500| Burlington, NC |37|NC|001|ALAMANCE +370010002|370010002|840370010002|RWD|Permanent|0002|HOPEDALE|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|36.089000|-79.407800|640.200|-5.00|US|15500| Burlington, NC |37|NC|001|ALAMANCE +370010002|370010002|840370010002|RWS|Permanent|0002|HOPEDALE|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|36.089000|-79.407800|640.200|-5.00|US|15500| Burlington, NC |37|NC|001|ALAMANCE +370030004|370030004|840370030004|O3|Permanent|0004|WAGGIN|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.928900|-81.189700|103.400|-5.00|US|25860| Hickory-Lenoir-Morganton, NC |37|NC|003|ALEXANDER +370030005|370030005|840370030005|O3|Permanent|0005|Taylorsville Liledoun|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.913800|-81.191000|355.900|-5.00|US|||37|NC|003|ALEXANDER +370110002|370110002|840370110002|O3|Permanent|0002|Linville Falls|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.972347|-81.933072|640.200|-5.00|US|||37|NC|011|AVERY +370119991|370119991|840370119991|O3|Permanent|9991|Cranberry|Active|OAP|EPA Office of Atmospheric Programs|R3|36.105800|-82.045400|1219.700|-5.00|US|||37|NC|011|AVERY +370119991|370119991|840370119991|NOY|Permanent|9991|Cranberry|Active|OAP|EPA Office of Atmospheric Programs|R3|36.105800|-82.045400|1219.700|-5.00|US|||37|NC|011|AVERY +370119991|370119991|840370119991|NO2Y|Permanent|9991|Cranberry|Active|OAP|EPA Office of Atmospheric Programs|R3|36.105800|-82.045400|1219.700|-5.00|US|||37|NC|011|AVERY +370119991|370119991|840370119991|TEMP|Permanent|9991|Cranberry|Active|OAP|EPA Office of Atmospheric Programs|R3|36.105800|-82.045400|1219.700|-5.00|US|||37|NC|011|AVERY +370119991|370119991|840370119991|NO|Permanent|9991|Cranberry|Active|OAP|EPA Office of Atmospheric Programs|R3|36.105800|-82.045400|1219.700|-5.00|US|||37|NC|011|AVERY +370130006|370130006|840370130006|SO2|Permanent|0006|Aurora|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.345000|-76.783300|4.000|-5.00|US|47820| Washington, NC |37|NC|013|BEAUFORT +370130007|370130007|840370130007|SO2|Permanent|0007|PCS Phosphate|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.340401|-76.779900|4.000|-5.00|US|47820| Washington, NC |37|NC|013|BEAUFORT +370130151|370130151|840370130151|SO2|Permanent|0151|BAYVIEW|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.428000|-76.740000||-5.00|US|||37|NC|013|BEAUFORT +370130151|370130151|840370130151|TEMP|Permanent|0151|BAYVIEW|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.428000|-76.740000||-5.00|US|||37|NC|013|BEAUFORT +370130151|370130151|840370130151|RHUM|Permanent|0151|BAYVIEW|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.428000|-76.740000||-5.00|US|||37|NC|013|BEAUFORT +370130151|370130151|840370130151|BARPR|Permanent|0151|BAYVIEW|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.428000|-76.740000||-5.00|US|||37|NC|013|BEAUFORT +370130151|370130151|840370130151|RWD|Permanent|0151|BAYVIEW|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.428000|-76.740000||-5.00|US|||37|NC|013|BEAUFORT +370130151|370130151|840370130151|RWS|Permanent|0151|BAYVIEW|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.428000|-76.740000||-5.00|US|||37|NC|013|BEAUFORT +370190005|370190005|840370190005|SO2|Permanent|0005|Southport DRR|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|33.942294|-78.019264|3.400|-5.00|US|||37|NC|019|BRUNSWICK +370190005|370190005|840370190005|RWD|Permanent|0005|Southport DRR|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|33.942294|-78.019264|3.400|-5.00|US|||37|NC|019|BRUNSWICK +370190005|370190005|840370190005|RWS|Permanent|0005|Southport DRR|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|33.942294|-78.019264|3.400|-5.00|US|||37|NC|019|BRUNSWICK +370210030|370210030|840370210030|O3|Permanent|0030|BNTCR|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.500000|-82.600000||-5.00|US|11700| Asheville, NC |37|NC|021|BUNCOMBE +370210034|370210034|840370210034|PM2.5|Permanent|0034|BDED|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.606200|-82.584400|640.200|-5.00|US|11700| Asheville, NC |37|NC|021|BUNCOMBE +370270003|370270003|840370270003|O3|Permanent|0003|LENOIR|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.935900|-81.530600|366.000|-5.00|US|25860| Hickory-Lenoir-Morganton, NC |37|NC|027|CALDWELL +370270003|370270003|840370270003|SO2|Permanent|0003|LENOIR|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.935900|-81.530600|366.000|-5.00|US|25860| Hickory-Lenoir-Morganton, NC |37|NC|027|CALDWELL +370319991|370319991|840370319991|O3|Permanent|9991|Beaufort|Active|OAP|EPA Office of Atmospheric Programs|R3|34.884800|-76.620300|1.800|-5.00|US|33980| Morehead City, NC |37|NC|031|CARTERET +370319991|370319991|840370319991|TEMP|Permanent|9991|Beaufort|Active|OAP|EPA Office of Atmospheric Programs|R3|34.884800|-76.620300|1.800|-5.00|US|33980| Morehead City, NC |37|NC|031|CARTERET +370330001|370330001|840370330001|O3|Permanent|0001|CHERRYGR|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.307033|-79.467417|235.800|-5.00|US|||37|NC|033|CASWELL +370350004|370350004|840370350004|PM2.5|Permanent|0004|HICKORY|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.728889|-81.365556|640.200|-5.00|US|25860| Hickory-Lenoir-Morganton, NC |37|NC|035|CATAWBA +370370004|370370004|840370370004|O3|Permanent|0004|PITTSBRO|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.757200|-79.159700|120.800|-5.00|US|20500| Durham, NC |37|NC|037|CHATHAM +370510008|370510008|840370510008|O3|Permanent|0008|WADE|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.158686|-78.728035|44.800|-5.00|US|22180| Fayetteville, NC |37|NC|051|CUMBERLAND +370510009|370510009|840370510009|PM2.5|Permanent|0009|W OWEN SCH|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.041416|-78.953112|61.000|-5.00|US|22180| Fayetteville, NC |37|NC|051|CUMBERLAND +370510009|370510009|840370510009|PM10|Permanent|0009|W OWEN SCH|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.041416|-78.953112|61.000|-5.00|US|22180| Fayetteville, NC |37|NC|051|CUMBERLAND +370510010|370510010|840370510010|O3|Permanent|0010|Honeycutt|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.002197|-78.991941||-5.00|US|22180| Fayetteville, NC |37|NC|051|CUMBERLAND +840370510011|370510011|840370510011|O3|Permanent|0011|Wade School|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.148700|-78.706800|47.900|-5.00|US|||37|NC|051|CUMBERLAND +370511003|370511003|840370511003|O3|Permanent|1003|GOLFVIEW|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|34.966702|-78.962502|50.600|-5.00|US|22180| Fayetteville, NC |37|NC|051|CUMBERLAND +370570002|370570002|840370570002|PM2.5|Permanent|0002|LWATTOWR|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.814500|-80.262700|241.000|-5.00|US|45640| Thomasville-Lexington, NC |37|NC|057|DAVIDSON +370590002|370590002|840370590002|O3|Permanent|0002|COOLEEME|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.809399|-80.559196||-5.00|US|49180| Winston-Salem, NC |37|NC|059|DAVIE +370590003|370590003|840370590003|O3|Permanent|0003|Mocksville|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.897060|-80.557281|257.700|-5.00|US|||37|NC|059|DAVIE +370610002|370610002|840370610002|PM2.5|Permanent|0002|KENANSVL|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|34.954700|-77.960800|33.900|-5.00|US|||37|NC|061|DUPLIN +370630015|370630015|840370630015|O3|Permanent|0015|Durham Armory|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.032955|-78.904037|118.000|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630015|370630015|840370630015|PM2.5|Permanent|0015|Durham Armory|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.032955|-78.904037|118.000|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630015|370630015|840370630015|PM10|Permanent|0015|Durham Armory|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.032955|-78.904037|118.000|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630015|370630015|840370630015|SO2|Permanent|0015|Durham Armory|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.032955|-78.904037|118.000|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630015|370630015|840370630015|PMC|Permanent|0015|Durham Armory|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.032955|-78.904037|118.000|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|TEMP|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|WS|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|WD|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|PM10|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|NO2|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|RHUM|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|NO|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|NOY|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|CO|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|BC_LC|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|BARPR|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|SRAD|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|O3|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|PM2.5|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370630099|370630099|840370630099|UV-AETH|Permanent|0099|Burdens Creek|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|35.889402|-78.874700|91.500|-5.00|US|20500| Durham, NC |37|NC|063|DURHAM +370650099|370650099|840370650099|O3|Permanent|0099|LEGGETT|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.988278|-77.584300|18.000|-5.00|US|40580| Rocky Mount, NC |37|NC|065|EDGECOMBE +370650099|370650099|840370650099|PM2.5|Permanent|0099|LEGGETT|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.988278|-77.584300|18.000|-5.00|US|40580| Rocky Mount, NC |37|NC|065|EDGECOMBE +370670022|370670022|840370670022|NOX|Permanent|0022|HATTIEAVEN|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.110600|-80.226700|281.800|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670022|370670022|840370670022|NO|Permanent|0022|HATTIEAVEN|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.110600|-80.226700|281.800|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670022|370670022|840370670022|O3|Permanent|0022|HATTIEAVEN|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.110600|-80.226700|281.800|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670022|370670022|840370670022|PM2.5|Permanent|0022|HATTIEAVEN|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.110600|-80.226700|281.800|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670022|370670022|840370670022|PM10|Permanent|0022|HATTIEAVEN|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.110600|-80.226700|281.800|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670022|370670022|840370670022|NO2|Permanent|0022|HATTIEAVEN|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.110600|-80.226700|281.800|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670022|370670022|840370670022|SO2|Permanent|0022|HATTIEAVEN|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.110600|-80.226700|281.800|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670023|370670023|840370670023|PM10|Permanent|0023|Peter's Creek|Inactive|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.065834|-80.258331|233.000|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670028|370670028|840370670028|O3|Permanent|0028|SHILOHCHUR|Inactive|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.203100|-80.215800|292.500|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670030|370670030|840370670030|O3|Permanent|0030|Clemmons Middle|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.026100|-80.341900|248.900|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370670030|370670030|840370670030|PM2.5|Permanent|0030|Clemmons Middle|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.026100|-80.341900|248.900|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370671008|370671008|840370671008|TEMP|Permanent|1008|UNIONCROSS|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.050800|-80.143898|285.200|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370671008|370671008|840370671008|WS|Permanent|1008|UNIONCROSS|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.050800|-80.143898|285.200|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370671008|370671008|840370671008|WD|Permanent|1008|UNIONCROSS|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.050800|-80.143898|285.200|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370671008|370671008|840370671008|O3|Permanent|1008|UNIONCROSS|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.050800|-80.143898|285.200|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370671008|370671008|840370671008|RHUM|Permanent|1008|UNIONCROSS|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.050800|-80.143898|285.200|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370671008|370671008|840370671008|BARPR|Permanent|1008|UNIONCROSS|Active|NC3|Forsyth County Office of Environmental Assistance and Protection|R4|36.050800|-80.143898|285.200|-5.00|US|49180| Winston-Salem, NC |37|NC|067|FORSYTH +370690001|370690001|840370690001|O3|Permanent|0001|FRANKLTN|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|36.097500|-78.463600||-5.00|US|39580| Raleigh-Cary, NC |37|NC|069|FRANKLIN +370710016|370710016|840370710016|RWS|Permanent|0016|Grier Middle School|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.253101|-81.153297|243.100|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|071|GASTON +370710016|370710016|840370710016|PM2.5|Permanent|0016|Grier Middle School|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.253101|-81.153297|243.100|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|071|GASTON +370710016|370710016|840370710016|RWD|Permanent|0016|Grier Middle School|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.253101|-81.153297|243.100|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|071|GASTON +370750001|370750001|840370750001|O3|Permanent|0001|JOANBOLD|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.257800|-83.795500||-5.00|US|||37|NC|075|GRAHAM +370770001|370770001|840370770001|O3|Permanent|0001|BUTNER|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.141111|-78.768056||-5.00|US|||37|NC|077|GRANVILLE +370810013|370810013|840370810013|O3|Permanent|0013|MENDNHAL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.109006|-79.802314|244.300|-5.00|US|24660| Greensboro-High Point, NC |37|NC|081|GUILFORD +370810013|370810013|840370810013|PM2.5|Permanent|0013|MENDNHAL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.109006|-79.802314|244.300|-5.00|US|24660| Greensboro-High Point, NC |37|NC|081|GUILFORD +370810013|370810013|840370810013|PM10|Permanent|0013|MENDNHAL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.109006|-79.802314|244.300|-5.00|US|24660| Greensboro-High Point, NC |37|NC|081|GUILFORD +370810013|370810013|840370810013|SRAD|Permanent|0013|MENDNHAL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.109006|-79.802314|244.300|-5.00|US|24660| Greensboro-High Point, NC |37|NC|081|GUILFORD +370870004|370870004|840370870004|O3|Permanent|0004|WAYNSVL|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.302799|-82.911903|793.000|-5.00|US|11700| Asheville, NC |37|NC|087|HAYWOOD +370870008|370870008|840370870008|O3|Permanent|0008|WNVLELSC|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.507224|-82.963625|791.800|-5.00|US|||37|NC|087|HAYWOOD +370870013|370870013|840370870013|SO2|Permanent|0013|Canton DRR|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.534000|-82.853000||-5.00|US|||37|NC|087|HAYWOOD +370870035|370870035|840370870035|O3|Permanent|0035|FRYPAN|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.379167|-82.792500|1586.000|-5.00|US|11700| Asheville, NC |37|NC|087|HAYWOOD +370870036|370870036|840370870036|O3|Permanent|0036|PURCHASE|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.587144|-83.074156|1550.900|-5.00|US|11700| Asheville, NC |37|NC|087|HAYWOOD +370990005|370990005|840370990005|O3|Permanent|0005|Barnet Knob Firetower Rd|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.524399|-83.236099|1442.300|-5.00|US|||37|NC|099|JACKSON +371010002|371010002|840371010002|O3|Permanent|0002|JOHNSTON|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.590950|-78.462200|126.900|-5.00|US|39580| Raleigh-Cary, NC |37|NC|101|JOHNSTON +371010002|371010002|840371010002|PM2.5|Permanent|0002|JOHNSTON|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.590950|-78.462200|126.900|-5.00|US|39580| Raleigh-Cary, NC |37|NC|101|JOHNSTON +371050002|371050002|840371050002|NO|Permanent|0002|Blackstone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.432500|-79.288700|130.800|-5.00|US|||37|NC|105|LEE +371050002|371050002|840371050002|O3|Permanent|0002|Blackstone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.432500|-79.288700|130.800|-5.00|US|||37|NC|105|LEE +371050002|371050002|840371050002|RWS|Permanent|0002|Blackstone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.432500|-79.288700|130.800|-5.00|US|||37|NC|105|LEE +371050002|371050002|840371050002|NO2|Permanent|0002|Blackstone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.432500|-79.288700|130.800|-5.00|US|||37|NC|105|LEE +371050002|371050002|840371050002|SO2|Permanent|0002|Blackstone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.432500|-79.288700|130.800|-5.00|US|||37|NC|105|LEE +371050002|371050002|840371050002|TEMP|Permanent|0002|Blackstone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.432500|-79.288700|130.800|-5.00|US|||37|NC|105|LEE +371050002|371050002|840371050002|RHUM|Permanent|0002|Blackstone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.432500|-79.288700|130.800|-5.00|US|||37|NC|105|LEE +371050002|371050002|840371050002|NOX|Permanent|0002|Blackstone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.432500|-79.288700|130.800|-5.00|US|||37|NC|105|LEE +371050002|371050002|840371050002|RWD|Permanent|0002|Blackstone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.432500|-79.288700|130.800|-5.00|US|||37|NC|105|LEE +371070004|371070004|840371070004|O3|Permanent|0004|LENOIRCOLL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.231459|-77.568792|14.900|-5.00|US|28820| Kinston, NC |37|NC|107|LENOIR +371090004|371090004|840371090004|O3|Permanent|0004|CROUSE|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.438556|-81.276750|269.900|-5.00|US|30740| Lincolnton, NC |37|NC|109|LINCOLN +371110004|371110004|840371110004|PM2.5|Permanent|0004|MARION|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.687500|-81.993600|444.100|-5.00|US|||37|NC|111|MC DOWELL +371110004|371110004|840371110004|RWD|Permanent|0004|MARION|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.687500|-81.993600|444.100|-5.00|US|||37|NC|111|MC DOWELL +371110004|371110004|840371110004|RWS|Permanent|0004|MARION|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.687500|-81.993600|444.100|-5.00|US|||37|NC|111|MC DOWELL +371139991|371139991|840371139991|O3|Permanent|9991|Coweeta|Active|OAP|EPA Office of Atmospheric Programs|R3|35.060800|-83.430600|686.300|-5.00|US|||37|NC|113|MACON +371139991|371139991|840371139991|TEMP|Permanent|9991|Coweeta|Active|OAP|EPA Office of Atmospheric Programs|R3|35.060800|-83.430600|686.300|-5.00|US|||37|NC|113|MACON +371170001|371170001|840371170001|O3|Permanent|0001|JAMESVIL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.810660|-76.906249|13.700|-5.00|US|||37|NC|117|MARTIN +371170001|371170001|840371170001|PM10|Permanent|0001|JAMESVIL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.810660|-76.906249|13.700|-5.00|US|||37|NC|117|MARTIN +371170001|371170001|840371170001|SO2|Permanent|0001|JAMESVIL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.810660|-76.906249|13.700|-5.00|US|||37|NC|117|MARTIN +371190041|371190041|840371190041|NO|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|PRECIP|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|NOY|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|O3|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|WD|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|RHUM|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|BARPR|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|SO2|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|SRAD|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|NOX|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|PM2.5|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|PM10|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|NO2|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|CO|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|TEMP|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190041|371190041|840371190041|WS|Permanent|0041|GARINGER|Active|NC2|Mecklenburg County Air Quality|R4|35.241100|-80.783100||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190042|371190042|840371190042|PM2.5|Permanent|0042|Montclaire|Inactive|NC2|Mecklenburg County Air Quality|R4|35.151400|-80.866900||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190045|371190045|840371190045|PM2.5|Permanent|0045|Remount|Active|NC2|Mecklenburg County Air Quality|R4|35.213171|-80.874084||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190045|371190045|840371190045|NO2|Permanent|0045|Remount|Active|NC2|Mecklenburg County Air Quality|R4|35.213171|-80.874084||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190045|371190045|840371190045|NOX|Permanent|0045|Remount|Active|NC2|Mecklenburg County Air Quality|R4|35.213171|-80.874084||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190045|371190045|840371190045|NO|Permanent|0045|Remount|Active|NC2|Mecklenburg County Air Quality|R4|35.213171|-80.874084||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190045|371190045|840371190045|CO|Permanent|0045|Remount|Active|NC2|Mecklenburg County Air Quality|R4|35.213171|-80.874084||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190045|371190045|840371190045|TEMP|Permanent|0045|Remount|Active|NC2|Mecklenburg County Air Quality|R4|35.213171|-80.874084||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190045|371190045|840371190045|WS|Permanent|0045|Remount|Active|NC2|Mecklenburg County Air Quality|R4|35.213171|-80.874084||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190045|371190045|840371190045|WD|Permanent|0045|Remount|Active|NC2|Mecklenburg County Air Quality|R4|35.213171|-80.874084||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190045|371190045|840371190045|RHUM|Permanent|0045|Remount|Active|NC2|Mecklenburg County Air Quality|R4|35.213171|-80.874084||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371190046|371190046|840371190046|O3|Permanent|0046|University Meadows|Active|NC2|Mecklenburg County Air Quality|R4|35.314158|-80.713469|215.900|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +840371190047|371190047|840371190047|PM10|Permanent|0047|Ramblewood Park|Active|NC2|Mecklenburg County Air Quality|R4|35.123954|-80.907577|179.000|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +840371190048|371190048|840371190048|PM2.5|Permanent|0048|Friendship Park|Active|NC2|Mecklenburg County Air Quality|R4|35.281791|-80.851473|223.900|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371191005|371191005|840371191005|O3|Permanent|1005|ARROW|Inactive|NC2|Mecklenburg County Air Quality|R4|35.113100|-80.919700||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371191009|371191009|840371191009|O3|Permanent|1009|CNTY LIN|Inactive|NC2|Mecklenburg County Air Quality|R4|35.348600|-80.693600||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|119|MECKLENBURG +371210004|371210004|840371210004|PM2.5|Permanent|0004|Spruce Pine|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.912487|-82.062082||-5.00|US|||37|NC|121|MITCHELL +371230001|371230001|840371230001|RHUM|Permanent|0001|Candor FRO|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.263165|-79.836636|197.900|-5.00|US|||37|NC|123|MONTGOMERY +371230001|371230001|840371230001|BARPR|Permanent|0001|Candor FRO|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.263165|-79.836636|197.900|-5.00|US|||37|NC|123|MONTGOMERY +371230001|371230001|840371230001|RWD|Permanent|0001|Candor FRO|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.263165|-79.836636|197.900|-5.00|US|||37|NC|123|MONTGOMERY +371230001|371230001|840371230001|RWS|Permanent|0001|Candor FRO|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.263165|-79.836636|197.900|-5.00|US|||37|NC|123|MONTGOMERY +371230001|371230001|840371230001|PM2.5|Permanent|0001|Candor FRO|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.263165|-79.836636|197.900|-5.00|US|||37|NC|123|MONTGOMERY +371230001|371230001|840371230001|TEMP|Permanent|0001|Candor FRO|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.263165|-79.836636|197.900|-5.00|US|||37|NC|123|MONTGOMERY +371239991|371239991|840371239991|O3|Permanent|9991|Candor|Active|OAP|EPA Office of Atmospheric Programs|R3|35.260000|-79.840000|197.900|-5.00|US|||37|NC|123|MONTGOMERY +371239991|371239991|840371239991|TEMP|Permanent|9991|Candor|Active|OAP|EPA Office of Atmospheric Programs|R3|35.260000|-79.840000|197.900|-5.00|US|||37|NC|123|MONTGOMERY +371290002|371290002|840371290002|PMC|Permanent|0002|CASTLE H|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|34.364167|-77.838611|4.900|-5.00|US|48900| Wilmington, NC |37|NC|129|NEW HANOVER +371290002|371290002|840371290002|O3|Permanent|0002|CASTLE H|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|34.364167|-77.838611|4.900|-5.00|US|48900| Wilmington, NC |37|NC|129|NEW HANOVER +371290002|371290002|840371290002|PM2.5|Permanent|0002|CASTLE H|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|34.364167|-77.838611|4.900|-5.00|US|48900| Wilmington, NC |37|NC|129|NEW HANOVER +371290002|371290002|840371290002|PM10|Permanent|0002|CASTLE H|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|34.364167|-77.838611|4.900|-5.00|US|48900| Wilmington, NC |37|NC|129|NEW HANOVER +371290006|371290006|840371290006|SO2|Permanent|0006|NEWHANO|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|34.268398|-77.956398|5.800|-5.00|US|48900| Wilmington, NC |37|NC|129|NEW HANOVER +371310003|371310003|840371310003|NO2|Permanent|0003|Northampton|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.511708|-77.655389|54.900|-5.00|US|||37|NC|131|NORTHAMPTON +371310003|371310003|840371310003|NOX|Permanent|0003|Northampton|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.511708|-77.655389|54.900|-5.00|US|||37|NC|131|NORTHAMPTON +371310003|371310003|840371310003|NO|Permanent|0003|Northampton|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.511708|-77.655389|54.900|-5.00|US|||37|NC|131|NORTHAMPTON +371310003|371310003|840371310003|PM2.5|Permanent|0003|Northampton|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.511708|-77.655389|54.900|-5.00|US|||37|NC|131|NORTHAMPTON +371450003|371450003|840371450003|O3|Permanent|0003|BUSHYFRK|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.306965|-79.091970|198.300|-5.00|US|20500| Durham, NC |37|NC|145|PERSON +371450004|371450004|840371450004|SO2|Permanent|0004|Semora DRR|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|36.489943|-79.058523||-5.00|US|||37|NC|145|PERSON +371470006|371470006|840371470006|O3|Permanent|0006|PITTAGCT|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.641276|-77.360126|6.700|-5.00|US|24780| Greenville, NC |37|NC|147|PITT +371470006|371470006|840371470006|PM2.5|Permanent|0006|PITTAGCT|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.641276|-77.360126|6.700|-5.00|US|24780| Greenville, NC |37|NC|147|PITT +371570099|371570099|840371570099|O3|Permanent|0099|BETHANY|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.308889|-79.859167|274.200|-5.00|US|24660| Greensboro-High Point, NC |37|NC|157|ROCKINGHAM +371579997|371579997|840371579997|NO2|Permanent|9997|Station 160 North|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.344350|-79.816140||-5.00|US|||37|NC|157|ROCKINGHAM +371579998|371579998|840371579998|NO2|Permanent|9998|Station 160 South|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|36.341740|-79.821730||-5.00|US|||37|NC|157|ROCKINGHAM +371590021|371590021|840371590021|BARPR|Permanent|0021|ROCKWELL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.551868|-80.395039|240.000|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371590021|371590021|840371590021|SRAD|Permanent|0021|ROCKWELL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.551868|-80.395039|240.000|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371590021|371590021|840371590021|RHUM|Permanent|0021|ROCKWELL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.551868|-80.395039|240.000|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371590021|371590021|840371590021|RWD|Permanent|0021|ROCKWELL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.551868|-80.395039|240.000|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371590021|371590021|840371590021|O3|Permanent|0021|ROCKWELL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.551868|-80.395039|240.000|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371590021|371590021|840371590021|PM2.5|Permanent|0021|ROCKWELL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.551868|-80.395039|240.000|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371590021|371590021|840371590021|RWS|Permanent|0021|ROCKWELL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.551868|-80.395039|240.000|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371590021|371590021|840371590021|NO2|Permanent|0021|ROCKWELL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.551868|-80.395039|240.000|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371590021|371590021|840371590021|TEMP|Permanent|0021|ROCKWELL|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.551868|-80.395039|240.000|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371590022|371590022|840371590022|O3|Permanent|0022|ENOCH|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.534700|-80.698600|269.900|-5.00|US|41580| Salisbury, NC |37|NC|159|ROWAN +371630005|371630005|840371630005|NOY|Permanent|0005|CLINTCRP|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.024700|-78.291700|32.900|-5.00|US|||37|NC|163|SAMPSON +371630005|371630005|840371630005|NO2Y|Permanent|0005|CLINTCRP|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.024700|-78.291700|32.900|-5.00|US|||37|NC|163|SAMPSON +371630005|371630005|840371630005|NOX|Permanent|0005|CLINTCRP|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.024700|-78.291700|32.900|-5.00|US|||37|NC|163|SAMPSON +371630005|371630005|840371630005|NO|Permanent|0005|CLINTCRP|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.024700|-78.291700|32.900|-5.00|US|||37|NC|163|SAMPSON +371730002|371730002|840371730002|RHUM|Permanent|0002|BRYSON|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.434767|-83.442133|560.300|-5.00|US|||37|NC|173|SWAIN +371730002|371730002|840371730002|BARPR|Permanent|0002|BRYSON|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.434767|-83.442133|560.300|-5.00|US|||37|NC|173|SWAIN +371730002|371730002|840371730002|RWD|Permanent|0002|BRYSON|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.434767|-83.442133|560.300|-5.00|US|||37|NC|173|SWAIN +371730002|371730002|840371730002|RWS|Permanent|0002|BRYSON|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.434767|-83.442133|560.300|-5.00|US|||37|NC|173|SWAIN +371730002|371730002|840371730002|O3|Permanent|0002|BRYSON|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.434767|-83.442133|560.300|-5.00|US|||37|NC|173|SWAIN +371730002|371730002|840371730002|PM2.5|Permanent|0002|BRYSON|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.434767|-83.442133|560.300|-5.00|US|||37|NC|173|SWAIN +371730002|371730002|840371730002|TEMP|Permanent|0002|BRYSON|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.434767|-83.442133|560.300|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|O3|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|PM2.5|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|TEMP|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|WS|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|WD|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|RHUM|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|BARPR|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|SRAD|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|PRECIP|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|DEWPOINT|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|RWD|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371730007|371730007|840371730007|RWS|Permanent|0007|Eastern Band of Cherokee: Old Cherokee High|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|35.498611|-83.309998|604.500|-5.00|US|||37|NC|173|SWAIN +371790003|371790003|840371790003|O3|Permanent|0003|MONROEMS|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|34.973889|-80.540833|200.100|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |37|NC|179|UNION +371830014|371830014|840371830014|TEMP|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|O3|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|PM2.5|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|RWS|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|PM10|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|BARPR|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|SRAD|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|PRECIP|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|RWD|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|NO2|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|CO|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|SO2|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|NOY|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|PMC|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830014|371830014|840371830014|RHUM|Permanent|0014|Millbrook NCore|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.856111|-78.574167|30.500|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830016|371830016|840371830016|O3|Permanent|0016|FUQUAY|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.585000|-78.794700|116.800|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830021|371830021|840371830021|CO|Permanent|0021|Triple Oak - Near Road|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.865200|-78.819700|97.000|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830021|371830021|840371830021|NOX|Permanent|0021|Triple Oak - Near Road|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.865200|-78.819700|97.000|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830021|371830021|840371830021|NO|Permanent|0021|Triple Oak - Near Road|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.865200|-78.819700|97.000|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830021|371830021|840371830021|PM2.5|Permanent|0021|Triple Oak - Near Road|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.865200|-78.819700|97.000|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371830021|371830021|840371830021|NO2|Permanent|0021|Triple Oak - Near Road|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.865200|-78.819700|97.000|-5.00|US|39580| Raleigh-Cary, NC |37|NC|183|WAKE +371890003|371890003|840371890003|PM2.5|Permanent|0003|Boone|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|36.221940|-81.663050||-5.00|US|||37|NC|189|WATAUGA +371910005|371910005|840371910005|PM2.5|Permanent|0005|DILLARD|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.369200|-77.993900|32.900|-5.00|US|24140| Goldsboro, NC |37|NC|191|WAYNE +371910005|371910005|840371910005|RWD|Permanent|0005|DILLARD|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.369200|-77.993900|32.900|-5.00|US|24140| Goldsboro, NC |37|NC|191|WAYNE +371910005|371910005|840371910005|RWS|Permanent|0005|DILLARD|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.369200|-77.993900|32.900|-5.00|US|24140| Goldsboro, NC |37|NC|191|WAYNE +371990004|371990004|840371990004|O3|Permanent|0004|Mt Mitchell|Active|NC1|North Carolina DEQ - Division of Air Quality|R4|35.765413|-82.264944|2024.300|-5.00|US|||37|NC|199|YANCEY +380070002|380070002|840380070002|RHUM|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|SRAD|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|PRECIP|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|O3|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|PM2.5|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|SO2|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|RWD|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|RWS|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|TEMP|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|WS|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380070002|380070002|840380070002|WD|Permanent|0002|Theodore Roosevelt NP - Painted Canyon VC|Active|ND1|North Dakota Department of Environmental Quality|R8|46.949699|-103.514397||-7.00|US|19860| Dickinson, ND |38|ND|007|BILLINGS +380130004|380130004|840380130004|O3|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|WD|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|RHUM|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|BARPR|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|SRAD|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|NOX|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|NO|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|PM2.5|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|PM10|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|NO2|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|SO2|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|TEMP|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380130004|380130004|840380130004|WS|Permanent|0004|Lostwood NWR|Active|ND1|North Dakota Department of Environmental Quality|R8|48.641899|-102.402199|696.300|-6.00|US|||38|ND|013|BURKE +380150003|380150003|840380150003|SRAD|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|NOX|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|O3|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|PM2.5|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|NO|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|PMC|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|TEMP|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|WS|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|WD|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|BARPR|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|PM10|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|NO2|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|CO|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380150003|380150003|840380150003|SO2|Permanent|0003|Bismarck Residential|Active|ND1|North Dakota Department of Environmental Quality|R8|46.825300|-100.768100|580.100|-6.00|US|13900| Bismarck, ND |38|ND|015|BURLEIGH +380171004|380171004|840380171004|WD|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|BARPR|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|NOX|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|NO|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|RWD|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|PM10|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|NO2|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|SO2|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|TEMP|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|RWS|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|WS|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|O3|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380171004|380171004|840380171004|PM2.5|Permanent|1004|Fargo NW|Active|ND1|North Dakota Department of Environmental Quality|R8|46.933601|-96.854698|275.100|-6.00|US|22020| Fargo, ND-MN |38|ND|017|CASS +380250003|380250003|840380250003|PM2.5|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|NO2|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|SO2|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|TEMP|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|WS|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|WD|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|PM10|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|BARPR|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|O3|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|SRAD|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|NOX|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|NO|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|RWD|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +380250003|380250003|840380250003|RWS|Permanent|0003|Dunn Center|Inactive|ND1|North Dakota Department of Environmental Quality|R8|47.320301|-102.526398|683.200|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|WD|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|RHUM|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|BARPR|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|PM10|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|NO2|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|SO2|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|TEMP|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|SRAD|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|RWD|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|WS|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|O3|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|RWS|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +840380250004|380250004|840380250004|PM2.5|Permanent|0004|Lake Ilo|Active|ND1|North Dakota Department of Environmental Quality|R8|47.342589|-102.645997|683.800|-7.00|US|||38|ND|025|DUNN +380530002|380530002|840380530002|WD|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|BARPR|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|O3|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|PM2.5|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|PM10|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|NO2|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|NOX|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|NO|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|SO2|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|TEMP|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380530002|380530002|840380530002|WS|Permanent|0002|TRNP-NU|Active|ND1|North Dakota Department of Environmental Quality|R8|47.601100|-103.264200||-6.00|US|||38|ND|053|MC KENZIE +380570004|380570004|840380570004|SRAD|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|NOX|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|NO|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|NO2|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|SO2|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|PM10|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|TEMP|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|WS|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|WD|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|BARPR|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|O3|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380570004|380570004|840380570004|PM2.5|Permanent|0004|Beulah North|Active|ND1|North Dakota Department of Environmental Quality|R8|47.298600|-101.766900|630.100|-6.00|US|||38|ND|057|MERCER +380650002|380650002|840380650002|SO2|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|NOX|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|NO|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|O3|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|PM2.5|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|PM10|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|NO2|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|TEMP|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|WS|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|WD|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +380650002|380650002|840380650002|BARPR|Permanent|0002|Hannover|Active|ND1|North Dakota Department of Environmental Quality|R8|47.185800|-101.428100|697.200|-6.00|US|||38|ND|065|OLIVER +381010003|381010003|840381010003|TEMP|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|WS|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|WD|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|O3|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|PM2.5|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|PM10|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|NOX|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|NO|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|BARPR|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|RWD|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|NO2|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381010003|381010003|840381010003|SO2|Permanent|0003|RYDER|Active|ND1|North Dakota Department of Environmental Quality|R8|47.940861|-101.571583|665.500|-6.00|US|||38|ND|101|WARD +381050003|381050003|840381050003|O3|Permanent|0003|Williston|Inactive|ND1|North Dakota Department of Environmental Quality|R8|48.152822|-103.639583|565.200|-6.00|US|||38|ND|105|WILLIAMS +381050003|381050003|840381050003|PM2.5|Permanent|0003|Williston|Inactive|ND1|North Dakota Department of Environmental Quality|R8|48.152822|-103.639583|565.200|-6.00|US|||38|ND|105|WILLIAMS +381050003|381050003|840381050003|PM10|Permanent|0003|Williston|Inactive|ND1|North Dakota Department of Environmental Quality|R8|48.152822|-103.639583|565.200|-6.00|US|||38|ND|105|WILLIAMS +381050003|381050003|840381050003|TEMP|Permanent|0003|Williston|Inactive|ND1|North Dakota Department of Environmental Quality|R8|48.152822|-103.639583|565.200|-6.00|US|||38|ND|105|WILLIAMS +381050003|381050003|840381050003|WS|Permanent|0003|Williston|Inactive|ND1|North Dakota Department of Environmental Quality|R8|48.152822|-103.639583|565.200|-6.00|US|||38|ND|105|WILLIAMS +381050003|381050003|840381050003|WD|Permanent|0003|Williston|Inactive|ND1|North Dakota Department of Environmental Quality|R8|48.152822|-103.639583|565.200|-6.00|US|||38|ND|105|WILLIAMS +381050003|381050003|840381050003|BARPR|Permanent|0003|Williston|Inactive|ND1|North Dakota Department of Environmental Quality|R8|48.152822|-103.639583|565.200|-6.00|US|||38|ND|105|WILLIAMS +390010001|390010001|840390010001|PM2.5|Permanent|0001|West Union|Inactive|OH1|Ohio EPA-DAPC|R5|38.794710|-83.533988|298.900|-5.00|US|||39|OH|001|ADAMS +390010001|390010001|840390010001|SO2|Permanent|0001|West Union|Inactive|OH1|Ohio EPA-DAPC|R5|38.794710|-83.533988|298.900|-5.00|US|||39|OH|001|ADAMS +390030002|390030002|840390030002|PM2.5|Permanent|0002|LIMA|Inactive|OH1|Ohio EPA-DAPC|R5|40.771900|-84.051700||-5.00|US|30620| Lima, OH |39|OH|003|ALLEN +390030002|390030002|840390030002|O3|Permanent|0002|LIMA|Inactive|OH1|Ohio EPA-DAPC|R5|40.771900|-84.051700||-5.00|US|30620| Lima, OH |39|OH|003|ALLEN +390030009|390030009|840390030009|O3|Permanent|0009|Lima|Active|OH1|Ohio EPA-DAPC|R5|40.771000|-84.053900|275.100|-5.00|US|30620| Lima, OH |39|OH|003|ALLEN +390030009|390030009|840390030009|PM2.5|Permanent|0009|Lima|Active|OH1|Ohio EPA-DAPC|R5|40.771000|-84.053900|275.100|-5.00|US|30620| Lima, OH |39|OH|003|ALLEN +390030009|390030009|840390030009|SO2|Permanent|0009|Lima|Active|OH1|Ohio EPA-DAPC|R5|40.771000|-84.053900|275.100|-5.00|US|30620| Lima, OH |39|OH|003|ALLEN +390071001|390071001|840390071001|O3|Permanent|1001|Conneaut|Active|OH1|Ohio EPA-DAPC|R5|41.959695|-80.572808||-5.00|US|11780| Ashtabula, OH |39|OH|007|ASHTABULA +390090004|390090004|840390090004|O3|Permanent|0004|Athens Supersite|Inactive|OH1|Ohio EPA-DAPC|R5|39.308000|-82.118300|279.100|-5.00|US|11900| Athens, OH |39|OH|009|ATHENS +390090004|390090004|840390090004|NO2|Permanent|0004|Athens Supersite|Inactive|OH1|Ohio EPA-DAPC|R5|39.308000|-82.118300|279.100|-5.00|US|11900| Athens, OH |39|OH|009|ATHENS +390090004|390090004|840390090004|CO|Permanent|0004|Athens Supersite|Inactive|OH1|Ohio EPA-DAPC|R5|39.308000|-82.118300|279.100|-5.00|US|11900| Athens, OH |39|OH|009|ATHENS +390090004|390090004|840390090004|SO2|Permanent|0004|Athens Supersite|Inactive|OH1|Ohio EPA-DAPC|R5|39.308000|-82.118300|279.100|-5.00|US|11900| Athens, OH |39|OH|009|ATHENS +390090004|390090004|840390090004|RWD|Permanent|0004|Athens Supersite|Inactive|OH1|Ohio EPA-DAPC|R5|39.308000|-82.118300|279.100|-5.00|US|11900| Athens, OH |39|OH|009|ATHENS +390090004|390090004|840390090004|RWS|Permanent|0004|Athens Supersite|Inactive|OH1|Ohio EPA-DAPC|R5|39.308000|-82.118300|279.100|-5.00|US|11900| Athens, OH |39|OH|009|ATHENS +390130006|390130006|840390130006|NO2|Permanent|0006|Shadyside|Active|OH1|Ohio EPA-DAPC|R5|39.967900|-80.746400|194.900|-5.00|US|||39|OH|013|BELMONT +390130006|390130006|840390130006|SO2|Permanent|0006|Shadyside|Active|OH1|Ohio EPA-DAPC|R5|39.967900|-80.746400|194.900|-5.00|US|||39|OH|013|BELMONT +390133002|390133002|840390133002|SO2|Permanent|3002|Shadyside|Inactive|OH1|Ohio EPA-DAPC|R5|39.967900|-80.746400|194.900|-5.00|US|||39|OH|013|BELMONT +390170004|390170004|840390170004|O3|Permanent|0004|Hamilton|Inactive|OH1|Ohio EPA-DAPC|R5|39.383372|-84.544083||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|017|BUTLER +390170018|390170018|840390170018|O3|Permanent|0018|Middletown Airport|Active|OH1|Ohio EPA-DAPC|R5|39.529481|-84.393364|197.900|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|017|BUTLER +390170019|390170019|840390170019|PM10|Permanent|0019|Amanda Elem|Active|OH1|Ohio EPA-DAPC|R5|39.478849|-84.407675|194.000|-5.00|US|||39|OH|017|BUTLER +390170019|390170019|840390170019|SO2|Permanent|0019|Amanda Elem|Active|OH1|Ohio EPA-DAPC|R5|39.478849|-84.407675|194.000|-5.00|US|||39|OH|017|BUTLER +390170019|390170019|840390170019|WS|Permanent|0019|Amanda Elem|Active|OH1|Ohio EPA-DAPC|R5|39.478849|-84.407675|194.000|-5.00|US|||39|OH|017|BUTLER +390170019|390170019|840390170019|WD|Permanent|0019|Amanda Elem|Active|OH1|Ohio EPA-DAPC|R5|39.478849|-84.407675|194.000|-5.00|US|||39|OH|017|BUTLER +390170019|390170019|840390170019|PM2.5|Permanent|0019|Amanda Elem|Active|OH1|Ohio EPA-DAPC|R5|39.478849|-84.407675|194.000|-5.00|US|||39|OH|017|BUTLER +390170020|390170020|840390170020|PM10|Permanent|0020|Yankee|Active|OH1|Ohio EPA-DAPC|R5|39.472436|-84.394952||-5.00|US|||39|OH|017|BUTLER +390170020|390170020|840390170020|SO2|Permanent|0020|Yankee|Active|OH1|Ohio EPA-DAPC|R5|39.472436|-84.394952||-5.00|US|||39|OH|017|BUTLER +390170020|390170020|840390170020|WS|Permanent|0020|Yankee|Active|OH1|Ohio EPA-DAPC|R5|39.472436|-84.394952||-5.00|US|||39|OH|017|BUTLER +390170020|390170020|840390170020|WD|Permanent|0020|Yankee|Active|OH1|Ohio EPA-DAPC|R5|39.472436|-84.394952||-5.00|US|||39|OH|017|BUTLER +390170020|390170020|840390170020|PM2.5|Permanent|0020|Yankee|Active|OH1|Ohio EPA-DAPC|R5|39.472436|-84.394952||-5.00|US|||39|OH|017|BUTLER +390170021|390170021|840390170021|SO2|Permanent|0021|Made|Active|OH1|Ohio EPA-DAPC|R5|39.464718|-84.403774||-5.00|US|||39|OH|017|BUTLER +390170021|390170021|840390170021|WS|Permanent|0021|Made|Active|OH1|Ohio EPA-DAPC|R5|39.464718|-84.403774||-5.00|US|||39|OH|017|BUTLER +390170021|390170021|840390170021|WD|Permanent|0021|Made|Active|OH1|Ohio EPA-DAPC|R5|39.464718|-84.403774||-5.00|US|||39|OH|017|BUTLER +390170023|390170023|840390170023|O3|Permanent|0023|Crawford Woods|Active|OH1|Ohio EPA-DAPC|R5|39.384671|-84.540537|201.900|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|017|BUTLER +390171004|390171004|840390171004|O3|Permanent|1004|MIDD|Inactive|OH1|Ohio EPA-DAPC|R5|39.531399|-84.391403|298.900|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|017|BUTLER +390179991|390179991|840390179991|O3|Permanent|9991|Oxford|Active|OAP|EPA Office of Atmospheric Programs|R3|39.532700|-84.728600|284.000|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|017|BUTLER +390179991|390179991|840390179991|TEMP|Permanent|9991|Oxford|Active|OAP|EPA Office of Atmospheric Programs|R3|39.532700|-84.728600|284.000|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|017|BUTLER +390230001|390230001|840390230001|O3|Permanent|0001|Springfield Well Fd|Active|OH1|Ohio EPA-DAPC|R5|40.001030|-83.804560|298.900|-5.00|US|44220| Springfield, OH |39|OH|023|CLARK +390230003|390230003|840390230003|O3|Permanent|0003|Mud Run|Active|OH1|Ohio EPA-DAPC|R5|39.855670|-83.997730|298.900|-5.00|US|44220| Springfield, OH |39|OH|023|CLARK +390230005|390230005|840390230005|PM2.5|Permanent|0005|Springfield Fire St1|Active|OH1|Ohio EPA-DAPC|R5|39.928820|-83.809490||-5.00|US|44220| Springfield, OH |39|OH|023|CLARK +390250022|390250022|840390250022|O3|Permanent|0022|Batavia|Active|OH1|Ohio EPA-DAPC|R5|39.082800|-84.144100|110.700|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|025|CLERMONT +390250022|390250022|840390250022|PM2.5|Permanent|0022|Batavia|Active|OH1|Ohio EPA-DAPC|R5|39.082800|-84.144100|110.700|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|025|CLERMONT +390271002|390271002|840390271002|O3|Permanent|1002|Wilmington|Active|OH1|Ohio EPA-DAPC|R5|39.430038|-83.788502||-5.00|US|48940| Wilmington, OH |39|OH|027|CLINTON +390290019|390290019|840390290019|SO2|Permanent|0019|Port Authority|Inactive|OH1|Ohio EPA-DAPC|R5|40.631972|-80.547296||-5.00|US|20620| East Liverpool-Salem, OH |39|OH|029|COLUMBIANA +390290020|390290020|840390290020|RWD|Permanent|0020|E Liverpool - Met|Inactive|OH1|Ohio EPA-DAPC|R5|40.639700|-80.532900||-5.00|US|20620| East Liverpool-Salem, OH |39|OH|029|COLUMBIANA +390290020|390290020|840390290020|RWS|Permanent|0020|E Liverpool - Met|Inactive|OH1|Ohio EPA-DAPC|R5|40.639700|-80.532900||-5.00|US|20620| East Liverpool-Salem, OH |39|OH|029|COLUMBIANA +390290022|390290022|840390290022|SO2|Permanent|0022|East Liverpool|Inactive|OH1|Ohio EPA-DAPC|R5|40.635275|-80.546642||-5.00|US|||39|OH|029|COLUMBIANA +390339991|390339991|840390339991|RHUM|Permanent|9991|Lykens|Inactive|OAP|EPA Office of Atmospheric Programs|R3|40.917300|-82.998200|303.200|-5.00|US|15340| Bucyrus, OH |39|OH|033|CRAWFORD +390339991|390339991|840390339991|SRAD|Permanent|9991|Lykens|Inactive|OAP|EPA Office of Atmospheric Programs|R3|40.917300|-82.998200|303.200|-5.00|US|15340| Bucyrus, OH |39|OH|033|CRAWFORD +390339991|390339991|840390339991|O3|Permanent|9991|Lykens|Inactive|OAP|EPA Office of Atmospheric Programs|R3|40.917300|-82.998200|303.200|-5.00|US|15340| Bucyrus, OH |39|OH|033|CRAWFORD +390339991|390339991|840390339991|TEMP|Permanent|9991|Lykens|Inactive|OAP|EPA Office of Atmospheric Programs|R3|40.917300|-82.998200|303.200|-5.00|US|15340| Bucyrus, OH |39|OH|033|CRAWFORD +390339991|390339991|840390339991|WS|Permanent|9991|Lykens|Inactive|OAP|EPA Office of Atmospheric Programs|R3|40.917300|-82.998200|303.200|-5.00|US|15340| Bucyrus, OH |39|OH|033|CRAWFORD +390339991|390339991|840390339991|WD|Permanent|9991|Lykens|Inactive|OAP|EPA Office of Atmospheric Programs|R3|40.917300|-82.998200|303.200|-5.00|US|15340| Bucyrus, OH |39|OH|033|CRAWFORD +390350034|390350034|840390350034|O3|Permanent|0034|District 6|Active|OH1|Ohio EPA-DAPC|R5|41.555230|-81.575256||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350038|390350038|840390350038|PM2.5|Permanent|0038|St Theodosius|Active|OH1|Ohio EPA-DAPC|R5|41.477011|-81.682383||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350038|390350038|840390350038|SO2|Permanent|0038|St Theodosius|Active|OH1|Ohio EPA-DAPC|R5|41.477011|-81.682383||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350045|390350045|840390350045|SO2|Permanent|0045|Cleveland Fire St13|Inactive|OH1|Ohio EPA-DAPC|R5|41.471782|-81.656792||-5.00|US|||39|OH|035|CUYAHOGA +390350051|390350051|840390350051|CO|Permanent|0051|Galleria|Active|OH1|Ohio EPA-DAPC|R5|41.504661|-81.690186||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350060|390350060|840390350060|RWS|Permanent|0060|GT Craig NCore|Active|OH1|Ohio EPA-DAPC|R5|41.492191|-81.678552|298.900|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350060|390350060|840390350060|O3|Permanent|0060|GT Craig NCore|Active|OH1|Ohio EPA-DAPC|R5|41.492191|-81.678552|298.900|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350060|390350060|840390350060|PM2.5|Permanent|0060|GT Craig NCore|Active|OH1|Ohio EPA-DAPC|R5|41.492191|-81.678552|298.900|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350060|390350060|840390350060|PM10|Permanent|0060|GT Craig NCore|Active|OH1|Ohio EPA-DAPC|R5|41.492191|-81.678552|298.900|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350060|390350060|840390350060|NO2|Permanent|0060|GT Craig NCore|Active|OH1|Ohio EPA-DAPC|R5|41.492191|-81.678552|298.900|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350060|390350060|840390350060|CO|Permanent|0060|GT Craig NCore|Active|OH1|Ohio EPA-DAPC|R5|41.492191|-81.678552|298.900|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350060|390350060|840390350060|SO2|Permanent|0060|GT Craig NCore|Active|OH1|Ohio EPA-DAPC|R5|41.492191|-81.678552|298.900|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350060|390350060|840390350060|RWD|Permanent|0060|GT Craig NCore|Active|OH1|Ohio EPA-DAPC|R5|41.492191|-81.678552|298.900|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350064|390350064|840390350064|O3|Permanent|0064|Berea BOE|Active|OH1|Ohio EPA-DAPC|R5|41.361890|-81.864608||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350065|390350065|840390350065|SO2|Permanent|0065|Harvard Yards|Active|OH1|Ohio EPA-DAPC|R5|41.446682|-81.662419||-5.00|US|||39|OH|035|CUYAHOGA +390350073|390350073|840390350073|PM2.5|Permanent|0073|Cleveland Near Road|Active|OH1|Ohio EPA-DAPC|R5|41.440900|-81.494900||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350073|390350073|840390350073|NO2|Permanent|0073|Cleveland Near Road|Active|OH1|Ohio EPA-DAPC|R5|41.440900|-81.494900||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350073|390350073|840390350073|CO|Permanent|0073|Cleveland Near Road|Active|OH1|Ohio EPA-DAPC|R5|41.440900|-81.494900||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350073|390350073|840390350073|RWD|Permanent|0073|Cleveland Near Road|Active|OH1|Ohio EPA-DAPC|R5|41.440900|-81.494900||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390350073|390350073|840390350073|RWS|Permanent|0073|Cleveland Near Road|Active|OH1|Ohio EPA-DAPC|R5|41.440900|-81.494900||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390355002|390355002|840390355002|O3|Permanent|5002|Mayfield|Active|OH1|Ohio EPA-DAPC|R5|41.537041|-81.458889||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|035|CUYAHOGA +390410002|390410002|840390410002|O3|Permanent|0002|Delaware|Active|OH1|Ohio EPA-DAPC|R5|40.356694|-83.063971||-5.00|US|18140| Columbus, OH |39|OH|041|DELAWARE +390479991|390479991|840390479991|O3|Permanent|9991|Deer Creek|Active|OAP|EPA Office of Atmospheric Programs|R3|39.635900|-83.260500|266.900|-5.00|US|47860| Washington, OH |39|OH|047|FAYETTE +390479991|390479991|840390479991|TEMP|Permanent|9991|Deer Creek|Active|OAP|EPA Office of Atmospheric Programs|R3|39.635900|-83.260500|266.900|-5.00|US|47860| Washington, OH |39|OH|047|FAYETTE +390490029|390490029|840390490029|O3|Permanent|0029|New Albany|Active|OH1|Ohio EPA-DAPC|R5|40.084500|-82.815520||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390490029|390490029|840390490029|PM2.5|Permanent|0029|New Albany|Active|OH1|Ohio EPA-DAPC|R5|40.084500|-82.815520||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390490034|390490034|840390490034|SO2|Permanent|0034|Fairgrounds|Active|OH1|Ohio EPA-DAPC|R5|40.002734|-82.994404||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390490034|390490034|840390490034|NO2|Permanent|0034|Fairgrounds|Active|OH1|Ohio EPA-DAPC|R5|40.002734|-82.994404||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390490037|390490037|840390490037|O3|Permanent|0037|Columbus - Franklin Park|Inactive|OH1|Ohio EPA-DAPC|R5|39.965230|-82.955490||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390490037|390490037|840390490037|NO2|Permanent|0037|Columbus - Franklin Park|Inactive|OH1|Ohio EPA-DAPC|R5|39.965230|-82.955490||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390490038|390490038|840390490038|NO2|Permanent|0038|Smoky Row Near Road|Active|OH1|Ohio EPA-DAPC|R5|40.111090|-83.065376||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390490038|390490038|840390490038|CO|Permanent|0038|Smoky Row Near Road|Active|OH1|Ohio EPA-DAPC|R5|40.111090|-83.065376||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390490038|390490038|840390490038|PM2.5|Permanent|0038|Smoky Row Near Road|Active|OH1|Ohio EPA-DAPC|R5|40.111090|-83.065376||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390490081|390490081|840390490081|O3|Permanent|0081|Maple Canyon|Active|OH1|Ohio EPA-DAPC|R5|40.087807|-82.959585||-5.00|US|18140| Columbus, OH |39|OH|049|FRANKLIN +390530006|390530006|840390530006|SO2|Permanent|0006|Guiding Hand|Active|OH1|Ohio EPA-DAPC|R5|38.949976|-82.110097|169.900|-5.00|US|||39|OH|053|GALLIA +390550004|390550004|840390550004|O3|Permanent|0004|Notre Dame|Active|OH1|Ohio EPA-DAPC|R5|41.515051|-81.249906||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|055|GEAUGA +390570006|390570006|840390570006|O3|Permanent|0006|Xenia|Active|OH1|Ohio EPA-DAPC|R5|39.665750|-83.942850||-5.00|US|19380| Dayton, OH |39|OH|057|GREENE +390610006|390610006|840390610006|O3|Permanent|0006|Sycamore|Active|OH1|Ohio EPA-DAPC|R5|39.278700|-84.366120|298.900|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610006|390610006|840390610006|PM2.5|Permanent|0006|Sycamore|Active|OH1|Ohio EPA-DAPC|R5|39.278700|-84.366120|298.900|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610010|390610010|840390610010|PM2.5|Permanent|0010|Colerain|Active|OH1|Ohio EPA-DAPC|R5|39.214940|-84.690860||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610010|390610010|840390610010|SO2|Permanent|0010|Colerain|Active|OH1|Ohio EPA-DAPC|R5|39.214940|-84.690860||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610010|390610010|840390610010|WS|Permanent|0010|Colerain|Active|OH1|Ohio EPA-DAPC|R5|39.214940|-84.690860||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610010|390610010|840390610010|WD|Permanent|0010|Colerain|Active|OH1|Ohio EPA-DAPC|R5|39.214940|-84.690860||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610010|390610010|840390610010|O3|Permanent|0010|Colerain|Active|OH1|Ohio EPA-DAPC|R5|39.214940|-84.690860||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +840390610014|390610014|840390610014|PM2.5|Permanent|0014|Carthage|Active|OH1|Ohio EPA-DAPC|R5|39.194331|-84.478974||-5.00|US|||39|OH|061|HAMILTON +390610040|390610040|840390610040|CO|Permanent|0040|Taft NCore|Active|OH1|Ohio EPA-DAPC|R5|39.128860|-84.504040||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610040|390610040|840390610040|SO2|Permanent|0040|Taft NCore|Active|OH1|Ohio EPA-DAPC|R5|39.128860|-84.504040||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610040|390610040|840390610040|RWD|Permanent|0040|Taft NCore|Active|OH1|Ohio EPA-DAPC|R5|39.128860|-84.504040||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610040|390610040|840390610040|RWS|Permanent|0040|Taft NCore|Active|OH1|Ohio EPA-DAPC|R5|39.128860|-84.504040||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610040|390610040|840390610040|O3|Permanent|0040|Taft NCore|Active|OH1|Ohio EPA-DAPC|R5|39.128860|-84.504040||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610040|390610040|840390610040|PM2.5|Permanent|0040|Taft NCore|Active|OH1|Ohio EPA-DAPC|R5|39.128860|-84.504040||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610040|390610040|840390610040|PM10|Permanent|0040|Taft NCore|Active|OH1|Ohio EPA-DAPC|R5|39.128860|-84.504040||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610040|390610040|840390610040|NO2|Permanent|0040|Taft NCore|Active|OH1|Ohio EPA-DAPC|R5|39.128860|-84.504040||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +840390610042|390610042|840390610042|PM2.5|Permanent|0042|Lower Price Hill|Active|OH1|Ohio EPA-DAPC|R5|39.104920|-84.551170||-5.00|US|||39|OH|061|HAMILTON +390610048|390610048|840390610048|WS|Permanent|0048|Cincinnati Near Road|Active|OH1|Ohio EPA-DAPC|R5|39.146025|-84.538375||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610048|390610048|840390610048|WD|Permanent|0048|Cincinnati Near Road|Active|OH1|Ohio EPA-DAPC|R5|39.146025|-84.538375||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610048|390610048|840390610048|PM2.5|Permanent|0048|Cincinnati Near Road|Active|OH1|Ohio EPA-DAPC|R5|39.146025|-84.538375||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610048|390610048|840390610048|NO2|Permanent|0048|Cincinnati Near Road|Active|OH1|Ohio EPA-DAPC|R5|39.146025|-84.538375||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +390610048|390610048|840390610048|CO|Permanent|0048|Cincinnati Near Road|Active|OH1|Ohio EPA-DAPC|R5|39.146025|-84.538375||-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|061|HAMILTON +840390630005|390630005|840390630005|SO2|Permanent|0005|Sunny Farms West|Active|OH1|Ohio EPA-DAPC|R5|0.410931|-83.423448||-5.00|US|||39|OH|063|HANCOCK +390810017|390810017|840390810017|O3|Permanent|0017|Steubenville|Active|OH1|Ohio EPA-DAPC|R5|40.366452|-80.615691||-5.00|US|48260| Weirton-Steubenville, WV-OH |39|OH|081|JEFFERSON +390810017|390810017|840390810017|PM2.5|Permanent|0017|Steubenville|Active|OH1|Ohio EPA-DAPC|R5|40.366452|-80.615691||-5.00|US|48260| Weirton-Steubenville, WV-OH |39|OH|081|JEFFERSON +390810017|390810017|840390810017|SO2|Permanent|0017|Steubenville|Active|OH1|Ohio EPA-DAPC|R5|40.366452|-80.615691||-5.00|US|48260| Weirton-Steubenville, WV-OH |39|OH|081|JEFFERSON +390830002|390830002|840390830002|O3|Permanent|0002|Centerburg|Inactive|OH1|Ohio EPA-DAPC|R5|40.310025|-82.691724||-5.00|US|34540| Mount Vernon, OH |39|OH|083|KNOX +390830003|390830003|840390830003|O3|Permanent|0003|Centerburg WWTP|Active|OH1|Ohio EPA-DAPC|R5|40.278860|-82.679560||-5.00|US|||39|OH|083|KNOX +390850003|390850003|840390850003|O3|Permanent|0003|Eastlake|Active|OH1|Ohio EPA-DAPC|R5|41.673006|-81.422455||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|085|LAKE +390850007|390850007|840390850007|O3|Permanent|0007|Painesville|Active|OH1|Ohio EPA-DAPC|R5|41.726811|-81.242156|203.100|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|085|LAKE +390850007|390850007|840390850007|PM2.5|Permanent|0007|Painesville|Active|OH1|Ohio EPA-DAPC|R5|41.726811|-81.242156|203.100|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|085|LAKE +390850007|390850007|840390850007|SO2|Permanent|0007|Painesville|Active|OH1|Ohio EPA-DAPC|R5|41.726811|-81.242156|203.100|-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|085|LAKE +390870006|390870006|840390870006|O3|Permanent|0006|IRONTON|Inactive|OH1|Ohio EPA-DAPC|R5|38.517200|-82.668297||-5.00|US|26580| Huntington-Ashland, WV-KY-OH |39|OH|087|LAWRENCE +390870011|390870011|840390870011|O3|Permanent|0011|Wilgus|Active|OH1|Ohio EPA-DAPC|R5|38.629010|-82.458860||-5.00|US|26580| Huntington-Ashland, WV-KY-OH |39|OH|087|LAWRENCE +390870012|390870012|840390870012|O3|Permanent|0012|ODOT Ironton|Active|OH1|Ohio EPA-DAPC|R5|38.508114|-82.659301|162.900|-5.00|US|39020| Portsmouth, OH |39|OH|087|LAWRENCE +390870012|390870012|840390870012|SO2|Permanent|0012|ODOT Ironton|Active|OH1|Ohio EPA-DAPC|R5|38.508114|-82.659301|162.900|-5.00|US|39020| Portsmouth, OH |39|OH|087|LAWRENCE +390870012|390870012|840390870012|PM2.5|Permanent|0012|ODOT Ironton|Active|OH1|Ohio EPA-DAPC|R5|38.508114|-82.659301|162.900|-5.00|US|39020| Portsmouth, OH |39|OH|087|LAWRENCE +390890005|390890005|840390890005|O3|Permanent|0005|Heath|Active|OH1|Ohio EPA-DAPC|R5|40.026037|-82.433000||-5.00|US|18140| Columbus, OH |39|OH|089|LICKING +390890008|390890008|840390890008|O3|Permanent|0008|Reynoldsburg|Active|OH1|Ohio EPA-DAPC|R5|39.954475|-82.758875||-5.00|US|||39|OH|089|LICKING +390930018|390930018|840390930018|O3|Permanent|0018|Sheffield|Active|OH1|Ohio EPA-DAPC|R5|41.420882|-82.095729||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|093|LORAIN +390950008|390950008|840390950008|SO2|Permanent|0008|Collins Park WTP|Active|OH1|Ohio EPA-DAPC|R5|41.663405|-83.475960||-5.00|US|45780| Toledo, OH |39|OH|095|LUCAS +390950024|390950024|840390950024|O3|Permanent|0024|Erie|Active|OH1|Ohio EPA-DAPC|R5|41.644067|-83.546250|298.900|-5.00|US|45780| Toledo, OH |39|OH|095|LUCAS +390950024|390950024|840390950024|PM2.5|Permanent|0024|Erie|Active|OH1|Ohio EPA-DAPC|R5|41.644067|-83.546250|298.900|-5.00|US|45780| Toledo, OH |39|OH|095|LUCAS +390950027|390950027|840390950027|O3|Permanent|0027|Waterville|Active|OH1|Ohio EPA-DAPC|R5|41.494174|-83.718944|298.900|-5.00|US|45780| Toledo, OH |39|OH|095|LUCAS +390950034|390950034|840390950034|O3|Permanent|0034|Low Service|Inactive|OH1|Ohio EPA-DAPC|R5|41.675213|-83.306930||-5.00|US|45780| Toledo, OH |39|OH|095|LUCAS +390950035|390950035|840390950035|O3|Permanent|0035|Cooley|Active|OH1|Ohio EPA-DAPC|R5|41.669001|-83.287170||-5.00|US|45780| Toledo, OH |39|OH|095|LUCAS +390950081|390950081|840390950081|WS|Permanent|0081|Friendship Park|Inactive|OH1|Ohio EPA-DAPC|R5|41.717800|-83.475600|298.900|-5.00|US|45780| Toledo, OH |39|OH|095|LUCAS +390950081|390950081|840390950081|WD|Permanent|0081|Friendship Park|Inactive|OH1|Ohio EPA-DAPC|R5|41.717800|-83.475600|298.900|-5.00|US|45780| Toledo, OH |39|OH|095|LUCAS +390970007|390970007|840390970007|O3|Permanent|0007|London|Active|OH1|Ohio EPA-DAPC|R5|39.788190|-83.476060||-5.00|US|18140| Columbus, OH |39|OH|097|MADISON +840390990015|390990015|840390990015|PM2.5|Permanent|0015|Youngstown State|Active|OH1|Ohio EPA-DAPC|R5|41.106182|-80.640576||-5.00|US|||39|OH|099|MAHONING +840390990015|390990015|840390990015|SO2|Permanent|0015|Youngstown State|Active|OH1|Ohio EPA-DAPC|R5|41.106182|-80.640576||-5.00|US|||39|OH|099|MAHONING +840390990015|390990015|840390990015|O3|Permanent|0015|Youngstown State|Active|OH1|Ohio EPA-DAPC|R5|41.106182|-80.640576||-5.00|US|||39|OH|099|MAHONING +391030003|391030003|840391030003|O3|Permanent|0003|MEDINA|Inactive|OH1|Ohio EPA-DAPC|R5|41.099201|-81.911400||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|103|MEDINA +391030004|391030004|840391030004|PM2.5|Permanent|0004|Chippewa|Active|OH1|Ohio EPA-DAPC|R5|41.060400|-81.923900||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|103|MEDINA +391030004|391030004|840391030004|O3|Permanent|0004|Chippewa|Active|OH1|Ohio EPA-DAPC|R5|41.060400|-81.923900||-5.00|US|17460| Cleveland-Elyria-Mentor, OH |39|OH|103|MEDINA +391050003|391050003|840391050003|SO2|Permanent|0003|Pomeroy|Inactive|OH1|Ohio EPA-DAPC|R5|39.038502|-82.045601||-5.00|US|||39|OH|105|MEIGS +391090005|391090005|840391090005|O3|Permanent|0005|Miami East HS|Active|OH1|Ohio EPA-DAPC|R5|40.084550|-84.114120||-5.00|US|19380| Dayton, OH |39|OH|109|MIAMI +391130003|391130003|840391130003|CO|Permanent|0003|Reibold|Inactive|OH1|Ohio EPA-DAPC|R5|39.757837|-84.191668||-5.00|US|19380| Dayton, OH |39|OH|113|MONTGOMERY +391130032|391130032|840391130032|PM2.5|Permanent|0032|Library|Inactive|OH1|Ohio EPA-DAPC|R5|39.760659|-84.187678|298.900|-5.00|US|19380| Dayton, OH |39|OH|113|MONTGOMERY +391130034|391130034|840391130034|CO|Permanent|0034|REIBOLD|Inactive|OH1|Ohio EPA-DAPC|R5|39.757837|-84.191668||-5.00|US|19380| Dayton, OH |39|OH|113|MONTGOMERY +391130035|391130035|840391130035|O3|Permanent|0035|Eastwood|Inactive|OH1|Ohio EPA-DAPC|R5|39.785000|-84.134500|240.000|-5.00|US|19380| Dayton, OH |39|OH|113|MONTGOMERY +391130037|391130037|840391130037|O3|Permanent|0037|Eastwood|Active|OH1|Ohio EPA-DAPC|R5|39.785630|-84.134370|243.100|-5.00|US|19380| Dayton, OH |39|OH|113|MONTGOMERY +391130038|391130038|840391130038|PM2.5|Permanent|0038|Sinclair|Active|OH1|Ohio EPA-DAPC|R5|39.758235|-84.197375||-5.00|US|19380| Dayton, OH |39|OH|113|MONTGOMERY +391150004|391150004|840391150004|SO2|Permanent|0004|Hackney|Active|OH1|Ohio EPA-DAPC|R5|39.632301|-81.670097||-5.00|US|||39|OH|115|MORGAN +391219991|391219991|840391219991|O3|Permanent|9991|Quaker City|Active|OAP|EPA Office of Atmospheric Programs|R3|39.942800|-81.337300|372.100|-5.00|US|||39|OH|121|NOBLE +391219991|391219991|840391219991|TEMP|Permanent|9991|Quaker City|Active|OAP|EPA Office of Atmospheric Programs|R3|39.942800|-81.337300|372.100|-5.00|US|||39|OH|121|NOBLE +391331001|391331001|840391331001|O3|Permanent|1001|Lake Rockwell|Active|OH1|Ohio EPA-DAPC|R5|41.182466|-81.330486||-5.00|US|10420| Akron, OH |39|OH|133|PORTAGE +391351001|391351001|840391351001|O3|Permanent|1001|Preble NCore|Active|OH1|Ohio EPA-DAPC|R5|39.835620|-84.720490||-5.00|US|19380| Dayton, OH |39|OH|135|PREBLE +391351001|391351001|840391351001|PM2.5|Permanent|1001|Preble NCore|Active|OH1|Ohio EPA-DAPC|R5|39.835620|-84.720490||-5.00|US|19380| Dayton, OH |39|OH|135|PREBLE +391351001|391351001|840391351001|CO|Permanent|1001|Preble NCore|Active|OH1|Ohio EPA-DAPC|R5|39.835620|-84.720490||-5.00|US|19380| Dayton, OH |39|OH|135|PREBLE +391351001|391351001|840391351001|SO2|Permanent|1001|Preble NCore|Active|OH1|Ohio EPA-DAPC|R5|39.835620|-84.720490||-5.00|US|19380| Dayton, OH |39|OH|135|PREBLE +391351001|391351001|840391351001|RWD|Permanent|1001|Preble NCore|Active|OH1|Ohio EPA-DAPC|R5|39.835620|-84.720490||-5.00|US|19380| Dayton, OH |39|OH|135|PREBLE +391351001|391351001|840391351001|RWS|Permanent|1001|Preble NCore|Active|OH1|Ohio EPA-DAPC|R5|39.835620|-84.720490||-5.00|US|19380| Dayton, OH |39|OH|135|PREBLE +391450013|391450013|840391450013|SO2|Permanent|0013|Portsmouth Water Treatment Plant|Inactive|OH1|Ohio EPA-DAPC|R5|38.754595|-82.917000|298.900|-5.00|US|39020| Portsmouth, OH |39|OH|145|SCIOTO +391510016|391510016|840391510016|O3|Permanent|0016|Malone Univ|Active|OH1|Ohio EPA-DAPC|R5|40.828052|-81.378333||-5.00|US|15940| Canton-Massillon, OH |39|OH|151|STARK +391510016|391510016|840391510016|WS|Permanent|0016|Malone Univ|Active|OH1|Ohio EPA-DAPC|R5|40.828052|-81.378333||-5.00|US|15940| Canton-Massillon, OH |39|OH|151|STARK +391510016|391510016|840391510016|WD|Permanent|0016|Malone Univ|Active|OH1|Ohio EPA-DAPC|R5|40.828052|-81.378333||-5.00|US|15940| Canton-Massillon, OH |39|OH|151|STARK +391510019|391510019|840391510019|O3|Permanent|0019|BREWSTER|Inactive|OH1|Ohio EPA-DAPC|R5|40.708302|-81.600800|298.900|-5.00|US|15940| Canton-Massillon, OH |39|OH|151|STARK +391510020|391510020|840391510020|PM2.5|Permanent|0020|Canton|Active|OH1|Ohio EPA-DAPC|R5|40.800717|-81.373000|311.100|-5.00|US|15940| Canton-Massillon, OH |39|OH|151|STARK +391510022|391510022|840391510022|O3|Permanent|0022|Brewster|Active|OH1|Ohio EPA-DAPC|R5|40.712778|-81.598333|298.000|-5.00|US|15940| Canton-Massillon, OH |39|OH|151|STARK +391510023|391510023|840391510023|O3|Permanent|0023|WILMOT|Inactive|OH1|Ohio EPA-DAPC|R5|40.671700|-81.640900|322.100|-5.00|US|15940| Canton-Massillon, OH |39|OH|151|STARK +391510025|391510025|840391510025|CO|Permanent|0025|Akron - NIHF_STEM|Inactive|OH1|Ohio EPA-DAPC|R5|41.079140|-81.516270||-5.00|US|10420| Akron, OH |39|OH|151|STARK +391510025|391510025|840391510025|SO2|Permanent|0025|Akron - NIHF_STEM|Inactive|OH1|Ohio EPA-DAPC|R5|41.079140|-81.516270||-5.00|US|10420| Akron, OH |39|OH|151|STARK +391514005|391514005|840391514005|O3|Permanent|4005|Alliance|Active|OH1|Ohio EPA-DAPC|R5|40.931398|-81.123519||-5.00|US|15940| Canton-Massillon, OH |39|OH|151|STARK +391530014|391530014|840391530014|RWD|Permanent|0014|Broadway|Inactive|OH1|Ohio EPA-DAPC|R5|41.079184|-81.516480|298.900|-5.00|US|10420| Akron, OH |39|OH|153|SUMMIT +391530014|391530014|840391530014|RWS|Permanent|0014|Broadway|Inactive|OH1|Ohio EPA-DAPC|R5|41.079184|-81.516480|298.900|-5.00|US|10420| Akron, OH |39|OH|153|SUMMIT +391530017|391530017|840391530017|PM2.5|Permanent|0017|East HS|Active|OH1|Ohio EPA-DAPC|R5|41.063526|-81.468956||-5.00|US|10420| Akron, OH |39|OH|153|SUMMIT +391530017|391530017|840391530017|SO2|Permanent|0017|East HS|Active|OH1|Ohio EPA-DAPC|R5|41.063526|-81.468956||-5.00|US|10420| Akron, OH |39|OH|153|SUMMIT +391530022|391530022|840391530022|CO|Permanent|0022|Workshop|Inactive|OH1|Ohio EPA-DAPC|R5|41.080266|-81.516228||-5.00|US|10420| Akron, OH |39|OH|153|SUMMIT +391530022|391530022|840391530022|SO2|Permanent|0022|Workshop|Inactive|OH1|Ohio EPA-DAPC|R5|41.080266|-81.516228||-5.00|US|10420| Akron, OH |39|OH|153|SUMMIT +391530025|391530025|840391530025|SO2|Permanent|0025|NIFH STEM MS|Inactive|OH1|Ohio EPA-DAPC|R5|41.079140|-81.516270||-5.00|US|10420| Akron, OH |39|OH|153|SUMMIT +840391530026|391530026|840391530026|O3|Permanent|0026|N/A|Active|OH1|Ohio EPA-DAPC|R5|41.103028|-81.496253||-5.00|US|||39|OH|153|SUMMIT +391550005|391550005|840391550005|PM2.5|Permanent|0005|Warren - Laird Ave.|Inactive|OH1|Ohio EPA-DAPC|R5|41.231167|-80.801914|276.600|-5.00|US|49660| Youngstown-Warren-Boardman, OH-PA |39|OH|155|TRUMBULL +391550009|391550009|840391550009|O3|Permanent|0009|Kinsman|Inactive|OH1|Ohio EPA-DAPC|R5|41.454235|-80.591036||-5.00|US|49660| Youngstown-Warren-Boardman, OH-PA |39|OH|155|TRUMBULL +391550011|391550011|840391550011|O3|Permanent|0011|TCSE|Active|OH1|Ohio EPA-DAPC|R5|41.240537|-80.662759||-5.00|US|49660| Youngstown-Warren-Boardman, OH-PA |39|OH|155|TRUMBULL +391550013|391550013|840391550013|O3|Permanent|0013|Kinsman Maintenance|Active|OH1|Ohio EPA-DAPC|R5|41.454650|-80.588410||-5.00|US|49660| Youngstown-Warren-Boardman, OH-PA |39|OH|155|TRUMBULL +391550014|391550014|840391550014|PM2.5|Permanent|0014|Laird Eng Bldg|Active|OH1|Ohio EPA-DAPC|R5|41.231720|-80.801160|276.900|-5.00|US|49660| Youngstown-Warren-Boardman, OH-PA |39|OH|155|TRUMBULL +391570006|391570006|840391570006|SO2|Permanent|0006|Sugarcreek|Inactive|OH1|Ohio EPA-DAPC|R5|40.511398|-81.639099||-5.00|US|||39|OH|157|TUSCARAWAS +391650007|391650007|840391650007|O3|Permanent|0007|Lebanon|Active|OH1|Ohio EPA-DAPC|R5|39.426890|-84.200770|298.900|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|165|WARREN +391650007|391650007|840391650007|PM2.5|Permanent|0007|Lebanon|Active|OH1|Ohio EPA-DAPC|R5|39.426890|-84.200770|298.900|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|165|WARREN +391650007|391650007|840391650007|WS|Permanent|0007|Lebanon|Active|OH1|Ohio EPA-DAPC|R5|39.426890|-84.200770|298.900|-5.00|US|17140| Cincinnati-Middletown, OH-KY-IN |39|OH|165|WARREN +391670004|391670004|840391670004|O3|Permanent|0004|Marietta WTP|Active|OH1|Ohio EPA-DAPC|R5|39.432093|-81.460402||-5.00|US|37620| Parkersburg-Marietta-Vienna, WV-OH |39|OH|167|WASHINGTON +840391670011|391670011|840391670011|SO2|Permanent|0011|Globe|Active|OH1|Ohio EPA-DAPC|R5|39.584270|-81.670150||-5.00|US|||39|OH|167|WASHINGTON +391730003|391730003|840391730003|O3|Permanent|0003|Bowling Green|Active|OH1|Ohio EPA-DAPC|R5|41.377685|-83.611104||-5.00|US|45780| Toledo, OH |39|OH|173|WOOD +400019009|400019009|840400019009|RWS|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|PMC|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|TEMP|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|RHUM|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|SRAD|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|NO|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|NOY|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|RWD|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|O3|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|PM2.5|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|PM10|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|CO|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400019009|400019009|840400019009|SO2|Permanent|9009|STILWELL CASTNET & NCORE|Active|CK1|Cherokee Nation|R6|35.750599|-94.669701|300.100|-6.00|US|||40|OK|001|ADAIR +400159008|400159008|840400159008|RHUM|Permanent|9008|DN1|Inactive|DN1|Delaware Nation|R6|35.111000|-98.254997||-6.00|US|||40|OK|015|CADDO +400159008|400159008|840400159008|O3|Permanent|9008|DN1|Inactive|DN1|Delaware Nation|R6|35.111000|-98.254997||-6.00|US|||40|OK|015|CADDO +400159008|400159008|840400159008|TEMP|Permanent|9008|DN1|Inactive|DN1|Delaware Nation|R6|35.111000|-98.254997||-6.00|US|||40|OK|015|CADDO +400159008|400159008|840400159008|WS|Permanent|9008|DN1|Inactive|DN1|Delaware Nation|R6|35.111000|-98.254997||-6.00|US|||40|OK|015|CADDO +400159008|400159008|840400159008|WD|Permanent|9008|DN1|Inactive|DN1|Delaware Nation|R6|35.111000|-98.254997||-6.00|US|||40|OK|015|CADDO +400170101|400170101|840400170101|RHUM|Permanent|0101|Yukon|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.479400|-97.750800||-6.00|US|36420| Oklahoma City, OK |40|OK|017|CANADIAN +400170101|400170101|840400170101|RWD|Permanent|0101|Yukon|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.479400|-97.750800||-6.00|US|36420| Oklahoma City, OK |40|OK|017|CANADIAN +400170101|400170101|840400170101|RWS|Permanent|0101|Yukon|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.479400|-97.750800||-6.00|US|36420| Oklahoma City, OK |40|OK|017|CANADIAN +400170101|400170101|840400170101|O3|Permanent|0101|Yukon|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.479400|-97.750800||-6.00|US|36420| Oklahoma City, OK |40|OK|017|CANADIAN +400170101|400170101|840400170101|TEMP|Permanent|0101|Yukon|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.479400|-97.750800||-6.00|US|36420| Oklahoma City, OK |40|OK|017|CANADIAN +400190096|400190096|840400190096|WS|Permanent|0096|Choctaw|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|35.477798|-97.302200||-6.00|US|||40|OK|019|CARTER +400190297|400190297|840400190297|PM2.5|Permanent|0297|Healdton|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.256901|-97.474197|293.100|-6.00|US|11620| Ardmore, OK |40|OK|019|CARTER +400190297|400190297|840400190297|PM10|Permanent|0297|Healdton|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.256901|-97.474197|293.100|-6.00|US|11620| Ardmore, OK |40|OK|019|CARTER +400219002|400219002|840400219002|RHUM|Permanent|9002|TAHLEQUAH|Inactive|CK1|Cherokee Nation|R6|35.854198|-94.986099|237.900|-6.00|US|45140| Tahlequah, OK |40|OK|021|CHEROKEE +400219002|400219002|840400219002|PM10|Permanent|9002|TAHLEQUAH|Inactive|CK1|Cherokee Nation|R6|35.854198|-94.986099|237.900|-6.00|US|45140| Tahlequah, OK |40|OK|021|CHEROKEE +400219002|400219002|840400219002|TEMP|Permanent|9002|TAHLEQUAH|Inactive|CK1|Cherokee Nation|R6|35.854198|-94.986099|237.900|-6.00|US|45140| Tahlequah, OK |40|OK|021|CHEROKEE +400219002|400219002|840400219002|WS|Permanent|9002|TAHLEQUAH|Inactive|CK1|Cherokee Nation|R6|35.854198|-94.986099|237.900|-6.00|US|45140| Tahlequah, OK |40|OK|021|CHEROKEE +400219002|400219002|840400219002|WD|Permanent|9002|TAHLEQUAH|Inactive|CK1|Cherokee Nation|R6|35.854198|-94.986099|237.900|-6.00|US|45140| Tahlequah, OK |40|OK|021|CHEROKEE +40023CNO1|40023CNO1|84040023CNO1|O3|Permanent|CNO1|CNO1|Active|CHO|Choctaw Nation Environmental Office|R6|34.015300|-95.321300|166.200|-6.00|US|||40|OK|023|CHOCTAW +400270049|400270049|840400270049|O3|Permanent|0049|Moore|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.320000|-97.488300||-6.00|US|36420| Oklahoma City, OK |40|OK|027|CLEVELAND +400270049|400270049|840400270049|PM2.5|Permanent|0049|Moore|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.320000|-97.488300||-6.00|US|36420| Oklahoma City, OK |40|OK|027|CLEVELAND +400270049|400270049|840400270049|PM10|Permanent|0049|Moore|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.320000|-97.488300||-6.00|US|36420| Oklahoma City, OK |40|OK|027|CLEVELAND +400310649|400310649|840400310649|O3|Permanent|0649|Lawton South|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|34.514999|-98.398300|332.500|-6.00|US|30020| Lawton, OK |40|OK|031|COMANCHE +400310651|400310651|840400310651|RWS|Permanent|0651|Lawton North|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.632999|-98.428802|362.000|-6.00|US|30020| Lawton, OK |40|OK|031|COMANCHE +400310651|400310651|840400310651|O3|Permanent|0651|Lawton North|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.632999|-98.428802|362.000|-6.00|US|30020| Lawton, OK |40|OK|031|COMANCHE +400310651|400310651|840400310651|PM2.5|Permanent|0651|Lawton North|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.632999|-98.428802|362.000|-6.00|US|30020| Lawton, OK |40|OK|031|COMANCHE +400310651|400310651|840400310651|PM10|Permanent|0651|Lawton North|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.632999|-98.428802|362.000|-6.00|US|30020| Lawton, OK |40|OK|031|COMANCHE +400310651|400310651|840400310651|TEMP|Permanent|0651|Lawton North|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.632999|-98.428802|362.000|-6.00|US|30020| Lawton, OK |40|OK|031|COMANCHE +400310651|400310651|840400310651|RHUM|Permanent|0651|Lawton North|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.632999|-98.428802|362.000|-6.00|US|30020| Lawton, OK |40|OK|031|COMANCHE +400310651|400310651|840400310651|RWD|Permanent|0651|Lawton North|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.632999|-98.428802|362.000|-6.00|US|30020| Lawton, OK |40|OK|031|COMANCHE +400330680|400330680|840400330680|O3|Permanent|0680|Walters|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|34.346901|-98.307503||-6.00|US|||40|OK|033|COTTON +400370144|400370144|840400370144|TEMP|Permanent|0144|Mannford|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.105300|-96.360800||-6.00|US|46140| Tulsa, OK |40|OK|037|CREEK +400370144|400370144|840400370144|RHUM|Permanent|0144|Mannford|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.105300|-96.360800||-6.00|US|46140| Tulsa, OK |40|OK|037|CREEK +400370144|400370144|840400370144|RWD|Permanent|0144|Mannford|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.105300|-96.360800||-6.00|US|46140| Tulsa, OK |40|OK|037|CREEK +400370144|400370144|840400370144|RWS|Permanent|0144|Mannford|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.105300|-96.360800||-6.00|US|46140| Tulsa, OK |40|OK|037|CREEK +400370144|400370144|840400370144|O3|Permanent|0144|Mannford|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.105300|-96.360800||-6.00|US|46140| Tulsa, OK |40|OK|037|CREEK +400430860|400430860|840400430860|O3|Permanent|0860|Seiling|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.158900|-98.935300||-6.00|US|||40|OK|043|DEWEY +400430860|400430860|840400430860|PM2.5|Permanent|0860|Seiling|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.158900|-98.935300||-6.00|US|||40|OK|043|DEWEY +400430860|400430860|840400430860|PM10|Permanent|0860|Seiling|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.158900|-98.935300||-6.00|US|||40|OK|043|DEWEY +400470555|400470555|840400470555|TEMP|Permanent|0555|Kremlin|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.512293|-97.845627||-6.00|US|||40|OK|047|GARFIELD +400470555|400470555|840400470555|RHUM|Permanent|0555|Kremlin|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.512293|-97.845627||-6.00|US|||40|OK|047|GARFIELD +400470555|400470555|840400470555|RWD|Permanent|0555|Kremlin|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.512293|-97.845627||-6.00|US|||40|OK|047|GARFIELD +400470555|400470555|840400470555|RWS|Permanent|0555|Kremlin|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.512293|-97.845627||-6.00|US|||40|OK|047|GARFIELD +400470555|400470555|840400470555|SO2|Permanent|0555|Kremlin|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.512293|-97.845627||-6.00|US|||40|OK|047|GARFIELD +400710602|400710602|840400710602|PM2.5|Permanent|0602|Ponca City|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.704201|-97.087502||-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +400710604|400710604|840400710604|PM2.5|Permanent|0604|Ponca City|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.697189|-97.081278||-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +400710604|400710604|840400710604|PM10|Permanent|0604|Ponca City|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.697189|-97.081278||-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +400710604|400710604|840400710604|SO2|Permanent|0604|Ponca City|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.697189|-97.081278||-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +400719010|400719010|840400719010|O3|Permanent|9010|NEWKIRK|Inactive|CK1|Cherokee Nation|R6|36.956699|-97.034401|334.000|-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +400719010|400719010|840400719010|PM10|Permanent|9010|NEWKIRK|Inactive|CK1|Cherokee Nation|R6|36.956699|-97.034401|334.000|-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +400719010|400719010|840400719010|TEMP|Permanent|9010|NEWKIRK|Inactive|CK1|Cherokee Nation|R6|36.956699|-97.034401|334.000|-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +400719010|400719010|840400719010|WS|Permanent|9010|NEWKIRK|Inactive|CK1|Cherokee Nation|R6|36.956699|-97.034401|334.000|-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +400719010|400719010|840400719010|WD|Permanent|9010|NEWKIRK|Inactive|CK1|Cherokee Nation|R6|36.956699|-97.034401|334.000|-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +400719010|400719010|840400719010|RHUM|Permanent|9010|NEWKIRK|Inactive|CK1|Cherokee Nation|R6|36.956699|-97.034401|334.000|-6.00|US|38620| Ponca City, OK |40|OK|071|KAY +840400750711|400750711|840400750711|RWD|Permanent|0711|Great Plains|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.745832|-98.967698||-6.00|US|||40|OK|075|KIOWA +840400750711|400750711|840400750711|RWS|Permanent|0711|Great Plains|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.745832|-98.967698||-6.00|US|||40|OK|075|KIOWA +840400750711|400750711|840400750711|O3|Permanent|0711|Great Plains|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.745832|-98.967698||-6.00|US|||40|OK|075|KIOWA +840400750711|400750711|840400750711|TEMP|Permanent|0711|Great Plains|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.745832|-98.967698||-6.00|US|||40|OK|075|KIOWA +840400750711|400750711|840400750711|RHUM|Permanent|0711|Great Plains|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.745832|-98.967698||-6.00|US|||40|OK|075|KIOWA +400819005|400819005|840400819005|O3|Permanent|9005|STROUD|Active|SFN|Sac and Fox Nation|R6|35.725000|-96.722200||-6.00|US|36420| Oklahoma City, OK |40|OK|081|LINCOLN +400819024|400819024|840400819024|PM10|Permanent|9024|MOBILE - IOWA|Inactive|CK1|Cherokee Nation|R6|35.913420|-97.024820|298.900|-6.00|US|||40|OK|081|LINCOLN +400819024|400819024|840400819024|TEMP|Permanent|9024|MOBILE - IOWA|Inactive|CK1|Cherokee Nation|R6|35.913420|-97.024820|298.900|-6.00|US|||40|OK|081|LINCOLN +400819024|400819024|840400819024|WS|Permanent|9024|MOBILE - IOWA|Inactive|CK1|Cherokee Nation|R6|35.913420|-97.024820|298.900|-6.00|US|||40|OK|081|LINCOLN +400819024|400819024|840400819024|WD|Permanent|9024|MOBILE - IOWA|Inactive|CK1|Cherokee Nation|R6|35.913420|-97.024820|298.900|-6.00|US|||40|OK|081|LINCOLN +400819024|400819024|840400819024|RHUM|Permanent|9024|MOBILE - IOWA|Inactive|CK1|Cherokee Nation|R6|35.913420|-97.024820|298.900|-6.00|US|||40|OK|081|LINCOLN +400819024|400819024|840400819024|O3|Permanent|9024|MOBILE - IOWA|Inactive|CK1|Cherokee Nation|R6|35.913420|-97.024820|298.900|-6.00|US|||40|OK|081|LINCOLN +400819024|400819024|840400819024|PM2.5|Permanent|9024|MOBILE - IOWA|Inactive|CK1|Cherokee Nation|R6|35.913420|-97.024820|298.900|-6.00|US|||40|OK|081|LINCOLN +400819025|400819025|840400819025|RHUM|Permanent|9025|MOBILE-KICKAPOO|Inactive|CK1|Cherokee Nation|R6|35.488400|-97.090278|349.200|-6.00|US|||40|OK|081|LINCOLN +400819025|400819025|840400819025|PMC|Permanent|9025|MOBILE-KICKAPOO|Inactive|CK1|Cherokee Nation|R6|35.488400|-97.090278|349.200|-6.00|US|||40|OK|081|LINCOLN +400819025|400819025|840400819025|O3|Permanent|9025|MOBILE-KICKAPOO|Inactive|CK1|Cherokee Nation|R6|35.488400|-97.090278|349.200|-6.00|US|||40|OK|081|LINCOLN +400819025|400819025|840400819025|PM2.5|Permanent|9025|MOBILE-KICKAPOO|Inactive|CK1|Cherokee Nation|R6|35.488400|-97.090278|349.200|-6.00|US|||40|OK|081|LINCOLN +400819025|400819025|840400819025|PM10|Permanent|9025|MOBILE-KICKAPOO|Inactive|CK1|Cherokee Nation|R6|35.488400|-97.090278|349.200|-6.00|US|||40|OK|081|LINCOLN +400819025|400819025|840400819025|TEMP|Permanent|9025|MOBILE-KICKAPOO|Inactive|CK1|Cherokee Nation|R6|35.488400|-97.090278|349.200|-6.00|US|||40|OK|081|LINCOLN +400819025|400819025|840400819025|WS|Permanent|9025|MOBILE-KICKAPOO|Inactive|CK1|Cherokee Nation|R6|35.488400|-97.090278|349.200|-6.00|US|||40|OK|081|LINCOLN +400819025|400819025|840400819025|WD|Permanent|9025|MOBILE-KICKAPOO|Inactive|CK1|Cherokee Nation|R6|35.488400|-97.090278|349.200|-6.00|US|||40|OK|081|LINCOLN +400850300|400850300|840400850300|O3|Permanent|0300|Burneyville|Active|OK1|Oklahoma Department of Environmental Quality|R6|33.882500|-97.275803||-6.00|US|11620| Ardmore, OK |40|OK|085|LOVE +840400871074|400871074|840400871074|O3|Permanent|1074|Kessler|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.984686|-97.522753||-6.00|US|||40|OK|087|MC CLAIN +400892001|400892001|840400892001|O3|Permanent|2001|N/A|Inactive|CHO|Choctaw Nation Environmental Office|R6|34.478001|-94.656998||-6.00|US|||40|OK|089|MC CURTAIN +400970188|400970188|840400970188|TEMP|Permanent|0188|Pryor|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.229087|-95.268905||-6.00|US|||40|OK|097|MAYES +400970188|400970188|840400970188|RHUM|Permanent|0188|Pryor|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.229087|-95.268905||-6.00|US|||40|OK|097|MAYES +400970188|400970188|840400970188|RWD|Permanent|0188|Pryor|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.229087|-95.268905||-6.00|US|||40|OK|097|MAYES +400970188|400970188|840400970188|RWS|Permanent|0188|Pryor|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.229087|-95.268905||-6.00|US|||40|OK|097|MAYES +400979014|400979014|840400979014|WD|Permanent|9014|PRYOR|Active|CK1|Cherokee Nation|R6|36.228298|-95.250000|190.000|-6.00|US|||40|OK|097|MAYES +400979014|400979014|840400979014|RHUM|Permanent|9014|PRYOR|Active|CK1|Cherokee Nation|R6|36.228298|-95.250000|190.000|-6.00|US|||40|OK|097|MAYES +400979014|400979014|840400979014|O3|Permanent|9014|PRYOR|Active|CK1|Cherokee Nation|R6|36.228298|-95.250000|190.000|-6.00|US|||40|OK|097|MAYES +400979014|400979014|840400979014|PM10|Permanent|9014|PRYOR|Active|CK1|Cherokee Nation|R6|36.228298|-95.250000|190.000|-6.00|US|||40|OK|097|MAYES +400979014|400979014|840400979014|TEMP|Permanent|9014|PRYOR|Active|CK1|Cherokee Nation|R6|36.228298|-95.250000|190.000|-6.00|US|||40|OK|097|MAYES +400979014|400979014|840400979014|WS|Permanent|9014|PRYOR|Active|CK1|Cherokee Nation|R6|36.228298|-95.250000|190.000|-6.00|US|||40|OK|097|MAYES +401019019|401019019|840401019019|O3|Permanent|9019|MOBILE - FT. GIBSON|Inactive|CK1|Cherokee Nation|R6|35.772499|-95.269997|153.100|-6.00|US|34780| Muskogee, OK |40|OK|101|MUSKOGEE +401019019|401019019|840401019019|PM2.5|Permanent|9019|MOBILE - FT. GIBSON|Inactive|CK1|Cherokee Nation|R6|35.772499|-95.269997|153.100|-6.00|US|34780| Muskogee, OK |40|OK|101|MUSKOGEE +401019019|401019019|840401019019|PM10|Permanent|9019|MOBILE - FT. GIBSON|Inactive|CK1|Cherokee Nation|R6|35.772499|-95.269997|153.100|-6.00|US|34780| Muskogee, OK |40|OK|101|MUSKOGEE +401050207|401050207|840401050207|RHUM|Permanent|0207|Union|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.918242|-95.632127||-6.00|US|||40|OK|105|NOWATA +401050207|401050207|840401050207|RWD|Permanent|0207|Union|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.918242|-95.632127||-6.00|US|||40|OK|105|NOWATA +401050207|401050207|840401050207|RWS|Permanent|0207|Union|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.918242|-95.632127||-6.00|US|||40|OK|105|NOWATA +401050207|401050207|840401050207|O3|Permanent|0207|Union|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.918242|-95.632127||-6.00|US|||40|OK|105|NOWATA +401050207|401050207|840401050207|PM2.5|Permanent|0207|Union|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.918242|-95.632127||-6.00|US|||40|OK|105|NOWATA +401050207|401050207|840401050207|PM10|Permanent|0207|Union|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.918242|-95.632127||-6.00|US|||40|OK|105|NOWATA +401050207|401050207|840401050207|TEMP|Permanent|0207|Union|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.918242|-95.632127||-6.00|US|||40|OK|105|NOWATA +401090096|401090096|840401090096|O3|Permanent|0096|Choctaw|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.477800|-97.302200||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090096|401090096|840401090096|TEMP|Permanent|0096|Choctaw|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.477800|-97.302200||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090096|401090096|840401090096|RHUM|Permanent|0096|Choctaw|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.477800|-97.302200||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090096|401090096|840401090096|RWD|Permanent|0096|Choctaw|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.477800|-97.302200||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090096|401090096|840401090096|RWS|Permanent|0096|Choctaw|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.477800|-97.302200||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|PM10|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|NO2|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|CO|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|TEMP|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|RHUM|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|NOX|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|NO|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|BC|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|RWD|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|RWS|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401090097|401090097|840401090097|PM2.5|Permanent|0097|Near Road OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.502968|-97.577674||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|O3|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|PM2.5|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|PM10|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|NO2|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|CO|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|SO2|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|RHUM|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|NOX|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|NO|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|RWD|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|RWS|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401091037|401091037|840401091037|TEMP|Permanent|1037|North OKC|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.612801|-97.472198||-6.00|US|36420| Oklahoma City, OK |40|OK|109|OKLAHOMA +401130226|401130226|840401130226|O3|Permanent|0226|Skiatook|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.355860|-96.012430||-6.00|US|46140| Tulsa, OK |40|OK|113|OSAGE +401130501|401130501|840401130501|SO2|Permanent|0501|Tulsa Edison|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.161270|-96.015785||-6.00|US|||40|OK|113|OSAGE +401130501|401130501|840401130501|H2S|Permanent|0501|Tulsa Edison|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.161270|-96.015785||-6.00|US|||40|OK|113|OSAGE +401139020|401139020|840401139020|WD|Permanent|9020|MOBILE - OSAGE|Inactive|CK1|Cherokee Nation|R6|36.670258|-96.340317|261.400|-6.00|US|46140| Tulsa, OK |40|OK|113|OSAGE +401139020|401139020|840401139020|RHUM|Permanent|9020|MOBILE - OSAGE|Inactive|CK1|Cherokee Nation|R6|36.670258|-96.340317|261.400|-6.00|US|46140| Tulsa, OK |40|OK|113|OSAGE +401139020|401139020|840401139020|O3|Permanent|9020|MOBILE - OSAGE|Inactive|CK1|Cherokee Nation|R6|36.670258|-96.340317|261.400|-6.00|US|46140| Tulsa, OK |40|OK|113|OSAGE +401139020|401139020|840401139020|PM2.5|Permanent|9020|MOBILE - OSAGE|Inactive|CK1|Cherokee Nation|R6|36.670258|-96.340317|261.400|-6.00|US|46140| Tulsa, OK |40|OK|113|OSAGE +401139020|401139020|840401139020|PM10|Permanent|9020|MOBILE - OSAGE|Inactive|CK1|Cherokee Nation|R6|36.670258|-96.340317|261.400|-6.00|US|46140| Tulsa, OK |40|OK|113|OSAGE +401139020|401139020|840401139020|TEMP|Permanent|9020|MOBILE - OSAGE|Inactive|CK1|Cherokee Nation|R6|36.670258|-96.340317|261.400|-6.00|US|46140| Tulsa, OK |40|OK|113|OSAGE +401139020|401139020|840401139020|WS|Permanent|9020|MOBILE - OSAGE|Inactive|CK1|Cherokee Nation|R6|36.670258|-96.340317|261.400|-6.00|US|46140| Tulsa, OK |40|OK|113|OSAGE +401159004|401159004|840401159004|O3|Permanent|9004|MIAMI|Inactive|QT1|Quapaw Nation|R6|36.922200|-94.838900||-6.00|US|33060| Miami, OK |40|OK|115|OTTAWA +401159004|401159004|840401159004|PM2.5|Permanent|9004|MIAMI|Inactive|QT1|Quapaw Nation|R6|36.922200|-94.838900||-6.00|US|33060| Miami, OK |40|OK|115|OTTAWA +401159027|401159027|840401159027|WS|Permanent|9027|Mobile-Wyandotte|Inactive|CK1|Cherokee Nation|R6|36.804669|-94.725024|233.000|-6.00|US|||40|OK|115|OTTAWA +401159027|401159027|840401159027|WD|Permanent|9027|Mobile-Wyandotte|Inactive|CK1|Cherokee Nation|R6|36.804669|-94.725024|233.000|-6.00|US|||40|OK|115|OTTAWA +401159027|401159027|840401159027|RHUM|Permanent|9027|Mobile-Wyandotte|Inactive|CK1|Cherokee Nation|R6|36.804669|-94.725024|233.000|-6.00|US|||40|OK|115|OTTAWA +401159027|401159027|840401159027|PMC|Permanent|9027|Mobile-Wyandotte|Inactive|CK1|Cherokee Nation|R6|36.804669|-94.725024|233.000|-6.00|US|||40|OK|115|OTTAWA +401159027|401159027|840401159027|O3|Permanent|9027|Mobile-Wyandotte|Inactive|CK1|Cherokee Nation|R6|36.804669|-94.725024|233.000|-6.00|US|||40|OK|115|OTTAWA +401159027|401159027|840401159027|PM2.5|Permanent|9027|Mobile-Wyandotte|Inactive|CK1|Cherokee Nation|R6|36.804669|-94.725024|233.000|-6.00|US|||40|OK|115|OTTAWA +401159027|401159027|840401159027|PM10|Permanent|9027|Mobile-Wyandotte|Inactive|CK1|Cherokee Nation|R6|36.804669|-94.725024|233.000|-6.00|US|||40|OK|115|OTTAWA +401159027|401159027|840401159027|TEMP|Permanent|9027|Mobile-Wyandotte|Inactive|CK1|Cherokee Nation|R6|36.804669|-94.725024|233.000|-6.00|US|||40|OK|115|OTTAWA +401210415|401210415|840401210415|O3|Permanent|0415|McAlester|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.906082|-95.794128|233.600|-6.00|US|32540| McAlester, OK |40|OK|121|PITTSBURG +401210415|401210415|840401210415|PM2.5|Permanent|0415|McAlester|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.906082|-95.794128|233.600|-6.00|US|32540| McAlester, OK |40|OK|121|PITTSBURG +401210415|401210415|840401210415|PM10|Permanent|0415|McAlester|Active|OK1|Oklahoma Department of Environmental Quality|R6|34.906082|-95.794128|233.600|-6.00|US|32540| McAlester, OK |40|OK|121|PITTSBURG +840401239030|401239030|840401239030|TEMP|Permanent|9030|Mobile - Chickasaw|Active|CK1|Cherokee Nation|R6|34.776389|-96.677778|308.100|-6.00|US|||40|OK|123|PONTOTOC +840401239030|401239030|840401239030|WS|Permanent|9030|Mobile - Chickasaw|Active|CK1|Cherokee Nation|R6|34.776389|-96.677778|308.100|-6.00|US|||40|OK|123|PONTOTOC +840401239030|401239030|840401239030|WD|Permanent|9030|Mobile - Chickasaw|Active|CK1|Cherokee Nation|R6|34.776389|-96.677778|308.100|-6.00|US|||40|OK|123|PONTOTOC +840401239030|401239030|840401239030|RHUM|Permanent|9030|Mobile - Chickasaw|Active|CK1|Cherokee Nation|R6|34.776389|-96.677778|308.100|-6.00|US|||40|OK|123|PONTOTOC +840401239030|401239030|840401239030|O3|Permanent|9030|Mobile - Chickasaw|Active|CK1|Cherokee Nation|R6|34.776389|-96.677778|308.100|-6.00|US|||40|OK|123|PONTOTOC +840401239030|401239030|840401239030|PMC|Permanent|9030|Mobile - Chickasaw|Active|CK1|Cherokee Nation|R6|34.776389|-96.677778|308.100|-6.00|US|||40|OK|123|PONTOTOC +840401239030|401239030|840401239030|PM2.5|Permanent|9030|Mobile - Chickasaw|Active|CK1|Cherokee Nation|R6|34.776389|-96.677778|308.100|-6.00|US|||40|OK|123|PONTOTOC +840401239030|401239030|840401239030|PM10|Permanent|9030|Mobile - Chickasaw|Active|CK1|Cherokee Nation|R6|34.776389|-96.677778|308.100|-6.00|US|||40|OK|123|PONTOTOC +401259023|401259023|840401259023|O3|Permanent|9023|MOBILE - POTAWATOMI|Inactive|CK1|Cherokee Nation|R6|35.302864|-96.918326|305.000|-6.00|US|||40|OK|125|POTTAWATOMIE +401259023|401259023|840401259023|TEMP|Permanent|9023|MOBILE - POTAWATOMI|Inactive|CK1|Cherokee Nation|R6|35.302864|-96.918326|305.000|-6.00|US|||40|OK|125|POTTAWATOMIE +401259023|401259023|840401259023|WS|Permanent|9023|MOBILE - POTAWATOMI|Inactive|CK1|Cherokee Nation|R6|35.302864|-96.918326|305.000|-6.00|US|||40|OK|125|POTTAWATOMIE +401259023|401259023|840401259023|WD|Permanent|9023|MOBILE - POTAWATOMI|Inactive|CK1|Cherokee Nation|R6|35.302864|-96.918326|305.000|-6.00|US|||40|OK|125|POTTAWATOMIE +401259023|401259023|840401259023|RHUM|Permanent|9023|MOBILE - POTAWATOMI|Inactive|CK1|Cherokee Nation|R6|35.302864|-96.918326|305.000|-6.00|US|||40|OK|125|POTTAWATOMIE +401359015|401359015|840401359015|O3|Permanent|9015|MARBLE CITY|Inactive|CK1|Cherokee Nation|R6|35.581699|-94.938904|274.500|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359015|401359015|840401359015|PM2.5|Permanent|9015|MARBLE CITY|Inactive|CK1|Cherokee Nation|R6|35.581699|-94.938904|274.500|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359015|401359015|840401359015|PM10|Permanent|9015|MARBLE CITY|Inactive|CK1|Cherokee Nation|R6|35.581699|-94.938904|274.500|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359021|401359021|840401359021|WD|Permanent|9021|ROLAND|Active|CK1|Cherokee Nation|R6|35.408138|-94.524414|136.600|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359021|401359021|840401359021|RHUM|Permanent|9021|ROLAND|Active|CK1|Cherokee Nation|R6|35.408138|-94.524414|136.600|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359021|401359021|840401359021|NOX|Permanent|9021|ROLAND|Active|CK1|Cherokee Nation|R6|35.408138|-94.524414|136.600|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359021|401359021|840401359021|NO|Permanent|9021|ROLAND|Active|CK1|Cherokee Nation|R6|35.408138|-94.524414|136.600|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359021|401359021|840401359021|O3|Permanent|9021|ROLAND|Active|CK1|Cherokee Nation|R6|35.408138|-94.524414|136.600|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359021|401359021|840401359021|PM2.5|Permanent|9021|ROLAND|Active|CK1|Cherokee Nation|R6|35.408138|-94.524414|136.600|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359021|401359021|840401359021|NO2|Permanent|9021|ROLAND|Active|CK1|Cherokee Nation|R6|35.408138|-94.524414|136.600|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359021|401359021|840401359021|TEMP|Permanent|9021|ROLAND|Active|CK1|Cherokee Nation|R6|35.408138|-94.524414|136.600|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401359021|401359021|840401359021|WS|Permanent|9021|ROLAND|Active|CK1|Cherokee Nation|R6|35.408138|-94.524414|136.600|-6.00|US|22900| Fort Smith, AR-OK |40|OK|135|SEQUOYAH +401430137|401430137|840401430137|O3|Permanent|0137|Skiatook|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.357200|-96.000000||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430137|401430137|840401430137|TEMP|Permanent|0137|Skiatook|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.357200|-96.000000||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430137|401430137|840401430137|RHUM|Permanent|0137|Skiatook|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.357200|-96.000000||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430137|401430137|840401430137|RWD|Permanent|0137|Skiatook|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.357200|-96.000000||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430137|401430137|840401430137|RWS|Permanent|0137|Skiatook|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.357200|-96.000000||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430144|401430144|840401430144|TEMP|Permanent|0144|Mannford - Wrong County|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.105301|-96.360802||-6.00|US|||40|OK|143|TULSA +401430144|401430144|840401430144|WS|Permanent|0144|Mannford - Wrong County|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.105301|-96.360802||-6.00|US|||40|OK|143|TULSA +401430144|401430144|840401430144|WD|Permanent|0144|Mannford - Wrong County|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.105301|-96.360802||-6.00|US|||40|OK|143|TULSA +401430144|401430144|840401430144|RHUM|Permanent|0144|Mannford - Wrong County|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.105301|-96.360802||-6.00|US|||40|OK|143|TULSA +401430144|401430144|840401430144|SRAD|Permanent|0144|Mannford - Wrong County|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.105301|-96.360802||-6.00|US|||40|OK|143|TULSA +401430174|401430174|840401430174|RWD|Permanent|0174|Glenpool|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.952500|-96.003300||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430174|401430174|840401430174|RWS|Permanent|0174|Glenpool|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.952500|-96.003300||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430174|401430174|840401430174|O3|Permanent|0174|Glenpool|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.952500|-96.003300||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430174|401430174|840401430174|PM2.5|Permanent|0174|Glenpool|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.952500|-96.003300||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430174|401430174|840401430174|PM10|Permanent|0174|Glenpool|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.952500|-96.003300||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430174|401430174|840401430174|TEMP|Permanent|0174|Glenpool|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.952500|-96.003300||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430174|401430174|840401430174|RHUM|Permanent|0174|Glenpool|Active|OK1|Oklahoma Department of Environmental Quality|R6|35.952500|-96.003300||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430175|401430175|840401430175|RWD|Permanent|0175|Tulsa 0175|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.149876|-96.011665||-6.00|US|||40|OK|143|TULSA +401430175|401430175|840401430175|SO2|Permanent|0175|Tulsa 0175|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.149876|-96.011665||-6.00|US|||40|OK|143|TULSA +401430175|401430175|840401430175|TEMP|Permanent|0175|Tulsa 0175|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.149876|-96.011665||-6.00|US|||40|OK|143|TULSA +401430175|401430175|840401430175|RWS|Permanent|0175|Tulsa 0175|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.149876|-96.011665||-6.00|US|||40|OK|143|TULSA +401430175|401430175|840401430175|H2S|Permanent|0175|Tulsa 0175|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.149876|-96.011665||-6.00|US|||40|OK|143|TULSA +401430175|401430175|840401430175|RHUM|Permanent|0175|Tulsa 0175|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.149876|-96.011665||-6.00|US|||40|OK|143|TULSA +401430178|401430178|840401430178|O3|Permanent|0178|Lynn Lane|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.133600|-95.763600||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430178|401430178|840401430178|TEMP|Permanent|0178|Lynn Lane|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.133600|-95.763600||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430178|401430178|840401430178|RHUM|Permanent|0178|Lynn Lane|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.133600|-95.763600||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430178|401430178|840401430178|RWD|Permanent|0178|Lynn Lane|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.133600|-95.763600||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430178|401430178|840401430178|RWS|Permanent|0178|Lynn Lane|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.133600|-95.763600||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401430235|401430235|840401430235|RWS|Permanent|0235|Tulsa 0235|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.126945|-95.998940||-6.00|US|||40|OK|143|TULSA +401430235|401430235|840401430235|H2S|Permanent|0235|Tulsa 0235|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.126945|-95.998940||-6.00|US|||40|OK|143|TULSA +401430235|401430235|840401430235|SO2|Permanent|0235|Tulsa 0235|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.126945|-95.998940||-6.00|US|||40|OK|143|TULSA +401430235|401430235|840401430235|TEMP|Permanent|0235|Tulsa 0235|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.126945|-95.998940||-6.00|US|||40|OK|143|TULSA +401430235|401430235|840401430235|RHUM|Permanent|0235|Tulsa 0235|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.126945|-95.998940||-6.00|US|||40|OK|143|TULSA +401430235|401430235|840401430235|RWD|Permanent|0235|Tulsa 0235|Inactive|OK1|Oklahoma Department of Environmental Quality|R6|36.126945|-95.998940||-6.00|US|||40|OK|143|TULSA +401431127|401431127|840401431127|RHUM|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|NOX|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|O3|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|PM2.5|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|RWD|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|PM10|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|NO2|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|CO|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|NO|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|RWS|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|SO2|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|NOY|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|NO2Y|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +401431127|401431127|840401431127|TEMP|Permanent|1127|Tulsa|Active|OK1|Oklahoma Department of Environmental Quality|R6|36.206699|-95.976402||-6.00|US|46140| Tulsa, OK |40|OK|143|TULSA +840401439029|401439029|840401439029|PM2.5|Permanent|9029|Muscogee Nation|Inactive|CK1|Cherokee Nation|R6|35.901324|-96.012749|215.900|-6.00|US|||40|OK|143|TULSA +840401439029|401439029|840401439029|PM10|Permanent|9029|Muscogee Nation|Inactive|CK1|Cherokee Nation|R6|35.901324|-96.012749|215.900|-6.00|US|||40|OK|143|TULSA +840401439029|401439029|840401439029|TEMP|Permanent|9029|Muscogee Nation|Inactive|CK1|Cherokee Nation|R6|35.901324|-96.012749|215.900|-6.00|US|||40|OK|143|TULSA +840401439029|401439029|840401439029|WS|Permanent|9029|Muscogee Nation|Inactive|CK1|Cherokee Nation|R6|35.901324|-96.012749|215.900|-6.00|US|||40|OK|143|TULSA +840401439029|401439029|840401439029|WD|Permanent|9029|Muscogee Nation|Inactive|CK1|Cherokee Nation|R6|35.901324|-96.012749|215.900|-6.00|US|||40|OK|143|TULSA +840401439029|401439029|840401439029|RHUM|Permanent|9029|Muscogee Nation|Inactive|CK1|Cherokee Nation|R6|35.901324|-96.012749|215.900|-6.00|US|||40|OK|143|TULSA +840401439029|401439029|840401439029|PMC|Permanent|9029|Muscogee Nation|Inactive|CK1|Cherokee Nation|R6|35.901324|-96.012749|215.900|-6.00|US|||40|OK|143|TULSA +840401439029|401439029|840401439029|O3|Permanent|9029|Muscogee Nation|Inactive|CK1|Cherokee Nation|R6|35.901324|-96.012749|215.900|-6.00|US|||40|OK|143|TULSA +410010004|410010004|840410010004|PM2.5|Permanent|0004|Baker City - Forest Service|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.788220|-117.844600|1047.700|-8.00|US|||41|OR|001|BAKER +410030013|410030013|840410030013|PM2.5|Permanent|0013|Corvallis - Circle Blvd.|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|44.588400|-123.267300||-8.00|US|18700| Corvallis, OR |41|OR|003|BENTON +840410030014|410030014|840410030014|PM2.5|Permanent|0014|Corvallis EPA Office|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.565803|-123.292706|73.800|-8.00|US|||41|OR|003|BENTON +410050004|410050004|840410050004|RWD|Permanent|0004|Portland - Spangler Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.259280|-122.588151|173.200|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|005|CLACKAMAS +410050004|410050004|840410050004|RWS|Permanent|0004|Portland - Spangler Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.259280|-122.588151|173.200|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|005|CLACKAMAS +410050004|410050004|840410050004|O3|Permanent|0004|Portland - Spangler Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.259280|-122.588151|173.200|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|005|CLACKAMAS +410050004|410050004|840410050004|PM2.5|Permanent|0004|Portland - Spangler Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.259280|-122.588151|173.200|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|005|CLACKAMAS +410050004|410050004|840410050004|TEMP|Permanent|0004|Portland - Spangler Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.259280|-122.588151|173.200|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|005|CLACKAMAS +410050004|410050004|840410050004|WS|Permanent|0004|Portland - Spangler Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.259280|-122.588151|173.200|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|005|CLACKAMAS +840410050011|410050011|840410050011|PM2.5|Permanent|0011|Estacada Clackamas River Elementary School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.291413|-122.332626|158.000|-8.00|US|||41|OR|005|CLACKAMAS +410050102|410050102|840410050102|PM2.5|Permanent|0102|Multorpor|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.288450|-121.782775||-8.00|US|||41|OR|005|CLACKAMAS +410090004|410090004|840410090004|O3|Permanent|0004|Portland - Sauvie Island|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.768531|-122.772100||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|009|COLUMBIA +410090004|410090004|840410090004|PM2.5|Permanent|0004|Portland - Sauvie Island|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.768531|-122.772100||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|009|COLUMBIA +410090004|410090004|840410090004|TEMP|Permanent|0004|Portland - Sauvie Island|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.768531|-122.772100||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|009|COLUMBIA +410090004|410090004|840410090004|WS|Permanent|0004|Portland - Sauvie Island|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.768531|-122.772100||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|009|COLUMBIA +410090004|410090004|840410090004|RWD|Permanent|0004|Portland - Sauvie Island|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.768531|-122.772100||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|009|COLUMBIA +410090004|410090004|840410090004|RWS|Permanent|0004|Portland - Sauvie Island|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.768531|-122.772100||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|009|COLUMBIA +410091001|410091001|840410091001|PM2.5|Permanent|1001|N/A|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.000000|-121.000000||-8.00|US|||41|OR|009|COLUMBIA +840410110003|410110003|840410110003|PM2.5|Permanent|0003|Coos Bay Marshfield HS|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.362575|-124.218856|5.800|-8.00|US|||41|OR|011|COOS +410111036|410111036|840410111036|TEMP|Permanent|1036|CTCLUSI Radar Hill-OR|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|43.381943|-124.263885|83.000|-8.00|US|||41|OR|011|COOS +410111036|410111036|840410111036|RHUM|Permanent|1036|CTCLUSI Radar Hill-OR|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|43.381943|-124.263885|83.000|-8.00|US|||41|OR|011|COOS +410111036|410111036|840410111036|BARPR|Permanent|1036|CTCLUSI Radar Hill-OR|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|43.381943|-124.263885|83.000|-8.00|US|||41|OR|011|COOS +410111036|410111036|840410111036|SRAD|Permanent|1036|CTCLUSI Radar Hill-OR|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|43.381943|-124.263885|83.000|-8.00|US|||41|OR|011|COOS +410111036|410111036|840410111036|PRECIP|Permanent|1036|CTCLUSI Radar Hill-OR|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|43.381943|-124.263885|83.000|-8.00|US|||41|OR|011|COOS +410111036|410111036|840410111036|DEWPOINT|Permanent|1036|CTCLUSI Radar Hill-OR|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|43.381943|-124.263885|83.000|-8.00|US|||41|OR|011|COOS +410111036|410111036|840410111036|RWD|Permanent|1036|CTCLUSI Radar Hill-OR|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|43.381943|-124.263885|83.000|-8.00|US|||41|OR|011|COOS +410111036|410111036|840410111036|RWS|Permanent|1036|CTCLUSI Radar Hill-OR|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|43.381943|-124.263885|83.000|-8.00|US|||41|OR|011|COOS +410111036|410111036|840410111036|PM2.5|Permanent|1036|CTCLUSI Radar Hill-OR|Active|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|43.381943|-124.263885|83.000|-8.00|US|||41|OR|011|COOS +410130100|410130100|840410130100|PM2.5|Permanent|0100|Prineville - Davidson Park|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.299787|-120.844773|873.500|-8.00|US|39260| Prineville, OR |41|OR|013|CROOK +410130100|410130100|840410130100|TEMP|Permanent|0100|Prineville - Davidson Park|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.299787|-120.844773|873.500|-8.00|US|39260| Prineville, OR |41|OR|013|CROOK +410130100|410130100|840410130100|WS|Permanent|0100|Prineville - Davidson Park|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.299787|-120.844773|873.500|-8.00|US|39260| Prineville, OR |41|OR|013|CROOK +410130100|410130100|840410130100|RHUM|Permanent|0100|Prineville - Davidson Park|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.299787|-120.844773|873.500|-8.00|US|39260| Prineville, OR |41|OR|013|CROOK +410130100|410130100|840410130100|BARPR|Permanent|0100|Prineville - Davidson Park|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.299787|-120.844773|873.500|-8.00|US|39260| Prineville, OR |41|OR|013|CROOK +410130100|410130100|840410130100|SRAD|Permanent|0100|Prineville - Davidson Park|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.299787|-120.844773|873.500|-8.00|US|39260| Prineville, OR |41|OR|013|CROOK +410130100|410130100|840410130100|RWD|Permanent|0100|Prineville - Davidson Park|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.299787|-120.844773|873.500|-8.00|US|39260| Prineville, OR |41|OR|013|CROOK +410130100|410130100|840410130100|RWS|Permanent|0100|Prineville - Davidson Park|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.299787|-120.844773|873.500|-8.00|US|39260| Prineville, OR |41|OR|013|CROOK +840410150002|410150002|840410150002|PM2.5|Permanent|0002|Brookings CPFA|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.054597|-124.276768||-8.00|US|||41|OR|015|CURRY +410170004|410170004|840410170004|PM2.5|Permanent|0004|Sisters Forest Service|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.292100|-121.555500|973.600|-8.00|US|||41|OR|017|DESCHUTES +840410170115|410170115|840410170115|PM2.5|Permanent|0115|Bend Ponderosa Elementary School|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.093619|-121.272518|1058.700|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +840410170116|410170116|840410170116|PM2.5|Permanent|0116|Bend Pine Ridge Elementary School|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.024283|-121.330964|1166.600|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +840410170117|410170117|840410170117|PM2.5|Permanent|0117|Sunriver Three Rivers School|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.868956|-121.434248|1284.700|-8.00|US|||41|OR|017|DESCHUTES +410170120|410170120|840410170120|PM2.5|Permanent|0120|Bend - Pump Station|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.063916|-121.312554|1105.600|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +410170122|410170122|840410170122|RHUM|Permanent|0122|Bend - Road Department|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.021896|-121.260166|1104.700|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +410170122|410170122|840410170122|BARPR|Permanent|0122|Bend - Road Department|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.021896|-121.260166|1104.700|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +410170122|410170122|840410170122|SRAD|Permanent|0122|Bend - Road Department|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.021896|-121.260166|1104.700|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +410170122|410170122|840410170122|RWD|Permanent|0122|Bend - Road Department|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.021896|-121.260166|1104.700|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +410170122|410170122|840410170122|RWS|Permanent|0122|Bend - Road Department|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.021896|-121.260166|1104.700|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +410170122|410170122|840410170122|TEMP|Permanent|0122|Bend - Road Department|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.021896|-121.260166|1104.700|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +410170122|410170122|840410170122|WS|Permanent|0122|Bend - Road Department|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.021896|-121.260166|1104.700|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +840410170123|410170123|840410170123|PM2.5|Permanent|0123|Bend NE 8th & Emerson|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.054661|-121.294068|1114.500|-8.00|US|||41|OR|017|DESCHUTES +840410171001|410171001|840410171001|PM2.5|Permanent|1001|Redmond High School|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.275000|-121.190500|911.300|-8.00|US|13460| Bend, OR |41|OR|017|DESCHUTES +840410172002|410172002|840410172002|PM2.5|Permanent|2002|La Pine Rural Fire Dept|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.703760|-121.527300|1293.800|-8.00|US|||41|OR|017|DESCHUTES +410190002|410190002|840410190002|PM2.5|Permanent|0002|Roseburg - Garden Valley Blvd.|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|43.226600|-123.364790||-8.00|US|40700| Roseburg, OR |41|OR|019|DOUGLAS +840410190004|410190004|840410190004|PM2.5|Permanent|0004|Roseburg Fire Dept|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.152911|-123.382212|150.100|-8.00|US|||41|OR|019|DOUGLAS +410197000|410197000|840410197000|PM2.5|Permanent|7000|Glide Fire Dept|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|43.299400|-123.097900||-8.00|US|||41|OR|019|DOUGLAS +410230001|410230001|840410230001|PM2.5|Permanent|0001|John Day - Blue Mt. School|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|44.417198|-118.954697|438.300|-8.00|US|||41|OR|023|GRANT +410230002|410230002|840410230002|PM2.5|Permanent|0002|John Day Dayton St|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.417999|-118.951302||-8.00|US|||41|OR|023|GRANT +410250002|410250002|840410250002|PM2.5|Permanent|0002|Burns - Madison Street|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|43.586399|-119.051697|1268.500|-8.00|US|||41|OR|025|HARNEY +410250003|410250003|840410250003|WS|Permanent|0003|Burns - Washington St.|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.589250|-119.048302|1266.700|-8.00|US|||41|OR|025|HARNEY +410250003|410250003|840410250003|BARPR|Permanent|0003|Burns - Washington St.|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.589250|-119.048302|1266.700|-8.00|US|||41|OR|025|HARNEY +410250003|410250003|840410250003|RWD|Permanent|0003|Burns - Washington St.|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.589250|-119.048302|1266.700|-8.00|US|||41|OR|025|HARNEY +410250003|410250003|840410250003|RWS|Permanent|0003|Burns - Washington St.|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.589250|-119.048302|1266.700|-8.00|US|||41|OR|025|HARNEY +410250003|410250003|840410250003|PM2.5|Permanent|0003|Burns - Washington St.|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.589250|-119.048302|1266.700|-8.00|US|||41|OR|025|HARNEY +410250003|410250003|840410250003|TEMP|Permanent|0003|Burns - Washington St.|Active|OR1|Oregon Dept. of Environmental Quality|R10|43.589250|-119.048302|1266.700|-8.00|US|||41|OR|025|HARNEY +840410270001|410270001|840410270001|PM2.5|Permanent|0001|Hood River West Side FD|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.685138|-121.527478|171.100|-8.00|US|||41|OR|027|HOOD RIVER +410271001|410271001|840410271001|PM2.5|Permanent|1001|Hood River|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.703500|-121.529600||-8.00|US|||41|OR|027|HOOD RIVER +410290019|410290019|840410290019|PM2.5|Permanent|0019|Shady Cove - Shady Cove School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.623225|-122.810158|438.300|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410290133|410290133|840410290133|PM2.5|Permanent|0133|Medford - Grant & Belmont|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|42.314110|-122.879230|442.900|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410290201|410290201|840410290201|PM2.5|Permanent|0201|Talent - Rapp Lane|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.229891|-122.787700|594.400|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410290203|410290203|840410290203|PM2.5|Permanent|0203|Ashland Fire Dept|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.194100|-122.708600||-8.00|US|||41|OR|029|JACKSON +410291002|410291002|840410291002|SRAD|Permanent|1002|Medford MTV|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.341987|-122.910200|410.200|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410291002|410291002|840410291002|RWD|Permanent|1002|Medford MTV|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.341987|-122.910200|410.200|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410291002|410291002|840410291002|TEMP|Permanent|1002|Medford MTV|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.341987|-122.910200|410.200|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410291002|410291002|840410291002|WS|Permanent|1002|Medford MTV|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.341987|-122.910200|410.200|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410291002|410291002|840410291002|RHUM|Permanent|1002|Medford MTV|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.341987|-122.910200|410.200|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410291002|410291002|840410291002|RWS|Permanent|1002|Medford MTV|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.341987|-122.910200|410.200|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410291002|410291002|840410291002|BARPR|Permanent|1002|Medford MTV|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.341987|-122.910200|410.200|-8.00|US|32780| Medford, OR |41|OR|029|JACKSON +410292129|410292129|840410292129|PM2.5|Permanent|2129|Medford Welch & Jackson|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.331550|-122.880266||-8.00|US|||41|OR|029|JACKSON +410310007|410310007|840410310007|PM2.5|Permanent|0007|Madras - Westside School|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.630600|-121.131599|688.400|-8.00|US|||41|OR|031|JEFFERSON +410311034|410311034|840410311034|PM2.5|Permanent|1034|Warm Springs-OR|Inactive|TRX|Quality Review and Exchange System for Tribes (QREST)|R8|44.763900|-121.269400|1602.200|-8.00|US|||41|OR|031|JEFFERSON +410330010|410330010|840410330010|PM2.5|Permanent|0010|Cave Junction - Illinois Valley Airport|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|42.104198|-123.681099||-8.00|US|24420| Grants Pass, OR |41|OR|033|JOSEPHINE +410330011|410330011|840410330011|PM2.5|Permanent|0011|Provolt - Seed Orchard|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|42.290094|-123.232100|359.000|-8.00|US|24420| Grants Pass, OR |41|OR|033|JOSEPHINE +410330036|410330036|840410330036|PM2.5|Permanent|0036|Cave Junction Forest Service|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.161700|-123.648350|407.800|-8.00|US|||41|OR|033|JOSEPHINE +410330114|410330114|840410330114|RWD|Permanent|0114|Grants Pass - Parkside School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.434149|-123.348466|280.000|-8.00|US|24420| Grants Pass, OR |41|OR|033|JOSEPHINE +410330114|410330114|840410330114|RWS|Permanent|0114|Grants Pass - Parkside School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.434149|-123.348466|280.000|-8.00|US|24420| Grants Pass, OR |41|OR|033|JOSEPHINE +410330114|410330114|840410330114|PM2.5|Permanent|0114|Grants Pass - Parkside School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.434149|-123.348466|280.000|-8.00|US|24420| Grants Pass, OR |41|OR|033|JOSEPHINE +410330114|410330114|840410330114|TEMP|Permanent|0114|Grants Pass - Parkside School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.434149|-123.348466|280.000|-8.00|US|24420| Grants Pass, OR |41|OR|033|JOSEPHINE +410330114|410330114|840410330114|WS|Permanent|0114|Grants Pass - Parkside School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.434149|-123.348466|280.000|-8.00|US|24420| Grants Pass, OR |41|OR|033|JOSEPHINE +410330114|410330114|840410330114|BARPR|Permanent|0114|Grants Pass - Parkside School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.434149|-123.348466|280.000|-8.00|US|24420| Grants Pass, OR |41|OR|033|JOSEPHINE +840410331002|410331002|840410331002|RWD|Permanent|1002|N/A|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|42.341987|-122.910200||-8.00|US|||41|OR|033|JOSEPHINE +840410331002|410331002|840410331002|RWS|Permanent|1002|N/A|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|42.341987|-122.910200||-8.00|US|||41|OR|033|JOSEPHINE +410350004|410350004|840410350004|RWD|Permanent|0004|Klamath Falls - Peterson School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.190296|-121.731369|1244.400|-8.00|US|28900| Klamath Falls, OR |41|OR|035|KLAMATH +410350004|410350004|840410350004|RWS|Permanent|0004|Klamath Falls - Peterson School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.190296|-121.731369|1244.400|-8.00|US|28900| Klamath Falls, OR |41|OR|035|KLAMATH +410350004|410350004|840410350004|PM2.5|Permanent|0004|Klamath Falls - Peterson School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.190296|-121.731369|1244.400|-8.00|US|28900| Klamath Falls, OR |41|OR|035|KLAMATH +410350004|410350004|840410350004|TEMP|Permanent|0004|Klamath Falls - Peterson School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.190296|-121.731369|1244.400|-8.00|US|28900| Klamath Falls, OR |41|OR|035|KLAMATH +410350004|410350004|840410350004|WS|Permanent|0004|Klamath Falls - Peterson School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.190296|-121.731369|1244.400|-8.00|US|28900| Klamath Falls, OR |41|OR|035|KLAMATH +410350004|410350004|840410350004|RHUM|Permanent|0004|Klamath Falls - Peterson School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.190296|-121.731369|1244.400|-8.00|US|28900| Klamath Falls, OR |41|OR|035|KLAMATH +410350004|410350004|840410350004|BARPR|Permanent|0004|Klamath Falls - Peterson School|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.190296|-121.731369|1244.400|-8.00|US|28900| Klamath Falls, OR |41|OR|035|KLAMATH +840410351001|410351001|840410351001|PM2.5|Permanent|1001|Crater Lake Rim|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.910942|-122.145116|2165.500|-8.00|US|||41|OR|035|KLAMATH +410351002|410351002|840410351002|PM2.5|Permanent|1002|Crater Lake Maintenance Bldg|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|42.895957|-122.135930||-8.00|US|||41|OR|035|KLAMATH +840410352040|410352040|840410352040|PM2.5|Permanent|2040|Chiloquin|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.541077|-121.921636||-8.00|US|||41|OR|035|KLAMATH +840410352222|410352222|840410352222|PM2.5|Permanent|2222|Chiloquin Fire Dept|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|42.575374|-121.862767||-8.00|US|||41|OR|035|KLAMATH +410370001|410370001|840410370001|RWS|Permanent|0001|Lakeview - Center & M|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.189215|-120.353969|1445.700|-8.00|US|||41|OR|037|LAKE +410370001|410370001|840410370001|PM2.5|Permanent|0001|Lakeview - Center & M|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.189215|-120.353969|1445.700|-8.00|US|||41|OR|037|LAKE +410370001|410370001|840410370001|TEMP|Permanent|0001|Lakeview - Center & M|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.189215|-120.353969|1445.700|-8.00|US|||41|OR|037|LAKE +410370001|410370001|840410370001|WS|Permanent|0001|Lakeview - Center & M|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.189215|-120.353969|1445.700|-8.00|US|||41|OR|037|LAKE +410370001|410370001|840410370001|BARPR|Permanent|0001|Lakeview - Center & M|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.189215|-120.353969|1445.700|-8.00|US|||41|OR|037|LAKE +410370001|410370001|840410370001|RWD|Permanent|0001|Lakeview - Center & M|Active|OR1|Oregon Dept. of Environmental Quality|R10|42.189215|-120.353969|1445.700|-8.00|US|||41|OR|037|LAKE +410390059|410390059|840410390059|PM2.5|Permanent|0059|Eugene - Highway 99|Active|OR2|Lane Regional Air Protection Agency|R10|44.067223|-123.141350|129.000|-8.00|US|21660| Eugene-Springfield, OR |41|OR|039|LANE +410390060|410390060|840410390060|O3|Permanent|0060|Eugene - Amazon Park|Active|OR2|Lane Regional Air Protection Agency|R10|44.026300|-123.083770|137.300|-8.00|US|21660| Eugene-Springfield, OR |41|OR|039|LANE +410390060|410390060|840410390060|PM2.5|Permanent|0060|Eugene - Amazon Park|Active|OR2|Lane Regional Air Protection Agency|R10|44.026300|-123.083770|137.300|-8.00|US|21660| Eugene-Springfield, OR |41|OR|039|LANE +840410390100|410390100|840410390100|PM2.5|Permanent|0100|Florence-Department of Forestry|Active|OR2|Lane Regional Air Protection Agency|R10|43.989643|-124.109312|18.300|-8.00|US|21660| Eugene-Springfield, OR |41|OR|039|LANE +840410390101|410390101|840410390101|PM2.5|Permanent|0101|Eugene - Wilkes Dr.|Active|OR2|Lane Regional Air Protection Agency|R10|44.115800|-123.121070|120.500|-8.00|US|21660| Eugene-Springfield, OR |41|OR|039|LANE +410391007|410391007|840410391007|O3|Permanent|1007|Saginaw - Delight Valley School|Active|OR2|Lane Regional Air Protection Agency|R10|43.834470|-123.035375|193.100|-8.00|US|21660| Eugene-Springfield, OR |41|OR|039|LANE +410391009|410391009|840410391009|PM2.5|Permanent|1009|Springfield City Hall|Active|OR2|Lane Regional Air Protection Agency|R10|44.046683|-123.017736|149.500|-8.00|US|21660| Eugene-Springfield, OR |41|OR|039|LANE +410392013|410392013|840410392013|PM2.5|Permanent|2013|Oakridge - Willamette Activity Center|Active|OR2|Lane Regional Air Protection Agency|R10|43.744360|-122.480506|352.000|-8.00|US|21660| Eugene-Springfield, OR |41|OR|039|LANE +410399004|410399004|840410399004|PM2.5|Permanent|9004|Cottage Grove City Shops|Active|OR2|Lane Regional Air Protection Agency|R10|43.799500|-123.053500|198.300|-8.00|US|21660| Eugene-Springfield, OR |41|OR|039|LANE +840410410004|410410004|840410410004|PM2.5|Permanent|0004|Toledo NE Hwy20 & NW A St|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.624399|-123.940064|4.000|-8.00|US|||41|OR|041|LINCOLN +410430009|410430009|840410430009|PM2.5|Permanent|0009|Albany - Calapooia School|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.615690|-123.091457|72.000|-8.00|US|10540| Albany-Lebanon, OR |41|OR|043|LINN +410430103|410430103|840410430103|PM2.5|Permanent|0103|Unknown|Inactive|US1|United States1|USEPA|44.383600|-121.863300|434.900|-8.00|US|10540| Albany-Lebanon, OR |41|OR|043|LINN +410430104|410430104|840410430104|PM2.5|Permanent|0104|Mill City|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.752092|-122.479672||-8.00|US|||41|OR|043|LINN +410432002|410432002|840410432002|PM2.5|Permanent|2002|Sweet Home - Fire Department|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.395800|-122.730500|164.100|-8.00|US|10540| Albany-Lebanon, OR |41|OR|043|LINN +410432003|410432003|840410432003|PM2.5|Permanent|2003|Lyons|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.778743|-122.617048||-8.00|US|||41|OR|043|LINN +840410450001|410450001|840410450001|PM2.5|Permanent|0001|Ontario May Roberts Elementary School|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.033365|-116.969700|655.100|-8.00|US|||41|OR|045|MALHEUR +410470004|410470004|840410470004|TEMP|Permanent|0004|Turner - CJHS|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.810290|-122.915085|101.900|-8.00|US|41420| Salem, OR |41|OR|047|MARION +410470004|410470004|840410470004|WS|Permanent|0004|Turner - CJHS|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.810290|-122.915085|101.900|-8.00|US|41420| Salem, OR |41|OR|047|MARION +410470004|410470004|840410470004|RWD|Permanent|0004|Turner - CJHS|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.810290|-122.915085|101.900|-8.00|US|41420| Salem, OR |41|OR|047|MARION +410470004|410470004|840410470004|RWS|Permanent|0004|Turner - CJHS|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.810290|-122.915085|101.900|-8.00|US|41420| Salem, OR |41|OR|047|MARION +410470004|410470004|840410470004|O3|Permanent|0004|Turner - CJHS|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.810290|-122.915085|101.900|-8.00|US|41420| Salem, OR |41|OR|047|MARION +410470004|410470004|840410470004|PM2.5|Permanent|0004|Turner - CJHS|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.810290|-122.915085|101.900|-8.00|US|41420| Salem, OR |41|OR|047|MARION +410470007|410470007|840410470007|PM2.5|Permanent|0007|Silverton|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.014998|-122.790382||-8.00|US|||41|OR|047|MARION +410470007|410470007|840410470007|RWS|Permanent|0007|Silverton|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.014998|-122.790382||-8.00|US|||41|OR|047|MARION +840410470022|410470022|840410470022|PM2.5|Permanent|0022|Salem Chemeketa Community College|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.976568|-122.976308|54.900|-8.00|US|41420| Salem, OR |41|OR|047|MARION +840410470023|410470023|840410470023|PM2.5|Permanent|0023|Woodburn Chemeketa Community College|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.143141|-122.854708|55.800|-8.00|US|41420| Salem, OR |41|OR|047|MARION +410470041|410470041|840410470041|O3|Permanent|0041|Salem - State Hospital|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.943114|-123.005934|54.900|-8.00|US|41420| Salem, OR |41|OR|047|MARION +410470041|410470041|840410470041|PM2.5|Permanent|0041|Salem - State Hospital|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.943114|-123.005934|54.900|-8.00|US|41420| Salem, OR |41|OR|047|MARION +410470123|410470123|840410470123|PM2.5|Permanent|0123|Detroit Lake|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.728314|-122.182756||-8.00|US|||41|OR|047|MARION +840410510003|410510003|840410510003|PM2.5|Permanent|0003|Roosevelt High School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.590100|-122.737620|34.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +840410510031|410510031|840410510031|PM2.5|Permanent|0031|Gresham Centennial HS|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496200|-122.483400|80.800|-8.00|US|||41|OR|051|MULTNOMAH +840410510032|410510032|840410510032|PM2.5|Permanent|0032|Portland Lane Middle School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.471420|-122.601470|76.900|-8.00|US|||41|OR|051|MULTNOMAH +840410510033|410510033|840410510033|PM2.5|Permanent|0033|Portland Benson High School|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.527300|-122.651000|38.700|-8.00|US|||41|OR|051|MULTNOMAH +840410510034|410510034|840410510034|PM2.5|Permanent|0034|Portland Lincoln High School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.518700|-122.688100|37.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +840410510035|410510035|840410510035|PM2.5|Permanent|0035|Portland SE 12th and Salmon|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.514210|-122.653294|14.900|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +840410510039|410510039|840410510039|PM2.5|Permanent|0039|Portland McDaniel High School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.541800|-122.579500|80.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|WS|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|SRAD|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|NOX|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|NO|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|RWD|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|RWS|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|O3|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|PM2.5|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|NO2|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|CO|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|SO2|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|BC|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410510080|410510080|840410510080|TEMP|Permanent|0080|Portland - SE Lafayette|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.496641|-122.602877|75.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410511191|410511191|840410511191|RWS|Permanent|1191|Portland Jefferson High School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.560900|-122.671520||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410511191|410511191|840410511191|WS|Permanent|1191|Portland Jefferson High School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.560900|-122.671520||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410511191|410511191|840410511191|RWD|Permanent|1191|Portland Jefferson High School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.560900|-122.671520||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +410512008|410512008|840410512008|PM2.5|Permanent|2008|Gresham|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.511984|-122.482029||-8.00|US|||41|OR|051|MULTNOMAH +410512008|410512008|840410512008|BC|Permanent|2008|Gresham|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.511984|-122.482029||-8.00|US|||41|OR|051|MULTNOMAH +840410512010|410512010|840410512010|PM2.5|Permanent|2010|Portland Humboldt School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.558081|-122.670985||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +840410512010|410512010|840410512010|BC|Permanent|2010|Portland Humboldt School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.558081|-122.670985||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +840410512011|410512011|840410512011|BC|Permanent|2011|Portland Cully Helensview School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.562203|-122.575624||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +840410512011|410512011|840410512011|RWD|Permanent|2011|Portland Cully Helensview School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.562203|-122.575624||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +840410512011|410512011|840410512011|RWS|Permanent|2011|Portland Cully Helensview School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.562203|-122.575624||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +840410512011|410512011|840410512011|PM2.5|Permanent|2011|Portland Cully Helensview School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.562203|-122.575624||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|051|MULTNOMAH +840410530004|410530004|840410530004|PM2.5|Permanent|0004|Dallas LaCreole Middle School|Active|OR1|Oregon Dept. of Environmental Quality|R10|44.922610|-123.301956|94.900|-8.00|US|||41|OR|053|POLK +840410570001|410570001|840410570001|PM2.5|Permanent|0001|Tillamook Forestry Dept|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.457347|-123.802809|18.900|-8.00|US|||41|OR|057|TILLAMOOK +840410570002|410570002|840410570002|PM2.5|Permanent|0002|Tillamook Jr High School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.454722|-123.820000||-8.00|US|||41|OR|057|TILLAMOOK +410590121|410590121|840410590121|PM2.5|Permanent|0121|Pendleton - McKay Creek|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.652231|-118.823033|319.000|-8.00|US|37820| Pendleton-Hermiston, OR |41|OR|059|UMATILLA +410590121|410590121|840410590121|BARPR|Permanent|0121|Pendleton - McKay Creek|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.652231|-118.823033|319.000|-8.00|US|37820| Pendleton-Hermiston, OR |41|OR|059|UMATILLA +410591003|410591003|840410591003|O3|Permanent|1003|Hermiston - Municipal Airport|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.828968|-119.262991|194.000|-8.00|US|37820| Pendleton-Hermiston, OR |41|OR|059|UMATILLA +410591003|410591003|840410591003|PM2.5|Permanent|1003|Hermiston - Municipal Airport|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.828968|-119.262991|194.000|-8.00|US|37820| Pendleton-Hermiston, OR |41|OR|059|UMATILLA +410591003|410591003|840410591003|WS|Permanent|1003|Hermiston - Municipal Airport|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.828968|-119.262991|194.000|-8.00|US|37820| Pendleton-Hermiston, OR |41|OR|059|UMATILLA +410591003|410591003|840410591003|RWD|Permanent|1003|Hermiston - Municipal Airport|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.828968|-119.262991|194.000|-8.00|US|37820| Pendleton-Hermiston, OR |41|OR|059|UMATILLA +410591003|410591003|840410591003|RWS|Permanent|1003|Hermiston - Municipal Airport|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.828968|-119.262991|194.000|-8.00|US|37820| Pendleton-Hermiston, OR |41|OR|059|UMATILLA +410610119|410610119|840410610119|TEMP|Permanent|0119|La Grande - N. Ash Street|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.339000|-118.095206|841.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610119|410610119|840410610119|WS|Permanent|0119|La Grande - N. Ash Street|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.339000|-118.095206|841.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610119|410610119|840410610119|RHUM|Permanent|0119|La Grande - N. Ash Street|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.339000|-118.095206|841.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610119|410610119|840410610119|BARPR|Permanent|0119|La Grande - N. Ash Street|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.339000|-118.095206|841.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610119|410610119|840410610119|RWD|Permanent|0119|La Grande - N. Ash Street|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.339000|-118.095206|841.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610119|410610119|840410610119|RWS|Permanent|0119|La Grande - N. Ash Street|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.339000|-118.095206|841.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610119|410610119|840410610119|PM2.5|Permanent|0119|La Grande - N. Ash Street|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.339000|-118.095206|841.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610120|410610120|840410610120|PM2.5|Permanent|0120|Cove - City Hall|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.300884|-117.812896|882.400|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610121|410610121|840410610121|PM2.5|Permanent|0121|Mt Fanny|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.309556|-117.733582|2175.300|-8.00|US|||41|OR|061|UNION +410610123|410610123|840410610123|RWS|Permanent|0123|La Grande Hall & N Sts|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.323500|-118.077800|844.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610123|410610123|840410610123|PM2.5|Permanent|0123|La Grande Hall & N Sts|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.323500|-118.077800|844.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610123|410610123|840410610123|TEMP|Permanent|0123|La Grande Hall & N Sts|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.323500|-118.077800|844.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610123|410610123|840410610123|WS|Permanent|0123|La Grande Hall & N Sts|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.323500|-118.077800|844.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610123|410610123|840410610123|RHUM|Permanent|0123|La Grande Hall & N Sts|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.323500|-118.077800|844.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610123|410610123|840410610123|BARPR|Permanent|0123|La Grande Hall & N Sts|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.323500|-118.077800|844.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410610123|410610123|840410610123|RWD|Permanent|0123|La Grande Hall & N Sts|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.323500|-118.077800|844.500|-8.00|US|29260| La Grande, OR |41|OR|061|UNION +410630001|410630001|840410630001|PM2.5|Permanent|0001|Enterprise - US Forest Service|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.426351|-117.296066|1163.600|-8.00|US|||41|OR|063|WALLOWA +410650007|410650007|840410650007|PM2.5|Permanent|0007|The Dalles - Cherry Heights|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.602419|-121.203387|86.300|-8.00|US|17180| City of The Dalles, OR |41|OR|065|WASCO +410650008|410650008|840410650008|RWD|Permanent|0008|The Dalles Wasco Library|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.598384|-121.184229||-8.00|US|||41|OR|065|WASCO +410650008|410650008|840410650008|PM2.5|Permanent|0008|The Dalles Wasco Library|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.598384|-121.184229||-8.00|US|||41|OR|065|WASCO +410650008|410650008|840410650008|BC|Permanent|0008|The Dalles Wasco Library|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.598384|-121.184229||-8.00|US|||41|OR|065|WASCO +410670004|410670004|840410670004|RWD|Permanent|0004|Hillsboro - Hare Field|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.528501|-122.972398|62.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670004|410670004|840410670004|RWS|Permanent|0004|Hillsboro - Hare Field|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.528501|-122.972398|62.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670004|410670004|840410670004|PM2.5|Permanent|0004|Hillsboro - Hare Field|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.528501|-122.972398|62.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670004|410670004|840410670004|WS|Permanent|0004|Hillsboro - Hare Field|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.528501|-122.972398|62.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|WS|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|RHUM|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|O3|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|PM2.5|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|RWD|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|RWS|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|NO2|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|CO|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|BC|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|TEMP|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|NOX|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410670005|410670005|840410670005|NO|Permanent|0005|Portland Near Road|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.399160|-122.745500||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +840410670006|410670006|840410670006|PM2.5|Permanent|0006|Forest Grove Pacific University|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.524830|-123.105540|79.900|-8.00|US|||41|OR|067|WASHINGTON +410670111|410670111|840410670111|PM2.5|Permanent|0111|Beaverton - Highland Park School|Active|OR1|Oregon Dept. of Environmental Quality|R10|45.470200|-122.815900|58.000|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410671004|410671004|840410671004|WS|Permanent|1004|Sherwood - Lasich Ln|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.402446|-122.854437|55.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410671004|410671004|840410671004|RHUM|Permanent|1004|Sherwood - Lasich Ln|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.402446|-122.854437|55.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410671004|410671004|840410671004|BARPR|Permanent|1004|Sherwood - Lasich Ln|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.402446|-122.854437|55.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410671004|410671004|840410671004|SRAD|Permanent|1004|Sherwood - Lasich Ln|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.402446|-122.854437|55.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410671004|410671004|840410671004|RWS|Permanent|1004|Sherwood - Lasich Ln|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.402446|-122.854437|55.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410671004|410671004|840410671004|O3|Permanent|1004|Sherwood - Lasich Ln|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.402446|-122.854437|55.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410671004|410671004|840410671004|RWD|Permanent|1004|Sherwood - Lasich Ln|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.402446|-122.854437|55.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410671004|410671004|840410671004|TEMP|Permanent|1004|Sherwood - Lasich Ln|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.402446|-122.854437|55.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|067|WASHINGTON +410711001|410711001|840410711001|PM2.5|Permanent|1001|na|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.209400|-123.211800|44.800|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |41|OR|071|YAMHILL +410711002|410711002|840410711002|TEMP|Permanent|1002|McMinnville Newby School|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.209400|-123.211800|44.800|-8.00|US|||41|OR|071|YAMHILL +410711002|410711002|840410711002|WS|Permanent|1002|McMinnville Newby School|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.209400|-123.211800|44.800|-8.00|US|||41|OR|071|YAMHILL +410711002|410711002|840410711002|WD|Permanent|1002|McMinnville Newby School|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.209400|-123.211800|44.800|-8.00|US|||41|OR|071|YAMHILL +410711002|410711002|840410711002|RHUM|Permanent|1002|McMinnville Newby School|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.209400|-123.211800|44.800|-8.00|US|||41|OR|071|YAMHILL +410711002|410711002|840410711002|BARPR|Permanent|1002|McMinnville Newby School|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.209400|-123.211800|44.800|-8.00|US|||41|OR|071|YAMHILL +410711002|410711002|840410711002|PM2.5|Permanent|1002|McMinnville Newby School|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.209400|-123.211800|44.800|-8.00|US|||41|OR|071|YAMHILL +420010001|420010001|840420010001|O3|Permanent|0001|Arendtsville|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.923300|-77.308100|269.000|-5.00|US|23900| Gettysburg, PA |42|PA|001|ADAMS +420010001|420010001|840420010001|PM2.5|Permanent|0001|Arendtsville|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.923300|-77.308100|269.000|-5.00|US|23900| Gettysburg, PA |42|PA|001|ADAMS +420010002|420010002|840420010002|O3|Permanent|0002|BIGL|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.934399|-77.253304||-5.00|US|23900| Gettysburg, PA |42|PA|001|ADAMS +420019991|420019991|840420019991|O3|Permanent|9991|Arendtsville|Active|OAP|EPA Office of Atmospheric Programs|R3|39.923100|-77.307800|269.000|-5.00|US|23900| Gettysburg, PA |42|PA|001|ADAMS +420019991|420019991|840420019991|TEMP|Permanent|9991|Arendtsville|Active|OAP|EPA Office of Atmospheric Programs|R3|39.923100|-77.307800|269.000|-5.00|US|23900| Gettysburg, PA |42|PA|001|ADAMS +420030008|420030008|840420030008|O3|Permanent|0008|Lawrenceville|Active|PA3|Allegheny County|R3|40.465600|-79.961100|274.500|-5.00|US|38300| Pittsburgh, PA |42|PA|003|ALLEGHENY +420030008|420030008|840420030008|PM2.5|Permanent|0008|Lawrenceville|Active|PA3|Allegheny County|R3|40.465600|-79.961100|274.500|-5.00|US|38300| Pittsburgh, PA |42|PA|003|ALLEGHENY +420030010|420030010|840420030010|O3|Permanent|0010|PITT|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.445600|-80.016400||-5.00|US|38300| Pittsburgh, PA |42|PA|003|ALLEGHENY +420030064|420030064|840420030064|PM2.5|Permanent|0064|Liberty (SAHS)|Active|PA3|Allegheny County|R3|40.323898|-79.868301|335.500|-5.00|US|38300| Pittsburgh, PA |42|PA|003|ALLEGHENY +420030067|420030067|840420030067|O3|Permanent|0067|South Fayette|Active|PA3|Allegheny County|R3|40.381901|-80.185600|390.100|-5.00|US|38300| Pittsburgh, PA |42|PA|003|ALLEGHENY +420031005|420031005|840420031005|O3|Permanent|1005|HARRISON TOWNSHIP|Inactive|PA3|Allegheny County|R3|40.617200|-79.732200||-5.00|US|38300| Pittsburgh, PA |42|PA|003|ALLEGHENY +420031008|420031008|840420031008|O3|Permanent|1008|Harrison Township|Active|PA3|Allegheny County|R3|40.613864|-79.729569|311.100|-5.00|US|38300| Pittsburgh, PA |42|PA|003|ALLEGHENY +420031376|420031376|840420031376|PM2.5|Permanent|1376|Parkway East (Near Road)|Active|PA3|Allegheny County|R3|40.437431|-79.863572|111.300|-5.00|US|38300| Pittsburgh, PA |42|PA|003|ALLEGHENY +420050001|420050001|840420050001|O3|Permanent|0001|Kittanning|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.814200|-79.565000||-5.00|US|38300| Pittsburgh, PA |42|PA|005|ARMSTRONG +420050001|420050001|840420050001|PM2.5|Permanent|0001|Kittanning|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.814200|-79.565000||-5.00|US|38300| Pittsburgh, PA |42|PA|005|ARMSTRONG +420050014|420050014|840420050014|PM2.5|Permanent|0014|N/A|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|0.000000|-50.000000||-5.00|US|||42|PA|005|ARMSTRONG +420070002|420070002|840420070002|O3|Permanent|0002|Hookstown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.562500|-80.504200||-5.00|US|38300| Pittsburgh, PA |42|PA|007|BEAVER +420070005|420070005|840420070005|O3|Permanent|0005|Brighton Township|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.684700|-80.359700||-5.00|US|38300| Pittsburgh, PA |42|PA|007|BEAVER +420070014|420070014|840420070014|O3|Permanent|0014|Beaver Falls|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.747799|-80.316704||-5.00|US|38300| Pittsburgh, PA |42|PA|007|BEAVER +420070014|420070014|840420070014|PM2.5|Permanent|0014|Beaver Falls|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.747799|-80.316704||-5.00|US|38300| Pittsburgh, PA |42|PA|007|BEAVER +420110006|420110006|840420110006|O3|Permanent|0006|Kutztown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.514080|-75.789703|144.600|-5.00|US|||42|PA|011|BERKS +420110011|420110011|840420110011|O3|Permanent|0011|Reading Airport|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.383300|-75.968600|92.100|-5.00|US|39740| Reading, PA |42|PA|011|BERKS +420110011|420110011|840420110011|PM2.5|Permanent|0011|Reading Airport|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.383300|-75.968600|92.100|-5.00|US|39740| Reading, PA |42|PA|011|BERKS +420130801|420130801|840420130801|PM10|Permanent|0801|Altoona|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.515000|-78.388900||-5.00|US|11020| Altoona, PA |42|PA|013|BLAIR +420130801|420130801|840420130801|O3|Permanent|0801|Altoona|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.515000|-78.388900||-5.00|US|11020| Altoona, PA |42|PA|013|BLAIR +420130801|420130801|840420130801|PM2.5|Permanent|0801|Altoona|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.515000|-78.388900||-5.00|US|11020| Altoona, PA |42|PA|013|BLAIR +420150011|420150011|840420150011|O3|Permanent|0011|Towanda|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.705226|-76.512726|340.100|-5.00|US|||42|PA|015|BRADFORD +420150011|420150011|840420150011|PM2.5|Permanent|0011|Towanda|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.705226|-76.512726|340.100|-5.00|US|||42|PA|015|BRADFORD +420170012|420170012|840420170012|TEMP|Permanent|0012|Bristol|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.107201|-74.882202||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|017|BUCKS +420170012|420170012|840420170012|WS|Permanent|0012|Bristol|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.107201|-74.882202||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|017|BUCKS +420170012|420170012|840420170012|RHUM|Permanent|0012|Bristol|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.107201|-74.882202||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|017|BUCKS +420170012|420170012|840420170012|BARPR|Permanent|0012|Bristol|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.107201|-74.882202||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|017|BUCKS +420170012|420170012|840420170012|SRAD|Permanent|0012|Bristol|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.107201|-74.882202||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|017|BUCKS +420170012|420170012|840420170012|PRECIP|Permanent|0012|Bristol|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.107201|-74.882202||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|017|BUCKS +420170012|420170012|840420170012|O3|Permanent|0012|Bristol|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.107201|-74.882202||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|017|BUCKS +420170012|420170012|840420170012|RWD|Permanent|0012|Bristol|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.107201|-74.882202||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|017|BUCKS +420210011|420210011|840420210011|O3|Permanent|0011|Johnstown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.309700|-78.915800||-5.00|US|27780| Johnstown, PA |42|PA|021|CAMBRIA +420210011|420210011|840420210011|PM2.5|Permanent|0011|Johnstown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.309700|-78.915800||-5.00|US|27780| Johnstown, PA |42|PA|021|CAMBRIA +420210011|420210011|840420210011|PM10|Permanent|0011|Johnstown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.309700|-78.915800||-5.00|US|27780| Johnstown, PA |42|PA|021|CAMBRIA +420270100|420270100|840420270100|O3|Permanent|0100|State College|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.811400|-77.876900||-5.00|US|44300| State College, PA |42|PA|027|CENTRE +420270100|420270100|840420270100|PM2.5|Permanent|0100|State College|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.811400|-77.876900||-5.00|US|44300| State College, PA |42|PA|027|CENTRE +420279991|420279991|840420279991|TEMP|Permanent|9991|Penn State|Active|OAP|EPA Office of Atmospheric Programs|R3|40.720800|-77.931900|378.200|-5.00|US|44300| State College, PA |42|PA|027|CENTRE +420279991|420279991|840420279991|O3|Permanent|9991|Penn State|Active|OAP|EPA Office of Atmospheric Programs|R3|40.720800|-77.931900|378.200|-5.00|US|44300| State College, PA |42|PA|027|CENTRE +420290100|420290100|840420290100|O3|Permanent|0100|New Garden|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.834400|-75.767800||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|029|CHESTER +420290100|420290100|840420290100|PM2.5|Permanent|0100|New Garden|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.834400|-75.767800||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|029|CHESTER +420334000|420334000|840420334000|O3|Permanent|4000|Moshannon|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.117500|-78.526100||-5.00|US|20180| DuBois, PA |42|PA|033|CLEARFIELD +420410101|420410101|840420410101|PM2.5|Permanent|0101|Carlisle|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.246400|-77.186700|150.100|-5.00|US|25420| Harrisburg-Carlisle, PA |42|PA|041|CUMBERLAND +420430401|420430401|840420430401|PM2.5|Permanent|0401|Harrisburg|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.246992|-76.846988||-5.00|US|25420| Harrisburg-Carlisle, PA |42|PA|043|DAUPHIN +420430401|420430401|840420430401|O3|Permanent|0401|Harrisburg|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.246992|-76.846988||-5.00|US|25420| Harrisburg-Carlisle, PA |42|PA|043|DAUPHIN +420431100|420431100|840420431100|O3|Permanent|1100|Hershey|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.272200|-76.681400||-5.00|US|25420| Harrisburg-Carlisle, PA |42|PA|043|DAUPHIN +420431100|420431100|840420431100|PM10|Permanent|1100|Hershey|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.272200|-76.681400||-5.00|US|25420| Harrisburg-Carlisle, PA |42|PA|043|DAUPHIN +420450002|420450002|840420450002|WS|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450002|420450002|840420450002|RHUM|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450002|420450002|840420450002|BARPR|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450002|420450002|840420450002|O3|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450002|420450002|840420450002|SRAD|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450002|420450002|840420450002|PRECIP|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450002|420450002|840420450002|RWD|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450002|420450002|840420450002|PM2.5|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450002|420450002|840420450002|PM10|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450002|420450002|840420450002|TEMP|Permanent|0002|Chester|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.835600|-75.372500||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420450109|420450109|840420450109|PM2.5|Permanent|0109|Marcus Hook|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.818715|-75.413973|7.000|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|045|DELAWARE +420479991|420479991|840420479991|O3|Permanent|9991|Kane Exp. Forest|Active|OAP|EPA Office of Atmospheric Programs|R3|41.598000|-78.767400|622.200|-5.00|US|41260| St. Marys, PA |42|PA|047|ELK +420479991|420479991|840420479991|TEMP|Permanent|9991|Kane Exp. Forest|Active|OAP|EPA Office of Atmospheric Programs|R3|41.598000|-78.767400|622.200|-5.00|US|41260| St. Marys, PA |42|PA|047|ELK +420490003|420490003|840420490003|PM2.5|Permanent|0003|Erie|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|42.142800|-80.037200||-5.00|US|21500| Erie, PA |42|PA|049|ERIE +420490003|420490003|840420490003|PM10|Permanent|0003|Erie|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|42.142800|-80.037200||-5.00|US|21500| Erie, PA |42|PA|049|ERIE +420490003|420490003|840420490003|O3|Permanent|0003|Erie|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|42.142800|-80.037200||-5.00|US|21500| Erie, PA |42|PA|049|ERIE +840420510524|420510524|840420510524|PM2.5|Permanent|0524|Uniontown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.917663|-79.805499||-5.00|US|38300| Pittsburgh, PA |42|PA|051|FAYETTE +840420510524|420510524|840420510524|O3|Permanent|0524|Uniontown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.917663|-79.805499||-5.00|US|38300| Pittsburgh, PA |42|PA|051|FAYETTE +420550001|420550001|840420550001|O3|Permanent|0001|Methodist Hill|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.961100|-77.475600||-5.00|US|16540| Chambersburg, PA |42|PA|055|FRANKLIN +420590002|420590002|840420590002|O3|Permanent|0002|Holbrook|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.820000|-80.289700||-5.00|US|||42|PA|059|GREENE +420590002|420590002|840420590002|PM2.5|Permanent|0002|Holbrook|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.820000|-80.289700||-5.00|US|||42|PA|059|GREENE +420630004|420630004|840420630004|O3|Permanent|0004|Strongstown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.563300|-78.920000||-5.00|US|26860| Indiana, PA |42|PA|063|INDIANA +420630004|420630004|840420630004|PM2.5|Permanent|0004|Strongstown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.563300|-78.920000||-5.00|US|26860| Indiana, PA |42|PA|063|INDIANA +420690101|420690101|840420690101|O3|Permanent|0101|Peckville|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.478900|-75.578100||-5.00|US|42540| Scranton--Wilkes-Barre, PA |42|PA|069|LACKAWANNA +420692006|420692006|840420692006|O3|Permanent|2006|Scranton|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.442800|-75.623100||-5.00|US|42540| Scranton--Wilkes-Barre, PA |42|PA|069|LACKAWANNA +420692006|420692006|840420692006|PM2.5|Permanent|2006|Scranton|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.442800|-75.623100||-5.00|US|42540| Scranton--Wilkes-Barre, PA |42|PA|069|LACKAWANNA +420710007|420710007|840420710007|O3|Permanent|0007|Lancaster|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.046700|-76.283300||-5.00|US|29540| Lancaster, PA |42|PA|071|LANCASTER +420710007|420710007|840420710007|PM2.5|Permanent|0007|Lancaster|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.046700|-76.283300||-5.00|US|29540| Lancaster, PA |42|PA|071|LANCASTER +420710007|420710007|840420710007|PM10|Permanent|0007|Lancaster|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.046700|-76.283300||-5.00|US|29540| Lancaster, PA |42|PA|071|LANCASTER +420710012|420710012|840420710012|O3|Permanent|0012|Lancaster DW|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.043900|-76.112500|116.500|-5.00|US|29540| Lancaster, PA |42|PA|071|LANCASTER +420710012|420710012|840420710012|PM2.5|Permanent|0012|Lancaster DW|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.043900|-76.112500|116.500|-5.00|US|29540| Lancaster, PA |42|PA|071|LANCASTER +420730015|420730015|840420730015|PM10|Permanent|0015|New Castle|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.995800|-80.346700||-5.00|US|35260| New Castle, PA |42|PA|073|LAWRENCE +420730015|420730015|840420730015|O3|Permanent|0015|New Castle|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.995800|-80.346700||-5.00|US|35260| New Castle, PA |42|PA|073|LAWRENCE +420750100|420750100|840420750100|O3|Permanent|0100|Lebanon|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.337330|-76.383446|158.300|-5.00|US|30140| Lebanon, PA |42|PA|075|LEBANON +420750100|420750100|840420750100|PM2.5|Permanent|0100|Lebanon|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.337330|-76.383446|158.300|-5.00|US|30140| Lebanon, PA |42|PA|075|LEBANON +840420750101|420750101|840420750101|O3|Permanent|0101|Lebanon|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.338516|-76.394788|43.900|-5.00|US|||42|PA|075|LEBANON +840420750101|420750101|840420750101|PM2.5|Permanent|0101|Lebanon|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.338516|-76.394788|43.900|-5.00|US|||42|PA|075|LEBANON +420770004|420770004|840420770004|O3|Permanent|0004|Allentown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.611900|-75.432500||-5.00|US|10900| Allentown-Bethlehem-Easton, PA-NJ |42|PA|077|LEHIGH +420770004|420770004|840420770004|PM2.5|Permanent|0004|Allentown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.611900|-75.432500||-5.00|US|10900| Allentown-Bethlehem-Easton, PA-NJ |42|PA|077|LEHIGH +420770004|420770004|840420770004|PM10|Permanent|0004|Allentown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.611900|-75.432500||-5.00|US|10900| Allentown-Bethlehem-Easton, PA-NJ |42|PA|077|LEHIGH +420791100|420791100|840420791100|O3|Permanent|1100|NANT|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.209200|-76.003300||-5.00|US|42540| Scranton--Wilkes-Barre, PA |42|PA|079|LUZERNE +420791101|420791101|840420791101|O3|Permanent|1101|Wilkes-Barre|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.265800|-75.846400||-5.00|US|42540| Scranton--Wilkes-Barre, PA |42|PA|079|LUZERNE +420791101|420791101|840420791101|PM10|Permanent|1101|Wilkes-Barre|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.265800|-75.846400||-5.00|US|42540| Scranton--Wilkes-Barre, PA |42|PA|079|LUZERNE +420810100|420810100|840420810100|O3|Permanent|0100|Montoursville|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.250800|-76.923900||-5.00|US|48700| Williamsport, PA |42|PA|081|LYCOMING +840420810419|420810419|840420810419|PM2.5|Permanent|0419|Salladasburg|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.266192|-77.230933||-5.00|US|||42|PA|081|LYCOMING +420850100|420850100|840420850100|O3|Permanent|0100|Farrell|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.215000|-80.485000||-5.00|US|49660| Youngstown-Warren-Boardman, OH-PA |42|PA|085|MERCER +420850100|420850100|840420850100|PM2.5|Permanent|0100|Farrell|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.215000|-80.485000||-5.00|US|49660| Youngstown-Warren-Boardman, OH-PA |42|PA|085|MERCER +420859991|420859991|840420859991|O3|Permanent|9991|M.K. Goddard|Active|OAP|EPA Office of Atmospheric Programs|R3|41.427100|-80.145100|384.000|-5.00|US|49660| Youngstown-Warren-Boardman, OH-PA |42|PA|085|MERCER +420859991|420859991|840420859991|TEMP|Permanent|9991|M.K. Goddard|Active|OAP|EPA Office of Atmospheric Programs|R3|41.427100|-80.145100|384.000|-5.00|US|49660| Youngstown-Warren-Boardman, OH-PA |42|PA|085|MERCER +420890002|420890002|840420890002|O3|Permanent|0002|Swiftwater|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.083099|-75.328300|370.300|-5.00|US|20700| East Stroudsburg, PA |42|PA|089|MONROE +420910013|420910013|840420910013|WS|Permanent|0013|Norristown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.112200|-75.309200||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|091|MONTGOMERY +420910013|420910013|840420910013|RHUM|Permanent|0013|Norristown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.112200|-75.309200||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|091|MONTGOMERY +420910013|420910013|840420910013|BARPR|Permanent|0013|Norristown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.112200|-75.309200||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|091|MONTGOMERY +420910013|420910013|840420910013|SRAD|Permanent|0013|Norristown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.112200|-75.309200||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|091|MONTGOMERY +420910013|420910013|840420910013|PRECIP|Permanent|0013|Norristown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.112200|-75.309200||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|091|MONTGOMERY +420910013|420910013|840420910013|RWD|Permanent|0013|Norristown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.112200|-75.309200||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|091|MONTGOMERY +420910013|420910013|840420910013|O3|Permanent|0013|Norristown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.112200|-75.309200||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|091|MONTGOMERY +420910013|420910013|840420910013|PM2.5|Permanent|0013|Norristown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.112200|-75.309200||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|091|MONTGOMERY +420910013|420910013|840420910013|TEMP|Permanent|0013|Norristown|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.112200|-75.309200||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|091|MONTGOMERY +420950025|420950025|840420950025|O3|Permanent|0025|Freemansburg|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.628100|-75.341100||-5.00|US|10900| Allentown-Bethlehem-Easton, PA-NJ |42|PA|095|NORTHAMPTON +420950025|420950025|840420950025|PM2.5|Permanent|0025|Freemansburg|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.628100|-75.341100||-5.00|US|10900| Allentown-Bethlehem-Easton, PA-NJ |42|PA|095|NORTHAMPTON +420958000|420958000|840420958000|O3|Permanent|8000|EAS2|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.692200|-75.237200||-5.00|US|10900| Allentown-Bethlehem-Easton, PA-NJ |42|PA|095|NORTHAMPTON +420990301|420990301|840420990301|O3|Permanent|0301|LITT|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.456900|-77.165600||-5.00|US|25420| Harrisburg-Carlisle, PA |42|PA|099|PERRY +421010004|421010004|840421010004|O3|Permanent|0004|LABP|Active|PA2|Philadelphia Air Management Services|R3|40.008920|-75.097770|22.600|-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|101|PHILADELPHIA +421010024|421010024|840421010024|O3|Permanent|0024|NEA|Active|PA2|Philadelphia Air Management Services|R3|40.076700|-75.010800||-5.00|US|37980| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD |42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|RWD|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|RHUM|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|O3|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|PM2.5|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|PM10|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|NO2|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|RWS|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|CO|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|SO2|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|TEMP|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|WS|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010048|421010048|840421010048|WD|Permanent|0048|NEW|Active|PA2|Philadelphia Air Management Services|R3|39.991389|-75.080833||-5.00|US|||42|PA|101|PHILADELPHIA +421010055|421010055|840421010055|SO2|Permanent|0055|RIT|Active|PA2|Philadelphia Air Management Services|R3|39.922516|-75.186783||-5.00|US|||42|PA|101|PHILADELPHIA +421010055|421010055|840421010055|PM2.5|Permanent|0055|RIT|Active|PA2|Philadelphia Air Management Services|R3|39.922516|-75.186783||-5.00|US|||42|PA|101|PHILADELPHIA +421010057|421010057|840421010057|PM2.5|Permanent|0057|FAB|Active|PA2|Philadelphia Air Management Services|R3|39.960300|-75.142400||-5.00|US|||42|PA|101|PHILADELPHIA +421010075|421010075|840421010075|WD|Permanent|0075|TOR|Active|PA2|Philadelphia Air Management Services|R3|40.054171|-74.985166||-5.00|US|||42|PA|101|PHILADELPHIA +421010075|421010075|840421010075|RHUM|Permanent|0075|TOR|Active|PA2|Philadelphia Air Management Services|R3|40.054171|-74.985166||-5.00|US|||42|PA|101|PHILADELPHIA +421010075|421010075|840421010075|PM2.5|Permanent|0075|TOR|Active|PA2|Philadelphia Air Management Services|R3|40.054171|-74.985166||-5.00|US|||42|PA|101|PHILADELPHIA +421010075|421010075|840421010075|NO2|Permanent|0075|TOR|Active|PA2|Philadelphia Air Management Services|R3|40.054171|-74.985166||-5.00|US|||42|PA|101|PHILADELPHIA +421010075|421010075|840421010075|CO|Permanent|0075|TOR|Active|PA2|Philadelphia Air Management Services|R3|40.054171|-74.985166||-5.00|US|||42|PA|101|PHILADELPHIA +421010075|421010075|840421010075|TEMP|Permanent|0075|TOR|Active|PA2|Philadelphia Air Management Services|R3|40.054171|-74.985166||-5.00|US|||42|PA|101|PHILADELPHIA +421010075|421010075|840421010075|WS|Permanent|0075|TOR|Active|PA2|Philadelphia Air Management Services|R3|40.054171|-74.985166||-5.00|US|||42|PA|101|PHILADELPHIA +421010076|421010076|840421010076|WD|Permanent|0076|MON|Active|PA2|Philadelphia Air Management Services|R3|39.988842|-75.207205||-5.00|US|||42|PA|101|PHILADELPHIA +421010076|421010076|840421010076|PM2.5|Permanent|0076|MON|Active|PA2|Philadelphia Air Management Services|R3|39.988842|-75.207205||-5.00|US|||42|PA|101|PHILADELPHIA +421010076|421010076|840421010076|NO2|Permanent|0076|MON|Active|PA2|Philadelphia Air Management Services|R3|39.988842|-75.207205||-5.00|US|||42|PA|101|PHILADELPHIA +421010076|421010076|840421010076|CO|Permanent|0076|MON|Active|PA2|Philadelphia Air Management Services|R3|39.988842|-75.207205||-5.00|US|||42|PA|101|PHILADELPHIA +421010076|421010076|840421010076|WS|Permanent|0076|MON|Active|PA2|Philadelphia Air Management Services|R3|39.988842|-75.207205||-5.00|US|||42|PA|101|PHILADELPHIA +421019999|421019999|840421019999|TEMP|Permanent|9999|Philadelphia|Active|PA2|Philadelphia Air Management Services|R3|39.952590|-75.149720||-5.00|US|||42|PA|101|PHILADELPHIA +421019999|421019999|840421019999|WS|Permanent|9999|Philadelphia|Active|PA2|Philadelphia Air Management Services|R3|39.952590|-75.149720||-5.00|US|||42|PA|101|PHILADELPHIA +421019999|421019999|840421019999|WD|Permanent|9999|Philadelphia|Active|PA2|Philadelphia Air Management Services|R3|39.952590|-75.149720||-5.00|US|||42|PA|101|PHILADELPHIA +421019999|421019999|840421019999|RHUM|Permanent|9999|Philadelphia|Active|PA2|Philadelphia Air Management Services|R3|39.952590|-75.149720||-5.00|US|||42|PA|101|PHILADELPHIA +421119991|421119991|840421119991|O3|Permanent|9991|Laurel Hill|Active|OAP|EPA Office of Atmospheric Programs|R3|39.987800|-79.251400|615.200|-5.00|US|43740| Somerset, PA |42|PA|111|SOMERSET +421119991|421119991|840421119991|TEMP|Permanent|9991|Laurel Hill|Active|OAP|EPA Office of Atmospheric Programs|R3|39.987800|-79.251400|615.200|-5.00|US|43740| Somerset, PA |42|PA|111|SOMERSET +840421150215|421150215|840421150215|PM2.5|Permanent|0215|New Milford|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.867336|-75.686602||-5.00|US|||42|PA|115|SUSQUEHANNA +421174000|421174000|840421174000|O3|Permanent|4000|Tioga County|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.644700|-76.939200|650.600|-5.00|US|||42|PA|117|TIOGA +421174000|421174000|840421174000|PM2.5|Permanent|4000|Tioga County|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.644700|-76.939200|650.600|-5.00|US|||42|PA|117|TIOGA +421250005|421250005|840421250005|O3|Permanent|0005|Charleroi|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.146900|-79.903300||-5.00|US|38300| Pittsburgh, PA |42|PA|125|WASHINGTON +421250005|421250005|840421250005|PM2.5|Permanent|0005|Charleroi|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.146900|-79.903300||-5.00|US|38300| Pittsburgh, PA |42|PA|125|WASHINGTON +421250200|421250200|840421250200|O3|Permanent|0200|WASH|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.170000|-80.261700||-5.00|US|38300| Pittsburgh, PA |42|PA|125|WASHINGTON +421250200|421250200|840421250200|PM2.5|Permanent|0200|WASH|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.170000|-80.261700||-5.00|US|38300| Pittsburgh, PA |42|PA|125|WASHINGTON +421255001|421255001|840421255001|O3|Permanent|5001|Florence|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.444700|-80.420000||-5.00|US|38300| Pittsburgh, PA |42|PA|125|WASHINGTON +421255001|421255001|840421255001|PM2.5|Permanent|5001|Florence|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.444700|-80.420000||-5.00|US|38300| Pittsburgh, PA |42|PA|125|WASHINGTON +421255200|421255200|840421255200|O3|Permanent|5200|Houston|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.269000|-80.244000|370.000|-5.00|US|||42|PA|125|WASHINGTON +421255200|421255200|840421255200|PM2.5|Permanent|5200|Houston|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.269000|-80.244000|370.000|-5.00|US|||42|PA|125|WASHINGTON +421290006|421290006|840421290006|O3|Permanent|0006|MURR|Inactive|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.428100|-79.693100||-5.00|US|38300| Pittsburgh, PA |42|PA|129|WESTMORELAND +421290008|421290008|840421290008|O3|Permanent|0008|Greensburg|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.305300|-79.506100||-5.00|US|38300| Pittsburgh, PA |42|PA|129|WESTMORELAND +421290008|421290008|840421290008|PM2.5|Permanent|0008|Greensburg|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|40.305300|-79.506100||-5.00|US|38300| Pittsburgh, PA |42|PA|129|WESTMORELAND +840421310010|421310010|840421310010|PM2.5|Permanent|0010|Tunkhannock|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|41.605244|-75.957740||-5.00|US|||42|PA|131|WYOMING +421330008|421330008|840421330008|O3|Permanent|0008|York|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.965300|-76.699400||-5.00|US|49620| York-Hanover, PA |42|PA|133|YORK +421330008|421330008|840421330008|PM2.5|Permanent|0008|York|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.965300|-76.699400||-5.00|US|49620| York-Hanover, PA |42|PA|133|YORK +421330011|421330011|840421330011|O3|Permanent|0011|York DW|Active|PA1|Pennsylvania Dept. of Environmental Protection|R3|39.860800|-76.461900||-5.00|US|49620| York-Hanover, PA |42|PA|133|YORK +440030002|440030002|840440030002|RWS|Permanent|0002|W Greenwich|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.615000|-71.719700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|003|KENT +440030002|440030002|840440030002|O3|Permanent|0002|W Greenwich|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.615000|-71.719700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|003|KENT +440030002|440030002|840440030002|PM2.5|Permanent|0002|W Greenwich|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.615000|-71.719700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|003|KENT +440030002|440030002|840440030002|TEMP|Permanent|0002|W Greenwich|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.615000|-71.719700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|003|KENT +440030002|440030002|840440030002|RHUM|Permanent|0002|W Greenwich|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.615000|-71.719700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|003|KENT +440030002|440030002|840440030002|SRAD|Permanent|0002|W Greenwich|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.615000|-71.719700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|003|KENT +440030002|440030002|840440030002|BARPR|Permanent|0002|W Greenwich|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.615000|-71.719700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|003|KENT +440030002|440030002|840440030002|RWD|Permanent|0002|W Greenwich|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.615000|-71.719700||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|003|KENT +440070022|440070022|840440070022|RWS|Permanent|0022|CCRI Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.807523|-71.413920|22.900|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070022|440070022|840440070022|PM2.5|Permanent|0022|CCRI Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.807523|-71.413920|22.900|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070022|440070022|840440070022|BC|Permanent|0022|CCRI Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.807523|-71.413920|22.900|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070022|440070022|840440070022|TEMP|Permanent|0022|CCRI Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.807523|-71.413920|22.900|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070022|440070022|840440070022|RHUM|Permanent|0022|CCRI Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.807523|-71.413920|22.900|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070022|440070022|840440070022|RWD|Permanent|0022|CCRI Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.807523|-71.413920|22.900|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070030|440070030|840440070030|NO|Permanent|0030|Near Road|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.769880|-71.428489|9.200|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070030|440070030|840440070030|PM2.5|Permanent|0030|Near Road|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.769880|-71.428489|9.200|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070030|440070030|840440070030|NO2|Permanent|0030|Near Road|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.769880|-71.428489|9.200|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070030|440070030|840440070030|CO|Permanent|0030|Near Road|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.769880|-71.428489|9.200|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070030|440070030|840440070030|BC|Permanent|0030|Near Road|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.769880|-71.428489|9.200|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440070030|440070030|840440070030|NOX|Permanent|0030|Near Road|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.769880|-71.428489|9.200|-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +840440070122|440070122|840440070122|PM2.5|Permanent|0122|N/A|Inactive|RI1|Rhode Island Dept. of Environmental Management|R1|40.000000|-70.000000||-5.00|US|||44|RI|007|PROVIDENCE +440071010|440071010|840440071010|PRECIP|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|SO2|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|NOY|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|NO2Y|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|BC|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|TEMP|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|RWS|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|RHUM|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|O3|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|PM2.5|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|NO2|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|CO|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|RWD|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|BARPR|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|SRAD|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|NOX|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440071010|440071010|840440071010|NO|Permanent|1010|E Providence|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.840302|-71.361702||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|007|PROVIDENCE +440090007|440090007|840440090007|TEMP|Permanent|0007|Narragansett|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.494200|-71.421900||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|009|WASHINGTON +440090007|440090007|840440090007|RHUM|Permanent|0007|Narragansett|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.494200|-71.421900||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|009|WASHINGTON +440090007|440090007|840440090007|RWD|Permanent|0007|Narragansett|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.494200|-71.421900||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|009|WASHINGTON +440090007|440090007|840440090007|RWS|Permanent|0007|Narragansett|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.494200|-71.421900||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|009|WASHINGTON +440090007|440090007|840440090007|O3|Permanent|0007|Narragansett|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.494200|-71.421900||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|009|WASHINGTON +440090007|440090007|840440090007|PM2.5|Permanent|0007|Narragansett|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.494200|-71.421900||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|009|WASHINGTON +840440090008|440090008|840440090008|O3|Permanent|0008|East Matunuck|Active|RI1|Rhode Island Dept. of Environmental Management|R1|41.377451|-71.524852||-5.00|US|39300| Providence-New Bedford-Fall River, RI-MA |44|RI|009|WASHINGTON +450010001|450010001|840450010001|O3|Permanent|0001|Due West|Inactive|SC1|South Carolina DHEC|R4|34.325298|-82.386101|205.900|-5.00|US|||45|SC|001|ABBEVILLE +450010001|450010001|840450010001|PRECIP|Permanent|0001|Due West|Inactive|SC1|South Carolina DHEC|R4|34.325298|-82.386101|205.900|-5.00|US|||45|SC|001|ABBEVILLE +450030003|450030003|840450030003|O3|Permanent|0003|Jackson|Active|SC1|South Carolina DHEC|R4|33.342201|-81.788597|108.000|-5.00|US|12260| Augusta-Richmond County, GA-SC |45|SC|003|AIKEN +450070004|450070004|840450070004|PM2.5|Permanent|0004|Anderson Library|Inactive|SC1|South Carolina DHEC|R4|34.505798|-82.647903|237.900|-5.00|US|11340| Anderson, SC |45|SC|007|ANDERSON +450070005|450070005|840450070005|O3|Permanent|0005|Big Creek|Inactive|SC1|South Carolina DHEC|R4|34.623199|-82.532097|275.100|-5.00|US|11340| Anderson, SC |45|SC|007|ANDERSON +840450070006|450070006|840450070006|O3|Permanent|0006|Garrison Arena|Active|SC1|South Carolina DHEC|R4|34.635958|-82.810667||-5.00|US|||45|SC|007|ANDERSON +450150002|450150002|840450150002|O3|Permanent|0002|Bushy Park|Inactive|SC1|South Carolina DHEC|R4|32.987202|-79.936699|8.800|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|015|BERKELEY +840450151002|450151002|840450151002|O3|Permanent|1002|Moncks Corner|Active|SC1|South Carolina DHEC|R4|33.183016|-80.030712||-5.00|US|||45|SC|015|BERKELEY +450190003|450190003|840450190003|NOX|Permanent|0003|Jenkins Avenue|Active|SC1|South Carolina DHEC|R4|32.882290|-79.977539|12.800|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190003|450190003|840450190003|NO|Permanent|0003|Jenkins Avenue|Active|SC1|South Carolina DHEC|R4|32.882290|-79.977539|12.800|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190003|450190003|840450190003|PM10|Permanent|0003|Jenkins Avenue|Active|SC1|South Carolina DHEC|R4|32.882290|-79.977539|12.800|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190003|450190003|840450190003|NO2|Permanent|0003|Jenkins Avenue|Active|SC1|South Carolina DHEC|R4|32.882290|-79.977539|12.800|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190003|450190003|840450190003|SO2|Permanent|0003|Jenkins Avenue|Active|SC1|South Carolina DHEC|R4|32.882290|-79.977539|12.800|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +840450190020|450190020|840450190020|PM2.5|Permanent|0020|North Charleston F.S.|Active|SC1|South Carolina DHEC|R4|32.840000|-79.960000||-5.00|US|||45|SC|019|CHARLESTON +840450190021|450190021|840450190021|SO2|Permanent|0021|SPA-Irving St.|Inactive|SC1|South Carolina DHEC|R4|32.836602|-79.956983||-5.00|US|||45|SC|019|CHARLESTON +840450190021|450190021|840450190021|PM2.5|Permanent|0021|SPA-Irving St.|Inactive|SC1|South Carolina DHEC|R4|32.836602|-79.956983||-5.00|US|||45|SC|019|CHARLESTON +450190046|450190046|840450190046|NO2|Permanent|0046|Cape Romain|Active|SC1|South Carolina DHEC|R4|32.941002|-79.656998|6.700|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190046|450190046|840450190046|WS|Permanent|0046|Cape Romain|Active|SC1|South Carolina DHEC|R4|32.941002|-79.656998|6.700|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190046|450190046|840450190046|NO|Permanent|0046|Cape Romain|Active|SC1|South Carolina DHEC|R4|32.941002|-79.656998|6.700|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190046|450190046|840450190046|RWD|Permanent|0046|Cape Romain|Active|SC1|South Carolina DHEC|R4|32.941002|-79.656998|6.700|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190046|450190046|840450190046|O3|Permanent|0046|Cape Romain|Active|SC1|South Carolina DHEC|R4|32.941002|-79.656998|6.700|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190046|450190046|840450190046|PM2.5|Permanent|0046|Cape Romain|Active|SC1|South Carolina DHEC|R4|32.941002|-79.656998|6.700|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450190049|450190049|840450190049|PM2.5|Permanent|0049|Charleston Public Works|Inactive|SC1|South Carolina DHEC|R4|32.791000|-79.959000|4.000|-5.00|US|16700| Charleston-North Charleston, SC |45|SC|019|CHARLESTON +450210002|450210002|840450210002|O3|Permanent|0002|Cowpens National Battlefield|Inactive|SC1|South Carolina DHEC|R4|35.130299|-81.816399|296.200|-5.00|US|23500| Gaffney, SC |45|SC|021|CHEROKEE +450210003|450210003|840450210003|SRAD|Permanent|0003|Kings Mountain NMP - Brown's Mountain|Inactive|NPS|National Park Service|USEPA|35.131400|-81.405000|340.100|-7.00|US|||45|SC|021|CHEROKEE +450210003|450210003|840450210003|PRECIP|Permanent|0003|Kings Mountain NMP - Brown's Mountain|Inactive|NPS|National Park Service|USEPA|35.131400|-81.405000|340.100|-7.00|US|||45|SC|021|CHEROKEE +450210003|450210003|840450210003|O3|Permanent|0003|Kings Mountain NMP - Brown's Mountain|Inactive|NPS|National Park Service|USEPA|35.131400|-81.405000|340.100|-7.00|US|||45|SC|021|CHEROKEE +450210003|450210003|840450210003|TEMP|Permanent|0003|Kings Mountain NMP - Brown's Mountain|Inactive|NPS|National Park Service|USEPA|35.131400|-81.405000|340.100|-7.00|US|||45|SC|021|CHEROKEE +450210003|450210003|840450210003|WS|Permanent|0003|Kings Mountain NMP - Brown's Mountain|Inactive|NPS|National Park Service|USEPA|35.131400|-81.405000|340.100|-7.00|US|||45|SC|021|CHEROKEE +450210003|450210003|840450210003|WD|Permanent|0003|Kings Mountain NMP - Brown's Mountain|Inactive|NPS|National Park Service|USEPA|35.131400|-81.405000|340.100|-7.00|US|||45|SC|021|CHEROKEE +450210003|450210003|840450210003|RHUM|Permanent|0003|Kings Mountain NMP - Brown's Mountain|Inactive|NPS|National Park Service|USEPA|35.131400|-81.405000|340.100|-7.00|US|||45|SC|021|CHEROKEE +450250001|450250001|840450250001|O3|Permanent|0001|Chesterfield|Active|SC1|South Carolina DHEC|R4|34.615299|-80.198898|147.000|-5.00|US|||45|SC|025|CHESTERFIELD +450250001|450250001|840450250001|PM2.5|Permanent|0001|Chesterfield|Active|SC1|South Carolina DHEC|R4|34.615299|-80.198898|147.000|-5.00|US|||45|SC|025|CHESTERFIELD +450290002|450290002|840450290002|O3|Permanent|0002|Ashton|Inactive|SC1|South Carolina DHEC|R4|33.007801|-80.964996|36.900|-5.00|US|47500| Walterboro, SC |45|SC|029|COLLETON +450290002|450290002|840450290002|PM2.5|Permanent|0002|Ashton|Inactive|SC1|South Carolina DHEC|R4|33.007801|-80.964996|36.900|-5.00|US|47500| Walterboro, SC |45|SC|029|COLLETON +450310003|450310003|840450310003|O3|Permanent|0003|Pee Dee|Active|SC1|South Carolina DHEC|R4|34.285599|-79.744698|38.700|-5.00|US|22500| Florence, SC |45|SC|031|DARLINGTON +450370001|450370001|840450370001|O3|Permanent|0001|Trenton|Active|SC1|South Carolina DHEC|R4|33.739700|-81.853600|193.100|-5.00|US|12260| Augusta-Richmond County, GA-SC |45|SC|037|EDGEFIELD +450370001|450370001|840450370001|PM2.5|Permanent|0001|Trenton|Active|SC1|South Carolina DHEC|R4|33.739700|-81.853600|193.100|-5.00|US|12260| Augusta-Richmond County, GA-SC |45|SC|037|EDGEFIELD +450370001|450370001|840450370001|SO2|Permanent|0001|Trenton|Active|SC1|South Carolina DHEC|R4|33.739700|-81.853600|193.100|-5.00|US|12260| Augusta-Richmond County, GA-SC |45|SC|037|EDGEFIELD +450410003|450410003|840450410003|PM2.5|Permanent|0003|Williams Middle School|Active|SC1|South Carolina DHEC|R4|34.214300|-79.767300|43.900|-5.00|US|22500| Florence, SC |45|SC|041|FLORENCE +450430011|450430011|840450430011|PM10|Permanent|0011|Howard #3|Inactive|SC1|South Carolina DHEC|R4|33.368916|-79.296617|5.800|-5.00|US|23860| Georgetown, SC |45|SC|043|GEORGETOWN +450450008|450450008|840450450008|PM2.5|Permanent|0008|Greenville Old HD|Inactive|SC1|South Carolina DHEC|R4|34.838600|-82.402802||-5.00|US|24860| Greenville, SC |45|SC|045|GREENVILLE +450450015|450450015|840450450015|PM2.5|Permanent|0015|Greenville-ESC|Active|SC1|South Carolina DHEC|R4|34.843899|-82.414597|308.100|-5.00|US|24860| Greenville, SC |45|SC|045|GREENVILLE +450450015|450450015|840450450015|PM10|Permanent|0015|Greenville-ESC|Active|SC1|South Carolina DHEC|R4|34.843899|-82.414597|308.100|-5.00|US|24860| Greenville, SC |45|SC|045|GREENVILLE +450450015|450450015|840450450015|NO2|Permanent|0015|Greenville-ESC|Active|SC1|South Carolina DHEC|R4|34.843899|-82.414597|308.100|-5.00|US|24860| Greenville, SC |45|SC|045|GREENVILLE +450450015|450450015|840450450015|SO2|Permanent|0015|Greenville-ESC|Active|SC1|South Carolina DHEC|R4|34.843899|-82.414597|308.100|-5.00|US|24860| Greenville, SC |45|SC|045|GREENVILLE +450450016|450450016|840450450016|O3|Permanent|0016|Hillcrest|Active|SC1|South Carolina DHEC|R4|34.751801|-82.256699|258.900|-5.00|US|24860| Greenville, SC |45|SC|045|GREENVILLE +450451003|450451003|840450451003|O3|Permanent|1003|Famoda Farm|Inactive|SC1|South Carolina DHEC|R4|35.057400|-82.372902|296.200|-5.00|US|24860| Greenville, SC |45|SC|045|GREENVILLE +450510003|450510003|840450510003|O3|Permanent|0003|Green Sea|Inactive|SC1|South Carolina DHEC|R4|34.126400|-78.974503|25.900|-5.00|US|34820| Myrtle Beach-Conway-North Myrtle Beach, SC |45|SC|051|HORRY +450510008|450510008|840450510008|O3|Permanent|0008|Coastal Carolina|Active|SC1|South Carolina DHEC|R4|33.800500|-78.994100||-5.00|US|34820| Myrtle Beach-Conway-North Myrtle Beach, SC |45|SC|051|HORRY +450630008|450630008|840450630008|PM2.5|Permanent|0008|Irmo|Active|SC1|South Carolina DHEC|R4|34.051102|-81.154999|68.900|-5.00|US|17900| Columbia, SC |45|SC|063|LEXINGTON +450630009|450630009|840450630009|WD|Permanent|0009|Cayce|Inactive|SC1|South Carolina DHEC|R4|33.973389|-81.052673|50.000|-5.00|US|||45|SC|063|LEXINGTON +450630009|450630009|840450630009|PM10|Permanent|0009|Cayce|Inactive|SC1|South Carolina DHEC|R4|33.973389|-81.052673|50.000|-5.00|US|||45|SC|063|LEXINGTON +450630009|450630009|840450630009|WS|Permanent|0009|Cayce|Inactive|SC1|South Carolina DHEC|R4|33.973389|-81.052673|50.000|-5.00|US|||45|SC|063|LEXINGTON +450630010|450630010|840450630010|PM10|Permanent|0010|Cayce City Hall|Active|SC1|South Carolina DHEC|R4|33.969145|-81.066290|66.800|-5.00|US|17900| Columbia, SC |45|SC|063|LEXINGTON +450730001|450730001|840450730001|SO2|Permanent|0001|Long Creek|Inactive|SC1|South Carolina DHEC|R4|34.805000|-83.237503|675.300|-5.00|US|42860| Seneca, SC |45|SC|073|OCONEE +450770002|450770002|840450770002|O3|Permanent|0002|Clemson|Inactive|SC1|South Carolina DHEC|R4|34.653301|-82.838600|219.000|-5.00|US|24860| Greenville, SC |45|SC|077|PICKENS +450770003|450770003|840450770003|O3|Permanent|0003|Wolf Creek|Inactive|SC1|South Carolina DHEC|R4|34.851536|-82.744576|276.000|-5.00|US|||45|SC|077|PICKENS +450790007|450790007|840450790007|WS|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|RHUM|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|BARPR|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|PRECIP|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|RWD|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|O3|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|PM2.5|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|CO|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|SO2|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|NOY|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790007|450790007|840450790007|TEMP|Permanent|0007|Parklane|Active|SC1|South Carolina DHEC|R4|34.093899|-80.962196|108.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790019|450790019|840450790019|PM10|Permanent|0019|Bates House|Inactive|SC1|South Carolina DHEC|R4|33.991509|-81.024141|73.500|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450790021|450790021|840450790021|O3|Permanent|0021|Congaree Bluff|Active|SC1|South Carolina DHEC|R4|33.814701|-80.781097|37.800|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450791001|450791001|840450791001|O3|Permanent|1001|Sandhill|Active|SC1|South Carolina DHEC|R4|34.131100|-80.868301|136.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450791001|450791001|840450791001|NO2|Permanent|1001|Sandhill|Active|SC1|South Carolina DHEC|R4|34.131100|-80.868301|136.900|-5.00|US|17900| Columbia, SC |45|SC|079|RICHLAND +450830009|450830009|840450830009|O3|Permanent|0009|North Spartanburg FS|Active|SC1|South Carolina DHEC|R4|34.988602|-82.075600|266.000|-5.00|US|43900| Spartanburg, SC |45|SC|083|SPARTANBURG +450830011|450830011|840450830011|PM2.5|Permanent|0011|TK Gregg|Active|SC1|South Carolina DHEC|R4|34.955601|-81.924797|232.100|-5.00|US|43900| Spartanburg, SC |45|SC|083|SPARTANBURG +450910006|450910006|840450910006|O3|Permanent|0006|York|Inactive|SC1|South Carolina DHEC|R4|34.935600|-81.228302|225.100|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |45|SC|091|YORK +450910006|450910006|840450910006|WS|Permanent|0006|York|Inactive|SC1|South Carolina DHEC|R4|34.935600|-81.228302|225.100|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |45|SC|091|YORK +450910006|450910006|840450910006|WD|Permanent|0006|York|Inactive|SC1|South Carolina DHEC|R4|34.935600|-81.228302|225.100|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |45|SC|091|YORK +450910007|450910007|840450910007|TEMP|Permanent|0007|Kings Mountain NMP - Reservoir Hill|Inactive|NPS|National Park Service|USEPA|35.138062|-81.387222|325.100|-7.00|US|||45|SC|091|YORK +450910007|450910007|840450910007|WS|Permanent|0007|Kings Mountain NMP - Reservoir Hill|Inactive|NPS|National Park Service|USEPA|35.138062|-81.387222|325.100|-7.00|US|||45|SC|091|YORK +450910007|450910007|840450910007|WD|Permanent|0007|Kings Mountain NMP - Reservoir Hill|Inactive|NPS|National Park Service|USEPA|35.138062|-81.387222|325.100|-7.00|US|||45|SC|091|YORK +450910007|450910007|840450910007|RHUM|Permanent|0007|Kings Mountain NMP - Reservoir Hill|Inactive|NPS|National Park Service|USEPA|35.138062|-81.387222|325.100|-7.00|US|||45|SC|091|YORK +450910007|450910007|840450910007|SRAD|Permanent|0007|Kings Mountain NMP - Reservoir Hill|Inactive|NPS|National Park Service|USEPA|35.138062|-81.387222|325.100|-7.00|US|||45|SC|091|YORK +450910007|450910007|840450910007|PRECIP|Permanent|0007|Kings Mountain NMP - Reservoir Hill|Inactive|NPS|National Park Service|USEPA|35.138062|-81.387222|325.100|-7.00|US|||45|SC|091|YORK +450910007|450910007|840450910007|O3|Permanent|0007|Kings Mountain NMP - Reservoir Hill|Inactive|NPS|National Park Service|USEPA|35.138062|-81.387222|325.100|-7.00|US|||45|SC|091|YORK +450910008|450910008|840450910008|SO2|Permanent|0008|York Landfill|Active|SC1|South Carolina DHEC|R4|34.977000|-81.207000||-5.00|US|||45|SC|091|YORK +450910008|450910008|840450910008|O3|Permanent|0008|York Landfill|Active|SC1|South Carolina DHEC|R4|34.977000|-81.207000||-5.00|US|||45|SC|091|YORK +450918001|450918001|840450918001|SO2|Permanent|8001|Catawba Longhouse|Inactive|SC1|South Carolina DHEC|R4|34.912700|-80.874500|162.000|-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |45|SC|091|YORK +450918002|450918002|840450918002|RWD|Permanent|8002|Fort Mill ANG|Inactive|SC1|South Carolina DHEC|R4|35.015900|-80.966400|201.900|-5.00|US|||45|SC|091|YORK +450918002|450918002|840450918002|O3|Permanent|8002|Fort Mill ANG|Inactive|SC1|South Carolina DHEC|R4|35.015900|-80.966400|201.900|-5.00|US|||45|SC|091|YORK +450918002|450918002|840450918002|WS|Permanent|8002|Fort Mill ANG|Inactive|SC1|South Carolina DHEC|R4|35.015900|-80.966400|201.900|-5.00|US|||45|SC|091|YORK +460110003|460110003|840460110003|O3|Permanent|0003|Research Farm|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.348604|-96.807299||-6.00|US|||46|SD|011|BROOKINGS +460110003|460110003|840460110003|PM2.5|Permanent|0003|Research Farm|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.348604|-96.807299||-6.00|US|||46|SD|011|BROOKINGS +460110003|460110003|840460110003|PM10|Permanent|0003|Research Farm|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.348604|-96.807299||-6.00|US|||46|SD|011|BROOKINGS +840460130004|460130004|840460130004|PM2.5|Permanent|0004|Aberdeen|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|45.468596|-98.494061|395.300|-6.00|US|||46|SD|013|BROWN +840460130004|460130004|840460130004|PM10|Permanent|0004|Aberdeen|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|45.468596|-98.494061|395.300|-6.00|US|||46|SD|013|BROWN +840460270001|460270001|840460270001|O3|Permanent|0001|Vermillion|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|42.789453|-96.903867||-6.00|US|||46|SD|027|CLAY +840460270001|460270001|840460270001|PM2.5|Permanent|0001|Vermillion|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|42.789453|-96.903867||-6.00|US|||46|SD|027|CLAY +460290002|460290002|840460290002|O3|Permanent|0002|Watertown|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.899650|-97.128802||-6.00|US|||46|SD|029|CODINGTON +460290002|460290002|840460290002|PM2.5|Permanent|0002|Watertown|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.899650|-97.128802||-6.00|US|||46|SD|029|CODINGTON +460290002|460290002|840460290002|PM10|Permanent|0002|Watertown|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.899650|-97.128802||-6.00|US|||46|SD|029|CODINGTON +460330132|460330132|840460330132|O3|Permanent|0132|WIND CAVE|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.557613|-103.483658|1290.200|-7.00|US|||46|SD|033|CUSTER +460330132|460330132|840460330132|PM2.5|Permanent|0132|WIND CAVE|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.557613|-103.483658|1290.200|-7.00|US|||46|SD|033|CUSTER +460330132|460330132|840460330132|PM10|Permanent|0132|WIND CAVE|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.557613|-103.483658|1290.200|-7.00|US|||46|SD|033|CUSTER +460650003|460650003|840460650003|PM2.5|Permanent|0003|Pierre|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.373786|-100.287269||-6.00|US|||46|SD|065|HUGHES +460710001|460710001|840460710001|O3|Permanent|0001|Badlands|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.746944|-101.941109|730.500|-7.00|US|||46|SD|071|JACKSON +460710001|460710001|840460710001|PM2.5|Permanent|0001|Badlands|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.746944|-101.941109|730.500|-7.00|US|||46|SD|071|JACKSON +460710001|460710001|840460710001|PM10|Permanent|0001|Badlands|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.746944|-101.941109|730.500|-7.00|US|||46|SD|071|JACKSON +460930001|460930001|840460930001|O3|Permanent|0001|Black Hawk|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.155636|-103.315765||-7.00|US|39660| Rapid City, SD |46|SD|093|MEADE +460930001|460930001|840460930001|PM10|Permanent|0001|Black Hawk|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.155636|-103.315765||-7.00|US|39660| Rapid City, SD |46|SD|093|MEADE +460990007|460990007|840460990007|O3|Permanent|0007|HILLTOP|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.537500|-96.681900|146.400|-6.00|US|43620| Sioux Falls, SD |46|SD|099|MINNEHAHA +460990008|460990008|840460990008|PM2.5|Permanent|0008|Sioux Falls|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.547920|-96.700768|451.100|-6.00|US|||46|SD|099|MINNEHAHA +460990008|460990008|840460990008|PM10|Permanent|0008|Sioux Falls|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.547920|-96.700768|451.100|-6.00|US|||46|SD|099|MINNEHAHA +460990008|460990008|840460990008|O3|Permanent|0008|Sioux Falls|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.547920|-96.700768|451.100|-6.00|US|||46|SD|099|MINNEHAHA +840460990009|460990009|840460990009|PM10|Permanent|0009|SF-USD|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.599010|-96.783310|452.000|-6.00|US|43620| Sioux Falls, SD |46|SD|099|MINNEHAHA +840460990009|460990009|840460990009|O3|Permanent|0009|SF-USD|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.599010|-96.783310|452.000|-6.00|US|43620| Sioux Falls, SD |46|SD|099|MINNEHAHA +840460990009|460990009|840460990009|PM2.5|Permanent|0009|SF-USD|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|43.599010|-96.783310|452.000|-6.00|US|43620| Sioux Falls, SD |46|SD|099|MINNEHAHA +461030020|461030020|840461030020|PM2.5|Permanent|0020|Credit Union|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.087397|-103.273777||-7.00|US|39660| Rapid City, SD |46|SD|103|PENNINGTON +461030020|461030020|840461030020|PM10|Permanent|0020|Credit Union|Active|SD1|South Dakota Department of Agriculture and Natural Resources|R8|44.087397|-103.273777||-7.00|US|39660| Rapid City, SD |46|SD|103|PENNINGTON +461270001|461270001|840461270001|PM10|Permanent|0001|UC1|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|42.751518|-96.707208||-6.00|US|||46|SD|127|UNION +461270001|461270001|840461270001|O3|Permanent|0001|UC1|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|42.751518|-96.707208||-6.00|US|||46|SD|127|UNION +461270001|461270001|840461270001|PM2.5|Permanent|0001|UC1|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|42.751518|-96.707208||-6.00|US|||46|SD|127|UNION +461270002|461270002|840461270002|PM2.5|Permanent|0002|UC2|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|42.850975|-96.747425||-6.00|US|||46|SD|127|UNION +461270002|461270002|840461270002|PM10|Permanent|0002|UC2|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|42.850975|-96.747425||-6.00|US|||46|SD|127|UNION +461270003|461270003|840461270003|O3|Permanent|0003|UC3|Inactive|SD1|South Dakota Department of Agriculture and Natural Resources|R8|42.880212|-96.785339||-6.00|US|||46|SD|127|UNION +470010101|470010101|840470010101|O3|Permanent|0101|Freels|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.965000|-84.223099||-5.00|US|28940| Knoxville, TN |47|TN|001|ANDERSON +470090011|470090011|840470090011|PM2.5|Permanent|0011|MARYVILL|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.768300|-83.942200|319.900|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|NO|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|PRECIP|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|RHUM|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|SRAD|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|RWD|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|O3|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|PM2.5|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|CO|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|RWS|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|WS|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|NOY|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|NO2Y|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090101|470090101|840470090101|TEMP|Permanent|0101|Look Rock - GSMNP|Active|NPS|National Park Service|USEPA|35.633460|-83.941580|793.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090102|470090102|840470090102|RWD|Permanent|0102|Cades Cove - GSMNP|Active|NPS|National Park Service|USEPA|35.603100|-83.783600|564.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090102|470090102|840470090102|RWS|Permanent|0102|Cades Cove - GSMNP|Active|NPS|National Park Service|USEPA|35.603100|-83.783600|564.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090102|470090102|840470090102|O3|Permanent|0102|Cades Cove - GSMNP|Active|NPS|National Park Service|USEPA|35.603100|-83.783600|564.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090102|470090102|840470090102|TEMP|Permanent|0102|Cades Cove - GSMNP|Active|NPS|National Park Service|USEPA|35.603100|-83.783600|564.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090102|470090102|840470090102|WS|Permanent|0102|Cades Cove - GSMNP|Active|NPS|National Park Service|USEPA|35.603100|-83.783600|564.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090102|470090102|840470090102|RHUM|Permanent|0102|Cades Cove - GSMNP|Active|NPS|National Park Service|USEPA|35.603100|-83.783600|564.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090102|470090102|840470090102|SRAD|Permanent|0102|Cades Cove - GSMNP|Active|NPS|National Park Service|USEPA|35.603100|-83.783600|564.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470090102|470090102|840470090102|PRECIP|Permanent|0102|Cades Cove - GSMNP|Active|NPS|National Park Service|USEPA|35.603100|-83.783600|564.300|-5.00|US|28940| Knoxville, TN |47|TN|009|BLOUNT +470259991|470259991|840470259991|O3|Permanent|9991|Speedwell|Active|OAP|EPA Office of Atmospheric Programs|R3|36.470000|-83.830000|361.100|-5.00|US|||47|TN|025|CLAIBORNE +470259991|470259991|840470259991|TEMP|Permanent|9991|Speedwell|Active|OAP|EPA Office of Atmospheric Programs|R3|36.470000|-83.830000|361.100|-5.00|US|||47|TN|025|CLAIBORNE +470370011|470370011|840470370011|O3|Permanent|0011|EAST HEALTH CENTER|Active|TN2|Davidson County PCD|R4|36.204700|-86.744400||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|037|DAVIDSON +470370023|470370023|840470370023|PM2.5|Permanent|0023|LOCKELAND|Active|TN2|Davidson County PCD|R4|36.176700|-86.738600||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|037|DAVIDSON +470370023|470370023|840470370023|PM10|Permanent|0023|LOCKELAND|Active|TN2|Davidson County PCD|R4|36.176700|-86.738600||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|037|DAVIDSON +470370026|470370026|840470370026|O3|Permanent|0026|PERCY PRIEST DAM|Active|TN2|Davidson County PCD|R4|36.150600|-86.621100||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|037|DAVIDSON +470419991|470419991|840470419991|O3|Permanent|9991|Edgar Evins|Active|OAP|EPA Office of Atmospheric Programs|R3|36.038800|-85.733100|302.000|-6.00|US|||47|TN|041|DE KALB +470419991|470419991|840470419991|TEMP|Permanent|9991|Edgar Evins|Active|OAP|EPA Office of Atmospheric Programs|R3|36.038800|-85.733100|302.000|-6.00|US|||47|TN|041|DE KALB +470450004|470450004|840470450004|PM2.5|Permanent|0004|DYERSBURG|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.052800|-89.381900||-6.00|US|20540| Dyersburg, TN |47|TN|045|DYER +470651011|470651011|840470651011|O3|Permanent|1011|Soddy Daisy|Active|TN5|Chattanooga-Hamilton County Air Pollution Control Bureau|R4|35.140000|-85.169700||-5.00|US|16860| Chattanooga, TN-GA |47|TN|065|HAMILTON +470654002|470654002|840470654002|PM2.5|Permanent|4002|Riverside|Active|TN5|Chattanooga-Hamilton County Air Pollution Control Bureau|R4|35.050800|-85.293100||-5.00|US|16860| Chattanooga, TN-GA |47|TN|065|HAMILTON +470654003|470654003|840470654003|O3|Permanent|4003|Eastside|Active|TN5|Chattanooga-Hamilton County Air Pollution Control Bureau|R4|35.102800|-85.162200||-5.00|US|16860| Chattanooga, TN-GA |47|TN|065|HAMILTON +470890002|470890002|840470890002|O3|Permanent|0002|NMARKET|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.114400|-83.601400||-5.00|US|34100| Morristown, TN |47|TN|089|JEFFERSON +470930021|470930021|840470930021|O3|Permanent|0021|EASTKNOX|Active|TN4|Knox County Dept. of Air Quality Management |R4|36.085000|-83.764400||-5.00|US|28940| Knoxville, TN |47|TN|093|KNOX +470931013|470931013|840470931013|PM2.5|Permanent|1013|AIR LAB|Active|TN4|Knox County Dept. of Air Quality Management |R4|35.980300|-83.930600||-5.00|US|28940| Knoxville, TN |47|TN|093|KNOX +840470931017|470931017|840470931017|PM2.5|Permanent|1017|Rule|Active|TN4|Knox County Dept. of Air Quality Management |R4|35.977730|-83.950400|2.100|-5.00|US|28940| Knoxville, TN |47|TN|093|KNOX +470931020|470931020|840470931020|O3|Permanent|1020|SPRINGHILL|Active|TN4|Knox County Dept. of Air Quality Management |R4|36.018300|-83.876100||-5.00|US|28940| Knoxville, TN |47|TN|093|KNOX +470931020|470931020|840470931020|PM2.5|Permanent|1020|SPRINGHILL|Active|TN4|Knox County Dept. of Air Quality Management |R4|36.018300|-83.876100||-5.00|US|28940| Knoxville, TN |47|TN|093|KNOX +470990002|470990002|840470990002|PM2.5|Permanent|0002|LAWRENCE|Inactive|TN1|Tennessee Air Pollution Control Div.|R4|35.115800|-87.470000||-6.00|US|29980| Lawrenceburg, TN |47|TN|099|LAWRENCE +840470990003|470990003|840470990003|PM2.5|Permanent|0003|Loretto|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.116866|-87.419726||-6.00|US|29980| Lawrenceburg, TN |47|TN|099|LAWRENCE +471050109|471050109|840471050109|O3|Permanent|0109|LOUDONMS|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.719700|-84.341700|250.100|-5.00|US|28940| Knoxville, TN |47|TN|105|LOUDON +471050109|471050109|840471050109|PM2.5|Permanent|0109|LOUDONMS|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.719700|-84.341700|250.100|-5.00|US|28940| Knoxville, TN |47|TN|105|LOUDON +471071002|471071002|840471071002|PM2.5|Permanent|1002|ATHENS|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.451100|-84.599200||-5.00|US|11940| Athens, TN |47|TN|107|MC MINN +471130006|471130006|840471130006|PM2.5|Permanent|0006|Jackson|Inactive|TN1|Tennessee Air Pollution Control Div.|R4|35.656700|-88.809200|149.500|-6.00|US|27180| Jackson, TN |47|TN|113|MADISON +840471130010|471130010|840471130010|PM2.5|Permanent|0010|Jackson|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.705338|-88.819590|135.400|-6.00|US|27180| Jackson, TN |47|TN|113|MADISON +471192007|471192007|840471192007|PM2.5|Permanent|2007|Columbia|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.651880|-87.009600||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|119|MAURY +471250009|471250009|840471250009|PM2.5|Permanent|0009|Clarksville|Inactive|TN1|Tennessee Air Pollution Control Div.|R4|36.512820|-87.331000||-6.00|US|17300| Clarksville, TN-KY |47|TN|125|MONTGOMERY +840471252001|471252001|840471252001|PM2.5|Permanent|2001|Clarksville|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.611411|-87.384666||-6.00|US|17300| Clarksville, TN-KY |47|TN|125|MONTGOMERY +471410005|471410005|840471410005|PM2.5|Permanent|0005|Cookeville|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.185700|-85.492100||-6.00|US|18260| Cookeville, TN |47|TN|141|PUTNAM +471450004|471450004|840471450004|PM2.5|Permanent|0004|Harriman|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.938600|-84.543900||-5.00|US|25340| Harriman, TN |47|TN|145|ROANE +471490101|471490101|840471490101|O3|Permanent|0101|EVILLE|Inactive|TN1|Tennessee Air Pollution Control Div.|R4|35.732800|-86.598900||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|149|RUTHERFORD +471550101|471550101|840471550101|RHUM|Permanent|0101|Cove Mountain - GSMNP|Active|NPS|National Park Service|USEPA|35.696700|-83.608900|793.300|-5.00|US|42940| Sevierville, TN |47|TN|155|SEVIER +471550101|471550101|840471550101|BARPR|Permanent|0101|Cove Mountain - GSMNP|Active|NPS|National Park Service|USEPA|35.696700|-83.608900|793.300|-5.00|US|42940| Sevierville, TN |47|TN|155|SEVIER +471550101|471550101|840471550101|PRECIP|Permanent|0101|Cove Mountain - GSMNP|Active|NPS|National Park Service|USEPA|35.696700|-83.608900|793.300|-5.00|US|42940| Sevierville, TN |47|TN|155|SEVIER +471550101|471550101|840471550101|RWD|Permanent|0101|Cove Mountain - GSMNP|Active|NPS|National Park Service|USEPA|35.696700|-83.608900|793.300|-5.00|US|42940| Sevierville, TN |47|TN|155|SEVIER +471550101|471550101|840471550101|O3|Permanent|0101|Cove Mountain - GSMNP|Active|NPS|National Park Service|USEPA|35.696700|-83.608900|793.300|-5.00|US|42940| Sevierville, TN |47|TN|155|SEVIER +471550101|471550101|840471550101|TEMP|Permanent|0101|Cove Mountain - GSMNP|Active|NPS|National Park Service|USEPA|35.696700|-83.608900|793.300|-5.00|US|42940| Sevierville, TN |47|TN|155|SEVIER +471550101|471550101|840471550101|RWS|Permanent|0101|Cove Mountain - GSMNP|Active|NPS|National Park Service|USEPA|35.696700|-83.608900|793.300|-5.00|US|42940| Sevierville, TN |47|TN|155|SEVIER +471550101|471550101|840471550101|WS|Permanent|0101|Cove Mountain - GSMNP|Active|NPS|National Park Service|USEPA|35.696700|-83.608900|793.300|-5.00|US|42940| Sevierville, TN |47|TN|155|SEVIER +471550102|471550102|840471550102|WD|Permanent|0102|Clingmans Dome - GSMNP|Active|NPS|National Park Service|USEPA|35.562801|-83.498100|1243.500|-5.00|US|||47|TN|155|SEVIER +471550102|471550102|840471550102|RHUM|Permanent|0102|Clingmans Dome - GSMNP|Active|NPS|National Park Service|USEPA|35.562801|-83.498100|1243.500|-5.00|US|||47|TN|155|SEVIER +471550102|471550102|840471550102|SRAD|Permanent|0102|Clingmans Dome - GSMNP|Active|NPS|National Park Service|USEPA|35.562801|-83.498100|1243.500|-5.00|US|||47|TN|155|SEVIER +471550102|471550102|840471550102|PRECIP|Permanent|0102|Clingmans Dome - GSMNP|Active|NPS|National Park Service|USEPA|35.562801|-83.498100|1243.500|-5.00|US|||47|TN|155|SEVIER +471550102|471550102|840471550102|RWD|Permanent|0102|Clingmans Dome - GSMNP|Active|NPS|National Park Service|USEPA|35.562801|-83.498100|1243.500|-5.00|US|||47|TN|155|SEVIER +471550102|471550102|840471550102|RWS|Permanent|0102|Clingmans Dome - GSMNP|Active|NPS|National Park Service|USEPA|35.562801|-83.498100|1243.500|-5.00|US|||47|TN|155|SEVIER +471550102|471550102|840471550102|O3|Permanent|0102|Clingmans Dome - GSMNP|Active|NPS|National Park Service|USEPA|35.562801|-83.498100|1243.500|-5.00|US|||47|TN|155|SEVIER +471550102|471550102|840471550102|TEMP|Permanent|0102|Clingmans Dome - GSMNP|Active|NPS|National Park Service|USEPA|35.562801|-83.498100|1243.500|-5.00|US|||47|TN|155|SEVIER +471550102|471550102|840471550102|WS|Permanent|0102|Clingmans Dome - GSMNP|Active|NPS|National Park Service|USEPA|35.562801|-83.498100|1243.500|-5.00|US|||47|TN|155|SEVIER +471570021|471570021|840471570021|O3|Permanent|0021|FRAYSER|Active|TN3|Shelby County Health Department|R4|35.217500|-90.019400||-6.00|US|32820| Memphis, TN-MS-AR |47|TN|157|SHELBY +471570024|471570024|840471570024|PM10|Permanent|0024|Alabama Ave|Active|TN3|Shelby County Health Department|R4|35.150799|-90.041397||-6.00|US|32820| Memphis, TN-MS-AR |47|TN|157|SHELBY +471570075|471570075|840471570075|PM2.5|Permanent|0075|SHELBY FARMS|Active|TN3|Shelby County Health Department|R4|35.151588|-89.850220|87.500|-6.00|US|32820| Memphis, TN-MS-AR |47|TN|157|SHELBY +471570075|471570075|840471570075|O3|Permanent|0075|SHELBY FARMS|Active|TN3|Shelby County Health Department|R4|35.151588|-89.850220|87.500|-6.00|US|32820| Memphis, TN-MS-AR |47|TN|157|SHELBY +471571004|471571004|840471571004|O3|Permanent|1004|ORGILL|Active|TN3|Shelby County Health Department|R4|35.377200|-89.831900||-6.00|US|32820| Memphis, TN-MS-AR |47|TN|157|SHELBY +471631007|471631007|840471631007|PM2.5|Permanent|1007|Kingsport|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.540800|-82.521700||-5.00|US|28700| Kingsport-Bristol-Bristol, TN-VA |47|TN|163|SULLIVAN +471632002|471632002|840471632002|O3|Permanent|2002|BVILLE|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.540800|-82.425800||-5.00|US|28700| Kingsport-Bristol-Bristol, TN-VA |47|TN|163|SULLIVAN +471632003|471632003|840471632003|O3|Permanent|2003|KSPORT|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.581900|-82.485800||-5.00|US|28700| Kingsport-Bristol-Bristol, TN-VA |47|TN|163|SULLIVAN +471636001|471636001|840471636001|SO2|Permanent|6001|Eastman Ross N Robinson|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.532616|-82.516303|404.400|-5.00|US|28700| Kingsport-Bristol-Bristol, TN-VA |47|TN|163|SULLIVAN +471636002|471636002|840471636002|SO2|Permanent|6002|Skyland Drive|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.521020|-82.516306|530.700|-5.00|US|28700| Kingsport-Bristol-Bristol, TN-VA |47|TN|163|SULLIVAN +840471636003|471636003|840471636003|SO2|Permanent|6003|Andrew Johnson Elem.|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.526416|-82.528679|389.200|-5.00|US|28700| Kingsport-Bristol-Bristol, TN-VA |47|TN|163|SULLIVAN +840471636004|471636004|840471636004|SO2|Permanent|6004|Happy Hill|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.513052|-82.550459|398.900|-5.00|US|28700| Kingsport-Bristol-Bristol, TN-VA |47|TN|163|SULLIVAN +471650007|471650007|840471650007|O3|Permanent|0007|HVILLE|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.297500|-86.652500||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|165|SUMNER +471650007|471650007|840471650007|PM2.5|Permanent|0007|HVILLE|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.297500|-86.652500||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|165|SUMNER +471650101|471650101|840471650101|O3|Permanent|0101|CTOWN|Inactive|TN1|Tennessee Air Pollution Control Div.|R4|36.453900|-86.564200||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|165|SUMNER +471870106|471870106|840471870106|O3|Permanent|0106|FVIEW|Active|TN1|Tennessee Air Pollution Control Div.|R4|35.951400|-87.137500||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|187|WILLIAMSON +471890103|471890103|840471890103|O3|Permanent|0103|CEDARS|Active|TN1|Tennessee Air Pollution Control Div.|R4|36.060300|-86.286100||-6.00|US|34980| Nashville-Davidson--Murfreesboro, TN |47|TN|189|WILSON +480055013|480055013|840480055013|WS|Permanent|5013|Lufkin KLFK C5013|Active|TX1|Texas Commission on Environmental Quality|R6|31.233900|-94.750000|176.900|-6.00|US|31260| Lufkin, TX |48|TX|005|ANGELINA +480055013|480055013|840480055013|WD|Permanent|5013|Lufkin KLFK C5013|Active|TX1|Texas Commission on Environmental Quality|R6|31.233900|-94.750000|176.900|-6.00|US|31260| Lufkin, TX |48|TX|005|ANGELINA +480055013|480055013|840480055013|RHUM|Permanent|5013|Lufkin KLFK C5013|Active|TX1|Texas Commission on Environmental Quality|R6|31.233900|-94.750000|176.900|-6.00|US|31260| Lufkin, TX |48|TX|005|ANGELINA +480055013|480055013|840480055013|RWD|Permanent|5013|Lufkin KLFK C5013|Active|TX1|Texas Commission on Environmental Quality|R6|31.233900|-94.750000|176.900|-6.00|US|31260| Lufkin, TX |48|TX|005|ANGELINA +480055013|480055013|840480055013|RWS|Permanent|5013|Lufkin KLFK C5013|Active|TX1|Texas Commission on Environmental Quality|R6|31.233900|-94.750000|176.900|-6.00|US|31260| Lufkin, TX |48|TX|005|ANGELINA +480055013|480055013|840480055013|TEMP|Permanent|5013|Lufkin KLFK C5013|Active|TX1|Texas Commission on Environmental Quality|R6|31.233900|-94.750000|176.900|-6.00|US|31260| Lufkin, TX |48|TX|005|ANGELINA +840480131090|480131090|840480131090|PM2.5|Permanent|1090|Von Ormy Highway 16|Active|TX1|Texas Commission on Environmental Quality|R6|29.162942|-98.589126|207.100|-6.00|US|41700| San Antonio, TX |48|TX|013|ATASCOSA +840480131090|480131090|840480131090|TEMP|Permanent|1090|Von Ormy Highway 16|Active|TX1|Texas Commission on Environmental Quality|R6|29.162942|-98.589126|207.100|-6.00|US|41700| San Antonio, TX |48|TX|013|ATASCOSA +840480131090|480131090|840480131090|RWD|Permanent|1090|Von Ormy Highway 16|Active|TX1|Texas Commission on Environmental Quality|R6|29.162942|-98.589126|207.100|-6.00|US|41700| San Antonio, TX |48|TX|013|ATASCOSA +840480131090|480131090|840480131090|RWS|Permanent|1090|Von Ormy Highway 16|Active|TX1|Texas Commission on Environmental Quality|R6|29.162942|-98.589126|207.100|-6.00|US|41700| San Antonio, TX |48|TX|013|ATASCOSA +480210684|480210684|840480210684|WD|Permanent|0684|McKinney Roughs C684|Active|TX1|Texas Commission on Environmental Quality|R6|30.140800|-97.459200|158.600|-6.00|US|12420| Austin-Round Rock, TX |48|TX|021|BASTROP +480210684|480210684|840480210684|RWD|Permanent|0684|McKinney Roughs C684|Active|TX1|Texas Commission on Environmental Quality|R6|30.140800|-97.459200|158.600|-6.00|US|12420| Austin-Round Rock, TX |48|TX|021|BASTROP +480210684|480210684|840480210684|RWS|Permanent|0684|McKinney Roughs C684|Active|TX1|Texas Commission on Environmental Quality|R6|30.140800|-97.459200|158.600|-6.00|US|12420| Austin-Round Rock, TX |48|TX|021|BASTROP +480210684|480210684|840480210684|WS|Permanent|0684|McKinney Roughs C684|Active|TX1|Texas Commission on Environmental Quality|R6|30.140800|-97.459200|158.600|-6.00|US|12420| Austin-Round Rock, TX |48|TX|021|BASTROP +840480211612|480211612|840480211612|O3|Permanent|1612|Bastrop C1612|Active|CAP|Capital Area Council of Governments|R6|30.108222|-97.293741|160.400|-6.00|US|12420| Austin-Round Rock, TX |48|TX|021|BASTROP +840480211613|480211613|840480211613|O3|Permanent|1613|Elgin C1613|Active|CAP|Capital Area Council of Governments|R6|30.347808|-97.378508|580.100|-6.00|US|12420| Austin-Round Rock, TX |48|TX|021|BASTROP +480271045|480271045|840480271045|O3|Permanent|1045|Temple Georgia C1045|Active|TX1|Texas Commission on Environmental Quality|R6|31.122527|-97.431158|195.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271045|480271045|840480271045|PM2.5|Permanent|1045|Temple Georgia C1045|Active|TX1|Texas Commission on Environmental Quality|R6|31.122527|-97.431158|195.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271045|480271045|840480271045|TEMP|Permanent|1045|Temple Georgia C1045|Active|TX1|Texas Commission on Environmental Quality|R6|31.122527|-97.431158|195.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271045|480271045|840480271045|RWD|Permanent|1045|Temple Georgia C1045|Active|TX1|Texas Commission on Environmental Quality|R6|31.122527|-97.431158|195.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271045|480271045|840480271045|RWS|Permanent|1045|Temple Georgia C1045|Active|TX1|Texas Commission on Environmental Quality|R6|31.122527|-97.431158|195.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271047|480271047|840480271047|RWD|Permanent|1047|Killeen C1047|Active|TX1|Texas Commission on Environmental Quality|R6|31.088002|-97.679734|256.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271047|480271047|840480271047|RWS|Permanent|1047|Killeen C1047|Active|TX1|Texas Commission on Environmental Quality|R6|31.088002|-97.679734|256.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271047|480271047|840480271047|NO2|Permanent|1047|Killeen C1047|Active|TX1|Texas Commission on Environmental Quality|R6|31.088002|-97.679734|256.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271047|480271047|840480271047|TEMP|Permanent|1047|Killeen C1047|Active|TX1|Texas Commission on Environmental Quality|R6|31.088002|-97.679734|256.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271047|480271047|840480271047|WS|Permanent|1047|Killeen C1047|Active|TX1|Texas Commission on Environmental Quality|R6|31.088002|-97.679734|256.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271047|480271047|840480271047|WD|Permanent|1047|Killeen C1047|Active|TX1|Texas Commission on Environmental Quality|R6|31.088002|-97.679734|256.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271047|480271047|840480271047|NOX|Permanent|1047|Killeen C1047|Active|TX1|Texas Commission on Environmental Quality|R6|31.088002|-97.679734|256.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271047|480271047|840480271047|NO|Permanent|1047|Killeen C1047|Active|TX1|Texas Commission on Environmental Quality|R6|31.088002|-97.679734|256.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480271047|480271047|840480271047|O3|Permanent|1047|Killeen C1047|Active|TX1|Texas Commission on Environmental Quality|R6|31.088002|-97.679734|256.200|-6.00|US|28660| Killeen-Temple-Fort Hood, TX |48|TX|027|BELL +480290032|480290032|840480290032|O3|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290032|480290032|840480290032|PM2.5|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290032|480290032|840480290032|NO2|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290032|480290032|840480290032|TEMP|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290032|480290032|840480290032|WS|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290032|480290032|840480290032|WD|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290032|480290032|840480290032|NOX|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290032|480290032|840480290032|NO|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290032|480290032|840480290032|RWD|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290032|480290032|840480290032|RWS|Permanent|0032|San Antonio Northwest C23|Active|TX1|Texas Commission on Environmental Quality|R6|29.514999|-98.620003|268.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290046|480290046|840480290046|CO|Permanent|0046|San Antonio Downtown C27|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.426900|-98.486400||-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290046|480290046|840480290046|NOX|Permanent|0046|San Antonio Downtown C27|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.426900|-98.486400||-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290046|480290046|840480290046|NO|Permanent|0046|San Antonio Downtown C27|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.426900|-98.486400||-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290046|480290046|840480290046|NO2|Permanent|0046|San Antonio Downtown C27|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.426900|-98.486400||-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290051|480290051|840480290051|RWS|Permanent|0051|San Antonio Seale C140|Active|TX1|Texas Commission on Environmental Quality|R6|29.444400|-98.405600|207.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290051|480290051|840480290051|TEMP|Permanent|0051|San Antonio Seale C140|Active|TX1|Texas Commission on Environmental Quality|R6|29.444400|-98.405600|207.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290051|480290051|840480290051|WS|Permanent|0051|San Antonio Seale C140|Active|TX1|Texas Commission on Environmental Quality|R6|29.444400|-98.405600|207.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290051|480290051|840480290051|WD|Permanent|0051|San Antonio Seale C140|Active|TX1|Texas Commission on Environmental Quality|R6|29.444400|-98.405600|207.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290051|480290051|840480290051|RWD|Permanent|0051|San Antonio Seale C140|Active|TX1|Texas Commission on Environmental Quality|R6|29.444400|-98.405600|207.400|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|RWD|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|RWS|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|O3|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|NO2|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|TEMP|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|WS|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|WD|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|SRAD|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|NOX|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290052|480290052|840480290052|NO|Permanent|0052|Camp Bullis C58|Active|TX1|Texas Commission on Environmental Quality|R6|29.632200|-98.565002|311.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290053|480290053|840480290053|PM2.5|Permanent|0053|Selma C301|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.587500|-98.312200|225.700|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290053|480290053|840480290053|PM10|Permanent|0053|Selma C301|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.587500|-98.312200|225.700|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|NO2|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|CO|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|SO2|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|WD|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|NOX|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|NO|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|PRECIP|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|O3|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|PM2.5|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|RWD|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|RWS|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|TEMP|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290055|480290055|840480290055|WS|Permanent|0055|CPS Pecan Valley C678|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.407200|-98.431100|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|NO|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|O3|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|PM2.5|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|NO2|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|RWD|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|RWS|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|SO2|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|TEMP|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|WS|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|WD|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290059|480290059|840480290059|NOX|Permanent|0059|Calaveras Lake C59|Active|TX1|Texas Commission on Environmental Quality|R6|29.275299|-98.311699|140.300|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290501|480290501|840480290501|TEMP|Permanent|0501|Elm Creek Elementary C501|Active|TX1|Texas Commission on Environmental Quality|R6|29.276700|-98.724400|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290501|480290501|840480290501|WS|Permanent|0501|Elm Creek Elementary C501|Active|TX1|Texas Commission on Environmental Quality|R6|29.276700|-98.724400|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290501|480290501|840480290501|WD|Permanent|0501|Elm Creek Elementary C501|Active|TX1|Texas Commission on Environmental Quality|R6|29.276700|-98.724400|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290501|480290501|840480290501|PRECIP|Permanent|0501|Elm Creek Elementary C501|Active|TX1|Texas Commission on Environmental Quality|R6|29.276700|-98.724400|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290501|480290501|840480290501|RWD|Permanent|0501|Elm Creek Elementary C501|Active|TX1|Texas Commission on Environmental Quality|R6|29.276700|-98.724400|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290501|480290501|840480290501|RWS|Permanent|0501|Elm Creek Elementary C501|Active|TX1|Texas Commission on Environmental Quality|R6|29.276700|-98.724400|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290502|480290502|840480290502|WD|Permanent|0502|Fair Oaks Ranch C502|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.730000|-98.625600|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290502|480290502|840480290502|PRECIP|Permanent|0502|Fair Oaks Ranch C502|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.730000|-98.625600|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290502|480290502|840480290502|RWD|Permanent|0502|Fair Oaks Ranch C502|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.730000|-98.625600|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290502|480290502|840480290502|RWS|Permanent|0502|Fair Oaks Ranch C502|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.730000|-98.625600|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290502|480290502|840480290502|O3|Permanent|0502|Fair Oaks Ranch C502|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.730000|-98.625600|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290502|480290502|840480290502|TEMP|Permanent|0502|Fair Oaks Ranch C502|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.730000|-98.625600|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290502|480290502|840480290502|WS|Permanent|0502|Fair Oaks Ranch C502|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.730000|-98.625600|189.100|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290622|480290622|840480290622|RWD|Permanent|0622|Heritage Middle School C622|Active|TX1|Texas Commission on Environmental Quality|R6|29.352910|-98.332838|173.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290622|480290622|840480290622|RWS|Permanent|0622|Heritage Middle School C622|Active|TX1|Texas Commission on Environmental Quality|R6|29.352910|-98.332838|173.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290622|480290622|840480290622|TEMP|Permanent|0622|Heritage Middle School C622|Active|TX1|Texas Commission on Environmental Quality|R6|29.352910|-98.332838|173.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290622|480290622|840480290622|WS|Permanent|0622|Heritage Middle School C622|Active|TX1|Texas Commission on Environmental Quality|R6|29.352910|-98.332838|173.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290622|480290622|840480290622|WD|Permanent|0622|Heritage Middle School C622|Active|TX1|Texas Commission on Environmental Quality|R6|29.352910|-98.332838|173.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290622|480290622|840480290622|PRECIP|Permanent|0622|Heritage Middle School C622|Active|TX1|Texas Commission on Environmental Quality|R6|29.352910|-98.332838|173.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290676|480290676|840480290676|PM2.5|Permanent|0676|San Antonio Palo Alto C676|Active|TX1|Texas Commission on Environmental Quality|R6|29.332803|-98.551396|196.700|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290676|480290676|840480290676|TEMP|Permanent|0676|San Antonio Palo Alto C676|Active|TX1|Texas Commission on Environmental Quality|R6|29.332803|-98.551396|196.700|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290676|480290676|840480290676|WS|Permanent|0676|San Antonio Palo Alto C676|Active|TX1|Texas Commission on Environmental Quality|R6|29.332803|-98.551396|196.700|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290676|480290676|840480290676|WD|Permanent|0676|San Antonio Palo Alto C676|Active|TX1|Texas Commission on Environmental Quality|R6|29.332803|-98.551396|196.700|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290676|480290676|840480290676|RWD|Permanent|0676|San Antonio Palo Alto C676|Active|TX1|Texas Commission on Environmental Quality|R6|29.332803|-98.551396|196.700|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290676|480290676|840480290676|RWS|Permanent|0676|San Antonio Palo Alto C676|Active|TX1|Texas Commission on Environmental Quality|R6|29.332803|-98.551396|196.700|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290677|480290677|840480290677|TEMP|Permanent|0677|San Antonio Old Hwy90 C677|Active|TX1|Texas Commission on Environmental Quality|R6|29.423933|-98.580505|213.500|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290677|480290677|840480290677|WS|Permanent|0677|San Antonio Old Hwy90 C677|Active|TX1|Texas Commission on Environmental Quality|R6|29.423933|-98.580505|213.500|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290677|480290677|840480290677|WD|Permanent|0677|San Antonio Old Hwy90 C677|Active|TX1|Texas Commission on Environmental Quality|R6|29.423933|-98.580505|213.500|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290677|480290677|840480290677|RWD|Permanent|0677|San Antonio Old Hwy90 C677|Active|TX1|Texas Commission on Environmental Quality|R6|29.423933|-98.580505|213.500|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290677|480290677|840480290677|RWS|Permanent|0677|San Antonio Old Hwy90 C677|Active|TX1|Texas Commission on Environmental Quality|R6|29.423933|-98.580505|213.500|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480290677|480290677|840480290677|PM2.5|Permanent|0677|San Antonio Old Hwy90 C677|Active|TX1|Texas Commission on Environmental Quality|R6|29.423933|-98.580505|213.500|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291069|480291069|840480291069|CO|Permanent|1069|San Antonio IH35 C1069|Active|TX1|Texas Commission on Environmental Quality|R6|29.529400|-98.391390|237.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291069|480291069|840480291069|TEMP|Permanent|1069|San Antonio IH35 C1069|Active|TX1|Texas Commission on Environmental Quality|R6|29.529400|-98.391390|237.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291069|480291069|840480291069|NOX|Permanent|1069|San Antonio IH35 C1069|Active|TX1|Texas Commission on Environmental Quality|R6|29.529400|-98.391390|237.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291069|480291069|840480291069|NO|Permanent|1069|San Antonio IH35 C1069|Active|TX1|Texas Commission on Environmental Quality|R6|29.529400|-98.391390|237.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291069|480291069|840480291069|RWD|Permanent|1069|San Antonio IH35 C1069|Active|TX1|Texas Commission on Environmental Quality|R6|29.529400|-98.391390|237.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291069|480291069|840480291069|RWS|Permanent|1069|San Antonio IH35 C1069|Active|TX1|Texas Commission on Environmental Quality|R6|29.529400|-98.391390|237.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291069|480291069|840480291069|PM2.5|Permanent|1069|San Antonio IH35 C1069|Active|TX1|Texas Commission on Environmental Quality|R6|29.529400|-98.391390|237.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291069|480291069|840480291069|NO2|Permanent|1069|San Antonio IH35 C1069|Active|TX1|Texas Commission on Environmental Quality|R6|29.529400|-98.391390|237.900|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291080|480291080|840480291080|RWD|Permanent|1080|San Antonio Gardner Road|Active|TX1|Texas Commission on Environmental Quality|R6|29.352911|-98.332814|176.000|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291080|480291080|840480291080|RWS|Permanent|1080|San Antonio Gardner Road|Active|TX1|Texas Commission on Environmental Quality|R6|29.352911|-98.332814|176.000|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291080|480291080|840480291080|SO2|Permanent|1080|San Antonio Gardner Road|Active|TX1|Texas Commission on Environmental Quality|R6|29.352911|-98.332814|176.000|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291080|480291080|840480291080|TEMP|Permanent|1080|San Antonio Gardner Road|Active|TX1|Texas Commission on Environmental Quality|R6|29.352911|-98.332814|176.000|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480291080|480291080|840480291080|WS|Permanent|1080|San Antonio Gardner Road|Active|TX1|Texas Commission on Environmental Quality|R6|29.352911|-98.332814|176.000|-6.00|US|41700| San Antonio, TX |48|TX|029|BEXAR +480371031|480371031|840480371031|WD|Permanent|1031|Texarkana New Boston|Active|TX1|Texas Commission on Environmental Quality|R6|33.435489|-94.075671||-6.00|US|45500| Texarkana, TX-Texarkana, AR |48|TX|037|BOWIE +480371031|480371031|840480371031|RWD|Permanent|1031|Texarkana New Boston|Active|TX1|Texas Commission on Environmental Quality|R6|33.435489|-94.075671||-6.00|US|45500| Texarkana, TX-Texarkana, AR |48|TX|037|BOWIE +480371031|480371031|840480371031|RWS|Permanent|1031|Texarkana New Boston|Active|TX1|Texas Commission on Environmental Quality|R6|33.435489|-94.075671||-6.00|US|45500| Texarkana, TX-Texarkana, AR |48|TX|037|BOWIE +480371031|480371031|840480371031|PM2.5|Permanent|1031|Texarkana New Boston|Active|TX1|Texas Commission on Environmental Quality|R6|33.435489|-94.075671||-6.00|US|45500| Texarkana, TX-Texarkana, AR |48|TX|037|BOWIE +480371031|480371031|840480371031|TEMP|Permanent|1031|Texarkana New Boston|Active|TX1|Texas Commission on Environmental Quality|R6|33.435489|-94.075671||-6.00|US|45500| Texarkana, TX-Texarkana, AR |48|TX|037|BOWIE +480371031|480371031|840480371031|WS|Permanent|1031|Texarkana New Boston|Active|TX1|Texas Commission on Environmental Quality|R6|33.435489|-94.075671||-6.00|US|45500| Texarkana, TX-Texarkana, AR |48|TX|037|BOWIE +480390618|480390618|840480390618|TEMP|Permanent|0618|Danciger C618|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.148900|-95.765000|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390618|480390618|840480390618|WS|Permanent|0618|Danciger C618|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.148900|-95.765000|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390618|480390618|840480390618|WD|Permanent|0618|Danciger C618|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.148900|-95.765000|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390618|480390618|840480390618|RWD|Permanent|0618|Danciger C618|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.148900|-95.765000|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390618|480390618|840480390618|RWS|Permanent|0618|Danciger C618|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.148900|-95.765000|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390619|480390619|840480390619|O3|Permanent|0619|Mustang Bayou C619|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.313600|-95.201400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390619|480390619|840480390619|TEMP|Permanent|0619|Mustang Bayou C619|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.313600|-95.201400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390619|480390619|840480390619|WS|Permanent|0619|Mustang Bayou C619|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.313600|-95.201400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390619|480390619|840480390619|WD|Permanent|0619|Mustang Bayou C619|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.313600|-95.201400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390619|480390619|840480390619|RWD|Permanent|0619|Mustang Bayou C619|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.313600|-95.201400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480390619|480390619|840480390619|RWS|Permanent|0619|Mustang Bayou C619|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.313600|-95.201400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391003|480391003|840480391003|TEMP|Permanent|1003|Clute C11|Active|TX1|Texas Commission on Environmental Quality|R6|29.011100|-95.397500|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391003|480391003|840480391003|WS|Permanent|1003|Clute C11|Active|TX1|Texas Commission on Environmental Quality|R6|29.011100|-95.397500|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391003|480391003|840480391003|WD|Permanent|1003|Clute C11|Active|TX1|Texas Commission on Environmental Quality|R6|29.011100|-95.397500|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391003|480391003|840480391003|RWD|Permanent|1003|Clute C11|Active|TX1|Texas Commission on Environmental Quality|R6|29.011100|-95.397500|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391003|480391003|840480391003|RWS|Permanent|1003|Clute C11|Active|TX1|Texas Commission on Environmental Quality|R6|29.011100|-95.397500|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391004|480391004|840480391004|O3|Permanent|1004|Manvel Croix Park C84|Active|TX1|Texas Commission on Environmental Quality|R6|29.520300|-95.392500||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391004|480391004|840480391004|NO2|Permanent|1004|Manvel Croix Park C84|Active|TX1|Texas Commission on Environmental Quality|R6|29.520300|-95.392500||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391004|480391004|840480391004|TEMP|Permanent|1004|Manvel Croix Park C84|Active|TX1|Texas Commission on Environmental Quality|R6|29.520300|-95.392500||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391004|480391004|840480391004|WS|Permanent|1004|Manvel Croix Park C84|Active|TX1|Texas Commission on Environmental Quality|R6|29.520300|-95.392500||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391004|480391004|840480391004|WD|Permanent|1004|Manvel Croix Park C84|Active|TX1|Texas Commission on Environmental Quality|R6|29.520300|-95.392500||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391004|480391004|840480391004|NOX|Permanent|1004|Manvel Croix Park C84|Active|TX1|Texas Commission on Environmental Quality|R6|29.520300|-95.392500||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391004|480391004|840480391004|NO|Permanent|1004|Manvel Croix Park C84|Active|TX1|Texas Commission on Environmental Quality|R6|29.520300|-95.392500||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391004|480391004|840480391004|RWD|Permanent|1004|Manvel Croix Park C84|Active|TX1|Texas Commission on Environmental Quality|R6|29.520300|-95.392500||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391004|480391004|840480391004|RWS|Permanent|1004|Manvel Croix Park C84|Active|TX1|Texas Commission on Environmental Quality|R6|29.520300|-95.392500||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|O3|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|NO2|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|TEMP|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|WS|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|WD|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|SRAD|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|NOX|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|NO|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|RWD|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +480391016|480391016|840480391016|RWS|Permanent|1016|Lake Jackson C1016|Active|TX1|Texas Commission on Environmental Quality|R6|29.043600|-95.473600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|039|BRAZORIA +840480411086|480411086|840480411086|PM2.5|Permanent|1086|Bryan Finfeather Road|Active|TX1|Texas Commission on Environmental Quality|R6|30.627409|-96.362842||-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +840480411086|480411086|840480411086|TEMP|Permanent|1086|Bryan Finfeather Road|Active|TX1|Texas Commission on Environmental Quality|R6|30.627409|-96.362842||-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +840480411086|480411086|840480411086|RWD|Permanent|1086|Bryan Finfeather Road|Active|TX1|Texas Commission on Environmental Quality|R6|30.627409|-96.362842||-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +840480411086|480411086|840480411086|RWS|Permanent|1086|Bryan Finfeather Road|Active|TX1|Texas Commission on Environmental Quality|R6|30.627409|-96.362842||-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +480415011|480415011|840480415011|TEMP|Permanent|5011|College Station KCLL C5011|Active|TX1|Texas Commission on Environmental Quality|R6|30.582200|-96.361700|103.700|-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +480415011|480415011|840480415011|WS|Permanent|5011|College Station KCLL C5011|Active|TX1|Texas Commission on Environmental Quality|R6|30.582200|-96.361700|103.700|-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +480415011|480415011|840480415011|WD|Permanent|5011|College Station KCLL C5011|Active|TX1|Texas Commission on Environmental Quality|R6|30.582200|-96.361700|103.700|-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +480415011|480415011|840480415011|RHUM|Permanent|5011|College Station KCLL C5011|Active|TX1|Texas Commission on Environmental Quality|R6|30.582200|-96.361700|103.700|-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +480415011|480415011|840480415011|PRECIP|Permanent|5011|College Station KCLL C5011|Active|TX1|Texas Commission on Environmental Quality|R6|30.582200|-96.361700|103.700|-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +480415011|480415011|840480415011|RWD|Permanent|5011|College Station KCLL C5011|Active|TX1|Texas Commission on Environmental Quality|R6|30.582200|-96.361700|103.700|-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +480415011|480415011|840480415011|RWS|Permanent|5011|College Station KCLL C5011|Active|TX1|Texas Commission on Environmental Quality|R6|30.582200|-96.361700|103.700|-6.00|US|17780| College Station-Bryan, TX |48|TX|041|BRAZOS +480430101|480430101|840480430101|TEMP|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480430101|480430101|840480430101|WS|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480430101|480430101|840480430101|WD|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480430101|480430101|840480430101|RHUM|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480430101|480430101|840480430101|SRAD|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480430101|480430101|840480430101|PRECIP|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480430101|480430101|840480430101|RWD|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480430101|480430101|840480430101|RWS|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480430101|480430101|840480430101|O3|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480430101|480430101|840480430101|PM2.5|Permanent|0101|Big Bend NP|Active|NPS|National Park Service|USEPA|29.302500|-103.178101|1052.300|-6.00|US|||48|TX|043|BREWSTER +480535009|480535009|840480535009|RWS|Permanent|5009|Burnet KBMQ C5009|Active|TX1|Texas Commission on Environmental Quality|R6|30.740600|-98.235300|396.500|-6.00|US|||48|TX|053|BURNET +480535009|480535009|840480535009|TEMP|Permanent|5009|Burnet KBMQ C5009|Active|TX1|Texas Commission on Environmental Quality|R6|30.740600|-98.235300|396.500|-6.00|US|||48|TX|053|BURNET +480535009|480535009|840480535009|WS|Permanent|5009|Burnet KBMQ C5009|Active|TX1|Texas Commission on Environmental Quality|R6|30.740600|-98.235300|396.500|-6.00|US|||48|TX|053|BURNET +480535009|480535009|840480535009|WD|Permanent|5009|Burnet KBMQ C5009|Active|TX1|Texas Commission on Environmental Quality|R6|30.740600|-98.235300|396.500|-6.00|US|||48|TX|053|BURNET +480535009|480535009|840480535009|RHUM|Permanent|5009|Burnet KBMQ C5009|Active|TX1|Texas Commission on Environmental Quality|R6|30.740600|-98.235300|396.500|-6.00|US|||48|TX|053|BURNET +480535009|480535009|840480535009|PRECIP|Permanent|5009|Burnet KBMQ C5009|Active|TX1|Texas Commission on Environmental Quality|R6|30.740600|-98.235300|396.500|-6.00|US|||48|TX|053|BURNET +480535009|480535009|840480535009|RWD|Permanent|5009|Burnet KBMQ C5009|Active|TX1|Texas Commission on Environmental Quality|R6|30.740600|-98.235300|396.500|-6.00|US|||48|TX|053|BURNET +480551604|480551604|840480551604|O3|Permanent|1604|Lockhart C1604|Active|CAP|Capital Area Council of Governments|R6|29.864581|-97.664869|161.700|-6.00|US|12420| Austin-Round Rock, TX |48|TX|055|CALDWELL +480610006|480610006|840480610006|WD|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480610006|480610006|840480610006|SRAD|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480610006|480610006|840480610006|RWD|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480610006|480610006|840480610006|RWS|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480610006|480610006|840480610006|O3|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480610006|480610006|840480610006|PM2.5|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480610006|480610006|840480610006|PM10|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480610006|480610006|840480610006|CO|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480610006|480610006|840480610006|TEMP|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480610006|480610006|840480610006|WS|Permanent|0006|Brownsville C80|Active|TX1|Texas Commission on Environmental Quality|R6|25.892500|-97.493600|6.100|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480611023|480611023|840480611023|RWS|Permanent|1023|Harlingen Teege C1023|Active|TX1|Texas Commission on Environmental Quality|R6|26.200278|-97.712501|12.200|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480611023|480611023|840480611023|O3|Permanent|1023|Harlingen Teege C1023|Active|TX1|Texas Commission on Environmental Quality|R6|26.200278|-97.712501|12.200|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480611023|480611023|840480611023|TEMP|Permanent|1023|Harlingen Teege C1023|Active|TX1|Texas Commission on Environmental Quality|R6|26.200278|-97.712501|12.200|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480611023|480611023|840480611023|RWD|Permanent|1023|Harlingen Teege C1023|Active|TX1|Texas Commission on Environmental Quality|R6|26.200278|-97.712501|12.200|-6.00|US|15180| Brownsville-Harlingen, TX |48|TX|061|CAMERON +480612004|480612004|840480612004|PM2.5|Permanent|2004|Isla Blanca C323/C667|Active|TX1|Texas Commission on Environmental Quality|R6|26.073300|-97.166700|3.100|-6.00|US|||48|TX|061|CAMERON +480612004|480612004|840480612004|TEMP|Permanent|2004|Isla Blanca C323/C667|Active|TX1|Texas Commission on Environmental Quality|R6|26.073300|-97.166700|3.100|-6.00|US|||48|TX|061|CAMERON +480612004|480612004|840480612004|WS|Permanent|2004|Isla Blanca C323/C667|Active|TX1|Texas Commission on Environmental Quality|R6|26.073300|-97.166700|3.100|-6.00|US|||48|TX|061|CAMERON +480612004|480612004|840480612004|WD|Permanent|2004|Isla Blanca C323/C667|Active|TX1|Texas Commission on Environmental Quality|R6|26.073300|-97.166700|3.100|-6.00|US|||48|TX|061|CAMERON +480612004|480612004|840480612004|RWD|Permanent|2004|Isla Blanca C323/C667|Active|TX1|Texas Commission on Environmental Quality|R6|26.073300|-97.166700|3.100|-6.00|US|||48|TX|061|CAMERON +480612004|480612004|840480612004|RWS|Permanent|2004|Isla Blanca C323/C667|Active|TX1|Texas Commission on Environmental Quality|R6|26.073300|-97.166700|3.100|-6.00|US|||48|TX|061|CAMERON +480650004|480650004|840480650004|TEMP|Permanent|0004|Pantex 4 C104|Active|TX1|Texas Commission on Environmental Quality|R6|35.335800|-101.586900|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650004|480650004|840480650004|WS|Permanent|0004|Pantex 4 C104|Active|TX1|Texas Commission on Environmental Quality|R6|35.335800|-101.586900|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650004|480650004|840480650004|WD|Permanent|0004|Pantex 4 C104|Active|TX1|Texas Commission on Environmental Quality|R6|35.335800|-101.586900|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650004|480650004|840480650004|RWD|Permanent|0004|Pantex 4 C104|Active|TX1|Texas Commission on Environmental Quality|R6|35.335800|-101.586900|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650004|480650004|840480650004|RWS|Permanent|0004|Pantex 4 C104|Active|TX1|Texas Commission on Environmental Quality|R6|35.335800|-101.586900|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650005|480650005|840480650005|RWS|Permanent|0005|Pantex 5 C105|Active|TX1|Texas Commission on Environmental Quality|R6|35.352800|-101.580600|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650005|480650005|840480650005|TEMP|Permanent|0005|Pantex 5 C105|Active|TX1|Texas Commission on Environmental Quality|R6|35.352800|-101.580600|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650005|480650005|840480650005|WS|Permanent|0005|Pantex 5 C105|Active|TX1|Texas Commission on Environmental Quality|R6|35.352800|-101.580600|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650005|480650005|840480650005|WD|Permanent|0005|Pantex 5 C105|Active|TX1|Texas Commission on Environmental Quality|R6|35.352800|-101.580600|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650005|480650005|840480650005|RWD|Permanent|0005|Pantex 5 C105|Active|TX1|Texas Commission on Environmental Quality|R6|35.352800|-101.580600|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650007|480650007|840480650007|WS|Permanent|0007|Pantex 7 C79|Active|TX1|Texas Commission on Environmental Quality|R6|35.382800|-101.560800|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650007|480650007|840480650007|RWD|Permanent|0007|Pantex 7 C79|Active|TX1|Texas Commission on Environmental Quality|R6|35.382800|-101.560800|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650007|480650007|840480650007|RWS|Permanent|0007|Pantex 7 C79|Active|TX1|Texas Commission on Environmental Quality|R6|35.382800|-101.560800|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480650007|480650007|840480650007|TEMP|Permanent|0007|Pantex 7 C79|Active|TX1|Texas Commission on Environmental Quality|R6|35.382800|-101.560800|1079.700|-6.00|US|11100| Amarillo, TX |48|TX|065|CARSON +480710013|480710013|840480710013|WS|Permanent|0013|Smith Point C96|Active|TX1|Texas Commission on Environmental Quality|R6|29.546244|-94.786969|1.500|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|071|CHAMBERS +480710013|480710013|840480710013|WD|Permanent|0013|Smith Point C96|Active|TX1|Texas Commission on Environmental Quality|R6|29.546244|-94.786969|1.500|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|071|CHAMBERS +480710013|480710013|840480710013|RWD|Permanent|0013|Smith Point C96|Active|TX1|Texas Commission on Environmental Quality|R6|29.546244|-94.786969|1.500|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|071|CHAMBERS +480710013|480710013|840480710013|RWS|Permanent|0013|Smith Point C96|Active|TX1|Texas Commission on Environmental Quality|R6|29.546244|-94.786969|1.500|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|071|CHAMBERS +480710013|480710013|840480710013|TEMP|Permanent|0013|Smith Point C96|Active|TX1|Texas Commission on Environmental Quality|R6|29.546244|-94.786969|1.500|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|071|CHAMBERS +480850005|480850005|840480850005|RWS|Permanent|0005|Frisco C31|Active|TX1|Texas Commission on Environmental Quality|R6|33.132500|-96.786100||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|085|COLLIN +480850005|480850005|840480850005|O3|Permanent|0005|Frisco C31|Active|TX1|Texas Commission on Environmental Quality|R6|33.132500|-96.786100||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|085|COLLIN +480850005|480850005|840480850005|TEMP|Permanent|0005|Frisco C31|Active|TX1|Texas Commission on Environmental Quality|R6|33.132500|-96.786100||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|085|COLLIN +480850005|480850005|840480850005|WS|Permanent|0005|Frisco C31|Active|TX1|Texas Commission on Environmental Quality|R6|33.132500|-96.786100||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|085|COLLIN +480850005|480850005|840480850005|WD|Permanent|0005|Frisco C31|Active|TX1|Texas Commission on Environmental Quality|R6|33.132500|-96.786100||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|085|COLLIN +480850005|480850005|840480850005|SRAD|Permanent|0005|Frisco C31|Active|TX1|Texas Commission on Environmental Quality|R6|33.132500|-96.786100||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|085|COLLIN +480850005|480850005|840480850005|RWD|Permanent|0005|Frisco C31|Active|TX1|Texas Commission on Environmental Quality|R6|33.132500|-96.786100||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|085|COLLIN +480850009|480850009|840480850009|TEMP|Permanent|0009|Frisco Eubanks C1010|Active|TX1|Texas Commission on Environmental Quality|R6|33.144662|-96.828809|195.200|-6.00|US|||48|TX|085|COLLIN +480850009|480850009|840480850009|WS|Permanent|0009|Frisco Eubanks C1010|Active|TX1|Texas Commission on Environmental Quality|R6|33.144662|-96.828809|195.200|-6.00|US|||48|TX|085|COLLIN +480850009|480850009|840480850009|WD|Permanent|0009|Frisco Eubanks C1010|Active|TX1|Texas Commission on Environmental Quality|R6|33.144662|-96.828809|195.200|-6.00|US|||48|TX|085|COLLIN +480850009|480850009|840480850009|RWD|Permanent|0009|Frisco Eubanks C1010|Active|TX1|Texas Commission on Environmental Quality|R6|33.144662|-96.828809|195.200|-6.00|US|||48|TX|085|COLLIN +480850009|480850009|840480850009|RWS|Permanent|0009|Frisco Eubanks C1010|Active|TX1|Texas Commission on Environmental Quality|R6|33.144662|-96.828809|195.200|-6.00|US|||48|TX|085|COLLIN +480910503|480910503|840480910503|O3|Permanent|0503|Bulverde Elementary C503|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.760800|-98.462800|390.400|-6.00|US|41700| San Antonio, TX |48|TX|091|COMAL +480910503|480910503|840480910503|TEMP|Permanent|0503|Bulverde Elementary C503|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.760800|-98.462800|390.400|-6.00|US|41700| San Antonio, TX |48|TX|091|COMAL +480910503|480910503|840480910503|WS|Permanent|0503|Bulverde Elementary C503|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.760800|-98.462800|390.400|-6.00|US|41700| San Antonio, TX |48|TX|091|COMAL +480910503|480910503|840480910503|WD|Permanent|0503|Bulverde Elementary C503|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.760800|-98.462800|390.400|-6.00|US|41700| San Antonio, TX |48|TX|091|COMAL +480910503|480910503|840480910503|PRECIP|Permanent|0503|Bulverde Elementary C503|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.760800|-98.462800|390.400|-6.00|US|41700| San Antonio, TX |48|TX|091|COMAL +480910503|480910503|840480910503|RWD|Permanent|0503|Bulverde Elementary C503|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.760800|-98.462800|390.400|-6.00|US|41700| San Antonio, TX |48|TX|091|COMAL +480910503|480910503|840480910503|RWS|Permanent|0503|Bulverde Elementary C503|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.760800|-98.462800|390.400|-6.00|US|41700| San Antonio, TX |48|TX|091|COMAL +480910505|480910505|840480910505|O3|Permanent|0505|Garden Ridge C505|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.639200|-98.298600|390.400|-6.00|US|41700| San Antonio, TX |48|TX|091|COMAL +480971504|480971504|840480971504|TEMP|Permanent|1504|Gainsville Doss Street C1504|Active|TX1|Texas Commission on Environmental Quality|R6|33.633170|-97.153805|231.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|097|COOKE +480971504|480971504|840480971504|BARPR|Permanent|1504|Gainsville Doss Street C1504|Active|TX1|Texas Commission on Environmental Quality|R6|33.633170|-97.153805|231.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|097|COOKE +480971504|480971504|840480971504|RWD|Permanent|1504|Gainsville Doss Street C1504|Active|TX1|Texas Commission on Environmental Quality|R6|33.633170|-97.153805|231.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|097|COOKE +480971504|480971504|840480971504|RWS|Permanent|1504|Gainsville Doss Street C1504|Active|TX1|Texas Commission on Environmental Quality|R6|33.633170|-97.153805|231.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|097|COOKE +481095018|481095018|840481095018|TEMP|Permanent|5018|Guadalupe Pass KGDP C5018|Active|TX1|Texas Commission on Environmental Quality|R6|31.831100|-104.808900|1647.000|-7.00|US|||48|TX|109|CULBERSON +481095018|481095018|840481095018|WS|Permanent|5018|Guadalupe Pass KGDP C5018|Active|TX1|Texas Commission on Environmental Quality|R6|31.831100|-104.808900|1647.000|-7.00|US|||48|TX|109|CULBERSON +481095018|481095018|840481095018|WD|Permanent|5018|Guadalupe Pass KGDP C5018|Active|TX1|Texas Commission on Environmental Quality|R6|31.831100|-104.808900|1647.000|-7.00|US|||48|TX|109|CULBERSON +481095018|481095018|840481095018|RHUM|Permanent|5018|Guadalupe Pass KGDP C5018|Active|TX1|Texas Commission on Environmental Quality|R6|31.831100|-104.808900|1647.000|-7.00|US|||48|TX|109|CULBERSON +481095018|481095018|840481095018|RWD|Permanent|5018|Guadalupe Pass KGDP C5018|Active|TX1|Texas Commission on Environmental Quality|R6|31.831100|-104.808900|1647.000|-7.00|US|||48|TX|109|CULBERSON +481095018|481095018|840481095018|RWS|Permanent|5018|Guadalupe Pass KGDP C5018|Active|TX1|Texas Commission on Environmental Quality|R6|31.831100|-104.808900|1647.000|-7.00|US|||48|TX|109|CULBERSON +481130050|481130050|840481130050|RWD|Permanent|0050|Dallas Convention Center C312|Active|TX1|Texas Commission on Environmental Quality|R6|32.774200|-96.797800|152.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130050|481130050|840481130050|RWS|Permanent|0050|Dallas Convention Center C312|Active|TX1|Texas Commission on Environmental Quality|R6|32.774200|-96.797800|152.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130050|481130050|840481130050|TEMP|Permanent|0050|Dallas Convention Center C312|Active|TX1|Texas Commission on Environmental Quality|R6|32.774200|-96.797800|152.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130050|481130050|840481130050|WS|Permanent|0050|Dallas Convention Center C312|Active|TX1|Texas Commission on Environmental Quality|R6|32.774200|-96.797800|152.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130050|481130050|840481130050|WD|Permanent|0050|Dallas Convention Center C312|Active|TX1|Texas Commission on Environmental Quality|R6|32.774200|-96.797800|152.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|NOX|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|NO|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|DEWPOINT|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|RWD|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|RWS|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|PMC|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|NOY|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|TEMP|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|WS|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|WD|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|RHUM|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|SRAD|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|O3|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|PM2.5|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|PM10|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|NO2|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|CO|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130069|481130069|840481130069|SO2|Permanent|0069|Dallas Hinton St. C401/C161 [E]|Active|TX1|Texas Commission on Environmental Quality|R6|32.820000|-96.860000||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|NOX|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|NO|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|O3|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|RWD|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|RWS|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|TEMP|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|NO2|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|WS|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|WD|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130075|481130075|840481130075|SRAD|Permanent|0075|Dallas North C63|Active|TX1|Texas Commission on Environmental Quality|R6|32.919206|-96.808498|190.600|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130087|481130087|840481130087|WD|Permanent|0087|Dallas Redbird Airport C402|Active|TX1|Texas Commission on Environmental Quality|R6|32.676700|-96.871700||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130087|481130087|840481130087|NOX|Permanent|0087|Dallas Redbird Airport C402|Active|TX1|Texas Commission on Environmental Quality|R6|32.676700|-96.871700||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130087|481130087|840481130087|RWD|Permanent|0087|Dallas Redbird Airport C402|Active|TX1|Texas Commission on Environmental Quality|R6|32.676700|-96.871700||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130087|481130087|840481130087|RWS|Permanent|0087|Dallas Redbird Airport C402|Active|TX1|Texas Commission on Environmental Quality|R6|32.676700|-96.871700||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130087|481130087|840481130087|O3|Permanent|0087|Dallas Redbird Airport C402|Active|TX1|Texas Commission on Environmental Quality|R6|32.676700|-96.871700||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130087|481130087|840481130087|NO2|Permanent|0087|Dallas Redbird Airport C402|Active|TX1|Texas Commission on Environmental Quality|R6|32.676700|-96.871700||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130087|481130087|840481130087|TEMP|Permanent|0087|Dallas Redbird Airport C402|Active|TX1|Texas Commission on Environmental Quality|R6|32.676700|-96.871700||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130087|481130087|840481130087|WS|Permanent|0087|Dallas Redbird Airport C402|Active|TX1|Texas Commission on Environmental Quality|R6|32.676700|-96.871700||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481130087|481130087|840481130087|NO|Permanent|0087|Dallas Redbird Airport C402|Active|TX1|Texas Commission on Environmental Quality|R6|32.676700|-96.871700||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481131067|481131067|840481131067|TEMP|Permanent|1067|Dallas LBJ Freeway C1067|Active|TX1|Texas Commission on Environmental Quality|R6|32.921180|-96.753550|176.900|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481131067|481131067|840481131067|RWD|Permanent|1067|Dallas LBJ Freeway C1067|Active|TX1|Texas Commission on Environmental Quality|R6|32.921180|-96.753550|176.900|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481131067|481131067|840481131067|RWS|Permanent|1067|Dallas LBJ Freeway C1067|Active|TX1|Texas Commission on Environmental Quality|R6|32.921180|-96.753550|176.900|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +840481131096|481131096|840481131096|PM2.5|Permanent|1096|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|32.745040|-96.753390||-6.00|US|||48|TX|113|DALLAS +481131500|481131500|840481131500|TEMP|Permanent|1500|Lancaster Cedardale C1500|Active|TX1|Texas Commission on Environmental Quality|R6|32.630011|-96.800599|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481131500|481131500|840481131500|BARPR|Permanent|1500|Lancaster Cedardale C1500|Active|TX1|Texas Commission on Environmental Quality|R6|32.630011|-96.800599|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481131500|481131500|840481131500|RWD|Permanent|1500|Lancaster Cedardale C1500|Active|TX1|Texas Commission on Environmental Quality|R6|32.630011|-96.800599|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481131500|481131500|840481131500|RWS|Permanent|1500|Lancaster Cedardale C1500|Active|TX1|Texas Commission on Environmental Quality|R6|32.630011|-96.800599|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|113|DALLAS +481131505|481131505|840481131505|TEMP|Permanent|1505|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|32.879107|-96.913552||0.00|US|||48|TX|113|DALLAS +481131505|481131505|840481131505|BARPR|Permanent|1505|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|32.879107|-96.913552||0.00|US|||48|TX|113|DALLAS +481131505|481131505|840481131505|RWD|Permanent|1505|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|32.879107|-96.913552||0.00|US|||48|TX|113|DALLAS +481131505|481131505|840481131505|RWS|Permanent|1505|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|32.879107|-96.913552||0.00|US|||48|TX|113|DALLAS +481210034|481210034|840481210034|WS|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|WD|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|O3|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|PRECIP|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|DEWPOINT|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|PM2.5|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|NO2|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|NOY|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|TEMP|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|RWD|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|RWS|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|RHUM|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|SRAD|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|NOX|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481210034|481210034|840481210034|NO|Permanent|0034|Denton Airport South C56|Active|TX1|Texas Commission on Environmental Quality|R6|33.194400|-97.193300|390.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481211032|481211032|840481211032|RWS|Permanent|1032|Pilot Point C1032|Active|TX1|Texas Commission on Environmental Quality|R6|33.410700|-96.943700|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481211032|481211032|840481211032|O3|Permanent|1032|Pilot Point C1032|Active|TX1|Texas Commission on Environmental Quality|R6|33.410700|-96.943700|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481211032|481211032|840481211032|TEMP|Permanent|1032|Pilot Point C1032|Active|TX1|Texas Commission on Environmental Quality|R6|33.410700|-96.943700|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481211032|481211032|840481211032|WS|Permanent|1032|Pilot Point C1032|Active|TX1|Texas Commission on Environmental Quality|R6|33.410700|-96.943700|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481211032|481211032|840481211032|WD|Permanent|1032|Pilot Point C1032|Active|TX1|Texas Commission on Environmental Quality|R6|33.410700|-96.943700|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481211032|481211032|840481211032|SRAD|Permanent|1032|Pilot Point C1032|Active|TX1|Texas Commission on Environmental Quality|R6|33.410700|-96.943700|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481211032|481211032|840481211032|RWD|Permanent|1032|Pilot Point C1032|Active|TX1|Texas Commission on Environmental Quality|R6|33.410700|-96.943700|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481215008|481215008|840481215008|RWS|Permanent|5008|Denton KDTO C5008|Active|TX1|Texas Commission on Environmental Quality|R6|33.206100|-97.198900|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481215008|481215008|840481215008|TEMP|Permanent|5008|Denton KDTO C5008|Active|TX1|Texas Commission on Environmental Quality|R6|33.206100|-97.198900|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481215008|481215008|840481215008|WS|Permanent|5008|Denton KDTO C5008|Active|TX1|Texas Commission on Environmental Quality|R6|33.206100|-97.198900|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481215008|481215008|840481215008|WD|Permanent|5008|Denton KDTO C5008|Active|TX1|Texas Commission on Environmental Quality|R6|33.206100|-97.198900|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481215008|481215008|840481215008|RHUM|Permanent|5008|Denton KDTO C5008|Active|TX1|Texas Commission on Environmental Quality|R6|33.206100|-97.198900|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481215008|481215008|840481215008|PRECIP|Permanent|5008|Denton KDTO C5008|Active|TX1|Texas Commission on Environmental Quality|R6|33.206100|-97.198900|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481215008|481215008|840481215008|RWD|Permanent|5008|Denton KDTO C5008|Active|TX1|Texas Commission on Environmental Quality|R6|33.206100|-97.198900|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|121|DENTON +481231602|481231602|840481231602|O3|Permanent|1602|Cuero C1602|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.134779|-97.276575|73.200|-6.00|US|||48|TX|123|DE WITT +481231602|481231602|840481231602|TEMP|Permanent|1602|Cuero C1602|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.134779|-97.276575|73.200|-6.00|US|||48|TX|123|DE WITT +481231602|481231602|840481231602|RWD|Permanent|1602|Cuero C1602|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.134779|-97.276575|73.200|-6.00|US|||48|TX|123|DE WITT +481231602|481231602|840481231602|RWS|Permanent|1602|Cuero C1602|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.134779|-97.276575|73.200|-6.00|US|||48|TX|123|DE WITT +481350003|481350003|840481350003|WS|Permanent|0003|Odessa Hays C47/C122 [N]|Active|TX1|Texas Commission on Environmental Quality|R6|31.836700|-102.341900||-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481350003|481350003|840481350003|WD|Permanent|0003|Odessa Hays C47/C122 [N]|Active|TX1|Texas Commission on Environmental Quality|R6|31.836700|-102.341900||-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481350003|481350003|840481350003|RWD|Permanent|0003|Odessa Hays C47/C122 [N]|Active|TX1|Texas Commission on Environmental Quality|R6|31.836700|-102.341900||-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481350003|481350003|840481350003|RWS|Permanent|0003|Odessa Hays C47/C122 [N]|Active|TX1|Texas Commission on Environmental Quality|R6|31.836700|-102.341900||-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481350003|481350003|840481350003|TEMP|Permanent|0003|Odessa Hays C47/C122 [N]|Active|TX1|Texas Commission on Environmental Quality|R6|31.836700|-102.341900||-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481351014|481351014|840481351014|PM2.5|Permanent|1014|Odessa Gonzales C1014|Active|TX1|Texas Commission on Environmental Quality|R6|31.870253|-102.334756|884.500|-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481351014|481351014|840481351014|TEMP|Permanent|1014|Odessa Gonzales C1014|Active|TX1|Texas Commission on Environmental Quality|R6|31.870253|-102.334756|884.500|-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481351014|481351014|840481351014|WS|Permanent|1014|Odessa Gonzales C1014|Active|TX1|Texas Commission on Environmental Quality|R6|31.870253|-102.334756|884.500|-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481351014|481351014|840481351014|WD|Permanent|1014|Odessa Gonzales C1014|Active|TX1|Texas Commission on Environmental Quality|R6|31.870253|-102.334756|884.500|-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481351014|481351014|840481351014|RWD|Permanent|1014|Odessa Gonzales C1014|Active|TX1|Texas Commission on Environmental Quality|R6|31.870253|-102.334756|884.500|-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481351014|481351014|840481351014|RWS|Permanent|1014|Odessa Gonzales C1014|Active|TX1|Texas Commission on Environmental Quality|R6|31.870253|-102.334756|884.500|-6.00|US|36220| Odessa, TX |48|TX|135|ECTOR +481390016|481390016|840481390016|O3|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|PM2.5|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|NO2|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|SO2|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|TEMP|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|WS|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|H2S|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|WD|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|SRAD|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|NOX|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|NO|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|RWD|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481390016|481390016|840481390016|RWS|Permanent|0016|Midlothian OFW C52|Active|TX1|Texas Commission on Environmental Quality|R6|32.482081|-97.026922|202.800|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|NO|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|DEWPOINT|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|RWD|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|RWS|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|TEMP|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|WS|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|O3|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|PM2.5|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|NO2|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|SO2|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|WD|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|RHUM|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|SRAD|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481391044|481391044|840481391044|NOX|Permanent|1044|Italy C1044|Active|TX1|Texas Commission on Environmental Quality|R6|32.177200|-96.871100|164.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|139|ELLIS +481410002|481410002|840481410002|CO|Permanent|0002|Tillman C413|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.757654|-106.482922|1131.600|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410002|481410002|840481410002|WS|Permanent|0002|Tillman C413|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.757654|-106.482922|1131.600|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410002|481410002|840481410002|WD|Permanent|0002|Tillman C413|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.757654|-106.482922|1131.600|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410002|481410002|840481410002|RWD|Permanent|0002|Tillman C413|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.757654|-106.482922|1131.600|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410002|481410002|840481410002|RWS|Permanent|0002|Tillman C413|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.757654|-106.482922|1131.600|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410029|481410029|840481410029|TEMP|Permanent|0029|Ivanhoe C414|Active|TX1|Texas Commission on Environmental Quality|R6|31.786400|-106.324200|1207.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410029|481410029|840481410029|WS|Permanent|0029|Ivanhoe C414|Active|TX1|Texas Commission on Environmental Quality|R6|31.786400|-106.324200|1207.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410029|481410029|840481410029|WD|Permanent|0029|Ivanhoe C414|Active|TX1|Texas Commission on Environmental Quality|R6|31.786400|-106.324200|1207.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410029|481410029|840481410029|RHUM|Permanent|0029|Ivanhoe C414|Active|TX1|Texas Commission on Environmental Quality|R6|31.786400|-106.324200|1207.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410029|481410029|840481410029|RWD|Permanent|0029|Ivanhoe C414|Active|TX1|Texas Commission on Environmental Quality|R6|31.786400|-106.324200|1207.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410029|481410029|840481410029|O3|Permanent|0029|Ivanhoe C414|Active|TX1|Texas Commission on Environmental Quality|R6|31.786400|-106.324200|1207.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410029|481410029|840481410029|RWS|Permanent|0029|Ivanhoe C414|Active|TX1|Texas Commission on Environmental Quality|R6|31.786400|-106.324200|1207.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410029|481410029|840481410029|CO|Permanent|0029|Ivanhoe C414|Active|TX1|Texas Commission on Environmental Quality|R6|31.786400|-106.324200|1207.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|WD|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|RHUM|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|O3|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|PM2.5|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|PM10|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|NO2|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|DEWPOINT|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|RWD|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|CO|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|SO2|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|TEMP|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|WS|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|RWS|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|SRAD|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|NOX|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|NO|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410037|481410037|840481410037|PRECIP|Permanent|0037|El Paso UTEP C12|Active|TX1|Texas Commission on Environmental Quality|R6|31.768056|-106.501111|1159.000|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|NOY|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|TEMP|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|WS|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|WD|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|RHUM|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|SRAD|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|PM2.5|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|NO2|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|CO|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|SO2|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|NOX|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|NO|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|DEWPOINT|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|RWD|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|RWS|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|PMC|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410044|481410044|840481410044|O3|Permanent|0044|Chamizal C41|Active|TX1|Texas Commission on Environmental Quality|R6|31.765600|-106.455000|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410047|481410047|840481410047|TEMP|Permanent|0047|El Paso Womble C123|Active|TX1|Texas Commission on Environmental Quality|R6|31.775942|-106.413177|1151.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410047|481410047|840481410047|WS|Permanent|0047|El Paso Womble C123|Active|TX1|Texas Commission on Environmental Quality|R6|31.775942|-106.413177|1151.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410047|481410047|840481410047|WD|Permanent|0047|El Paso Womble C123|Active|TX1|Texas Commission on Environmental Quality|R6|31.775942|-106.413177|1151.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410047|481410047|840481410047|RWD|Permanent|0047|El Paso Womble C123|Active|TX1|Texas Commission on Environmental Quality|R6|31.775942|-106.413177|1151.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410047|481410047|840481410047|RWS|Permanent|0047|El Paso Womble C123|Active|TX1|Texas Commission on Environmental Quality|R6|31.775942|-106.413177|1151.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410050|481410050|840481410050|TEMP|Permanent|0050|Moon City C415|Active|TX1|Texas Commission on Environmental Quality|R6|31.673100|-106.283600|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410050|481410050|840481410050|WS|Permanent|0050|Moon City C415|Active|TX1|Texas Commission on Environmental Quality|R6|31.673100|-106.283600|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410050|481410050|840481410050|WD|Permanent|0050|Moon City C415|Active|TX1|Texas Commission on Environmental Quality|R6|31.673100|-106.283600|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410050|481410050|840481410050|RHUM|Permanent|0050|Moon City C415|Active|TX1|Texas Commission on Environmental Quality|R6|31.673100|-106.283600|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410051|481410051|840481410051|TEMP|Permanent|0051|Fort Bliss C324|Active|TX1|Texas Commission on Environmental Quality|R6|31.801900|-106.420600|1183.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410051|481410051|840481410051|WS|Permanent|0051|Fort Bliss C324|Active|TX1|Texas Commission on Environmental Quality|R6|31.801900|-106.420600|1183.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410051|481410051|840481410051|WD|Permanent|0051|Fort Bliss C324|Active|TX1|Texas Commission on Environmental Quality|R6|31.801900|-106.420600|1183.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410051|481410051|840481410051|RHUM|Permanent|0051|Fort Bliss C324|Active|TX1|Texas Commission on Environmental Quality|R6|31.801900|-106.420600|1183.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410051|481410051|840481410051|RWD|Permanent|0051|Fort Bliss C324|Active|TX1|Texas Commission on Environmental Quality|R6|31.801900|-106.420600|1183.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410051|481410051|840481410051|RWS|Permanent|0051|Fort Bliss C324|Active|TX1|Texas Commission on Environmental Quality|R6|31.801900|-106.420600|1183.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410053|481410053|840481410053|PM2.5|Permanent|0053|El Paso Sun Metro C40|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.758600|-106.501100|1128.500|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410053|481410053|840481410053|CO|Permanent|0053|El Paso Sun Metro C40|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.758600|-106.501100|1128.500|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410053|481410053|840481410053|SO2|Permanent|0053|El Paso Sun Metro C40|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.758600|-106.501100|1128.500|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410053|481410053|840481410053|TEMP|Permanent|0053|El Paso Sun Metro C40|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.758600|-106.501100|1128.500|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410053|481410053|840481410053|WS|Permanent|0053|El Paso Sun Metro C40|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.758600|-106.501100|1128.500|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410053|481410053|840481410053|WD|Permanent|0053|El Paso Sun Metro C40|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.758600|-106.501100|1128.500|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410053|481410053|840481410053|RWD|Permanent|0053|El Paso Sun Metro C40|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.758600|-106.501100|1128.500|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410053|481410053|840481410053|RWS|Permanent|0053|El Paso Sun Metro C40|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.758600|-106.501100|1128.500|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410054|481410054|840481410054|RWS|Permanent|0054|El Paso Lower Valley C36|Active|TX1|Texas Commission on Environmental Quality|R6|31.703900|-106.356100|1116.300|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410054|481410054|840481410054|H2S|Permanent|0054|El Paso Lower Valley C36|Active|TX1|Texas Commission on Environmental Quality|R6|31.703900|-106.356100|1116.300|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410054|481410054|840481410054|TEMP|Permanent|0054|El Paso Lower Valley C36|Active|TX1|Texas Commission on Environmental Quality|R6|31.703900|-106.356100|1116.300|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410054|481410054|840481410054|WS|Permanent|0054|El Paso Lower Valley C36|Active|TX1|Texas Commission on Environmental Quality|R6|31.703900|-106.356100|1116.300|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410054|481410054|840481410054|WD|Permanent|0054|El Paso Lower Valley C36|Active|TX1|Texas Commission on Environmental Quality|R6|31.703900|-106.356100|1116.300|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410054|481410054|840481410054|RWD|Permanent|0054|El Paso Lower Valley C36|Active|TX1|Texas Commission on Environmental Quality|R6|31.703900|-106.356100|1116.300|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|WD|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|RHUM|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|BARPR|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|SRAD|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|NOX|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|TEMP|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|PM2.5|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|PM10|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|NO2|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|CO|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|NO|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|DEWPOINT|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|RWD|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|RWS|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|WS|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410055|481410055|840481410055|O3|Permanent|0055|Ascarate Park Southeast C37|Active|TX1|Texas Commission on Environmental Quality|R6|31.746700|-106.402802|1122.400|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410057|481410057|840481410057|WD|Permanent|0057|Socorro Hueco C49|Active|TX1|Texas Commission on Environmental Quality|R6|31.667520|-106.287740|1116.900|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410057|481410057|840481410057|RWD|Permanent|0057|Socorro Hueco C49|Active|TX1|Texas Commission on Environmental Quality|R6|31.667520|-106.287740|1116.900|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410057|481410057|840481410057|RWS|Permanent|0057|Socorro Hueco C49|Active|TX1|Texas Commission on Environmental Quality|R6|31.667520|-106.287740|1116.900|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410057|481410057|840481410057|O3|Permanent|0057|Socorro Hueco C49|Active|TX1|Texas Commission on Environmental Quality|R6|31.667520|-106.287740|1116.900|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410057|481410057|840481410057|PM2.5|Permanent|0057|Socorro Hueco C49|Active|TX1|Texas Commission on Environmental Quality|R6|31.667520|-106.287740|1116.900|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410057|481410057|840481410057|PM10|Permanent|0057|Socorro Hueco C49|Active|TX1|Texas Commission on Environmental Quality|R6|31.667520|-106.287740|1116.900|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410057|481410057|840481410057|TEMP|Permanent|0057|Socorro Hueco C49|Active|TX1|Texas Commission on Environmental Quality|R6|31.667520|-106.287740|1116.900|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410057|481410057|840481410057|WS|Permanent|0057|Socorro Hueco C49|Active|TX1|Texas Commission on Environmental Quality|R6|31.667520|-106.287740|1116.900|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410058|481410058|840481410058|RWD|Permanent|0058|Skyline Park C72|Active|TX1|Texas Commission on Environmental Quality|R6|31.893889|-106.425556|1201.700|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410058|481410058|840481410058|RWS|Permanent|0058|Skyline Park C72|Active|TX1|Texas Commission on Environmental Quality|R6|31.893889|-106.425556|1201.700|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410058|481410058|840481410058|O3|Permanent|0058|Skyline Park C72|Active|TX1|Texas Commission on Environmental Quality|R6|31.893889|-106.425556|1201.700|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410058|481410058|840481410058|CO|Permanent|0058|Skyline Park C72|Active|TX1|Texas Commission on Environmental Quality|R6|31.893889|-106.425556|1201.700|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410058|481410058|840481410058|SO2|Permanent|0058|Skyline Park C72|Active|TX1|Texas Commission on Environmental Quality|R6|31.893889|-106.425556|1201.700|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410058|481410058|840481410058|TEMP|Permanent|0058|Skyline Park C72|Active|TX1|Texas Commission on Environmental Quality|R6|31.893889|-106.425556|1201.700|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410058|481410058|840481410058|WS|Permanent|0058|Skyline Park C72|Active|TX1|Texas Commission on Environmental Quality|R6|31.893889|-106.425556|1201.700|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481410058|481410058|840481410058|WD|Permanent|0058|Skyline Park C72|Active|TX1|Texas Commission on Environmental Quality|R6|31.893889|-106.425556|1201.700|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481411021|481411021|840481411021|CO|Permanent|1021|Ojo De Agua C1021|Active|TX1|Texas Commission on Environmental Quality|R6|31.862441|-106.547562|1250.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481411021|481411021|840481411021|WS|Permanent|1021|Ojo De Agua C1021|Active|TX1|Texas Commission on Environmental Quality|R6|31.862441|-106.547562|1250.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481411021|481411021|840481411021|RWD|Permanent|1021|Ojo De Agua C1021|Active|TX1|Texas Commission on Environmental Quality|R6|31.862441|-106.547562|1250.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481411021|481411021|840481411021|RWS|Permanent|1021|Ojo De Agua C1021|Active|TX1|Texas Commission on Environmental Quality|R6|31.862441|-106.547562|1250.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481411021|481411021|840481411021|O3|Permanent|1021|Ojo De Agua C1021|Active|TX1|Texas Commission on Environmental Quality|R6|31.862441|-106.547562|1250.800|-7.00|US|21340| El Paso, TX |48|TX|141|EL PASO +481490001|481490001|840481490001|TEMP|Permanent|0001|Fayette C601|Active|TX1|Texas Commission on Environmental Quality|R6|29.962474|-96.745875|128.100|-6.00|US|||48|TX|149|FAYETTE +481490001|481490001|840481490001|WS|Permanent|0001|Fayette C601|Active|TX1|Texas Commission on Environmental Quality|R6|29.962474|-96.745875|128.100|-6.00|US|||48|TX|149|FAYETTE +481490001|481490001|840481490001|WD|Permanent|0001|Fayette C601|Active|TX1|Texas Commission on Environmental Quality|R6|29.962474|-96.745875|128.100|-6.00|US|||48|TX|149|FAYETTE +481490001|481490001|840481490001|RWD|Permanent|0001|Fayette C601|Active|TX1|Texas Commission on Environmental Quality|R6|29.962474|-96.745875|128.100|-6.00|US|||48|TX|149|FAYETTE +481490001|481490001|840481490001|RWS|Permanent|0001|Fayette C601|Active|TX1|Texas Commission on Environmental Quality|R6|29.962474|-96.745875|128.100|-6.00|US|||48|TX|149|FAYETTE +481490001|481490001|840481490001|O3|Permanent|0001|Fayette C601|Active|TX1|Texas Commission on Environmental Quality|R6|29.962474|-96.745875|128.100|-6.00|US|||48|TX|149|FAYETTE +481490001|481490001|840481490001|PM2.5|Permanent|0001|Fayette C601|Active|TX1|Texas Commission on Environmental Quality|R6|29.962474|-96.745875|128.100|-6.00|US|||48|TX|149|FAYETTE +481570696|481570696|840481570696|BARPR|Permanent|0696|Sugarland C696|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.574200|-95.649700|22.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|157|FORT BEND +481570696|481570696|840481570696|PRECIP|Permanent|0696|Sugarland C696|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.574200|-95.649700|22.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|157|FORT BEND +481570696|481570696|840481570696|RWD|Permanent|0696|Sugarland C696|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.574200|-95.649700|22.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|157|FORT BEND +481570696|481570696|840481570696|RWS|Permanent|0696|Sugarland C696|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.574200|-95.649700|22.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|157|FORT BEND +481570696|481570696|840481570696|O3|Permanent|0696|Sugarland C696|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.574200|-95.649700|22.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|157|FORT BEND +481570696|481570696|840481570696|TEMP|Permanent|0696|Sugarland C696|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.574200|-95.649700|22.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|157|FORT BEND +481570696|481570696|840481570696|RHUM|Permanent|0696|Sugarland C696|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.574200|-95.649700|22.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|157|FORT BEND +481670005|481670005|840481670005|RWS|Permanent|0005|Texas City Ball Park C1022|Active|TX1|Texas Commission on Environmental Quality|R6|29.385234|-94.931520|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670005|481670005|840481670005|H2S|Permanent|0005|Texas City Ball Park C1022|Active|TX1|Texas Commission on Environmental Quality|R6|29.385234|-94.931520|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670005|481670005|840481670005|SO2|Permanent|0005|Texas City Ball Park C1022|Active|TX1|Texas Commission on Environmental Quality|R6|29.385234|-94.931520|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670005|481670005|840481670005|TEMP|Permanent|0005|Texas City Ball Park C1022|Active|TX1|Texas Commission on Environmental Quality|R6|29.385234|-94.931520|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670005|481670005|840481670005|WS|Permanent|0005|Texas City Ball Park C1022|Active|TX1|Texas Commission on Environmental Quality|R6|29.385234|-94.931520|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670005|481670005|840481670005|WD|Permanent|0005|Texas City Ball Park C1022|Active|TX1|Texas Commission on Environmental Quality|R6|29.385234|-94.931520|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670005|481670005|840481670005|RWD|Permanent|0005|Texas City Ball Park C1022|Active|TX1|Texas Commission on Environmental Quality|R6|29.385234|-94.931520|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670056|481670056|840481670056|TEMP|Permanent|0056|Texas City C620|Active|TX1|Texas Commission on Environmental Quality|R6|29.402200|-94.946400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670056|481670056|840481670056|WS|Permanent|0056|Texas City C620|Active|TX1|Texas Commission on Environmental Quality|R6|29.402200|-94.946400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670056|481670056|840481670056|WD|Permanent|0056|Texas City C620|Active|TX1|Texas Commission on Environmental Quality|R6|29.402200|-94.946400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670056|481670056|840481670056|RWD|Permanent|0056|Texas City C620|Active|TX1|Texas Commission on Environmental Quality|R6|29.402200|-94.946400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670056|481670056|840481670056|RWS|Permanent|0056|Texas City C620|Active|TX1|Texas Commission on Environmental Quality|R6|29.402200|-94.946400|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670571|481670571|840481670571|O3|Permanent|0571|Clear Creek High School C571|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.525600|-95.070600|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670571|481670571|840481670571|TEMP|Permanent|0571|Clear Creek High School C571|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.525600|-95.070600|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670697|481670697|840481670697|BARPR|Permanent|0697|Coastal Center C697|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.387770|-95.041389|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670697|481670697|840481670697|PRECIP|Permanent|0697|Coastal Center C697|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.387770|-95.041389|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670697|481670697|840481670697|RWD|Permanent|0697|Coastal Center C697|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.387770|-95.041389|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670697|481670697|840481670697|RWS|Permanent|0697|Coastal Center C697|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.387770|-95.041389|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670697|481670697|840481670697|O3|Permanent|0697|Coastal Center C697|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.387770|-95.041389|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670697|481670697|840481670697|TEMP|Permanent|0697|Coastal Center C697|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.387770|-95.041389|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670697|481670697|840481670697|WS|Permanent|0697|Coastal Center C697|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.387770|-95.041389|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670697|481670697|840481670697|WD|Permanent|0697|Coastal Center C697|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.387770|-95.041389|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481670697|481670697|840481670697|RHUM|Permanent|0697|Coastal Center C697|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.387770|-95.041389|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|NOX|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|NO|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|DEWPOINT|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|RWD|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|RWS|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|O3|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|NOY|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|TEMP|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|WS|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|WD|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|SRAD|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|RHUM|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|PM2.5|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481671034|481671034|840481671034|NO2|Permanent|1034|Galveston Airport C1034|Active|TX1|Texas Commission on Environmental Quality|R6|29.263100|-94.856400|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481675005|481675005|840481675005|TEMP|Permanent|5005|Galveston KGLS C5005|Active|TX1|Texas Commission on Environmental Quality|R6|29.270300|-94.864200|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481675005|481675005|840481675005|WS|Permanent|5005|Galveston KGLS C5005|Active|TX1|Texas Commission on Environmental Quality|R6|29.270300|-94.864200|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481675005|481675005|840481675005|WD|Permanent|5005|Galveston KGLS C5005|Active|TX1|Texas Commission on Environmental Quality|R6|29.270300|-94.864200|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481675005|481675005|840481675005|RHUM|Permanent|5005|Galveston KGLS C5005|Active|TX1|Texas Commission on Environmental Quality|R6|29.270300|-94.864200|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481675005|481675005|840481675005|RWD|Permanent|5005|Galveston KGLS C5005|Active|TX1|Texas Commission on Environmental Quality|R6|29.270300|-94.864200|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481675005|481675005|840481675005|RWS|Permanent|5005|Galveston KGLS C5005|Active|TX1|Texas Commission on Environmental Quality|R6|29.270300|-94.864200|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|167|GALVESTON +481710001|481710001|840481710001|O3|Permanent|0001|Lyndon B. Johnson NHP|Inactive|NPS|National Park Service|USEPA|40.262501|-98.629166|143.400|-7.00|US|||48|TX|171|GILLESPIE +481710001|481710001|840481710001|TEMP|Permanent|0001|Lyndon B. Johnson NHP|Inactive|NPS|National Park Service|USEPA|40.262501|-98.629166|143.400|-7.00|US|||48|TX|171|GILLESPIE +481710001|481710001|840481710001|WS|Permanent|0001|Lyndon B. Johnson NHP|Inactive|NPS|National Park Service|USEPA|40.262501|-98.629166|143.400|-7.00|US|||48|TX|171|GILLESPIE +481710001|481710001|840481710001|WD|Permanent|0001|Lyndon B. Johnson NHP|Inactive|NPS|National Park Service|USEPA|40.262501|-98.629166|143.400|-7.00|US|||48|TX|171|GILLESPIE +481710001|481710001|840481710001|RHUM|Permanent|0001|Lyndon B. Johnson NHP|Inactive|NPS|National Park Service|USEPA|40.262501|-98.629166|143.400|-7.00|US|||48|TX|171|GILLESPIE +481710001|481710001|840481710001|SRAD|Permanent|0001|Lyndon B. Johnson NHP|Inactive|NPS|National Park Service|USEPA|40.262501|-98.629166|143.400|-7.00|US|||48|TX|171|GILLESPIE +481710001|481710001|840481710001|PRECIP|Permanent|0001|Lyndon B. Johnson NHP|Inactive|NPS|National Park Service|USEPA|40.262501|-98.629166|143.400|-7.00|US|||48|TX|171|GILLESPIE +481750624|481750624|840481750624|TEMP|Permanent|0624|Coleto C624|Inactive|TX1|Texas Commission on Environmental Quality|R6|28.720926|-97.220882|24.400|-6.00|US|47020| Victoria, TX |48|TX|175|GOLIAD +481750624|481750624|840481750624|RWD|Permanent|0624|Coleto C624|Inactive|TX1|Texas Commission on Environmental Quality|R6|28.720926|-97.220882|24.400|-6.00|US|47020| Victoria, TX |48|TX|175|GOLIAD +481750624|481750624|840481750624|RWS|Permanent|0624|Coleto C624|Inactive|TX1|Texas Commission on Environmental Quality|R6|28.720926|-97.220882|24.400|-6.00|US|47020| Victoria, TX |48|TX|175|GOLIAD +481830001|481830001|840481830001|RWS|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|WD|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|SRAD|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|NOX|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|NO|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|PRECIP|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|RWD|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|O3|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|NO2|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|SO2|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|TEMP|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481830001|481830001|840481830001|WS|Permanent|0001|Longview C19/C127|Active|TX1|Texas Commission on Environmental Quality|R6|32.378682|-94.711811|106.800|-6.00|US|30980| Longview, TX |48|TX|183|GREGG +481870504|481870504|840481870504|O3|Permanent|0504|New Braunfels Airport C504|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.704200|-98.028900|195.200|-6.00|US|41700| San Antonio, TX |48|TX|187|GUADALUPE +481870506|481870506|840481870506|O3|Permanent|0506|Seguin Outdoor Learning Center C506|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.588600|-97.932200|390.400|-6.00|US|41700| San Antonio, TX |48|TX|187|GUADALUPE +481875004|481875004|840481875004|RHUM|Permanent|5004|New Braunfels KBAZ C5004|Active|TX1|Texas Commission on Environmental Quality|R6|29.708600|-98.045300|195.200|-6.00|US|41700| San Antonio, TX |48|TX|187|GUADALUPE +481875004|481875004|840481875004|PRECIP|Permanent|5004|New Braunfels KBAZ C5004|Active|TX1|Texas Commission on Environmental Quality|R6|29.708600|-98.045300|195.200|-6.00|US|41700| San Antonio, TX |48|TX|187|GUADALUPE +481875004|481875004|840481875004|RWD|Permanent|5004|New Braunfels KBAZ C5004|Active|TX1|Texas Commission on Environmental Quality|R6|29.708600|-98.045300|195.200|-6.00|US|41700| San Antonio, TX |48|TX|187|GUADALUPE +481875004|481875004|840481875004|RWS|Permanent|5004|New Braunfels KBAZ C5004|Active|TX1|Texas Commission on Environmental Quality|R6|29.708600|-98.045300|195.200|-6.00|US|41700| San Antonio, TX |48|TX|187|GUADALUPE +481875004|481875004|840481875004|TEMP|Permanent|5004|New Braunfels KBAZ C5004|Active|TX1|Texas Commission on Environmental Quality|R6|29.708600|-98.045300|195.200|-6.00|US|41700| San Antonio, TX |48|TX|187|GUADALUPE +481875004|481875004|840481875004|WS|Permanent|5004|New Braunfels KBAZ C5004|Active|TX1|Texas Commission on Environmental Quality|R6|29.708600|-98.045300|195.200|-6.00|US|41700| San Antonio, TX |48|TX|187|GUADALUPE +481875004|481875004|840481875004|WD|Permanent|5004|New Braunfels KBAZ C5004|Active|TX1|Texas Commission on Environmental Quality|R6|29.708600|-98.045300|195.200|-6.00|US|41700| San Antonio, TX |48|TX|187|GUADALUPE +482010024|482010024|840482010024|NOX|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|RWS|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|WS|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|WD|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|RHUM|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|BARPR|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|RWD|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|O3|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|PM2.5|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|NO2|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|SRAD|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|CO|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|NOY|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|TEMP|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|NO|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010024|482010024|840482010024|DEWPOINT|Permanent|0024|Houston Aldine C8|Active|TX1|Texas Commission on Environmental Quality|R6|29.901100|-95.326100|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|RWD|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|RWS|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|RHUM|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|SRAD|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|NOX|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|NO|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|WD|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|DEWPOINT|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|O3|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|PM2.5|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|NO2|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|TEMP|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010026|482010026|840482010026|WS|Permanent|0026|Channelview C15|Active|TX1|Texas Commission on Environmental Quality|R6|29.802500|-95.125600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|NOX|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|NO|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|WD|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|RHUM|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|SRAD|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|O3|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|DEWPOINT|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|RWD|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|RWS|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|NO2|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|TEMP|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010029|482010029|840482010029|WS|Permanent|0029|Northwest Harris Co. C26/C110/C154|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-95.673900||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010036|482010036|840482010036|TEMP|Permanent|0036|Jacinto Port C1036|Active|TX1|Texas Commission on Environmental Quality|R6|29.776100|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010036|482010036|840482010036|WS|Permanent|0036|Jacinto Port C1036|Active|TX1|Texas Commission on Environmental Quality|R6|29.776100|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010036|482010036|840482010036|WD|Permanent|0036|Jacinto Port C1036|Active|TX1|Texas Commission on Environmental Quality|R6|29.776100|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010036|482010036|840482010036|RWD|Permanent|0036|Jacinto Port C1036|Active|TX1|Texas Commission on Environmental Quality|R6|29.776100|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010036|482010036|840482010036|RWS|Permanent|0036|Jacinto Port C1036|Active|TX1|Texas Commission on Environmental Quality|R6|29.776100|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010046|482010046|840482010046|O3|Permanent|0046|Houston North Wayside C405|Active|TX1|Texas Commission on Environmental Quality|R6|29.828100|-95.284200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010046|482010046|840482010046|PM2.5|Permanent|0046|Houston North Wayside C405|Active|TX1|Texas Commission on Environmental Quality|R6|29.828100|-95.284200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010046|482010046|840482010046|SO2|Permanent|0046|Houston North Wayside C405|Active|TX1|Texas Commission on Environmental Quality|R6|29.828100|-95.284200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010047|482010047|840482010047|CO|Permanent|0047|Lang C408|Active|TX1|Texas Commission on Environmental Quality|R6|29.834200|-95.489200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010047|482010047|840482010047|NOX|Permanent|0047|Lang C408|Active|TX1|Texas Commission on Environmental Quality|R6|29.834200|-95.489200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010047|482010047|840482010047|NO|Permanent|0047|Lang C408|Active|TX1|Texas Commission on Environmental Quality|R6|29.834200|-95.489200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010047|482010047|840482010047|O3|Permanent|0047|Lang C408|Active|TX1|Texas Commission on Environmental Quality|R6|29.834200|-95.489200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010047|482010047|840482010047|NO2|Permanent|0047|Lang C408|Active|TX1|Texas Commission on Environmental Quality|R6|29.834200|-95.489200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010051|482010051|840482010051|WS|Permanent|0051|Houston Croquet C409|Active|TX1|Texas Commission on Environmental Quality|R6|29.623900|-95.474200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010051|482010051|840482010051|WD|Permanent|0051|Houston Croquet C409|Active|TX1|Texas Commission on Environmental Quality|R6|29.623900|-95.474200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010051|482010051|840482010051|RWD|Permanent|0051|Houston Croquet C409|Active|TX1|Texas Commission on Environmental Quality|R6|29.623900|-95.474200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010051|482010051|840482010051|RWS|Permanent|0051|Houston Croquet C409|Active|TX1|Texas Commission on Environmental Quality|R6|29.623900|-95.474200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010051|482010051|840482010051|O3|Permanent|0051|Houston Croquet C409|Active|TX1|Texas Commission on Environmental Quality|R6|29.623900|-95.474200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010051|482010051|840482010051|SO2|Permanent|0051|Houston Croquet C409|Active|TX1|Texas Commission on Environmental Quality|R6|29.623900|-95.474200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010051|482010051|840482010051|TEMP|Permanent|0051|Houston Croquet C409|Active|TX1|Texas Commission on Environmental Quality|R6|29.623900|-95.474200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|NO2|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|TEMP|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|SRAD|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|NOX|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|NO|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|RWD|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|O3|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|PM2.5|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|RWS|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|WS|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010055|482010055|840482010055|WD|Permanent|0055|Houston Bayland Park C53/C146/C181|Active|TX1|Texas Commission on Environmental Quality|R6|29.695800|-95.499200|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010057|482010057|840482010057|TEMP|Permanent|0057|Galena Park C167|Active|TX1|Texas Commission on Environmental Quality|R6|29.734280|-95.238168|8.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010057|482010057|840482010057|WS|Permanent|0057|Galena Park C167|Active|TX1|Texas Commission on Environmental Quality|R6|29.734280|-95.238168|8.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010057|482010057|840482010057|WD|Permanent|0057|Galena Park C167|Active|TX1|Texas Commission on Environmental Quality|R6|29.734280|-95.238168|8.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010057|482010057|840482010057|RWD|Permanent|0057|Galena Park C167|Active|TX1|Texas Commission on Environmental Quality|R6|29.734280|-95.238168|8.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010057|482010057|840482010057|RWS|Permanent|0057|Galena Park C167|Active|TX1|Texas Commission on Environmental Quality|R6|29.734280|-95.238168|8.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010058|482010058|840482010058|WD|Permanent|0058|Baytown C148|Active|TX1|Texas Commission on Environmental Quality|R6|29.770800|-95.031100|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010058|482010058|840482010058|RWD|Permanent|0058|Baytown C148|Active|TX1|Texas Commission on Environmental Quality|R6|29.770800|-95.031100|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010058|482010058|840482010058|RWS|Permanent|0058|Baytown C148|Active|TX1|Texas Commission on Environmental Quality|R6|29.770800|-95.031100|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010058|482010058|840482010058|PM2.5|Permanent|0058|Baytown C148|Active|TX1|Texas Commission on Environmental Quality|R6|29.770800|-95.031100|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010058|482010058|840482010058|TEMP|Permanent|0058|Baytown C148|Active|TX1|Texas Commission on Environmental Quality|R6|29.770800|-95.031100|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010058|482010058|840482010058|WS|Permanent|0058|Baytown C148|Active|TX1|Texas Commission on Environmental Quality|R6|29.770800|-95.031100|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010060|482010060|840482010060|RWS|Permanent|0060|Houston Kirkpatrick C404|Active|TX1|Texas Commission on Environmental Quality|R6|29.806900|-95.284700|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010060|482010060|840482010060|TEMP|Permanent|0060|Houston Kirkpatrick C404|Active|TX1|Texas Commission on Environmental Quality|R6|29.806900|-95.284700|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010060|482010060|840482010060|WS|Permanent|0060|Houston Kirkpatrick C404|Active|TX1|Texas Commission on Environmental Quality|R6|29.806900|-95.284700|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010060|482010060|840482010060|WD|Permanent|0060|Houston Kirkpatrick C404|Active|TX1|Texas Commission on Environmental Quality|R6|29.806900|-95.284700|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010060|482010060|840482010060|RWD|Permanent|0060|Houston Kirkpatrick C404|Active|TX1|Texas Commission on Environmental Quality|R6|29.806900|-95.284700|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010061|482010061|840482010061|WD|Permanent|0061|Shore Acres C145|Active|TX1|Texas Commission on Environmental Quality|R6|29.614700|-95.018100|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010061|482010061|840482010061|RWD|Permanent|0061|Shore Acres C145|Active|TX1|Texas Commission on Environmental Quality|R6|29.614700|-95.018100|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010061|482010061|840482010061|RWS|Permanent|0061|Shore Acres C145|Active|TX1|Texas Commission on Environmental Quality|R6|29.614700|-95.018100|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010061|482010061|840482010061|TEMP|Permanent|0061|Shore Acres C145|Active|TX1|Texas Commission on Environmental Quality|R6|29.614700|-95.018100|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010061|482010061|840482010061|WS|Permanent|0061|Shore Acres C145|Active|TX1|Texas Commission on Environmental Quality|R6|29.614700|-95.018100|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010062|482010062|840482010062|PRECIP|Permanent|0062|Houston Monroe C406|Active|TX1|Texas Commission on Environmental Quality|R6|29.625600|-95.267200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010062|482010062|840482010062|O3|Permanent|0062|Houston Monroe C406|Active|TX1|Texas Commission on Environmental Quality|R6|29.625600|-95.267200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010062|482010062|840482010062|SO2|Permanent|0062|Houston Monroe C406|Active|TX1|Texas Commission on Environmental Quality|R6|29.625600|-95.267200||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010066|482010066|840482010066|PM2.5|Permanent|0066|Houston Westhollow C410|Active|TX1|Texas Commission on Environmental Quality|R6|29.723300|-95.635800||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010066|482010066|840482010066|TEMP|Permanent|0066|Houston Westhollow C410|Active|TX1|Texas Commission on Environmental Quality|R6|29.723300|-95.635800||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010066|482010066|840482010066|WS|Permanent|0066|Houston Westhollow C410|Active|TX1|Texas Commission on Environmental Quality|R6|29.723300|-95.635800||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010066|482010066|840482010066|WD|Permanent|0066|Houston Westhollow C410|Active|TX1|Texas Commission on Environmental Quality|R6|29.723300|-95.635800||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010066|482010066|840482010066|RWD|Permanent|0066|Houston Westhollow C410|Active|TX1|Texas Commission on Environmental Quality|R6|29.723300|-95.635800||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010066|482010066|840482010066|RWS|Permanent|0066|Houston Westhollow C410|Active|TX1|Texas Commission on Environmental Quality|R6|29.723300|-95.635800||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010066|482010066|840482010066|O3|Permanent|0066|Houston Westhollow C410|Active|TX1|Texas Commission on Environmental Quality|R6|29.723300|-95.635800||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010068|482010068|840482010068|TEMP|Permanent|0068|Houston Wharton C48|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.947800|-95.543100|36.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010068|482010068|840482010068|WS|Permanent|0068|Houston Wharton C48|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.947800|-95.543100|36.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010068|482010068|840482010068|WD|Permanent|0068|Houston Wharton C48|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.947800|-95.543100|36.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010068|482010068|840482010068|RWD|Permanent|0068|Houston Wharton C48|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.947800|-95.543100|36.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010068|482010068|840482010068|RWS|Permanent|0068|Houston Wharton C48|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.947800|-95.543100|36.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010069|482010069|840482010069|RWS|Permanent|0069|Houston Milby Park C169|Active|TX1|Texas Commission on Environmental Quality|R6|29.706400|-95.260600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010069|482010069|840482010069|TEMP|Permanent|0069|Houston Milby Park C169|Active|TX1|Texas Commission on Environmental Quality|R6|29.706400|-95.260600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010069|482010069|840482010069|WS|Permanent|0069|Houston Milby Park C169|Active|TX1|Texas Commission on Environmental Quality|R6|29.706400|-95.260600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010069|482010069|840482010069|WD|Permanent|0069|Houston Milby Park C169|Active|TX1|Texas Commission on Environmental Quality|R6|29.706400|-95.260600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010069|482010069|840482010069|RWD|Permanent|0069|Houston Milby Park C169|Active|TX1|Texas Commission on Environmental Quality|R6|29.706400|-95.260600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010070|482010070|840482010070|TEMP|Permanent|0070|Houston Regional Office C81|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.735300|-95.315600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010070|482010070|840482010070|WS|Permanent|0070|Houston Regional Office C81|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.735300|-95.315600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010070|482010070|840482010070|WD|Permanent|0070|Houston Regional Office C81|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.735300|-95.315600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010070|482010070|840482010070|SRAD|Permanent|0070|Houston Regional Office C81|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.735300|-95.315600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010070|482010070|840482010070|RWD|Permanent|0070|Houston Regional Office C81|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.735300|-95.315600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010070|482010070|840482010070|RWS|Permanent|0070|Houston Regional Office C81|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.735300|-95.315600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010070|482010070|840482010070|O3|Permanent|0070|Houston Regional Office C81|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.735300|-95.315600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010070|482010070|840482010070|SO2|Permanent|0070|Houston Regional Office C81|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.735300|-95.315600||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010075|482010075|840482010075|NOX|Permanent|0075|Houston Texas Avenue C411|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.752800|-95.350300||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010075|482010075|840482010075|NO|Permanent|0075|Houston Texas Avenue C411|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.752800|-95.350300||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010075|482010075|840482010075|O3|Permanent|0075|Houston Texas Avenue C411|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.752800|-95.350300||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010075|482010075|840482010075|NO2|Permanent|0075|Houston Texas Avenue C411|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.752800|-95.350300||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010075|482010075|840482010075|CO|Permanent|0075|Houston Texas Avenue C411|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.752800|-95.350300||-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010307|482010307|840482010307|TEMP|Permanent|0307|Houston Manchester C1029|Active|TX1|Texas Commission on Environmental Quality|R6|29.718799|-95.259909|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010307|482010307|840482010307|WS|Permanent|0307|Houston Manchester C1029|Active|TX1|Texas Commission on Environmental Quality|R6|29.718799|-95.259909|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010307|482010307|840482010307|WD|Permanent|0307|Houston Manchester C1029|Active|TX1|Texas Commission on Environmental Quality|R6|29.718799|-95.259909|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010307|482010307|840482010307|RWD|Permanent|0307|Houston Manchester C1029|Active|TX1|Texas Commission on Environmental Quality|R6|29.718799|-95.259909|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010307|482010307|840482010307|RWS|Permanent|0307|Houston Manchester C1029|Active|TX1|Texas Commission on Environmental Quality|R6|29.718799|-95.259909|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|BARPR|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|SRAD|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|NOX|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|O3|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|PM2.5|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|NO|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|PRECIP|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|RWD|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|RWS|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|WS|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|WD|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|NO2|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|CO|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|SO2|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|TEMP|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010416|482010416|840482010416|RHUM|Permanent|0416|Houston Park Place C416|Active|TX1|Texas Commission on Environmental Quality|R6|29.686390|-95.294724|9.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +840482010417|482010417|840482010417|O3|Permanent|0417|Houston Harvard Street|Active|TX1|Texas Commission on Environmental Quality|R6|29.772915|-95.395785|7.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010551|482010551|840482010551|O3|Permanent|0551|Sheldon C551|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.858600|-95.160300|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010552|482010552|840482010552|O3|Permanent|0552|Baytown Wetlands Center C552|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.733100|-94.984700|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010553|482010553|840482010553|O3|Permanent|0553|Crosby Library C553|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.920800|-95.068300|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010554|482010554|840482010554|O3|Permanent|0554|West Houston C554|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.833100|-95.656900|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010555|482010555|840482010555|O3|Permanent|0555|Kingwood Library C555|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.054701|-95.184998|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010556|482010556|840482010556|O3|Permanent|0556|La Porte Sylvan Beach C556|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.655278|-95.009722|4.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010556|482010556|840482010556|WS|Permanent|0556|La Porte Sylvan Beach C556|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.655278|-95.009722|4.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010556|482010556|840482010556|WD|Permanent|0556|La Porte Sylvan Beach C556|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.655278|-95.009722|4.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010556|482010556|840482010556|RWD|Permanent|0556|La Porte Sylvan Beach C556|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.655278|-95.009722|4.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010556|482010556|840482010556|RWS|Permanent|0556|La Porte Sylvan Beach C556|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.655278|-95.009722|4.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010557|482010557|840482010557|O3|Permanent|0557|Mercer Arboretum C557|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.038055|-95.381111|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010558|482010558|840482010558|O3|Permanent|0558|Tom Bass C558|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.590000|-95.353600|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010559|482010559|840482010559|O3|Permanent|0559|Katy Park C559|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.810600|-95.806100|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010560|482010560|840482010560|TEMP|Permanent|0560|Atascocita C560|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.961900|-95.235000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010560|482010560|840482010560|WS|Permanent|0560|Atascocita C560|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.961900|-95.235000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010560|482010560|840482010560|WD|Permanent|0560|Atascocita C560|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.961900|-95.235000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010560|482010560|840482010560|SRAD|Permanent|0560|Atascocita C560|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.961900|-95.235000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010560|482010560|840482010560|RWD|Permanent|0560|Atascocita C560|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.961900|-95.235000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010560|482010560|840482010560|RWS|Permanent|0560|Atascocita C560|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.961900|-95.235000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010560|482010560|840482010560|O3|Permanent|0560|Atascocita C560|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.961900|-95.235000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010561|482010561|840482010561|O3|Permanent|0561|Meyer Park C561|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.011669|-95.522499|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010562|482010562|840482010562|O3|Permanent|0562|Bunker Hill Village C562|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.778300|-95.538100|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010563|482010563|840482010563|O3|Permanent|0563|Huffman Road C563|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.057859|-95.061470|18.300|-6.00|US|||48|TX|201|HARRIS +482010570|482010570|840482010570|RHUM|Permanent|0570|Clear Brook High School C570|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.548900|-95.185300|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010570|482010570|840482010570|SRAD|Permanent|0570|Clear Brook High School C570|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.548900|-95.185300|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010570|482010570|840482010570|PRECIP|Permanent|0570|Clear Brook High School C570|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.548900|-95.185300|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010570|482010570|840482010570|RWS|Permanent|0570|Clear Brook High School C570|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.548900|-95.185300|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010570|482010570|840482010570|O3|Permanent|0570|Clear Brook High School C570|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.548900|-95.185300|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010570|482010570|840482010570|TEMP|Permanent|0570|Clear Brook High School C570|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.548900|-95.185300|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010570|482010570|840482010570|WS|Permanent|0570|Clear Brook High School C570|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.548900|-95.185300|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010570|482010570|840482010570|WD|Permanent|0570|Clear Brook High School C570|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.548900|-95.185300|13.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010572|482010572|840482010572|PRECIP|Permanent|0572|Clear Lake High School C572|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.583300|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010572|482010572|840482010572|O3|Permanent|0572|Clear Lake High School C572|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.583300|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010572|482010572|840482010572|PM2.5|Permanent|0572|Clear Lake High School C572|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.583300|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010572|482010572|840482010572|TEMP|Permanent|0572|Clear Lake High School C572|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.583300|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010572|482010572|840482010572|WS|Permanent|0572|Clear Lake High School C572|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.583300|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010572|482010572|840482010572|WD|Permanent|0572|Clear Lake High School C572|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.583300|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010572|482010572|840482010572|SRAD|Permanent|0572|Clear Lake High School C572|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.583300|-95.105000|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010617|482010617|840482010617|TEMP|Permanent|0617|Wallisville Road C617|Active|TX1|Texas Commission on Environmental Quality|R6|29.821400|-94.990000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010617|482010617|840482010617|WS|Permanent|0617|Wallisville Road C617|Active|TX1|Texas Commission on Environmental Quality|R6|29.821400|-94.990000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010617|482010617|840482010617|WD|Permanent|0617|Wallisville Road C617|Active|TX1|Texas Commission on Environmental Quality|R6|29.821400|-94.990000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010617|482010617|840482010617|RWD|Permanent|0617|Wallisville Road C617|Active|TX1|Texas Commission on Environmental Quality|R6|29.821400|-94.990000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010617|482010617|840482010617|RWS|Permanent|0617|Wallisville Road C617|Active|TX1|Texas Commission on Environmental Quality|R6|29.821400|-94.990000|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010803|482010803|840482010803|WD|Permanent|0803|HRM-3 Haden Road C603/C114|Active|TX1|Texas Commission on Environmental Quality|R6|29.764788|-95.178538|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010803|482010803|840482010803|RWD|Permanent|0803|HRM-3 Haden Road C603/C114|Active|TX1|Texas Commission on Environmental Quality|R6|29.764788|-95.178538|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010803|482010803|840482010803|RWS|Permanent|0803|HRM-3 Haden Road C603/C114|Active|TX1|Texas Commission on Environmental Quality|R6|29.764788|-95.178538|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010803|482010803|840482010803|TEMP|Permanent|0803|HRM-3 Haden Road C603/C114|Active|TX1|Texas Commission on Environmental Quality|R6|29.764788|-95.178538|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482010803|482010803|840482010803|WS|Permanent|0803|HRM-3 Haden Road C603/C114|Active|TX1|Texas Commission on Environmental Quality|R6|29.764788|-95.178538|7.600|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|O3|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|NO2|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|TEMP|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|WS|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|WD|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|SRAD|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|NOX|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|NO|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|RWD|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011015|482011015|840482011015|RWS|Permanent|1015|Lynchburg Ferry C1015|Active|TX1|Texas Commission on Environmental Quality|R6|29.764400|-95.078100|390.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011017|482011017|840482011017|RWD|Permanent|1017|Baytown Garth C1017|Active|TX1|Texas Commission on Environmental Quality|R6|29.823319|-94.983786|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011017|482011017|840482011017|RWS|Permanent|1017|Baytown Garth C1017|Active|TX1|Texas Commission on Environmental Quality|R6|29.823319|-94.983786|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011017|482011017|840482011017|O3|Permanent|1017|Baytown Garth C1017|Active|TX1|Texas Commission on Environmental Quality|R6|29.823319|-94.983786|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011017|482011017|840482011017|SO2|Permanent|1017|Baytown Garth C1017|Active|TX1|Texas Commission on Environmental Quality|R6|29.823319|-94.983786|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011017|482011017|840482011017|TEMP|Permanent|1017|Baytown Garth C1017|Active|TX1|Texas Commission on Environmental Quality|R6|29.823319|-94.983786|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011017|482011017|840482011017|WS|Permanent|1017|Baytown Garth C1017|Active|TX1|Texas Commission on Environmental Quality|R6|29.823319|-94.983786|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011017|482011017|840482011017|WD|Permanent|1017|Baytown Garth C1017|Active|TX1|Texas Commission on Environmental Quality|R6|29.823319|-94.983786|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011017|482011017|840482011017|SRAD|Permanent|1017|Baytown Garth C1017|Active|TX1|Texas Commission on Environmental Quality|R6|29.823319|-94.983786|12.200|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|PM2.5|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|TEMP|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|WS|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|WD|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|NOX|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|NO|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|O3|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|RWD|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|RWS|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011034|482011034|840482011034|NO2|Permanent|1034|Houston East C1|Active|TX1|Texas Commission on Environmental Quality|R6|29.768100|-95.220600|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|CO|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|SO2|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|RHUM|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|BARPR|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|SRAD|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|O3|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|WS|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|WD|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|NOX|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|NO|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|PM2.5|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|NO2|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|PRECIP|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|RWD|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|RWS|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011035|482011035|840482011035|TEMP|Permanent|1035|Clinton C403|Active|TX1|Texas Commission on Environmental Quality|R6|29.733900|-95.257500|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|PM2.5|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|CO|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|SO2|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|NOY|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|TEMP|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|WS|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|NO2|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|RWD|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|RWS|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|PMC|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|WD|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|O3|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|RHUM|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|SRAD|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|NOX|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|NO|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011039|482011039|840482011039|DEWPOINT|Permanent|1039|Houston Deer Park C35|Active|TX1|Texas Commission on Environmental Quality|R6|29.670025|-95.128508|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011042|482011042|840482011042|PM2.5|Permanent|1042|Kingwood C309|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058300|-95.189700|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011042|482011042|840482011042|PRECIP|Permanent|1042|Kingwood C309|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058300|-95.189700|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011043|482011043|840482011043|TEMP|Permanent|1043|La Porte Airport C243|Active|TX1|Texas Commission on Environmental Quality|R6|29.666901|-95.063301|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011043|482011043|840482011043|WS|Permanent|1043|La Porte Airport C243|Active|TX1|Texas Commission on Environmental Quality|R6|29.666901|-95.063301|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011043|482011043|840482011043|WD|Permanent|1043|La Porte Airport C243|Active|TX1|Texas Commission on Environmental Quality|R6|29.666901|-95.063301|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011043|482011043|840482011043|PRECIP|Permanent|1043|La Porte Airport C243|Active|TX1|Texas Commission on Environmental Quality|R6|29.666901|-95.063301|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011043|482011043|840482011043|RWD|Permanent|1043|La Porte Airport C243|Active|TX1|Texas Commission on Environmental Quality|R6|29.666901|-95.063301|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011043|482011043|840482011043|RWS|Permanent|1043|La Porte Airport C243|Active|TX1|Texas Commission on Environmental Quality|R6|29.666901|-95.063301|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|TEMP|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|NO|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|RWD|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|O3|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|PM2.5|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|NO2|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|SO2|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|RWS|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|WS|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|WD|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|SRAD|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011050|482011050|840482011050|NOX|Permanent|1050|Seabrook Friendship Park C45|Active|TX1|Texas Commission on Environmental Quality|R6|29.583100|-95.015600|3.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011052|482011052|840482011052|PM2.5|Permanent|1052|Houston North Loop C1052|Active|TX1|Texas Commission on Environmental Quality|R6|29.814530|-95.387690|13.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011052|482011052|840482011052|NO2|Permanent|1052|Houston North Loop C1052|Active|TX1|Texas Commission on Environmental Quality|R6|29.814530|-95.387690|13.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011052|482011052|840482011052|RWS|Permanent|1052|Houston North Loop C1052|Active|TX1|Texas Commission on Environmental Quality|R6|29.814530|-95.387690|13.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011052|482011052|840482011052|CO|Permanent|1052|Houston North Loop C1052|Active|TX1|Texas Commission on Environmental Quality|R6|29.814530|-95.387690|13.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011052|482011052|840482011052|TEMP|Permanent|1052|Houston North Loop C1052|Active|TX1|Texas Commission on Environmental Quality|R6|29.814530|-95.387690|13.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011052|482011052|840482011052|WS|Permanent|1052|Houston North Loop C1052|Active|TX1|Texas Commission on Environmental Quality|R6|29.814530|-95.387690|13.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011052|482011052|840482011052|NOX|Permanent|1052|Houston North Loop C1052|Active|TX1|Texas Commission on Environmental Quality|R6|29.814530|-95.387690|13.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011052|482011052|840482011052|NO|Permanent|1052|Houston North Loop C1052|Active|TX1|Texas Commission on Environmental Quality|R6|29.814530|-95.387690|13.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011052|482011052|840482011052|RWD|Permanent|1052|Houston North Loop C1052|Active|TX1|Texas Commission on Environmental Quality|R6|29.814530|-95.387690|13.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011066|482011066|840482011066|NO2|Permanent|1066|Houston SW Frwy C1066|Active|TX1|Texas Commission on Environmental Quality|R6|29.721600|-95.492650|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011066|482011066|840482011066|TEMP|Permanent|1066|Houston SW Frwy C1066|Active|TX1|Texas Commission on Environmental Quality|R6|29.721600|-95.492650|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011066|482011066|840482011066|NOX|Permanent|1066|Houston SW Frwy C1066|Active|TX1|Texas Commission on Environmental Quality|R6|29.721600|-95.492650|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011066|482011066|840482011066|NO|Permanent|1066|Houston SW Frwy C1066|Active|TX1|Texas Commission on Environmental Quality|R6|29.721600|-95.492650|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011066|482011066|840482011066|RWD|Permanent|1066|Houston SW Frwy C1066|Active|TX1|Texas Commission on Environmental Quality|R6|29.721600|-95.492650|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482011066|482011066|840482011066|RWS|Permanent|1066|Houston SW Frwy C1066|Active|TX1|Texas Commission on Environmental Quality|R6|29.721600|-95.492650|18.300|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482016000|482016000|840482016000|TEMP|Permanent|6000|Houston Caesar Chavez C175|Active|TX1|Texas Commission on Environmental Quality|R6|29.684200|-95.253300|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482016000|482016000|840482016000|WS|Permanent|6000|Houston Caesar Chavez C175|Active|TX1|Texas Commission on Environmental Quality|R6|29.684200|-95.253300|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482016000|482016000|840482016000|WD|Permanent|6000|Houston Caesar Chavez C175|Active|TX1|Texas Commission on Environmental Quality|R6|29.684200|-95.253300|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482016000|482016000|840482016000|RWD|Permanent|6000|Houston Caesar Chavez C175|Active|TX1|Texas Commission on Environmental Quality|R6|29.684200|-95.253300|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482016000|482016000|840482016000|RWS|Permanent|6000|Houston Caesar Chavez C175|Active|TX1|Texas Commission on Environmental Quality|R6|29.684200|-95.253300|6.100|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|201|HARRIS +482019999|482019999|840482019999|WD|Permanent|9999|Houston|Active|TX1|Texas Commission on Environmental Quality|R6|29.721635|-95.385685||-6.00|US|||48|TX|201|HARRIS +482019999|482019999|840482019999|RHUM|Permanent|9999|Houston|Active|TX1|Texas Commission on Environmental Quality|R6|29.721635|-95.385685||-6.00|US|||48|TX|201|HARRIS +482019999|482019999|840482019999|TEMP|Permanent|9999|Houston|Active|TX1|Texas Commission on Environmental Quality|R6|29.721635|-95.385685||-6.00|US|||48|TX|201|HARRIS +482019999|482019999|840482019999|WS|Permanent|9999|Houston|Active|TX1|Texas Commission on Environmental Quality|R6|29.721635|-95.385685||-6.00|US|||48|TX|201|HARRIS +482030002|482030002|840482030002|WS|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|RWD|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|RWS|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|NOX|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|NO|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|O3|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|PM2.5|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|NO2|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|TEMP|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|WD|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482030002|482030002|840482030002|SRAD|Permanent|0002|Karnack C85|Active|TX1|Texas Commission on Environmental Quality|R6|32.670600|-94.168100||-6.00|US|32220| Marshall, TX |48|TX|203|HARRISON +482031079|482031079|840482031079|RWD|Permanent|1079|Hallsville Red Oak Road|Active|TX1|Texas Commission on Environmental Quality|R6|32.470200|-94.481500|119.900|-6.00|US|30980| Longview, TX |48|TX|203|HARRISON +482031079|482031079|840482031079|RWS|Permanent|1079|Hallsville Red Oak Road|Active|TX1|Texas Commission on Environmental Quality|R6|32.470200|-94.481500|119.900|-6.00|US|30980| Longview, TX |48|TX|203|HARRISON +482031079|482031079|840482031079|SO2|Permanent|1079|Hallsville Red Oak Road|Active|TX1|Texas Commission on Environmental Quality|R6|32.470200|-94.481500|119.900|-6.00|US|30980| Longview, TX |48|TX|203|HARRISON +482031079|482031079|840482031079|TEMP|Permanent|1079|Hallsville Red Oak Road|Active|TX1|Texas Commission on Environmental Quality|R6|32.470200|-94.481500|119.900|-6.00|US|30980| Longview, TX |48|TX|203|HARRISON +482031079|482031079|840482031079|WS|Permanent|1079|Hallsville Red Oak Road|Active|TX1|Texas Commission on Environmental Quality|R6|32.470200|-94.481500|119.900|-6.00|US|30980| Longview, TX |48|TX|203|HARRISON +482031079|482031079|840482031079|WD|Permanent|1079|Hallsville Red Oak Road|Active|TX1|Texas Commission on Environmental Quality|R6|32.470200|-94.481500|119.900|-6.00|US|30980| Longview, TX |48|TX|203|HARRISON +482090614|482090614|840482090614|O3|Permanent|0614|Dripping Springs C614|Active|CAP|Capital Area Council of Governments|R6|30.214636|-98.083311|355.000|-6.00|US|12420| Austin-Round Rock, TX |48|TX|209|HAYS +482090675|482090675|840482090675|O3|Permanent|0675|San Marcos C675|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.890800|-97.948303|225.700|-6.00|US|12420| Austin-Round Rock, TX |48|TX|209|HAYS +482090675|482090675|840482090675|WS|Permanent|0675|San Marcos C675|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.890800|-97.948303|225.700|-6.00|US|12420| Austin-Round Rock, TX |48|TX|209|HAYS +482090675|482090675|840482090675|WD|Permanent|0675|San Marcos C675|Inactive|TX1|Texas Commission on Environmental Quality|R6|29.890800|-97.948303|225.700|-6.00|US|12420| Austin-Round Rock, TX |48|TX|209|HAYS +482091675|482091675|840482091675|O3|Permanent|1675|San Marcos Staples Rd C1675|Active|CAP|Capital Area Council of Governments|R6|29.862294|-97.928894|183.000|-6.00|US|12420| Austin-Round Rock, TX |48|TX|209|HAYS +482150043|482150043|840482150043|WS|Permanent|0043|Mission C43|Active|TX1|Texas Commission on Environmental Quality|R6|26.226226|-98.291070|39.700|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482150043|482150043|840482150043|WD|Permanent|0043|Mission C43|Active|TX1|Texas Commission on Environmental Quality|R6|26.226226|-98.291070|39.700|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482150043|482150043|840482150043|SRAD|Permanent|0043|Mission C43|Active|TX1|Texas Commission on Environmental Quality|R6|26.226226|-98.291070|39.700|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482150043|482150043|840482150043|RWD|Permanent|0043|Mission C43|Active|TX1|Texas Commission on Environmental Quality|R6|26.226226|-98.291070|39.700|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482150043|482150043|840482150043|RWS|Permanent|0043|Mission C43|Active|TX1|Texas Commission on Environmental Quality|R6|26.226226|-98.291070|39.700|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482150043|482150043|840482150043|O3|Permanent|0043|Mission C43|Active|TX1|Texas Commission on Environmental Quality|R6|26.226226|-98.291070|39.700|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482150043|482150043|840482150043|PM2.5|Permanent|0043|Mission C43|Active|TX1|Texas Commission on Environmental Quality|R6|26.226226|-98.291070|39.700|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482150043|482150043|840482150043|PM10|Permanent|0043|Mission C43|Active|TX1|Texas Commission on Environmental Quality|R6|26.226226|-98.291070|39.700|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482150043|482150043|840482150043|TEMP|Permanent|0043|Mission C43|Active|TX1|Texas Commission on Environmental Quality|R6|26.226226|-98.291070|39.700|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151046|482151046|840482151046|PM2.5|Permanent|1046|Edinburg C1046|Active|TX1|Texas Commission on Environmental Quality|R6|26.288622|-98.152066|9.800|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151046|482151046|840482151046|TEMP|Permanent|1046|Edinburg C1046|Active|TX1|Texas Commission on Environmental Quality|R6|26.288622|-98.152066|9.800|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151046|482151046|840482151046|WS|Permanent|1046|Edinburg C1046|Active|TX1|Texas Commission on Environmental Quality|R6|26.288622|-98.152066|9.800|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151046|482151046|840482151046|WD|Permanent|1046|Edinburg C1046|Active|TX1|Texas Commission on Environmental Quality|R6|26.288622|-98.152066|9.800|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151046|482151046|840482151046|RWD|Permanent|1046|Edinburg C1046|Active|TX1|Texas Commission on Environmental Quality|R6|26.288622|-98.152066|9.800|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151046|482151046|840482151046|RWS|Permanent|1046|Edinburg C1046|Active|TX1|Texas Commission on Environmental Quality|R6|26.288622|-98.152066|9.800|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151048|482151048|840482151048|SRAD|Permanent|1048|Mercedes C1048|Inactive|TX1|Texas Commission on Environmental Quality|R6|26.130800|-97.937200|18.300|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151048|482151048|840482151048|RWD|Permanent|1048|Mercedes C1048|Inactive|TX1|Texas Commission on Environmental Quality|R6|26.130800|-97.937200|18.300|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151048|482151048|840482151048|RWS|Permanent|1048|Mercedes C1048|Inactive|TX1|Texas Commission on Environmental Quality|R6|26.130800|-97.937200|18.300|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151048|482151048|840482151048|O3|Permanent|1048|Mercedes C1048|Inactive|TX1|Texas Commission on Environmental Quality|R6|26.130800|-97.937200|18.300|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151048|482151048|840482151048|TEMP|Permanent|1048|Mercedes C1048|Inactive|TX1|Texas Commission on Environmental Quality|R6|26.130800|-97.937200|18.300|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151048|482151048|840482151048|WS|Permanent|1048|Mercedes C1048|Inactive|TX1|Texas Commission on Environmental Quality|R6|26.130800|-97.937200|18.300|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482151048|482151048|840482151048|WD|Permanent|1048|Mercedes C1048|Inactive|TX1|Texas Commission on Environmental Quality|R6|26.130800|-97.937200|18.300|-6.00|US|32580| McAllen-Edinburg-Mission, TX |48|TX|215|HIDALGO +482210001|482210001|840482210001|WS|Permanent|0001|Granbury C73|Active|TX1|Texas Commission on Environmental Quality|R6|32.441900|-97.803300||-6.00|US|24180| Granbury, TX |48|TX|221|HOOD +482210001|482210001|840482210001|WD|Permanent|0001|Granbury C73|Active|TX1|Texas Commission on Environmental Quality|R6|32.441900|-97.803300||-6.00|US|24180| Granbury, TX |48|TX|221|HOOD +482210001|482210001|840482210001|SRAD|Permanent|0001|Granbury C73|Active|TX1|Texas Commission on Environmental Quality|R6|32.441900|-97.803300||-6.00|US|24180| Granbury, TX |48|TX|221|HOOD +482210001|482210001|840482210001|RWD|Permanent|0001|Granbury C73|Active|TX1|Texas Commission on Environmental Quality|R6|32.441900|-97.803300||-6.00|US|24180| Granbury, TX |48|TX|221|HOOD +482210001|482210001|840482210001|RWS|Permanent|0001|Granbury C73|Active|TX1|Texas Commission on Environmental Quality|R6|32.441900|-97.803300||-6.00|US|24180| Granbury, TX |48|TX|221|HOOD +482210001|482210001|840482210001|O3|Permanent|0001|Granbury C73|Active|TX1|Texas Commission on Environmental Quality|R6|32.441900|-97.803300||-6.00|US|24180| Granbury, TX |48|TX|221|HOOD +482210001|482210001|840482210001|TEMP|Permanent|0001|Granbury C73|Active|TX1|Texas Commission on Environmental Quality|R6|32.441900|-97.803300||-6.00|US|24180| Granbury, TX |48|TX|221|HOOD +482271072|482271072|840482271072|RWS|Permanent|1072|Big Spring Midway|Active|TX1|Texas Commission on Environmental Quality|R6|32.280278|-101.407222|726.200|-6.00|US|33260| Midland, TX |48|TX|227|HOWARD +482271072|482271072|840482271072|SO2|Permanent|1072|Big Spring Midway|Active|TX1|Texas Commission on Environmental Quality|R6|32.280278|-101.407222|726.200|-6.00|US|33260| Midland, TX |48|TX|227|HOWARD +482271072|482271072|840482271072|TEMP|Permanent|1072|Big Spring Midway|Active|TX1|Texas Commission on Environmental Quality|R6|32.280278|-101.407222|726.200|-6.00|US|33260| Midland, TX |48|TX|227|HOWARD +482271072|482271072|840482271072|WS|Permanent|1072|Big Spring Midway|Active|TX1|Texas Commission on Environmental Quality|R6|32.280278|-101.407222|726.200|-6.00|US|33260| Midland, TX |48|TX|227|HOWARD +482271072|482271072|840482271072|RWD|Permanent|1072|Big Spring Midway|Active|TX1|Texas Commission on Environmental Quality|R6|32.280278|-101.407222|726.200|-6.00|US|33260| Midland, TX |48|TX|227|HOWARD +482311006|482311006|840482311006|O3|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482311006|482311006|840482311006|NO2|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482311006|482311006|840482311006|RWD|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482311006|482311006|840482311006|RWS|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482311006|482311006|840482311006|TEMP|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482311006|482311006|840482311006|WS|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482311006|482311006|840482311006|WD|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482311006|482311006|840482311006|SRAD|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482311006|482311006|840482311006|NOX|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482311006|482311006|840482311006|NO|Permanent|1006|Greenville C1006/198|Active|TX1|Texas Commission on Environmental Quality|R6|33.153077|-96.115561|160.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|231|HUNT +482331073|482331073|840482331073|SO2|Permanent|1073|Borger FM 1559|Active|TX1|Texas Commission on Environmental Quality|R6|35.676128|-101.439670|945.800|-6.00|US|11100| Amarillo, TX |48|TX|233|HUTCHINSON +482331073|482331073|840482331073|TEMP|Permanent|1073|Borger FM 1559|Active|TX1|Texas Commission on Environmental Quality|R6|35.676128|-101.439670|945.800|-6.00|US|11100| Amarillo, TX |48|TX|233|HUTCHINSON +482331073|482331073|840482331073|WS|Permanent|1073|Borger FM 1559|Active|TX1|Texas Commission on Environmental Quality|R6|35.676128|-101.439670|945.800|-6.00|US|11100| Amarillo, TX |48|TX|233|HUTCHINSON +482331073|482331073|840482331073|RWD|Permanent|1073|Borger FM 1559|Active|TX1|Texas Commission on Environmental Quality|R6|35.676128|-101.439670|945.800|-6.00|US|11100| Amarillo, TX |48|TX|233|HUTCHINSON +482331073|482331073|840482331073|RWS|Permanent|1073|Borger FM 1559|Active|TX1|Texas Commission on Environmental Quality|R6|35.676128|-101.439670|945.800|-6.00|US|11100| Amarillo, TX |48|TX|233|HUTCHINSON +482430004|482430004|840482430004|RWS|Permanent|0004|McDonald Observatory C317|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.667800|-104.085300|1830.000|-6.00|US|||48|TX|243|JEFF DAVIS +482430004|482430004|840482430004|PM2.5|Permanent|0004|McDonald Observatory C317|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.667800|-104.085300|1830.000|-6.00|US|||48|TX|243|JEFF DAVIS +482430004|482430004|840482430004|TEMP|Permanent|0004|McDonald Observatory C317|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.667800|-104.085300|1830.000|-6.00|US|||48|TX|243|JEFF DAVIS +482430004|482430004|840482430004|WS|Permanent|0004|McDonald Observatory C317|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.667800|-104.085300|1830.000|-6.00|US|||48|TX|243|JEFF DAVIS +482430004|482430004|840482430004|WD|Permanent|0004|McDonald Observatory C317|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.667800|-104.085300|1830.000|-6.00|US|||48|TX|243|JEFF DAVIS +482430004|482430004|840482430004|RWD|Permanent|0004|McDonald Observatory C317|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.667800|-104.085300|1830.000|-6.00|US|||48|TX|243|JEFF DAVIS +482450009|482450009|840482450009|SRAD|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|NOX|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|NO|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|RWD|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|RWS|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|O3|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|NO2|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|SO2|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|TEMP|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|WS|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450009|482450009|840482450009|WD|Permanent|0009|Beaumont C2/C112|Active|TX1|Texas Commission on Environmental Quality|R6|30.039400|-94.074700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450011|482450011|840482450011|WD|Permanent|0011|Port Arthur West C28/C128/C228|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.987500||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450011|482450011|840482450011|SRAD|Permanent|0011|Port Arthur West C28/C128/C228|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.987500||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450011|482450011|840482450011|RWD|Permanent|0011|Port Arthur West C28/C128/C228|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.987500||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450011|482450011|840482450011|RWS|Permanent|0011|Port Arthur West C28/C128/C228|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.987500||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450011|482450011|840482450011|O3|Permanent|0011|Port Arthur West C28/C128/C228|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.987500||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450011|482450011|840482450011|SO2|Permanent|0011|Port Arthur West C28/C128/C228|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.987500||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450011|482450011|840482450011|TEMP|Permanent|0011|Port Arthur West C28/C128/C228|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.987500||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450011|482450011|840482450011|WS|Permanent|0011|Port Arthur West C28/C128/C228|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.987500||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450014|482450014|840482450014|WD|Permanent|0014|Groves C119|Active|TX1|Texas Commission on Environmental Quality|R6|29.961400|-93.896400|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450014|482450014|840482450014|RWD|Permanent|0014|Groves C119|Active|TX1|Texas Commission on Environmental Quality|R6|29.961400|-93.896400|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450014|482450014|840482450014|RWS|Permanent|0014|Groves C119|Active|TX1|Texas Commission on Environmental Quality|R6|29.961400|-93.896400|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450014|482450014|840482450014|TEMP|Permanent|0014|Groves C119|Active|TX1|Texas Commission on Environmental Quality|R6|29.961400|-93.896400|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450014|482450014|840482450014|WS|Permanent|0014|Groves C119|Active|TX1|Texas Commission on Environmental Quality|R6|29.961400|-93.896400|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450017|482450017|840482450017|WD|Permanent|0017|Port Neches C136|Active|TX1|Texas Commission on Environmental Quality|R6|29.990800|-93.953300|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450017|482450017|840482450017|RWD|Permanent|0017|Port Neches C136|Active|TX1|Texas Commission on Environmental Quality|R6|29.990800|-93.953300|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450017|482450017|840482450017|RWS|Permanent|0017|Port Neches C136|Active|TX1|Texas Commission on Environmental Quality|R6|29.990800|-93.953300|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450017|482450017|840482450017|TEMP|Permanent|0017|Port Neches C136|Active|TX1|Texas Commission on Environmental Quality|R6|29.990800|-93.953300|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450017|482450017|840482450017|WS|Permanent|0017|Port Neches C136|Active|TX1|Texas Commission on Environmental Quality|R6|29.990800|-93.953300|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450018|482450018|840482450018|WD|Permanent|0018|Jefferson Co. Airport C1019|Active|TX1|Texas Commission on Environmental Quality|R6|29.942800|-94.000800|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450018|482450018|840482450018|PRECIP|Permanent|0018|Jefferson Co. Airport C1019|Active|TX1|Texas Commission on Environmental Quality|R6|29.942800|-94.000800|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450018|482450018|840482450018|RWD|Permanent|0018|Jefferson Co. Airport C1019|Active|TX1|Texas Commission on Environmental Quality|R6|29.942800|-94.000800|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450018|482450018|840482450018|RWS|Permanent|0018|Jefferson Co. Airport C1019|Active|TX1|Texas Commission on Environmental Quality|R6|29.942800|-94.000800|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450018|482450018|840482450018|TEMP|Permanent|0018|Jefferson Co. Airport C1019|Active|TX1|Texas Commission on Environmental Quality|R6|29.942800|-94.000800|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450018|482450018|840482450018|WS|Permanent|0018|Jefferson Co. Airport C1019|Active|TX1|Texas Commission on Environmental Quality|R6|29.942800|-94.000800|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450019|482450019|840482450019|TEMP|Permanent|0019|City Service Center C131|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.979200|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450019|482450019|840482450019|WS|Permanent|0019|City Service Center C131|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.979200|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450019|482450019|840482450019|WD|Permanent|0019|City Service Center C131|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.979200|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450019|482450019|840482450019|RWD|Permanent|0019|City Service Center C131|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.979200|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450019|482450019|840482450019|RWS|Permanent|0019|City Service Center C131|Active|TX1|Texas Commission on Environmental Quality|R6|29.894200|-93.979200|3.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450021|482450021|840482450021|RWS|Permanent|0021|Thomas Jefferson School C303|Active|TX1|Texas Commission on Environmental Quality|R6|29.921900|-93.913900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450021|482450021|840482450021|PM2.5|Permanent|0021|Thomas Jefferson School C303|Active|TX1|Texas Commission on Environmental Quality|R6|29.921900|-93.913900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450021|482450021|840482450021|RWD|Permanent|0021|Thomas Jefferson School C303|Active|TX1|Texas Commission on Environmental Quality|R6|29.921900|-93.913900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|RWS|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|O3|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|PM2.5|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|NO2|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|TEMP|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|WS|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|WD|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|SRAD|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|NOX|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|NO|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450022|482450022|840482450022|RWD|Permanent|0022|Hamshire C64|Active|TX1|Texas Commission on Environmental Quality|R6|29.863952|-94.317800|4.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450101|482450101|840482450101|NO|Permanent|0101|SETRPC 40 Sabine Pass C640|Active|TX1|Texas Commission on Environmental Quality|R6|29.718100|-93.896900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450101|482450101|840482450101|RWD|Permanent|0101|SETRPC 40 Sabine Pass C640|Active|TX1|Texas Commission on Environmental Quality|R6|29.718100|-93.896900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450101|482450101|840482450101|RWS|Permanent|0101|SETRPC 40 Sabine Pass C640|Active|TX1|Texas Commission on Environmental Quality|R6|29.718100|-93.896900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450101|482450101|840482450101|O3|Permanent|0101|SETRPC 40 Sabine Pass C640|Active|TX1|Texas Commission on Environmental Quality|R6|29.718100|-93.896900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450101|482450101|840482450101|NOY|Permanent|0101|SETRPC 40 Sabine Pass C640|Active|TX1|Texas Commission on Environmental Quality|R6|29.718100|-93.896900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450101|482450101|840482450101|TEMP|Permanent|0101|SETRPC 40 Sabine Pass C640|Active|TX1|Texas Commission on Environmental Quality|R6|29.718100|-93.896900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450101|482450101|840482450101|WS|Permanent|0101|SETRPC 40 Sabine Pass C640|Active|TX1|Texas Commission on Environmental Quality|R6|29.718100|-93.896900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450101|482450101|840482450101|WD|Permanent|0101|SETRPC 40 Sabine Pass C640|Active|TX1|Texas Commission on Environmental Quality|R6|29.718100|-93.896900||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450102|482450102|840482450102|RWS|Permanent|0102|SETRPC 43 Jefferson Co Airport C643|Active|TX1|Texas Commission on Environmental Quality|R6|29.942500|-94.000600||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450102|482450102|840482450102|O3|Permanent|0102|SETRPC 43 Jefferson Co Airport C643|Active|TX1|Texas Commission on Environmental Quality|R6|29.942500|-94.000600||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450102|482450102|840482450102|TEMP|Permanent|0102|SETRPC 43 Jefferson Co Airport C643|Active|TX1|Texas Commission on Environmental Quality|R6|29.942500|-94.000600||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450102|482450102|840482450102|WS|Permanent|0102|SETRPC 43 Jefferson Co Airport C643|Active|TX1|Texas Commission on Environmental Quality|R6|29.942500|-94.000600||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450102|482450102|840482450102|WD|Permanent|0102|SETRPC 43 Jefferson Co Airport C643|Active|TX1|Texas Commission on Environmental Quality|R6|29.942500|-94.000600||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450102|482450102|840482450102|SRAD|Permanent|0102|SETRPC 43 Jefferson Co Airport C643|Active|TX1|Texas Commission on Environmental Quality|R6|29.942500|-94.000600||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450102|482450102|840482450102|RWD|Permanent|0102|SETRPC 43 Jefferson Co Airport C643|Active|TX1|Texas Commission on Environmental Quality|R6|29.942500|-94.000600||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450628|482450628|840482450628|O3|Permanent|0628|SETRPC Port Arthur C628|Active|TX1|Texas Commission on Environmental Quality|R6|29.865000|-93.955000||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450628|482450628|840482450628|TEMP|Permanent|0628|SETRPC Port Arthur C628|Active|TX1|Texas Commission on Environmental Quality|R6|29.865000|-93.955000||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450628|482450628|840482450628|WS|Permanent|0628|SETRPC Port Arthur C628|Active|TX1|Texas Commission on Environmental Quality|R6|29.865000|-93.955000||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450628|482450628|840482450628|WD|Permanent|0628|SETRPC Port Arthur C628|Active|TX1|Texas Commission on Environmental Quality|R6|29.865000|-93.955000||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450628|482450628|840482450628|RWD|Permanent|0628|SETRPC Port Arthur C628|Active|TX1|Texas Commission on Environmental Quality|R6|29.865000|-93.955000||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482450628|482450628|840482450628|RWS|Permanent|0628|SETRPC Port Arthur C628|Active|TX1|Texas Commission on Environmental Quality|R6|29.865000|-93.955000||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|RWD|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|RWS|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|RHUM|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|BARPR|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|SRAD|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|NOX|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|CO|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|TEMP|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|WS|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|WD|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|NO|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|DEWPOINT|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|O3|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451035|482451035|840482451035|NO2|Permanent|1035|Nederland C1035|Active|TX1|Texas Commission on Environmental Quality|R6|29.978600|-94.011100|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451050|482451050|840482451050|RWD|Permanent|1050|Beaumont Mary C1050|Active|TX1|Texas Commission on Environmental Quality|R6|30.067316|-94.090912|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451050|482451050|840482451050|RWS|Permanent|1050|Beaumont Mary C1050|Active|TX1|Texas Commission on Environmental Quality|R6|30.067316|-94.090912|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451050|482451050|840482451050|H2S|Permanent|1050|Beaumont Mary C1050|Active|TX1|Texas Commission on Environmental Quality|R6|30.067316|-94.090912|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451050|482451050|840482451050|PM2.5|Permanent|1050|Beaumont Mary C1050|Active|TX1|Texas Commission on Environmental Quality|R6|30.067316|-94.090912|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451050|482451050|840482451050|SO2|Permanent|1050|Beaumont Mary C1050|Active|TX1|Texas Commission on Environmental Quality|R6|30.067316|-94.090912|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451050|482451050|840482451050|TEMP|Permanent|1050|Beaumont Mary C1050|Active|TX1|Texas Commission on Environmental Quality|R6|30.067316|-94.090912|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451050|482451050|840482451050|WS|Permanent|1050|Beaumont Mary C1050|Active|TX1|Texas Commission on Environmental Quality|R6|30.067316|-94.090912|6.100|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451071|482451071|840482451071|TEMP|Permanent|1071|Port Arthur 7th Street|Active|TX1|Texas Commission on Environmental Quality|R6|29.848550|-93.962194||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451071|482451071|840482451071|WS|Permanent|1071|Port Arthur 7th Street|Active|TX1|Texas Commission on Environmental Quality|R6|29.848550|-93.962194||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451071|482451071|840482451071|WD|Permanent|1071|Port Arthur 7th Street|Active|TX1|Texas Commission on Environmental Quality|R6|29.848550|-93.962194||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451071|482451071|840482451071|RWD|Permanent|1071|Port Arthur 7th Street|Active|TX1|Texas Commission on Environmental Quality|R6|29.848550|-93.962194||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451071|482451071|840482451071|RWS|Permanent|1071|Port Arthur 7th Street|Active|TX1|Texas Commission on Environmental Quality|R6|29.848550|-93.962194||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482451071|482451071|840482451071|SO2|Permanent|1071|Port Arthur 7th Street|Active|TX1|Texas Commission on Environmental Quality|R6|29.848550|-93.962194||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|245|JEFFERSON +482510003|482510003|840482510003|WD|Permanent|0003|Cleburne Airport C77|Active|TX1|Texas Commission on Environmental Quality|R6|32.353593|-97.436748|250.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482510003|482510003|840482510003|SRAD|Permanent|0003|Cleburne Airport C77|Active|TX1|Texas Commission on Environmental Quality|R6|32.353593|-97.436748|250.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482510003|482510003|840482510003|RWD|Permanent|0003|Cleburne Airport C77|Active|TX1|Texas Commission on Environmental Quality|R6|32.353593|-97.436748|250.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482510003|482510003|840482510003|RWS|Permanent|0003|Cleburne Airport C77|Active|TX1|Texas Commission on Environmental Quality|R6|32.353593|-97.436748|250.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482510003|482510003|840482510003|O3|Permanent|0003|Cleburne Airport C77|Active|TX1|Texas Commission on Environmental Quality|R6|32.353593|-97.436748|250.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482510003|482510003|840482510003|TEMP|Permanent|0003|Cleburne Airport C77|Active|TX1|Texas Commission on Environmental Quality|R6|32.353593|-97.436748|250.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482510003|482510003|840482510003|WS|Permanent|0003|Cleburne Airport C77|Active|TX1|Texas Commission on Environmental Quality|R6|32.353593|-97.436748|250.100|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511008|482511008|840482511008|TEMP|Permanent|1008|Johnson County Luisa C1008|Active|TX1|Texas Commission on Environmental Quality|R6|32.470156|-97.169116|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511008|482511008|840482511008|RWD|Permanent|1008|Johnson County Luisa C1008|Active|TX1|Texas Commission on Environmental Quality|R6|32.470156|-97.169116|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511008|482511008|840482511008|RWS|Permanent|1008|Johnson County Luisa C1008|Active|TX1|Texas Commission on Environmental Quality|R6|32.470156|-97.169116|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511063|482511063|840482511063|RWD|Permanent|1063|Mansfield Flying L Lane C1063|Active|TX1|Texas Commission on Environmental Quality|R6|32.541800|-97.117500|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511063|482511063|840482511063|RWS|Permanent|1063|Mansfield Flying L Lane C1063|Active|TX1|Texas Commission on Environmental Quality|R6|32.541800|-97.117500|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511063|482511063|840482511063|TEMP|Permanent|1063|Mansfield Flying L Lane C1063|Active|TX1|Texas Commission on Environmental Quality|R6|32.541800|-97.117500|195.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511501|482511501|840482511501|TEMP|Permanent|1501|Godley FM2331 C1501|Active|TX1|Texas Commission on Environmental Quality|R6|32.481821|-97.526759|305.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511501|482511501|840482511501|BARPR|Permanent|1501|Godley FM2331 C1501|Active|TX1|Texas Commission on Environmental Quality|R6|32.481821|-97.526759|305.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511501|482511501|840482511501|RWD|Permanent|1501|Godley FM2331 C1501|Active|TX1|Texas Commission on Environmental Quality|R6|32.481821|-97.526759|305.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482511501|482511501|840482511501|RWS|Permanent|1501|Godley FM2331 C1501|Active|TX1|Texas Commission on Environmental Quality|R6|32.481821|-97.526759|305.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|251|JOHNSON +482570005|482570005|840482570005|NOX|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|NO|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|DEWPOINT|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|WS|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|RWD|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|RWS|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|SO2|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|TEMP|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|WD|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|RHUM|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|SRAD|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|O3|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|PM2.5|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482570005|482570005|840482570005|NO2|Permanent|0005|Kaufman C71|Active|TX1|Texas Commission on Environmental Quality|R6|32.565000|-96.317500||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|257|KAUFMAN +482730314|482730314|840482730314|PM2.5|Permanent|0314|Corpus Christi - National Seashore C314|Active|TX1|Texas Commission on Environmental Quality|R6|27.426900|-97.298600|390.400|-6.00|US|28780| Kingsville, TX |48|TX|273|KLEBERG +482730314|482730314|840482730314|TEMP|Permanent|0314|Corpus Christi - National Seashore C314|Active|TX1|Texas Commission on Environmental Quality|R6|27.426900|-97.298600|390.400|-6.00|US|28780| Kingsville, TX |48|TX|273|KLEBERG +482730314|482730314|840482730314|WS|Permanent|0314|Corpus Christi - National Seashore C314|Active|TX1|Texas Commission on Environmental Quality|R6|27.426900|-97.298600|390.400|-6.00|US|28780| Kingsville, TX |48|TX|273|KLEBERG +482730314|482730314|840482730314|WD|Permanent|0314|Corpus Christi - National Seashore C314|Active|TX1|Texas Commission on Environmental Quality|R6|27.426900|-97.298600|390.400|-6.00|US|28780| Kingsville, TX |48|TX|273|KLEBERG +482730314|482730314|840482730314|RWD|Permanent|0314|Corpus Christi - National Seashore C314|Active|TX1|Texas Commission on Environmental Quality|R6|27.426900|-97.298600|390.400|-6.00|US|28780| Kingsville, TX |48|TX|273|KLEBERG +482730314|482730314|840482730314|RWS|Permanent|0314|Corpus Christi - National Seashore C314|Active|TX1|Texas Commission on Environmental Quality|R6|27.426900|-97.298600|390.400|-6.00|US|28780| Kingsville, TX |48|TX|273|KLEBERG +482910699|482910699|840482910699|O3|Permanent|0699|West Liberty C699|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058056|-94.978058|24.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|291|LIBERTY +482910699|482910699|840482910699|TEMP|Permanent|0699|West Liberty C699|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058056|-94.978058|24.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|291|LIBERTY +482910699|482910699|840482910699|WS|Permanent|0699|West Liberty C699|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058056|-94.978058|24.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|291|LIBERTY +482910699|482910699|840482910699|WD|Permanent|0699|West Liberty C699|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058056|-94.978058|24.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|291|LIBERTY +482910699|482910699|840482910699|RHUM|Permanent|0699|West Liberty C699|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058056|-94.978058|24.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|291|LIBERTY +482910699|482910699|840482910699|BARPR|Permanent|0699|West Liberty C699|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058056|-94.978058|24.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|291|LIBERTY +482910699|482910699|840482910699|PRECIP|Permanent|0699|West Liberty C699|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058056|-94.978058|24.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|291|LIBERTY +482910699|482910699|840482910699|RWD|Permanent|0699|West Liberty C699|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058056|-94.978058|24.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|291|LIBERTY +482910699|482910699|840482910699|RWS|Permanent|0699|West Liberty C699|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.058056|-94.978058|24.400|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|291|LIBERTY +483030325|483030325|840483030325|TEMP|Permanent|0325|Lubbock C325|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.590600|-101.850300|963.800|-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483030325|483030325|840483030325|WS|Permanent|0325|Lubbock C325|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.590600|-101.850300|963.800|-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483030325|483030325|840483030325|WD|Permanent|0325|Lubbock C325|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.590600|-101.850300|963.800|-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483030325|483030325|840483030325|RWD|Permanent|0325|Lubbock C325|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.590600|-101.850300|963.800|-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483030325|483030325|840483030325|RWS|Permanent|0325|Lubbock C325|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.590600|-101.850300|963.800|-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483030325|483030325|840483030325|PM2.5|Permanent|0325|Lubbock C325|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.590600|-101.850300|963.800|-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483031028|483031028|840483031028|RWS|Permanent|1028|Lubbock 12th Street|Active|TX1|Texas Commission on Environmental Quality|R6|33.585300|-101.786980||-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483031028|483031028|840483031028|PM2.5|Permanent|1028|Lubbock 12th Street|Active|TX1|Texas Commission on Environmental Quality|R6|33.585300|-101.786980||-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483031028|483031028|840483031028|TEMP|Permanent|1028|Lubbock 12th Street|Active|TX1|Texas Commission on Environmental Quality|R6|33.585300|-101.786980||-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483031028|483031028|840483031028|WS|Permanent|1028|Lubbock 12th Street|Active|TX1|Texas Commission on Environmental Quality|R6|33.585300|-101.786980||-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483031028|483031028|840483031028|RWD|Permanent|1028|Lubbock 12th Street|Active|TX1|Texas Commission on Environmental Quality|R6|33.585300|-101.786980||-6.00|US|31180| Lubbock, TX |48|TX|303|LUBBOCK +483091037|483091037|840483091037|NOX|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|NO|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|RWD|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|RWS|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|CO|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|SO2|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|NO2|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|TEMP|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|WS|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|WD|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|SRAD|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|O3|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483091037|483091037|840483091037|PM2.5|Permanent|1037|Waco C1037|Active|TX1|Texas Commission on Environmental Quality|R6|31.653100|-97.070600|140.300|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483095010|483095010|840483095010|RWS|Permanent|5010|Waco KACT C5010|Active|TX1|Texas Commission on Environmental Quality|R6|31.617200|-97.227800|152.500|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483095010|483095010|840483095010|RWD|Permanent|5010|Waco KACT C5010|Active|TX1|Texas Commission on Environmental Quality|R6|31.617200|-97.227800|152.500|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483095010|483095010|840483095010|TEMP|Permanent|5010|Waco KACT C5010|Active|TX1|Texas Commission on Environmental Quality|R6|31.617200|-97.227800|152.500|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483095010|483095010|840483095010|WS|Permanent|5010|Waco KACT C5010|Active|TX1|Texas Commission on Environmental Quality|R6|31.617200|-97.227800|152.500|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483095010|483095010|840483095010|WD|Permanent|5010|Waco KACT C5010|Active|TX1|Texas Commission on Environmental Quality|R6|31.617200|-97.227800|152.500|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483095010|483095010|840483095010|RHUM|Permanent|5010|Waco KACT C5010|Active|TX1|Texas Commission on Environmental Quality|R6|31.617200|-97.227800|152.500|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483095010|483095010|840483095010|PRECIP|Permanent|5010|Waco KACT C5010|Active|TX1|Texas Commission on Environmental Quality|R6|31.617200|-97.227800|152.500|-6.00|US|47380| Waco, TX |48|TX|309|MC LENNAN +483230004|483230004|840483230004|RWS|Permanent|0004|Eagle Pass C319|Active|TX1|Texas Commission on Environmental Quality|R6|28.704607|-100.451155|253.200|-6.00|US|20580| Eagle Pass, TX |48|TX|323|MAVERICK +483230004|483230004|840483230004|PM2.5|Permanent|0004|Eagle Pass C319|Active|TX1|Texas Commission on Environmental Quality|R6|28.704607|-100.451155|253.200|-6.00|US|20580| Eagle Pass, TX |48|TX|323|MAVERICK +483230004|483230004|840483230004|TEMP|Permanent|0004|Eagle Pass C319|Active|TX1|Texas Commission on Environmental Quality|R6|28.704607|-100.451155|253.200|-6.00|US|20580| Eagle Pass, TX |48|TX|323|MAVERICK +483230004|483230004|840483230004|WS|Permanent|0004|Eagle Pass C319|Active|TX1|Texas Commission on Environmental Quality|R6|28.704607|-100.451155|253.200|-6.00|US|20580| Eagle Pass, TX |48|TX|323|MAVERICK +483230004|483230004|840483230004|WD|Permanent|0004|Eagle Pass C319|Active|TX1|Texas Commission on Environmental Quality|R6|28.704607|-100.451155|253.200|-6.00|US|20580| Eagle Pass, TX |48|TX|323|MAVERICK +483230004|483230004|840483230004|RWD|Permanent|0004|Eagle Pass C319|Active|TX1|Texas Commission on Environmental Quality|R6|28.704607|-100.451155|253.200|-6.00|US|20580| Eagle Pass, TX |48|TX|323|MAVERICK +483311075|483311075|840483311075|RWD|Permanent|1075|Rockdale John D. Harper Road|Active|TX1|Texas Commission on Environmental Quality|R6|30.569444|-97.076111|194.000|-6.00|US|17780| College Station-Bryan, TX |48|TX|331|MILAM +483311075|483311075|840483311075|RWS|Permanent|1075|Rockdale John D. Harper Road|Active|TX1|Texas Commission on Environmental Quality|R6|30.569444|-97.076111|194.000|-6.00|US|17780| College Station-Bryan, TX |48|TX|331|MILAM +483311075|483311075|840483311075|SO2|Permanent|1075|Rockdale John D. Harper Road|Active|TX1|Texas Commission on Environmental Quality|R6|30.569444|-97.076111|194.000|-6.00|US|17780| College Station-Bryan, TX |48|TX|331|MILAM +483311075|483311075|840483311075|TEMP|Permanent|1075|Rockdale John D. Harper Road|Active|TX1|Texas Commission on Environmental Quality|R6|30.569444|-97.076111|194.000|-6.00|US|17780| College Station-Bryan, TX |48|TX|331|MILAM +483311075|483311075|840483311075|WS|Permanent|1075|Rockdale John D. Harper Road|Active|TX1|Texas Commission on Environmental Quality|R6|30.569444|-97.076111|194.000|-6.00|US|17780| College Station-Bryan, TX |48|TX|331|MILAM +483371507|483371507|840483371507|RWS|Permanent|1507|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|33.555782|-97.834086||0.00|US|||48|TX|337|MONTAGUE +483371507|483371507|840483371507|TEMP|Permanent|1507|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|33.555782|-97.834086||0.00|US|||48|TX|337|MONTAGUE +483371507|483371507|840483371507|BARPR|Permanent|1507|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|33.555782|-97.834086||0.00|US|||48|TX|337|MONTAGUE +483371507|483371507|840483371507|RWD|Permanent|1507|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|33.555782|-97.834086||0.00|US|||48|TX|337|MONTAGUE +483390078|483390078|840483390078|RWS|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|O3|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|PM2.5|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|NO2|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|TEMP|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|WS|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|WD|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|SRAD|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|NOX|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|NO|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390078|483390078|840483390078|RWD|Permanent|0078|Conroe Relocated C78|Active|TX1|Texas Commission on Environmental Quality|R6|30.350300|-95.425000|42.700|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390698|483390698|840483390698|TEMP|Permanent|0698|Jones Forest C698|Active|TX1|Texas Commission on Environmental Quality|R6|30.236111|-95.483055|54.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390698|483390698|840483390698|WS|Permanent|0698|Jones Forest C698|Active|TX1|Texas Commission on Environmental Quality|R6|30.236111|-95.483055|54.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390698|483390698|840483390698|WD|Permanent|0698|Jones Forest C698|Active|TX1|Texas Commission on Environmental Quality|R6|30.236111|-95.483055|54.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390698|483390698|840483390698|RHUM|Permanent|0698|Jones Forest C698|Active|TX1|Texas Commission on Environmental Quality|R6|30.236111|-95.483055|54.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390698|483390698|840483390698|BARPR|Permanent|0698|Jones Forest C698|Active|TX1|Texas Commission on Environmental Quality|R6|30.236111|-95.483055|54.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390698|483390698|840483390698|PRECIP|Permanent|0698|Jones Forest C698|Active|TX1|Texas Commission on Environmental Quality|R6|30.236111|-95.483055|54.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390698|483390698|840483390698|RWD|Permanent|0698|Jones Forest C698|Active|TX1|Texas Commission on Environmental Quality|R6|30.236111|-95.483055|54.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483390698|483390698|840483390698|RWS|Permanent|0698|Jones Forest C698|Active|TX1|Texas Commission on Environmental Quality|R6|30.236111|-95.483055|54.900|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483395006|483395006|840483395006|RWD|Permanent|5006|Conroe KCXO C5006|Active|TX1|Texas Commission on Environmental Quality|R6|30.356700|-95.413900|61.000|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483395006|483395006|840483395006|RWS|Permanent|5006|Conroe KCXO C5006|Active|TX1|Texas Commission on Environmental Quality|R6|30.356700|-95.413900|61.000|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483395006|483395006|840483395006|TEMP|Permanent|5006|Conroe KCXO C5006|Active|TX1|Texas Commission on Environmental Quality|R6|30.356700|-95.413900|61.000|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483395006|483395006|840483395006|WS|Permanent|5006|Conroe KCXO C5006|Active|TX1|Texas Commission on Environmental Quality|R6|30.356700|-95.413900|61.000|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483395006|483395006|840483395006|WD|Permanent|5006|Conroe KCXO C5006|Active|TX1|Texas Commission on Environmental Quality|R6|30.356700|-95.413900|61.000|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483395006|483395006|840483395006|RHUM|Permanent|5006|Conroe KCXO C5006|Active|TX1|Texas Commission on Environmental Quality|R6|30.356700|-95.413900|61.000|-6.00|US|26420| Houston-Sugar Land-Baytown, TX |48|TX|339|MONTGOMERY +483491051|483491051|840483491051|RHUM|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|O3|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|NO2|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|PM2.5|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|SO2|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|TEMP|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|WS|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|WD|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|NOX|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|NO|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|DEWPOINT|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|RWD|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491051|483491051|840483491051|RWS|Permanent|1051|Corsicana C1051|Active|TX1|Texas Commission on Environmental Quality|R6|32.031900|-96.399200|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483491081|483491081|840483491081|TEMP|Permanent|1081|Richland Southeast 1220 Road|Active|TX1|Texas Commission on Environmental Quality|R6|31.904100|-96.352000|101.000|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|349|NAVARRO +483491081|483491081|840483491081|WS|Permanent|1081|Richland Southeast 1220 Road|Active|TX1|Texas Commission on Environmental Quality|R6|31.904100|-96.352000|101.000|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|349|NAVARRO +483491081|483491081|840483491081|RWD|Permanent|1081|Richland Southeast 1220 Road|Active|TX1|Texas Commission on Environmental Quality|R6|31.904100|-96.352000|101.000|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|349|NAVARRO +483491081|483491081|840483491081|RWS|Permanent|1081|Richland Southeast 1220 Road|Active|TX1|Texas Commission on Environmental Quality|R6|31.904100|-96.352000|101.000|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|349|NAVARRO +483491081|483491081|840483491081|SO2|Permanent|1081|Richland Southeast 1220 Road|Active|TX1|Texas Commission on Environmental Quality|R6|31.904100|-96.352000|101.000|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|349|NAVARRO +483495014|483495014|840483495014|WD|Permanent|5014|Corsicana KCRS C5014|Active|TX1|Texas Commission on Environmental Quality|R6|32.031100|-96.398900|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483495014|483495014|840483495014|RHUM|Permanent|5014|Corsicana KCRS C5014|Active|TX1|Texas Commission on Environmental Quality|R6|32.031100|-96.398900|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483495014|483495014|840483495014|PRECIP|Permanent|5014|Corsicana KCRS C5014|Active|TX1|Texas Commission on Environmental Quality|R6|32.031100|-96.398900|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483495014|483495014|840483495014|RWD|Permanent|5014|Corsicana KCRS C5014|Active|TX1|Texas Commission on Environmental Quality|R6|32.031100|-96.398900|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483495014|483495014|840483495014|RWS|Permanent|5014|Corsicana KCRS C5014|Active|TX1|Texas Commission on Environmental Quality|R6|32.031100|-96.398900|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483495014|483495014|840483495014|TEMP|Permanent|5014|Corsicana KCRS C5014|Active|TX1|Texas Commission on Environmental Quality|R6|32.031100|-96.398900|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483495014|483495014|840483495014|WS|Permanent|5014|Corsicana KCRS C5014|Active|TX1|Texas Commission on Environmental Quality|R6|32.031100|-96.398900|128.100|-6.00|US|18620| Corsicana, TX |48|TX|349|NAVARRO +483550025|483550025|840483550025|O3|Permanent|0025|Corpus Christi West C4|Active|TX1|Texas Commission on Environmental Quality|R6|27.765335|-97.434247|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550025|483550025|840483550025|PM2.5|Permanent|0025|Corpus Christi West C4|Active|TX1|Texas Commission on Environmental Quality|R6|27.765335|-97.434247|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550025|483550025|840483550025|RWS|Permanent|0025|Corpus Christi West C4|Active|TX1|Texas Commission on Environmental Quality|R6|27.765335|-97.434247|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550025|483550025|840483550025|SO2|Permanent|0025|Corpus Christi West C4|Active|TX1|Texas Commission on Environmental Quality|R6|27.765335|-97.434247|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550025|483550025|840483550025|TEMP|Permanent|0025|Corpus Christi West C4|Active|TX1|Texas Commission on Environmental Quality|R6|27.765335|-97.434247|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550025|483550025|840483550025|WS|Permanent|0025|Corpus Christi West C4|Active|TX1|Texas Commission on Environmental Quality|R6|27.765335|-97.434247|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550025|483550025|840483550025|WD|Permanent|0025|Corpus Christi West C4|Active|TX1|Texas Commission on Environmental Quality|R6|27.765335|-97.434247|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550025|483550025|840483550025|SRAD|Permanent|0025|Corpus Christi West C4|Active|TX1|Texas Commission on Environmental Quality|R6|27.765335|-97.434247|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550025|483550025|840483550025|RWD|Permanent|0025|Corpus Christi West C4|Active|TX1|Texas Commission on Environmental Quality|R6|27.765335|-97.434247|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550026|483550026|840483550026|WD|Permanent|0026|Corpus Christi Tuloso C21|Active|TX1|Texas Commission on Environmental Quality|R6|27.833300|-97.555800||-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550026|483550026|840483550026|RWD|Permanent|0026|Corpus Christi Tuloso C21|Active|TX1|Texas Commission on Environmental Quality|R6|27.833300|-97.555800||-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550026|483550026|840483550026|RWS|Permanent|0026|Corpus Christi Tuloso C21|Active|TX1|Texas Commission on Environmental Quality|R6|27.833300|-97.555800||-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550026|483550026|840483550026|O3|Permanent|0026|Corpus Christi Tuloso C21|Active|TX1|Texas Commission on Environmental Quality|R6|27.833300|-97.555800||-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550026|483550026|840483550026|SO2|Permanent|0026|Corpus Christi Tuloso C21|Active|TX1|Texas Commission on Environmental Quality|R6|27.833300|-97.555800||-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550026|483550026|840483550026|TEMP|Permanent|0026|Corpus Christi Tuloso C21|Active|TX1|Texas Commission on Environmental Quality|R6|27.833300|-97.555800||-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550026|483550026|840483550026|WS|Permanent|0026|Corpus Christi Tuloso C21|Active|TX1|Texas Commission on Environmental Quality|R6|27.833300|-97.555800||-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550029|483550029|840483550029|WD|Permanent|0029|Corpus Christi Hillcrest C170|Active|TX1|Texas Commission on Environmental Quality|R6|27.807539|-97.419250|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550029|483550029|840483550029|RWD|Permanent|0029|Corpus Christi Hillcrest C170|Active|TX1|Texas Commission on Environmental Quality|R6|27.807539|-97.419250|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550029|483550029|840483550029|RWS|Permanent|0029|Corpus Christi Hillcrest C170|Active|TX1|Texas Commission on Environmental Quality|R6|27.807539|-97.419250|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550029|483550029|840483550029|TEMP|Permanent|0029|Corpus Christi Hillcrest C170|Active|TX1|Texas Commission on Environmental Quality|R6|27.807539|-97.419250|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550029|483550029|840483550029|WS|Permanent|0029|Corpus Christi Hillcrest C170|Active|TX1|Texas Commission on Environmental Quality|R6|27.807539|-97.419250|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550032|483550032|840483550032|H2S|Permanent|0032|Corpus Christi Huisache C98|Active|TX1|Texas Commission on Environmental Quality|R6|27.804200|-97.431400|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550032|483550032|840483550032|SO2|Permanent|0032|Corpus Christi Huisache C98|Active|TX1|Texas Commission on Environmental Quality|R6|27.804200|-97.431400|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550032|483550032|840483550032|TEMP|Permanent|0032|Corpus Christi Huisache C98|Active|TX1|Texas Commission on Environmental Quality|R6|27.804200|-97.431400|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550032|483550032|840483550032|WS|Permanent|0032|Corpus Christi Huisache C98|Active|TX1|Texas Commission on Environmental Quality|R6|27.804200|-97.431400|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550032|483550032|840483550032|WD|Permanent|0032|Corpus Christi Huisache C98|Active|TX1|Texas Commission on Environmental Quality|R6|27.804200|-97.431400|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550032|483550032|840483550032|RWD|Permanent|0032|Corpus Christi Huisache C98|Active|TX1|Texas Commission on Environmental Quality|R6|27.804200|-97.431400|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550032|483550032|840483550032|RWS|Permanent|0032|Corpus Christi Huisache C98|Active|TX1|Texas Commission on Environmental Quality|R6|27.804200|-97.431400|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550032|483550032|840483550032|PM2.5|Permanent|0032|Corpus Christi Huisache C98|Active|TX1|Texas Commission on Environmental Quality|R6|27.804200|-97.431400|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550034|483550034|840483550034|RHUM|Permanent|0034|Corpus Christi Dona Park C635|Active|TX1|Texas Commission on Environmental Quality|R6|27.811814|-97.465700|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550034|483550034|840483550034|RWD|Permanent|0034|Corpus Christi Dona Park C635|Active|TX1|Texas Commission on Environmental Quality|R6|27.811814|-97.465700|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550034|483550034|840483550034|RWS|Permanent|0034|Corpus Christi Dona Park C635|Active|TX1|Texas Commission on Environmental Quality|R6|27.811814|-97.465700|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550034|483550034|840483550034|PM2.5|Permanent|0034|Corpus Christi Dona Park C635|Active|TX1|Texas Commission on Environmental Quality|R6|27.811814|-97.465700|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550034|483550034|840483550034|TEMP|Permanent|0034|Corpus Christi Dona Park C635|Active|TX1|Texas Commission on Environmental Quality|R6|27.811814|-97.465700|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550034|483550034|840483550034|WS|Permanent|0034|Corpus Christi Dona Park C635|Active|TX1|Texas Commission on Environmental Quality|R6|27.811814|-97.465700|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550034|483550034|840483550034|WD|Permanent|0034|Corpus Christi Dona Park C635|Active|TX1|Texas Commission on Environmental Quality|R6|27.811814|-97.465700|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550035|483550035|840483550035|RHUM|Permanent|0035|Corpus Christi Oak Park C634|Active|TX1|Texas Commission on Environmental Quality|R6|27.798900|-97.433900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550035|483550035|840483550035|RWD|Permanent|0035|Corpus Christi Oak Park C634|Active|TX1|Texas Commission on Environmental Quality|R6|27.798900|-97.433900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550035|483550035|840483550035|RWS|Permanent|0035|Corpus Christi Oak Park C634|Active|TX1|Texas Commission on Environmental Quality|R6|27.798900|-97.433900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550035|483550035|840483550035|TEMP|Permanent|0035|Corpus Christi Oak Park C634|Active|TX1|Texas Commission on Environmental Quality|R6|27.798900|-97.433900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550035|483550035|840483550035|WS|Permanent|0035|Corpus Christi Oak Park C634|Active|TX1|Texas Commission on Environmental Quality|R6|27.798900|-97.433900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550035|483550035|840483550035|WD|Permanent|0035|Corpus Christi Oak Park C634|Active|TX1|Texas Commission on Environmental Quality|R6|27.798900|-97.433900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550036|483550036|840483550036|TEMP|Permanent|0036|Corpus Christi Port Grain Elevator C629|Active|TX1|Texas Commission on Environmental Quality|R6|27.817500|-97.419700|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550036|483550036|840483550036|WS|Permanent|0036|Corpus Christi Port Grain Elevator C629|Active|TX1|Texas Commission on Environmental Quality|R6|27.817500|-97.419700|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550036|483550036|840483550036|WD|Permanent|0036|Corpus Christi Port Grain Elevator C629|Active|TX1|Texas Commission on Environmental Quality|R6|27.817500|-97.419700|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550036|483550036|840483550036|RHUM|Permanent|0036|Corpus Christi Port Grain Elevator C629|Active|TX1|Texas Commission on Environmental Quality|R6|27.817500|-97.419700|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550036|483550036|840483550036|RWD|Permanent|0036|Corpus Christi Port Grain Elevator C629|Active|TX1|Texas Commission on Environmental Quality|R6|27.817500|-97.419700|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550036|483550036|840483550036|RWS|Permanent|0036|Corpus Christi Port Grain Elevator C629|Active|TX1|Texas Commission on Environmental Quality|R6|27.817500|-97.419700|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550037|483550037|840483550037|RHUM|Permanent|0037|Corpus Christi Hailey C630|Active|TX1|Texas Commission on Environmental Quality|R6|27.824400|-97.432500|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550037|483550037|840483550037|RWD|Permanent|0037|Corpus Christi Hailey C630|Active|TX1|Texas Commission on Environmental Quality|R6|27.824400|-97.432500|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550037|483550037|840483550037|RWS|Permanent|0037|Corpus Christi Hailey C630|Active|TX1|Texas Commission on Environmental Quality|R6|27.824400|-97.432500|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550037|483550037|840483550037|TEMP|Permanent|0037|Corpus Christi Hailey C630|Active|TX1|Texas Commission on Environmental Quality|R6|27.824400|-97.432500|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550037|483550037|840483550037|WS|Permanent|0037|Corpus Christi Hailey C630|Active|TX1|Texas Commission on Environmental Quality|R6|27.824400|-97.432500|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550037|483550037|840483550037|WD|Permanent|0037|Corpus Christi Hailey C630|Active|TX1|Texas Commission on Environmental Quality|R6|27.824400|-97.432500|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550038|483550038|840483550038|TEMP|Permanent|0038|Corpus Christi Inner Harbor C631|Active|TX1|Texas Commission on Environmental Quality|R6|27.845300|-97.525600|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550038|483550038|840483550038|WS|Permanent|0038|Corpus Christi Inner Harbor C631|Active|TX1|Texas Commission on Environmental Quality|R6|27.845300|-97.525600|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550038|483550038|840483550038|WD|Permanent|0038|Corpus Christi Inner Harbor C631|Active|TX1|Texas Commission on Environmental Quality|R6|27.845300|-97.525600|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550038|483550038|840483550038|RHUM|Permanent|0038|Corpus Christi Inner Harbor C631|Active|TX1|Texas Commission on Environmental Quality|R6|27.845300|-97.525600|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550039|483550039|840483550039|RWS|Permanent|0039|Corpus Christi FHR Easement C632|Active|TX1|Texas Commission on Environmental Quality|R6|27.827200|-97.528900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550039|483550039|840483550039|TEMP|Permanent|0039|Corpus Christi FHR Easement C632|Active|TX1|Texas Commission on Environmental Quality|R6|27.827200|-97.528900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550039|483550039|840483550039|WS|Permanent|0039|Corpus Christi FHR Easement C632|Active|TX1|Texas Commission on Environmental Quality|R6|27.827200|-97.528900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550039|483550039|840483550039|WD|Permanent|0039|Corpus Christi FHR Easement C632|Active|TX1|Texas Commission on Environmental Quality|R6|27.827200|-97.528900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550039|483550039|840483550039|RHUM|Permanent|0039|Corpus Christi FHR Easement C632|Active|TX1|Texas Commission on Environmental Quality|R6|27.827200|-97.528900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550039|483550039|840483550039|RWD|Permanent|0039|Corpus Christi FHR Easement C632|Active|TX1|Texas Commission on Environmental Quality|R6|27.827200|-97.528900|12.200|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550041|483550041|840483550041|WS|Permanent|0041|Corpus Christi Solar Estates C633|Active|TX1|Texas Commission on Environmental Quality|R6|27.829167|-97.543611|19.800|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550041|483550041|840483550041|WD|Permanent|0041|Corpus Christi Solar Estates C633|Active|TX1|Texas Commission on Environmental Quality|R6|27.829167|-97.543611|19.800|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550041|483550041|840483550041|RHUM|Permanent|0041|Corpus Christi Solar Estates C633|Active|TX1|Texas Commission on Environmental Quality|R6|27.829167|-97.543611|19.800|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550041|483550041|840483550041|RWD|Permanent|0041|Corpus Christi Solar Estates C633|Active|TX1|Texas Commission on Environmental Quality|R6|27.829167|-97.543611|19.800|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550041|483550041|840483550041|RWS|Permanent|0041|Corpus Christi Solar Estates C633|Active|TX1|Texas Commission on Environmental Quality|R6|27.829167|-97.543611|19.800|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550041|483550041|840483550041|TEMP|Permanent|0041|Corpus Christi Solar Estates C633|Active|TX1|Texas Commission on Environmental Quality|R6|27.829167|-97.543611|19.800|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +840483550083|483550083|840483550083|WS|Permanent|0083|Corpus Christi Palm|Active|TX1|Texas Commission on Environmental Quality|R6|27.802885|-97.419881||-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +840483550083|483550083|840483550083|WD|Permanent|0083|Corpus Christi Palm|Active|TX1|Texas Commission on Environmental Quality|R6|27.802885|-97.419881||-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550660|483550660|840483550660|TEMP|Permanent|0660|Corpus Christi Holly Rd C660|Active|TX1|Texas Commission on Environmental Quality|R6|27.703056|-97.387500|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550660|483550660|840483550660|WS|Permanent|0660|Corpus Christi Holly Rd C660|Active|TX1|Texas Commission on Environmental Quality|R6|27.703056|-97.387500|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550660|483550660|840483550660|WD|Permanent|0660|Corpus Christi Holly Rd C660|Active|TX1|Texas Commission on Environmental Quality|R6|27.703056|-97.387500|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550660|483550660|840483550660|RWD|Permanent|0660|Corpus Christi Holly Rd C660|Active|TX1|Texas Commission on Environmental Quality|R6|27.703056|-97.387500|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550660|483550660|840483550660|RWS|Permanent|0660|Corpus Christi Holly Rd C660|Active|TX1|Texas Commission on Environmental Quality|R6|27.703056|-97.387500|7.600|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550664|483550664|840483550664|WS|Permanent|0664|Violet C664|Active|TX1|Texas Commission on Environmental Quality|R6|27.757780|-97.619438|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550664|483550664|840483550664|WD|Permanent|0664|Violet C664|Active|TX1|Texas Commission on Environmental Quality|R6|27.757780|-97.619438|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550664|483550664|840483550664|RWD|Permanent|0664|Violet C664|Active|TX1|Texas Commission on Environmental Quality|R6|27.757780|-97.619438|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550664|483550664|840483550664|RWS|Permanent|0664|Violet C664|Active|TX1|Texas Commission on Environmental Quality|R6|27.757780|-97.619438|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483550664|483550664|840483550664|TEMP|Permanent|0664|Violet C664|Active|TX1|Texas Commission on Environmental Quality|R6|27.757780|-97.619438|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483551024|483551024|840483551024|TEMP|Permanent|1024|Corpus Christi Williams Park C1024|Active|TX1|Texas Commission on Environmental Quality|R6|27.803600|-97.413600|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483551024|483551024|840483551024|WS|Permanent|1024|Corpus Christi Williams Park C1024|Active|TX1|Texas Commission on Environmental Quality|R6|27.803600|-97.413600|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483551024|483551024|840483551024|WD|Permanent|1024|Corpus Christi Williams Park C1024|Active|TX1|Texas Commission on Environmental Quality|R6|27.803600|-97.413600|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483551024|483551024|840483551024|RWD|Permanent|1024|Corpus Christi Williams Park C1024|Active|TX1|Texas Commission on Environmental Quality|R6|27.803600|-97.413600|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483551024|483551024|840483551024|RWS|Permanent|1024|Corpus Christi Williams Park C1024|Active|TX1|Texas Commission on Environmental Quality|R6|27.803600|-97.413600|6.100|-6.00|US|18580| Corpus Christi, TX |48|TX|355|NUECES +483611001|483611001|840483611001|SRAD|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|NOX|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|NO|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|RWD|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|RWS|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|O3|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|NO2|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|NOY|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|TEMP|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|WS|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611001|483611001|840483611001|WD|Permanent|1001|West Orange C9/C141|Active|TX1|Texas Commission on Environmental Quality|R6|30.084400|-93.761700||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611083|483611083|840483611083|WS|Permanent|1083|Orange 1st Street|Active|TX1|Texas Commission on Environmental Quality|R6|30.153675|-93.725897|7.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611083|483611083|840483611083|RWD|Permanent|1083|Orange 1st Street|Active|TX1|Texas Commission on Environmental Quality|R6|30.153675|-93.725897|7.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611083|483611083|840483611083|RWS|Permanent|1083|Orange 1st Street|Active|TX1|Texas Commission on Environmental Quality|R6|30.153675|-93.725897|7.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611083|483611083|840483611083|SO2|Permanent|1083|Orange 1st Street|Active|TX1|Texas Commission on Environmental Quality|R6|30.153675|-93.725897|7.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611083|483611083|840483611083|TEMP|Permanent|1083|Orange 1st Street|Active|TX1|Texas Commission on Environmental Quality|R6|30.153675|-93.725897|7.900|-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611100|483611100|840483611100|WD|Permanent|1100|SETRPC Mauriceville 42 C642|Active|TX1|Texas Commission on Environmental Quality|R6|30.180000|-93.873100||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611100|483611100|840483611100|RWD|Permanent|1100|SETRPC Mauriceville 42 C642|Active|TX1|Texas Commission on Environmental Quality|R6|30.180000|-93.873100||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611100|483611100|840483611100|RWS|Permanent|1100|SETRPC Mauriceville 42 C642|Active|TX1|Texas Commission on Environmental Quality|R6|30.180000|-93.873100||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611100|483611100|840483611100|O3|Permanent|1100|SETRPC Mauriceville 42 C642|Active|TX1|Texas Commission on Environmental Quality|R6|30.180000|-93.873100||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611100|483611100|840483611100|PM2.5|Permanent|1100|SETRPC Mauriceville 42 C642|Active|TX1|Texas Commission on Environmental Quality|R6|30.180000|-93.873100||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611100|483611100|840483611100|TEMP|Permanent|1100|SETRPC Mauriceville 42 C642|Active|TX1|Texas Commission on Environmental Quality|R6|30.180000|-93.873100||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483611100|483611100|840483611100|WS|Permanent|1100|SETRPC Mauriceville 42 C642|Active|TX1|Texas Commission on Environmental Quality|R6|30.180000|-93.873100||-6.00|US|13140| Beaumont-Port Arthur, TX |48|TX|361|ORANGE +483631502|483631502|840483631502|TEMP|Permanent|1502|Mineral Wells 23rd St C1502|Active|TX1|Texas Commission on Environmental Quality|R6|32.818671|-98.091641|292.800|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|363|PALO PINTO +483631502|483631502|840483631502|BARPR|Permanent|1502|Mineral Wells 23rd St C1502|Active|TX1|Texas Commission on Environmental Quality|R6|32.818671|-98.091641|292.800|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|363|PALO PINTO +483631502|483631502|840483631502|RWD|Permanent|1502|Mineral Wells 23rd St C1502|Active|TX1|Texas Commission on Environmental Quality|R6|32.818671|-98.091641|292.800|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|363|PALO PINTO +483631502|483631502|840483631502|RWS|Permanent|1502|Mineral Wells 23rd St C1502|Active|TX1|Texas Commission on Environmental Quality|R6|32.818671|-98.091641|292.800|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|363|PALO PINTO +483670081|483670081|840483670081|WD|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483670081|483670081|840483670081|SRAD|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483670081|483670081|840483670081|NOX|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483670081|483670081|840483670081|NO|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483670081|483670081|840483670081|RWD|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483670081|483670081|840483670081|RWS|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483670081|483670081|840483670081|O3|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483670081|483670081|840483670081|NO2|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483670081|483670081|840483670081|TEMP|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483670081|483670081|840483670081|WS|Permanent|0081|Parker County C76|Active|TX1|Texas Commission on Environmental Quality|R6|32.868600|-97.905800||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483671506|483671506|840483671506|RWD|Permanent|1506|Weatherford Highway C1506|Active|TX1|Texas Commission on Environmental Quality|R6|32.758655|-97.730285|298.900|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483671506|483671506|840483671506|RWS|Permanent|1506|Weatherford Highway C1506|Active|TX1|Texas Commission on Environmental Quality|R6|32.758655|-97.730285|298.900|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483671506|483671506|840483671506|TEMP|Permanent|1506|Weatherford Highway C1506|Active|TX1|Texas Commission on Environmental Quality|R6|32.758655|-97.730285|298.900|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483671506|483671506|840483671506|BARPR|Permanent|1506|Weatherford Highway C1506|Active|TX1|Texas Commission on Environmental Quality|R6|32.758655|-97.730285|298.900|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|367|PARKER +483739991|483739991|840483739991|O3|Permanent|9991|Alabama-Coushatta|Active|OAP|EPA Office of Atmospheric Programs|R3|30.668100|-94.673900|101.000|-6.00|US|||48|TX|373|POLK +483739991|483739991|840483739991|TEMP|Permanent|9991|Alabama-Coushatta|Active|OAP|EPA Office of Atmospheric Programs|R3|30.668100|-94.673900|101.000|-6.00|US|||48|TX|373|POLK +483750320|483750320|840483750320|PM2.5|Permanent|0320|Amarillo Texas A&M C320|Active|TX1|Texas Commission on Environmental Quality|R6|35.200600|-101.908300|1122.700|-6.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483751025|483751025|840483751025|SO2|Permanent|1025|Amarillo 24th Ave C1025|Active|TX1|Texas Commission on Environmental Quality|R6|35.236708|-101.787356|1109.600|0.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483751025|483751025|840483751025|TEMP|Permanent|1025|Amarillo 24th Ave C1025|Active|TX1|Texas Commission on Environmental Quality|R6|35.236708|-101.787356|1109.600|0.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483751025|483751025|840483751025|RWD|Permanent|1025|Amarillo 24th Ave C1025|Active|TX1|Texas Commission on Environmental Quality|R6|35.236708|-101.787356|1109.600|0.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483751025|483751025|840483751025|RWS|Permanent|1025|Amarillo 24th Ave C1025|Active|TX1|Texas Commission on Environmental Quality|R6|35.236708|-101.787356|1109.600|0.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483751077|483751077|840483751077|SO2|Permanent|1077|Amarillo Xcel El Rancho|Active|TX1|Texas Commission on Environmental Quality|R6|35.316289|-101.741756|1074.800|0.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483751077|483751077|840483751077|TEMP|Permanent|1077|Amarillo Xcel El Rancho|Active|TX1|Texas Commission on Environmental Quality|R6|35.316289|-101.741756|1074.800|0.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483751077|483751077|840483751077|WS|Permanent|1077|Amarillo Xcel El Rancho|Active|TX1|Texas Commission on Environmental Quality|R6|35.316289|-101.741756|1074.800|0.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483751077|483751077|840483751077|RWD|Permanent|1077|Amarillo Xcel El Rancho|Active|TX1|Texas Commission on Environmental Quality|R6|35.316289|-101.741756|1074.800|0.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483751077|483751077|840483751077|RWS|Permanent|1077|Amarillo Xcel El Rancho|Active|TX1|Texas Commission on Environmental Quality|R6|35.316289|-101.741756|1074.800|0.00|US|11100| Amarillo, TX |48|TX|375|POTTER +483819991|483819991|840483819991|TEMP|Permanent|9991|Palo Duro|Active|OAP|EPA Office of Atmospheric Programs|R3|34.880300|-101.664900|1050.400|-6.00|US|11100| Amarillo, TX |48|TX|381|RANDALL +483819991|483819991|840483819991|O3|Permanent|9991|Palo Duro|Active|OAP|EPA Office of Atmospheric Programs|R3|34.880300|-101.664900|1050.400|-6.00|US|11100| Amarillo, TX |48|TX|381|RANDALL +483951076|483951076|840483951076|SO2|Permanent|1076|Franklin Oak Grove|Active|TX1|Texas Commission on Environmental Quality|R6|31.168889|-96.481944|136.900|-6.00|US|47380| Waco, TX |48|TX|395|ROBERTSON +483951076|483951076|840483951076|TEMP|Permanent|1076|Franklin Oak Grove|Active|TX1|Texas Commission on Environmental Quality|R6|31.168889|-96.481944|136.900|-6.00|US|47380| Waco, TX |48|TX|395|ROBERTSON +483951076|483951076|840483951076|WS|Permanent|1076|Franklin Oak Grove|Active|TX1|Texas Commission on Environmental Quality|R6|31.168889|-96.481944|136.900|-6.00|US|47380| Waco, TX |48|TX|395|ROBERTSON +483951076|483951076|840483951076|RWD|Permanent|1076|Franklin Oak Grove|Active|TX1|Texas Commission on Environmental Quality|R6|31.168889|-96.481944|136.900|-6.00|US|47380| Waco, TX |48|TX|395|ROBERTSON +483951076|483951076|840483951076|RWS|Permanent|1076|Franklin Oak Grove|Active|TX1|Texas Commission on Environmental Quality|R6|31.168889|-96.481944|136.900|-6.00|US|47380| Waco, TX |48|TX|395|ROBERTSON +483970001|483970001|840483970001|WS|Permanent|0001|Rockwall Heath C69|Active|TX1|Texas Commission on Environmental Quality|R6|32.936100|-96.459200||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|397|ROCKWALL +483970001|483970001|840483970001|WD|Permanent|0001|Rockwall Heath C69|Active|TX1|Texas Commission on Environmental Quality|R6|32.936100|-96.459200||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|397|ROCKWALL +483970001|483970001|840483970001|SRAD|Permanent|0001|Rockwall Heath C69|Active|TX1|Texas Commission on Environmental Quality|R6|32.936100|-96.459200||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|397|ROCKWALL +483970001|483970001|840483970001|RWD|Permanent|0001|Rockwall Heath C69|Active|TX1|Texas Commission on Environmental Quality|R6|32.936100|-96.459200||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|397|ROCKWALL +483970001|483970001|840483970001|RWS|Permanent|0001|Rockwall Heath C69|Active|TX1|Texas Commission on Environmental Quality|R6|32.936100|-96.459200||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|397|ROCKWALL +483970001|483970001|840483970001|O3|Permanent|0001|Rockwall Heath C69|Active|TX1|Texas Commission on Environmental Quality|R6|32.936100|-96.459200||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|397|ROCKWALL +483970001|483970001|840483970001|TEMP|Permanent|0001|Rockwall Heath C69|Active|TX1|Texas Commission on Environmental Quality|R6|32.936100|-96.459200||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|397|ROCKWALL +840484011082|484011082|840484011082|WD|Permanent|1082|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|32.277911|-94.570870||0.00|US|||48|TX|401|RUSK +840484011082|484011082|840484011082|WS|Permanent|1082|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|32.277911|-94.570870||0.00|US|||48|TX|401|RUSK +484090659|484090659|840484090659|WD|Permanent|0659|Aransas Pass C659|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.886700|-97.148598|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090659|484090659|840484090659|RWD|Permanent|0659|Aransas Pass C659|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.886700|-97.148598|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090659|484090659|840484090659|RWS|Permanent|0659|Aransas Pass C659|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.886700|-97.148598|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090659|484090659|840484090659|O3|Permanent|0659|Aransas Pass C659|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.886700|-97.148598|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090659|484090659|840484090659|TEMP|Permanent|0659|Aransas Pass C659|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.886700|-97.148598|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090659|484090659|840484090659|WS|Permanent|0659|Aransas Pass C659|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.886700|-97.148598|3.100|-6.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090685|484090685|840484090685|WS|Permanent|0685|Ingleside C685|Active|TX1|Texas Commission on Environmental Quality|R6|27.901667|-97.249167|6.100|0.00|US|||48|TX|409|SAN PATRICIO +484090685|484090685|840484090685|WD|Permanent|0685|Ingleside C685|Active|TX1|Texas Commission on Environmental Quality|R6|27.901667|-97.249167|6.100|0.00|US|||48|TX|409|SAN PATRICIO +484090685|484090685|840484090685|RHUM|Permanent|0685|Ingleside C685|Active|TX1|Texas Commission on Environmental Quality|R6|27.901667|-97.249167|6.100|0.00|US|||48|TX|409|SAN PATRICIO +484090685|484090685|840484090685|RWD|Permanent|0685|Ingleside C685|Active|TX1|Texas Commission on Environmental Quality|R6|27.901667|-97.249167|6.100|0.00|US|||48|TX|409|SAN PATRICIO +484090685|484090685|840484090685|RWS|Permanent|0685|Ingleside C685|Active|TX1|Texas Commission on Environmental Quality|R6|27.901667|-97.249167|6.100|0.00|US|||48|TX|409|SAN PATRICIO +484090685|484090685|840484090685|TEMP|Permanent|0685|Ingleside C685|Active|TX1|Texas Commission on Environmental Quality|R6|27.901667|-97.249167|6.100|0.00|US|||48|TX|409|SAN PATRICIO +484090686|484090686|840484090686|RWS|Permanent|0686|Odem C686|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.924722|-97.538056|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090686|484090686|840484090686|O3|Permanent|0686|Odem C686|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.924722|-97.538056|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090686|484090686|840484090686|TEMP|Permanent|0686|Odem C686|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.924722|-97.538056|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090686|484090686|840484090686|WS|Permanent|0686|Odem C686|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.924722|-97.538056|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090686|484090686|840484090686|WD|Permanent|0686|Odem C686|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.924722|-97.538056|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090686|484090686|840484090686|RHUM|Permanent|0686|Odem C686|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.924722|-97.538056|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090686|484090686|840484090686|RWD|Permanent|0686|Odem C686|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.924722|-97.538056|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090687|484090687|840484090687|WS|Permanent|0687|Taft C687|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.923333|-97.408611|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090687|484090687|840484090687|WD|Permanent|0687|Taft C687|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.923333|-97.408611|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090687|484090687|840484090687|RHUM|Permanent|0687|Taft C687|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.923333|-97.408611|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090687|484090687|840484090687|RWD|Permanent|0687|Taft C687|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.923333|-97.408611|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090687|484090687|840484090687|RWS|Permanent|0687|Taft C687|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.923333|-97.408611|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090687|484090687|840484090687|O3|Permanent|0687|Taft C687|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.923333|-97.408611|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484090687|484090687|840484090687|TEMP|Permanent|0687|Taft C687|Inactive|TX1|Texas Commission on Environmental Quality|R6|27.923333|-97.408611|3.100|0.00|US|18580| Corpus Christi, TX |48|TX|409|SAN PATRICIO +484230007|484230007|840484230007|NOX|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|NO|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|PRECIP|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|RWD|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|RWS|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|O3|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|NO2|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|TEMP|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|WS|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|WD|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484230007|484230007|840484230007|SRAD|Permanent|0007|Tyler Airport Relocated C82|Active|TX1|Texas Commission on Environmental Quality|R6|32.344008|-95.415751|164.700|-6.00|US|46340| Tyler, TX |48|TX|423|SMITH +484390075|484390075|840484390075|NO|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484390075|484390075|840484390075|RWD|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484390075|484390075|840484390075|RWS|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484390075|484390075|840484390075|NO2|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484390075|484390075|840484390075|TEMP|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484390075|484390075|840484390075|WS|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484390075|484390075|840484390075|WD|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484390075|484390075|840484390075|SRAD|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484390075|484390075|840484390075|NOX|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484390075|484390075|840484390075|O3|Permanent|0075|Eagle Mountain Lake C75|Active|TX1|Texas Commission on Environmental Quality|R6|32.988100|-97.476400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|SRAD|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|NOX|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|NO|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|DEWPOINT|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|TEMP|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|WS|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|NO2|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|CO|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|RWD|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|RWS|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|WD|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|RHUM|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|O3|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391002|484391002|840484391002|PM2.5|Permanent|1002|Ft. Worth Northwest C13|Active|TX1|Texas Commission on Environmental Quality|R6|32.805818|-97.356567|201.300|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391006|484391006|840484391006|PM2.5|Permanent|1006|Haws Athletic Center C310|Active|TX1|Texas Commission on Environmental Quality|R6|32.759200|-97.341400||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391053|484391053|840484391053|NO|Permanent|1053|Fort Worth CA Parkway N C1053|Active|TX1|Texas Commission on Environmental Quality|R6|32.664739|-97.337983|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391053|484391053|840484391053|RWD|Permanent|1053|Fort Worth CA Parkway N C1053|Active|TX1|Texas Commission on Environmental Quality|R6|32.664739|-97.337983|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391053|484391053|840484391053|RWS|Permanent|1053|Fort Worth CA Parkway N C1053|Active|TX1|Texas Commission on Environmental Quality|R6|32.664739|-97.337983|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391053|484391053|840484391053|PM2.5|Permanent|1053|Fort Worth CA Parkway N C1053|Active|TX1|Texas Commission on Environmental Quality|R6|32.664739|-97.337983|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391053|484391053|840484391053|NO2|Permanent|1053|Fort Worth CA Parkway N C1053|Active|TX1|Texas Commission on Environmental Quality|R6|32.664739|-97.337983|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391053|484391053|840484391053|CO|Permanent|1053|Fort Worth CA Parkway N C1053|Active|TX1|Texas Commission on Environmental Quality|R6|32.664739|-97.337983|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391053|484391053|840484391053|TEMP|Permanent|1053|Fort Worth CA Parkway N C1053|Active|TX1|Texas Commission on Environmental Quality|R6|32.664739|-97.337983|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391053|484391053|840484391053|WS|Permanent|1053|Fort Worth CA Parkway N C1053|Active|TX1|Texas Commission on Environmental Quality|R6|32.664739|-97.337983|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391053|484391053|840484391053|NOX|Permanent|1053|Fort Worth CA Parkway N C1053|Active|TX1|Texas Commission on Environmental Quality|R6|32.664739|-97.337983|213.500|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391062|484391062|840484391062|RWD|Permanent|1062|Kennedale Treepoint Dr C1062|Active|TX1|Texas Commission on Environmental Quality|R6|32.658889|-97.200278|195.200|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391062|484391062|840484391062|RWS|Permanent|1062|Kennedale Treepoint Dr C1062|Active|TX1|Texas Commission on Environmental Quality|R6|32.658889|-97.200278|195.200|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391062|484391062|840484391062|TEMP|Permanent|1062|Kennedale Treepoint Dr C1062|Active|TX1|Texas Commission on Environmental Quality|R6|32.658889|-97.200278|195.200|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391065|484391065|840484391065|TEMP|Permanent|1065|Rushing Road C1065|Active|TX1|Texas Commission on Environmental Quality|R6|32.372406|-97.291178|256.200|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391065|484391065|840484391065|RWD|Permanent|1065|Rushing Road C1065|Active|TX1|Texas Commission on Environmental Quality|R6|32.372406|-97.291178|256.200|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391065|484391065|840484391065|RWS|Permanent|1065|Rushing Road C1065|Active|TX1|Texas Commission on Environmental Quality|R6|32.372406|-97.291178|256.200|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391503|484391503|840484391503|RWS|Permanent|1503|Fort Worth Benbrook Lake C1503|Active|TX1|Texas Commission on Environmental Quality|R6|32.646711|-97.442658|225.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391503|484391503|840484391503|TEMP|Permanent|1503|Fort Worth Benbrook Lake C1503|Active|TX1|Texas Commission on Environmental Quality|R6|32.646711|-97.442658|225.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391503|484391503|840484391503|BARPR|Permanent|1503|Fort Worth Benbrook Lake C1503|Active|TX1|Texas Commission on Environmental Quality|R6|32.646711|-97.442658|225.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484391503|484391503|840484391503|RWD|Permanent|1503|Fort Worth Benbrook Lake C1503|Active|TX1|Texas Commission on Environmental Quality|R6|32.646711|-97.442658|225.700|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|RWS|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|NOX|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|NO|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|RWD|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|O3|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|NO2|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|TEMP|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|WS|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|WD|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484392003|484392003|840484392003|SRAD|Permanent|2003|Keller C17|Active|TX1|Texas Commission on Environmental Quality|R6|32.922498|-97.282088|253.200|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|O3|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|NO2|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|NOX|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|NO|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|DEWPOINT|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|RWD|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|BARPR|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|SRAD|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|RWS|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|TEMP|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|WS|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|WD|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393009|484393009|840484393009|RHUM|Permanent|3009|Grapevine Fairway C70|Active|TX1|Texas Commission on Environmental Quality|R6|32.984260|-97.063705|175.400|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|PM2.5|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|NOX|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|NO|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|RWD|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|RWS|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|NO2|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|CO|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|TEMP|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|WS|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|WD|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|SRAD|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484393011|484393011|840484393011|O3|Permanent|3011|Arlington Municipal Airport C61|Active|TX1|Texas Commission on Environmental Quality|R6|32.655800|-97.088600||-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484395007|484395007|840484395007|RWD|Permanent|5007|Arlington KGKY C5007|Active|TX1|Texas Commission on Environmental Quality|R6|32.663889|-97.095833|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484395007|484395007|840484395007|RWS|Permanent|5007|Arlington KGKY C5007|Active|TX1|Texas Commission on Environmental Quality|R6|32.663889|-97.095833|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484395007|484395007|840484395007|TEMP|Permanent|5007|Arlington KGKY C5007|Active|TX1|Texas Commission on Environmental Quality|R6|32.663889|-97.095833|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484395007|484395007|840484395007|WS|Permanent|5007|Arlington KGKY C5007|Active|TX1|Texas Commission on Environmental Quality|R6|32.663889|-97.095833|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484395007|484395007|840484395007|WD|Permanent|5007|Arlington KGKY C5007|Active|TX1|Texas Commission on Environmental Quality|R6|32.663889|-97.095833|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484395007|484395007|840484395007|RHUM|Permanent|5007|Arlington KGKY C5007|Active|TX1|Texas Commission on Environmental Quality|R6|32.663889|-97.095833|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484395007|484395007|840484395007|PRECIP|Permanent|5007|Arlington KGKY C5007|Active|TX1|Texas Commission on Environmental Quality|R6|32.663889|-97.095833|183.000|-6.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|439|TARRANT +484415015|484415015|840484415015|RWD|Permanent|5015|Abilene KABI C5015|Active|TX1|Texas Commission on Environmental Quality|R6|32.410300|-99.681700|530.700|-6.00|US|10180| Abilene, TX |48|TX|441|TAYLOR +484415015|484415015|840484415015|RWS|Permanent|5015|Abilene KABI C5015|Active|TX1|Texas Commission on Environmental Quality|R6|32.410300|-99.681700|530.700|-6.00|US|10180| Abilene, TX |48|TX|441|TAYLOR +484415015|484415015|840484415015|TEMP|Permanent|5015|Abilene KABI C5015|Active|TX1|Texas Commission on Environmental Quality|R6|32.410300|-99.681700|530.700|-6.00|US|10180| Abilene, TX |48|TX|441|TAYLOR +484415015|484415015|840484415015|WS|Permanent|5015|Abilene KABI C5015|Active|TX1|Texas Commission on Environmental Quality|R6|32.410300|-99.681700|530.700|-6.00|US|10180| Abilene, TX |48|TX|441|TAYLOR +484415015|484415015|840484415015|WD|Permanent|5015|Abilene KABI C5015|Active|TX1|Texas Commission on Environmental Quality|R6|32.410300|-99.681700|530.700|-6.00|US|10180| Abilene, TX |48|TX|441|TAYLOR +484415015|484415015|840484415015|RHUM|Permanent|5015|Abilene KABI C5015|Active|TX1|Texas Commission on Environmental Quality|R6|32.410300|-99.681700|530.700|-6.00|US|10180| Abilene, TX |48|TX|441|TAYLOR +484415015|484415015|840484415015|PRECIP|Permanent|5015|Abilene KABI C5015|Active|TX1|Texas Commission on Environmental Quality|R6|32.410300|-99.681700|530.700|-6.00|US|10180| Abilene, TX |48|TX|441|TAYLOR +484491078|484491078|840484491078|RWS|Permanent|1078|Cookville FM 4855|Active|TX1|Texas Commission on Environmental Quality|R6|33.075200|-94.847400|108.000|0.00|US|46340| Tyler, TX |48|TX|449|TITUS +484491078|484491078|840484491078|SO2|Permanent|1078|Cookville FM 4855|Active|TX1|Texas Commission on Environmental Quality|R6|33.075200|-94.847400|108.000|0.00|US|46340| Tyler, TX |48|TX|449|TITUS +484491078|484491078|840484491078|TEMP|Permanent|1078|Cookville FM 4855|Active|TX1|Texas Commission on Environmental Quality|R6|33.075200|-94.847400|108.000|0.00|US|46340| Tyler, TX |48|TX|449|TITUS +484491078|484491078|840484491078|WS|Permanent|1078|Cookville FM 4855|Active|TX1|Texas Commission on Environmental Quality|R6|33.075200|-94.847400|108.000|0.00|US|46340| Tyler, TX |48|TX|449|TITUS +484491078|484491078|840484491078|WD|Permanent|1078|Cookville FM 4855|Active|TX1|Texas Commission on Environmental Quality|R6|33.075200|-94.847400|108.000|0.00|US|46340| Tyler, TX |48|TX|449|TITUS +484491078|484491078|840484491078|RWD|Permanent|1078|Cookville FM 4855|Active|TX1|Texas Commission on Environmental Quality|R6|33.075200|-94.847400|108.000|0.00|US|46340| Tyler, TX |48|TX|449|TITUS +484515016|484515016|840484515016|RHUM|Permanent|5016|San Angelo KSJT C5016|Active|TX1|Texas Commission on Environmental Quality|R6|31.351389|-100.493889|579.500|-6.00|US|41660| San Angelo, TX |48|TX|451|TOM GREEN +484515016|484515016|840484515016|RWD|Permanent|5016|San Angelo KSJT C5016|Active|TX1|Texas Commission on Environmental Quality|R6|31.351389|-100.493889|579.500|-6.00|US|41660| San Angelo, TX |48|TX|451|TOM GREEN +484515016|484515016|840484515016|RWS|Permanent|5016|San Angelo KSJT C5016|Active|TX1|Texas Commission on Environmental Quality|R6|31.351389|-100.493889|579.500|-6.00|US|41660| San Angelo, TX |48|TX|451|TOM GREEN +484515016|484515016|840484515016|TEMP|Permanent|5016|San Angelo KSJT C5016|Active|TX1|Texas Commission on Environmental Quality|R6|31.351389|-100.493889|579.500|-6.00|US|41660| San Angelo, TX |48|TX|451|TOM GREEN +484515016|484515016|840484515016|WS|Permanent|5016|San Angelo KSJT C5016|Active|TX1|Texas Commission on Environmental Quality|R6|31.351389|-100.493889|579.500|-6.00|US|41660| San Angelo, TX |48|TX|451|TOM GREEN +484515016|484515016|840484515016|WD|Permanent|5016|San Angelo KSJT C5016|Active|TX1|Texas Commission on Environmental Quality|R6|31.351389|-100.493889|579.500|-6.00|US|41660| San Angelo, TX |48|TX|451|TOM GREEN +484530014|484530014|840484530014|O3|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|PM2.5|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|NO2|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|CO|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|SO2|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|TEMP|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|WS|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|WD|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|NOX|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|NO|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|RWD|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530014|484530014|840484530014|RWS|Permanent|0014|Austin North Hills Drive C3|Active|TX1|Texas Commission on Environmental Quality|R6|30.354200|-97.760002|256.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|O3|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|PM2.5|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|NO2|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|TEMP|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|WS|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|WD|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|SRAD|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|NOX|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|NO|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|RWD|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530020|484530020|840484530020|RWS|Permanent|0020|Audubon C38|Active|TX1|Texas Commission on Environmental Quality|R6|30.483168|-97.872300|317.200|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530021|484530021|840484530021|WD|Permanent|0021|Austin Webberville Road C171|Active|TX1|Texas Commission on Environmental Quality|R6|30.263300|-97.713100|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530021|484530021|840484530021|RWD|Permanent|0021|Austin Webberville Road C171|Active|TX1|Texas Commission on Environmental Quality|R6|30.263300|-97.713100|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530021|484530021|840484530021|RWS|Permanent|0021|Austin Webberville Road C171|Active|TX1|Texas Commission on Environmental Quality|R6|30.263300|-97.713100|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530021|484530021|840484530021|PM2.5|Permanent|0021|Austin Webberville Road C171|Active|TX1|Texas Commission on Environmental Quality|R6|30.263300|-97.713100|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530021|484530021|840484530021|TEMP|Permanent|0021|Austin Webberville Road C171|Active|TX1|Texas Commission on Environmental Quality|R6|30.263300|-97.713100|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484530021|484530021|840484530021|WS|Permanent|0021|Austin Webberville Road C171|Active|TX1|Texas Commission on Environmental Quality|R6|30.263300|-97.713100|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531068|484531068|840484531068|NOX|Permanent|1068|Austin North Interstate 35 C1068|Active|TX1|Texas Commission on Environmental Quality|R6|30.353860|-97.691660|195.200|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531068|484531068|840484531068|NO|Permanent|1068|Austin North Interstate 35 C1068|Active|TX1|Texas Commission on Environmental Quality|R6|30.353860|-97.691660|195.200|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531068|484531068|840484531068|RWD|Permanent|1068|Austin North Interstate 35 C1068|Active|TX1|Texas Commission on Environmental Quality|R6|30.353860|-97.691660|195.200|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531068|484531068|840484531068|RWS|Permanent|1068|Austin North Interstate 35 C1068|Active|TX1|Texas Commission on Environmental Quality|R6|30.353860|-97.691660|195.200|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531068|484531068|840484531068|PM2.5|Permanent|1068|Austin North Interstate 35 C1068|Active|TX1|Texas Commission on Environmental Quality|R6|30.353860|-97.691660|195.200|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531068|484531068|840484531068|NO2|Permanent|1068|Austin North Interstate 35 C1068|Active|TX1|Texas Commission on Environmental Quality|R6|30.353860|-97.691660|195.200|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531068|484531068|840484531068|CO|Permanent|1068|Austin North Interstate 35 C1068|Active|TX1|Texas Commission on Environmental Quality|R6|30.353860|-97.691660|195.200|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531068|484531068|840484531068|TEMP|Permanent|1068|Austin North Interstate 35 C1068|Active|TX1|Texas Commission on Environmental Quality|R6|30.353860|-97.691660|195.200|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531068|484531068|840484531068|WS|Permanent|1068|Austin North Interstate 35 C1068|Active|TX1|Texas Commission on Environmental Quality|R6|30.353860|-97.691660|195.200|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531603|484531603|840484531603|RWD|Permanent|1603|Gorzycki Middle School C1603|Active|TX1|Texas Commission on Environmental Quality|R6|30.216397|-97.893744|287.300|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484531603|484531603|840484531603|RWS|Permanent|1603|Gorzycki Middle School C1603|Active|TX1|Texas Commission on Environmental Quality|R6|30.216397|-97.893744|287.300|0.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +840484531619|484531619|840484531619|O3|Permanent|1619|East Austin C1619|Active|CAP|Capital Area Council of Governments|R6|30.250845|-97.721277|129.900|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535001|484535001|840484535001|RWD|Permanent|5001|Camp Mabry KATT C5001|Active|TX1|Texas Commission on Environmental Quality|R6|30.313600|-97.761400|183.000|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535001|484535001|840484535001|RWS|Permanent|5001|Camp Mabry KATT C5001|Active|TX1|Texas Commission on Environmental Quality|R6|30.313600|-97.761400|183.000|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535001|484535001|840484535001|TEMP|Permanent|5001|Camp Mabry KATT C5001|Active|TX1|Texas Commission on Environmental Quality|R6|30.313600|-97.761400|183.000|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535001|484535001|840484535001|WS|Permanent|5001|Camp Mabry KATT C5001|Active|TX1|Texas Commission on Environmental Quality|R6|30.313600|-97.761400|183.000|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535001|484535001|840484535001|WD|Permanent|5001|Camp Mabry KATT C5001|Active|TX1|Texas Commission on Environmental Quality|R6|30.313600|-97.761400|183.000|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535001|484535001|840484535001|RHUM|Permanent|5001|Camp Mabry KATT C5001|Active|TX1|Texas Commission on Environmental Quality|R6|30.313600|-97.761400|183.000|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535001|484535001|840484535001|PRECIP|Permanent|5001|Camp Mabry KATT C5001|Active|TX1|Texas Commission on Environmental Quality|R6|30.313600|-97.761400|183.000|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535003|484535003|840484535003|WD|Permanent|5003|Austin Bergstrom KAUS C5003|Active|TX1|Texas Commission on Environmental Quality|R6|30.194400|-97.670000|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535003|484535003|840484535003|RHUM|Permanent|5003|Austin Bergstrom KAUS C5003|Active|TX1|Texas Commission on Environmental Quality|R6|30.194400|-97.670000|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535003|484535003|840484535003|PRECIP|Permanent|5003|Austin Bergstrom KAUS C5003|Active|TX1|Texas Commission on Environmental Quality|R6|30.194400|-97.670000|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535003|484535003|840484535003|RWD|Permanent|5003|Austin Bergstrom KAUS C5003|Active|TX1|Texas Commission on Environmental Quality|R6|30.194400|-97.670000|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535003|484535003|840484535003|RWS|Permanent|5003|Austin Bergstrom KAUS C5003|Active|TX1|Texas Commission on Environmental Quality|R6|30.194400|-97.670000|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535003|484535003|840484535003|TEMP|Permanent|5003|Austin Bergstrom KAUS C5003|Active|TX1|Texas Commission on Environmental Quality|R6|30.194400|-97.670000|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484535003|484535003|840484535003|WS|Permanent|5003|Austin Bergstrom KAUS C5003|Active|TX1|Texas Commission on Environmental Quality|R6|30.194400|-97.670000|152.500|-6.00|US|12420| Austin-Round Rock, TX |48|TX|453|TRAVIS +484655017|484655017|840484655017|TEMP|Permanent|5017|Del Rio KDRT C5017|Active|TX1|Texas Commission on Environmental Quality|R6|29.374700|-100.923600|298.900|-6.00|US|19620| Del Rio, TX |48|TX|465|VAL VERDE +484655017|484655017|840484655017|WS|Permanent|5017|Del Rio KDRT C5017|Active|TX1|Texas Commission on Environmental Quality|R6|29.374700|-100.923600|298.900|-6.00|US|19620| Del Rio, TX |48|TX|465|VAL VERDE +484655017|484655017|840484655017|WD|Permanent|5017|Del Rio KDRT C5017|Active|TX1|Texas Commission on Environmental Quality|R6|29.374700|-100.923600|298.900|-6.00|US|19620| Del Rio, TX |48|TX|465|VAL VERDE +484655017|484655017|840484655017|RHUM|Permanent|5017|Del Rio KDRT C5017|Active|TX1|Texas Commission on Environmental Quality|R6|29.374700|-100.923600|298.900|-6.00|US|19620| Del Rio, TX |48|TX|465|VAL VERDE +484655017|484655017|840484655017|PRECIP|Permanent|5017|Del Rio KDRT C5017|Active|TX1|Texas Commission on Environmental Quality|R6|29.374700|-100.923600|298.900|-6.00|US|19620| Del Rio, TX |48|TX|465|VAL VERDE +484655017|484655017|840484655017|RWD|Permanent|5017|Del Rio KDRT C5017|Active|TX1|Texas Commission on Environmental Quality|R6|29.374700|-100.923600|298.900|-6.00|US|19620| Del Rio, TX |48|TX|465|VAL VERDE +484655017|484655017|840484655017|RWS|Permanent|5017|Del Rio KDRT C5017|Active|TX1|Texas Commission on Environmental Quality|R6|29.374700|-100.923600|298.900|-6.00|US|19620| Del Rio, TX |48|TX|465|VAL VERDE +484690003|484690003|840484690003|WD|Permanent|0003|Victoria C87|Active|TX1|Texas Commission on Environmental Quality|R6|28.835800|-97.005600||-6.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690003|484690003|840484690003|SRAD|Permanent|0003|Victoria C87|Active|TX1|Texas Commission on Environmental Quality|R6|28.835800|-97.005600||-6.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690003|484690003|840484690003|RWD|Permanent|0003|Victoria C87|Active|TX1|Texas Commission on Environmental Quality|R6|28.835800|-97.005600||-6.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690003|484690003|840484690003|RWS|Permanent|0003|Victoria C87|Active|TX1|Texas Commission on Environmental Quality|R6|28.835800|-97.005600||-6.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690003|484690003|840484690003|O3|Permanent|0003|Victoria C87|Active|TX1|Texas Commission on Environmental Quality|R6|28.835800|-97.005600||-6.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690003|484690003|840484690003|TEMP|Permanent|0003|Victoria C87|Active|TX1|Texas Commission on Environmental Quality|R6|28.835800|-97.005600||-6.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690003|484690003|840484690003|WS|Permanent|0003|Victoria C87|Active|TX1|Texas Commission on Environmental Quality|R6|28.835800|-97.005600||-6.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690609|484690609|840484690609|RWS|Permanent|0609|Inez C609|Inactive|TX1|Texas Commission on Environmental Quality|R6|28.899617|-96.785131|18.300|0.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690609|484690609|840484690609|O3|Permanent|0609|Inez C609|Inactive|TX1|Texas Commission on Environmental Quality|R6|28.899617|-96.785131|18.300|0.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690609|484690609|840484690609|TEMP|Permanent|0609|Inez C609|Inactive|TX1|Texas Commission on Environmental Quality|R6|28.899617|-96.785131|18.300|0.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484690609|484690609|840484690609|RWD|Permanent|0609|Inez C609|Inactive|TX1|Texas Commission on Environmental Quality|R6|28.899617|-96.785131|18.300|0.00|US|47020| Victoria, TX |48|TX|469|VICTORIA +484715012|484715012|840484715012|RWD|Permanent|5012|Huntsville KUTS C5012|Active|TX1|Texas Commission on Environmental Quality|R6|30.743900|-95.586100|103.700|-6.00|US|26660| Huntsville, TX |48|TX|471|WALKER +484715012|484715012|840484715012|RWS|Permanent|5012|Huntsville KUTS C5012|Active|TX1|Texas Commission on Environmental Quality|R6|30.743900|-95.586100|103.700|-6.00|US|26660| Huntsville, TX |48|TX|471|WALKER +484715012|484715012|840484715012|TEMP|Permanent|5012|Huntsville KUTS C5012|Active|TX1|Texas Commission on Environmental Quality|R6|30.743900|-95.586100|103.700|-6.00|US|26660| Huntsville, TX |48|TX|471|WALKER +484715012|484715012|840484715012|WS|Permanent|5012|Huntsville KUTS C5012|Active|TX1|Texas Commission on Environmental Quality|R6|30.743900|-95.586100|103.700|-6.00|US|26660| Huntsville, TX |48|TX|471|WALKER +484715012|484715012|840484715012|WD|Permanent|5012|Huntsville KUTS C5012|Active|TX1|Texas Commission on Environmental Quality|R6|30.743900|-95.586100|103.700|-6.00|US|26660| Huntsville, TX |48|TX|471|WALKER +484715012|484715012|840484715012|RHUM|Permanent|5012|Huntsville KUTS C5012|Active|TX1|Texas Commission on Environmental Quality|R6|30.743900|-95.586100|103.700|-6.00|US|26660| Huntsville, TX |48|TX|471|WALKER +484790016|484790016|840484790016|WD|Permanent|0016|Laredo C44|Active|TX1|Texas Commission on Environmental Quality|R6|27.517403|-99.515244|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790016|484790016|840484790016|SRAD|Permanent|0016|Laredo C44|Active|TX1|Texas Commission on Environmental Quality|R6|27.517403|-99.515244|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790016|484790016|840484790016|RWD|Permanent|0016|Laredo C44|Active|TX1|Texas Commission on Environmental Quality|R6|27.517403|-99.515244|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790016|484790016|840484790016|RWS|Permanent|0016|Laredo C44|Active|TX1|Texas Commission on Environmental Quality|R6|27.517403|-99.515244|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790016|484790016|840484790016|O3|Permanent|0016|Laredo C44|Active|TX1|Texas Commission on Environmental Quality|R6|27.517403|-99.515244|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790016|484790016|840484790016|PM10|Permanent|0016|Laredo C44|Active|TX1|Texas Commission on Environmental Quality|R6|27.517403|-99.515244|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790016|484790016|840484790016|TEMP|Permanent|0016|Laredo C44|Active|TX1|Texas Commission on Environmental Quality|R6|27.517403|-99.515244|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790016|484790016|840484790016|WS|Permanent|0016|Laredo C44|Active|TX1|Texas Commission on Environmental Quality|R6|27.517403|-99.515244|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790017|484790017|840484790017|RWS|Permanent|0017|Laredo Bridge C66|Active|TX1|Texas Commission on Environmental Quality|R6|27.501700|-99.503100|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790017|484790017|840484790017|CO|Permanent|0017|Laredo Bridge C66|Active|TX1|Texas Commission on Environmental Quality|R6|27.501700|-99.503100|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790017|484790017|840484790017|TEMP|Permanent|0017|Laredo Bridge C66|Active|TX1|Texas Commission on Environmental Quality|R6|27.501700|-99.503100|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790017|484790017|840484790017|WS|Permanent|0017|Laredo Bridge C66|Active|TX1|Texas Commission on Environmental Quality|R6|27.501700|-99.503100|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790017|484790017|840484790017|WD|Permanent|0017|Laredo Bridge C66|Active|TX1|Texas Commission on Environmental Quality|R6|27.501700|-99.503100|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790017|484790017|840484790017|RWD|Permanent|0017|Laredo Bridge C66|Active|TX1|Texas Commission on Environmental Quality|R6|27.501700|-99.503100|97.600|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484790313|484790313|840484790313|PM2.5|Permanent|0313|Laredo C313|Active|TX1|Texas Commission on Environmental Quality|R6|27.599400|-99.533300|390.400|-6.00|US|29700| Laredo, TX |48|TX|479|WEBB +484850315|484850315|840484850315|TEMP|Permanent|0315|Wichita Falls C315|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.863022|-98.571788|311.100|-6.00|US|48660| Wichita Falls, TX |48|TX|485|WICHITA +484850315|484850315|840484850315|WS|Permanent|0315|Wichita Falls C315|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.863022|-98.571788|311.100|-6.00|US|48660| Wichita Falls, TX |48|TX|485|WICHITA +484850315|484850315|840484850315|WD|Permanent|0315|Wichita Falls C315|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.863022|-98.571788|311.100|-6.00|US|48660| Wichita Falls, TX |48|TX|485|WICHITA +484850315|484850315|840484850315|RWD|Permanent|0315|Wichita Falls C315|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.863022|-98.571788|311.100|-6.00|US|48660| Wichita Falls, TX |48|TX|485|WICHITA +484850315|484850315|840484850315|RWS|Permanent|0315|Wichita Falls C315|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.863022|-98.571788|311.100|-6.00|US|48660| Wichita Falls, TX |48|TX|485|WICHITA +484850315|484850315|840484850315|PM2.5|Permanent|0315|Wichita Falls C315|Inactive|TX1|Texas Commission on Environmental Quality|R6|33.863022|-98.571788|311.100|-6.00|US|48660| Wichita Falls, TX |48|TX|485|WICHITA +484851508|484851508|840484851508|BARPR|Permanent|1508|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|33.849304|-98.506096||0.00|US|||48|TX|485|WICHITA +484851508|484851508|840484851508|RWD|Permanent|1508|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|33.849304|-98.506096||0.00|US|||48|TX|485|WICHITA +484851508|484851508|840484851508|RWS|Permanent|1508|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|33.849304|-98.506096||0.00|US|||48|TX|485|WICHITA +484851508|484851508|840484851508|TEMP|Permanent|1508|N/A|Active|TX1|Texas Commission on Environmental Quality|R6|33.849304|-98.506096||0.00|US|||48|TX|485|WICHITA +484910674|484910674|840484910674|O3|Permanent|0674|Round Rock C674|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.532800|-97.685000|225.700|-6.00|US|12420| Austin-Round Rock, TX |48|TX|491|WILLIAMSON +484910674|484910674|840484910674|WS|Permanent|0674|Round Rock C674|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.532800|-97.685000|225.700|-6.00|US|12420| Austin-Round Rock, TX |48|TX|491|WILLIAMSON +484910674|484910674|840484910674|WD|Permanent|0674|Round Rock C674|Inactive|TX1|Texas Commission on Environmental Quality|R6|30.532800|-97.685000|225.700|-6.00|US|12420| Austin-Round Rock, TX |48|TX|491|WILLIAMSON +484910690|484910690|840484910690|O3|Permanent|0690|Lake Georgetown C690|Active|CAP|Capital Area Council of Governments|R6|30.666508|-97.734592|258.600|-6.00|US|12420| Austin-Round Rock, TX |48|TX|491|WILLIAMSON +840484911620|484911620|840484911620|O3|Permanent|1620|CAPCOG Round Rock Brushy Creek W C1620|Active|CAP|Capital Area Council of Governments|R6|30.513854|-97.666703|208.900|-6.00|US|12420| Austin-Round Rock, TX |48|TX|491|WILLIAMSON +484916602|484916602|840484916602|O3|Permanent|6602|Hutto C6602|Inactive|CAP|Capital Area Council of Governments|R6|30.545964|-97.542006|198.900|-6.00|US|12420| Austin-Round Rock, TX |48|TX|491|WILLIAMSON +484931038|484931038|840484931038|TEMP|Permanent|1038|Floresville C1038|Active|TX1|Texas Commission on Environmental Quality|R6|29.130675|-98.148060|122.000|0.00|US|41700| San Antonio, TX |48|TX|493|WILSON +484931038|484931038|840484931038|RWD|Permanent|1038|Floresville C1038|Active|TX1|Texas Commission on Environmental Quality|R6|29.130675|-98.148060|122.000|0.00|US|41700| San Antonio, TX |48|TX|493|WILSON +484931038|484931038|840484931038|RWS|Permanent|1038|Floresville C1038|Active|TX1|Texas Commission on Environmental Quality|R6|29.130675|-98.148060|122.000|0.00|US|41700| San Antonio, TX |48|TX|493|WILSON +484971064|484971064|840484971064|TEMP|Permanent|1064|Rhome Seven Hills Road C1064|Active|TX1|Texas Commission on Environmental Quality|R6|33.044028|-97.486618|244.000|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|497|WISE +484971064|484971064|840484971064|RWD|Permanent|1064|Rhome Seven Hills Road C1064|Active|TX1|Texas Commission on Environmental Quality|R6|33.044028|-97.486618|244.000|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|497|WISE +484971064|484971064|840484971064|RWS|Permanent|1064|Rhome Seven Hills Road C1064|Active|TX1|Texas Commission on Environmental Quality|R6|33.044028|-97.486618|244.000|0.00|US|19100| Dallas-Fort Worth-Arlington, TX |48|TX|497|WISE +490030003|490030003|840490030003|NOX|Permanent|0003|Brigham City|Inactive|UT1|Utah Department of Environmental Quality|R8|41.492802|-112.018700|1342.600|-7.00|US|14940| Brigham City, UT |49|UT|003|BOX ELDER +490030003|490030003|840490030003|WD|Permanent|0003|Brigham City|Inactive|UT1|Utah Department of Environmental Quality|R8|41.492802|-112.018700|1342.600|-7.00|US|14940| Brigham City, UT |49|UT|003|BOX ELDER +490030003|490030003|840490030003|NO|Permanent|0003|Brigham City|Inactive|UT1|Utah Department of Environmental Quality|R8|41.492802|-112.018700|1342.600|-7.00|US|14940| Brigham City, UT |49|UT|003|BOX ELDER +490030003|490030003|840490030003|O3|Permanent|0003|Brigham City|Inactive|UT1|Utah Department of Environmental Quality|R8|41.492802|-112.018700|1342.600|-7.00|US|14940| Brigham City, UT |49|UT|003|BOX ELDER +490030003|490030003|840490030003|PM2.5|Permanent|0003|Brigham City|Inactive|UT1|Utah Department of Environmental Quality|R8|41.492802|-112.018700|1342.600|-7.00|US|14940| Brigham City, UT |49|UT|003|BOX ELDER +490030003|490030003|840490030003|NO2|Permanent|0003|Brigham City|Inactive|UT1|Utah Department of Environmental Quality|R8|41.492802|-112.018700|1342.600|-7.00|US|14940| Brigham City, UT |49|UT|003|BOX ELDER +490030003|490030003|840490030003|TEMP|Permanent|0003|Brigham City|Inactive|UT1|Utah Department of Environmental Quality|R8|41.492802|-112.018700|1342.600|-7.00|US|14940| Brigham City, UT |49|UT|003|BOX ELDER +490030003|490030003|840490030003|WS|Permanent|0003|Brigham City|Inactive|UT1|Utah Department of Environmental Quality|R8|41.492802|-112.018700|1342.600|-7.00|US|14940| Brigham City, UT |49|UT|003|BOX ELDER +840490037001|490037001|840490037001|TEMP|Permanent|7001|Portage|Active|UT1|Utah Department of Environmental Quality|R8|41.945950|-112.233179||-7.00|US|||49|UT|003|BOX ELDER +840490037001|490037001|840490037001|WS|Permanent|7001|Portage|Active|UT1|Utah Department of Environmental Quality|R8|41.945950|-112.233179||-7.00|US|||49|UT|003|BOX ELDER +840490037001|490037001|840490037001|WD|Permanent|7001|Portage|Active|UT1|Utah Department of Environmental Quality|R8|41.945950|-112.233179||-7.00|US|||49|UT|003|BOX ELDER +840490037001|490037001|840490037001|RHUM|Permanent|7001|Portage|Active|UT1|Utah Department of Environmental Quality|R8|41.945950|-112.233179||-7.00|US|||49|UT|003|BOX ELDER +840490037001|490037001|840490037001|BARPR|Permanent|7001|Portage|Active|UT1|Utah Department of Environmental Quality|R8|41.945950|-112.233179||-7.00|US|||49|UT|003|BOX ELDER +840490037001|490037001|840490037001|SRAD|Permanent|7001|Portage|Active|UT1|Utah Department of Environmental Quality|R8|41.945950|-112.233179||-7.00|US|||49|UT|003|BOX ELDER +840490037001|490037001|840490037001|O3|Permanent|7001|Portage|Active|UT1|Utah Department of Environmental Quality|R8|41.945950|-112.233179||-7.00|US|||49|UT|003|BOX ELDER +490050004|490050004|840490050004|NOX|Permanent|0004|Logan|Inactive|UT1|Utah Department of Environmental Quality|R8|41.731201|-111.837502|1342.600|-7.00|US|30860| Logan, UT-ID |49|UT|005|CACHE +490050004|490050004|840490050004|O3|Permanent|0004|Logan|Inactive|UT1|Utah Department of Environmental Quality|R8|41.731201|-111.837502|1342.600|-7.00|US|30860| Logan, UT-ID |49|UT|005|CACHE +490050004|490050004|840490050004|NO|Permanent|0004|Logan|Inactive|UT1|Utah Department of Environmental Quality|R8|41.731201|-111.837502|1342.600|-7.00|US|30860| Logan, UT-ID |49|UT|005|CACHE +490050004|490050004|840490050004|PM2.5|Permanent|0004|Logan|Inactive|UT1|Utah Department of Environmental Quality|R8|41.731201|-111.837502|1342.600|-7.00|US|30860| Logan, UT-ID |49|UT|005|CACHE +490050004|490050004|840490050004|NO2|Permanent|0004|Logan|Inactive|UT1|Utah Department of Environmental Quality|R8|41.731201|-111.837502|1342.600|-7.00|US|30860| Logan, UT-ID |49|UT|005|CACHE +490050004|490050004|840490050004|TEMP|Permanent|0004|Logan|Inactive|UT1|Utah Department of Environmental Quality|R8|41.731201|-111.837502|1342.600|-7.00|US|30860| Logan, UT-ID |49|UT|005|CACHE +490050004|490050004|840490050004|WS|Permanent|0004|Logan|Inactive|UT1|Utah Department of Environmental Quality|R8|41.731201|-111.837502|1342.600|-7.00|US|30860| Logan, UT-ID |49|UT|005|CACHE +490050004|490050004|840490050004|WD|Permanent|0004|Logan|Inactive|UT1|Utah Department of Environmental Quality|R8|41.731201|-111.837502|1342.600|-7.00|US|30860| Logan, UT-ID |49|UT|005|CACHE +490050007|490050007|840490050007|WD|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|SRAD|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|NOX|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|PM2.5|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|NO|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|BC_LC|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|NO2|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|TEMP|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|WS|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|RHUM|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|BARPR|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490050007|490050007|840490050007|O3|Permanent|0007|Smithfield|Active|UT1|Utah Department of Environmental Quality|R8|41.842778|-111.851940||-7.00|US|||49|UT|005|CACHE +490071001|490071001|840490071001|O3|Permanent|1001|Price|Inactive|UT1|Utah Department of Environmental Quality|R8|39.595825|-110.770180|1739.100|-7.00|US|||49|UT|007|CARBON +490071001|490071001|840490071001|TEMP|Permanent|1001|Price|Inactive|UT1|Utah Department of Environmental Quality|R8|39.595825|-110.770180|1739.100|-7.00|US|||49|UT|007|CARBON +490071001|490071001|840490071001|WS|Permanent|1001|Price|Inactive|UT1|Utah Department of Environmental Quality|R8|39.595825|-110.770180|1739.100|-7.00|US|||49|UT|007|CARBON +490071001|490071001|840490071001|WD|Permanent|1001|Price|Inactive|UT1|Utah Department of Environmental Quality|R8|39.595825|-110.770180|1739.100|-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|RHUM|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|BARPR|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|O3|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|NOX|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|NO|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|NO2|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|TEMP|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|WS|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|WD|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490071003|490071003|840490071003|SRAD|Permanent|1003|P2|Active|UT1|Utah Department of Environmental Quality|R8|39.595798|-110.769997||-7.00|US|||49|UT|007|CARBON +490110004|490110004|840490110004|BARPR|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|SRAD|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|O3|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|PM2.5|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|NO2|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|NO|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|BC_LC|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|TEMP|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|WS|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|WD|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|RHUM|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490110004|490110004|840490110004|NOX|Permanent|0004|BV|Active|UT1|Utah Department of Environmental Quality|R8|40.897999|-111.885498||-7.00|US|36260| Ogden-Clearfield, UT |49|UT|011|DAVIS +490130000|490130000|840490130000|O3|Permanent|0000|N/A|Inactive|UT1|Utah Department of Environmental Quality|R8|41.345000|-111.979900||-7.00|US|||49|UT|013|DUCHESNE +490130000|490130000|840490130000|SO2|Permanent|0000|N/A|Inactive|UT1|Utah Department of Environmental Quality|R8|41.345000|-111.979900||-7.00|US|||49|UT|013|DUCHESNE +490130000|490130000|840490130000|TEMP|Permanent|0000|N/A|Inactive|UT1|Utah Department of Environmental Quality|R8|41.345000|-111.979900||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|O3|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|PM2.5|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|NO2|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|TEMP|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|WS|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|WD|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|RHUM|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|BARPR|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|SRAD|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|NOX|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490130002|490130002|840490130002|NO|Permanent|0002|Roosvelt|Active|UT1|Utah Department of Environmental Quality|R8|40.294300|-110.009000||-7.00|US|||49|UT|013|DUCHESNE +490131001|490131001|840490131001|NOX|Permanent|1001|Fruitland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.208801|-110.840500||-7.00|US|||49|UT|013|DUCHESNE +490131001|490131001|840490131001|NO|Permanent|1001|Fruitland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.208801|-110.840500||-7.00|US|||49|UT|013|DUCHESNE +490131001|490131001|840490131001|O3|Permanent|1001|Fruitland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.208801|-110.840500||-7.00|US|||49|UT|013|DUCHESNE +490131001|490131001|840490131001|NO2|Permanent|1001|Fruitland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.208801|-110.840500||-7.00|US|||49|UT|013|DUCHESNE +490131001|490131001|840490131001|TEMP|Permanent|1001|Fruitland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.208801|-110.840500||-7.00|US|||49|UT|013|DUCHESNE +490131001|490131001|840490131001|WS|Permanent|1001|Fruitland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.208801|-110.840500||-7.00|US|||49|UT|013|DUCHESNE +490131001|490131001|840490131001|WD|Permanent|1001|Fruitland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.208801|-110.840500||-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|O3|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|PM2.5|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|NO2|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|TEMP|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|NO|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|PRECIP|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|WS|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|WD|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|RHUM|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|BARPR|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|SRAD|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490137011|490137011|840490137011|NOX|Permanent|7011|Myton|Active|UTE|Ute Tribe|R8|40.216900|-110.182297|1608.900|-7.00|US|||49|UT|013|DUCHESNE +490170004|490170004|840490170004|TEMP|Permanent|0004|Escalante National Monument - Visitors Center|Inactive|NPS|National Park Service|USEPA|37.775558|-111.614723|1794.900|-7.00|US|||49|UT|017|GARFIELD +490170004|490170004|840490170004|WS|Permanent|0004|Escalante National Monument - Visitors Center|Inactive|NPS|National Park Service|USEPA|37.775558|-111.614723|1794.900|-7.00|US|||49|UT|017|GARFIELD +490170004|490170004|840490170004|WD|Permanent|0004|Escalante National Monument - Visitors Center|Inactive|NPS|National Park Service|USEPA|37.775558|-111.614723|1794.900|-7.00|US|||49|UT|017|GARFIELD +490170004|490170004|840490170004|RHUM|Permanent|0004|Escalante National Monument - Visitors Center|Inactive|NPS|National Park Service|USEPA|37.775558|-111.614723|1794.900|-7.00|US|||49|UT|017|GARFIELD +490170004|490170004|840490170004|SRAD|Permanent|0004|Escalante National Monument - Visitors Center|Inactive|NPS|National Park Service|USEPA|37.775558|-111.614723|1794.900|-7.00|US|||49|UT|017|GARFIELD +490170004|490170004|840490170004|PRECIP|Permanent|0004|Escalante National Monument - Visitors Center|Inactive|NPS|National Park Service|USEPA|37.775558|-111.614723|1794.900|-7.00|US|||49|UT|017|GARFIELD +490170004|490170004|840490170004|O3|Permanent|0004|Escalante National Monument - Visitors Center|Inactive|NPS|National Park Service|USEPA|37.775558|-111.614723|1794.900|-7.00|US|||49|UT|017|GARFIELD +840490170006|490170006|840490170006|O3|Permanent|0006|Escalante|Active|UT1|Utah Department of Environmental Quality|R8|37.771861|-111.615410||-7.00|US|||49|UT|017|GARFIELD +490210005|490210005|840490210005|PM2.5|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|NO2|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|TEMP|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|WS|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|WD|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|RHUM|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|BARPR|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|SRAD|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|NOX|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|NO|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490210005|490210005|840490210005|O3|Permanent|0005|Enoch|Active|UT1|Utah Department of Environmental Quality|R8|37.747445|-113.055524||-7.00|US|||49|UT|021|IRON +490350003|490350003|840490350003|O3|Permanent|0003|Cottonwood|Inactive|UT1|Utah Department of Environmental Quality|R8|40.644699|-111.849701|1343.500|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490350003|490350003|840490350003|PM2.5|Permanent|0003|Cottonwood|Inactive|UT1|Utah Department of Environmental Quality|R8|40.644699|-111.849701|1343.500|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490350003|490350003|840490350003|TEMP|Permanent|0003|Cottonwood|Inactive|UT1|Utah Department of Environmental Quality|R8|40.644699|-111.849701|1343.500|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490350003|490350003|840490350003|WS|Permanent|0003|Cottonwood|Inactive|UT1|Utah Department of Environmental Quality|R8|40.644699|-111.849701|1343.500|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490350003|490350003|840490350003|WD|Permanent|0003|Cottonwood|Inactive|UT1|Utah Department of Environmental Quality|R8|40.644699|-111.849701|1343.500|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490350012|490350012|840490350012|WD|Permanent|0012|North Salt Lake|Inactive|UT1|Utah Department of Environmental Quality|R8|40.805698|-111.920303||-7.00|US|||49|UT|035|SALT LAKE +490350012|490350012|840490350012|SO2|Permanent|0012|North Salt Lake|Inactive|UT1|Utah Department of Environmental Quality|R8|40.805698|-111.920303||-7.00|US|||49|UT|035|SALT LAKE +490350012|490350012|840490350012|TEMP|Permanent|0012|North Salt Lake|Inactive|UT1|Utah Department of Environmental Quality|R8|40.805698|-111.920303||-7.00|US|||49|UT|035|SALT LAKE +490350012|490350012|840490350012|WS|Permanent|0012|North Salt Lake|Inactive|UT1|Utah Department of Environmental Quality|R8|40.805698|-111.920303||-7.00|US|||49|UT|035|SALT LAKE +490351001|490351001|840490351001|TEMP|Permanent|1001|Magna|Inactive|UT1|Utah Department of Environmental Quality|R8|40.706900|-112.093600||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490351001|490351001|840490351001|WS|Permanent|1001|Magna|Inactive|UT1|Utah Department of Environmental Quality|R8|40.706900|-112.093600||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490351001|490351001|840490351001|WD|Permanent|1001|Magna|Inactive|UT1|Utah Department of Environmental Quality|R8|40.706900|-112.093600||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351002|490351002|840490351002|NO|Permanent|1002|MAGNATEMP|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351002|490351002|840490351002|O3|Permanent|1002|MAGNATEMP|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351002|490351002|840490351002|PM2.5|Permanent|1002|MAGNATEMP|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351002|490351002|840490351002|NO2|Permanent|1002|MAGNATEMP|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351002|490351002|840490351002|SO2|Permanent|1002|MAGNATEMP|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351002|490351002|840490351002|NOX|Permanent|1002|MAGNATEMP|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351007|490351007|840490351007|NOX|Permanent|1007|MA|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351007|490351007|840490351007|NO|Permanent|1007|MA|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351007|490351007|840490351007|O3|Permanent|1007|MA|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351007|490351007|840490351007|PM2.5|Permanent|1007|MA|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351007|490351007|840490351007|NO2|Permanent|1007|MA|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490351007|490351007|840490351007|SO2|Permanent|1007|MA|Inactive|UT1|Utah Department of Environmental Quality|R8|40.712064|-112.111122||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490352004|490352004|840490352004|WD|Permanent|2004|Beach|Inactive|UT1|Utah Department of Environmental Quality|R8|40.735001|-112.210999|1292.300|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490352004|490352004|840490352004|O3|Permanent|2004|Beach|Inactive|UT1|Utah Department of Environmental Quality|R8|40.735001|-112.210999|1292.300|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490352004|490352004|840490352004|SO2|Permanent|2004|Beach|Inactive|UT1|Utah Department of Environmental Quality|R8|40.735001|-112.210999|1292.300|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490352004|490352004|840490352004|TEMP|Permanent|2004|Beach|Inactive|UT1|Utah Department of Environmental Quality|R8|40.735001|-112.210999|1292.300|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490352004|490352004|840490352004|WS|Permanent|2004|Beach|Inactive|UT1|Utah Department of Environmental Quality|R8|40.735001|-112.210999|1292.300|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|TEMP|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|WS|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|RHUM|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|BARPR|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|SRAD|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|WD|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|O3|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|PM2.5|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|NO|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|NO2|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|CO|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|NOX|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490352005|490352005|840490352005|SO2|Permanent|2005|Copper View|Active|UT1|Utah Department of Environmental Quality|R8|40.598056|-111.894167||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|NO|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|SO2|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|TEMP|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|WS|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|O3|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|PM2.5|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|PM10|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|NO2|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|CO|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|WD|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|RHUM|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|BARPR|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|SRAD|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353006|490353006|840490353006|NOX|Permanent|3006|Hawthorne|Active|UT1|Utah Department of Environmental Quality|R8|40.733501|-111.871696|1314.600|-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|NO2|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|TEMP|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|WS|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|WD|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|RHUM|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|BARPR|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|SRAD|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|O3|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|PM2.5|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|CO|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|SO2|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|NOX|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353010|490353010|840490353010|NO|Permanent|3010|Rose Park|Active|UT1|Utah Department of Environmental Quality|R8|40.795500|-111.930900||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|PM10|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|NO2|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|TEMP|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|WS|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|BARPR|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|SRAD|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|NOX|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|NO|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|O3|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|PM2.5|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|WD|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490353013|490353013|840490353013|RHUM|Permanent|3013|Herriman #3|Active|UT1|Utah Department of Environmental Quality|R8|40.496408|-112.036305||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|WD|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|RHUM|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|BARPR|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|O3|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|PM2.5|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|NOX|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|NO|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|BC_LC|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|NO2|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|TEMP|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|WS|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353014|490353014|840490353014|SRAD|Permanent|3014|Lake Park|Active|UT1|Utah Department of Environmental Quality|R8|40.709867|-112.008664||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|SRAD|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|NOX|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|NO|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|TEMP|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|WS|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|WD|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|NO2|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|O3|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|RHUM|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|BARPR|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|PM2.5|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|CO|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353015|490353015|840490353015|SO2|Permanent|3015|Utah Tech. Center|Active|UT1|Utah Department of Environmental Quality|R8|40.777100|-111.945000||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|TEMP|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|WS|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|WD|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|SRAD|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|NOX|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|RHUM|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|BARPR|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|O3|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|PM2.5|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|NO|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|BC_LC|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490353016|490353016|840490353016|NO2|Permanent|3016|Inland Port|Active|UT1|Utah Department of Environmental Quality|R8|40.807897|-112.087717||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490354002|490354002|840490354002|NO|Permanent|4002|NR|Active|UT1|Utah Department of Environmental Quality|R8|40.662841|-111.901796||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490354002|490354002|840490354002|O3|Permanent|4002|NR|Active|UT1|Utah Department of Environmental Quality|R8|40.662841|-111.901796||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490354002|490354002|840490354002|PM2.5|Permanent|4002|NR|Active|UT1|Utah Department of Environmental Quality|R8|40.662841|-111.901796||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490354002|490354002|840490354002|NO2|Permanent|4002|NR|Active|UT1|Utah Department of Environmental Quality|R8|40.662841|-111.901796||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490354002|490354002|840490354002|CO|Permanent|4002|NR|Active|UT1|Utah Department of Environmental Quality|R8|40.662841|-111.901796||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +840490354002|490354002|840490354002|NOX|Permanent|4002|NR|Active|UT1|Utah Department of Environmental Quality|R8|40.662841|-111.901796||-7.00|US|41620| Salt Lake City, UT |49|UT|035|SALT LAKE +490370101|490370101|840490370101|RWS|Permanent|0101|Canyonlands NP|Active|NPS|National Park Service|USEPA|38.458300|-109.821100|1814.800|-7.00|US|||49|UT|037|SAN JUAN +490370101|490370101|840490370101|O3|Permanent|0101|Canyonlands NP|Active|NPS|National Park Service|USEPA|38.458300|-109.821100|1814.800|-7.00|US|||49|UT|037|SAN JUAN +490370101|490370101|840490370101|TEMP|Permanent|0101|Canyonlands NP|Active|NPS|National Park Service|USEPA|38.458300|-109.821100|1814.800|-7.00|US|||49|UT|037|SAN JUAN +490370101|490370101|840490370101|WS|Permanent|0101|Canyonlands NP|Active|NPS|National Park Service|USEPA|38.458300|-109.821100|1814.800|-7.00|US|||49|UT|037|SAN JUAN +490370101|490370101|840490370101|WD|Permanent|0101|Canyonlands NP|Active|NPS|National Park Service|USEPA|38.458300|-109.821100|1814.800|-7.00|US|||49|UT|037|SAN JUAN +490370101|490370101|840490370101|RHUM|Permanent|0101|Canyonlands NP|Active|NPS|National Park Service|USEPA|38.458300|-109.821100|1814.800|-7.00|US|||49|UT|037|SAN JUAN +490370101|490370101|840490370101|SRAD|Permanent|0101|Canyonlands NP|Active|NPS|National Park Service|USEPA|38.458300|-109.821100|1814.800|-7.00|US|||49|UT|037|SAN JUAN +490370101|490370101|840490370101|PRECIP|Permanent|0101|Canyonlands NP|Active|NPS|National Park Service|USEPA|38.458300|-109.821100|1814.800|-7.00|US|||49|UT|037|SAN JUAN +490370101|490370101|840490370101|RWD|Permanent|0101|Canyonlands NP|Active|NPS|National Park Service|USEPA|38.458300|-109.821100|1814.800|-7.00|US|||49|UT|037|SAN JUAN +490450003|490450003|840490450003|PM2.5|Permanent|0003|Tooele|Inactive|UT1|Utah Department of Environmental Quality|R8|40.539299|-112.299797||-7.00|US|||49|UT|045|TOOELE +490450003|490450003|840490450003|TEMP|Permanent|0003|Tooele|Inactive|UT1|Utah Department of Environmental Quality|R8|40.539299|-112.299797||-7.00|US|||49|UT|045|TOOELE +490450003|490450003|840490450003|WS|Permanent|0003|Tooele|Inactive|UT1|Utah Department of Environmental Quality|R8|40.539299|-112.299797||-7.00|US|||49|UT|045|TOOELE +490450003|490450003|840490450003|WD|Permanent|0003|Tooele|Inactive|UT1|Utah Department of Environmental Quality|R8|40.539299|-112.299797||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|O3|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|PM2.5|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|NO2|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|TEMP|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|WS|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|WD|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|RHUM|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|BARPR|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|SRAD|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|NOX|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490450004|490450004|840490450004|NO|Permanent|0004|Erda|Active|UT1|Utah Department of Environmental Quality|R8|40.600556|-112.355000||-7.00|US|||49|UT|045|TOOELE +490471002|490471002|840490471002|RWD|Permanent|1002|Dinosaur National Monument|Active|NPS|National Park Service|USEPA|40.437200|-109.304700||-7.00|US|||49|UT|047|UINTAH +490471002|490471002|840490471002|RWS|Permanent|1002|Dinosaur National Monument|Active|NPS|National Park Service|USEPA|40.437200|-109.304700||-7.00|US|||49|UT|047|UINTAH +490471002|490471002|840490471002|TEMP|Permanent|1002|Dinosaur National Monument|Active|NPS|National Park Service|USEPA|40.437200|-109.304700||-7.00|US|||49|UT|047|UINTAH +490471002|490471002|840490471002|WS|Permanent|1002|Dinosaur National Monument|Active|NPS|National Park Service|USEPA|40.437200|-109.304700||-7.00|US|||49|UT|047|UINTAH +490471002|490471002|840490471002|WD|Permanent|1002|Dinosaur National Monument|Active|NPS|National Park Service|USEPA|40.437200|-109.304700||-7.00|US|||49|UT|047|UINTAH +490471002|490471002|840490471002|RHUM|Permanent|1002|Dinosaur National Monument|Active|NPS|National Park Service|USEPA|40.437200|-109.304700||-7.00|US|||49|UT|047|UINTAH +490471002|490471002|840490471002|SRAD|Permanent|1002|Dinosaur National Monument|Active|NPS|National Park Service|USEPA|40.437200|-109.304700||-7.00|US|||49|UT|047|UINTAH +490471002|490471002|840490471002|PRECIP|Permanent|1002|Dinosaur National Monument|Active|NPS|National Park Service|USEPA|40.437200|-109.304700||-7.00|US|||49|UT|047|UINTAH +490471002|490471002|840490471002|O3|Permanent|1002|Dinosaur National Monument|Active|NPS|National Park Service|USEPA|40.437200|-109.304700||-7.00|US|||49|UT|047|UINTAH +490471003|490471003|840490471003|O3|Permanent|1003|VERNAL|Inactive|UT1|Utah Department of Environmental Quality|R8|40.452301|-109.509697||-7.00|US|||49|UT|047|UINTAH +490471003|490471003|840490471003|PM2.5|Permanent|1003|VERNAL|Inactive|UT1|Utah Department of Environmental Quality|R8|40.452301|-109.509697||-7.00|US|||49|UT|047|UINTAH +490471003|490471003|840490471003|TEMP|Permanent|1003|VERNAL|Inactive|UT1|Utah Department of Environmental Quality|R8|40.452301|-109.509697||-7.00|US|||49|UT|047|UINTAH +490471003|490471003|840490471003|WS|Permanent|1003|VERNAL|Inactive|UT1|Utah Department of Environmental Quality|R8|40.452301|-109.509697||-7.00|US|||49|UT|047|UINTAH +490471003|490471003|840490471003|WD|Permanent|1003|VERNAL|Inactive|UT1|Utah Department of Environmental Quality|R8|40.452301|-109.509697||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|TEMP|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|WS|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|WD|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|RHUM|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|BARPR|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|SRAD|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|NOX|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|NO|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|PM2.5|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|NO2|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490471004|490471004|840490471004|O3|Permanent|1004|Vernal #4|Active|UT1|Utah Department of Environmental Quality|R8|40.464722|-109.560830||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|WS|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|WD|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|BARPR|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|SRAD|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|NOX|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|NO|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|O3|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|PM2.5|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|NO2|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472002|490472002|840490472002|TEMP|Permanent|2002|Redwash|Active|UTE|Ute Tribe|R8|40.204433|-109.353210||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|PM2.5|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|NO2|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|TEMP|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|WS|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|WD|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|BARPR|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|SRAD|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|NOX|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|NO|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490472003|490472003|840490472003|O3|Permanent|2003|Ouray|Active|UTE|Ute Tribe|R8|40.054848|-109.687370||-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|PRECIP|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|WD|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|RHUM|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|BARPR|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|SRAD|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|NOX|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|NO|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|O3|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|NO2|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|TEMP|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490477022|490477022|840490477022|WS|Permanent|7022|Whiterocks|Active|UTE|Ute Tribe|R8|40.483799|-109.906197|1895.000|-7.00|US|||49|UT|047|UINTAH +490490002|490490002|840490490002|PM10|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490490002|490490002|840490490002|TEMP|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490490002|490490002|840490490002|WS|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490490002|490490002|840490490002|WD|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490490002|490490002|840490490002|NOX|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490490002|490490002|840490490002|O3|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490490002|490490002|840490490002|PM2.5|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490490002|490490002|840490490002|NO|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490490002|490490002|840490490002|NO2|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490490002|490490002|840490490002|CO|Permanent|0002|North Provo|Inactive|UT1|Utah Department of Environmental Quality|R8|40.253502|-111.663200|1411.200|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|PM2.5|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|NOX|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|PM10|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|NO2|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|CO|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|TEMP|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|NO|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|WS|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|WD|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|RHUM|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|BARPR|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|SRAD|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|BC_LC|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490494001|490494001|840490494001|O3|Permanent|4001|Lindon|Active|UT1|Utah Department of Environmental Quality|R8|40.341400|-111.713600|1342.600|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495008|490495008|840490495008|WD|Permanent|5008|Highland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.428300|-111.803300|1494.800|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495008|490495008|840490495008|O3|Permanent|5008|Highland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.428300|-111.803300|1494.800|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495008|490495008|840490495008|TEMP|Permanent|5008|Highland|Inactive|UT1|Utah Department of Environmental Quality|R8|40.428300|-111.803300|1494.800|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|WD|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|NO|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|O3|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|PM2.5|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|NO2|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|TEMP|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|WS|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|RHUM|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|BARPR|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|SRAD|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +490495010|490495010|840490495010|NOX|Permanent|5010|Spanish Fork|Active|UT1|Utah Department of Environmental Quality|R8|40.136398|-111.660202|1389.000|-7.00|US|39340| Provo-Orem, UT |49|UT|049|UTAH +840490499999|490499999|840490499999|PM2.5|Permanent|9999|Cave Camp - Timpanogos Cave|Active|UT1|Utah Department of Environmental Quality|R8|40.441940|-111.713410|1677.800|-7.00|US|||49|UT|049|UTAH +490530006|490530006|840490530006|WD|Permanent|0006|Santa Clara|Inactive|UT1|Utah Department of Environmental Quality|R8|37.129002|-113.636299||-7.00|US|||49|UT|053|WASHINGTON +490530006|490530006|840490530006|NOX|Permanent|0006|Santa Clara|Inactive|UT1|Utah Department of Environmental Quality|R8|37.129002|-113.636299||-7.00|US|||49|UT|053|WASHINGTON +490530006|490530006|840490530006|NO|Permanent|0006|Santa Clara|Inactive|UT1|Utah Department of Environmental Quality|R8|37.129002|-113.636299||-7.00|US|||49|UT|053|WASHINGTON +490530006|490530006|840490530006|O3|Permanent|0006|Santa Clara|Inactive|UT1|Utah Department of Environmental Quality|R8|37.129002|-113.636299||-7.00|US|||49|UT|053|WASHINGTON +490530006|490530006|840490530006|NO2|Permanent|0006|Santa Clara|Inactive|UT1|Utah Department of Environmental Quality|R8|37.129002|-113.636299||-7.00|US|||49|UT|053|WASHINGTON +490530006|490530006|840490530006|TEMP|Permanent|0006|Santa Clara|Inactive|UT1|Utah Department of Environmental Quality|R8|37.129002|-113.636299||-7.00|US|||49|UT|053|WASHINGTON +490530006|490530006|840490530006|WS|Permanent|0006|Santa Clara|Inactive|UT1|Utah Department of Environmental Quality|R8|37.129002|-113.636299||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|NOX|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|O3|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|PM2.5|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|NO2|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|TEMP|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|NO|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|WS|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|WD|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|RHUM|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|BARPR|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530007|490530007|840490530007|SRAD|Permanent|0007|Hurricane|Active|UT1|Utah Department of Environmental Quality|R8|37.179000|-113.305200||-7.00|US|||49|UT|053|WASHINGTON +490530130|490530130|840490530130|RWD|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490530130|490530130|840490530130|RWS|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490530130|490530130|840490530130|TEMP|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490530130|490530130|840490530130|WS|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490530130|490530130|840490530130|WD|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490530130|490530130|840490530130|RHUM|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490530130|490530130|840490530130|SRAD|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490530130|490530130|840490530130|PRECIP|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490530130|490530130|840490530130|O3|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490530130|490530130|840490530130|PM2.5|Permanent|0130|Zion NP|Active|NPS|National Park Service|USEPA|37.198300|-113.150600||-7.00|US|41100| St. George, UT |49|UT|053|WASHINGTON +490570002|490570002|840490570002|CO|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570002|490570002|840490570002|NOX|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570002|490570002|840490570002|NO|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570002|490570002|840490570002|O3|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570002|490570002|840490570002|PM2.5|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570002|490570002|840490570002|PM10|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570002|490570002|840490570002|NO2|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570002|490570002|840490570002|TEMP|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570002|490570002|840490570002|WS|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570002|490570002|840490570002|WD|Permanent|0002|Ogden #2|Inactive|UT1|Utah Department of Environmental Quality|R8|41.206402|-111.975197|1324.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490570006|490570006|840490570006|CO|Permanent|0006|Washington Blvd|Inactive|UT1|Utah Department of Environmental Quality|R8|41.219600|-111.970300||-7.00|US|||49|UT|057|WEBER +490571003|490571003|840490571003|PM2.5|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|PM10|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|NO2|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|TEMP|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|WS|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|WD|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|RHUM|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|BARPR|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|O3|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|SRAD|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|NOX|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|NO|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +490571003|490571003|840490571003|CO|Permanent|1003|Harrisville|Active|UT1|Utah Department of Environmental Quality|R8|41.302799|-111.988297|1339.600|-7.00|US|36260| Ogden-Clearfield, UT |49|UT|057|WEBER +500030004|500030004|840500030004|PRECIP|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|RWD|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|WD|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|RHUM|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|RWS|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|PM2.5|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|PM10|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|TEMP|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|WS|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|O3|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|BARPR|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500030004|500030004|840500030004|SRAD|Permanent|0004|Bennington|Active|VT1|Vermont Air Quality & Climate Division|R1|42.887501|-73.249702|219.000|-5.00|US|13540| Bennington, VT |50|VT|003|BENNINGTON +500070007|500070007|840500070007|O3|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|PM2.5|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|PM10|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|CO|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|SO2|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|NOY|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|TEMP|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|WS|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|WD|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|RHUM|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|BARPR|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|SRAD|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|NO|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|PRECIP|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|RWD|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|RWS|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070007|500070007|840500070007|NO2Y|Permanent|0007|Underhill|Active|VT1|Vermont Air Quality & Climate Division|R1|44.528389|-72.868973|388.000|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070012|500070012|840500070012|WD|Permanent|0012|BRLNGTN2|Inactive|VT1|Vermont Air Quality & Climate Division|R1|44.480148|-73.214050|66.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070012|500070012|840500070012|RHUM|Permanent|0012|BRLNGTN2|Inactive|VT1|Vermont Air Quality & Climate Division|R1|44.480148|-73.214050|66.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070012|500070012|840500070012|BARPR|Permanent|0012|BRLNGTN2|Inactive|VT1|Vermont Air Quality & Climate Division|R1|44.480148|-73.214050|66.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070012|500070012|840500070012|SRAD|Permanent|0012|BRLNGTN2|Inactive|VT1|Vermont Air Quality & Climate Division|R1|44.480148|-73.214050|66.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070012|500070012|840500070012|TEMP|Permanent|0012|BRLNGTN2|Inactive|VT1|Vermont Air Quality & Climate Division|R1|44.480148|-73.214050|66.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070012|500070012|840500070012|WS|Permanent|0012|BRLNGTN2|Inactive|VT1|Vermont Air Quality & Climate Division|R1|44.480148|-73.214050|66.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|SRAD|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|NOX|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|NO|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|PRECIP|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|RWD|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|RWS|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|PM2.5|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|PM10|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|NO2|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|CO|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|TEMP|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|WS|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|WD|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|RHUM|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500070014|500070014|840500070014|BARPR|Permanent|0014|Burlington|Active|VT1|Vermont Air Quality & Climate Division|R1|44.476101|-73.210297|62.800|-5.00|US|15540| Burlington-South Burlington, VT |50|VT|007|CHITTENDEN +500210002|500210002|840500210002|PRECIP|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|RWD|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|RWS|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|WD|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|RHUM|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|BARPR|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|SO2|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|NO|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|PM10|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|NO2|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|CO|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|TEMP|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|WS|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|O3|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|PM2.5|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|SRAD|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +500210002|500210002|840500210002|NOX|Permanent|0002|RUTLAND|Active|VT1|Vermont Air Quality & Climate Division|R1|43.608528|-72.982460|171.100|-5.00|US|40860| Rutland, VT |50|VT|021|RUTLAND +510030001|510030001|840510030001|O3|Permanent|0001|Albemarle HS|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.076570|-78.503970|176.900|-5.00|US|16820| Charlottesville, VA |51|VA|003|ALBEMARLE +510030001|510030001|840510030001|PM2.5|Permanent|0001|Albemarle HS|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.076570|-78.503970|176.900|-5.00|US|16820| Charlottesville, VA |51|VA|003|ALBEMARLE +510130020|510130020|840510130020|O3|Permanent|0020|AURORA HILLS|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.857700|-77.059220||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|013|ARLINGTON +510130020|510130020|840510130020|NO2|Permanent|0020|AURORA HILLS|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.857700|-77.059220||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|013|ARLINGTON +510130020|510130020|840510130020|CO|Permanent|0020|AURORA HILLS|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.857700|-77.059220||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|013|ARLINGTON +510330001|510330001|840510330001|O3|Permanent|0001|CORBIN|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.200870|-77.377420|68.000|-5.00|US|40060| Richmond, VA |51|VA|033|CAROLINE +510360002|510360002|840510360002|O3|Permanent|0002|SHIRLEY PLANTATION|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.344380|-77.259250||-5.00|US|40060| Richmond, VA |51|VA|036|CHARLES CITY +510360002|510360002|840510360002|NO2|Permanent|0002|SHIRLEY PLANTATION|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.344380|-77.259250||-5.00|US|40060| Richmond, VA |51|VA|036|CHARLES CITY +510360002|510360002|840510360002|SO2|Permanent|0002|SHIRLEY PLANTATION|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.344380|-77.259250||-5.00|US|40060| Richmond, VA |51|VA|036|CHARLES CITY +510410004|510410004|840510410004|O3|Permanent|0004|BEACH ROAD|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.357480|-77.593550||-5.00|US|40060| Richmond, VA |51|VA|041|CHESTERFIELD +510590005|510590005|840510590005|O3|Permanent|0005|CUB RUN|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.893902|-77.465302||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|059|FAIRFAX +510590018|510590018|840510590018|O3|Permanent|0018|MT VERNON|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.742500|-77.077499||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|059|FAIRFAX +510590030|510590030|840510590030|O3|Permanent|0030|FRANCONIA|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.773350|-77.104680|68.000|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|059|FAIRFAX +510590030|510590030|840510590030|PM2.5|Permanent|0030|FRANCONIA|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.773350|-77.104680|68.000|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|059|FAIRFAX +510590030|510590030|840510590030|PM10|Permanent|0030|FRANCONIA|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.773350|-77.104680|68.000|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|059|FAIRFAX +510590030|510590030|840510590030|SO2|Permanent|0030|FRANCONIA|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.773350|-77.104680|68.000|-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|059|FAIRFAX +840510590031|510590031|840510590031|PM2.5|Permanent|0031|Northern VA Near Road|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.768400|-77.183470||-5.00|US|||51|VA|059|FAIRFAX +510591005|510591005|840510591005|O3|Permanent|1005|Annandale|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.837502|-77.163300||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|059|FAIRFAX +510591005|510591005|840510591005|PM2.5|Permanent|1005|Annandale|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.837502|-77.163300||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|059|FAIRFAX +510595001|510595001|840510595001|O3|Permanent|5001|LEWINSVILLE|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.931900|-77.198898||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|059|FAIRFAX +510610002|510610002|840510610002|O3|Permanent|0002|SUMERDUCK|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.473670|-77.767720||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|061|FAUQUIER +510690010|510690010|840510690010|O3|Permanent|0010|LESTER BUILDING SYSTEMS NEAR REST|Active|VA1|Virginia Dept. of Environmental Quality|R3|39.281020|-78.081570|191.800|-5.00|US|49020| Winchester, VA-WV |51|VA|069|FREDERICK +510690010|510690010|840510690010|PM2.5|Permanent|0010|LESTER BUILDING SYSTEMS NEAR REST|Active|VA1|Virginia Dept. of Environmental Quality|R3|39.281020|-78.081570|191.800|-5.00|US|49020| Winchester, VA-WV |51|VA|069|FREDERICK +510690010|510690010|840510690010|PM10|Permanent|0010|LESTER BUILDING SYSTEMS NEAR REST|Active|VA1|Virginia Dept. of Environmental Quality|R3|39.281020|-78.081570|191.800|-5.00|US|49020| Winchester, VA-WV |51|VA|069|FREDERICK +510719991|510719991|840510719991|O3|Permanent|9991|Horton Station|Inactive|OAP|EPA Office of Atmospheric Programs|R3|37.329700|-80.557800|920.500|-5.00|US|13980| Blacksburg-Christiansburg-Radford, VA |51|VA|071|GILES +510719991|510719991|840510719991|TEMP|Permanent|9991|Horton Station|Inactive|OAP|EPA Office of Atmospheric Programs|R3|37.329700|-80.557800|920.500|-5.00|US|13980| Blacksburg-Christiansburg-Radford, VA |51|VA|071|GILES +840510719992|510719992|840510719992|O3|Permanent|9992|Blue Grass Trail|Active|OAP|EPA Office of Atmospheric Programs|R3|37.323200|-80.457200|652.400|-5.00|US|||51|VA|071|GILES +840510719992|510719992|840510719992|TEMP|Permanent|9992|Blue Grass Trail|Active|OAP|EPA Office of Atmospheric Programs|R3|37.323200|-80.457200|652.400|-5.00|US|||51|VA|071|GILES +510850003|510850003|840510850003|O3|Permanent|0003|HANOVER|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.606130|-77.218800||-5.00|US|40060| Richmond, VA |51|VA|085|HANOVER +510870014|510870014|840510870014|WD|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|BARPR|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|SRAD|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|O3|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|PM2.5|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|PM10|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|RWD|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|RWS|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|PMC|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|NOY|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|TEMP|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|WS|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|NO2|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|CO|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +510870014|510870014|840510870014|SO2|Permanent|0014|MATH & SCIENCE CTR|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.556520|-77.400270|58.600|-5.00|US|40060| Richmond, VA |51|VA|087|HENRICO +511071005|511071005|840511071005|O3|Permanent|1005|ASHBURN|Active|VA1|Virginia Dept. of Environmental Quality|R3|39.024730|-77.489250||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|107|LOUDOUN +511071005|511071005|840511071005|NO2|Permanent|1005|ASHBURN|Active|VA1|Virginia Dept. of Environmental Quality|R3|39.024730|-77.489250||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|107|LOUDOUN +511130003|511130003|840511130003|O3|Permanent|0003|Shenandoah NP|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.523100|-78.434700|1073.300|-5.00|US|||51|VA|113|MADISON +511130003|511130003|840511130003|PM2.5|Permanent|0003|Shenandoah NP|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.523100|-78.434700|1073.300|-5.00|US|||51|VA|113|MADISON +511390004|511390004|840511390004|O3|Permanent|0004|LURAY|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.663101|-78.504700||-5.00|US|||51|VA|139|PAGE +511479991|511479991|840511479991|O3|Permanent|9991|Prince Edward|Active|OAP|EPA Office of Atmospheric Programs|R3|37.170000|-78.310000|150.100|-5.00|US|||51|VA|147|PRINCE EDWARD +511479991|511479991|840511479991|TEMP|Permanent|9991|Prince Edward|Active|OAP|EPA Office of Atmospheric Programs|R3|37.170000|-78.310000|150.100|-5.00|US|||51|VA|147|PRINCE EDWARD +511530009|511530009|840511530009|O3|Permanent|0009|JAMES S. LONG PARK|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.852870|-77.634620||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|153|PRINCE WILLIAM +511530009|511530009|840511530009|NO2|Permanent|0009|JAMES S. LONG PARK|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.852870|-77.634620||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|153|PRINCE WILLIAM +511611004|511611004|840511611004|O3|Permanent|1004|EAST VINTON ELEMENTARY SCHOOL|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.283420|-79.884520||-5.00|US|40220| Roanoke, VA |51|VA|161|ROANOKE +511611004|511611004|840511611004|PM2.5|Permanent|1004|EAST VINTON ELEMENTARY SCHOOL|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.283420|-79.884520||-5.00|US|40220| Roanoke, VA |51|VA|161|ROANOKE +511611004|511611004|840511611004|NO2|Permanent|1004|EAST VINTON ELEMENTARY SCHOOL|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.283420|-79.884520||-5.00|US|40220| Roanoke, VA |51|VA|161|ROANOKE +511611004|511611004|840511611004|CO|Permanent|1004|EAST VINTON ELEMENTARY SCHOOL|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.283420|-79.884520||-5.00|US|40220| Roanoke, VA |51|VA|161|ROANOKE +511611004|511611004|840511611004|SO2|Permanent|1004|EAST VINTON ELEMENTARY SCHOOL|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.283420|-79.884520||-5.00|US|40220| Roanoke, VA |51|VA|161|ROANOKE +511630003|511630003|840511630003|O3|Permanent|0003|NATBRIDGE|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.626680|-79.512600|287.900|-5.00|US|||51|VA|163|ROCKBRIDGE +511650003|511650003|840511650003|O3|Permanent|0003|Rockingham|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.477530|-78.819520||-5.00|US|25500| Harrisonburg, VA |51|VA|165|ROCKINGHAM +511650003|511650003|840511650003|NO2|Permanent|0003|Rockingham|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.477530|-78.819520||-5.00|US|25500| Harrisonburg, VA |51|VA|165|ROCKINGHAM +511650003|511650003|840511650003|SO2|Permanent|0003|Rockingham|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.477530|-78.819520||-5.00|US|25500| Harrisonburg, VA |51|VA|165|ROCKINGHAM +511790001|511790001|840511790001|O3|Permanent|0001|WIDEWATER|Active|VA1|Virginia Dept. of Environmental Quality|R3|38.481230|-77.370400||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|179|STAFFORD +511970002|511970002|840511970002|O3|Permanent|0002|RURAL RETREAT|Active|VA1|Virginia Dept. of Environmental Quality|R3|36.891170|-81.254230||-5.00|US|||51|VA|197|WYTHE +515100009|515100009|840515100009|O3|Permanent|0009|ALEXANDRIA HEALTH|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.813099|-77.043900||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|510|ALEXANDRIA +515100009|515100009|840515100009|NO2|Permanent|0009|ALEXANDRIA HEALTH|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.813099|-77.043900||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|510|ALEXANDRIA +515100009|515100009|840515100009|CO|Permanent|0009|ALEXANDRIA HEALTH|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.813099|-77.043900||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|510|ALEXANDRIA +515100009|515100009|840515100009|SO2|Permanent|0009|ALEXANDRIA HEALTH|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.813099|-77.043900||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|510|ALEXANDRIA +515100021|515100021|840515100021|O3|Permanent|0021|Alexandria Transportation|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.806500|-77.086400||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|510|ALEXANDRIA +515100021|515100021|840515100021|NO2|Permanent|0021|Alexandria Transportation|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.806500|-77.086400||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|510|ALEXANDRIA +515100021|515100021|840515100021|CO|Permanent|0021|Alexandria Transportation|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.806500|-77.086400||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|510|ALEXANDRIA +515100021|515100021|840515100021|SO2|Permanent|0021|Alexandria Transportation|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|38.806500|-77.086400||-5.00|US|47900| Washington-Arlington-Alexandria, DC-VA-MD-WV |51|VA|510|ALEXANDRIA +516500004|516500004|840516500004|O3|Permanent|0004|VA SCHOOL|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|37.003300|-76.399200|176.900|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|650|HAMPTON +516500004|516500004|840516500004|PM2.5|Permanent|0004|VA SCHOOL|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|37.003300|-76.399200|176.900|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|650|HAMPTON +516500008|516500008|840516500008|SO2|Permanent|0008|HAMPTON|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.103730|-76.387020|4.000|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|650|HAMPTON +516500008|516500008|840516500008|O3|Permanent|0008|HAMPTON|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.103730|-76.387020|4.000|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|650|HAMPTON +516500008|516500008|840516500008|PM2.5|Permanent|0008|HAMPTON|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.103730|-76.387020|4.000|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|650|HAMPTON +516500008|516500008|840516500008|PM10|Permanent|0008|HAMPTON|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.103730|-76.387020|4.000|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|650|HAMPTON +516500008|516500008|840516500008|NO2|Permanent|0008|HAMPTON|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.103730|-76.387020|4.000|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|650|HAMPTON +516500008|516500008|840516500008|CO|Permanent|0008|HAMPTON|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.103730|-76.387020|4.000|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|650|HAMPTON +517000013|517000013|840517000013|O3|Permanent|0013|Newport News|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|37.099800|-76.481003|11.000|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|700|NEWPORT NEWS +517000013|517000013|840517000013|PM2.5|Permanent|0013|Newport News|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|37.099800|-76.481003|11.000|-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|700|NEWPORT NEWS +517100024|517100024|840517100024|CO|Permanent|0024|NORFOLK - NOAA|Active|VA1|Virginia Dept. of Environmental Quality|R3|36.855550|-76.301350||-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|710|NORFOLK +517100024|517100024|840517100024|SO2|Permanent|0024|NORFOLK - NOAA|Active|VA1|Virginia Dept. of Environmental Quality|R3|36.855550|-76.301350||-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|710|NORFOLK +517100024|517100024|840517100024|NO2|Permanent|0024|NORFOLK - NOAA|Active|VA1|Virginia Dept. of Environmental Quality|R3|36.855550|-76.301350||-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|710|NORFOLK +517600024|517600024|840517600024|NO2|Permanent|0024|RICHMOND - SCIENCE MUSEUM|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|37.562600|-77.465000||-5.00|US|40060| Richmond, VA |51|VA|760|RICHMOND (CITY) +517600024|517600024|840517600024|CO|Permanent|0024|RICHMOND - SCIENCE MUSEUM|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|37.562600|-77.465000||-5.00|US|40060| Richmond, VA |51|VA|760|RICHMOND (CITY) +517600024|517600024|840517600024|SO2|Permanent|0024|RICHMOND - SCIENCE MUSEUM|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|37.562600|-77.465000||-5.00|US|40060| Richmond, VA |51|VA|760|RICHMOND (CITY) +840517600025|517600025|840517600025|PM2.5|Permanent|0025|Richmond City Near Road|Active|VA1|Virginia Dept. of Environmental Quality|R3|37.590880|-77.469250|54.900|-5.00|US|40060| Richmond, VA |51|VA|760|RICHMOND (CITY) +517700015|517700015|840517700015|PM2.5|Permanent|0015|Round Hill Montessori School|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|37.297199|-79.955597|329.100|-5.00|US|40220| Roanoke, VA |51|VA|770|ROANOKE (CITY) +517700015|517700015|840517700015|CO|Permanent|0015|Round Hill Montessori School|Inactive|VA1|Virginia Dept. of Environmental Quality|R3|37.297199|-79.955597|329.100|-5.00|US|40220| Roanoke, VA |51|VA|770|ROANOKE (CITY) +518000004|518000004|840518000004|O3|Permanent|0004|TIDEWATER COMM. COLLEGE|Active|VA1|Virginia Dept. of Environmental Quality|R3|36.901180|-76.438080||-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|800|SUFFOLK +518000005|518000005|840518000005|O3|Permanent|0005|HOLLAND|Active|VA1|Virginia Dept. of Environmental Quality|R3|36.665250|-76.730780||-5.00|US|47260| Virginia Beach-Norfolk-Newport News, VA-NC |51|VA|800|SUFFOLK +530010003|530010003|840530010003|PM2.5|Permanent|0003|Ritzville-Alder St |Active|WA1|Washington Department of Ecology|R10|47.127998|-118.381897|550.200|-8.00|US|||53|WA|001|ADAMS +530030004|530030004|840530030004|PM2.5|Permanent|0004|Clarkston-13th St|Active|WA1|Washington Department of Ecology|R10|46.425598|-117.059799|250.100|-8.00|US|||53|WA|003|ASOTIN +530050002|530050002|840530050002|PM2.5|Permanent|0002|Kennewick-Metaline|Active|WA1|Washington Department of Ecology|R10|46.218300|-119.201500|162.000|-8.00|US|28420| Kennewick-Richland-Pasco, WA |53|WA|005|BENTON +530050002|530050002|840530050002|PM10|Permanent|0002|Kennewick-Metaline|Active|WA1|Washington Department of Ecology|R10|46.218300|-119.201500|162.000|-8.00|US|28420| Kennewick-Richland-Pasco, WA |53|WA|005|BENTON +530050002|530050002|840530050002|TEMP|Permanent|0002|Kennewick-Metaline|Active|WA1|Washington Department of Ecology|R10|46.218300|-119.201500|162.000|-8.00|US|28420| Kennewick-Richland-Pasco, WA |53|WA|005|BENTON +530050002|530050002|840530050002|WS|Permanent|0002|Kennewick-Metaline|Active|WA1|Washington Department of Ecology|R10|46.218300|-119.201500|162.000|-8.00|US|28420| Kennewick-Richland-Pasco, WA |53|WA|005|BENTON +530050002|530050002|840530050002|WD|Permanent|0002|Kennewick-Metaline|Active|WA1|Washington Department of Ecology|R10|46.218300|-119.201500|162.000|-8.00|US|28420| Kennewick-Richland-Pasco, WA |53|WA|005|BENTON +530050003|530050003|840530050003|O3|Permanent|0003|Kennewick-S Clodfelter Rd (SOS)|Active|WA1|Washington Department of Ecology|R10|46.204582|-119.243743|162.000|-8.00|US|28420| Kennewick-Richland-Pasco, WA |53|WA|005|BENTON +530050003|530050003|840530050003|PM2.5|Permanent|0003|Kennewick-S Clodfelter Rd (SOS)|Active|WA1|Washington Department of Ecology|R10|46.204582|-119.243743|162.000|-8.00|US|28420| Kennewick-Richland-Pasco, WA |53|WA|005|BENTON +530070007|530070007|840530070007|PM2.5|Permanent|0007|Chelan-Woodin Ave|Active|WA1|Washington Department of Ecology|R10|47.838610|-120.023060|327.000|-8.00|US|||53|WA|007|CHELAN +530070010|530070010|840530070010|PM2.5|Permanent|0010|Leavenworth-Evans St|Active|WA1|Washington Department of Ecology|R10|47.598800|-120.664700|357.200|-8.00|US|48300| Wenatchee, WA |53|WA|007|CHELAN +530070011|530070011|840530070011|PM2.5|Permanent|0011|Wenatchee-Fifth St|Active|WA1|Washington Department of Ecology|R10|47.430610|-120.341950|79.300|-8.00|US|||53|WA|007|CHELAN +530070011|530070011|840530070011|TEMP|Permanent|0011|Wenatchee-Fifth St|Active|WA1|Washington Department of Ecology|R10|47.430610|-120.341950|79.300|-8.00|US|||53|WA|007|CHELAN +530070011|530070011|840530070011|WS|Permanent|0011|Wenatchee-Fifth St|Active|WA1|Washington Department of Ecology|R10|47.430610|-120.341950|79.300|-8.00|US|||53|WA|007|CHELAN +530070011|530070011|840530070011|WD|Permanent|0011|Wenatchee-Fifth St|Active|WA1|Washington Department of Ecology|R10|47.430610|-120.341950|79.300|-8.00|US|||53|WA|007|CHELAN +530090009|530090009|840530090009|PM2.5|Permanent|0009|Port Angeles-W 14th St|Inactive|WA1|Washington Department of Ecology|R10|48.116901|-123.464500|75.000|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|TEMP|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|NO|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|O3|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|PM2.5|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|CO|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|SO2|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|NOY|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|WS|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|WD|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090013|530090013|840530090013|BARPR|Permanent|0013|Cheeka Peak|Active|WA1|Washington Department of Ecology|R10|48.286700|-124.620300|466.700|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090014|530090014|840530090014|PM2.5|Permanent|0014|Neah Bay-Makah Tribe |Inactive|WA1|Washington Department of Ecology|R10|48.371799|-124.595200|1.800|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090014|530090014|840530090014|TEMP|Permanent|0014|Neah Bay-Makah Tribe |Inactive|WA1|Washington Department of Ecology|R10|48.371799|-124.595200|1.800|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090014|530090014|840530090014|WS|Permanent|0014|Neah Bay-Makah Tribe |Inactive|WA1|Washington Department of Ecology|R10|48.371799|-124.595200|1.800|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090014|530090014|840530090014|WD|Permanent|0014|Neah Bay-Makah Tribe |Inactive|WA1|Washington Department of Ecology|R10|48.371799|-124.595200|1.800|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090015|530090015|840530090015|PM2.5|Permanent|0015|Neah Bay 2-Makah Tribe|Active|WA1|Washington Department of Ecology|R10|48.366058|-124.610046|0.300|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090015|530090015|840530090015|TEMP|Permanent|0015|Neah Bay 2-Makah Tribe|Active|WA1|Washington Department of Ecology|R10|48.366058|-124.610046|0.300|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090015|530090015|840530090015|WS|Permanent|0015|Neah Bay 2-Makah Tribe|Active|WA1|Washington Department of Ecology|R10|48.366058|-124.610046|0.300|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090015|530090015|840530090015|WD|Permanent|0015|Neah Bay 2-Makah Tribe|Active|WA1|Washington Department of Ecology|R10|48.366058|-124.610046|0.300|-8.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090016|530090016|840530090016|TEMP|Permanent|0016|Olympic NP - Deer Park|Inactive|NPS|National Park Service|USEPA|47.949200|-123.265297|1531.100|-7.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090016|530090016|840530090016|WD|Permanent|0016|Olympic NP - Deer Park|Inactive|NPS|National Park Service|USEPA|47.949200|-123.265297|1531.100|-7.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090016|530090016|840530090016|RHUM|Permanent|0016|Olympic NP - Deer Park|Inactive|NPS|National Park Service|USEPA|47.949200|-123.265297|1531.100|-7.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090016|530090016|840530090016|SRAD|Permanent|0016|Olympic NP - Deer Park|Inactive|NPS|National Park Service|USEPA|47.949200|-123.265297|1531.100|-7.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090016|530090016|840530090016|PRECIP|Permanent|0016|Olympic NP - Deer Park|Inactive|NPS|National Park Service|USEPA|47.949200|-123.265297|1531.100|-7.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090016|530090016|840530090016|O3|Permanent|0016|Olympic NP - Deer Park|Inactive|NPS|National Park Service|USEPA|47.949200|-123.265297|1531.100|-7.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090016|530090016|840530090016|PM2.5|Permanent|0016|Olympic NP - Deer Park|Inactive|NPS|National Park Service|USEPA|47.949200|-123.265297|1531.100|-7.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090016|530090016|840530090016|WS|Permanent|0016|Olympic NP - Deer Park|Inactive|NPS|National Park Service|USEPA|47.949200|-123.265297|1531.100|-7.00|US|38820| Port Angeles, WA |53|WA|009|CLALLAM +530090017|530090017|840530090017|PM2.5|Permanent|0017|Port Angeles-E 5th St|Active|WA1|Washington Department of Ecology|R10|48.115000|-123.436434|75.000|-8.00|US|||53|WA|009|CLALLAM +530110011|530110011|840530110011|WD|Permanent|0011|Vancouver-Blairmont Dr (SO)|Active|WA1|Washington Department of Ecology|R10|45.616600|-122.516602|1.500|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |53|WA|011|CLARK +530110011|530110011|840530110011|RHUM|Permanent|0011|Vancouver-Blairmont Dr (SO)|Active|WA1|Washington Department of Ecology|R10|45.616600|-122.516602|1.500|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |53|WA|011|CLARK +530110011|530110011|840530110011|O3|Permanent|0011|Vancouver-Blairmont Dr (SO)|Active|WA1|Washington Department of Ecology|R10|45.616600|-122.516602|1.500|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |53|WA|011|CLARK +530110011|530110011|840530110011|PM2.5|Permanent|0011|Vancouver-Blairmont Dr (SO)|Active|WA1|Washington Department of Ecology|R10|45.616600|-122.516602|1.500|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |53|WA|011|CLARK +530110011|530110011|840530110011|TEMP|Permanent|0011|Vancouver-Blairmont Dr (SO)|Active|WA1|Washington Department of Ecology|R10|45.616600|-122.516602|1.500|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |53|WA|011|CLARK +530110011|530110011|840530110011|WS|Permanent|0011|Vancouver-Blairmont Dr (SO)|Active|WA1|Washington Department of Ecology|R10|45.616600|-122.516602|1.500|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |53|WA|011|CLARK +530110013|530110013|840530110013|PM2.5|Permanent|0013|Vancouver-4th Pl Blvd E|Inactive|WA1|Washington Department of Ecology|R10|45.648300|-122.586900|76.900|-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |53|WA|011|CLARK +530110019|530110019|840530110019|PM2.5|Permanent|0019|Vancouver-MacArthur Blvd|Inactive|WA1|Washington Department of Ecology|R10|45.624802|-122.611397||-8.00|US|38900| Portland-Vancouver-Beaverton, OR-WA |53|WA|011|CLARK +530110022|530110022|840530110022|PM2.5|Permanent|0022|Yacolt-Yacolt Rd|Active|WA1|Washington Department of Ecology|R10|45.863899|-122.410889|212.900|-8.00|US|||53|WA|011|CLARK +530110023|530110023|840530110023|PM2.5|Permanent|0023|Vancouver-NE Vancouver Plaza Dr|Inactive|WA1|Washington Department of Ecology|R10|45.649870|-122.590100|76.900|-8.00|US|||53|WA|011|CLARK +530110024|530110024|840530110024|PM2.5|Permanent|0024|Vancouver-NE 84th Ave|Active|WA1|Washington Department of Ecology|R10|45.643360|-122.587370|54.000|-8.00|US|||53|WA|011|CLARK +530130002|530130002|840530130002|PM2.5|Permanent|0002|Dayton-W Main|Active|WA1|Washington Department of Ecology|R10|46.318000|-117.985000|464.200|-8.00|US|||53|WA|013|COLUMBIA +840530139991|530139991|840530139991|O3|Permanent|9991|Umatilla|Active|OAP|EPA Office of Atmospheric Programs|R3|46.202600|-117.953900|680.200|-8.00|US|||53|WA|013|COLUMBIA +840530139991|530139991|840530139991|TEMP|Permanent|9991|Umatilla|Active|OAP|EPA Office of Atmospheric Programs|R3|46.202600|-117.953900|680.200|-8.00|US|||53|WA|013|COLUMBIA +530150015|530150015|840530150015|PM2.5|Permanent|0015|Longview-30th Ave|Active|WA1|Washington Department of Ecology|R10|46.139400|-122.961900|12.800|-8.00|US|31020| Longview, WA |53|WA|015|COWLITZ +530210002|530210002|840530210002|PM2.5|Permanent|0002|Mesa-Pepoit Way (temp SO)|Active|WA1|Washington Department of Ecology|R10|46.575400|-119.002100|223.900|-8.00|US|28420| Kennewick-Richland-Pasco, WA |53|WA|021|FRANKLIN +840530230001|530230001|840530230001|PM2.5|Permanent|0001|Pomeroy-Pataha St|Active|WA1|Washington Department of Ecology|R10|46.474438|-117.614764||-8.00|US|||53|WA|023|GARFIELD +530251002|530251002|840530251002|PM2.5|Permanent|1002|Moses Lake-Balsam St|Active|WA1|Washington Department of Ecology|R10|47.130300|-119.272600|99.100|-8.00|US|34180| Moses Lake, WA |53|WA|025|GRANT +530251003|530251003|840530251003|PM2.5|Permanent|1003|Quincy 3rd|Active|WA1|Washington Department of Ecology|R10|47.241260|-119.845950||-8.00|US|||53|WA|025|GRANT +530270008|530270008|840530270008|WD|Permanent|0008|Oakville-Chehalis Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.817799|-123.193398|26.800|-8.00|US|10140| Aberdeen, WA |53|WA|027|GRAYS HARBOR +530270008|530270008|840530270008|PM2.5|Permanent|0008|Oakville-Chehalis Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.817799|-123.193398|26.800|-8.00|US|10140| Aberdeen, WA |53|WA|027|GRAYS HARBOR +530270008|530270008|840530270008|TEMP|Permanent|0008|Oakville-Chehalis Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.817799|-123.193398|26.800|-8.00|US|10140| Aberdeen, WA |53|WA|027|GRAYS HARBOR +530270008|530270008|840530270008|WS|Permanent|0008|Oakville-Chehalis Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.817799|-123.193398|26.800|-8.00|US|10140| Aberdeen, WA |53|WA|027|GRAYS HARBOR +530270011|530270011|840530270011|PM2.5|Permanent|0011|Taholah-Quinault Tribe|Active|WA1|Washington Department of Ecology|R10|47.339802|-124.291801|13.700|-8.00|US|10140| Aberdeen, WA |53|WA|027|GRAYS HARBOR +530272002|530272002|840530272002|PM2.5|Permanent|2002|Aberdeen-Division St|Active|WA1|Washington Department of Ecology|R10|46.977200|-123.831700|0.300|-8.00|US|10140| Aberdeen, WA |53|WA|027|GRAYS HARBOR +840530279998|530279998|840530279998|PM2.5|Permanent|9998|N/A|Inactive|WA1|Washington Department of Ecology|R10|46.972280|-123.831730||-8.00|US|||53|WA|027|GRAYS HARBOR +530299999|530299999|840530299999|PM2.5|Permanent|9999|Oak Harbor-SW 6th (US)|Active|WA1|Washington Department of Ecology|R10|48.294399|-122.660004|9.800|-8.00|US|||53|WA|029|ISLAND +530310003|530310003|840530310003|PM2.5|Permanent|0003|Port Townsend-San Juan|Active|WA1|Washington Department of Ecology|R10|48.129101|-122.778900|19.800|-8.00|US|||53|WA|031|JEFFERSON +530330010|530330010|840530330010|PM2.5|Permanent|0010|Issaquah-Lake Sammamish (SOS)|Active|WA1|Washington Department of Ecology|R10|47.552502|-122.064697|14.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330010|530330010|840530330010|O3|Permanent|0010|Issaquah-Lake Sammamish (SOS)|Active|WA1|Washington Department of Ecology|R10|47.552502|-122.064697|14.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330017|530330017|840530330017|O3|Permanent|0017|North Bend-North Bend Way (SO)|Active|WA1|Washington Department of Ecology|R10|47.490200|-121.772697|140.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330017|530330017|840530330017|PM2.5|Permanent|0017|North Bend-North Bend Way (SO)|Active|WA1|Washington Department of Ecology|R10|47.490200|-121.772697|140.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330017|530330017|840530330017|TEMP|Permanent|0017|North Bend-North Bend Way (SO)|Active|WA1|Washington Department of Ecology|R10|47.490200|-121.772697|140.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330019|530330019|840530330019|CO|Permanent|0019|Bellevue-148th Ave|Inactive|WA1|Washington Department of Ecology|R10|47.632500|-122.142700|100.000|-8.00|US|||53|WA|033|KING +530330023|530330023|840530330023|O3|Permanent|0023|Enumclaw Mud Mt (SO)|Active|WA1|Washington Department of Ecology|R10|47.141102|-121.937897|402.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330023|530330023|840530330023|PM2.5|Permanent|0023|Enumclaw Mud Mt (SO)|Active|WA1|Washington Department of Ecology|R10|47.141102|-121.937897|402.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330023|530330023|840530330023|TEMP|Permanent|0023|Enumclaw Mud Mt (SO)|Active|WA1|Washington Department of Ecology|R10|47.141102|-121.937897|402.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330023|530330023|840530330023|WS|Permanent|0023|Enumclaw Mud Mt (SO)|Active|WA1|Washington Department of Ecology|R10|47.141102|-121.937897|402.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330023|530330023|840530330023|WD|Permanent|0023|Enumclaw Mud Mt (SO)|Active|WA1|Washington Department of Ecology|R10|47.141102|-121.937897|402.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330024|530330024|840530330024|PM2.5|Permanent|0024|Lake Forest Park-Town Center|Active|WA1|Washington Department of Ecology|R10|47.753633|-122.277192|16.200|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330028|530330028|840530330028|PM2.5|Permanent|0028|Woodinville-133rd Ave|Inactive|WA1|Washington Department of Ecology|R10|47.754398|-122.162003|11.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330030|530330030|840530330030|PM2.5|Permanent|0030|Seattle-10th & Weller|Active|WA1|Washington Department of Ecology|R10|47.597222|-122.319722|41.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330030|530330030|840530330030|NO2|Permanent|0030|Seattle-10th & Weller|Active|WA1|Washington Department of Ecology|R10|47.597222|-122.319722|41.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330030|530330030|840530330030|NO|Permanent|0030|Seattle-10th & Weller|Active|WA1|Washington Department of Ecology|R10|47.597222|-122.319722|41.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330030|530330030|840530330030|CO|Permanent|0030|Seattle-10th & Weller|Active|WA1|Washington Department of Ecology|R10|47.597222|-122.319722|41.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330030|530330030|840530330030|BC|Permanent|0030|Seattle-10th & Weller|Active|WA1|Washington Department of Ecology|R10|47.597222|-122.319722|41.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330030|530330030|840530330030|TEMP|Permanent|0030|Seattle-10th & Weller|Active|WA1|Washington Department of Ecology|R10|47.597222|-122.319722|41.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330030|530330030|840530330030|WS|Permanent|0030|Seattle-10th & Weller|Active|WA1|Washington Department of Ecology|R10|47.597222|-122.319722|41.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330030|530330030|840530330030|WD|Permanent|0030|Seattle-10th & Weller|Active|WA1|Washington Department of Ecology|R10|47.597222|-122.319722|41.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330030|530330030|840530330030|NOX|Permanent|0030|Seattle-10th & Weller|Active|WA1|Washington Department of Ecology|R10|47.597222|-122.319722|41.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330031|530330031|840530330031|PM2.5|Permanent|0031|Bellevue-SE 12th|Active|WA1|Washington Department of Ecology|R10|47.600863|-122.148397|91.800|-8.00|US|||53|WA|033|KING +530330037|530330037|840530330037|PM2.5|Permanent|0037|Bellevue-Bellevue Way|Inactive|WA1|Washington Department of Ecology|R10|47.613000|-122.201700|51.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330039|530330039|840530330039|PM2.5|Permanent|0039|Seattle-Queen Anne Hill (US)|Inactive|WA1|Washington Department of Ecology|R10|47.633099|-122.362801|122.300|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330039|530330039|840530330039|TEMP|Permanent|0039|Seattle-Queen Anne Hill (US)|Inactive|WA1|Washington Department of Ecology|R10|47.633099|-122.362801|122.300|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330039|530330039|840530330039|WS|Permanent|0039|Seattle-Queen Anne Hill (US)|Inactive|WA1|Washington Department of Ecology|R10|47.633099|-122.362801|122.300|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330039|530330039|840530330039|WD|Permanent|0039|Seattle-Queen Anne Hill (US)|Inactive|WA1|Washington Department of Ecology|R10|47.633099|-122.362801|122.300|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330039|530330039|840530330039|RHUM|Permanent|0039|Seattle-Queen Anne Hill (US)|Inactive|WA1|Washington Department of Ecology|R10|47.633099|-122.362801|122.300|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +840530330047|530330047|840530330047|PM2.5|Permanent|0047|Auburn 29th St|Active|WA1|Washington Department of Ecology|R10|47.281400|-122.223300|31.700|-8.00|US|||53|WA|033|KING +530330048|530330048|840530330048|PM2.5|Permanent|0048|Seattle-Olive St|Inactive|WA1|Washington Department of Ecology|R10|47.615299|-122.330002|50.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330048|530330048|840530330048|BC|Permanent|0048|Seattle-Olive St|Inactive|WA1|Washington Department of Ecology|R10|47.615299|-122.330002|50.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330048|530330048|840530330048|UV-AETH|Permanent|0048|Seattle-Olive St|Inactive|WA1|Washington Department of Ecology|R10|47.615299|-122.330002|50.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330048|530330048|840530330048|TEMP|Permanent|0048|Seattle-Olive St|Inactive|WA1|Washington Department of Ecology|R10|47.615299|-122.330002|50.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330048|530330048|840530330048|WS|Permanent|0048|Seattle-Olive St|Inactive|WA1|Washington Department of Ecology|R10|47.615299|-122.330002|50.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330048|530330048|840530330048|WD|Permanent|0048|Seattle-Olive St|Inactive|WA1|Washington Department of Ecology|R10|47.615299|-122.330002|50.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330048|530330048|840530330048|RHUM|Permanent|0048|Seattle-Olive St|Inactive|WA1|Washington Department of Ecology|R10|47.615299|-122.330002|50.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330057|530330057|840530330057|WD|Permanent|0057|Seattle-Duwamish|Active|WA1|Washington Department of Ecology|R10|47.559975|-122.338265|4.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330057|530330057|840530330057|PM2.5|Permanent|0057|Seattle-Duwamish|Active|WA1|Washington Department of Ecology|R10|47.559975|-122.338265|4.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330057|530330057|840530330057|BC|Permanent|0057|Seattle-Duwamish|Active|WA1|Washington Department of Ecology|R10|47.559975|-122.338265|4.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330057|530330057|840530330057|UV-AETH|Permanent|0057|Seattle-Duwamish|Active|WA1|Washington Department of Ecology|R10|47.559975|-122.338265|4.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330057|530330057|840530330057|TEMP|Permanent|0057|Seattle-Duwamish|Active|WA1|Washington Department of Ecology|R10|47.559975|-122.338265|4.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330057|530330057|840530330057|WS|Permanent|0057|Seattle-Duwamish|Active|WA1|Washington Department of Ecology|R10|47.559975|-122.338265|4.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +840530330069|530330069|840530330069|PM2.5|Permanent|0069|Tukwila_Allentown|Active|WA1|Washington Department of Ecology|R10|47.498535|-122.278385||-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|WS|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|O3|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|PM2.5|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|NO|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|NO2|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|CO|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|SO2|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|NOY|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|TEMP|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|WD|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530330080|530330080|840530330080|RHUM|Permanent|0080|Seattle-Beacon Hill|Active|WA1|Washington Department of Ecology|R10|47.568236|-122.308628|101.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +840530330089|530330089|840530330089|PM2.5|Permanent|0089|Auburn M St SE|Inactive|WA1|Washington Department of Ecology|R10|47.287500|-122.214400|4.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530331011|530331011|840530331011|PM2.5|Permanent|1011|Seattle-South Park|Active|WA1|Washington Department of Ecology|R10|47.529700|-122.320300|8.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530332004|530332004|840530332004|PM2.5|Permanent|2004|Kent-James & Central|Active|WA1|Washington Department of Ecology|R10|47.386101|-122.230202|12.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530332004|530332004|840530332004|TEMP|Permanent|2004|Kent-James & Central|Active|WA1|Washington Department of Ecology|R10|47.386101|-122.230202|12.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530332004|530332004|840530332004|WS|Permanent|2004|Kent-James & Central|Active|WA1|Washington Department of Ecology|R10|47.386101|-122.230202|12.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +530332004|530332004|840530332004|WD|Permanent|2004|Kent-James & Central|Active|WA1|Washington Department of Ecology|R10|47.386101|-122.230202|12.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +840530339990|530339990|840530339990|PM2.5|Permanent|9990|Auburn M St SE|Inactive|WA1|Washington Department of Ecology|R10|47.287500|-122.214400||-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|033|KING +840530339999|530339999|840530339999|PM2.5|Permanent|9999|N/A|Inactive|WA1|Washington Department of Ecology|R10|47.287500|-122.214400||-8.00|US|||53|WA|033|KING +530350007|530350007|840530350007|PM2.5|Permanent|0007|Bremerton-Spruce Ave|Active|WA1|Washington Department of Ecology|R10|47.592675|-122.627397|77.800|-8.00|US|||53|WA|035|KITSAP +530351005|530351005|840530351005|BARPR|Permanent|1005|Meadowdale-Blackbird Dr|Inactive|WA1|Washington Department of Ecology|R10|47.630800|-122.641100|54.000|-8.00|US|14740| Bremerton-Silverdale, WA |53|WA|035|KITSAP +530351005|530351005|840530351005|PM2.5|Permanent|1005|Meadowdale-Blackbird Dr|Inactive|WA1|Washington Department of Ecology|R10|47.630800|-122.641100|54.000|-8.00|US|14740| Bremerton-Silverdale, WA |53|WA|035|KITSAP +530351005|530351005|840530351005|TEMP|Permanent|1005|Meadowdale-Blackbird Dr|Inactive|WA1|Washington Department of Ecology|R10|47.630800|-122.641100|54.000|-8.00|US|14740| Bremerton-Silverdale, WA |53|WA|035|KITSAP +530351005|530351005|840530351005|WS|Permanent|1005|Meadowdale-Blackbird Dr|Inactive|WA1|Washington Department of Ecology|R10|47.630800|-122.641100|54.000|-8.00|US|14740| Bremerton-Silverdale, WA |53|WA|035|KITSAP +530351005|530351005|840530351005|WD|Permanent|1005|Meadowdale-Blackbird Dr|Inactive|WA1|Washington Department of Ecology|R10|47.630800|-122.641100|54.000|-8.00|US|14740| Bremerton-Silverdale, WA |53|WA|035|KITSAP +530351005|530351005|840530351005|RHUM|Permanent|1005|Meadowdale-Blackbird Dr|Inactive|WA1|Washington Department of Ecology|R10|47.630800|-122.641100|54.000|-8.00|US|14740| Bremerton-Silverdale, WA |53|WA|035|KITSAP +530370002|530370002|840530370002|PM2.5|Permanent|0002|Ellensburg-Ruby St|Active|WA1|Washington Department of Ecology|R10|46.993600|-120.545000|500.200|-8.00|US|21260| Ellensburg, WA |53|WA|007|CHELAN +530390005|530390005|840530390005|PM2.5|Permanent|0005|Mobile-Goldendale2|Inactive|WA1|Washington Department of Ecology|R10|45.815610|-120.837860|498.100|0.00|US|||53|WA|039|KLICKITAT +840530390006|530390006|840530390006|PM2.5|Permanent|0006|Mobile-White Salmon|Inactive|WA1|Washington Department of Ecology|R10|45.735931|-121.488398||-8.00|US|||53|WA|039|KLICKITAT +530410004|530410004|840530410004|PM2.5|Permanent|0004|Chehalis-Market Blvd|Active|WA1|Washington Department of Ecology|R10|46.664089|-122.967323|68.900|-8.00|US|||53|WA|041|LEWIS +530450004|530450004|840530450004|PM2.5|Permanent|0004|Shelton-Mt View Dr|Inactive|WA1|Washington Department of Ecology|R10|47.225498|-123.114197|90.000|-8.00|US|43220| Shelton, WA |53|WA|045|MASON +530450007|530450007|840530450007|PM2.5|Permanent|0007|Shelton-W Franklin|Active|WA1|Washington Department of Ecology|R10|47.213551|-123.100807|7.000|-8.00|US|43220| Shelton, WA |53|WA|045|MASON +530470009|530470009|840530470009|PM2.5|Permanent|0009|Twisp-Glover St|Inactive|WA1|Washington Department of Ecology|R10|48.354137|-120.105108|492.300|-8.00|US|||53|WA|007|CHELAN +530470010|530470010|840530470010|PM2.5|Permanent|0010|Winthrop-Chewuch Rd|Active|WA1|Washington Department of Ecology|R10|48.477200|-120.190600|536.200|-8.00|US|||53|WA|047|OKANOGAN +530470013|530470013|840530470013|WS|Permanent|0013|Omak-Colville Tribe|Active|WA1|Washington Department of Ecology|R10|48.399990|-119.518959|262.900|-8.00|US|||53|WA|047|OKANOGAN +530470013|530470013|840530470013|WD|Permanent|0013|Omak-Colville Tribe|Active|WA1|Washington Department of Ecology|R10|48.399990|-119.518959|262.900|-8.00|US|||53|WA|047|OKANOGAN +530470013|530470013|840530470013|PM2.5|Permanent|0013|Omak-Colville Tribe|Active|WA1|Washington Department of Ecology|R10|48.399990|-119.518959|262.900|-8.00|US|||53|WA|047|OKANOGAN +530470013|530470013|840530470013|TEMP|Permanent|0013|Omak-Colville Tribe|Active|WA1|Washington Department of Ecology|R10|48.399990|-119.518959|262.900|-8.00|US|||53|WA|047|OKANOGAN +840530470016|530470016|840530470016|PM2.5|Permanent|0016|Twisp-Ewell St|Active|WA1|Washington Department of Ecology|R10|48.354124|-120.105116||-8.00|US|||53|WA|047|OKANOGAN +840530499991|530499991|840530499991|PM2.5|Permanent|9991|South Bend - First St|Inactive|WA1|Washington Department of Ecology|R10|46.661860|-123.791600||-8.00|US|||53|WA|049|PACIFIC +840530499998|530499998|840530499998|PM2.5|Permanent|9998|Raymond-4th St|Active|WA1|Washington Department of Ecology|R10|46.688218|-123.731764|16.800|-8.00|US|||53|WA|049|PACIFIC +840530499999|530499999|840530499999|PM2.5|Permanent|9999|N/A|Inactive|WA1|Washington Department of Ecology|R10|46.661860|-123.791600||-8.00|US|||53|WA|049|PACIFIC +530510007|530510007|840530510007|PM2.5|Permanent|0007|Usk-Kalispel Tribe|Inactive|WA1|Washington Department of Ecology|R10|48.345600|-117.277496|630.100|-8.00|US|||53|WA|051|PEND OREILLE +840530510008|530510008|840530510008|PM2.5|Permanent|0008|Newport-Calispel|Active|WA1|Washington Department of Ecology|R10|48.181952|-117.053102|695.400|-8.00|US|||53|WA|051|PEND OREILLE +530530012|530530012|840530530012|O3|Permanent|0012|Mt Rainier- Jackson Visitor Ctr|Active|WA1|Washington Department of Ecology|R10|46.784100|-121.740303|1615.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530022|530530022|840530530022|PM2.5|Permanent|0022|Puyallup-Puyallup Tribe|Inactive|WA1|Washington Department of Ecology|R10|47.204399|-122.343300|9.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530024|530530024|840530530024|NOX|Permanent|0024|Tacoma-S 36th St|Active|WA1|Washington Department of Ecology|R10|47.226340|-122.462560|108.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530024|530530024|840530530024|NO|Permanent|0024|Tacoma-S 36th St|Active|WA1|Washington Department of Ecology|R10|47.226340|-122.462560|108.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530024|530530024|840530530024|PM2.5|Permanent|0024|Tacoma-S 36th St|Active|WA1|Washington Department of Ecology|R10|47.226340|-122.462560|108.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530024|530530024|840530530024|NO2|Permanent|0024|Tacoma-S 36th St|Active|WA1|Washington Department of Ecology|R10|47.226340|-122.462560|108.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530024|530530024|840530530024|TEMP|Permanent|0024|Tacoma-S 36th St|Active|WA1|Washington Department of Ecology|R10|47.226340|-122.462560|108.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530024|530530024|840530530024|WS|Permanent|0024|Tacoma-S 36th St|Active|WA1|Washington Department of Ecology|R10|47.226340|-122.462560|108.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530024|530530024|840530530024|WD|Permanent|0024|Tacoma-S 36th St|Active|WA1|Washington Department of Ecology|R10|47.226340|-122.462560|108.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530029|530530029|840530530029|PM2.5|Permanent|0029|Tacoma-L St|Active|WA1|Washington Department of Ecology|R10|47.186400|-122.451700|104.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530029|530530029|840530530029|BC|Permanent|0029|Tacoma-L St|Active|WA1|Washington Department of Ecology|R10|47.186400|-122.451700|104.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530029|530530029|840530530029|UV-AETH|Permanent|0029|Tacoma-L St|Active|WA1|Washington Department of Ecology|R10|47.186400|-122.451700|104.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530029|530530029|840530530029|TEMP|Permanent|0029|Tacoma-L St|Active|WA1|Washington Department of Ecology|R10|47.186400|-122.451700|104.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530029|530530029|840530530029|WS|Permanent|0029|Tacoma-L St|Active|WA1|Washington Department of Ecology|R10|47.186400|-122.451700|104.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530029|530530029|840530530029|WD|Permanent|0029|Tacoma-L St|Active|WA1|Washington Department of Ecology|R10|47.186400|-122.451700|104.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530029|530530029|840530530029|BARPR|Permanent|0029|Tacoma-L St|Active|WA1|Washington Department of Ecology|R10|47.186400|-122.451700|104.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530030|530530030|840530530030|NOX|Permanent|0030|Tacoma-S 36th St|Inactive|WA1|Washington Department of Ecology|R10|47.226340|-122.462560|108.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530030|530530030|840530530030|NO|Permanent|0030|Tacoma-S 36th St|Inactive|WA1|Washington Department of Ecology|R10|47.226340|-122.462560|108.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530031|530530031|840530530031|PM2.5|Permanent|0031|Tacoma-Alexander Ave|Active|WA1|Washington Department of Ecology|R10|47.265600|-122.385800|0.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530031|530530031|840530530031|BC|Permanent|0031|Tacoma-Alexander Ave|Active|WA1|Washington Department of Ecology|R10|47.265600|-122.385800|0.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530031|530530031|840530530031|UV-AETH|Permanent|0031|Tacoma-Alexander Ave|Active|WA1|Washington Department of Ecology|R10|47.265600|-122.385800|0.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530031|530530031|840530530031|WS|Permanent|0031|Tacoma-Alexander Ave|Active|WA1|Washington Department of Ecology|R10|47.265600|-122.385800|0.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530530031|530530031|840530530031|WD|Permanent|0031|Tacoma-Alexander Ave|Active|WA1|Washington Department of Ecology|R10|47.265600|-122.385800|0.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531008|530531008|840530531008|O3|Permanent|1008|La Grande-Pack Forest (SOS)|Inactive|WA1|Washington Department of Ecology|R10|46.844700|-122.311699|248.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531010|530531010|840530531010|SRAD|Permanent|1010|Mount Rainier NP|Active|NPS|National Park Service|USEPA|46.758300|-122.122200|421.200|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531010|530531010|840530531010|PRECIP|Permanent|1010|Mount Rainier NP|Active|NPS|National Park Service|USEPA|46.758300|-122.122200|421.200|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531010|530531010|840530531010|O3|Permanent|1010|Mount Rainier NP|Active|NPS|National Park Service|USEPA|46.758300|-122.122200|421.200|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531010|530531010|840530531010|TEMP|Permanent|1010|Mount Rainier NP|Active|NPS|National Park Service|USEPA|46.758300|-122.122200|421.200|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531010|530531010|840530531010|WS|Permanent|1010|Mount Rainier NP|Active|NPS|National Park Service|USEPA|46.758300|-122.122200|421.200|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531010|530531010|840530531010|WD|Permanent|1010|Mount Rainier NP|Active|NPS|National Park Service|USEPA|46.758300|-122.122200|421.200|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531010|530531010|840530531010|RHUM|Permanent|1010|Mount Rainier NP|Active|NPS|National Park Service|USEPA|46.758300|-122.122200|421.200|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531016|530531016|840530531016|TEMP|Permanent|1016|Tacoma-Tower Dr|Inactive|WA1|Washington Department of Ecology|R10|47.412000|-122.304400|162.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531016|530531016|840530531016|WS|Permanent|1016|Tacoma-Tower Dr|Inactive|WA1|Washington Department of Ecology|R10|47.412000|-122.304400|162.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531016|530531016|840530531016|WD|Permanent|1016|Tacoma-Tower Dr|Inactive|WA1|Washington Department of Ecology|R10|47.412000|-122.304400|162.900|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531018|530531018|840530531018|PM2.5|Permanent|1018|Puyallup-128th St|Inactive|WA1|Washington Department of Ecology|R10|47.140499|-122.299202|134.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531018|530531018|840530531018|TEMP|Permanent|1018|Puyallup-128th St|Inactive|WA1|Washington Department of Ecology|R10|47.140499|-122.299202|134.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531018|530531018|840530531018|WS|Permanent|1018|Puyallup-128th St|Inactive|WA1|Washington Department of Ecology|R10|47.140499|-122.299202|134.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531018|530531018|840530531018|WD|Permanent|1018|Puyallup-128th St|Inactive|WA1|Washington Department of Ecology|R10|47.140499|-122.299202|134.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531018|530531018|840530531018|RHUM|Permanent|1018|Puyallup-128th St|Inactive|WA1|Washington Department of Ecology|R10|47.140499|-122.299202|134.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530531018|530531018|840530531018|BARPR|Permanent|1018|Puyallup-128th St|Inactive|WA1|Washington Department of Ecology|R10|47.140499|-122.299202|134.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|053|PIERCE +530570011|530570011|840530570011|O3|Permanent|0011|Anacortes-202 Ave (SO-AQS)|Active|WA1|Washington Department of Ecology|R10|48.520080|-122.613213|6.700|-8.00|US|||53|WA|057|SKAGIT +530570011|530570011|840530570011|PM2.5|Permanent|0011|Anacortes-202 Ave (SO-AQS)|Active|WA1|Washington Department of Ecology|R10|48.520080|-122.613213|6.700|-8.00|US|||53|WA|057|SKAGIT +530570011|530570011|840530570011|SO2|Permanent|0011|Anacortes-202 Ave (SO-AQS)|Active|WA1|Washington Department of Ecology|R10|48.520080|-122.613213|6.700|-8.00|US|||53|WA|057|SKAGIT +530570015|530570015|840530570015|O3|Permanent|0015|Mt Vernon-S 2nd St|Active|WA1|Washington Department of Ecology|R10|48.410198|-122.337601|6.700|-8.00|US|34580| Mount Vernon-Anacortes, WA |53|WA|057|SKAGIT +530570015|530570015|840530570015|PM2.5|Permanent|0015|Mt Vernon-S 2nd St|Active|WA1|Washington Department of Ecology|R10|48.410198|-122.337601|6.700|-8.00|US|34580| Mount Vernon-Anacortes, WA |53|WA|057|SKAGIT +530579999|530579999|840530579999|PM2.5|Permanent|9999|Anacortes-Bartholomew Rd (US)|Active|WA1|Washington Department of Ecology|R10|48.465401|-122.559998|9.800|-8.00|US|||53|WA|057|SKAGIT +530610005|530610005|840530610005|PM2.5|Permanent|0005|Lynnwood-212th|Inactive|WA1|Washington Department of Ecology|R10|47.806400|-122.316700|100.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610005|530610005|840530610005|TEMP|Permanent|0005|Lynnwood-212th|Inactive|WA1|Washington Department of Ecology|R10|47.806400|-122.316700|100.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610005|530610005|840530610005|WS|Permanent|0005|Lynnwood-212th|Inactive|WA1|Washington Department of Ecology|R10|47.806400|-122.316700|100.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610005|530610005|840530610005|WD|Permanent|0005|Lynnwood-212th|Inactive|WA1|Washington Department of Ecology|R10|47.806400|-122.316700|100.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610011|530610011|840530610011|PM2.5|Permanent|0011|Tulalip-Reuben Shelton|Inactive|WA1|Washington Department of Ecology|R10|48.069000|-122.275000|11.900|-8.00|US|||53|WA|061|SNOHOMISH +530610020|530610020|840530610020|WS|Permanent|0020|Darrington-Fir St|Active|WA1|Washington Department of Ecology|R10|48.246799|-121.603104|182.100|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610020|530610020|840530610020|WD|Permanent|0020|Darrington-Fir St|Active|WA1|Washington Department of Ecology|R10|48.246799|-121.603104|182.100|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610020|530610020|840530610020|RHUM|Permanent|0020|Darrington-Fir St|Active|WA1|Washington Department of Ecology|R10|48.246799|-121.603104|182.100|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610020|530610020|840530610020|PM2.5|Permanent|0020|Darrington-Fir St|Active|WA1|Washington Department of Ecology|R10|48.246799|-121.603104|182.100|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610020|530610020|840530610020|BC|Permanent|0020|Darrington-Fir St|Active|WA1|Washington Department of Ecology|R10|48.246799|-121.603104|182.100|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610020|530610020|840530610020|UV-AETH|Permanent|0020|Darrington-Fir St|Active|WA1|Washington Department of Ecology|R10|48.246799|-121.603104|182.100|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530610020|530610020|840530610020|TEMP|Permanent|0020|Darrington-Fir St|Active|WA1|Washington Department of Ecology|R10|48.246799|-121.603104|182.100|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +840530610021|530610021|840530610021|PM2.5|Permanent|0021|Tulalip-Totem Beach Rd|Active|WA1|Washington Department of Ecology|R10|48.065339|-122.285194|9.800|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530611007|530611007|840530611007|WD|Permanent|1007|Marysville-7th Ave|Active|WA1|Washington Department of Ecology|R10|48.054315|-122.171529|11.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530611007|530611007|840530611007|PM2.5|Permanent|1007|Marysville-7th Ave|Active|WA1|Washington Department of Ecology|R10|48.054315|-122.171529|11.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530611007|530611007|840530611007|BC|Permanent|1007|Marysville-7th Ave|Active|WA1|Washington Department of Ecology|R10|48.054315|-122.171529|11.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530611007|530611007|840530611007|UV-AETH|Permanent|1007|Marysville-7th Ave|Active|WA1|Washington Department of Ecology|R10|48.054315|-122.171529|11.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530611007|530611007|840530611007|TEMP|Permanent|1007|Marysville-7th Ave|Active|WA1|Washington Department of Ecology|R10|48.054315|-122.171529|11.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530611007|530611007|840530611007|WS|Permanent|1007|Marysville-7th Ave|Active|WA1|Washington Department of Ecology|R10|48.054315|-122.171529|11.000|-8.00|US|42660| Seattle-Tacoma-Bellevue, WA |53|WA|061|SNOHOMISH +530630001|530630001|840530630001|O3|Permanent|0001|Cheney-Turnbull (SO)|Active|WA1|Washington Department of Ecology|R10|47.416401|-117.529800|691.400|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630001|530630001|840530630001|PM2.5|Permanent|0001|Cheney-Turnbull (SO)|Active|WA1|Washington Department of Ecology|R10|47.416401|-117.529800|691.400|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630001|530630001|840530630001|PM10|Permanent|0001|Cheney-Turnbull (SO)|Active|WA1|Washington Department of Ecology|R10|47.416401|-117.529800|691.400|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630016|530630016|840530630016|WS|Permanent|0016|Spokane-Ferry St|Inactive|WA1|Washington Department of Ecology|R10|47.330700|-117.358100|591.100|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630016|530630016|840530630016|WD|Permanent|0016|Spokane-Ferry St|Inactive|WA1|Washington Department of Ecology|R10|47.330700|-117.358100|591.100|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630016|530630016|840530630016|PM2.5|Permanent|0016|Spokane-Ferry St|Inactive|WA1|Washington Department of Ecology|R10|47.330700|-117.358100|591.100|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630016|530630016|840530630016|PM10|Permanent|0016|Spokane-Ferry St|Inactive|WA1|Washington Department of Ecology|R10|47.330700|-117.358100|591.100|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630016|530630016|840530630016|BC|Permanent|0016|Spokane-Ferry St|Inactive|WA1|Washington Department of Ecology|R10|47.330700|-117.358100|591.100|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630016|530630016|840530630016|UV-AETH|Permanent|0016|Spokane-Ferry St|Inactive|WA1|Washington Department of Ecology|R10|47.330700|-117.358100|591.100|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630016|530630016|840530630016|TEMP|Permanent|0016|Spokane-Ferry St|Inactive|WA1|Washington Department of Ecology|R10|47.330700|-117.358100|591.100|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +840530630017|530630017|840530630017|PM10|Permanent|0017|Spokane-E Broadway Ave|Active|WA1|Washington Department of Ecology|R10|47.663962|-117.257650|611.200|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +840530630017|530630017|840530630017|PM2.5|Permanent|0017|Spokane-E Broadway Ave|Active|WA1|Washington Department of Ecology|R10|47.663962|-117.257650|611.200|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630021|530630021|840530630021|PM2.5|Permanent|0021|Spokane-Augusta Ave|Active|WA1|Washington Department of Ecology|R10|47.672501|-117.364899|585.300|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630021|530630021|840530630021|PM10|Permanent|0021|Spokane-Augusta Ave|Active|WA1|Washington Department of Ecology|R10|47.672501|-117.364899|585.300|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630021|530630021|840530630021|TEMP|Permanent|0021|Spokane-Augusta Ave|Active|WA1|Washington Department of Ecology|R10|47.672501|-117.364899|585.300|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630021|530630021|840530630021|WS|Permanent|0021|Spokane-Augusta Ave|Active|WA1|Washington Department of Ecology|R10|47.672501|-117.364899|585.300|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630021|530630021|840530630021|WD|Permanent|0021|Spokane-Augusta Ave|Active|WA1|Washington Department of Ecology|R10|47.672501|-117.364899|585.300|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630046|530630046|840530630046|PM2.5|Permanent|0046|Spokane-Greenbluff Rd (SOS)|Active|WA1|Washington Department of Ecology|R10|47.827202|-117.274200|785.400|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630046|530630046|840530630046|O3|Permanent|0046|Spokane-Greenbluff Rd (SOS)|Active|WA1|Washington Department of Ecology|R10|47.827202|-117.274200|785.400|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630047|530630047|840530630047|PM2.5|Permanent|0047|Spokane-Monroe St.|Active|WA1|Washington Department of Ecology|R10|47.699700|-117.426300|634.400|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630049|530630049|840530630049|CO|Permanent|0049|Spokane-3rd St S|Inactive|WA1|Washington Department of Ecology|R10|47.653801|-117.418404|600.200|-8.00|US|||53|WA|063|SPOKANE +530630052|530630052|840530630052|PM2.5|Permanent|0052|Spokane-College St|Inactive|WA1|Washington Department of Ecology|R10|47.662998|-117.428299|570.400|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530630052|530630052|840530630052|PM10|Permanent|0052|Spokane-College St|Inactive|WA1|Washington Department of Ecology|R10|47.662998|-117.428299|570.400|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530639995|530639995|840530639995|PM2.5|Permanent|9995|Colbert-Greenbluff|Active|WA3|Spokane Regional Clean Air Agency|R10|47.808226|-117.343270|577.400|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530639996|530639996|840530639996|PM2.5|Permanent|9996|Liberty Lake-E Valeyway (US)|Inactive|WA1|Washington Department of Ecology|R10|47.660568|-117.084503|650.300|-8.00|US|||53|WA|063|SPOKANE +530639996|530639996|840530639996|TEMP|Permanent|9996|Liberty Lake-E Valeyway (US)|Inactive|WA1|Washington Department of Ecology|R10|47.660568|-117.084503|650.300|-8.00|US|||53|WA|063|SPOKANE +530639996|530639996|840530639996|WS|Permanent|9996|Liberty Lake-E Valeyway (US)|Inactive|WA1|Washington Department of Ecology|R10|47.660568|-117.084503|650.300|-8.00|US|||53|WA|063|SPOKANE +530639996|530639996|840530639996|WD|Permanent|9996|Liberty Lake-E Valeyway (US)|Inactive|WA1|Washington Department of Ecology|R10|47.660568|-117.084503|650.300|-8.00|US|||53|WA|063|SPOKANE +530639997|530639997|840530639997|PM2.5|Permanent|9997|Spokane-E Broadway Ave (US)|Inactive|WA1|Washington Department of Ecology|R10|47.663963|-117.257652|611.200|-8.00|US|44060| Spokane, WA |53|WA|063|SPOKANE +530639999|530639999|840530639999|PM2.5|Permanent|9999|Airway Heights-West 12th (US)|Active|WA1|Washington Department of Ecology|R10|47.645351|-117.589027|729.300|-8.00|US|||53|WA|063|SPOKANE +530650002|530650002|840530650002|PM2.5|Permanent|0002|Wellpinit-Spokane Tribe|Active|WA1|Washington Department of Ecology|R10|47.885201|-117.988602|743.300|-8.00|US|||53|WA|065|STEVENS +530650004|530650004|840530650004|PM2.5|Permanent|0004|Colville-Oak St S|Inactive|WA1|Washington Department of Ecology|R10|48.544700|-117.903600|542.300|-8.00|US|||53|WA|065|STEVENS +530650004|530650004|840530650004|PM10|Permanent|0004|Colville-Oak St S|Inactive|WA1|Washington Department of Ecology|R10|48.544700|-117.903600|542.300|-8.00|US|||53|WA|065|STEVENS +530650004|530650004|840530650004|TEMP|Permanent|0004|Colville-Oak St S|Inactive|WA1|Washington Department of Ecology|R10|48.544700|-117.903600|542.300|-8.00|US|||53|WA|065|STEVENS +530650004|530650004|840530650004|WS|Permanent|0004|Colville-Oak St S|Inactive|WA1|Washington Department of Ecology|R10|48.544700|-117.903600|542.300|-8.00|US|||53|WA|065|STEVENS +530650004|530650004|840530650004|WD|Permanent|0004|Colville-Oak St S|Inactive|WA1|Washington Department of Ecology|R10|48.544700|-117.903600|542.300|-8.00|US|||53|WA|065|STEVENS +530650005|530650005|840530650005|PM2.5|Permanent|0005|Colville-E 1st St|Active|WA1|Washington Department of Ecology|R10|48.544690|-117.903222|488.300|-8.00|US|||53|WA|065|STEVENS +530650005|530650005|840530650005|PM10|Permanent|0005|Colville-E 1st St|Active|WA1|Washington Department of Ecology|R10|48.544690|-117.903222|488.300|-8.00|US|||53|WA|065|STEVENS +530670005|530670005|840530670005|O3|Permanent|0005|Yelm-Northern Pacific (SOS)|Inactive|WA1|Washington Department of Ecology|R10|46.952499|-122.595200|397.100|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530670013|530670013|840530670013|O3|Permanent|0013|Lacey-College St|Active|WA1|Washington Department of Ecology|R10|47.029301|-122.821503|65.000|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530670013|530670013|840530670013|PM2.5|Permanent|0013|Lacey-College St|Active|WA1|Washington Department of Ecology|R10|47.029301|-122.821503|65.000|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530670013|530670013|840530670013|WS|Permanent|0013|Lacey-College St|Active|WA1|Washington Department of Ecology|R10|47.029301|-122.821503|65.000|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530670013|530670013|840530670013|WD|Permanent|0013|Lacey-College St|Active|WA1|Washington Department of Ecology|R10|47.029301|-122.821503|65.000|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530679999|530679999|840530679999|PM2.5|Permanent|9999|Nisqually-Steilacoom R SE (US)|Inactive|WA1|Washington Department of Ecology|R10|47.050201|-122.725800|1.500|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530679999|530679999|840530679999|TEMP|Permanent|9999|Nisqually-Steilacoom R SE (US)|Inactive|WA1|Washington Department of Ecology|R10|47.050201|-122.725800|1.500|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530679999|530679999|840530679999|WS|Permanent|9999|Nisqually-Steilacoom R SE (US)|Inactive|WA1|Washington Department of Ecology|R10|47.050201|-122.725800|1.500|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530679999|530679999|840530679999|WD|Permanent|9999|Nisqually-Steilacoom R SE (US)|Inactive|WA1|Washington Department of Ecology|R10|47.050201|-122.725800|1.500|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530679999|530679999|840530679999|RHUM|Permanent|9999|Nisqually-Steilacoom R SE (US)|Inactive|WA1|Washington Department of Ecology|R10|47.050201|-122.725800|1.500|-8.00|US|36500| Olympia, WA |53|WA|067|THURSTON +530710005|530710005|840530710005|PM2.5|Permanent|0005|Walla Walla-12th St|Active|WA1|Washington Department of Ecology|R10|46.058800|-118.351400|266.900|-8.00|US|47460| Walla Walla, WA |53|WA|071|WALLA WALLA +530710006|530710006|840530710006|PM2.5|Permanent|0006|Burbank-Maple Street|Active|WA1|Washington Department of Ecology|R10|46.200100|-119.008400|111.000|-8.00|US|47460| Walla Walla, WA |53|WA|071|WALLA WALLA +530710006|530710006|840530710006|PM10|Permanent|0006|Burbank-Maple Street|Active|WA1|Washington Department of Ecology|R10|46.200100|-119.008400|111.000|-8.00|US|47460| Walla Walla, WA |53|WA|071|WALLA WALLA +530710006|530710006|840530710006|WS|Permanent|0006|Burbank-Maple Street|Active|WA1|Washington Department of Ecology|R10|46.200100|-119.008400|111.000|-8.00|US|47460| Walla Walla, WA |53|WA|071|WALLA WALLA +530710006|530710006|840530710006|WD|Permanent|0006|Burbank-Maple Street|Active|WA1|Washington Department of Ecology|R10|46.200100|-119.008400|111.000|-8.00|US|47460| Walla Walla, WA |53|WA|071|WALLA WALLA +530730005|530730005|840530730005|O3|Permanent|0005|Custer-Loomis (SO-AQS)|Active|WA1|Washington Department of Ecology|R10|48.950699|-122.554398|1.500|-8.00|US|13380| Bellingham, WA |53|WA|073|WHATCOM +530730005|530730005|840530730005|PM2.5|Permanent|0005|Custer-Loomis (SO-AQS)|Active|WA1|Washington Department of Ecology|R10|48.950699|-122.554398|1.500|-8.00|US|13380| Bellingham, WA |53|WA|073|WHATCOM +530730005|530730005|840530730005|PM10|Permanent|0005|Custer-Loomis (SO-AQS)|Active|WA1|Washington Department of Ecology|R10|48.950699|-122.554398|1.500|-8.00|US|13380| Bellingham, WA |53|WA|073|WHATCOM +530730015|530730015|840530730015|PM2.5|Permanent|0015|Bellingham-Yew St|Inactive|WA1|Washington Department of Ecology|R10|48.762699|-122.440201|23.800|-8.00|US|13380| Bellingham, WA |53|WA|073|WHATCOM +530730019|530730019|840530730019|PM2.5|Permanent|0019|Bellingham Pacific|Active|WA1|Washington Department of Ecology|R10|48.760036|-122.456463||-8.00|US|||53|WA|073|WHATCOM +840530739992|530739992|840530739992|PM2.5|Permanent|9992|Maple Falls-Azure Way|Active|WA1|Washington Department of Ecology|R10|48.947700|-122.147100||-8.00|US|||53|WA|073|WHATCOM +840530739999|530739999|840530739999|PM2.5|Permanent|9999|N/A|Inactive|WA1|Washington Department of Ecology|R10|48.947700|-122.147100||-8.00|US|||53|WA|073|WHATCOM +530750003|530750003|840530750003|PM2.5|Permanent|0003|Pullman-Dexter Ave|Active|WA1|Washington Department of Ecology|R10|46.724500|-117.180100|771.300|-8.00|US|39420| Pullman, WA |53|WA|075|WHITMAN +530750005|530750005|840530750005|PM2.5|Permanent|0005|Lacrosse-Hill St|Active|WA1|Washington Department of Ecology|R10|46.815300|-117.873900|468.200|-8.00|US|39420| Pullman, WA |53|WA|075|WHITMAN +530750006|530750006|840530750006|PM2.5|Permanent|0006|Rosalia-Josephine St|Active|WA1|Washington Department of Ecology|R10|47.231300|-117.368500|685.300|-8.00|US|39420| Pullman, WA |53|WA|075|WHITMAN +530770005|530770005|840530770005|PM2.5|Permanent|0005|Sunnyside-S 16th|Active|WA1|Washington Department of Ecology|R10|46.320330|-119.998100|218.100|-8.00|US|||53|WA|077|YAKIMA +530770009|530770009|840530770009|PM2.5|Permanent|0009|Yakima-4th Ave|Active|WA1|Washington Department of Ecology|R10|46.594952|-120.512283|326.000|-8.00|US|49420| Yakima, WA |53|WA|077|YAKIMA +530770009|530770009|840530770009|PM10|Permanent|0009|Yakima-4th Ave|Active|WA1|Washington Department of Ecology|R10|46.594952|-120.512283|326.000|-8.00|US|49420| Yakima, WA |53|WA|077|YAKIMA +530770015|530770015|840530770015|TEMP|Permanent|0015|Toppenish-Yakama Tribe|Active|WA1|Washington Department of Ecology|R10|46.380199|-120.332603|215.900|-8.00|US|49420| Yakima, WA |53|WA|077|YAKIMA +530770015|530770015|840530770015|WS|Permanent|0015|Toppenish-Yakama Tribe|Active|WA1|Washington Department of Ecology|R10|46.380199|-120.332603|215.900|-8.00|US|49420| Yakima, WA |53|WA|077|YAKIMA +530770015|530770015|840530770015|WD|Permanent|0015|Toppenish-Yakama Tribe|Active|WA1|Washington Department of Ecology|R10|46.380199|-120.332603|215.900|-8.00|US|49420| Yakima, WA |53|WA|077|YAKIMA +530770015|530770015|840530770015|PM2.5|Permanent|0015|Toppenish-Yakama Tribe|Active|WA1|Washington Department of Ecology|R10|46.380199|-120.332603|215.900|-8.00|US|49420| Yakima, WA |53|WA|077|YAKIMA +530770016|530770016|840530770016|PM2.5|Permanent|0016|White Swan-Yakama Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.375431|-120.729317|655.100|-8.00|US|||53|WA|077|YAKIMA +530770016|530770016|840530770016|TEMP|Permanent|0016|White Swan-Yakama Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.375431|-120.729317|655.100|-8.00|US|||53|WA|077|YAKIMA +530770016|530770016|840530770016|WS|Permanent|0016|White Swan-Yakama Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.375431|-120.729317|655.100|-8.00|US|||53|WA|077|YAKIMA +530770016|530770016|840530770016|WD|Permanent|0016|White Swan-Yakama Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.375431|-120.729317|655.100|-8.00|US|||53|WA|077|YAKIMA +530770017|530770017|840530770017|TEMP|Permanent|0017|Harrah-Yakama Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.408570|-120.543980|334.000|-8.00|US|||53|WA|077|YAKIMA +530770017|530770017|840530770017|WS|Permanent|0017|Harrah-Yakama Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.408570|-120.543980|334.000|-8.00|US|||53|WA|077|YAKIMA +530770017|530770017|840530770017|WD|Permanent|0017|Harrah-Yakama Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.408570|-120.543980|334.000|-8.00|US|||53|WA|077|YAKIMA +530770017|530770017|840530770017|PM2.5|Permanent|0017|Harrah-Yakama Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.408570|-120.543980|334.000|-8.00|US|||53|WA|077|YAKIMA +530770017|530770017|840530770017|PM10|Permanent|0017|Harrah-Yakama Tribe|Inactive|WA1|Washington Department of Ecology|R10|46.408570|-120.543980|334.000|-8.00|US|||53|WA|077|YAKIMA +531010002|531010002|840531010002|PM2.5|Permanent|0002|Nespelem|Inactive|CR1|Confederated Tribes of Colville Reservation|R10|48.165311|-118.984180||-8.00|US|||||| +531010003|531010003|840531010003|PM2.5|Permanent|0003|Inchelium|Inactive|CR1|Confederated Tribes of Colville Reservation|R10|48.296960|-118.202427||-8.00|US|||||| +540030003|540030003|840540030003|O3|Permanent|0003|MARTINSBURG|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|39.465599|-77.958298||-5.00|US|25180| Hagerstown-Martinsburg, MD-WV |54|WV|003|BERKELEY +540110006|540110006|840540110006|O3|Permanent|0006|HUNTINGTON|Inactive|WV2|West Virginia Division of Air Quality - Wheeling|R3|38.425301|-82.425301||-5.00|US|26580| Huntington-Ashland, WV-KY-OH |54|WV|011|CABELL +840540110007|540110007|840540110007|O3|Permanent|0007|HUNTINGTON|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|38.410242|-82.432436||-5.00|US|||54|WV|011|CABELL +540219991|540219991|840540219991|O3|Permanent|9991|Cedar Creek|Active|OAP|EPA Office of Atmospheric Programs|R3|38.879500|-80.847700|233.900|-5.00|US|||54|WV|021|GILMER +540219991|540219991|840540219991|TEMP|Permanent|9991|Cedar Creek|Active|OAP|EPA Office of Atmospheric Programs|R3|38.879500|-80.847700|233.900|-5.00|US|||54|WV|021|GILMER +540250003|540250003|840540250003|O3|Permanent|0003|GREENBRIER COUNTY|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|37.908100|-80.632797||-5.00|US|||54|WV|025|GREENBRIER +840540290007|540290007|840540290007|O3|Permanent|0007|WEIRTON|Inactive|WV2|West Virginia Division of Air Quality - Wheeling|R3|40.460120|-80.576780||-5.00|US|||54|WV|029|HANCOCK +540290009|540290009|840540290009|O3|Permanent|0009|WEIRTON|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|40.427350|-80.592530||-5.00|US|48260| Weirton-Steubenville, WV-OH |54|WV|029|HANCOCK +540291004|540291004|840540291004|O3|Permanent|1004|WEIRTON|Inactive|WV2|West Virginia Division of Air Quality - Wheeling|R3|40.423100|-80.580803||-5.00|US|48260| Weirton-Steubenville, WV-OH |54|WV|029|HANCOCK +540390010|540390010|840540390010|O3|Permanent|0010|CHARLESTON|Inactive|WV2|West Virginia Division of Air Quality - Wheeling|R3|38.345798|-81.628304||-5.00|US|16620| Charleston, WV |54|WV|039|KANAWHA +540390020|540390020|840540390020|PM2.5|Permanent|0020|CHARLESTON|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|38.346258|-81.621161||-5.00|US|||54|WV|039|KANAWHA +540390020|540390020|840540390020|O3|Permanent|0020|CHARLESTON|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|38.346258|-81.621161||-5.00|US|||54|WV|039|KANAWHA +540511002|540511002|840540511002|PM2.5|Permanent|1002|MOUNDSVILLE|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|39.915800|-80.734200|213.500|-5.00|US|48540| Wheeling, WV-OH |54|WV|051|MARSHALL +540578883|540578883|840540578883|SO2|Permanent|8883|Bean|Inactive|MD1|Maryland Department of the Environment|R3|39.445200|-79.069100|657.300|-5.00|US|||54|WV|057|MINERAL +540610003|540610003|840540610003|O3|Permanent|0003|MORGANTOWN|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|39.648899|-79.921097||-5.00|US|34060| Morgantown, WV |54|WV|061|MONONGALIA +540690010|540690010|840540690010|O3|Permanent|0010|WHEELING|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|40.114700|-80.700798||-5.00|US|48540| Wheeling, WV-OH |54|WV|069|OHIO +540939991|540939991|840540939991|TEMP|Permanent|9991|Parsons|Active|OAP|EPA Office of Atmospheric Programs|R3|39.090500|-79.661700|510.300|-5.00|US|||54|WV|093|TUCKER +540939991|540939991|840540939991|O3|Permanent|9991|Parsons|Active|OAP|EPA Office of Atmospheric Programs|R3|39.090500|-79.661700|510.300|-5.00|US|||54|WV|093|TUCKER +541071002|541071002|840541071002|O3|Permanent|1002|VIENNA|Active|WV2|West Virginia Division of Air Quality - Wheeling|R3|39.325001|-81.552200||-5.00|US|37620| Parkersburg-Marietta-Vienna, WV-OH |54|WV|107|WOOD +550030010|550030010|840550030010|RWD|Permanent|0010|Bad River Tribal School|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.614400|-90.698600||-6.00|US|||55|WI|003|ASHLAND +550030010|550030010|840550030010|RWS|Permanent|0010|Bad River Tribal School|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.614400|-90.698600||-6.00|US|||55|WI|003|ASHLAND +550030010|550030010|840550030010|O3|Permanent|0010|Bad River Tribal School|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.614400|-90.698600||-6.00|US|||55|WI|003|ASHLAND +550030010|550030010|840550030010|PM2.5|Permanent|0010|Bad River Tribal School|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.614400|-90.698600||-6.00|US|||55|WI|003|ASHLAND +550030010|550030010|840550030010|TEMP|Permanent|0010|Bad River Tribal School|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.614400|-90.698600||-6.00|US|||55|WI|003|ASHLAND +550030010|550030010|840550030010|RHUM|Permanent|0010|Bad River Tribal School|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.614400|-90.698600||-6.00|US|||55|WI|003|ASHLAND +550030010|550030010|840550030010|BARPR|Permanent|0010|Bad River Tribal School|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.614400|-90.698600||-6.00|US|||55|WI|003|ASHLAND +550030010|550030010|840550030010|SRAD|Permanent|0010|Bad River Tribal School|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.614400|-90.698600||-6.00|US|||55|WI|003|ASHLAND +550090005|550090005|840550090005|PM2.5|Permanent|0005|GREEN BAY E HIGH|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.516700|-87.993900||-6.00|US|24580| Green Bay, WI |55|WI|009|BROWN +550090005|550090005|840550090005|SO2|Permanent|0005|GREEN BAY E HIGH|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.516700|-87.993900||-6.00|US|24580| Green Bay, WI |55|WI|009|BROWN +550090026|550090026|840550090026|O3|Permanent|0026|GREEN BAY UW|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.530000|-87.908900||-6.00|US|24580| Green Bay, WI |55|WI|009|BROWN +550210015|550210015|840550210015|O3|Permanent|0015|COLUMBUS|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.314400|-89.108900||-6.00|US|31540| Madison, WI |55|WI|021|COLUMBIA +550250041|550250041|840550250041|O3|Permanent|0041|MADISON EAST|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.100800|-89.357200||-6.00|US|31540| Madison, WI |55|WI|025|DANE +550250041|550250041|840550250041|PM2.5|Permanent|0041|MADISON EAST|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.100800|-89.357200||-6.00|US|31540| Madison, WI |55|WI|025|DANE +550250041|550250041|840550250041|SO2|Permanent|0041|MADISON EAST|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.100800|-89.357200||-6.00|US|31540| Madison, WI |55|WI|025|DANE +550250041|550250041|840550250041|TEMP|Permanent|0041|MADISON EAST|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.100800|-89.357200||-6.00|US|31540| Madison, WI |55|WI|025|DANE +550250041|550250041|840550250041|RWD|Permanent|0041|MADISON EAST|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.100800|-89.357200||-6.00|US|31540| Madison, WI |55|WI|025|DANE +550250041|550250041|840550250041|RWS|Permanent|0041|MADISON EAST|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.100800|-89.357200||-6.00|US|31540| Madison, WI |55|WI|025|DANE +840550250047|550250047|840550250047|PM2.5|Permanent|0047|Madison University Ave|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.073780|-89.435950||-6.00|US|31540| Madison, WI |55|WI|025|DANE +840550250047|550250047|840550250047|PM10|Permanent|0047|Madison University Ave|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.073780|-89.435950||-6.00|US|31540| Madison, WI |55|WI|025|DANE +840550250047|550250047|840550250047|PMC|Permanent|0047|Madison University Ave|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.073780|-89.435950||-6.00|US|31540| Madison, WI |55|WI|025|DANE +550259041|550259041|840550259041|WD|Permanent|9041|Madison Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.100830|-89.357224||-6.00|US|||55|WI|025|DANE +550259041|550259041|840550259041|O3|Permanent|9041|Madison Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.100830|-89.357224||-6.00|US|||55|WI|025|DANE +550259041|550259041|840550259041|PM2.5|Permanent|9041|Madison Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.100830|-89.357224||-6.00|US|||55|WI|025|DANE +550259041|550259041|840550259041|TEMP|Permanent|9041|Madison Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.100830|-89.357224||-6.00|US|||55|WI|025|DANE +550259041|550259041|840550259041|WS|Permanent|9041|Madison Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.100830|-89.357224||-6.00|US|||55|WI|025|DANE +550270001|550270001|840550270001|O3|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|PM2.5|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|PM10|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|CO|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|SO2|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|NOY|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|RWD|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|RWS|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|PMC|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|TEMP|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|RHUM|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|BARPR|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270001|550270001|840550270001|NO|Permanent|0001|Horicon Wildlife Area|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.466110|-88.621109|286.400|-6.00|US|||55|WI|027|DODGE +550270007|550270007|840550270007|PM2.5|Permanent|0007|MAYVILLE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.435001|-88.527802||-6.00|US|13180| Beaver Dam, WI |55|WI|027|DODGE +550270007|550270007|840550270007|PM10|Permanent|0007|MAYVILLE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.435001|-88.527802||-6.00|US|13180| Beaver Dam, WI |55|WI|027|DODGE +550270007|550270007|840550270007|TEMP|Permanent|0007|MAYVILLE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.435001|-88.527802||-6.00|US|13180| Beaver Dam, WI |55|WI|027|DODGE +550270007|550270007|840550270007|WS|Permanent|0007|MAYVILLE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.435001|-88.527802||-6.00|US|13180| Beaver Dam, WI |55|WI|027|DODGE +550270007|550270007|840550270007|WD|Permanent|0007|MAYVILLE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.435001|-88.527802||-6.00|US|13180| Beaver Dam, WI |55|WI|027|DODGE +550270007|550270007|840550270007|SRAD|Permanent|0007|MAYVILLE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.435001|-88.527802||-6.00|US|13180| Beaver Dam, WI |55|WI|027|DODGE +550270007|550270007|840550270007|O3|Permanent|0007|MAYVILLE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.435001|-88.527802||-6.00|US|13180| Beaver Dam, WI |55|WI|027|DODGE +550279001|550279001|840550279001|O3|Permanent|9001|Horicon Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.466000|-88.621002||-6.00|US|||55|WI|027|DODGE +550279001|550279001|840550279001|PM2.5|Permanent|9001|Horicon Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.466000|-88.621002||-6.00|US|||55|WI|027|DODGE +550279001|550279001|840550279001|SO2|Permanent|9001|Horicon Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.466000|-88.621002||-6.00|US|||55|WI|027|DODGE +550279001|550279001|840550279001|TEMP|Permanent|9001|Horicon Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.466000|-88.621002||-6.00|US|||55|WI|027|DODGE +550279001|550279001|840550279001|WS|Permanent|9001|Horicon Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.466000|-88.621002||-6.00|US|||55|WI|027|DODGE +550279001|550279001|840550279001|WD|Permanent|9001|Horicon Test Site|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.466000|-88.621002||-6.00|US|||55|WI|027|DODGE +550290004|550290004|840550290004|O3|Permanent|0004|NEWPORT|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.237800|-86.993600||-6.00|US|||55|WI|029|DOOR +550290004|550290004|840550290004|TEMP|Permanent|0004|NEWPORT|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.237800|-86.993600||-6.00|US|||55|WI|029|DOOR +550290004|550290004|840550290004|RWD|Permanent|0004|NEWPORT|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.237800|-86.993600||-6.00|US|||55|WI|029|DOOR +550290004|550290004|840550290004|RWS|Permanent|0004|NEWPORT|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.237800|-86.993600||-6.00|US|||55|WI|029|DOOR +550350014|550350014|840550350014|RWD|Permanent|0014|Eau Claire|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.761398|-91.413002||-6.00|US|||55|WI|035|EAU CLAIRE +550350014|550350014|840550350014|RWS|Permanent|0014|Eau Claire|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.761398|-91.413002||-6.00|US|||55|WI|035|EAU CLAIRE +550350014|550350014|840550350014|PMC|Permanent|0014|Eau Claire|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.761398|-91.413002||-6.00|US|||55|WI|035|EAU CLAIRE +550350014|550350014|840550350014|O3|Permanent|0014|Eau Claire|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.761398|-91.413002||-6.00|US|||55|WI|035|EAU CLAIRE +550350014|550350014|840550350014|PM2.5|Permanent|0014|Eau Claire|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.761398|-91.413002||-6.00|US|||55|WI|035|EAU CLAIRE +550350014|550350014|840550350014|PM10|Permanent|0014|Eau Claire|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.761398|-91.413002||-6.00|US|||55|WI|035|EAU CLAIRE +550370001|550370001|840550370001|O3|Permanent|0001|POPPLE RVR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|45.795600|-88.400600||-6.00|US|27020| Iron Mountain, MI-WI |55|WI|037|FLORENCE +550370001|550370001|840550370001|TEMP|Permanent|0001|POPPLE RVR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|45.795600|-88.400600||-6.00|US|27020| Iron Mountain, MI-WI |55|WI|037|FLORENCE +550370001|550370001|840550370001|WS|Permanent|0001|POPPLE RVR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|45.795600|-88.400600||-6.00|US|27020| Iron Mountain, MI-WI |55|WI|037|FLORENCE +550370001|550370001|840550370001|WD|Permanent|0001|POPPLE RVR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|45.795600|-88.400600||-6.00|US|27020| Iron Mountain, MI-WI |55|WI|037|FLORENCE +550390006|550390006|840550390006|O3|Permanent|0006|FOND DU LAC|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.687800|-88.421900||-6.00|US|22540| Fond du Lac, WI |55|WI|039|FOND DU LAC +550399006|550399006|840550399006|O3|Permanent|9006|FOND DU LAC|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.687778|-88.421944||-6.00|US|||55|WI|039|FOND DU LAC +550410007|550410007|840550410007|RWS|Permanent|0007|POTAWATOMI|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.563900|-88.810000||-6.00|US|||55|WI|041|FOREST +550410007|550410007|840550410007|O3|Permanent|0007|POTAWATOMI|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.563900|-88.810000||-6.00|US|||55|WI|041|FOREST +550410007|550410007|840550410007|PM2.5|Permanent|0007|POTAWATOMI|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.563900|-88.810000||-6.00|US|||55|WI|041|FOREST +550410007|550410007|840550410007|SO2|Permanent|0007|POTAWATOMI|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.563900|-88.810000||-6.00|US|||55|WI|041|FOREST +550410007|550410007|840550410007|TEMP|Permanent|0007|POTAWATOMI|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.563900|-88.810000||-6.00|US|||55|WI|041|FOREST +550410007|550410007|840550410007|RHUM|Permanent|0007|POTAWATOMI|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.563900|-88.810000||-6.00|US|||55|WI|041|FOREST +550410007|550410007|840550410007|RWD|Permanent|0007|POTAWATOMI|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.563900|-88.810000||-6.00|US|||55|WI|041|FOREST +550430009|550430009|840550430009|PM2.5|Permanent|0009|Potosi|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.692131|-90.696373||-6.00|US|||55|WI|043|GRANT +550550002|550550002|840550550002|O3|Permanent|0002|JEFFERSON|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.001400|-88.812200||-6.00|US|48020| Watertown-Fort Atkinson, WI |55|WI|055|JEFFERSON +550550009|550550009|840550550009|O3|Permanent|0009|Jefferson-Laatsch|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.003400|-88.828300||-6.00|US|||55|WI|055|JEFFERSON +550590019|550590019|840550590019|O3|Permanent|0019|CHIWAUKEE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.504700|-87.811100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |55|WI|059|KENOSHA +550590019|550590019|840550590019|PM2.5|Permanent|0019|CHIWAUKEE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.504700|-87.811100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |55|WI|059|KENOSHA +550590019|550590019|840550590019|TEMP|Permanent|0019|CHIWAUKEE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.504700|-87.811100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |55|WI|059|KENOSHA +550590019|550590019|840550590019|SRAD|Permanent|0019|CHIWAUKEE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.504700|-87.811100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |55|WI|059|KENOSHA +550590019|550590019|840550590019|RWD|Permanent|0019|CHIWAUKEE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.504700|-87.811100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |55|WI|059|KENOSHA +550590019|550590019|840550590019|RWS|Permanent|0019|CHIWAUKEE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.504700|-87.811100||-6.00|US|16980| Chicago-Naperville-Joliet, IL-IN-WI |55|WI|059|KENOSHA +550590025|550590025|840550590025|O3|Permanent|0025|Kenosha-Water Tower|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.596000|-87.886000|228.100|-6.00|US|||55|WI|059|KENOSHA +550590025|550590025|840550590025|TEMP|Permanent|0025|Kenosha-Water Tower|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.596000|-87.886000|228.100|-6.00|US|||55|WI|059|KENOSHA +550590025|550590025|840550590025|RWD|Permanent|0025|Kenosha-Water Tower|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.596000|-87.886000|228.100|-6.00|US|||55|WI|059|KENOSHA +550590025|550590025|840550590025|RWS|Permanent|0025|Kenosha-Water Tower|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.596000|-87.886000|228.100|-6.00|US|||55|WI|059|KENOSHA +550610002|550610002|840550610002|O3|Permanent|0002|KEWAUNEE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.442800|-87.506100||-6.00|US|24580| Green Bay, WI |55|WI|061|KEWAUNEE +550630012|550630012|840550630012|O3|Permanent|0012|LACROSSE DOT|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.778100|-91.225000|209.800|-6.00|US|29100| La Crosse, WI-MN |55|WI|063|LA CROSSE +550630012|550630012|840550630012|PM2.5|Permanent|0012|LACROSSE DOT|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.778100|-91.225000|209.800|-6.00|US|29100| La Crosse, WI-MN |55|WI|063|LA CROSSE +550710007|550710007|840550710007|RWS|Permanent|0007|MANITOWOC|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.138600|-87.616100||-6.00|US|31820| Manitowoc, WI |55|WI|071|MANITOWOC +550710007|550710007|840550710007|O3|Permanent|0007|MANITOWOC|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.138600|-87.616100||-6.00|US|31820| Manitowoc, WI |55|WI|071|MANITOWOC +550710007|550710007|840550710007|PM2.5|Permanent|0007|MANITOWOC|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.138600|-87.616100||-6.00|US|31820| Manitowoc, WI |55|WI|071|MANITOWOC +550710007|550710007|840550710007|TEMP|Permanent|0007|MANITOWOC|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.138600|-87.616100||-6.00|US|31820| Manitowoc, WI |55|WI|071|MANITOWOC +550710007|550710007|840550710007|SRAD|Permanent|0007|MANITOWOC|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.138600|-87.616100||-6.00|US|31820| Manitowoc, WI |55|WI|071|MANITOWOC +550710007|550710007|840550710007|RWD|Permanent|0007|MANITOWOC|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.138600|-87.616100||-6.00|US|31820| Manitowoc, WI |55|WI|071|MANITOWOC +550730012|550730012|840550730012|O3|Permanent|0012|LAKE DUBAY|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.707200|-89.769700||-6.00|US|48140| Wausau, WI |55|WI|073|MARATHON +550790010|550790010|840550790010|O3|Permanent|0010|MILWAUKEE 16TH ST|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.017800|-87.933300||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790010|550790010|840550790010|PM2.5|Permanent|0010|MILWAUKEE 16TH ST|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.017800|-87.933300||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790026|550790026|840550790026|NO2|Permanent|0026|MILWAUKEE SER DNR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.061100|-87.912500||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790026|550790026|840550790026|TEMP|Permanent|0026|MILWAUKEE SER DNR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.061100|-87.912500||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790026|550790026|840550790026|BARPR|Permanent|0026|MILWAUKEE SER DNR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.061100|-87.912500||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790026|550790026|840550790026|SRAD|Permanent|0026|MILWAUKEE SER DNR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.061100|-87.912500||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790026|550790026|840550790026|RWD|Permanent|0026|MILWAUKEE SER DNR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.061100|-87.912500||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790026|550790026|840550790026|RWS|Permanent|0026|MILWAUKEE SER DNR|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.061100|-87.912500||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790041|550790041|840550790041|TEMP|Permanent|0041|MILWAUKEE UW-N|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.075298|-87.884399||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790041|550790041|840550790041|WS|Permanent|0041|MILWAUKEE UW-N|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.075298|-87.884399||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790041|550790041|840550790041|WD|Permanent|0041|MILWAUKEE UW-N|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.075298|-87.884399||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790052|550790052|840550790052|WS|Permanent|0052|MILW HAVENWOODS|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.128900|-87.970800||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790052|550790052|840550790052|WD|Permanent|0052|MILW HAVENWOODS|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.128900|-87.970800||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790056|550790056|840550790056|CO|Permanent|0056|MILWAUKEE COLLEGE AVE.-NR|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.932570|-87.934340||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790056|550790056|840550790056|BC|Permanent|0056|MILWAUKEE COLLEGE AVE.-NR|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.932570|-87.934340||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790056|550790056|840550790056|TEMP|Permanent|0056|MILWAUKEE COLLEGE AVE.-NR|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.932570|-87.934340||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790056|550790056|840550790056|RWD|Permanent|0056|MILWAUKEE COLLEGE AVE.-NR|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.932570|-87.934340||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790056|550790056|840550790056|RWS|Permanent|0056|MILWAUKEE COLLEGE AVE.-NR|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.932570|-87.934340||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790056|550790056|840550790056|PMC|Permanent|0056|MILWAUKEE COLLEGE AVE.-NR|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.932570|-87.934340||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790056|550790056|840550790056|PM2.5|Permanent|0056|MILWAUKEE COLLEGE AVE.-NR|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.932570|-87.934340||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790056|550790056|840550790056|PM10|Permanent|0056|MILWAUKEE COLLEGE AVE.-NR|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.932570|-87.934340||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790056|550790056|840550790056|NO2|Permanent|0056|MILWAUKEE COLLEGE AVE.-NR|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.932570|-87.934340||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790058|550790058|840550790058|PM2.5|Permanent|0058|Milwaukee College Ave P&R|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.930569|-87.932106|227.800|-6.00|US|||55|WI|079|MILWAUKEE +550790059|550790059|840550790059|PM2.5|Permanent|0059|MILWAUKEE I-94 (FAA)|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.955002|-87.934097||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790059|550790059|840550790059|TEMP|Permanent|0059|MILWAUKEE I-94 (FAA)|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.955002|-87.934097||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790059|550790059|840550790059|WS|Permanent|0059|MILWAUKEE I-94 (FAA)|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.955002|-87.934097||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790059|550790059|840550790059|WD|Permanent|0059|MILWAUKEE I-94 (FAA)|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.955002|-87.934097||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +840550790068|550790068|840550790068|RWS|Permanent|0068|Milwaukee-UWM UPark|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.094550|-87.901450||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +840550790068|550790068|840550790068|O3|Permanent|0068|Milwaukee-UWM UPark|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.094550|-87.901450||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +840550790068|550790068|840550790068|NO2|Permanent|0068|Milwaukee-UWM UPark|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.094550|-87.901450||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +840550790068|550790068|840550790068|SO2|Permanent|0068|Milwaukee-UWM UPark|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.094550|-87.901450||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +840550790068|550790068|840550790068|TEMP|Permanent|0068|Milwaukee-UWM UPark|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.094550|-87.901450||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +840550790068|550790068|840550790068|RWD|Permanent|0068|Milwaukee-UWM UPark|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.094550|-87.901450||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550790085|550790085|840550790085|O3|Permanent|0085|BAYSIDE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.181100|-87.900600||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|079|MILWAUKEE +550850004|550850004|840550850004|O3|Permanent|0004|HARSHAW|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|45.678100|-89.632200||-6.00|US|||55|WI|085|ONEIDA +550850996|550850996|840550850996|RWS|Permanent|0996|RHINELANDER|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.645300|-89.412500||-6.00|US|||55|WI|085|ONEIDA +550850996|550850996|840550850996|SO2|Permanent|0996|RHINELANDER|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.645300|-89.412500||-6.00|US|||55|WI|085|ONEIDA +550850996|550850996|840550850996|TEMP|Permanent|0996|RHINELANDER|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.645300|-89.412500||-6.00|US|||55|WI|085|ONEIDA +550850996|550850996|840550850996|RWD|Permanent|0996|RHINELANDER|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.645300|-89.412500||-6.00|US|||55|WI|085|ONEIDA +550870009|550870009|840550870009|O3|Permanent|0009|APPLETON AAL|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.306900|-88.395600||-6.00|US|11540| Appleton, WI |55|WI|087|OUTAGAMIE +550870009|550870009|840550870009|PM2.5|Permanent|0009|APPLETON AAL|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.306900|-88.395600||-6.00|US|11540| Appleton, WI |55|WI|087|OUTAGAMIE +840550870015|550870015|840550870015|SO2|Permanent|0015|Kaukauna|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.289300|-88.252190||-6.00|US|||55|WI|087|OUTAGAMIE +840550870015|550870015|840550870015|TEMP|Permanent|0015|Kaukauna|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.289300|-88.252190||-6.00|US|||55|WI|087|OUTAGAMIE +840550870015|550870015|840550870015|WS|Permanent|0015|Kaukauna|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.289300|-88.252190||-6.00|US|||55|WI|087|OUTAGAMIE +840550870015|550870015|840550870015|WD|Permanent|0015|Kaukauna|Active|WI1|Wisconsin Dept. of Natural Resources|R5|44.289300|-88.252190||-6.00|US|||55|WI|087|OUTAGAMIE +550890008|550890008|840550890008|O3|Permanent|0008|GRAFTON|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.343100|-87.920800||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890008|550890008|840550890008|TEMP|Permanent|0008|GRAFTON|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.343100|-87.920800||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890008|550890008|840550890008|RWD|Permanent|0008|GRAFTON|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.343100|-87.920800||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890008|550890008|840550890008|RWS|Permanent|0008|GRAFTON|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.343100|-87.920800||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890009|550890009|840550890009|RWD|Permanent|0009|HARRINGTON BCH|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.498100|-87.810000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890009|550890009|840550890009|RWS|Permanent|0009|HARRINGTON BCH|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.498100|-87.810000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890009|550890009|840550890009|BC|Permanent|0009|HARRINGTON BCH|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.498100|-87.810000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890009|550890009|840550890009|TEMP|Permanent|0009|HARRINGTON BCH|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.498100|-87.810000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890009|550890009|840550890009|BARPR|Permanent|0009|HARRINGTON BCH|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.498100|-87.810000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890009|550890009|840550890009|O3|Permanent|0009|HARRINGTON BCH|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.498100|-87.810000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +550890009|550890009|840550890009|PM2.5|Permanent|0009|HARRINGTON BCH|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.498100|-87.810000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|089|OZAUKEE +551010017|551010017|840551010017|O3|Permanent|0017|RACINE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.713900|-87.798600||-6.00|US|39540| Racine, WI |55|WI|101|RACINE +551010017|551010017|840551010017|TEMP|Permanent|0017|RACINE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.713900|-87.798600||-6.00|US|39540| Racine, WI |55|WI|101|RACINE +551010017|551010017|840551010017|WS|Permanent|0017|RACINE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.713900|-87.798600||-6.00|US|39540| Racine, WI |55|WI|101|RACINE +551010017|551010017|840551010017|WD|Permanent|0017|RACINE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.713900|-87.798600||-6.00|US|39540| Racine, WI |55|WI|101|RACINE +551010017|551010017|840551010017|BARPR|Permanent|0017|RACINE|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.713900|-87.798600||-6.00|US|39540| Racine, WI |55|WI|101|RACINE +551010020|551010020|840551010020|O3|Permanent|0020|Racine-Payne and Dolan|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.778300|-87.805000|196.100|-6.00|US|||55|WI|101|RACINE +551050024|551050024|840551050024|O3|Permanent|0024|BELOIT|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.529200|-89.015000||-6.00|US|27500| Janesville, WI |55|WI|105|ROCK +551050030|551050030|840551050030|O3|Permanent|0030|Beloit-Converse|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.518310|-89.063470||-6.00|US|||55|WI|105|ROCK +551091002|551091002|840551091002|PM2.5|Permanent|1002|Somerset|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|45.125000|-92.667198||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |55|WI|109|ST. CROIX +551091002|551091002|840551091002|WS|Permanent|1002|Somerset|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|45.125000|-92.667198||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |55|WI|109|ST. CROIX +551091002|551091002|840551091002|WD|Permanent|1002|Somerset|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|45.125000|-92.667198||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |55|WI|109|ST. CROIX +551091002|551091002|840551091002|O3|Permanent|1002|Somerset|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|45.125000|-92.667198||-6.00|US|33460| Minneapolis-St. Paul-Bloomington, MN-WI |55|WI|109|ST. CROIX +551110007|551110007|840551110007|PM2.5|Permanent|0007|Devils Lake|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.435600|-89.680300||-6.00|US|12660| Baraboo, WI |55|WI|111|SAUK +551110007|551110007|840551110007|PM10|Permanent|0007|Devils Lake|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.435600|-89.680300||-6.00|US|12660| Baraboo, WI |55|WI|111|SAUK +551110007|551110007|840551110007|TEMP|Permanent|0007|Devils Lake|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.435600|-89.680300||-6.00|US|12660| Baraboo, WI |55|WI|111|SAUK +551110007|551110007|840551110007|RWD|Permanent|0007|Devils Lake|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.435600|-89.680300||-6.00|US|12660| Baraboo, WI |55|WI|111|SAUK +551110007|551110007|840551110007|RWS|Permanent|0007|Devils Lake|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.435600|-89.680300||-6.00|US|12660| Baraboo, WI |55|WI|111|SAUK +551110007|551110007|840551110007|PMC|Permanent|0007|Devils Lake|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.435600|-89.680300||-6.00|US|12660| Baraboo, WI |55|WI|111|SAUK +551110007|551110007|840551110007|O3|Permanent|0007|Devils Lake|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.435600|-89.680300||-6.00|US|12660| Baraboo, WI |55|WI|111|SAUK +551170006|551170006|840551170006|O3|Permanent|0006|SHEBOYGAN|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.665000|-87.716100||-6.00|US|||55|WI|117|SHEBOYGAN +551170006|551170006|840551170006|TEMP|Permanent|0006|SHEBOYGAN|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.665000|-87.716100||-6.00|US|||55|WI|117|SHEBOYGAN +551170006|551170006|840551170006|RWD|Permanent|0006|SHEBOYGAN|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.665000|-87.716100||-6.00|US|||55|WI|117|SHEBOYGAN +551170006|551170006|840551170006|RWS|Permanent|0006|SHEBOYGAN|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.665000|-87.716100||-6.00|US|||55|WI|117|SHEBOYGAN +551170009|551170009|840551170009|O3|Permanent|0009|Sheboygan-Haven|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.815230|-87.791940||-6.00|US|||55|WI|117|SHEBOYGAN +551170009|551170009|840551170009|TEMP|Permanent|0009|Sheboygan-Haven|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.815230|-87.791940||-6.00|US|||55|WI|117|SHEBOYGAN +551170009|551170009|840551170009|RWD|Permanent|0009|Sheboygan-Haven|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.815230|-87.791940||-6.00|US|||55|WI|117|SHEBOYGAN +551170009|551170009|840551170009|RWS|Permanent|0009|Sheboygan-Haven|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.815230|-87.791940||-6.00|US|||55|WI|117|SHEBOYGAN +551198001|551198001|840551198001|PM2.5|Permanent|8001|PERKINSTOWN|Active|WI1|Wisconsin Dept. of Natural Resources|R5|45.203900|-90.600000||-6.00|US|||55|WI|119|TAYLOR +551199991|551199991|840551199991|O3|Permanent|9991|Perkinstown|Active|OAP|EPA Office of Atmospheric Programs|R3|45.206600|-90.596900|472.100|-6.00|US|||55|WI|119|TAYLOR +551199991|551199991|840551199991|TEMP|Permanent|9991|Perkinstown|Active|OAP|EPA Office of Atmospheric Programs|R3|45.206600|-90.596900|472.100|-6.00|US|||55|WI|119|TAYLOR +551230008|551230008|840551230008|O3|Permanent|0008|WILDCAT MTN|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.702202|-90.568298||-6.00|US|||55|WI|123|VERNON +551230008|551230008|840551230008|TEMP|Permanent|0008|WILDCAT MTN|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.702202|-90.568298||-6.00|US|||55|WI|123|VERNON +551230008|551230008|840551230008|WS|Permanent|0008|WILDCAT MTN|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.702202|-90.568298||-6.00|US|||55|WI|123|VERNON +551230008|551230008|840551230008|WD|Permanent|0008|WILDCAT MTN|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.702202|-90.568298||-6.00|US|||55|WI|123|VERNON +551250001|551250001|840551250001|O3|Permanent|0001|TROUT LAKE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.048100|-89.653600||-6.00|US|||55|WI|125|VILAS +551250001|551250001|840551250001|PM2.5|Permanent|0001|TROUT LAKE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|46.048100|-89.653600||-6.00|US|||55|WI|125|VILAS +551270005|551270005|840551270005|TEMP|Permanent|0005|LAKE GENEVA|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.580000|-88.499200||-6.00|US|48580| Whitewater, WI |55|WI|127|WALWORTH +551270005|551270005|840551270005|RWD|Permanent|0005|LAKE GENEVA|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.580000|-88.499200||-6.00|US|48580| Whitewater, WI |55|WI|127|WALWORTH +551270005|551270005|840551270005|RWS|Permanent|0005|LAKE GENEVA|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.580000|-88.499200||-6.00|US|48580| Whitewater, WI |55|WI|127|WALWORTH +551270005|551270005|840551270005|O3|Permanent|0005|LAKE GENEVA|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|42.580000|-88.499200||-6.00|US|48580| Whitewater, WI |55|WI|127|WALWORTH +840551270006|551270006|840551270006|O3|Permanent|0006|Elkhorn|Active|WI1|Wisconsin Dept. of Natural Resources|R5|42.662180|-88.487030||-6.00|US|48580| Whitewater, WI |55|WI|127|WALWORTH +551310009|551310009|840551310009|WS|Permanent|0009|SLINGER|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.327202|-88.220299||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|131|WASHINGTON +551310009|551310009|840551310009|WD|Permanent|0009|SLINGER|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.327202|-88.220299||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|131|WASHINGTON +551310009|551310009|840551310009|O3|Permanent|0009|SLINGER|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.327202|-88.220299||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|131|WASHINGTON +551310009|551310009|840551310009|TEMP|Permanent|0009|SLINGER|Inactive|WI1|Wisconsin Dept. of Natural Resources|R5|43.327202|-88.220299||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|131|WASHINGTON +551330027|551330027|840551330027|O3|Permanent|0027|WAUKESHA - CLEVELAND AVE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.020300|-88.215000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|133|WAUKESHA +551330027|551330027|840551330027|PM2.5|Permanent|0027|WAUKESHA - CLEVELAND AVE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.020300|-88.215000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|133|WAUKESHA +551330027|551330027|840551330027|PM10|Permanent|0027|WAUKESHA - CLEVELAND AVE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.020300|-88.215000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|133|WAUKESHA +551330027|551330027|840551330027|TEMP|Permanent|0027|WAUKESHA - CLEVELAND AVE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.020300|-88.215000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|133|WAUKESHA +551330027|551330027|840551330027|BARPR|Permanent|0027|WAUKESHA - CLEVELAND AVE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.020300|-88.215000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|133|WAUKESHA +551330027|551330027|840551330027|RWD|Permanent|0027|WAUKESHA - CLEVELAND AVE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.020300|-88.215000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|133|WAUKESHA +551330027|551330027|840551330027|RWS|Permanent|0027|WAUKESHA - CLEVELAND AVE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.020300|-88.215000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|133|WAUKESHA +551330027|551330027|840551330027|PMC|Permanent|0027|WAUKESHA - CLEVELAND AVE|Active|WI1|Wisconsin Dept. of Natural Resources|R5|43.020300|-88.215000||-6.00|US|33340| Milwaukee-Waukesha-West Allis, WI |55|WI|133|WAUKESHA +840560010006|560010006|840560010006|PM2.5|Permanent|0006|Laramie SLAMS|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.311586|-105.591725||-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|RHUM|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|RWD|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|RWS|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|TEMP|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|BARPR|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|SRAD|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|NOX|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|O3|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|NO|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|PRECIP|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|PM2.5|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|PM10|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|NO2|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|SO2|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560010010|560010010|840560010010|WS|Permanent|0010|Laramie Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.302831|-105.586000|2186.500|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560010011|560010011|840560010011|PM10|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|NO2|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|SO2|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|RHUM|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|BARPR|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|SRAD|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|RWS|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|TEMP|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|WS|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|NOX|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|O3|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|PM2.5|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|NO|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|PRECIP|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010011|560010011|840560010011|RWD|Temporary|0011|Laramie I-80 Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.324166|-105.614888|2196.000|-7.00|US|||||| +840560010012|560010012|840560010012|PM2.5|Permanent|0012|Laramie SLAMS|Active|WY1|Wyoming Department of Environmental Quality|R8|41.308825|-105.549137|2196.000|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560019991|560019991|840560019991|O3|Permanent|9991|Centennial|Active|OAP|EPA Office of Atmospheric Programs|R3|41.364200|-106.239900|3050.000|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560019991|560019991|840560019991|TEMP|Permanent|9991|Centennial|Active|OAP|EPA Office of Atmospheric Programs|R3|41.364200|-106.239900|3050.000|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560019998|560019998|840560019998|TEMP|Permanent|9998|Laramie Mobile BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.323070|-105.613610|2196.000|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560019998|560019998|840560019998|WS|Permanent|9998|Laramie Mobile BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.323070|-105.613610|2196.000|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560019998|560019998|840560019998|RWD|Permanent|9998|Laramie Mobile BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.323070|-105.613610|2196.000|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560019998|560019998|840560019998|PM2.5|Permanent|9998|Laramie Mobile BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.323070|-105.613610|2196.000|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560019998|560019998|840560019998|PM10|Permanent|9998|Laramie Mobile BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.323070|-105.613610|2196.000|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560019999|560019999|840560019999|WS|Permanent|9999|Laramie Temporary PM2.5|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.320000|-105.620000|2185.300|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560019999|560019999|840560019999|RWD|Permanent|9999|Laramie Temporary PM2.5|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.320000|-105.620000|2185.300|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560019999|560019999|840560019999|PM2.5|Permanent|9999|Laramie Temporary PM2.5|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.320000|-105.620000|2185.300|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +840560019999|560019999|840560019999|TEMP|Permanent|9999|Laramie Temporary PM2.5|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.320000|-105.620000|2185.300|-7.00|US|29660| Laramie, WY |56|WY|001|ALBANY +560030002|560030002|840560030002|RHUM|Permanent|0002|Basin|Active|BLW|Bureau of Land Management - Wyoming|R8|44.280000|-108.041107|1241.400|-7.00|US|||56|WY|003|BIG HORN +560030002|560030002|840560030002|PRECIP|Permanent|0002|Basin|Active|BLW|Bureau of Land Management - Wyoming|R8|44.280000|-108.041107|1241.400|-7.00|US|||56|WY|003|BIG HORN +560030002|560030002|840560030002|O3|Permanent|0002|Basin|Active|BLW|Bureau of Land Management - Wyoming|R8|44.280000|-108.041107|1241.400|-7.00|US|||56|WY|003|BIG HORN +560030002|560030002|840560030002|PM2.5|Permanent|0002|Basin|Active|BLW|Bureau of Land Management - Wyoming|R8|44.280000|-108.041107|1241.400|-7.00|US|||56|WY|003|BIG HORN +560030002|560030002|840560030002|TEMP|Permanent|0002|Basin|Active|BLW|Bureau of Land Management - Wyoming|R8|44.280000|-108.041107|1241.400|-7.00|US|||56|WY|003|BIG HORN +560030002|560030002|840560030002|WS|Permanent|0002|Basin|Active|BLW|Bureau of Land Management - Wyoming|R8|44.280000|-108.041107|1241.400|-7.00|US|||56|WY|003|BIG HORN +560030002|560030002|840560030002|WD|Permanent|0002|Basin|Active|BLW|Bureau of Land Management - Wyoming|R8|44.280000|-108.041107|1241.400|-7.00|US|||56|WY|003|BIG HORN +560030002|560030002|840560030002|BARPR|Permanent|0002|Basin|Active|BLW|Bureau of Land Management - Wyoming|R8|44.280000|-108.041107|1241.400|-7.00|US|||56|WY|003|BIG HORN +560030002|560030002|840560030002|SRAD|Permanent|0002|Basin|Active|BLW|Bureau of Land Management - Wyoming|R8|44.280000|-108.041107|1241.400|-7.00|US|||56|WY|003|BIG HORN +560030003|560030003|840560030003|PM2.5|Permanent|0003|Lovell Mobile Site|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.840000|-108.390000||-7.00|US|||56|WY|003|BIG HORN +560030003|560030003|840560030003|PM10|Permanent|0003|Lovell Mobile Site|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.840000|-108.390000||-7.00|US|||56|WY|003|BIG HORN +560050003|560050003|840560050003|PRECIP|Permanent|0003|South Coal|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.941101|-105.837799|1277.600|-7.00|US|||56|WY|005|CAMPBELL +560050003|560050003|840560050003|PM2.5|Permanent|0003|South Coal|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.941101|-105.837799|1277.600|-7.00|US|||56|WY|005|CAMPBELL +560050003|560050003|840560050003|TEMP|Permanent|0003|South Coal|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.941101|-105.837799|1277.600|-7.00|US|||56|WY|005|CAMPBELL +560050003|560050003|840560050003|RHUM|Permanent|0003|South Coal|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.941101|-105.837799|1277.600|-7.00|US|||56|WY|005|CAMPBELL +560050003|560050003|840560050003|SRAD|Permanent|0003|South Coal|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.941101|-105.837799|1277.600|-7.00|US|||56|WY|005|CAMPBELL +560050123|560050123|840560050123|BARPR|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|SRAD|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|NOX|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|NO|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|PRECIP|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|O3|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|NO2|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|TEMP|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|WS|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|WD|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050123|560050123|840560050123|RHUM|Permanent|0123|Thunder Basin|Active|WY1|Wyoming Department of Environmental Quality|R8|44.663300|-105.287498|1201.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050456|560050456|840560050456|O3|Permanent|0456|Campbell County|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.147202|-105.530296|1427.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050456|560050456|840560050456|PM10|Permanent|0456|Campbell County|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.147202|-105.530296|1427.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050456|560050456|840560050456|RWD|Permanent|0456|Campbell County|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.147202|-105.530296|1427.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050456|560050456|840560050456|NO2|Permanent|0456|Campbell County|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.147202|-105.530296|1427.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050456|560050456|840560050456|TEMP|Permanent|0456|Campbell County|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.147202|-105.530296|1427.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050456|560050456|840560050456|WS|Permanent|0456|Campbell County|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.147202|-105.530296|1427.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050456|560050456|840560050456|RHUM|Permanent|0456|Campbell County|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.147202|-105.530296|1427.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050456|560050456|840560050456|NOX|Permanent|0456|Campbell County|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.147202|-105.530296|1427.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050456|560050456|840560050456|NO|Permanent|0456|Campbell County|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.147202|-105.530296|1427.700|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050800|560050800|840560050800|NO2|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|RHUM|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|SRAD|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|NOX|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|O3|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|PM2.5|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|PM10|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|NO|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|PRECIP|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|TEMP|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|WS|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050800|560050800|840560050800|WD|Permanent|0800|Gillette College|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.263901|-105.506104|1388.400|-7.00|US|||56|WY|005|CAMPBELL +560050891|560050891|840560050891|PM2.5|Permanent|0891|PRB-Black Thunder|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.648300|-105.213000|1456.100|-7.00|US|||56|WY|005|CAMPBELL +560050891|560050891|840560050891|TEMP|Permanent|0891|PRB-Black Thunder|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.648300|-105.213000|1456.100|-7.00|US|||56|WY|005|CAMPBELL +560050892|560050892|840560050892|PM2.5|Permanent|0892|PRB-Belle Ayr|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.097070|-105.343000|1385.000|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050892|560050892|840560050892|NO2|Permanent|0892|PRB-Belle Ayr|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.097070|-105.343000|1385.000|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050892|560050892|840560050892|NOX|Permanent|0892|PRB-Belle Ayr|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.097070|-105.343000|1385.000|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560050892|560050892|840560050892|NO|Permanent|0892|PRB-Belle Ayr|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.097070|-105.343000|1385.000|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +840560051002|560051002|840560051002|PM2.5|Permanent|1002|Gillette SLAMS|Active|WY1|Wyoming Department of Environmental Quality|R8|44.288005|-105.517022|1422.800|-7.00|US|23940| Gillette, WY |56|WY|005|CAMPBELL +560051899|560051899|840560051899|PM2.5|Permanent|1899|PRB-Buckskin|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.502675|-105.539763|1314.900|-7.00|US|||56|WY|005|CAMPBELL +560051899|560051899|840560051899|TEMP|Permanent|1899|PRB-Buckskin|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.502675|-105.539763|1314.900|-7.00|US|||56|WY|005|CAMPBELL +560051899|560051899|840560051899|WS|Permanent|1899|PRB-Buckskin|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.502675|-105.539763|1314.900|-7.00|US|||56|WY|005|CAMPBELL +560051899|560051899|840560051899|WD|Permanent|1899|PRB-Buckskin|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.502675|-105.539763|1314.900|-7.00|US|||56|WY|005|CAMPBELL +560051899|560051899|840560051899|SRAD|Permanent|1899|PRB-Buckskin|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.502675|-105.539763|1314.900|-7.00|US|||56|WY|005|CAMPBELL +560051899|560051899|840560051899|PRECIP|Permanent|1899|PRB-Buckskin|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.502675|-105.539763|1314.900|-7.00|US|||56|WY|005|CAMPBELL +560070008|560070008|840560070008|SRAD|Permanent|0008|Sinclair In-Town|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.782370|-107.120830|2017.300|-7.00|US|||56|WY|007|CARBON +560070008|560070008|840560070008|PRECIP|Permanent|0008|Sinclair In-Town|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.782370|-107.120830|2017.300|-7.00|US|||56|WY|007|CARBON +560070008|560070008|840560070008|SO2|Permanent|0008|Sinclair In-Town|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.782370|-107.120830|2017.300|-7.00|US|||56|WY|007|CARBON +560070008|560070008|840560070008|TEMP|Permanent|0008|Sinclair In-Town|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.782370|-107.120830|2017.300|-7.00|US|||56|WY|007|CARBON +560070008|560070008|840560070008|WS|Permanent|0008|Sinclair In-Town|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.782370|-107.120830|2017.300|-7.00|US|||56|WY|007|CARBON +560070008|560070008|840560070008|WD|Permanent|0008|Sinclair In-Town|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.782370|-107.120830|2017.300|-7.00|US|||56|WY|007|CARBON +560070008|560070008|840560070008|BARPR|Permanent|0008|Sinclair In-Town|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.782370|-107.120830|2017.300|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|PM10|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|NO2|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|SO2|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|TEMP|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|WS|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|O3|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|RHUM|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|SRAD|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|NOX|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|NO|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|PRECIP|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|RWS|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +560071000|560071000|840560071000|PM2.5|Permanent|1000|Sinclair Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.783389|-107.119184|2016.100|-7.00|US|||56|WY|007|CARBON +840560079999|560079999|840560079999|RWD|Permanent|9999|Saratoga BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.452132|-106.813928|2071.300|-7.00|US|||56|WY|007|CARBON +840560079999|560079999|840560079999|PM2.5|Permanent|9999|Saratoga BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.452132|-106.813928|2071.300|-7.00|US|||56|WY|007|CARBON +840560079999|560079999|840560079999|PM10|Permanent|9999|Saratoga BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.452132|-106.813928|2071.300|-7.00|US|||56|WY|007|CARBON +840560079999|560079999|840560079999|TEMP|Permanent|9999|Saratoga BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.452132|-106.813928|2071.300|-7.00|US|||56|WY|007|CARBON +840560079999|560079999|840560079999|WS|Permanent|9999|Saratoga BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.452132|-106.813928|2071.300|-7.00|US|||56|WY|007|CARBON +560090009|560090009|840560090009|NO|Permanent|0009|PRB-Antelope|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.425420|-105.389000|1489.900|-7.00|US|||56|WY|009|CONVERSE +560090009|560090009|840560090009|PM2.5|Permanent|0009|PRB-Antelope|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.425420|-105.389000|1489.900|-7.00|US|||56|WY|009|CONVERSE +560090009|560090009|840560090009|NO2|Permanent|0009|PRB-Antelope|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.425420|-105.389000|1489.900|-7.00|US|||56|WY|009|CONVERSE +560090009|560090009|840560090009|NOX|Permanent|0009|PRB-Antelope|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.425420|-105.389000|1489.900|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|NO2|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|CO|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|WD|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|RHUM|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|BARPR|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|SRAD|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|WS|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|O3|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|PM10|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|NOX|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|NO|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|PRECIP|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090010|560090010|840560090010|TEMP|Permanent|0010|Converse County Long-Term|Active|WY1|Wyoming Department of Environmental Quality|R8|43.100000|-105.500000|1652.200|-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|O3|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|PM2.5|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|PM10|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|NO2|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|TEMP|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|WS|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|RHUM|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|SRAD|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|PRECIP|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560090801|560090801|840560090801|RWD|Permanent|0801|Converse County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.766972|-105.303528||-7.00|US|||56|WY|009|CONVERSE +560111013|560111013|840560111013|WD|Permanent|1013|Devils Tower NM|Inactive|NPS|National Park Service|USEPA|44.596901|-104.704697|1176.700|-7.00|US|||56|WY|011|CROOK +560111013|560111013|840560111013|RHUM|Permanent|1013|Devils Tower NM|Inactive|NPS|National Park Service|USEPA|44.596901|-104.704697|1176.700|-7.00|US|||56|WY|011|CROOK +560111013|560111013|840560111013|SRAD|Permanent|1013|Devils Tower NM|Inactive|NPS|National Park Service|USEPA|44.596901|-104.704697|1176.700|-7.00|US|||56|WY|011|CROOK +560111013|560111013|840560111013|PRECIP|Permanent|1013|Devils Tower NM|Inactive|NPS|National Park Service|USEPA|44.596901|-104.704697|1176.700|-7.00|US|||56|WY|011|CROOK +560111013|560111013|840560111013|O3|Permanent|1013|Devils Tower NM|Inactive|NPS|National Park Service|USEPA|44.596901|-104.704697|1176.700|-7.00|US|||56|WY|011|CROOK +560111013|560111013|840560111013|TEMP|Permanent|1013|Devils Tower NM|Inactive|NPS|National Park Service|USEPA|44.596901|-104.704697|1176.700|-7.00|US|||56|WY|011|CROOK +560111013|560111013|840560111013|WS|Permanent|1013|Devils Tower NM|Inactive|NPS|National Park Service|USEPA|44.596901|-104.704697|1176.700|-7.00|US|||56|WY|011|CROOK +840560130004|560130004|840560130004|PM2.5|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|NO2|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|SO2|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|TEMP|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|WS|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|RHUM|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|O3|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|SRAD|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|NOX|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|NO|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|PRECIP|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|RWD|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|PM10|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|RWS|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +840560130004|560130004|840560130004|BARPR|Temporary|0004|Riverton Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|43.024210|-108.363700|1500.900|-7.00|US|||||| +560130099|560130099|840560130099|O3|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|PM2.5|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|NO2|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|TEMP|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|PRECIP|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|RWD|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|NOX|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|NO|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|RWS|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|WS|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|RHUM|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|BARPR|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130099|560130099|840560130099|SRAD|Permanent|0099|South Pass|Active|WY1|Wyoming Department of Environmental Quality|R8|42.527500|-108.720300|2527.500|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560130900|560130900|840560130900|PM10|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|NO2|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|TEMP|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|RHUM|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|SRAD|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|NOX|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|NO|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|O3|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|PM2.5|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|PRECIP|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|WS|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +560130900|560130900|840560130900|WD|Permanent|0900|Pavillion|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.258331|-108.578888|1632.100|-7.00|US|||56|WY|013|FREMONT +840560131003|560131003|840560131003|PM2.5|Permanent|1003|Lander SLAMS|Active|WY1|Wyoming Department of Environmental Quality|R8|42.842227|-108.735562|1634.200|-7.00|US|40180| Riverton, WY |56|WY|013|FREMONT +560150004|560150004|840560150004|PM2.5|Permanent|0004|Fort Laramie National Historic Site|Active|NPS|National Park Service|USEPA|42.209167|-104.548611||-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|RHUM|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|RWS|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|NO2|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|SO2|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|TEMP|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|WS|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|SRAD|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|BARPR|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|O3|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|PM2.5|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|PM10|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|RWD|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|NOX|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|NO|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +560150005|560150005|840560150005|PRECIP|Permanent|0005|Torrington Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.060000|-104.170000|1217.900|-7.00|US|||56|WY|015|GOSHEN +840560170002|560170002|840560170002|WD|Permanent|0002|Thermopolis Mobile BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.627929|-108.218095|1321.000|-7.00|US|||56|WY|017|HOT SPRINGS +840560170002|560170002|840560170002|PM2.5|Permanent|0002|Thermopolis Mobile BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.627929|-108.218095|1321.000|-7.00|US|||56|WY|017|HOT SPRINGS +840560170002|560170002|840560170002|PM10|Permanent|0002|Thermopolis Mobile BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.627929|-108.218095|1321.000|-7.00|US|||56|WY|017|HOT SPRINGS +840560170002|560170002|840560170002|WS|Permanent|0002|Thermopolis Mobile BAM|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.627929|-108.218095|1321.000|-7.00|US|||56|WY|017|HOT SPRINGS +560190003|560190003|840560190003|PM2.5|Permanent|0003|Juniper|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.208900|-106.228897|1359.400|-7.00|US|||56|WY|019|JOHNSON +560190003|560190003|840560190003|TEMP|Permanent|0003|Juniper|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.208900|-106.228897|1359.400|-7.00|US|||56|WY|019|JOHNSON +560190003|560190003|840560190003|RHUM|Permanent|0003|Juniper|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.208900|-106.228897|1359.400|-7.00|US|||56|WY|019|JOHNSON +560190003|560190003|840560190003|SRAD|Permanent|0003|Juniper|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.208900|-106.228897|1359.400|-7.00|US|||56|WY|019|JOHNSON +560190003|560190003|840560190003|PRECIP|Permanent|0003|Juniper|Inactive|BLW|Bureau of Land Management - Wyoming|R8|44.208900|-106.228897|1359.400|-7.00|US|||56|WY|019|JOHNSON +560190004|560190004|840560190004|RHUM|Permanent|0004|Johnson County|Active|WY1|Wyoming Department of Environmental Quality|R8|43.874830|-106.509740|1432.900|-7.00|US|||56|WY|019|JOHNSON +560190004|560190004|840560190004|RWD|Permanent|0004|Johnson County|Active|WY1|Wyoming Department of Environmental Quality|R8|43.874830|-106.509740|1432.900|-7.00|US|||56|WY|019|JOHNSON +560190004|560190004|840560190004|O3|Permanent|0004|Johnson County|Active|WY1|Wyoming Department of Environmental Quality|R8|43.874830|-106.509740|1432.900|-7.00|US|||56|WY|019|JOHNSON +560190004|560190004|840560190004|PM10|Permanent|0004|Johnson County|Active|WY1|Wyoming Department of Environmental Quality|R8|43.874830|-106.509740|1432.900|-7.00|US|||56|WY|019|JOHNSON +560190004|560190004|840560190004|NO2|Permanent|0004|Johnson County|Active|WY1|Wyoming Department of Environmental Quality|R8|43.874830|-106.509740|1432.900|-7.00|US|||56|WY|019|JOHNSON +560190004|560190004|840560190004|TEMP|Permanent|0004|Johnson County|Active|WY1|Wyoming Department of Environmental Quality|R8|43.874830|-106.509740|1432.900|-7.00|US|||56|WY|019|JOHNSON +560190004|560190004|840560190004|WS|Permanent|0004|Johnson County|Active|WY1|Wyoming Department of Environmental Quality|R8|43.874830|-106.509740|1432.900|-7.00|US|||56|WY|019|JOHNSON +560190004|560190004|840560190004|NOX|Permanent|0004|Johnson County|Active|WY1|Wyoming Department of Environmental Quality|R8|43.874830|-106.509740|1432.900|-7.00|US|||56|WY|019|JOHNSON +560190004|560190004|840560190004|NO|Permanent|0004|Johnson County|Active|WY1|Wyoming Department of Environmental Quality|R8|43.874830|-106.509740|1432.900|-7.00|US|||56|WY|019|JOHNSON +560210002|560210002|840560210002|PM10|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|NO2|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|SO2|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|TEMP|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|RHUM|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|BARPR|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|RWS|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|O3|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|WS|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|SRAD|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|NOX|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|NO|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|PM2.5|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|PRECIP|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210002|560210002|840560210002|RWD|Permanent|0002|Cheyenne Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.130000|-104.750000|1831.200|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|SO2|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|TEMP|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|WS|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|O3|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|NOX|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|NO|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|RHUM|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|BARPR|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|SRAD|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|PRECIP|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|PM2.5|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|PM10|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|NO2|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|RWD|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560210003|560210003|840560210003|RWS|Permanent|0003|Laramie County Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.085360|-104.522770|1741.900|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|PM10|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|NO2|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|CO|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|SO2|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|TEMP|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|WS|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|NOX|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|RWD|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|RWS|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|NOY|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|NO2Y|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|PMC|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|SRAD|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|RHUM|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|BARPR|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|O3|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|PM2.5|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|NO|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +560210100|560210100|840560210100|PRECIP|Permanent|0100|Cheyenne NCore|Active|WY1|Wyoming Department of Environmental Quality|R8|41.182220|-104.778336|1866.000|-7.00|US|16940| Cheyenne, WY |56|WY|021|LARAMIE +840560230004|560230004|840560230004|PM10|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|NO2|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|PRECIP|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|SO2|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|TEMP|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|WS|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|O3|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|PM2.5|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|RWS|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|RHUM|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|BARPR|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|SRAD|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|NOX|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|NO|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +840560230004|560230004|840560230004|RWD|Temporary|0004|Kemmerer Mobile|Active|WY1|Wyoming Department of Environmental Quality|R8|41.783083|-110.537888|2119.400|-7.00|US|||||| +560250005|560250005|840560250005|PM2.5|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|PM10|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|NO2|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|SO2|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|WS|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|RHUM|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|BARPR|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|SRAD|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|NOX|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|O3|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|NO|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|PRECIP|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|RWD|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|RWS|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250005|560250005|840560250005|TEMP|Permanent|0005|Casper Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.846297|-106.277670|1591.200|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|NO2|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|TEMP|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|WS|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|BARPR|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|NOX|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|NO|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|PRECIP|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|RWD|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|O3|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|PM2.5|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +560250100|560250100|840560250100|SRAD|Permanent|0100|Casper Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.822310|-106.365010|1591.800|-7.00|US|16220| Casper, WY |56|WY|025|NATRONA +840560290001|560290001|840560290001|PM2.5|Permanent|0001|Cody SLAMS|Active|WY1|Wyoming Department of Environmental Quality|R8|44.524642|-109.068507|1524.100|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|WS|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|RHUM|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|RWD|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|RWS|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|TEMP|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|BARPR|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|SRAD|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|NOX|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|O3|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|NO|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|PRECIP|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|PM2.5|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|PM10|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|NO2|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +840560290003|560290003|840560290003|SO2|Permanent|0003|Cody Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.526120|-109.016733|1539.000|-7.00|US|||56|WY|029|PARK +560330002|560330002|840560330002|TEMP|Permanent|0002|Sheridan PD|Active|WY1|Wyoming Department of Environmental Quality|R8|44.815142|-106.955933|1192.600|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330002|560330002|840560330002|WS|Permanent|0002|Sheridan PD|Active|WY1|Wyoming Department of Environmental Quality|R8|44.815142|-106.955933|1192.600|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330002|560330002|840560330002|RHUM|Permanent|0002|Sheridan PD|Active|WY1|Wyoming Department of Environmental Quality|R8|44.815142|-106.955933|1192.600|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330002|560330002|840560330002|PRECIP|Permanent|0002|Sheridan PD|Active|WY1|Wyoming Department of Environmental Quality|R8|44.815142|-106.955933|1192.600|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330002|560330002|840560330002|RWD|Permanent|0002|Sheridan PD|Active|WY1|Wyoming Department of Environmental Quality|R8|44.815142|-106.955933|1192.600|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330002|560330002|840560330002|PM2.5|Permanent|0002|Sheridan PD|Active|WY1|Wyoming Department of Environmental Quality|R8|44.815142|-106.955933|1192.600|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330002|560330002|840560330002|PM10|Permanent|0002|Sheridan PD|Active|WY1|Wyoming Department of Environmental Quality|R8|44.815142|-106.955933|1192.600|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330004|560330004|840560330004|PM2.5|Permanent|0004|Sheridan|Active|BLW|Bureau of Land Management - Wyoming|R8|44.933998|-106.847198|1136.100|-7.00|US|||56|WY|033|SHERIDAN +560330004|560330004|840560330004|TEMP|Permanent|0004|Sheridan|Active|BLW|Bureau of Land Management - Wyoming|R8|44.933998|-106.847198|1136.100|-7.00|US|||56|WY|033|SHERIDAN +560330004|560330004|840560330004|WS|Permanent|0004|Sheridan|Active|BLW|Bureau of Land Management - Wyoming|R8|44.933998|-106.847198|1136.100|-7.00|US|||56|WY|033|SHERIDAN +560330004|560330004|840560330004|WD|Permanent|0004|Sheridan|Active|BLW|Bureau of Land Management - Wyoming|R8|44.933998|-106.847198|1136.100|-7.00|US|||56|WY|033|SHERIDAN +560330004|560330004|840560330004|RHUM|Permanent|0004|Sheridan|Active|BLW|Bureau of Land Management - Wyoming|R8|44.933998|-106.847198|1136.100|-7.00|US|||56|WY|033|SHERIDAN +560330004|560330004|840560330004|BARPR|Permanent|0004|Sheridan|Active|BLW|Bureau of Land Management - Wyoming|R8|44.933998|-106.847198|1136.100|-7.00|US|||56|WY|033|SHERIDAN +560330004|560330004|840560330004|SRAD|Permanent|0004|Sheridan|Active|BLW|Bureau of Land Management - Wyoming|R8|44.933998|-106.847198|1136.100|-7.00|US|||56|WY|033|SHERIDAN +560330004|560330004|840560330004|PRECIP|Permanent|0004|Sheridan|Active|BLW|Bureau of Land Management - Wyoming|R8|44.933998|-106.847198|1136.100|-7.00|US|||56|WY|033|SHERIDAN +560330004|560330004|840560330004|O3|Permanent|0004|Sheridan|Active|BLW|Bureau of Land Management - Wyoming|R8|44.933998|-106.847198|1136.100|-7.00|US|||56|WY|033|SHERIDAN +560330006|560330006|840560330006|BARPR|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|SRAD|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|NO2|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|NOX|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|NO|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|O3|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|PM2.5|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|PM10|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|SO2|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|TEMP|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|WS|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|PRECIP|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|RWD|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|RWS|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560330006|560330006|840560330006|RHUM|Permanent|0006|Sheridan Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.803530|-106.961763|1156.300|-7.00|US|43260| Sheridan, WY |56|WY|033|SHERIDAN +560331003|560331003|840560331003|PM10|Permanent|1003|Sheridan ML|Inactive|WY1|Wyoming Department of Environmental Quality|R8|44.795508|-106.958569|1199.600|-7.00|US|||56|WY|033|SHERIDAN +560350097|560350097|840560350097|O3|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|PM2.5|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|PM10|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|NO2|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|TEMP|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|WS|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|WD|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|RHUM|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|SRAD|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|NOX|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|NO|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350097|560350097|840560350097|PRECIP|Permanent|0097|Wyoming Range|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.980000|-110.353058|2477.800|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|PRECIP|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|WD|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|RHUM|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|BARPR|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|SRAD|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|NOX|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|NO|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|O3|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|PM10|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|NO2|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|TEMP|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350098|560350098|840560350098|WS|Permanent|0098|Jonah Field|Inactive|WY1|Wyoming Department of Environmental Quality|R8|42.429401|-109.695000|2167.300|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|O3|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|PM10|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|NO2|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|NOY|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|TEMP|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|PRECIP|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|BARPR|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|SRAD|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|NOX|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|NO|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|RWD|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|RWS|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|WS|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350099|560350099|840560350099|RHUM|Permanent|0099|Boulder|Active|WY1|Wyoming Department of Environmental Quality|R8|42.718600|-109.753100|2168.200|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|O3|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|PM10|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|NO2|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|TEMP|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|WS|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|WD|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|RHUM|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|BARPR|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|SRAD|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|NOX|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|NO|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350100|560350100|840560350100|PRECIP|Permanent|0100|Daniel South|Active|WY1|Wyoming Department of Environmental Quality|R8|42.791400|-110.054700|2174.300|-7.00|US|||56|WY|035|SUBLETTE +560350101|560350101|840560350101|PM2.5|Permanent|0101|Pinedale Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.869800|-109.870800|2193.000|-7.00|US|||56|WY|035|SUBLETTE +560350101|560350101|840560350101|NO2|Permanent|0101|Pinedale Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.869800|-109.870800|2193.000|-7.00|US|||56|WY|035|SUBLETTE +560350101|560350101|840560350101|TEMP|Permanent|0101|Pinedale Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.869800|-109.870800|2193.000|-7.00|US|||56|WY|035|SUBLETTE +560350101|560350101|840560350101|WS|Permanent|0101|Pinedale Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.869800|-109.870800|2193.000|-7.00|US|||56|WY|035|SUBLETTE +560350101|560350101|840560350101|WD|Permanent|0101|Pinedale Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.869800|-109.870800|2193.000|-7.00|US|||56|WY|035|SUBLETTE +560350101|560350101|840560350101|RHUM|Permanent|0101|Pinedale Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.869800|-109.870800|2193.000|-7.00|US|||56|WY|035|SUBLETTE +560350101|560350101|840560350101|NOX|Permanent|0101|Pinedale Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.869800|-109.870800|2193.000|-7.00|US|||56|WY|035|SUBLETTE +560350101|560350101|840560350101|NO|Permanent|0101|Pinedale Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.869800|-109.870800|2193.000|-7.00|US|||56|WY|035|SUBLETTE +560350101|560350101|840560350101|O3|Permanent|0101|Pinedale Gaseous|Active|WY1|Wyoming Department of Environmental Quality|R8|42.869800|-109.870800|2193.000|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|NO|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|O3|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|NO2|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|TEMP|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|NOX|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|WS|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|PRECIP|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|WD|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|RHUM|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|BARPR|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560350700|560350700|840560350700|SRAD|Permanent|0700|Big Piney|Active|WY1|Wyoming Department of Environmental Quality|R8|42.486668|-110.099167|2089.300|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|NOX|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|NO|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|PRECIP|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|TEMP|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|WS|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|WD|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|RHUM|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|BARPR|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|SRAD|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|O3|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560351002|560351002|840560351002|NO2|Permanent|1002|Juel Spring|Active|WY1|Wyoming Department of Environmental Quality|R8|42.373001|-109.563004|2016.100|-7.00|US|||56|WY|035|SUBLETTE +560359991|560359991|840560359991|O3|Permanent|9991|Pinedale|Active|OAP|EPA Office of Atmospheric Programs|R3|42.928800|-109.788000|2389.400|-7.00|US|||56|WY|035|SUBLETTE +560359991|560359991|840560359991|NOY|Permanent|9991|Pinedale|Active|OAP|EPA Office of Atmospheric Programs|R3|42.928800|-109.788000|2389.400|-7.00|US|||56|WY|035|SUBLETTE +560359991|560359991|840560359991|NO2Y|Permanent|9991|Pinedale|Active|OAP|EPA Office of Atmospheric Programs|R3|42.928800|-109.788000|2389.400|-7.00|US|||56|WY|035|SUBLETTE +560359991|560359991|840560359991|TEMP|Permanent|9991|Pinedale|Active|OAP|EPA Office of Atmospheric Programs|R3|42.928800|-109.788000|2389.400|-7.00|US|||56|WY|035|SUBLETTE +560359991|560359991|840560359991|NO|Permanent|9991|Pinedale|Active|OAP|EPA Office of Atmospheric Programs|R3|42.928800|-109.788000|2389.400|-7.00|US|||56|WY|035|SUBLETTE +840560370007|560370007|840560370007|PM2.5|Permanent|0007|Rock Springs SLAMS|Active|WY1|Wyoming Department of Environmental Quality|R8|41.592591|-109.220125|1948.300|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|SRAD|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|O3|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|PM2.5|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|PM10|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|NO2|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|RWS|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|NO|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|PRECIP|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|RWD|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|SO2|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|TEMP|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|WS|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|RHUM|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|BARPR|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370023|560370023|840560370023|NOX|Permanent|0023|James Town Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.556430|-109.530440|1860.200|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370025|560370025|840560370025|RWD|Permanent|0025|Seedskadee|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.905004|-109.849956|1930.000|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370025|560370025|840560370025|NO2|Permanent|0025|Seedskadee|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.905004|-109.849956|1930.000|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370025|560370025|840560370025|SO2|Permanent|0025|Seedskadee|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.905004|-109.849956|1930.000|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370025|560370025|840560370025|TEMP|Permanent|0025|Seedskadee|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.905004|-109.849956|1930.000|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370025|560370025|840560370025|WS|Permanent|0025|Seedskadee|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.905004|-109.849956|1930.000|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370025|560370025|840560370025|RHUM|Permanent|0025|Seedskadee|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.905004|-109.849956|1930.000|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370025|560370025|840560370025|NOX|Permanent|0025|Seedskadee|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.905004|-109.849956|1930.000|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370025|560370025|840560370025|NO|Permanent|0025|Seedskadee|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.905004|-109.849956|1930.000|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +840560370025|560370025|840560370025|PRECIP|Permanent|0025|Seedskadee|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.905004|-109.849956|1930.000|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370077|560370077|840560370077|TEMP|Permanent|0077|Hiawatha|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.157780|-108.619446|2166.700|-7.00|US|||56|WY|037|SWEETWATER +560370077|560370077|840560370077|RHUM|Permanent|0077|Hiawatha|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.157780|-108.619446|2166.700|-7.00|US|||56|WY|037|SWEETWATER +560370077|560370077|840560370077|BARPR|Permanent|0077|Hiawatha|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.157780|-108.619446|2166.700|-7.00|US|||56|WY|037|SWEETWATER +560370077|560370077|840560370077|SRAD|Permanent|0077|Hiawatha|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.157780|-108.619446|2166.700|-7.00|US|||56|WY|037|SWEETWATER +560370077|560370077|840560370077|PRECIP|Permanent|0077|Hiawatha|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.157780|-108.619446|2166.700|-7.00|US|||56|WY|037|SWEETWATER +560370077|560370077|840560370077|RWD|Permanent|0077|Hiawatha|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.157780|-108.619446|2166.700|-7.00|US|||56|WY|037|SWEETWATER +560370077|560370077|840560370077|O3|Permanent|0077|Hiawatha|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.157780|-108.619446|2166.700|-7.00|US|||56|WY|037|SWEETWATER +560370077|560370077|840560370077|RWS|Permanent|0077|Hiawatha|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.157780|-108.619446|2166.700|-7.00|US|||56|WY|037|SWEETWATER +560370077|560370077|840560370077|WS|Permanent|0077|Hiawatha|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.157780|-108.619446|2166.700|-7.00|US|||56|WY|037|SWEETWATER +560370200|560370200|840560370200|O3|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|SRAD|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|NOX|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|TEMP|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|WS|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|RHUM|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|NO2|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|BARPR|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|NO|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|PRECIP|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|RWD|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|RWS|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370200|560370200|840560370200|PM10|Permanent|0200|Wamsutter|Active|WY1|Wyoming Department of Environmental Quality|R8|41.677800|-108.024200|2051.100|-7.00|US|40540| Rock Springs, WY |56|WY|037|SWEETWATER +560370300|560370300|840560370300|NOX|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|NO|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|PRECIP|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|RWD|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|SRAD|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|O3|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|RHUM|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|BARPR|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|PM10|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|NO2|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|RWS|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|SO2|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|TEMP|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560370300|560370300|840560370300|WS|Permanent|0300|Moxa Arch|Active|WY1|Wyoming Department of Environmental Quality|R8|41.750599|-109.789703|1967.300|-7.00|US|||56|WY|037|SWEETWATER +560390008|560390008|840560390008|O3|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|NO2|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|BARPR|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|TEMP|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|PRECIP|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|RWD|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|RWS|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|WD|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|RHUM|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|WS|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|SRAD|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|NOX|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +560390008|560390008|840560390008|NO|Permanent|0008|Grand Teton NP - Science School|Active|NPS|National Park Service|USEPA|43.670830|-110.599403|2106.300|-7.00|US|||56|WY|039|TETON +840560390009|560390009|840560390009|SO2|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|TEMP|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|WS|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|RHUM|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|BARPR|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|SRAD|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|PM2.5|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|PM10|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|NO2|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|NOX|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|NO|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|PRECIP|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|RWD|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|RWS|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560390009|560390009|840560390009|O3|Permanent|0009|Jackson Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.482560|-110.745261|1910.200|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560391006|560391006|840560391006|PM2.5|Permanent|1006|Jackson SLAMS|Active|WY1|Wyoming Department of Environmental Quality|R8|43.457764|-110.797994|1902.300|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +840560391006|560391006|840560391006|PM10|Permanent|1006|Jackson SLAMS|Active|WY1|Wyoming Department of Environmental Quality|R8|43.457764|-110.797994|1902.300|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391011|560391011|840560391011|RHUM|Permanent|1011|Yellowstone NP|Active|NPS|National Park Service|USEPA|44.559700|-110.400600|2469.000|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391011|560391011|840560391011|SRAD|Permanent|1011|Yellowstone NP|Active|NPS|National Park Service|USEPA|44.559700|-110.400600|2469.000|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391011|560391011|840560391011|PRECIP|Permanent|1011|Yellowstone NP|Active|NPS|National Park Service|USEPA|44.559700|-110.400600|2469.000|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391011|560391011|840560391011|RWD|Permanent|1011|Yellowstone NP|Active|NPS|National Park Service|USEPA|44.559700|-110.400600|2469.000|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391011|560391011|840560391011|RWS|Permanent|1011|Yellowstone NP|Active|NPS|National Park Service|USEPA|44.559700|-110.400600|2469.000|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391011|560391011|840560391011|O3|Permanent|1011|Yellowstone NP|Active|NPS|National Park Service|USEPA|44.559700|-110.400600|2469.000|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391011|560391011|840560391011|TEMP|Permanent|1011|Yellowstone NP|Active|NPS|National Park Service|USEPA|44.559700|-110.400600|2469.000|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391011|560391011|840560391011|WS|Permanent|1011|Yellowstone NP|Active|NPS|National Park Service|USEPA|44.559700|-110.400600|2469.000|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391011|560391011|840560391011|WD|Permanent|1011|Yellowstone NP|Active|NPS|National Park Service|USEPA|44.559700|-110.400600|2469.000|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391012|560391012|840560391012|WS|Permanent|1012|Yellowstone NP - Old Faithful|Inactive|NPS|National Park Service|USEPA|44.456902|-110.831398|2247.500|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391012|560391012|840560391012|WD|Permanent|1012|Yellowstone NP - Old Faithful|Inactive|NPS|National Park Service|USEPA|44.456902|-110.831398|2247.500|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391012|560391012|840560391012|RHUM|Permanent|1012|Yellowstone NP - Old Faithful|Inactive|NPS|National Park Service|USEPA|44.456902|-110.831398|2247.500|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391012|560391012|840560391012|PM2.5|Permanent|1012|Yellowstone NP - Old Faithful|Inactive|NPS|National Park Service|USEPA|44.456902|-110.831398|2247.500|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391012|560391012|840560391012|CO|Permanent|1012|Yellowstone NP - Old Faithful|Inactive|NPS|National Park Service|USEPA|44.456902|-110.831398|2247.500|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391012|560391012|840560391012|TEMP|Permanent|1012|Yellowstone NP - Old Faithful|Inactive|NPS|National Park Service|USEPA|44.456902|-110.831398|2247.500|-7.00|US|27220| Jackson, WY-ID |56|WY|039|TETON +560391013|560391013|840560391013|PM2.5|Permanent|1013|Yellowstone- Old Faithful Snow Lodge|Active|NPS|National Park Service|USEPA|44.373056|-110.830833||-7.00|US|||56|WY|039|TETON +560391013|560391013|840560391013|NO|Permanent|1013|Yellowstone- Old Faithful Snow Lodge|Active|NPS|National Park Service|USEPA|44.373056|-110.830833||-7.00|US|||56|WY|039|TETON +560391013|560391013|840560391013|RWD|Permanent|1013|Yellowstone- Old Faithful Snow Lodge|Active|NPS|National Park Service|USEPA|44.373056|-110.830833||-7.00|US|||56|WY|039|TETON +560391013|560391013|840560391013|RWS|Permanent|1013|Yellowstone- Old Faithful Snow Lodge|Active|NPS|National Park Service|USEPA|44.373056|-110.830833||-7.00|US|||56|WY|039|TETON +560391013|560391013|840560391013|NO2|Permanent|1013|Yellowstone- Old Faithful Snow Lodge|Active|NPS|National Park Service|USEPA|44.373056|-110.830833||-7.00|US|||56|WY|039|TETON +560391013|560391013|840560391013|TEMP|Permanent|1013|Yellowstone- Old Faithful Snow Lodge|Active|NPS|National Park Service|USEPA|44.373056|-110.830833||-7.00|US|||56|WY|039|TETON +560391013|560391013|840560391013|WS|Permanent|1013|Yellowstone- Old Faithful Snow Lodge|Active|NPS|National Park Service|USEPA|44.373056|-110.830833||-7.00|US|||56|WY|039|TETON +560391013|560391013|840560391013|RHUM|Permanent|1013|Yellowstone- Old Faithful Snow Lodge|Active|NPS|National Park Service|USEPA|44.373056|-110.830833||-7.00|US|||56|WY|039|TETON +560391013|560391013|840560391013|NOX|Permanent|1013|Yellowstone- Old Faithful Snow Lodge|Active|NPS|National Park Service|USEPA|44.373056|-110.830833||-7.00|US|||56|WY|039|TETON +560410101|560410101|840560410101|NO|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|PRECIP|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|TEMP|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|WS|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|RHUM|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|BARPR|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|SRAD|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|O3|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|PM10|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|NOX|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|NO2|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560410101|560410101|840560410101|WD|Permanent|0101|Murphy Ridge|Inactive|WY1|Wyoming Department of Environmental Quality|R8|41.369400|-111.041900|2129.200|-7.00|US|21740| Evanston, WY |56|WY|041|UINTA +560450003|560450003|840560450003|PRECIP|Permanent|0003|NewCastle|Active|BLW|Bureau of Land Management - Wyoming|R8|43.881401|-104.191902|1438.400|-7.00|US|||56|WY|045|WESTON +560450003|560450003|840560450003|TEMP|Permanent|0003|NewCastle|Active|BLW|Bureau of Land Management - Wyoming|R8|43.881401|-104.191902|1438.400|-7.00|US|||56|WY|045|WESTON +560450003|560450003|840560450003|WS|Permanent|0003|NewCastle|Active|BLW|Bureau of Land Management - Wyoming|R8|43.881401|-104.191902|1438.400|-7.00|US|||56|WY|045|WESTON +560450003|560450003|840560450003|WD|Permanent|0003|NewCastle|Active|BLW|Bureau of Land Management - Wyoming|R8|43.881401|-104.191902|1438.400|-7.00|US|||56|WY|045|WESTON +560450003|560450003|840560450003|RHUM|Permanent|0003|NewCastle|Active|BLW|Bureau of Land Management - Wyoming|R8|43.881401|-104.191902|1438.400|-7.00|US|||56|WY|045|WESTON +560450003|560450003|840560450003|BARPR|Permanent|0003|NewCastle|Active|BLW|Bureau of Land Management - Wyoming|R8|43.881401|-104.191902|1438.400|-7.00|US|||56|WY|045|WESTON +560450003|560450003|840560450003|SRAD|Permanent|0003|NewCastle|Active|BLW|Bureau of Land Management - Wyoming|R8|43.881401|-104.191902|1438.400|-7.00|US|||56|WY|045|WESTON +560450003|560450003|840560450003|O3|Permanent|0003|NewCastle|Active|BLW|Bureau of Land Management - Wyoming|R8|43.881401|-104.191902|1438.400|-7.00|US|||56|WY|045|WESTON +560450003|560450003|840560450003|PM2.5|Permanent|0003|NewCastle|Active|BLW|Bureau of Land Management - Wyoming|R8|43.881401|-104.191902|1438.400|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|PM10|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|RWS|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|BARPR|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|PM2.5|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|NO2|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|SO2|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|TEMP|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|WS|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|RHUM|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|O3|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|SRAD|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|NOX|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|NO|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|PRECIP|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +560450004|560450004|840560450004|RWD|Permanent|0004|Newcastle Mobile|Inactive|WY1|Wyoming Department of Environmental Quality|R8|43.850000|-104.200000|1314.900|-7.00|US|||56|WY|045|WESTON +720330004|720330004|630720330004|PM2.5|Permanent|0004|Cataño 40|Active|PR1|Puerto Rico Environmental Quality Board|R2|18.428388|-66.141657||-4.00|US|||72|PR|033|CATANO +720330004|720330004|630720330004|PM10|Permanent|0004|Cataño 40|Active|PR1|Puerto Rico Environmental Quality Board|R2|18.428388|-66.141657||-4.00|US|||72|PR|033|CATANO +630720970007|720970007|630720970007|O3|Permanent|0007|Mayaguez 59|Active|PR1|Puerto Rico Environmental Quality Board|R2|18.214167|-67.144167||-4.00|US|||72|PR|097|MAYAGUEZ +630720970007|720970007|630720970007|PM2.5|Permanent|0007|Mayaguez 59|Active|PR1|Puerto Rico Environmental Quality Board|R2|18.214167|-67.144167||-4.00|US|||72|PR|097|MAYAGUEZ +721130004|721130004|630721130004|PM10|Permanent|0004|Ponce|Active|PR1|Puerto Rico Environmental Quality Board|R2|18.009556|-66.627250||-4.00|US|||72|PR|113|PONCE +800020001|800020001|484800020001|WD|Permanent|0001|Instituto Tecnologico|Active|MX1|Baja California|MX|32.525000|-116.985000|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020001|800020001|484800020001|NOX|Permanent|0001|Instituto Tecnologico|Active|MX1|Baja California|MX|32.525000|-116.985000|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020001|800020001|484800020001|NO|Permanent|0001|Instituto Tecnologico|Active|MX1|Baja California|MX|32.525000|-116.985000|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020001|800020001|484800020001|O3|Permanent|0001|Instituto Tecnologico|Active|MX1|Baja California|MX|32.525000|-116.985000|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020001|800020001|484800020001|NO2|Permanent|0001|Instituto Tecnologico|Active|MX1|Baja California|MX|32.525000|-116.985000|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020001|800020001|484800020001|CO|Permanent|0001|Instituto Tecnologico|Active|MX1|Baja California|MX|32.525000|-116.985000|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020001|800020001|484800020001|TEMP|Permanent|0001|Instituto Tecnologico|Active|MX1|Baja California|MX|32.525000|-116.985000|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020001|800020001|484800020001|WS|Permanent|0001|Instituto Tecnologico|Active|MX1|Baja California|MX|32.525000|-116.985000|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|NO|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|CO|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|SO2|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|TEMP|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|WS|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|WD|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|NOX|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|O3|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|PM10|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020003|800020003|484800020003|NO2|Permanent|0003|La Mesa|Active|MX1|Baja California|MX|32.498300|-116.976700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|NO2|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|TEMP|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|WS|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|WD|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|NOX|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|O3|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|PM10|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|NO|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|CO|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020004|800020004|484800020004|SO2|Permanent|0004|Rosarito|Active|MX1|Baja California|MX|32.343300|-117.054700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020005|800020005|484800020005|WD|Permanent|0005|Playas|Inactive|MX1|Baja California|MX|32.500000|-117.116700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020005|800020005|484800020005|NOX|Permanent|0005|Playas|Inactive|MX1|Baja California|MX|32.500000|-117.116700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020005|800020005|484800020005|NO|Permanent|0005|Playas|Inactive|MX1|Baja California|MX|32.500000|-117.116700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020005|800020005|484800020005|O3|Permanent|0005|Playas|Inactive|MX1|Baja California|MX|32.500000|-117.116700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020005|800020005|484800020005|NO2|Permanent|0005|Playas|Inactive|MX1|Baja California|MX|32.500000|-117.116700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020005|800020005|484800020005|CO|Permanent|0005|Playas|Inactive|MX1|Baja California|MX|32.500000|-117.116700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020005|800020005|484800020005|TEMP|Permanent|0005|Playas|Inactive|MX1|Baja California|MX|32.500000|-117.116700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020005|800020005|484800020005|WS|Permanent|0005|Playas|Inactive|MX1|Baja California|MX|32.500000|-117.116700||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020010|800020010|484800020010|TEMP|Permanent|0010|Instituto Tecnologico de Mexicali|Active|MX1|Baja California|MX|32.615300|-115.388100||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020010|800020010|484800020010|WS|Permanent|0010|Instituto Tecnologico de Mexicali|Active|MX1|Baja California|MX|32.615300|-115.388100||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020010|800020010|484800020010|WD|Permanent|0010|Instituto Tecnologico de Mexicali|Active|MX1|Baja California|MX|32.615300|-115.388100||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020010|800020010|484800020010|NOX|Permanent|0010|Instituto Tecnologico de Mexicali|Active|MX1|Baja California|MX|32.615300|-115.388100||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020010|800020010|484800020010|NO|Permanent|0010|Instituto Tecnologico de Mexicali|Active|MX1|Baja California|MX|32.615300|-115.388100||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020010|800020010|484800020010|O3|Permanent|0010|Instituto Tecnologico de Mexicali|Active|MX1|Baja California|MX|32.615300|-115.388100||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020010|800020010|484800020010|NO2|Permanent|0010|Instituto Tecnologico de Mexicali|Active|MX1|Baja California|MX|32.615300|-115.388100||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020010|800020010|484800020010|CO|Permanent|0010|Instituto Tecnologico de Mexicali|Active|MX1|Baja California|MX|32.615300|-115.388100||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|NO2|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|CO|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|SO2|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|TEMP|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|WS|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|O3|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|PM2.5|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|WD|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|NOX|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|NO|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020012|800020012|484800020012|PM10|Permanent|0012|Universidad Autonoma de Baja California|Active|MX1|Baja California|MX|32.629200|-115.446900||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020014|800020014|484800020014|NO|Permanent|0014|SPABC14 COBACH|Active|MX1|Baja California|MX|32.633600|-115.504200||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020014|800020014|484800020014|NO2|Permanent|0014|SPABC14 COBACH|Active|MX1|Baja California|MX|32.633600|-115.504200||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020014|800020014|484800020014|CO|Permanent|0014|SPABC14 COBACH|Active|MX1|Baja California|MX|32.633600|-115.504200||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020014|800020014|484800020014|TEMP|Permanent|0014|SPABC14 COBACH|Active|MX1|Baja California|MX|32.633600|-115.504200||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020014|800020014|484800020014|WS|Permanent|0014|SPABC14 COBACH|Active|MX1|Baja California|MX|32.633600|-115.504200||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020014|800020014|484800020014|WD|Permanent|0014|SPABC14 COBACH|Active|MX1|Baja California|MX|32.633600|-115.504200||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020014|800020014|484800020014|NOX|Permanent|0014|SPABC14 COBACH|Active|MX1|Baja California|MX|32.633600|-115.504200||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020014|800020014|484800020014|O3|Permanent|0014|SPABC14 COBACH|Active|MX1|Baja California|MX|32.633600|-115.504200||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020014|800020014|484800020014|PM2.5|Permanent|0014|SPABC14 COBACH|Active|MX1|Baja California|MX|32.633600|-115.504200||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020017|800020017|484800020017|NO|Permanent|0017|Tecate|Active|MX1|Baja California|MX|32.563900|-116.636100|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020017|800020017|484800020017|NO2|Permanent|0017|Tecate|Active|MX1|Baja California|MX|32.563900|-116.636100|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020017|800020017|484800020017|CO|Permanent|0017|Tecate|Active|MX1|Baja California|MX|32.563900|-116.636100|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020017|800020017|484800020017|TEMP|Permanent|0017|Tecate|Active|MX1|Baja California|MX|32.563900|-116.636100|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020017|800020017|484800020017|WS|Permanent|0017|Tecate|Active|MX1|Baja California|MX|32.563900|-116.636100|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020017|800020017|484800020017|WD|Permanent|0017|Tecate|Active|MX1|Baja California|MX|32.563900|-116.636100|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020017|800020017|484800020017|NOX|Permanent|0017|Tecate|Active|MX1|Baja California|MX|32.563900|-116.636100|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020017|800020017|484800020017|O3|Permanent|0017|Tecate|Active|MX1|Baja California|MX|32.563900|-116.636100|36.900|-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020018|800020018|484800020018|O3|Permanent|0018|Ensenada|Active|MX1|Baja California|MX|31.528333|-116.920833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020018|800020018|484800020018|PM2.5|Permanent|0018|Ensenada|Active|MX1|Baja California|MX|31.528333|-116.920833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020018|800020018|484800020018|NO2|Permanent|0018|Ensenada|Active|MX1|Baja California|MX|31.528333|-116.920833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020018|800020018|484800020018|CO|Permanent|0018|Ensenada|Active|MX1|Baja California|MX|31.528333|-116.920833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020018|800020018|484800020018|RHUM|Permanent|0018|Ensenada|Active|MX1|Baja California|MX|31.528333|-116.920833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020018|800020018|484800020018|BARPR|Permanent|0018|Ensenada|Active|MX1|Baja California|MX|31.528333|-116.920833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020018|800020018|484800020018|NOX|Permanent|0018|Ensenada|Active|MX1|Baja California|MX|31.528333|-116.920833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020018|800020018|484800020018|NO|Permanent|0018|Ensenada|Active|MX1|Baja California|MX|31.528333|-116.920833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020019|800020019|484800020019|O3|Permanent|0019|CESPM|Active|MX1|Baja California|MX|32.603611|-115.485833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020019|800020019|484800020019|PM2.5|Permanent|0019|CESPM|Active|MX1|Baja California|MX|32.603611|-115.485833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020019|800020019|484800020019|NO2|Permanent|0019|CESPM|Active|MX1|Baja California|MX|32.603611|-115.485833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020019|800020019|484800020019|CO|Permanent|0019|CESPM|Active|MX1|Baja California|MX|32.603611|-115.485833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020019|800020019|484800020019|RHUM|Permanent|0019|CESPM|Active|MX1|Baja California|MX|32.603611|-115.485833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020019|800020019|484800020019|BARPR|Permanent|0019|CESPM|Active|MX1|Baja California|MX|32.603611|-115.485833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020019|800020019|484800020019|NOX|Permanent|0019|CESPM|Active|MX1|Baja California|MX|32.603611|-115.485833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800020019|800020019|484800020019|NO|Permanent|0019|CESPM|Active|MX1|Baja California|MX|32.603611|-115.485833||-8.00|MX|||80|MX|002|BAJA CALIFORNIA NORTE +800060004|800060004|840800060004|WS|Permanent|0004|Juarez Advance C661|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.689722|-106.459722|1174.300|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060004|800060004|840800060004|WD|Permanent|0004|Juarez Advance C661|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.689722|-106.459722|1174.300|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060004|800060004|840800060004|RHUM|Permanent|0004|Juarez Advance C661|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.689722|-106.459722|1174.300|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060004|800060004|840800060004|RWD|Permanent|0004|Juarez Advance C661|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.689722|-106.459722|1174.300|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060004|800060004|840800060004|CO|Permanent|0004|Juarez Advance C661|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.689722|-106.459722|1174.300|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060004|800060004|840800060004|TEMP|Permanent|0004|Juarez Advance C661|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.689722|-106.459722|1174.300|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060004|800060004|840800060004|RWS|Permanent|0004|Juarez Advance C661|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.689722|-106.459722|1174.300|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060004|800060004|840800060004|O3|Permanent|0004|Juarez Advance C661|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.689722|-106.459722|1174.300|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060006|800060006|840800060006|O3|Permanent|0006|Juarez 20 30 Club|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.735556|-106.459722|1134.600|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060006|800060006|840800060006|CO|Permanent|0006|Juarez 20 30 Club|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.735556|-106.459722|1134.600|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060006|800060006|840800060006|TEMP|Permanent|0006|Juarez 20 30 Club|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.735556|-106.459722|1134.600|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060006|800060006|840800060006|WS|Permanent|0006|Juarez 20 30 Club|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.735556|-106.459722|1134.600|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060006|800060006|840800060006|WD|Permanent|0006|Juarez 20 30 Club|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.735556|-106.459722|1134.600|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060006|800060006|840800060006|RHUM|Permanent|0006|Juarez 20 30 Club|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.735556|-106.459722|1134.600|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060006|800060006|840800060006|RWD|Permanent|0006|Juarez 20 30 Club|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.735556|-106.459722|1134.600|-7.00|US|||80|MX|006|CHIHUAHUA STATE +800060006|800060006|840800060006|RWS|Permanent|0006|Juarez 20 30 Club|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.735556|-106.459722|1134.600|-7.00|US|||80|MX|006|CHIHUAHUA STATE +484800060006|800060006|484800060006|O3|Permanent|0006|N/A|Inactive|MX1|Baja California|MX|31.735556|-106.459722||-8.00|MX|||80|MX|006|CHIHUAHUA STATE +484800060006|800060006|484800060006|CO|Permanent|0006|N/A|Inactive|MX1|Baja California|MX|31.735556|-106.459722||-8.00|MX|||80|MX|006|CHIHUAHUA STATE +800060007|800060007|840800060007|WS|Permanent|0007|Avenida de la Industria C663|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.712200|-106.395300|342.500|-7.00|US|21340| El Paso, TX |80|MX|006|CHIHUAHUA STATE +800060007|800060007|840800060007|WD|Permanent|0007|Avenida de la Industria C663|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.712200|-106.395300|342.500|-7.00|US|21340| El Paso, TX |80|MX|006|CHIHUAHUA STATE +800060007|800060007|840800060007|RHUM|Permanent|0007|Avenida de la Industria C663|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.712200|-106.395300|342.500|-7.00|US|21340| El Paso, TX |80|MX|006|CHIHUAHUA STATE +800060007|800060007|840800060007|RWD|Permanent|0007|Avenida de la Industria C663|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.712200|-106.395300|342.500|-7.00|US|21340| El Paso, TX |80|MX|006|CHIHUAHUA STATE +800060007|800060007|840800060007|RWS|Permanent|0007|Avenida de la Industria C663|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.712200|-106.395300|342.500|-7.00|US|21340| El Paso, TX |80|MX|006|CHIHUAHUA STATE +800060007|800060007|840800060007|O3|Permanent|0007|Avenida de la Industria C663|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.712200|-106.395300|342.500|-7.00|US|21340| El Paso, TX |80|MX|006|CHIHUAHUA STATE +800060007|800060007|840800060007|CO|Permanent|0007|Avenida de la Industria C663|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.712200|-106.395300|342.500|-7.00|US|21340| El Paso, TX |80|MX|006|CHIHUAHUA STATE +800060007|800060007|840800060007|TEMP|Permanent|0007|Avenida de la Industria C663|Inactive|TX1|Texas Commission on Environmental Quality|R6|31.712200|-106.395300|342.500|-7.00|US|21340| El Paso, TX |80|MX|006|CHIHUAHUA STATE +484800060007|800060007|484800060007|O3|Permanent|0007|N/A|Inactive|MX1|Baja California|MX|31.712222|-106.395278||-8.00|MX|||80|MX|006|CHIHUAHUA STATE +484800060007|800060007|484800060007|CO|Permanent|0007|N/A|Inactive|MX1|Baja California|MX|31.712222|-106.395278||-8.00|MX|||80|MX|006|CHIHUAHUA STATE +800090005|800090005|484800090005|PM10|Permanent|0005|N/A|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|20.673611|-103.333056||0.00|MX|||80|MX|009|DISTRITO FEDERAL +800090023|800090023|484800090023|PMC|Permanent|0023|Camarones|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.468400|-99.169700|2234.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090023|800090023|484800090023|O3|Permanent|0023|Camarones|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.468400|-99.169700|2234.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090023|800090023|484800090023|PM2.5|Permanent|0023|Camarones|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.468400|-99.169700|2234.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090023|800090023|484800090023|PM10|Permanent|0023|Camarones|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.468400|-99.169700|2234.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090023|800090023|484800090023|NO2|Permanent|0023|Camarones|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.468400|-99.169700|2234.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090023|800090023|484800090023|CO|Permanent|0023|Camarones|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.468400|-99.169700|2234.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090023|800090023|484800090023|SO2|Permanent|0023|Camarones|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.468400|-99.169700|2234.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090031|800090031|484800090031|PM10|Permanent|0031|Santa Ursula|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.314400|-99.149900|2280.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090031|800090031|484800090031|CO|Permanent|0031|Santa Ursula|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.314400|-99.149900|2280.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090031|800090031|484800090031|TEMP|Permanent|0031|Santa Ursula|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.314400|-99.149900|2280.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090031|800090031|484800090031|WS|Permanent|0031|Santa Ursula|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.314400|-99.149900|2280.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090031|800090031|484800090031|WD|Permanent|0031|Santa Ursula|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.314400|-99.149900|2280.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090031|800090031|484800090031|RHUM|Permanent|0031|Santa Ursula|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.314400|-99.149900|2280.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090031|800090031|484800090031|O3|Permanent|0031|Santa Ursula|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.314400|-99.149900|2280.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090031|800090031|484800090031|PM2.5|Permanent|0031|Santa Ursula|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.314400|-99.149900|2280.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090033|800090033|484800090033|O3|Permanent|0033|Coyoacán|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100|2261.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090033|800090033|484800090033|PM2.5|Permanent|0033|Coyoacán|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100|2261.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090033|800090033|484800090033|NO2|Permanent|0033|Coyoacán|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100|2261.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090034|800090034|484800090034|O3|Permanent|0034|UAM Xochimilco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.304400|-99.073800|2247.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090034|800090034|484800090034|PM2.5|Permanent|0034|UAM Xochimilco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.304400|-99.073800|2247.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090034|800090034|484800090034|NO2|Permanent|0034|UAM Xochimilco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.304400|-99.073800|2247.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090034|800090034|484800090034|CO|Permanent|0034|UAM Xochimilco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.304400|-99.073800|2247.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090034|800090034|484800090034|SO2|Permanent|0034|UAM Xochimilco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.304400|-99.073800|2247.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090041|800090041|484800090041|RHUM|Permanent|0041|Cuajimalpa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.365300|-99.291700|2705.700|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090041|800090041|484800090041|O3|Permanent|0041|Cuajimalpa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.365300|-99.291700|2705.700|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090041|800090041|484800090041|PM10|Permanent|0041|Cuajimalpa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.365300|-99.291700|2705.700|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090041|800090041|484800090041|NO2|Permanent|0041|Cuajimalpa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.365300|-99.291700|2705.700|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090041|800090041|484800090041|CO|Permanent|0041|Cuajimalpa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.365300|-99.291700|2705.700|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090041|800090041|484800090041|SO2|Permanent|0041|Cuajimalpa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.365300|-99.291700|2705.700|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090041|800090041|484800090041|TEMP|Permanent|0041|Cuajimalpa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.365300|-99.291700|2705.700|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090041|800090041|484800090041|WS|Permanent|0041|Cuajimalpa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.365300|-99.291700|2705.700|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090041|800090041|484800090041|WD|Permanent|0041|Cuajimalpa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.365300|-99.291700|2705.700|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|O3|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|TEMP|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|WS|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|WD|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|PM2.5|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|PM10|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|RHUM|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|NO2|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|CO|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090043|800090043|484800090043|SO2|Permanent|0043|Santa Fe|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.357300|-99.262800|2600.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090057|800090057|484800090057|SO2|Permanent|0057|San Juan de Aragón|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000|2259.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090057|800090057|484800090057|O3|Permanent|0057|San Juan de Aragón|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000|2259.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090057|800090057|484800090057|PM2.5|Permanent|0057|San Juan de Aragón|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000|2259.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090057|800090057|484800090057|NO2|Permanent|0057|San Juan de Aragón|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000|2259.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090057|800090057|484800090057|CO|Permanent|0057|San Juan de Aragón|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000|2259.400|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090061|800090061|484800090061|RHUM|Permanent|0061|Iztacalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.384400|-99.117600|2239.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090061|800090061|484800090061|O3|Permanent|0061|Iztacalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.384400|-99.117600|2239.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090061|800090061|484800090061|PM10|Permanent|0061|Iztacalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.384400|-99.117600|2239.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090061|800090061|484800090061|NO2|Permanent|0061|Iztacalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.384400|-99.117600|2239.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090061|800090061|484800090061|CO|Permanent|0061|Iztacalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.384400|-99.117600|2239.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090061|800090061|484800090061|SO2|Permanent|0061|Iztacalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.384400|-99.117600|2239.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090061|800090061|484800090061|TEMP|Permanent|0061|Iztacalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.384400|-99.117600|2239.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090072|800090072|484800090072|SO2|Permanent|0072|UAM Iztapalapa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.360700|-99.073800|2222.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090072|800090072|484800090072|PMC|Permanent|0072|UAM Iztapalapa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.360700|-99.073800|2222.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090072|800090072|484800090072|O3|Permanent|0072|UAM Iztapalapa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.360700|-99.073800|2222.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090072|800090072|484800090072|PM2.5|Permanent|0072|UAM Iztapalapa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.360700|-99.073800|2222.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090072|800090072|484800090072|PM10|Permanent|0072|UAM Iztapalapa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.360700|-99.073800|2222.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090072|800090072|484800090072|NO2|Permanent|0072|UAM Iztapalapa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.360700|-99.073800|2222.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090072|800090072|484800090072|CO|Permanent|0072|UAM Iztapalapa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.360700|-99.073800|2222.200|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +484800090073|800090073|484800090073|NOX|Permanent|0073|Santiago Acahualtepec|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100||-6.00|MX|||80|MX|009|DISTRITO FEDERAL +484800090073|800090073|484800090073|PM2.5|Permanent|0073|Santiago Acahualtepec|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100||-6.00|MX|||80|MX|009|DISTRITO FEDERAL +484800090073|800090073|484800090073|NO|Permanent|0073|Santiago Acahualtepec|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100||-6.00|MX|||80|MX|009|DISTRITO FEDERAL +484800090073|800090073|484800090073|NO2|Permanent|0073|Santiago Acahualtepec|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100||-6.00|MX|||80|MX|009|DISTRITO FEDERAL +484800090073|800090073|484800090073|CO|Permanent|0073|Santiago Acahualtepec|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100||-6.00|MX|||80|MX|009|DISTRITO FEDERAL +484800090073|800090073|484800090073|SO2|Permanent|0073|Santiago Acahualtepec|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100||-6.00|MX|||80|MX|009|DISTRITO FEDERAL +484800090073|800090073|484800090073|WS|Permanent|0073|Santiago Acahualtepec|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100||-6.00|MX|||80|MX|009|DISTRITO FEDERAL +484800090073|800090073|484800090073|O3|Permanent|0073|Santiago Acahualtepec|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100||-6.00|MX|||80|MX|009|DISTRITO FEDERAL +484800090073|800090073|484800090073|WD|Permanent|0073|Santiago Acahualtepec|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.350200|-99.157100||-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|SO2|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|TEMP|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|WS|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|WD|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|RHUM|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|PMC|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|O3|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|PM2.5|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|PM10|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|NO2|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090101|800090101|484800090101|CO|Permanent|0101|Pedregal|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.325100|-99.204100|2327.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090122|800090122|484800090122|WS|Permanent|0122|Tlalpan|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.257000|-99.184100|2523.600|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090122|800090122|484800090122|WD|Permanent|0122|Tlalpan|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.257000|-99.184100|2523.600|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090122|800090122|484800090122|RHUM|Permanent|0122|Tlalpan|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.257000|-99.184100|2523.600|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090122|800090122|484800090122|O3|Permanent|0122|Tlalpan|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.257000|-99.184100|2523.600|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090122|800090122|484800090122|NO2|Permanent|0122|Tlalpan|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.257000|-99.184100|2523.600|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090122|800090122|484800090122|CO|Permanent|0122|Tlalpan|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.257000|-99.184100|2523.600|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090122|800090122|484800090122|SO2|Permanent|0122|Tlalpan|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.257000|-99.184100|2523.600|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090122|800090122|484800090122|TEMP|Permanent|0122|Tlalpan|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.257000|-99.184100|2523.600|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090133|800090133|484800090133|O3|Permanent|0133|Tlahuac|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.246400|-99.010000|2298.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090133|800090133|484800090133|PM10|Permanent|0133|Tlahuac|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.246400|-99.010000|2298.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090133|800090133|484800090133|NO2|Permanent|0133|Tlahuac|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.246400|-99.010000|2298.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090133|800090133|484800090133|CO|Permanent|0133|Tlahuac|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.246400|-99.010000|2298.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090133|800090133|484800090133|SO2|Permanent|0133|Tlahuac|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.246400|-99.010000|2298.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090133|800090133|484800090133|TEMP|Permanent|0133|Tlahuac|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.246400|-99.010000|2298.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090133|800090133|484800090133|WS|Permanent|0133|Tlahuac|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.246400|-99.010000|2298.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090133|800090133|484800090133|WD|Permanent|0133|Tlahuac|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.246400|-99.010000|2298.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090133|800090133|484800090133|RHUM|Permanent|0133|Tlahuac|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.246400|-99.010000|2298.500|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090154|800090154|484800090154|PMC|Permanent|0154|Hospital General de México|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.411600|-99.152200|2235.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090154|800090154|484800090154|PM10|Permanent|0154|Hospital General de México|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.411600|-99.152200|2235.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090154|800090154|484800090154|NO2|Permanent|0154|Hospital General de México|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.411600|-99.152200|2235.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090154|800090154|484800090154|CO|Permanent|0154|Hospital General de México|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.411600|-99.152200|2235.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090154|800090154|484800090154|SO2|Permanent|0154|Hospital General de México|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.411600|-99.152200|2235.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090154|800090154|484800090154|TEMP|Permanent|0154|Hospital General de México|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.411600|-99.152200|2235.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090154|800090154|484800090154|RHUM|Permanent|0154|Hospital General de México|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.411600|-99.152200|2235.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090154|800090154|484800090154|O3|Permanent|0154|Hospital General de México|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.411600|-99.152200|2235.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090154|800090154|484800090154|PM2.5|Permanent|0154|Hospital General de México|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.411600|-99.152200|2235.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090171|800090171|484800090171|RHUM|Permanent|0171|Merced|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.424600|-99.119500|2246.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090171|800090171|484800090171|PMC|Permanent|0171|Merced|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.424600|-99.119500|2246.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090171|800090171|484800090171|PM2.5|Permanent|0171|Merced|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.424600|-99.119500|2246.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090171|800090171|484800090171|PM10|Permanent|0171|Merced|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.424600|-99.119500|2246.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090171|800090171|484800090171|NO2|Permanent|0171|Merced|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.424600|-99.119500|2246.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090171|800090171|484800090171|CO|Permanent|0171|Merced|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.424600|-99.119500|2246.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090171|800090171|484800090171|SO2|Permanent|0171|Merced|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.424600|-99.119500|2246.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090171|800090171|484800090171|TEMP|Permanent|0171|Merced|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.424600|-99.119500|2246.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +800090171|800090171|484800090171|O3|Permanent|0171|Merced|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.424600|-99.119500|2246.300|-6.00|MX|||80|MX|009|DISTRITO FEDERAL +80011G001|80011G001|48480011G001|PM2.5|Permanent|G001|Estación Seguridad Pública|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.518317|-100.815910|498.100|-6.00|MX|||80|MX|011|GUANAJUATO +80011G001|80011G001|48480011G001|PM10|Permanent|G001|Estación Seguridad Pública|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.518317|-100.815910|498.100|-6.00|MX|||80|MX|011|GUANAJUATO +80011G001|80011G001|48480011G001|SO2|Permanent|G001|Estación Seguridad Pública|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.518317|-100.815910|498.100|-6.00|MX|||80|MX|011|GUANAJUATO +80011G001|80011G001|48480011G001|WS|Permanent|G001|Estación Seguridad Pública|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.518317|-100.815910|498.100|-6.00|MX|||80|MX|011|GUANAJUATO +80011G001|80011G001|48480011G001|WD|Permanent|G001|Estación Seguridad Pública|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.518317|-100.815910|498.100|-6.00|MX|||80|MX|011|GUANAJUATO +80011G001|80011G001|48480011G001|CO|Permanent|G001|Estación Seguridad Pública|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.518317|-100.815910|498.100|-6.00|MX|||80|MX|011|GUANAJUATO +80011G001|80011G001|48480011G001|O3|Permanent|G001|Estación Seguridad Pública|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.518317|-100.815910|498.100|-6.00|MX|||80|MX|011|GUANAJUATO +80011G002|80011G002|48480011G002|WS|Permanent|G002|Estación Tecnológico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.545428|-100.807070|476.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G002|80011G002|48480011G002|WD|Permanent|G002|Estación Tecnológico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.545428|-100.807070|476.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G002|80011G002|48480011G002|O3|Permanent|G002|Estación Tecnológico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.545428|-100.807070|476.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G002|80011G002|48480011G002|PM10|Permanent|G002|Estación Tecnológico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.545428|-100.807070|476.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G003|80011G003|48480011G003|O3|Permanent|G003|Estación San Juanico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.537683|-100.839940|482.500|-6.00|MX|||80|MX|011|GUANAJUATO +80011G003|80011G003|48480011G003|PM2.5|Permanent|G003|Estación San Juanico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.537683|-100.839940|482.500|-6.00|MX|||80|MX|011|GUANAJUATO +80011G003|80011G003|48480011G003|PM10|Permanent|G003|Estación San Juanico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.537683|-100.839940|482.500|-6.00|MX|||80|MX|011|GUANAJUATO +80011G003|80011G003|48480011G003|CO|Permanent|G003|Estación San Juanico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.537683|-100.839940|482.500|-6.00|MX|||80|MX|011|GUANAJUATO +80011G003|80011G003|48480011G003|SO2|Permanent|G003|Estación San Juanico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.537683|-100.839940|482.500|-6.00|MX|||80|MX|011|GUANAJUATO +80011G003|80011G003|48480011G003|WS|Permanent|G003|Estación San Juanico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.537683|-100.839940|482.500|-6.00|MX|||80|MX|011|GUANAJUATO +80011G003|80011G003|48480011G003|WD|Permanent|G003|Estación San Juanico|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.537683|-100.839940|482.500|-6.00|MX|||80|MX|011|GUANAJUATO +80011G004|80011G004|48480011G004|WD|Permanent|G004|Estación Bomberos|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.674950|-101.355950|501.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G004|80011G004|48480011G004|O3|Permanent|G004|Estación Bomberos|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.674950|-101.355950|501.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G004|80011G004|48480011G004|PM2.5|Permanent|G004|Estación Bomberos|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.674950|-101.355950|501.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G004|80011G004|48480011G004|PM10|Permanent|G004|Estación Bomberos|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.674950|-101.355950|501.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G004|80011G004|48480011G004|SO2|Permanent|G004|Estación Bomberos|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.674950|-101.355950|501.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G004|80011G004|48480011G004|WS|Permanent|G004|Estación Bomberos|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.674950|-101.355950|501.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G005|80011G005|48480011G005|CO|Permanent|G005|Estación Teódula|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.657939|-101.349150|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G005|80011G005|48480011G005|SO2|Permanent|G005|Estación Teódula|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.657939|-101.349150|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G005|80011G005|48480011G005|WS|Permanent|G005|Estación Teódula|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.657939|-101.349150|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G005|80011G005|48480011G005|WD|Permanent|G005|Estación Teódula|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.657939|-101.349150|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G005|80011G005|48480011G005|O3|Permanent|G005|Estación Teódula|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.657939|-101.349150|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G005|80011G005|48480011G005|PM2.5|Permanent|G005|Estación Teódula|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.657939|-101.349150|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G005|80011G005|48480011G005|PM10|Permanent|G005|Estación Teódula|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.657939|-101.349150|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G006|80011G006|48480011G006|WS|Permanent|G006|Estación Secundaria|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.692400|-101.364870|490.400|-6.00|MX|||80|MX|011|GUANAJUATO +80011G006|80011G006|48480011G006|WD|Permanent|G006|Estación Secundaria|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.692400|-101.364870|490.400|-6.00|MX|||80|MX|011|GUANAJUATO +80011G006|80011G006|48480011G006|O3|Permanent|G006|Estación Secundaria|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.692400|-101.364870|490.400|-6.00|MX|||80|MX|011|GUANAJUATO +80011G006|80011G006|48480011G006|PM10|Permanent|G006|Estación Secundaria|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.692400|-101.364870|490.400|-6.00|MX|||80|MX|011|GUANAJUATO +80011G006|80011G006|48480011G006|CO|Permanent|G006|Estación Secundaria|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.692400|-101.364870|490.400|-6.00|MX|||80|MX|011|GUANAJUATO +80011G006|80011G006|48480011G006|SO2|Permanent|G006|Estación Secundaria|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.692400|-101.364870|490.400|-6.00|MX|||80|MX|011|GUANAJUATO +80011G007|80011G007|48480011G007|PM2.5|Permanent|G007|Estación CICEG|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.101789|-101.634700|470.600|-6.00|MX|||80|MX|011|GUANAJUATO +80011G007|80011G007|48480011G007|PM10|Permanent|G007|Estación CICEG|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.101789|-101.634700|470.600|-6.00|MX|||80|MX|011|GUANAJUATO +80011G007|80011G007|48480011G007|CO|Permanent|G007|Estación CICEG|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.101789|-101.634700|470.600|-6.00|MX|||80|MX|011|GUANAJUATO +80011G007|80011G007|48480011G007|WS|Permanent|G007|Estación CICEG|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.101789|-101.634700|470.600|-6.00|MX|||80|MX|011|GUANAJUATO +80011G007|80011G007|48480011G007|WD|Permanent|G007|Estación CICEG|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.101789|-101.634700|470.600|-6.00|MX|||80|MX|011|GUANAJUATO +80011G007|80011G007|48480011G007|O3|Permanent|G007|Estación CICEG|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.101789|-101.634700|470.600|-6.00|MX|||80|MX|011|GUANAJUATO +80011G008|80011G008|48480011G008|CO|Permanent|G008|Estación Cruz Roja|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.578558|-101.198860|470.000|-6.00|MX|||80|MX|011|GUANAJUATO +80011G008|80011G008|48480011G008|SO2|Permanent|G008|Estación Cruz Roja|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.578558|-101.198860|470.000|-6.00|MX|||80|MX|011|GUANAJUATO +80011G008|80011G008|48480011G008|WS|Permanent|G008|Estación Cruz Roja|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.578558|-101.198860|470.000|-6.00|MX|||80|MX|011|GUANAJUATO +80011G008|80011G008|48480011G008|WD|Permanent|G008|Estación Cruz Roja|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.578558|-101.198860|470.000|-6.00|MX|||80|MX|011|GUANAJUATO +80011G008|80011G008|48480011G008|O3|Permanent|G008|Estación Cruz Roja|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.578558|-101.198860|470.000|-6.00|MX|||80|MX|011|GUANAJUATO +80011G008|80011G008|48480011G008|PM10|Permanent|G008|Estación Cruz Roja|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.578558|-101.198860|470.000|-6.00|MX|||80|MX|011|GUANAJUATO +80011G009|80011G009|48480011G009|O3|Permanent|G009|Estación Hospital General|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.947900|-101.425800|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G009|80011G009|48480011G009|PM2.5|Permanent|G009|Estación Hospital General|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.947900|-101.425800|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G009|80011G009|48480011G009|PM10|Permanent|G009|Estación Hospital General|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.947900|-101.425800|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G009|80011G009|48480011G009|CO|Permanent|G009|Estación Hospital General|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.947900|-101.425800|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G009|80011G009|48480011G009|SO2|Permanent|G009|Estación Hospital General|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.947900|-101.425800|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G009|80011G009|48480011G009|WS|Permanent|G009|Estación Hospital General|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.947900|-101.425800|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G009|80011G009|48480011G009|WD|Permanent|G009|Estación Hospital General|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.947900|-101.425800|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G010|80011G010|48480011G010|PM10|Permanent|G010|Estación Facultad de Medicina|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.133894|-101.680250|553.300|-6.00|MX|||80|MX|011|GUANAJUATO +80011G010|80011G010|48480011G010|CO|Permanent|G010|Estación Facultad de Medicina|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.133894|-101.680250|553.300|-6.00|MX|||80|MX|011|GUANAJUATO +80011G010|80011G010|48480011G010|SO2|Permanent|G010|Estación Facultad de Medicina|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.133894|-101.680250|553.300|-6.00|MX|||80|MX|011|GUANAJUATO +80011G010|80011G010|48480011G010|WS|Permanent|G010|Estación Facultad de Medicina|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.133894|-101.680250|553.300|-6.00|MX|||80|MX|011|GUANAJUATO +80011G010|80011G010|48480011G010|WD|Permanent|G010|Estación Facultad de Medicina|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.133894|-101.680250|553.300|-6.00|MX|||80|MX|011|GUANAJUATO +80011G010|80011G010|48480011G010|O3|Permanent|G010|Estación Facultad de Medicina|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.133894|-101.680250|553.300|-6.00|MX|||80|MX|011|GUANAJUATO +80011G010|80011G010|48480011G010|PM2.5|Permanent|G010|Estación Facultad de Medicina|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.133894|-101.680250|553.300|-6.00|MX|||80|MX|011|GUANAJUATO +80011G011|80011G011|48480011G011|CO|Permanent|G011|Estación T21|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.108683|-101.688630|548.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G011|80011G011|48480011G011|SO2|Permanent|G011|Estación T21|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.108683|-101.688630|548.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G011|80011G011|48480011G011|WS|Permanent|G011|Estación T21|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.108683|-101.688630|548.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G011|80011G011|48480011G011|WD|Permanent|G011|Estación T21|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.108683|-101.688630|548.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G011|80011G011|48480011G011|O3|Permanent|G011|Estación T21|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.108683|-101.688630|548.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G011|80011G011|48480011G011|PM10|Permanent|G011|Estación T21|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.108683|-101.688630|548.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G012|80011G012|48480011G012|CO|Permanent|G012|Estación Nativitas|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.565228|-101.188240|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G012|80011G012|48480011G012|SO2|Permanent|G012|Estación Nativitas|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.565228|-101.188240|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G012|80011G012|48480011G012|WS|Permanent|G012|Estación Nativitas|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.565228|-101.188240|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G012|80011G012|48480011G012|WD|Permanent|G012|Estación Nativitas|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.565228|-101.188240|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G012|80011G012|48480011G012|O3|Permanent|G012|Estación Nativitas|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.565228|-101.188240|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G012|80011G012|48480011G012|PM10|Permanent|G012|Estación Nativitas|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.565228|-101.188240|494.700|-6.00|MX|||80|MX|011|GUANAJUATO +80011G013|80011G013|48480011G013|SO2|Permanent|G013|Estación DIF|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.558153|-101.204850|500.200|-6.00|MX|||80|MX|011|GUANAJUATO +80011G013|80011G013|48480011G013|WS|Permanent|G013|Estación DIF|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.558153|-101.204850|500.200|-6.00|MX|||80|MX|011|GUANAJUATO +80011G013|80011G013|48480011G013|WD|Permanent|G013|Estación DIF|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.558153|-101.204850|500.200|-6.00|MX|||80|MX|011|GUANAJUATO +80011G013|80011G013|48480011G013|O3|Permanent|G013|Estación DIF|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.558153|-101.204850|500.200|-6.00|MX|||80|MX|011|GUANAJUATO +80011G013|80011G013|48480011G013|PM2.5|Permanent|G013|Estación DIF|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.558153|-101.204850|500.200|-6.00|MX|||80|MX|011|GUANAJUATO +80011G013|80011G013|48480011G013|PM10|Permanent|G013|Estación DIF|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.558153|-101.204850|500.200|-6.00|MX|||80|MX|011|GUANAJUATO +80011G013|80011G013|48480011G013|CO|Permanent|G013|Estación DIF|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.558153|-101.204850|500.200|-6.00|MX|||80|MX|011|GUANAJUATO +80011G014|80011G014|48480011G014|PM2.5|Permanent|G014|Estación San Luis de la Paz|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.298874|-100.515570|613.100|-6.00|MX|||80|MX|011|GUANAJUATO +80011G014|80011G014|48480011G014|WD|Permanent|G014|Estación San Luis de la Paz|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.298874|-100.515570|613.100|-6.00|MX|||80|MX|011|GUANAJUATO +80011G015|80011G015|48480011G015|PM2.5|Permanent|G015|Estación San Miguel de Allende|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.914813|-100.743844|579.500|-6.00|MX|||80|MX|011|GUANAJUATO +80011G015|80011G015|48480011G015|WD|Permanent|G015|Estación San Miguel de Allende|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.914813|-100.743844|579.500|-6.00|MX|||80|MX|011|GUANAJUATO +80011G016|80011G016|48480011G016|O3|Permanent|G016|Estación Purísima del Rincón|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.034389|-101.866583|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G016|80011G016|48480011G016|PM10|Permanent|G016|Estación Purísima del Rincón|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.034389|-101.866583|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G016|80011G016|48480011G016|WS|Permanent|G016|Estación Purísima del Rincón|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.034389|-101.866583|543.800|-6.00|MX|||80|MX|011|GUANAJUATO +80011G017|80011G017|48480011G017|PM2.5|Permanent|G017|Estación Abasolo|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.450916|-101.528686|521.900|-6.00|MX|||80|MX|011|GUANAJUATO +80011G017|80011G017|48480011G017|WD|Permanent|G017|Estación Abasolo|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|20.450916|-101.528686|521.900|-6.00|MX|||80|MX|011|GUANAJUATO +80011G018|80011G018|48480011G018|PM2.5|Permanent|G018|Estación Guanajuato|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.017676|-101.257517|610.000|-6.00|MX|||80|MX|011|GUANAJUATO +80011G018|80011G018|48480011G018|WD|Permanent|G018|Estación Guanajuato|Active|IEG|Secretaría de Medio Ambiente y Ordenamiento Territorial|MX|21.017676|-101.257517|610.000|-6.00|MX|||80|MX|011|GUANAJUATO +800140001|800140001|484800140001|SO2|Permanent|0001|Atemajac|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.719444|-103.355278|476.700|-6.00|MX|||80|MX|014|JALISCO +800140001|800140001|484800140001|TEMP|Permanent|0001|Atemajac|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.719444|-103.355278|476.700|-6.00|MX|||80|MX|014|JALISCO +800140001|800140001|484800140001|WS|Permanent|0001|Atemajac|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.719444|-103.355278|476.700|-6.00|MX|||80|MX|014|JALISCO +800140001|800140001|484800140001|WD|Permanent|0001|Atemajac|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.719444|-103.355278|476.700|-6.00|MX|||80|MX|014|JALISCO +800140001|800140001|484800140001|RHUM|Permanent|0001|Atemajac|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.719444|-103.355278|476.700|-6.00|MX|||80|MX|014|JALISCO +800140001|800140001|484800140001|O3|Permanent|0001|Atemajac|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.719444|-103.355278|476.700|-6.00|MX|||80|MX|014|JALISCO +800140001|800140001|484800140001|PM10|Permanent|0001|Atemajac|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.719444|-103.355278|476.700|-6.00|MX|||80|MX|014|JALISCO +800140001|800140001|484800140001|NO2|Permanent|0001|Atemajac|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.719444|-103.355278|476.700|-6.00|MX|||80|MX|014|JALISCO +800140001|800140001|484800140001|CO|Permanent|0001|Atemajac|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.719444|-103.355278|476.700|-6.00|MX|||80|MX|014|JALISCO +na01|800140001|na01 |PM10|Permanent|0001|N/A|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|20.719444|-103.355278||0.00|MX|||80|MX|014|JALISCO +800140002|800140002|484800140002|TEMP|Permanent|0002|Miravalle|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.614444|-103.343333|498.100|-6.00|MX|||80|MX|014|JALISCO +800140002|800140002|484800140002|WS|Permanent|0002|Miravalle|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.614444|-103.343333|498.100|-6.00|MX|||80|MX|014|JALISCO +800140002|800140002|484800140002|WD|Permanent|0002|Miravalle|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.614444|-103.343333|498.100|-6.00|MX|||80|MX|014|JALISCO +800140002|800140002|484800140002|RHUM|Permanent|0002|Miravalle|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.614444|-103.343333|498.100|-6.00|MX|||80|MX|014|JALISCO +800140002|800140002|484800140002|O3|Permanent|0002|Miravalle|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.614444|-103.343333|498.100|-6.00|MX|||80|MX|014|JALISCO +800140002|800140002|484800140002|PM10|Permanent|0002|Miravalle|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.614444|-103.343333|498.100|-6.00|MX|||80|MX|014|JALISCO +800140002|800140002|484800140002|NO2|Permanent|0002|Miravalle|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.614444|-103.343333|498.100|-6.00|MX|||80|MX|014|JALISCO +800140002|800140002|484800140002|CO|Permanent|0002|Miravalle|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.614444|-103.343333|498.100|-6.00|MX|||80|MX|014|JALISCO +800140002|800140002|484800140002|SO2|Permanent|0002|Miravalle|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.614444|-103.343333|498.100|-6.00|MX|||80|MX|014|JALISCO +800140003|800140003|484800140003|NO2|Permanent|0003|Las Águilas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.630833|-103.416667|494.700|-6.00|MX|||80|MX|014|JALISCO +800140003|800140003|484800140003|CO|Permanent|0003|Las Águilas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.630833|-103.416667|494.700|-6.00|MX|||80|MX|014|JALISCO +800140003|800140003|484800140003|SO2|Permanent|0003|Las Águilas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.630833|-103.416667|494.700|-6.00|MX|||80|MX|014|JALISCO +800140003|800140003|484800140003|TEMP|Permanent|0003|Las Águilas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.630833|-103.416667|494.700|-6.00|MX|||80|MX|014|JALISCO +800140003|800140003|484800140003|WS|Permanent|0003|Las Águilas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.630833|-103.416667|494.700|-6.00|MX|||80|MX|014|JALISCO +800140003|800140003|484800140003|O3|Permanent|0003|Las Águilas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.630833|-103.416667|494.700|-6.00|MX|||80|MX|014|JALISCO +800140003|800140003|484800140003|WD|Permanent|0003|Las Águilas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.630833|-103.416667|494.700|-6.00|MX|||80|MX|014|JALISCO +800140003|800140003|484800140003|RHUM|Permanent|0003|Las Águilas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.630833|-103.416667|494.700|-6.00|MX|||80|MX|014|JALISCO +800140003|800140003|484800140003|PM10|Permanent|0003|Las Águilas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.630833|-103.416667|494.700|-6.00|MX|||80|MX|014|JALISCO +na03|800140003|na03 |PM10|Permanent|0003|N/A|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|20.630833|-103.416667||0.00|MX|||80|MX|014|JALISCO +800140004|800140004|484800140004|WS|Permanent|0004|Oblatos|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.700278|-103.296389|490.400|-6.00|MX|||80|MX|014|JALISCO +800140004|800140004|484800140004|WD|Permanent|0004|Oblatos|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.700278|-103.296389|490.400|-6.00|MX|||80|MX|014|JALISCO +800140004|800140004|484800140004|RHUM|Permanent|0004|Oblatos|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.700278|-103.296389|490.400|-6.00|MX|||80|MX|014|JALISCO +800140004|800140004|484800140004|O3|Permanent|0004|Oblatos|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.700278|-103.296389|490.400|-6.00|MX|||80|MX|014|JALISCO +800140004|800140004|484800140004|PM10|Permanent|0004|Oblatos|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.700278|-103.296389|490.400|-6.00|MX|||80|MX|014|JALISCO +800140004|800140004|484800140004|NO2|Permanent|0004|Oblatos|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.700278|-103.296389|490.400|-6.00|MX|||80|MX|014|JALISCO +800140004|800140004|484800140004|CO|Permanent|0004|Oblatos|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.700278|-103.296389|490.400|-6.00|MX|||80|MX|014|JALISCO +800140004|800140004|484800140004|SO2|Permanent|0004|Oblatos|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.700278|-103.296389|490.400|-6.00|MX|||80|MX|014|JALISCO +800140004|800140004|484800140004|TEMP|Permanent|0004|Oblatos|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.700278|-103.296389|490.400|-6.00|MX|||80|MX|014|JALISCO +na04|800140004|na04 |PM10|Permanent|0004|N/A|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|20.700278|-103.296389||0.00|MX|||80|MX|014|JALISCO +na05|800140005|na05 |PM10|Permanent|0005|N/A|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|20.673611|-103.333056||0.00|MX|||80|MX|014|JALISCO +800140005|800140005|484800140005|O3|Permanent|0005|Centro|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.673611|-103.333056|482.500|-6.00|MX|||80|MX|014|JALISCO +800140005|800140005|484800140005|PM10|Permanent|0005|Centro|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.673611|-103.333056|482.500|-6.00|MX|||80|MX|014|JALISCO +800140005|800140005|484800140005|NO2|Permanent|0005|Centro|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.673611|-103.333056|482.500|-6.00|MX|||80|MX|014|JALISCO +800140005|800140005|484800140005|CO|Permanent|0005|Centro|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.673611|-103.333056|482.500|-6.00|MX|||80|MX|014|JALISCO +800140005|800140005|484800140005|SO2|Permanent|0005|Centro|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.673611|-103.333056|482.500|-6.00|MX|||80|MX|014|JALISCO +800140005|800140005|484800140005|TEMP|Permanent|0005|Centro|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.673611|-103.333056|482.500|-6.00|MX|||80|MX|014|JALISCO +800140005|800140005|484800140005|WS|Permanent|0005|Centro|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.673611|-103.333056|482.500|-6.00|MX|||80|MX|014|JALISCO +800140005|800140005|484800140005|WD|Permanent|0005|Centro|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.673611|-103.333056|482.500|-6.00|MX|||80|MX|014|JALISCO +800140005|800140005|484800140005|RHUM|Permanent|0005|Centro|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.673611|-103.333056|482.500|-6.00|MX|||80|MX|014|JALISCO +800140006|800140006|484800140006|O3|Permanent|0006|Las Pintas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.576667|-103.326389|470.600|-6.00|MX|||80|MX|014|JALISCO +800140006|800140006|484800140006|PM10|Permanent|0006|Las Pintas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.576667|-103.326389|470.600|-6.00|MX|||80|MX|014|JALISCO +800140006|800140006|484800140006|NO2|Permanent|0006|Las Pintas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.576667|-103.326389|470.600|-6.00|MX|||80|MX|014|JALISCO +800140006|800140006|484800140006|CO|Permanent|0006|Las Pintas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.576667|-103.326389|470.600|-6.00|MX|||80|MX|014|JALISCO +800140006|800140006|484800140006|TEMP|Permanent|0006|Las Pintas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.576667|-103.326389|470.600|-6.00|MX|||80|MX|014|JALISCO +800140006|800140006|484800140006|WS|Permanent|0006|Las Pintas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.576667|-103.326389|470.600|-6.00|MX|||80|MX|014|JALISCO +800140006|800140006|484800140006|WD|Permanent|0006|Las Pintas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.576667|-103.326389|470.600|-6.00|MX|||80|MX|014|JALISCO +800140006|800140006|484800140006|RHUM|Permanent|0006|Las Pintas|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.576667|-103.326389|470.600|-6.00|MX|||80|MX|014|JALISCO +na06|800140006|na06 |PM10|Permanent|0006|N/A|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|20.576667|-103.326389||0.00|MX|||80|MX|014|JALISCO +800140007|800140007|484800140007|NO2|Permanent|0007|Tlaquepaque|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.640833|-103.310000|494.700|-6.00|MX|||80|MX|014|JALISCO +800140007|800140007|484800140007|CO|Permanent|0007|Tlaquepaque|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.640833|-103.310000|494.700|-6.00|MX|||80|MX|014|JALISCO +800140007|800140007|484800140007|WD|Permanent|0007|Tlaquepaque|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.640833|-103.310000|494.700|-6.00|MX|||80|MX|014|JALISCO +800140007|800140007|484800140007|SO2|Permanent|0007|Tlaquepaque|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.640833|-103.310000|494.700|-6.00|MX|||80|MX|014|JALISCO +800140007|800140007|484800140007|TEMP|Permanent|0007|Tlaquepaque|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.640833|-103.310000|494.700|-6.00|MX|||80|MX|014|JALISCO +800140007|800140007|484800140007|WS|Permanent|0007|Tlaquepaque|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.640833|-103.310000|494.700|-6.00|MX|||80|MX|014|JALISCO +800140007|800140007|484800140007|RHUM|Permanent|0007|Tlaquepaque|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.640833|-103.310000|494.700|-6.00|MX|||80|MX|014|JALISCO +800140007|800140007|484800140007|O3|Permanent|0007|Tlaquepaque|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.640833|-103.310000|494.700|-6.00|MX|||80|MX|014|JALISCO +800140007|800140007|484800140007|PM10|Permanent|0007|Tlaquepaque|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.640833|-103.310000|494.700|-6.00|MX|||80|MX|014|JALISCO +800140008|800140008|484800140008|NO2|Permanent|0008|Santa Fe|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.528889|-103.376944|470.000|-6.00|MX|||80|MX|014|JALISCO +800140008|800140008|484800140008|CO|Permanent|0008|Santa Fe|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.528889|-103.376944|470.000|-6.00|MX|||80|MX|014|JALISCO +800140008|800140008|484800140008|SO2|Permanent|0008|Santa Fe|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.528889|-103.376944|470.000|-6.00|MX|||80|MX|014|JALISCO +800140008|800140008|484800140008|WS|Permanent|0008|Santa Fe|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.528889|-103.376944|470.000|-6.00|MX|||80|MX|014|JALISCO +800140008|800140008|484800140008|WD|Permanent|0008|Santa Fe|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.528889|-103.376944|470.000|-6.00|MX|||80|MX|014|JALISCO +800140008|800140008|484800140008|O3|Permanent|0008|Santa Fe|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.528889|-103.376944|470.000|-6.00|MX|||80|MX|014|JALISCO +800140008|800140008|484800140008|PM10|Permanent|0008|Santa Fe|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.528889|-103.376944|470.000|-6.00|MX|||80|MX|014|JALISCO +800140009|800140009|484800140009|WS|Permanent|0009|Loma Dorada|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.629167|-103.263889|501.700|-6.00|MX|||80|MX|014|JALISCO +800140009|800140009|484800140009|WD|Permanent|0009|Loma Dorada|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.629167|-103.263889|501.700|-6.00|MX|||80|MX|014|JALISCO +800140009|800140009|484800140009|RHUM|Permanent|0009|Loma Dorada|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.629167|-103.263889|501.700|-6.00|MX|||80|MX|014|JALISCO +800140009|800140009|484800140009|O3|Permanent|0009|Loma Dorada|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.629167|-103.263889|501.700|-6.00|MX|||80|MX|014|JALISCO +800140009|800140009|484800140009|PM10|Permanent|0009|Loma Dorada|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.629167|-103.263889|501.700|-6.00|MX|||80|MX|014|JALISCO +800140009|800140009|484800140009|NO2|Permanent|0009|Loma Dorada|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.629167|-103.263889|501.700|-6.00|MX|||80|MX|014|JALISCO +800140009|800140009|484800140009|CO|Permanent|0009|Loma Dorada|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.629167|-103.263889|501.700|-6.00|MX|||80|MX|014|JALISCO +800140009|800140009|484800140009|SO2|Permanent|0009|Loma Dorada|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.629167|-103.263889|501.700|-6.00|MX|||80|MX|014|JALISCO +800140009|800140009|484800140009|TEMP|Permanent|0009|Loma Dorada|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.629167|-103.263889|501.700|-6.00|MX|||80|MX|014|JALISCO +800140010|800140010|484800140010|O3|Permanent|0010|Vallarta|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.680000|-103.398333|500.200|-6.00|MX|||80|MX|014|JALISCO +800140010|800140010|484800140010|PM10|Permanent|0010|Vallarta|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.680000|-103.398333|500.200|-6.00|MX|||80|MX|014|JALISCO +800140010|800140010|484800140010|NO2|Permanent|0010|Vallarta|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.680000|-103.398333|500.200|-6.00|MX|||80|MX|014|JALISCO +800140010|800140010|484800140010|CO|Permanent|0010|Vallarta|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.680000|-103.398333|500.200|-6.00|MX|||80|MX|014|JALISCO +800140010|800140010|484800140010|SO2|Permanent|0010|Vallarta|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.680000|-103.398333|500.200|-6.00|MX|||80|MX|014|JALISCO +800140010|800140010|484800140010|TEMP|Permanent|0010|Vallarta|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.680000|-103.398333|500.200|-6.00|MX|||80|MX|014|JALISCO +800140010|800140010|484800140010|WS|Permanent|0010|Vallarta|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.680000|-103.398333|500.200|-6.00|MX|||80|MX|014|JALISCO +800140010|800140010|484800140010|WD|Permanent|0010|Vallarta|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.680000|-103.398333|500.200|-6.00|MX|||80|MX|014|JALISCO +800140010|800140010|484800140010|RHUM|Permanent|0010|Vallarta|Active|SMJ|Sistema de Monitoreo Atmosferico de Jalisco|MX|20.680000|-103.398333|500.200|-6.00|MX|||80|MX|014|JALISCO +800150021|800150021|484800150021|CO|Permanent|0021|Acolman|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.635500|-98.912000|2199.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150021|800150021|484800150021|SO2|Permanent|0021|Acolman|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.635500|-98.912000|2199.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150021|800150021|484800150021|TEMP|Permanent|0021|Acolman|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.635500|-98.912000|2199.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150021|800150021|484800150021|RHUM|Permanent|0021|Acolman|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.635500|-98.912000|2199.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150021|800150021|484800150021|O3|Permanent|0021|Acolman|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.635500|-98.912000|2199.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150021|800150021|484800150021|PM10|Permanent|0021|Acolman|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.635500|-98.912000|2199.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150021|800150021|484800150021|NO2|Permanent|0021|Acolman|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.635500|-98.912000|2199.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150091|800150091|484800150091|O3|Permanent|0091|Altzomoni|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.118500|-98.655400||-6.00|MX|||80|MX|015|MEXICO STATE +800150091|800150091|484800150091|PM10|Permanent|0091|Altzomoni|Inactive|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.118500|-98.655400||-6.00|MX|||80|MX|015|MEXICO STATE +800150131|800150131|484800150131|SO2|Permanent|0131|Atizapán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.577000|-99.254200|2342.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150131|800150131|484800150131|O3|Permanent|0131|Atizapán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.577000|-99.254200|2342.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150131|800150131|484800150131|PM10|Permanent|0131|Atizapán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.577000|-99.254200|2342.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150131|800150131|484800150131|NO2|Permanent|0131|Atizapán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.577000|-99.254200|2342.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150131|800150131|484800150131|CO|Permanent|0131|Atizapán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.577000|-99.254200|2342.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150201|800150201|484800150201|NO2|Permanent|0201|Villa de las Flores|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.658200|-99.096500|2243.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150201|800150201|484800150201|CO|Permanent|0201|Villa de las Flores|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.658200|-99.096500|2243.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150201|800150201|484800150201|SO2|Permanent|0201|Villa de las Flores|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.658200|-99.096500|2243.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150201|800150201|484800150201|TEMP|Permanent|0201|Villa de las Flores|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.658200|-99.096500|2243.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150201|800150201|484800150201|RHUM|Permanent|0201|Villa de las Flores|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.658200|-99.096500|2243.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150201|800150201|484800150201|O3|Permanent|0201|Villa de las Flores|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.658200|-99.096500|2243.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150201|800150201|484800150201|PM10|Permanent|0201|Villa de las Flores|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.658200|-99.096500|2243.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150251|800150251|484800150251|NO2|Permanent|0251|Chalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.266900|-98.886000|2254.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150251|800150251|484800150251|CO|Permanent|0251|Chalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.266900|-98.886000|2254.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150251|800150251|484800150251|SO2|Permanent|0251|Chalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.266900|-98.886000|2254.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150251|800150251|484800150251|TEMP|Permanent|0251|Chalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.266900|-98.886000|2254.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150251|800150251|484800150251|RHUM|Permanent|0251|Chalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.266900|-98.886000|2254.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150251|800150251|484800150251|O3|Permanent|0251|Chalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.266900|-98.886000|2254.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150251|800150251|484800150251|PM10|Permanent|0251|Chalco|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.266900|-98.886000|2254.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150332|800150332|484800150332|SO2|Permanent|0332|Los Laureles|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.578700|-99.039600|2231.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150332|800150332|484800150332|O3|Permanent|0332|Los Laureles|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.578700|-99.039600|2231.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150332|800150332|484800150332|NO2|Permanent|0332|Los Laureles|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.578700|-99.039600|2231.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150332|800150332|484800150332|CO|Permanent|0332|Los Laureles|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.578700|-99.039600|2231.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150333|800150333|484800150333|PMC|Permanent|0333|San Agustín|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.532900|-99.030300|2242.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150333|800150333|484800150333|O3|Permanent|0333|San Agustín|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.532900|-99.030300|2242.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150333|800150333|484800150333|RHUM|Permanent|0333|San Agustín|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.532900|-99.030300|2242.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150333|800150333|484800150333|CO|Permanent|0333|San Agustín|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.532900|-99.030300|2242.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150333|800150333|484800150333|SO2|Permanent|0333|San Agustín|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.532900|-99.030300|2242.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150333|800150333|484800150333|TEMP|Permanent|0333|San Agustín|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.532900|-99.030300|2242.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150333|800150333|484800150333|PM2.5|Permanent|0333|San Agustín|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.532900|-99.030300|2242.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150333|800150333|484800150333|PM10|Permanent|0333|San Agustín|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.532900|-99.030300|2242.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150333|800150333|484800150333|NO2|Permanent|0333|San Agustín|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.532900|-99.030300|2242.400|-6.00|MX|||80|MX|015|MEXICO STATE +800150334|800150334|484800150334|CO|Permanent|0334|Xalostoc|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.525900|-99.082400|2161.200|-6.00|MX|||80|MX|015|MEXICO STATE +800150334|800150334|484800150334|SO2|Permanent|0334|Xalostoc|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.525900|-99.082400|2161.200|-6.00|MX|||80|MX|015|MEXICO STATE +800150334|800150334|484800150334|TEMP|Permanent|0334|Xalostoc|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.525900|-99.082400|2161.200|-6.00|MX|||80|MX|015|MEXICO STATE +800150334|800150334|484800150334|RHUM|Permanent|0334|Xalostoc|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.525900|-99.082400|2161.200|-6.00|MX|||80|MX|015|MEXICO STATE +800150334|800150334|484800150334|PMC|Permanent|0334|Xalostoc|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.525900|-99.082400|2161.200|-6.00|MX|||80|MX|015|MEXICO STATE +800150334|800150334|484800150334|O3|Permanent|0334|Xalostoc|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.525900|-99.082400|2161.200|-6.00|MX|||80|MX|015|MEXICO STATE +800150334|800150334|484800150334|PM2.5|Permanent|0334|Xalostoc|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.525900|-99.082400|2161.200|-6.00|MX|||80|MX|015|MEXICO STATE +800150334|800150334|484800150334|PM10|Permanent|0334|Xalostoc|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.525900|-99.082400|2161.200|-6.00|MX|||80|MX|015|MEXICO STATE +800150334|800150334|484800150334|NO2|Permanent|0334|Xalostoc|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.525900|-99.082400|2161.200|-6.00|MX|||80|MX|015|MEXICO STATE +800150571|800150571|484800150571|TEMP|Permanent|0571|FES Acatlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.482400|-99.243500|2300.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150571|800150571|484800150571|RHUM|Permanent|0571|FES Acatlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.482400|-99.243500|2300.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150571|800150571|484800150571|O3|Permanent|0571|FES Acatlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.482400|-99.243500|2300.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150571|800150571|484800150571|PM10|Permanent|0571|FES Acatlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.482400|-99.243500|2300.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150571|800150571|484800150571|NO2|Permanent|0571|FES Acatlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.482400|-99.243500|2300.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150571|800150571|484800150571|CO|Permanent|0571|FES Acatlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.482400|-99.243500|2300.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150571|800150571|484800150571|SO2|Permanent|0571|FES Acatlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.482400|-99.243500|2300.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150581|800150581|484800150581|CO|Permanent|0581|Nezahualcóyotl|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.391900|-99.028100|2236.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150581|800150581|484800150581|SO2|Permanent|0581|Nezahualcóyotl|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.391900|-99.028100|2236.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150581|800150581|484800150581|TEMP|Permanent|0581|Nezahualcóyotl|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.391900|-99.028100|2236.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150581|800150581|484800150581|RHUM|Permanent|0581|Nezahualcóyotl|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.391900|-99.028100|2236.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150581|800150581|484800150581|O3|Permanent|0581|Nezahualcóyotl|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.391900|-99.028100|2236.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150581|800150581|484800150581|PM2.5|Permanent|0581|Nezahualcóyotl|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.391900|-99.028100|2236.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150581|800150581|484800150581|PM10|Permanent|0581|Nezahualcóyotl|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.391900|-99.028100|2236.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150581|800150581|484800150581|NO2|Permanent|0581|Nezahualcóyotl|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.391900|-99.028100|2236.300|-6.00|MX|||80|MX|015|MEXICO STATE +484800150584|800150584|484800150584|CO|Permanent|0584|FES Aragon|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000||-6.00|MX|||80|MX|015|MEXICO STATE +484800150584|800150584|484800150584|SO2|Permanent|0584|FES Aragon|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000||-6.00|MX|||80|MX|015|MEXICO STATE +484800150584|800150584|484800150584|WS|Permanent|0584|FES Aragon|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000||-6.00|MX|||80|MX|015|MEXICO STATE +484800150584|800150584|484800150584|WD|Permanent|0584|FES Aragon|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000||-6.00|MX|||80|MX|015|MEXICO STATE +484800150584|800150584|484800150584|O3|Permanent|0584|FES Aragon|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000||-6.00|MX|||80|MX|015|MEXICO STATE +484800150584|800150584|484800150584|PM2.5|Permanent|0584|FES Aragon|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000||-6.00|MX|||80|MX|015|MEXICO STATE +484800150584|800150584|484800150584|NO2|Permanent|0584|FES Aragon|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.452500|-99.086000||-6.00|MX|||80|MX|015|MEXICO STATE +800150951|800150951|484800150951|O3|Permanent|0951|Cuautitilán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.722100|-99.198600|2264.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150951|800150951|484800150951|PM10|Permanent|0951|Cuautitilán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.722100|-99.198600|2264.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150951|800150951|484800150951|NO2|Permanent|0951|Cuautitilán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.722100|-99.198600|2264.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150951|800150951|484800150951|SO2|Permanent|0951|Cuautitilán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.722100|-99.198600|2264.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150951|800150951|484800150951|TEMP|Permanent|0951|Cuautitilán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.722100|-99.198600|2264.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150951|800150951|484800150951|RHUM|Permanent|0951|Cuautitilán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.722100|-99.198600|2264.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150991|800150991|484800150991|TEMP|Permanent|0991|Montecillo|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.460400|-98.902800|2253.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150991|800150991|484800150991|RHUM|Permanent|0991|Montecillo|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.460400|-98.902800|2253.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150991|800150991|484800150991|O3|Permanent|0991|Montecillo|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.460400|-98.902800|2253.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150991|800150991|484800150991|PM2.5|Permanent|0991|Montecillo|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.460400|-98.902800|2253.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150991|800150991|484800150991|NO2|Permanent|0991|Montecillo|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.460400|-98.902800|2253.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150991|800150991|484800150991|CO|Permanent|0991|Montecillo|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.460400|-98.902800|2253.300|-6.00|MX|||80|MX|015|MEXICO STATE +800150991|800150991|484800150991|SO2|Permanent|0991|Montecillo|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.460400|-98.902800|2253.300|-6.00|MX|||80|MX|015|MEXICO STATE +800151041|800151041|484800151041|CO|Permanent|1041|Tlalnepantla|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.529000|-99.204500|2312.500|-6.00|MX|||80|MX|015|MEXICO STATE +800151041|800151041|484800151041|SO2|Permanent|1041|Tlalnepantla|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.529000|-99.204500|2312.500|-6.00|MX|||80|MX|015|MEXICO STATE +800151041|800151041|484800151041|TEMP|Permanent|1041|Tlalnepantla|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.529000|-99.204500|2312.500|-6.00|MX|||80|MX|015|MEXICO STATE +800151041|800151041|484800151041|RHUM|Permanent|1041|Tlalnepantla|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.529000|-99.204500|2312.500|-6.00|MX|||80|MX|015|MEXICO STATE +800151041|800151041|484800151041|O3|Permanent|1041|Tlalnepantla|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.529000|-99.204500|2312.500|-6.00|MX|||80|MX|015|MEXICO STATE +800151041|800151041|484800151041|PM2.5|Permanent|1041|Tlalnepantla|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.529000|-99.204500|2312.500|-6.00|MX|||80|MX|015|MEXICO STATE +800151041|800151041|484800151041|PMC|Permanent|1041|Tlalnepantla|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.529000|-99.204500|2312.500|-6.00|MX|||80|MX|015|MEXICO STATE +800151041|800151041|484800151041|PM10|Permanent|1041|Tlalnepantla|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.529000|-99.204500|2312.500|-6.00|MX|||80|MX|015|MEXICO STATE +800151041|800151041|484800151041|NO2|Permanent|1041|Tlalnepantla|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.529000|-99.204500|2312.500|-6.00|MX|||80|MX|015|MEXICO STATE +800151042|800151042|484800151042|SO2|Permanent|1042|La Presa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.534700|-99.117700|2303.400|-6.00|MX|||80|MX|015|MEXICO STATE +800151042|800151042|484800151042|O3|Permanent|1042|La Presa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.534700|-99.117700|2303.400|-6.00|MX|||80|MX|015|MEXICO STATE +800151042|800151042|484800151042|NO2|Permanent|1042|La Presa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.534700|-99.117700|2303.400|-6.00|MX|||80|MX|015|MEXICO STATE +800151042|800151042|484800151042|CO|Permanent|1042|La Presa|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.534700|-99.117700|2303.400|-6.00|MX|||80|MX|015|MEXICO STATE +800151091|800151091|484800151091|SO2|Permanent|1091|Tultitlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.602500|-99.177100|2314.300|-6.00|MX|||80|MX|015|MEXICO STATE +800151091|800151091|484800151091|O3|Permanent|1091|Tultitlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.602500|-99.177100|2314.300|-6.00|MX|||80|MX|015|MEXICO STATE +800151091|800151091|484800151091|PM10|Permanent|1091|Tultitlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.602500|-99.177100|2314.300|-6.00|MX|||80|MX|015|MEXICO STATE +800151091|800151091|484800151091|NO2|Permanent|1091|Tultitlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.602500|-99.177100|2314.300|-6.00|MX|||80|MX|015|MEXICO STATE +800151091|800151091|484800151091|CO|Permanent|1091|Tultitlán|Active|MXC|Red de Monitoreo de la Calidad del Aire de la Ciudad de Mexico|MX|19.602500|-99.177100|2314.300|-6.00|MX|||80|MX|015|MEXICO STATE +800260001|800260001|484800260001|PM2.5|Permanent|0001|Nogales, Instituto Tecnologico|Active|M26|State of Sonora|MX|31.291300|-110.951500||-7.00|MX|||80|MX|026|SONORA +800260006|800260006|840800260006|O3|Permanent|0006|Nogales ITN|Active|AZ1|Arizona Department of Environmental Quality|R9|31.291294|-110.951508||-7.00|US|||80|MX|026|SONORA +800260006|800260006|840800260006|PM2.5|Permanent|0006|Nogales ITN|Active|AZ1|Arizona Department of Environmental Quality|R9|31.291294|-110.951508||-7.00|US|||80|MX|026|SONORA +800260006|800260006|840800260006|PM10|Permanent|0006|Nogales ITN|Active|AZ1|Arizona Department of Environmental Quality|R9|31.291294|-110.951508||-7.00|US|||80|MX|026|SONORA +800260006|800260006|840800260006|TEMP|Permanent|0006|Nogales ITN|Active|AZ1|Arizona Department of Environmental Quality|R9|31.291294|-110.951508||-7.00|US|||80|MX|026|SONORA +800260006|800260006|840800260006|RHUM|Permanent|0006|Nogales ITN|Active|AZ1|Arizona Department of Environmental Quality|R9|31.291294|-110.951508||-7.00|US|||80|MX|026|SONORA +800260006|800260006|840800260006|RWS|Permanent|0006|Nogales ITN|Active|AZ1|Arizona Department of Environmental Quality|R9|31.291294|-110.951508||-7.00|US|||80|MX|026|SONORA +800268012|800268012|840800268012|O3|Permanent|8012|San Luis Rio Colorado|Active|AZ1|Arizona Department of Environmental Quality|R9|32.466703|-114.768761|44.500|-7.00|US|||80|MX|026|SONORA +800268012|800268012|840800268012|TEMP|Permanent|8012|San Luis Rio Colorado|Active|AZ1|Arizona Department of Environmental Quality|R9|32.466703|-114.768761|44.500|-7.00|US|||80|MX|026|SONORA +800268012|800268012|840800268012|WS|Permanent|8012|San Luis Rio Colorado|Active|AZ1|Arizona Department of Environmental Quality|R9|32.466703|-114.768761|44.500|-7.00|US|||80|MX|026|SONORA +800268012|800268012|840800268012|RHUM|Permanent|8012|San Luis Rio Colorado|Active|AZ1|Arizona Department of Environmental Quality|R9|32.466703|-114.768761|44.500|-7.00|US|||80|MX|026|SONORA +800268012|800268012|840800268012|RWD|Permanent|8012|San Luis Rio Colorado|Active|AZ1|Arizona Department of Environmental Quality|R9|32.466703|-114.768761|44.500|-7.00|US|||80|MX|026|SONORA +800268012|800268012|840800268012|RWS|Permanent|8012|San Luis Rio Colorado|Active|AZ1|Arizona Department of Environmental Quality|R9|32.466703|-114.768761|44.500|-7.00|US|||80|MX|026|SONORA +80039CE01|80039CE01|48480039CE01|PM10|Permanent|CE01|Obispado|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.675550|-100.338330|169.600|-6.00|MX|||80|MX|039|NUEVO LEON +80039CE01|80039CE01|48480039CE01|O3|Permanent|CE01|Obispado|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.675550|-100.338330|169.600|-6.00|MX|||80|MX|039|NUEVO LEON +80039CE01|80039CE01|48480039CE01|PM2.5|Permanent|CE01|Obispado|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.675550|-100.338330|169.600|-6.00|MX|||80|MX|039|NUEVO LEON +80039NE01|80039NE01|48480039NE01|O3|Permanent|NE01|San Nicolas|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.745000|-100.254720|152.500|-6.00|MX|||80|MX|039|NUEVO LEON +80039NE01|80039NE01|48480039NE01|PM2.5|Permanent|NE01|San Nicolas|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.745000|-100.254720|152.500|-6.00|MX|||80|MX|039|NUEVO LEON +80039NE01|80039NE01|48480039NE01|PM10|Permanent|NE01|San Nicolas|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.745000|-100.254720|152.500|-6.00|MX|||80|MX|039|NUEVO LEON +80039NO01|80039NO01|48480039NO01|O3|Permanent|NO01|San Bernabe|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.756910|-100.365810|169.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039NO01|80039NO01|48480039NO01|PM2.5|Permanent|NO01|San Bernabe|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.756910|-100.365810|169.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039NO01|80039NO01|48480039NO01|PM10|Permanent|NO01|San Bernabe|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.756910|-100.365810|169.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039NO02|80039NO02|48480039NO02|PM2.5|Permanent|NO02|Garcia|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.783430|-100.585870|159.200|-6.00|MX|||80|MX|039|NUEVO LEON +80039NO02|80039NO02|48480039NO02|PM10|Permanent|NO02|Garcia|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.783430|-100.585870|159.200|-6.00|MX|||80|MX|039|NUEVO LEON +80039NO02|80039NO02|48480039NO02|NO2|Permanent|NO02|Garcia|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.783430|-100.585870|159.200|-6.00|MX|||80|MX|039|NUEVO LEON +80039NO02|80039NO02|48480039NO02|O3|Permanent|NO02|Garcia|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.783430|-100.585870|159.200|-6.00|MX|||80|MX|039|NUEVO LEON +80039NTE1|80039NTE1|48480039NTE1|PM10|Permanent|NTE1|N/A|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.800680|-100.344350||0.00|MX|||80|MX|039|NUEVO LEON +80039SE01|80039SE01|48480039SE01|O3|Permanent|SE01|La Pastora|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.668330|-100.248330|149.500|-6.00|MX|||80|MX|039|NUEVO LEON +80039SE01|80039SE01|48480039SE01|PM2.5|Permanent|SE01|La Pastora|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.668330|-100.248330|149.500|-6.00|MX|||80|MX|039|NUEVO LEON +80039SE01|80039SE01|48480039SE01|PM10|Permanent|SE01|La Pastora|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.668330|-100.248330|149.500|-6.00|MX|||80|MX|039|NUEVO LEON +80039SE02|80039SE02|48480039SE02|O3|Permanent|SE02|Juarez|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.646110|-100.095560|118.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039SE02|80039SE02|48480039SE02|PM2.5|Permanent|SE02|Juarez|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.646110|-100.095560|118.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039SE02|80039SE02|48480039SE02|PM10|Permanent|SE02|Juarez|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.646110|-100.095560|118.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039SO01|80039SO01|48480039SO01|O3|Permanent|SO01|Santa Catarina|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.675000|-100.458330|219.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039SO01|80039SO01|48480039SO01|PM2.5|Permanent|SO01|Santa Catarina|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.675000|-100.458330|219.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039SO01|80039SO01|48480039SO01|PM10|Permanent|SO01|Santa Catarina|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.675000|-100.458330|219.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039SO02|80039SO02|48480039SO02|PM2.5|Permanent|SO02|San Pedro|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.665000|-100.412777|194.000|-6.00|MX|||80|MX|039|NUEVO LEON +80039SO02|80039SO02|48480039SO02|PM10|Permanent|SO02|San Pedro|Active|SMA|Sistema Integral de Monitoreo Ambiental|MX|25.665000|-100.412777|194.000|-6.00|MX|||80|MX|039|NUEVO LEON +158909000000|909020000|158909000000|SO2|Permanent|0000|New Tapei City2|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.987527|121.364604|346.200|8.00|TW|||90|TW|902|New Taipei City +158909000000|909020000|158909000000|WS|Permanent|0000|New Tapei City2|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.987527|121.364604|346.200|8.00|TW|||90|TW|902|New Taipei City +158909000000|909020000|158909000000|WD|Permanent|0000|New Tapei City2|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.987527|121.364604|346.200|8.00|TW|||90|TW|902|New Taipei City +158909000000|909020000|158909000000|O3|Permanent|0000|New Tapei City2|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.987527|121.364604|346.200|8.00|TW|||90|TW|902|New Taipei City +158909000000|909020000|158909000000|PM2.5|Permanent|0000|New Tapei City2|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.987527|121.364604|346.200|8.00|TW|||90|TW|902|New Taipei City +158909000000|909020000|158909000000|PM10|Permanent|0000|New Tapei City2|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.987527|121.364604|346.200|8.00|TW|||90|TW|902|New Taipei City +158909000000|909020000|158909000000|NO2|Permanent|0000|New Tapei City2|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.987527|121.364604|346.200|8.00|TW|||90|TW|902|New Taipei City +909000000|909020000|158909020000|PM2.5|Permanent|0000|New Tapei City|Inactive|TWN|Taiwan Environmental Protection Agency|TWN|24.988527|121.365604|346.200|8.00|TW|||90|TW|902|New Taipei City +909000000|909020000|158909020000|PM10|Permanent|0000|New Tapei City|Inactive|TWN|Taiwan Environmental Protection Agency|TWN|24.988527|121.365604|346.200|8.00|TW|||90|TW|902|New Taipei City +909029402|909029402|158909029402|PM10|Permanent|9402|Sanchong|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.072611|121.493806||8.00|TW|||90|TW|902|New Taipei City +909029402|909029402|158909029402|NO2|Permanent|9402|Sanchong|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.072611|121.493806||8.00|TW|||90|TW|902|New Taipei City +909029402|909029402|158909029402|CO|Permanent|9402|Sanchong|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.072611|121.493806||8.00|TW|||90|TW|902|New Taipei City +909029402|909029402|158909029402|SO2|Permanent|9402|Sanchong|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.072611|121.493806||8.00|TW|||90|TW|902|New Taipei City +909029402|909029402|158909029402|O3|Permanent|9402|Sanchong|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.072611|121.493806||8.00|TW|||90|TW|902|New Taipei City +909029402|909029402|158909029402|PM2.5|Permanent|9402|Sanchong|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.072611|121.493806||8.00|TW|||90|TW|902|New Taipei City +909029404|909029404|158909029404|SO2|Permanent|9404|Tucheng |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.982528|121.451861||8.00|TW|||90|TW|902|New Taipei City +909029404|909029404|158909029404|WS|Permanent|9404|Tucheng |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.982528|121.451861||8.00|TW|||90|TW|902|New Taipei City +909029404|909029404|158909029404|WD|Permanent|9404|Tucheng |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.982528|121.451861||8.00|TW|||90|TW|902|New Taipei City +909029404|909029404|158909029404|O3|Permanent|9404|Tucheng |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.982528|121.451861||8.00|TW|||90|TW|902|New Taipei City +909029404|909029404|158909029404|PM2.5|Permanent|9404|Tucheng |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.982528|121.451861||8.00|TW|||90|TW|902|New Taipei City +909029404|909029404|158909029404|PM10|Permanent|9404|Tucheng |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.982528|121.451861||8.00|TW|||90|TW|902|New Taipei City +909029404|909029404|158909029404|NO2|Permanent|9404|Tucheng |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.982528|121.451861||8.00|TW|||90|TW|902|New Taipei City +909029404|909029404|158909029404|CO|Permanent|9404|Tucheng |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.982528|121.451861||8.00|TW|||90|TW|902|New Taipei City +909029419|909029419|158909029419|WS|Permanent|9419|Yonghe |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.017000|121.516306||8.00|TW|||90|TW|902|New Taipei City +909029419|909029419|158909029419|WD|Permanent|9419|Yonghe |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.017000|121.516306||8.00|TW|||90|TW|902|New Taipei City +909029419|909029419|158909029419|O3|Permanent|9419|Yonghe |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.017000|121.516306||8.00|TW|||90|TW|902|New Taipei City +909029419|909029419|158909029419|PM2.5|Permanent|9419|Yonghe |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.017000|121.516306||8.00|TW|||90|TW|902|New Taipei City +909029419|909029419|158909029419|PM10|Permanent|9419|Yonghe |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.017000|121.516306||8.00|TW|||90|TW|902|New Taipei City +909029419|909029419|158909029419|NO2|Permanent|9419|Yonghe |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.017000|121.516306||8.00|TW|||90|TW|902|New Taipei City +909029419|909029419|158909029419|CO|Permanent|9419|Yonghe |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.017000|121.516306||8.00|TW|||90|TW|902|New Taipei City +909029419|909029419|158909029419|SO2|Permanent|9419|Yonghe |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.017000|121.516306||8.00|TW|||90|TW|902|New Taipei City +909029422|909029422|158909029422|O3|Permanent|9422|Sijhih|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.067131|121.642300||8.00|TW|||90|TW|902|New Taipei City +909029422|909029422|158909029422|PM2.5|Permanent|9422|Sijhih|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.067131|121.642300||8.00|TW|||90|TW|902|New Taipei City +909029422|909029422|158909029422|PM10|Permanent|9422|Sijhih|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.067131|121.642300||8.00|TW|||90|TW|902|New Taipei City +909029422|909029422|158909029422|NO2|Permanent|9422|Sijhih|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.067131|121.642300||8.00|TW|||90|TW|902|New Taipei City +909029422|909029422|158909029422|CO|Permanent|9422|Sijhih|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.067131|121.642300||8.00|TW|||90|TW|902|New Taipei City +909029422|909029422|158909029422|SO2|Permanent|9422|Sijhih|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.067131|121.642300||8.00|TW|||90|TW|902|New Taipei City +909029422|909029422|158909029422|WS|Permanent|9422|Sijhih|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.067131|121.642300||8.00|TW|||90|TW|902|New Taipei City +909029422|909029422|158909029422|WD|Permanent|9422|Sijhih|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.067131|121.642300||8.00|TW|||90|TW|902|New Taipei City +909029430|909029430|158909029430|O3|Permanent|9430|Banciao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.012972|121.458667||8.00|TW|||90|TW|902|New Taipei City +909029430|909029430|158909029430|PM2.5|Permanent|9430|Banciao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.012972|121.458667||8.00|TW|||90|TW|902|New Taipei City +909029430|909029430|158909029430|PM10|Permanent|9430|Banciao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.012972|121.458667||8.00|TW|||90|TW|902|New Taipei City +909029430|909029430|158909029430|NO2|Permanent|9430|Banciao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.012972|121.458667||8.00|TW|||90|TW|902|New Taipei City +909029430|909029430|158909029430|CO|Permanent|9430|Banciao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.012972|121.458667||8.00|TW|||90|TW|902|New Taipei City +909029430|909029430|158909029430|SO2|Permanent|9430|Banciao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.012972|121.458667||8.00|TW|||90|TW|902|New Taipei City +909029430|909029430|158909029430|WS|Permanent|9430|Banciao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.012972|121.458667||8.00|TW|||90|TW|902|New Taipei City +909029430|909029430|158909029430|WD|Permanent|9430|Banciao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.012972|121.458667||8.00|TW|||90|TW|902|New Taipei City +909029431|909029431|158909029431|PM10|Permanent|9431|Linkou |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.077197|121.376869||8.00|TW|||90|TW|902|New Taipei City +909029431|909029431|158909029431|NO2|Permanent|9431|Linkou |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.077197|121.376869||8.00|TW|||90|TW|902|New Taipei City +909029431|909029431|158909029431|CO|Permanent|9431|Linkou |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.077197|121.376869||8.00|TW|||90|TW|902|New Taipei City +909029431|909029431|158909029431|SO2|Permanent|9431|Linkou |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.077197|121.376869||8.00|TW|||90|TW|902|New Taipei City +909029431|909029431|158909029431|WS|Permanent|9431|Linkou |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.077197|121.376869||8.00|TW|||90|TW|902|New Taipei City +909029431|909029431|158909029431|WD|Permanent|9431|Linkou |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.077197|121.376869||8.00|TW|||90|TW|902|New Taipei City +909029431|909029431|158909029431|O3|Permanent|9431|Linkou |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.077197|121.376869||8.00|TW|||90|TW|902|New Taipei City +909029431|909029431|158909029431|PM2.5|Permanent|9431|Linkou |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.077197|121.376869||8.00|TW|||90|TW|902|New Taipei City +909029448|909029448|158909029448|SO2|Permanent|9448|Danshuei|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.164500|121.449239||8.00|TW|||90|TW|902|New Taipei City +909029448|909029448|158909029448|O3|Permanent|9448|Danshuei|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.164500|121.449239||8.00|TW|||90|TW|902|New Taipei City +909029448|909029448|158909029448|PM2.5|Permanent|9448|Danshuei|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.164500|121.449239||8.00|TW|||90|TW|902|New Taipei City +909029448|909029448|158909029448|PM10|Permanent|9448|Danshuei|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.164500|121.449239||8.00|TW|||90|TW|902|New Taipei City +909029448|909029448|158909029448|NO2|Permanent|9448|Danshuei|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.164500|121.449239||8.00|TW|||90|TW|902|New Taipei City +909029448|909029448|158909029448|CO|Permanent|9448|Danshuei|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.164500|121.449239||8.00|TW|||90|TW|902|New Taipei City +909029453|909029453|158909029453|PM10|Permanent|9453|Cailiao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.068950|121.481028||8.00|TW|||90|TW|902|New Taipei City +909029453|909029453|158909029453|NO2|Permanent|9453|Cailiao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.068950|121.481028||8.00|TW|||90|TW|902|New Taipei City +909029453|909029453|158909029453|CO|Permanent|9453|Cailiao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.068950|121.481028||8.00|TW|||90|TW|902|New Taipei City +909029453|909029453|158909029453|SO2|Permanent|9453|Cailiao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.068950|121.481028||8.00|TW|||90|TW|902|New Taipei City +909029453|909029453|158909029453|WS|Permanent|9453|Cailiao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.068950|121.481028||8.00|TW|||90|TW|902|New Taipei City +909029453|909029453|158909029453|WD|Permanent|9453|Cailiao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.068950|121.481028||8.00|TW|||90|TW|902|New Taipei City +909029453|909029453|158909029453|O3|Permanent|9453|Cailiao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.068950|121.481028||8.00|TW|||90|TW|902|New Taipei City +909029453|909029453|158909029453|PM2.5|Permanent|9453|Cailiao|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.068950|121.481028||8.00|TW|||90|TW|902|New Taipei City +909029456|909029456|158909029456|O3|Permanent|9456|Sindian|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.977222|121.537778||8.00|TW|||90|TW|902|New Taipei City +909029456|909029456|158909029456|PM2.5|Permanent|9456|Sindian|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.977222|121.537778||8.00|TW|||90|TW|902|New Taipei City +909029456|909029456|158909029456|PM10|Permanent|9456|Sindian|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.977222|121.537778||8.00|TW|||90|TW|902|New Taipei City +909029456|909029456|158909029456|NO2|Permanent|9456|Sindian|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.977222|121.537778||8.00|TW|||90|TW|902|New Taipei City +909029456|909029456|158909029456|CO|Permanent|9456|Sindian|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.977222|121.537778||8.00|TW|||90|TW|902|New Taipei City +909029456|909029456|158909029456|SO2|Permanent|9456|Sindian|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.977222|121.537778||8.00|TW|||90|TW|902|New Taipei City +909029456|909029456|158909029456|WS|Permanent|9456|Sindian|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.977222|121.537778||8.00|TW|||90|TW|902|New Taipei City +909029456|909029456|158909029456|WD|Permanent|9456|Sindian|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.977222|121.537778||8.00|TW|||90|TW|902|New Taipei City +909029457|909029457|158909029457|O3|Permanent|9457|Sinjhuang|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.037972|121.432500||8.00|TW|||90|TW|902|New Taipei City +909029457|909029457|158909029457|PM2.5|Permanent|9457|Sinjhuang|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.037972|121.432500||8.00|TW|||90|TW|902|New Taipei City +909029457|909029457|158909029457|PM10|Permanent|9457|Sinjhuang|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.037972|121.432500||8.00|TW|||90|TW|902|New Taipei City +909029457|909029457|158909029457|NO2|Permanent|9457|Sinjhuang|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.037972|121.432500||8.00|TW|||90|TW|902|New Taipei City +909029457|909029457|158909029457|CO|Permanent|9457|Sinjhuang|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.037972|121.432500||8.00|TW|||90|TW|902|New Taipei City +909029457|909029457|158909029457|SO2|Permanent|9457|Sinjhuang|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.037972|121.432500||8.00|TW|||90|TW|902|New Taipei City +909029457|909029457|158909029457|WS|Permanent|9457|Sinjhuang|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.037972|121.432500||8.00|TW|||90|TW|902|New Taipei City +909029457|909029457|158909029457|WD|Permanent|9457|Sinjhuang|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.037972|121.432500||8.00|TW|||90|TW|902|New Taipei City +909029461|909029461|158909029461|NO2|Permanent|9461|Wanli|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.179667|121.689881||8.00|TW|||90|TW|902|New Taipei City +909029461|909029461|158909029461|CO|Permanent|9461|Wanli|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.179667|121.689881||8.00|TW|||90|TW|902|New Taipei City +909029461|909029461|158909029461|SO2|Permanent|9461|Wanli|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.179667|121.689881||8.00|TW|||90|TW|902|New Taipei City +909029461|909029461|158909029461|WS|Permanent|9461|Wanli|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.179667|121.689881||8.00|TW|||90|TW|902|New Taipei City +909029461|909029461|158909029461|WD|Permanent|9461|Wanli|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.179667|121.689881||8.00|TW|||90|TW|902|New Taipei City +909029461|909029461|158909029461|O3|Permanent|9461|Wanli|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.179667|121.689881||8.00|TW|||90|TW|902|New Taipei City +909029461|909029461|158909029461|PM2.5|Permanent|9461|Wanli|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.179667|121.689881||8.00|TW|||90|TW|902|New Taipei City +909029461|909029461|158909029461|PM10|Permanent|9461|Wanli|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.179667|121.689881||8.00|TW|||90|TW|902|New Taipei City +909039403|909039403|158909039403|O3|Permanent|9403|Sanyi |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.382942|120.758833||8.00|TW|||90|TW|903|Miaoli County +909039403|909039403|158909039403|PM2.5|Permanent|9403|Sanyi |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.382942|120.758833||8.00|TW|||90|TW|903|Miaoli County +909039403|909039403|158909039403|PM10|Permanent|9403|Sanyi |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.382942|120.758833||8.00|TW|||90|TW|903|Miaoli County +909039403|909039403|158909039403|NO2|Permanent|9403|Sanyi |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.382942|120.758833||8.00|TW|||90|TW|903|Miaoli County +909039403|909039403|158909039403|CO|Permanent|9403|Sanyi |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.382942|120.758833||8.00|TW|||90|TW|903|Miaoli County +909039403|909039403|158909039403|SO2|Permanent|9403|Sanyi |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.382942|120.758833||8.00|TW|||90|TW|903|Miaoli County +909039403|909039403|158909039403|WS|Permanent|9403|Sanyi |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.382942|120.758833||8.00|TW|||90|TW|903|Miaoli County +909039403|909039403|158909039403|WD|Permanent|9403|Sanyi |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.382942|120.758833||8.00|TW|||90|TW|903|Miaoli County +909039441|909039441|158909039441|SO2|Permanent|9441|Miaoli |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.565269|120.820200||8.00|TW|||90|TW|903|Miaoli County +909039441|909039441|158909039441|WS|Permanent|9441|Miaoli |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.565269|120.820200||8.00|TW|||90|TW|903|Miaoli County +909039441|909039441|158909039441|WD|Permanent|9441|Miaoli |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.565269|120.820200||8.00|TW|||90|TW|903|Miaoli County +909039441|909039441|158909039441|O3|Permanent|9441|Miaoli |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.565269|120.820200||8.00|TW|||90|TW|903|Miaoli County +909039441|909039441|158909039441|PM2.5|Permanent|9441|Miaoli |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.565269|120.820200||8.00|TW|||90|TW|903|Miaoli County +909039441|909039441|158909039441|PM10|Permanent|9441|Miaoli |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.565269|120.820200||8.00|TW|||90|TW|903|Miaoli County +909039441|909039441|158909039441|NO2|Permanent|9441|Miaoli |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.565269|120.820200||8.00|TW|||90|TW|903|Miaoli County +909039441|909039441|158909039441|CO|Permanent|9441|Miaoli |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.565269|120.820200||8.00|TW|||90|TW|903|Miaoli County +909039472|909039472|158909039472|PM10|Permanent|9472|Toufen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.696969|120.898572||8.00|TW|||90|TW|903|Miaoli County +909039472|909039472|158909039472|NO2|Permanent|9472|Toufen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.696969|120.898572||8.00|TW|||90|TW|903|Miaoli County +909039472|909039472|158909039472|CO|Permanent|9472|Toufen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.696969|120.898572||8.00|TW|||90|TW|903|Miaoli County +909039472|909039472|158909039472|SO2|Permanent|9472|Toufen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.696969|120.898572||8.00|TW|||90|TW|903|Miaoli County +909039472|909039472|158909039472|WS|Permanent|9472|Toufen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.696969|120.898572||8.00|TW|||90|TW|903|Miaoli County +909039472|909039472|158909039472|WD|Permanent|9472|Toufen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.696969|120.898572||8.00|TW|||90|TW|903|Miaoli County +909039472|909039472|158909039472|O3|Permanent|9472|Toufen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.696969|120.898572||8.00|TW|||90|TW|903|Miaoli County +909039472|909039472|158909039472|PM2.5|Permanent|9472|Toufen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.696969|120.898572||8.00|TW|||90|TW|903|Miaoli County +909049405|909049405|158909049405|NO2|Permanent|9405|Shihlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.105417|121.515389||8.00|TW|||90|TW|904|Taipei +909049405|909049405|158909049405|CO|Permanent|9405|Shihlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.105417|121.515389||8.00|TW|||90|TW|904|Taipei +909049405|909049405|158909049405|SO2|Permanent|9405|Shihlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.105417|121.515389||8.00|TW|||90|TW|904|Taipei +909049405|909049405|158909049405|WS|Permanent|9405|Shihlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.105417|121.515389||8.00|TW|||90|TW|904|Taipei +909049405|909049405|158909049405|O3|Permanent|9405|Shihlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.105417|121.515389||8.00|TW|||90|TW|904|Taipei +909049405|909049405|158909049405|WD|Permanent|9405|Shihlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.105417|121.515389||8.00|TW|||90|TW|904|Taipei +909049405|909049405|158909049405|PM2.5|Permanent|9405|Shihlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.105417|121.515389||8.00|TW|||90|TW|904|Taipei +909049405|909049405|158909049405|PM10|Permanent|9405|Shihlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.105417|121.515389||8.00|TW|||90|TW|904|Taipei +909049406|909049406|158909049406|PM2.5|Permanent|9406|Datong |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.063200|121.513311||8.00|TW|||90|TW|904|Taipei +909049406|909049406|158909049406|PM10|Permanent|9406|Datong |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.063200|121.513311||8.00|TW|||90|TW|904|Taipei +909049406|909049406|158909049406|NO2|Permanent|9406|Datong |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.063200|121.513311||8.00|TW|||90|TW|904|Taipei +909049406|909049406|158909049406|CO|Permanent|9406|Datong |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.063200|121.513311||8.00|TW|||90|TW|904|Taipei +909049406|909049406|158909049406|SO2|Permanent|9406|Datong |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.063200|121.513311||8.00|TW|||90|TW|904|Taipei +909049411|909049411|158909049411|WS|Permanent|9411|Jhongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.062361|121.526528||8.00|TW|||90|TW|904|Taipei +909049411|909049411|158909049411|SO2|Permanent|9411|Jhongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.062361|121.526528||8.00|TW|||90|TW|904|Taipei +909049411|909049411|158909049411|WD|Permanent|9411|Jhongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.062361|121.526528||8.00|TW|||90|TW|904|Taipei +909049411|909049411|158909049411|O3|Permanent|9411|Jhongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.062361|121.526528||8.00|TW|||90|TW|904|Taipei +909049411|909049411|158909049411|PM2.5|Permanent|9411|Jhongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.062361|121.526528||8.00|TW|||90|TW|904|Taipei +909049411|909049411|158909049411|PM10|Permanent|9411|Jhongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.062361|121.526528||8.00|TW|||90|TW|904|Taipei +909049411|909049411|158909049411|NO2|Permanent|9411|Jhongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.062361|121.526528||8.00|TW|||90|TW|904|Taipei +909049411|909049411|158909049411|CO|Permanent|9411|Jhongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.062361|121.526528||8.00|TW|||90|TW|904|Taipei +909049416|909049416|158909049416|NO2|Permanent|9416|Gutin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.020608|121.529556||8.00|TW|||90|TW|904|Taipei +909049416|909049416|158909049416|CO|Permanent|9416|Gutin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.020608|121.529556||8.00|TW|||90|TW|904|Taipei +909049416|909049416|158909049416|SO2|Permanent|9416|Gutin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.020608|121.529556||8.00|TW|||90|TW|904|Taipei +909049416|909049416|158909049416|WS|Permanent|9416|Gutin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.020608|121.529556||8.00|TW|||90|TW|904|Taipei +909049416|909049416|158909049416|WD|Permanent|9416|Gutin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.020608|121.529556||8.00|TW|||90|TW|904|Taipei +909049416|909049416|158909049416|O3|Permanent|9416|Gutin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.020608|121.529556||8.00|TW|||90|TW|904|Taipei +909049416|909049416|158909049416|PM2.5|Permanent|9416|Gutin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.020608|121.529556||8.00|TW|||90|TW|904|Taipei +909049416|909049416|158909049416|PM10|Permanent|9416|Gutin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.020608|121.529556||8.00|TW|||90|TW|904|Taipei +909049429|909049429|158909049429|PM2.5|Permanent|9429|Songshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.050694|121.578556||8.00|TW|||90|TW|904|Taipei +909049429|909049429|158909049429|PM10|Permanent|9429|Songshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.050694|121.578556||8.00|TW|||90|TW|904|Taipei +909049429|909049429|158909049429|NO2|Permanent|9429|Songshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.050694|121.578556||8.00|TW|||90|TW|904|Taipei +909049429|909049429|158909049429|CO|Permanent|9429|Songshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.050694|121.578556||8.00|TW|||90|TW|904|Taipei +909049429|909049429|158909049429|SO2|Permanent|9429|Songshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.050694|121.578556||8.00|TW|||90|TW|904|Taipei +909049429|909049429|158909049429|WS|Permanent|9429|Songshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.050694|121.578556||8.00|TW|||90|TW|904|Taipei +909049429|909049429|158909049429|WD|Permanent|9429|Songshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.050694|121.578556||8.00|TW|||90|TW|904|Taipei +909049429|909049429|158909049429|O3|Permanent|9429|Songshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.050694|121.578556||8.00|TW|||90|TW|904|Taipei +909049454|909049454|158909049454|NO2|Permanent|9454|Yangming |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.182722|121.529583||8.00|TW|||90|TW|904|Taipei +909049454|909049454|158909049454|CO|Permanent|9454|Yangming |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.182722|121.529583||8.00|TW|||90|TW|904|Taipei +909049454|909049454|158909049454|SO2|Permanent|9454|Yangming |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.182722|121.529583||8.00|TW|||90|TW|904|Taipei +909049454|909049454|158909049454|O3|Permanent|9454|Yangming |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.182722|121.529583||8.00|TW|||90|TW|904|Taipei +909049454|909049454|158909049454|PM2.5|Permanent|9454|Yangming |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.182722|121.529583||8.00|TW|||90|TW|904|Taipei +909049454|909049454|158909049454|PM10|Permanent|9454|Yangming |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.182722|121.529583||8.00|TW|||90|TW|904|Taipei +909049462|909049462|158909049462|PM10|Permanent|9462|Wanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.046503|121.507972||8.00|TW|||90|TW|904|Taipei +909049462|909049462|158909049462|NO2|Permanent|9462|Wanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.046503|121.507972||8.00|TW|||90|TW|904|Taipei +909049462|909049462|158909049462|CO|Permanent|9462|Wanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.046503|121.507972||8.00|TW|||90|TW|904|Taipei +909049462|909049462|158909049462|SO2|Permanent|9462|Wanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.046503|121.507972||8.00|TW|||90|TW|904|Taipei +909049462|909049462|158909049462|WS|Permanent|9462|Wanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.046503|121.507972||8.00|TW|||90|TW|904|Taipei +909049462|909049462|158909049462|WD|Permanent|9462|Wanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.046503|121.507972||8.00|TW|||90|TW|904|Taipei +909049462|909049462|158909049462|O3|Permanent|9462|Wanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.046503|121.507972||8.00|TW|||90|TW|904|Taipei +909049462|909049462|158909049462|PM2.5|Permanent|9462|Wanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.046503|121.507972||8.00|TW|||90|TW|904|Taipei +909059407|909059407|158909059407|O3|Permanent|9407|Dali |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.099611|120.677689||8.00|TW|||90|TW|905|Taichung City +909059407|909059407|158909059407|PM2.5|Permanent|9407|Dali |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.099611|120.677689||8.00|TW|||90|TW|905|Taichung City +909059407|909059407|158909059407|PM10|Permanent|9407|Dali |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.099611|120.677689||8.00|TW|||90|TW|905|Taichung City +909059407|909059407|158909059407|NO2|Permanent|9407|Dali |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.099611|120.677689||8.00|TW|||90|TW|905|Taichung City +909059407|909059407|158909059407|CO|Permanent|9407|Dali |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.099611|120.677689||8.00|TW|||90|TW|905|Taichung City +909059407|909059407|158909059407|SO2|Permanent|9407|Dali |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.099611|120.677689||8.00|TW|||90|TW|905|Taichung City +909059407|909059407|158909059407|WS|Permanent|9407|Dali |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.099611|120.677689||8.00|TW|||90|TW|905|Taichung City +909059407|909059407|158909059407|WD|Permanent|9407|Dali |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.099611|120.677689||8.00|TW|||90|TW|905|Taichung City +909059425|909059425|158909059425|CO|Permanent|9425|Situn|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.162197|120.616917||8.00|TW|||90|TW|905|Taichung City +909059425|909059425|158909059425|SO2|Permanent|9425|Situn|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.162197|120.616917||8.00|TW|||90|TW|905|Taichung City +909059425|909059425|158909059425|WS|Permanent|9425|Situn|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.162197|120.616917||8.00|TW|||90|TW|905|Taichung City +909059425|909059425|158909059425|WD|Permanent|9425|Situn|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.162197|120.616917||8.00|TW|||90|TW|905|Taichung City +909059425|909059425|158909059425|O3|Permanent|9425|Situn|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.162197|120.616917||8.00|TW|||90|TW|905|Taichung City +909059425|909059425|158909059425|PM2.5|Permanent|9425|Situn|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.162197|120.616917||8.00|TW|||90|TW|905|Taichung City +909059425|909059425|158909059425|PM10|Permanent|9425|Situn|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.162197|120.616917||8.00|TW|||90|TW|905|Taichung City +909059425|909059425|158909059425|NO2|Permanent|9425|Situn|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.162197|120.616917||8.00|TW|||90|TW|905|Taichung City +909059426|909059426|158909059426|WS|Permanent|9426|Shalu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.225628|120.568794||8.00|TW|||90|TW|905|Taichung City +909059426|909059426|158909059426|WD|Permanent|9426|Shalu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.225628|120.568794||8.00|TW|||90|TW|905|Taichung City +909059426|909059426|158909059426|O3|Permanent|9426|Shalu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.225628|120.568794||8.00|TW|||90|TW|905|Taichung City +909059426|909059426|158909059426|PM2.5|Permanent|9426|Shalu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.225628|120.568794||8.00|TW|||90|TW|905|Taichung City +909059426|909059426|158909059426|PM10|Permanent|9426|Shalu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.225628|120.568794||8.00|TW|||90|TW|905|Taichung City +909059426|909059426|158909059426|NO2|Permanent|9426|Shalu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.225628|120.568794||8.00|TW|||90|TW|905|Taichung City +909059426|909059426|158909059426|CO|Permanent|9426|Shalu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.225628|120.568794||8.00|TW|||90|TW|905|Taichung City +909059426|909059426|158909059426|SO2|Permanent|9426|Shalu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.225628|120.568794||8.00|TW|||90|TW|905|Taichung City +909059428|909059428|158909059428|O3|Permanent|9428|Jhongming|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.151958|120.641092||8.00|TW|||90|TW|905|Taichung City +909059428|909059428|158909059428|PM2.5|Permanent|9428|Jhongming|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.151958|120.641092||8.00|TW|||90|TW|905|Taichung City +909059428|909059428|158909059428|PM10|Permanent|9428|Jhongming|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.151958|120.641092||8.00|TW|||90|TW|905|Taichung City +909059428|909059428|158909059428|NO2|Permanent|9428|Jhongming|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.151958|120.641092||8.00|TW|||90|TW|905|Taichung City +909059428|909059428|158909059428|CO|Permanent|9428|Jhongming|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.151958|120.641092||8.00|TW|||90|TW|905|Taichung City +909059428|909059428|158909059428|SO2|Permanent|9428|Jhongming|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.151958|120.641092||8.00|TW|||90|TW|905|Taichung City +909059428|909059428|158909059428|WS|Permanent|9428|Jhongming|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.151958|120.641092||8.00|TW|||90|TW|905|Taichung City +909059428|909059428|158909059428|WD|Permanent|9428|Jhongming|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.151958|120.641092||8.00|TW|||90|TW|905|Taichung City +909059474|909059474|158909059474|O3|Permanent|9474|Fongyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.256586|120.741711||8.00|TW|||90|TW|905|Taichung City +909059474|909059474|158909059474|PM2.5|Permanent|9474|Fongyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.256586|120.741711||8.00|TW|||90|TW|905|Taichung City +909059474|909059474|158909059474|PM10|Permanent|9474|Fongyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.256586|120.741711||8.00|TW|||90|TW|905|Taichung City +909059474|909059474|158909059474|NO2|Permanent|9474|Fongyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.256586|120.741711||8.00|TW|||90|TW|905|Taichung City +909059474|909059474|158909059474|CO|Permanent|9474|Fongyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.256586|120.741711||8.00|TW|||90|TW|905|Taichung City +909059474|909059474|158909059474|SO2|Permanent|9474|Fongyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.256586|120.741711||8.00|TW|||90|TW|905|Taichung City +909059474|909059474|158909059474|WS|Permanent|9474|Fongyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.256586|120.741711||8.00|TW|||90|TW|905|Taichung City +909059474|909059474|158909059474|WD|Permanent|9474|Fongyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.256586|120.741711||8.00|TW|||90|TW|905|Taichung City +909069408|909069408|158909069408|PM2.5|Permanent|9408|Dayuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.060344|121.201811||8.00|TW|||90|TW|906|Taoyuan County +909069408|909069408|158909069408|PM10|Permanent|9408|Dayuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.060344|121.201811||8.00|TW|||90|TW|906|Taoyuan County +909069408|909069408|158909069408|NO2|Permanent|9408|Dayuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.060344|121.201811||8.00|TW|||90|TW|906|Taoyuan County +909069408|909069408|158909069408|CO|Permanent|9408|Dayuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.060344|121.201811||8.00|TW|||90|TW|906|Taoyuan County +909069408|909069408|158909069408|SO2|Permanent|9408|Dayuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.060344|121.201811||8.00|TW|||90|TW|906|Taoyuan County +909069408|909069408|158909069408|WS|Permanent|9408|Dayuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.060344|121.201811||8.00|TW|||90|TW|906|Taoyuan County +909069408|909069408|158909069408|WD|Permanent|9408|Dayuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.060344|121.201811||8.00|TW|||90|TW|906|Taoyuan County +909069408|909069408|158909069408|O3|Permanent|9408|Dayuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.060344|121.201811||8.00|TW|||90|TW|906|Taoyuan County +909069412|909069412|158909069412|PM2.5|Permanent|9412|Jhongli|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.953278|121.221667||8.00|TW|||90|TW|906|Taoyuan County +909069412|909069412|158909069412|PM10|Permanent|9412|Jhongli|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.953278|121.221667||8.00|TW|||90|TW|906|Taoyuan County +909069412|909069412|158909069412|NO2|Permanent|9412|Jhongli|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.953278|121.221667||8.00|TW|||90|TW|906|Taoyuan County +909069412|909069412|158909069412|CO|Permanent|9412|Jhongli|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.953278|121.221667||8.00|TW|||90|TW|906|Taoyuan County +909069412|909069412|158909069412|SO2|Permanent|9412|Jhongli|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.953278|121.221667||8.00|TW|||90|TW|906|Taoyuan County +909069412|909069412|158909069412|WS|Permanent|9412|Jhongli|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.953278|121.221667||8.00|TW|||90|TW|906|Taoyuan County +909069412|909069412|158909069412|WD|Permanent|9412|Jhongli|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.953278|121.221667||8.00|TW|||90|TW|906|Taoyuan County +909069412|909069412|158909069412|O3|Permanent|9412|Jhongli|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.953278|121.221667||8.00|TW|||90|TW|906|Taoyuan County +909069418|909069418|158909069418|WS|Permanent|9418|Pingzhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.952786|121.203986||8.00|TW|||90|TW|906|Taoyuan County +909069418|909069418|158909069418|WD|Permanent|9418|Pingzhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.952786|121.203986||8.00|TW|||90|TW|906|Taoyuan County +909069418|909069418|158909069418|O3|Permanent|9418|Pingzhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.952786|121.203986||8.00|TW|||90|TW|906|Taoyuan County +909069418|909069418|158909069418|PM2.5|Permanent|9418|Pingzhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.952786|121.203986||8.00|TW|||90|TW|906|Taoyuan County +909069418|909069418|158909069418|PM10|Permanent|9418|Pingzhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.952786|121.203986||8.00|TW|||90|TW|906|Taoyuan County +909069418|909069418|158909069418|NO2|Permanent|9418|Pingzhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.952786|121.203986||8.00|TW|||90|TW|906|Taoyuan County +909069418|909069418|158909069418|CO|Permanent|9418|Pingzhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.952786|121.203986||8.00|TW|||90|TW|906|Taoyuan County +909069418|909069418|158909069418|SO2|Permanent|9418|Pingzhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.952786|121.203986||8.00|TW|||90|TW|906|Taoyuan County +909069443|909069443|158909069443|WS|Permanent|9443|Taoyuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.994789|121.319964||8.00|TW|||90|TW|906|Taoyuan County +909069443|909069443|158909069443|WD|Permanent|9443|Taoyuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.994789|121.319964||8.00|TW|||90|TW|906|Taoyuan County +909069443|909069443|158909069443|O3|Permanent|9443|Taoyuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.994789|121.319964||8.00|TW|||90|TW|906|Taoyuan County +909069443|909069443|158909069443|PM2.5|Permanent|9443|Taoyuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.994789|121.319964||8.00|TW|||90|TW|906|Taoyuan County +909069443|909069443|158909069443|PM10|Permanent|9443|Taoyuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.994789|121.319964||8.00|TW|||90|TW|906|Taoyuan County +909069443|909069443|158909069443|NO2|Permanent|9443|Taoyuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.994789|121.319964||8.00|TW|||90|TW|906|Taoyuan County +909069443|909069443|158909069443|CO|Permanent|9443|Taoyuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.994789|121.319964||8.00|TW|||90|TW|906|Taoyuan County +909069443|909069443|158909069443|SO2|Permanent|9443|Taoyuan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.994789|121.319964||8.00|TW|||90|TW|906|Taoyuan County +909069473|909069473|158909069473|O3|Permanent|9473|Longtan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.863869|121.216350||8.00|TW|||90|TW|906|Taoyuan County +909069473|909069473|158909069473|PM2.5|Permanent|9473|Longtan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.863869|121.216350||8.00|TW|||90|TW|906|Taoyuan County +909069473|909069473|158909069473|PM10|Permanent|9473|Longtan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.863869|121.216350||8.00|TW|||90|TW|906|Taoyuan County +909069473|909069473|158909069473|NO2|Permanent|9473|Longtan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.863869|121.216350||8.00|TW|||90|TW|906|Taoyuan County +909069473|909069473|158909069473|CO|Permanent|9473|Longtan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.863869|121.216350||8.00|TW|||90|TW|906|Taoyuan County +909069473|909069473|158909069473|SO2|Permanent|9473|Longtan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.863869|121.216350||8.00|TW|||90|TW|906|Taoyuan County +909069473|909069473|158909069473|WS|Permanent|9473|Longtan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.863869|121.216350||8.00|TW|||90|TW|906|Taoyuan County +909069473|909069473|158909069473|WD|Permanent|9473|Longtan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.863869|121.216350||8.00|TW|||90|TW|906|Taoyuan County +909069476|909069476|158909069476|WD|Permanent|9476|Guanyin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.035503|121.082761||8.00|TW|||90|TW|906|Taoyuan County +909069476|909069476|158909069476|PM2.5|Permanent|9476|Guanyin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.035503|121.082761||8.00|TW|||90|TW|906|Taoyuan County +909069476|909069476|158909069476|PM10|Permanent|9476|Guanyin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.035503|121.082761||8.00|TW|||90|TW|906|Taoyuan County +909069476|909069476|158909069476|NO2|Permanent|9476|Guanyin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.035503|121.082761||8.00|TW|||90|TW|906|Taoyuan County +909069476|909069476|158909069476|CO|Permanent|9476|Guanyin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.035503|121.082761||8.00|TW|||90|TW|906|Taoyuan County +909069476|909069476|158909069476|SO2|Permanent|9476|Guanyin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.035503|121.082761||8.00|TW|||90|TW|906|Taoyuan County +909069476|909069476|158909069476|WS|Permanent|9476|Guanyin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.035503|121.082761||8.00|TW|||90|TW|906|Taoyuan County +909069476|909069476|158909069476|O3|Permanent|9476|Guanyin|Active|TWN|Taiwan Environmental Protection Agency|TWN|25.035503|121.082761||8.00|TW|||90|TW|906|Taoyuan County +909069477|909069477|158909069477|PM10|Permanent|9477|Monitoring Action 03|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|905|Taichung City +909069477|909069477|158909069477|NO2|Permanent|9477|Monitoring Action 03|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|905|Taichung City +909069477|909069477|158909069477|SO2|Permanent|9477|Monitoring Action 03|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|905|Taichung City +909069477|909069477|158909069477|WS|Permanent|9477|Monitoring Action 03|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|905|Taichung City +909069477|909069477|158909069477|WD|Permanent|9477|Monitoring Action 03|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|905|Taichung City +909069477|909069477|158909069477|O3|Permanent|9477|Monitoring Action 03|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|905|Taichung City +909069477|909069477|158909069477|PM2.5|Permanent|9477|Monitoring Action 03|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|905|Taichung City +158909069478|909069478|158909069478|WS|Permanent|9478|Changhua (Ayutthaya)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069478|909069478|158909069478|WD|Permanent|9478|Changhua (Ayutthaya)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069478|909069478|158909069478|O3|Permanent|9478|Changhua (Ayutthaya)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069478|909069478|158909069478|PM2.5|Permanent|9478|Changhua (Ayutthaya)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069478|909069478|158909069478|PM10|Permanent|9478|Changhua (Ayutthaya)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069478|909069478|158909069478|NO2|Permanent|9478|Changhua (Ayutthaya)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069478|909069478|158909069478|SO2|Permanent|9478|Changhua (Ayutthaya)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069479|909069479|158909069479|O3|Permanent|9479|Tainan (Yujing)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069479|909069479|158909069479|PM2.5|Permanent|9479|Tainan (Yujing)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069479|909069479|158909069479|PM10|Permanent|9479|Tainan (Yujing)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069479|909069479|158909069479|NO2|Permanent|9479|Tainan (Yujing)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069479|909069479|158909069479|SO2|Permanent|9479|Tainan (Yujing)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069479|909069479|158909069479|WS|Permanent|9479|Tainan (Yujing)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069479|909069479|158909069479|WD|Permanent|9479|Tainan (Yujing)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069480|909069480|158909069480|WD|Permanent|9480|Screen East (Ryukyu)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.352220|120.377220||8.00|TW|||90|TW|906|Taoyuan County +158909069480|909069480|158909069480|PM2.5|Permanent|9480|Screen East (Ryukyu)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.352220|120.377220||8.00|TW|||90|TW|906|Taoyuan County +158909069480|909069480|158909069480|PM10|Permanent|9480|Screen East (Ryukyu)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.352220|120.377220||8.00|TW|||90|TW|906|Taoyuan County +158909069480|909069480|158909069480|NO2|Permanent|9480|Screen East (Ryukyu)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.352220|120.377220||8.00|TW|||90|TW|906|Taoyuan County +158909069480|909069480|158909069480|CO|Permanent|9480|Screen East (Ryukyu)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.352220|120.377220||8.00|TW|||90|TW|906|Taoyuan County +158909069480|909069480|158909069480|SO2|Permanent|9480|Screen East (Ryukyu)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.352220|120.377220||8.00|TW|||90|TW|906|Taoyuan County +158909069480|909069480|158909069480|WS|Permanent|9480|Screen East (Ryukyu)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.352220|120.377220||8.00|TW|||90|TW|906|Taoyuan County +158909069480|909069480|158909069480|O3|Permanent|9480|Screen East (Ryukyu)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.352220|120.377220||8.00|TW|||90|TW|906|Taoyuan County +158909069481|909069481|158909069481|WS|Permanent|9481|Zhongshan South Road, Yongkang District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069481|909069481|158909069481|WD|Permanent|9481|Zhongshan South Road, Yongkang District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069481|909069481|158909069481|O3|Permanent|9481|Zhongshan South Road, Yongkang District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069481|909069481|158909069481|PM2.5|Permanent|9481|Zhongshan South Road, Yongkang District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069481|909069481|158909069481|NO2|Permanent|9481|Zhongshan South Road, Yongkang District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069481|909069481|158909069481|SO2|Permanent|9481|Zhongshan South Road, Yongkang District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069482|909069482|158909069482|SO2|Permanent|9482|Tainan (North Gate)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069482|909069482|158909069482|WS|Permanent|9482|Tainan (North Gate)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069482|909069482|158909069482|WD|Permanent|9482|Tainan (North Gate)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069482|909069482|158909069482|O3|Permanent|9482|Tainan (North Gate)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069482|909069482|158909069482|PM2.5|Permanent|9482|Tainan (North Gate)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069482|909069482|158909069482|PM10|Permanent|9482|Tainan (North Gate)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069482|909069482|158909069482|NO2|Permanent|9482|Tainan (North Gate)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069482|909069482|158909069482|CO|Permanent|9482|Tainan (North Gate)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069483|909069483|158909069483|O3|Permanent|9483|Miaoli (Huilong)|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.370000|120.470000||8.00|TW|||90|TW|906|Taoyuan County +158909069483|909069483|158909069483|PM2.5|Permanent|9483|Miaoli (Huilong)|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.370000|120.470000||8.00|TW|||90|TW|906|Taoyuan County +158909069483|909069483|158909069483|PM10|Permanent|9483|Miaoli (Huilong)|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.370000|120.470000||8.00|TW|||90|TW|906|Taoyuan County +158909069483|909069483|158909069483|NO2|Permanent|9483|Miaoli (Huilong)|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.370000|120.470000||8.00|TW|||90|TW|906|Taoyuan County +158909069483|909069483|158909069483|SO2|Permanent|9483|Miaoli (Huilong)|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.370000|120.470000||8.00|TW|||90|TW|906|Taoyuan County +158909069483|909069483|158909069483|WS|Permanent|9483|Miaoli (Huilong)|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.370000|120.470000||8.00|TW|||90|TW|906|Taoyuan County +158909069483|909069483|158909069483|WD|Permanent|9483|Miaoli (Huilong)|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.370000|120.470000||8.00|TW|||90|TW|906|Taoyuan County +158909069484|909069484|158909069484|O3|Permanent|9484|Taoyuan (Guanyin Industrial Zone)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069484|909069484|158909069484|PM2.5|Permanent|9484|Taoyuan (Guanyin Industrial Zone)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069484|909069484|158909069484|PM10|Permanent|9484|Taoyuan (Guanyin Industrial Zone)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069484|909069484|158909069484|NO2|Permanent|9484|Taoyuan (Guanyin Industrial Zone)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069484|909069484|158909069484|SO2|Permanent|9484|Taoyuan (Guanyin Industrial Zone)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069484|909069484|158909069484|WS|Permanent|9484|Taoyuan (Guanyin Industrial Zone)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069484|909069484|158909069484|WD|Permanent|9484|Taoyuan (Guanyin Industrial Zone)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069485|909069485|158909069485|SO2|Permanent|9485|Hsinchu (Xiangshan)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069485|909069485|158909069485|WS|Permanent|9485|Hsinchu (Xiangshan)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069485|909069485|158909069485|WD|Permanent|9485|Hsinchu (Xiangshan)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069485|909069485|158909069485|O3|Permanent|9485|Hsinchu (Xiangshan)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069485|909069485|158909069485|PM2.5|Permanent|9485|Hsinchu (Xiangshan)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069485|909069485|158909069485|PM10|Permanent|9485|Hsinchu (Xiangshan)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069485|909069485|158909069485|NO2|Permanent|9485|Hsinchu (Xiangshan)|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069486|909069486|158909069486|NO2|Permanent|9486|Tainan (Madou)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.179000|120.245830||8.00|TW|||90|TW|906|Taoyuan County +158909069486|909069486|158909069486|SO2|Permanent|9486|Tainan (Madou)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.179000|120.245830||8.00|TW|||90|TW|906|Taoyuan County +158909069486|909069486|158909069486|WS|Permanent|9486|Tainan (Madou)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.179000|120.245830||8.00|TW|||90|TW|906|Taoyuan County +158909069486|909069486|158909069486|WD|Permanent|9486|Tainan (Madou)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.179000|120.245830||8.00|TW|||90|TW|906|Taoyuan County +158909069486|909069486|158909069486|O3|Permanent|9486|Tainan (Madou)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.179000|120.245830||8.00|TW|||90|TW|906|Taoyuan County +158909069486|909069486|158909069486|PM2.5|Permanent|9486|Tainan (Madou)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.179000|120.245830||8.00|TW|||90|TW|906|Taoyuan County +158909069486|909069486|158909069486|PM10|Permanent|9486|Tainan (Madou)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.179000|120.245830||8.00|TW|||90|TW|906|Taoyuan County +158909069487|909069487|158909069487|PM2.5|Permanent|9487|Zuoying District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069487|909069487|158909069487|PM10|Permanent|9487|Zuoying District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069488|909069488|158909069488|PM2.5|Permanent|9488|Nanzih District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069488|909069488|158909069488|PM10|Permanent|9488|Nanzih District|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069489|909069489|158909069489|PM2.5|Permanent|9489|Shulin District|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.949020|121.383500||8.00|TW|||90|TW|906|Taoyuan County +158909069489|909069489|158909069489|PM10|Permanent|9489|Shulin District|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.949020|121.383500||8.00|TW|||90|TW|906|Taoyuan County +158909069490|909069490|158909069490|PM2.5|Permanent|9490|Nanzi Processing Export Zone|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069490|909069490|158909069490|PM10|Permanent|9490|Nanzi Processing Export Zone|Active|TWN|Taiwan Environmental Protection Agency|TWN|0.000000|0.000000||8.00|TW|||90|TW|906|Taoyuan County +158909069491|909069491|158909069491|PM10|Permanent|9491|Lijiluyouzixun Station|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.823972|121.132034||8.00|TW|||90|TW|906|Taoyuan County +909079409|909079409|158909079409|CO|Permanent|9409|Daliao |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565747|120.425081||8.00|TW|||90|TW|907|Kaohsiung +909079409|909079409|158909079409|SO2|Permanent|9409|Daliao |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565747|120.425081||8.00|TW|||90|TW|907|Kaohsiung +909079409|909079409|158909079409|WS|Permanent|9409|Daliao |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565747|120.425081||8.00|TW|||90|TW|907|Kaohsiung +909079409|909079409|158909079409|O3|Permanent|9409|Daliao |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565747|120.425081||8.00|TW|||90|TW|907|Kaohsiung +909079409|909079409|158909079409|WD|Permanent|9409|Daliao |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565747|120.425081||8.00|TW|||90|TW|907|Kaohsiung +909079409|909079409|158909079409|PM2.5|Permanent|9409|Daliao |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565747|120.425081||8.00|TW|||90|TW|907|Kaohsiung +909079409|909079409|158909079409|PM10|Permanent|9409|Daliao |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565747|120.425081||8.00|TW|||90|TW|907|Kaohsiung +909079409|909079409|158909079409|NO2|Permanent|9409|Daliao |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565747|120.425081||8.00|TW|||90|TW|907|Kaohsiung +909079410|909079410|158909079410|O3|Permanent|9410|Siaogang|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565833|120.337736||8.00|TW|||90|TW|907|Kaohsiung +909079410|909079410|158909079410|PM2.5|Permanent|9410|Siaogang|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565833|120.337736||8.00|TW|||90|TW|907|Kaohsiung +909079410|909079410|158909079410|PM10|Permanent|9410|Siaogang|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565833|120.337736||8.00|TW|||90|TW|907|Kaohsiung +909079410|909079410|158909079410|NO2|Permanent|9410|Siaogang|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565833|120.337736||8.00|TW|||90|TW|907|Kaohsiung +909079410|909079410|158909079410|CO|Permanent|9410|Siaogang|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565833|120.337736||8.00|TW|||90|TW|907|Kaohsiung +909079410|909079410|158909079410|SO2|Permanent|9410|Siaogang|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565833|120.337736||8.00|TW|||90|TW|907|Kaohsiung +909079410|909079410|158909079410|WS|Permanent|9410|Siaogang|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565833|120.337736||8.00|TW|||90|TW|907|Kaohsiung +909079410|909079410|158909079410|WD|Permanent|9410|Siaogang|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.565833|120.337736||8.00|TW|||90|TW|907|Kaohsiung +909079413|909079413|158909079413|PM2.5|Permanent|9413|Renwu |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.689056|120.332631||8.00|TW|||90|TW|907|Kaohsiung +909079413|909079413|158909079413|PM10|Permanent|9413|Renwu |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.689056|120.332631||8.00|TW|||90|TW|907|Kaohsiung +909079413|909079413|158909079413|NO2|Permanent|9413|Renwu |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.689056|120.332631||8.00|TW|||90|TW|907|Kaohsiung +909079413|909079413|158909079413|CO|Permanent|9413|Renwu |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.689056|120.332631||8.00|TW|||90|TW|907|Kaohsiung +909079413|909079413|158909079413|SO2|Permanent|9413|Renwu |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.689056|120.332631||8.00|TW|||90|TW|907|Kaohsiung +909079413|909079413|158909079413|WS|Permanent|9413|Renwu |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.689056|120.332631||8.00|TW|||90|TW|907|Kaohsiung +909079413|909079413|158909079413|WD|Permanent|9413|Renwu |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.689056|120.332631||8.00|TW|||90|TW|907|Kaohsiung +909079413|909079413|158909079413|O3|Permanent|9413|Renwu |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.689056|120.332631||8.00|TW|||90|TW|907|Kaohsiung +909079417|909079417|158909079417|SO2|Permanent|9417|Zuoying|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.674861|120.292917||8.00|TW|||90|TW|907|Kaohsiung +909079417|909079417|158909079417|WS|Permanent|9417|Zuoying|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.674861|120.292917||8.00|TW|||90|TW|907|Kaohsiung +909079417|909079417|158909079417|WD|Permanent|9417|Zuoying|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.674861|120.292917||8.00|TW|||90|TW|907|Kaohsiung +909079417|909079417|158909079417|O3|Permanent|9417|Zuoying|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.674861|120.292917||8.00|TW|||90|TW|907|Kaohsiung +909079417|909079417|158909079417|PM2.5|Permanent|9417|Zuoying|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.674861|120.292917||8.00|TW|||90|TW|907|Kaohsiung +909079417|909079417|158909079417|PM10|Permanent|9417|Zuoying|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.674861|120.292917||8.00|TW|||90|TW|907|Kaohsiung +909079417|909079417|158909079417|NO2|Permanent|9417|Zuoying|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.674861|120.292917||8.00|TW|||90|TW|907|Kaohsiung +909079417|909079417|158909079417|CO|Permanent|9417|Zuoying|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.674861|120.292917||8.00|TW|||90|TW|907|Kaohsiung +909079432|909079432|158909079432|PM10|Permanent|9432|Linyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.479500|120.411750||8.00|TW|||90|TW|907|Kaohsiung +909079432|909079432|158909079432|NO2|Permanent|9432|Linyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.479500|120.411750||8.00|TW|||90|TW|907|Kaohsiung +909079432|909079432|158909079432|CO|Permanent|9432|Linyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.479500|120.411750||8.00|TW|||90|TW|907|Kaohsiung +909079432|909079432|158909079432|SO2|Permanent|9432|Linyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.479500|120.411750||8.00|TW|||90|TW|907|Kaohsiung +909079432|909079432|158909079432|WS|Permanent|9432|Linyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.479500|120.411750||8.00|TW|||90|TW|907|Kaohsiung +909079432|909079432|158909079432|WD|Permanent|9432|Linyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.479500|120.411750||8.00|TW|||90|TW|907|Kaohsiung +909079432|909079432|158909079432|O3|Permanent|9432|Linyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.479500|120.411750||8.00|TW|||90|TW|907|Kaohsiung +909079432|909079432|158909079432|PM2.5|Permanent|9432|Linyuan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.479500|120.411750||8.00|TW|||90|TW|907|Kaohsiung +909079435|909079435|158909079435|O3|Permanent|9435|Cianjin|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.632567|120.288086||8.00|TW|||90|TW|907|Kaohsiung +909079435|909079435|158909079435|PM2.5|Permanent|9435|Cianjin|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.632567|120.288086||8.00|TW|||90|TW|907|Kaohsiung +909079435|909079435|158909079435|WS|Permanent|9435|Cianjin|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.632567|120.288086||8.00|TW|||90|TW|907|Kaohsiung +909079435|909079435|158909079435|WD|Permanent|9435|Cianjin|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.632567|120.288086||8.00|TW|||90|TW|907|Kaohsiung +909079435|909079435|158909079435|PM10|Permanent|9435|Cianjin|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.632567|120.288086||8.00|TW|||90|TW|907|Kaohsiung +909079435|909079435|158909079435|NO2|Permanent|9435|Cianjin|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.632567|120.288086||8.00|TW|||90|TW|907|Kaohsiung +909079435|909079435|158909079435|CO|Permanent|9435|Cianjin|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.632567|120.288086||8.00|TW|||90|TW|907|Kaohsiung +909079435|909079435|158909079435|SO2|Permanent|9435|Cianjin|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.632567|120.288086||8.00|TW|||90|TW|907|Kaohsiung +909079436|909079436|158909079436|CO|Permanent|9436|Cianjhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.605386|120.307564||8.00|TW|||90|TW|907|Kaohsiung +909079436|909079436|158909079436|SO2|Permanent|9436|Cianjhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.605386|120.307564||8.00|TW|||90|TW|907|Kaohsiung +909079436|909079436|158909079436|WS|Permanent|9436|Cianjhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.605386|120.307564||8.00|TW|||90|TW|907|Kaohsiung +909079436|909079436|158909079436|WD|Permanent|9436|Cianjhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.605386|120.307564||8.00|TW|||90|TW|907|Kaohsiung +909079436|909079436|158909079436|O3|Permanent|9436|Cianjhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.605386|120.307564||8.00|TW|||90|TW|907|Kaohsiung +909079436|909079436|158909079436|PM2.5|Permanent|9436|Cianjhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.605386|120.307564||8.00|TW|||90|TW|907|Kaohsiung +909079436|909079436|158909079436|PM10|Permanent|9436|Cianjhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.605386|120.307564||8.00|TW|||90|TW|907|Kaohsiung +909079436|909079436|158909079436|NO2|Permanent|9436|Cianjhen |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.605386|120.307564||8.00|TW|||90|TW|907|Kaohsiung +909079440|909079440|158909079440|NO2|Permanent|9440|Meinong|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.883583|120.530542||8.00|TW|||90|TW|907|Kaohsiung +909079440|909079440|158909079440|CO|Permanent|9440|Meinong|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.883583|120.530542||8.00|TW|||90|TW|907|Kaohsiung +909079440|909079440|158909079440|SO2|Permanent|9440|Meinong|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.883583|120.530542||8.00|TW|||90|TW|907|Kaohsiung +909079440|909079440|158909079440|WS|Permanent|9440|Meinong|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.883583|120.530542||8.00|TW|||90|TW|907|Kaohsiung +909079440|909079440|158909079440|WD|Permanent|9440|Meinong|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.883583|120.530542||8.00|TW|||90|TW|907|Kaohsiung +909079440|909079440|158909079440|O3|Permanent|9440|Meinong|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.883583|120.530542||8.00|TW|||90|TW|907|Kaohsiung +909079440|909079440|158909079440|PM2.5|Permanent|9440|Meinong|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.883583|120.530542||8.00|TW|||90|TW|907|Kaohsiung +909079440|909079440|158909079440|PM10|Permanent|9440|Meinong|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.883583|120.530542||8.00|TW|||90|TW|907|Kaohsiung +909079451|909079451|158909079451|CO|Permanent|9451|Fusing|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.608711|120.312017||8.00|TW|||90|TW|907|Kaohsiung +909079451|909079451|158909079451|SO2|Permanent|9451|Fusing|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.608711|120.312017||8.00|TW|||90|TW|907|Kaohsiung +909079451|909079451|158909079451|WS|Permanent|9451|Fusing|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.608711|120.312017||8.00|TW|||90|TW|907|Kaohsiung +909079451|909079451|158909079451|WD|Permanent|9451|Fusing|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.608711|120.312017||8.00|TW|||90|TW|907|Kaohsiung +909079451|909079451|158909079451|O3|Permanent|9451|Fusing|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.608711|120.312017||8.00|TW|||90|TW|907|Kaohsiung +909079451|909079451|158909079451|PM2.5|Permanent|9451|Fusing|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.608711|120.312017||8.00|TW|||90|TW|907|Kaohsiung +909079451|909079451|158909079451|PM10|Permanent|9451|Fusing|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.608711|120.312017||8.00|TW|||90|TW|907|Kaohsiung +909079451|909079451|158909079451|NO2|Permanent|9451|Fusing|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.608711|120.312017||8.00|TW|||90|TW|907|Kaohsiung +909079460|909079460|158909079460|O3|Permanent|9460|Nanzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.733667|120.328289||8.00|TW|||90|TW|907|Kaohsiung +909079460|909079460|158909079460|PM2.5|Permanent|9460|Nanzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.733667|120.328289||8.00|TW|||90|TW|907|Kaohsiung +909079460|909079460|158909079460|WD|Permanent|9460|Nanzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.733667|120.328289||8.00|TW|||90|TW|907|Kaohsiung +909079460|909079460|158909079460|PM10|Permanent|9460|Nanzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.733667|120.328289||8.00|TW|||90|TW|907|Kaohsiung +909079460|909079460|158909079460|NO2|Permanent|9460|Nanzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.733667|120.328289||8.00|TW|||90|TW|907|Kaohsiung +909079460|909079460|158909079460|CO|Permanent|9460|Nanzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.733667|120.328289||8.00|TW|||90|TW|907|Kaohsiung +909079460|909079460|158909079460|SO2|Permanent|9460|Nanzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.733667|120.328289||8.00|TW|||90|TW|907|Kaohsiung +909079460|909079460|158909079460|WS|Permanent|9460|Nanzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.733667|120.328289||8.00|TW|||90|TW|907|Kaohsiung +909079468|909079468|158909079468|WS|Permanent|9468|Fongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.627392|120.358083||8.00|TW|||90|TW|907|Kaohsiung +909079468|909079468|158909079468|WD|Permanent|9468|Fongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.627392|120.358083||8.00|TW|||90|TW|907|Kaohsiung +909079468|909079468|158909079468|O3|Permanent|9468|Fongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.627392|120.358083||8.00|TW|||90|TW|907|Kaohsiung +909079468|909079468|158909079468|PM2.5|Permanent|9468|Fongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.627392|120.358083||8.00|TW|||90|TW|907|Kaohsiung +909079468|909079468|158909079468|PM10|Permanent|9468|Fongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.627392|120.358083||8.00|TW|||90|TW|907|Kaohsiung +909079468|909079468|158909079468|NO2|Permanent|9468|Fongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.627392|120.358083||8.00|TW|||90|TW|907|Kaohsiung +909079468|909079468|158909079468|CO|Permanent|9468|Fongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.627392|120.358083||8.00|TW|||90|TW|907|Kaohsiung +909079468|909079468|158909079468|SO2|Permanent|9468|Fongshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.627392|120.358083||8.00|TW|||90|TW|907|Kaohsiung +909079471|909079471|158909079471|SO2|Permanent|9471|Ciaotou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.757506|120.305689||8.00|TW|||90|TW|907|Kaohsiung +909079471|909079471|158909079471|WS|Permanent|9471|Ciaotou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.757506|120.305689||8.00|TW|||90|TW|907|Kaohsiung +909079471|909079471|158909079471|O3|Permanent|9471|Ciaotou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.757506|120.305689||8.00|TW|||90|TW|907|Kaohsiung +909079471|909079471|158909079471|WD|Permanent|9471|Ciaotou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.757506|120.305689||8.00|TW|||90|TW|907|Kaohsiung +909079471|909079471|158909079471|PM2.5|Permanent|9471|Ciaotou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.757506|120.305689||8.00|TW|||90|TW|907|Kaohsiung +909079471|909079471|158909079471|PM10|Permanent|9471|Ciaotou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.757506|120.305689||8.00|TW|||90|TW|907|Kaohsiung +909079471|909079471|158909079471|NO2|Permanent|9471|Ciaotou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.757506|120.305689||8.00|TW|||90|TW|907|Kaohsiung +909079471|909079471|158909079471|CO|Permanent|9471|Ciaotou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.757506|120.305689||8.00|TW|||90|TW|907|Kaohsiung +909099414|909099414|158909099414|PM10|Permanent|9414|Douliou |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.711853|120.544994||8.00|TW|||90|TW|909|Yunlin County +909099414|909099414|158909099414|NO2|Permanent|9414|Douliou |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.711853|120.544994||8.00|TW|||90|TW|909|Yunlin County +909099414|909099414|158909099414|CO|Permanent|9414|Douliou |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.711853|120.544994||8.00|TW|||90|TW|909|Yunlin County +909099414|909099414|158909099414|SO2|Permanent|9414|Douliou |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.711853|120.544994||8.00|TW|||90|TW|909|Yunlin County +909099414|909099414|158909099414|WS|Permanent|9414|Douliou |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.711853|120.544994||8.00|TW|||90|TW|909|Yunlin County +909099414|909099414|158909099414|WD|Permanent|9414|Douliou |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.711853|120.544994||8.00|TW|||90|TW|909|Yunlin County +909099414|909099414|158909099414|O3|Permanent|9414|Douliou |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.711853|120.544994||8.00|TW|||90|TW|909|Yunlin County +909099414|909099414|158909099414|PM2.5|Permanent|9414|Douliou |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.711853|120.544994||8.00|TW|||90|TW|909|Yunlin County +909099447|909099447|158909099447|NO2|Permanent|9447|Lunbei |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|909|Yunlin County +909099447|909099447|158909099447|CO|Permanent|9447|Lunbei |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|909|Yunlin County +909099447|909099447|158909099447|SO2|Permanent|9447|Lunbei |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|909|Yunlin County +909099447|909099447|158909099447|WS|Permanent|9447|Lunbei |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|909|Yunlin County +909099447|909099447|158909099447|WD|Permanent|9447|Lunbei |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|909|Yunlin County +909099447|909099447|158909099447|O3|Permanent|9447|Lunbei |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|909|Yunlin County +909099447|909099447|158909099447|PM2.5|Permanent|9447|Lunbei |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|909|Yunlin County +909099447|909099447|158909099447|PM10|Permanent|9447|Lunbei |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.757547|120.348742||8.00|TW|||90|TW|909|Yunlin County +909099449|909099449|158909099449|O3|Permanent|9449|Mailiao |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.753506|120.251825||8.00|TW|||90|TW|909|Yunlin County +909099449|909099449|158909099449|PM2.5|Permanent|9449|Mailiao |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.753506|120.251825||8.00|TW|||90|TW|909|Yunlin County +909099449|909099449|158909099449|PM10|Permanent|9449|Mailiao |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.753506|120.251825||8.00|TW|||90|TW|909|Yunlin County +909099449|909099449|158909099449|NO2|Permanent|9449|Mailiao |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.753506|120.251825||8.00|TW|||90|TW|909|Yunlin County +909099449|909099449|158909099449|CO|Permanent|9449|Mailiao |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.753506|120.251825||8.00|TW|||90|TW|909|Yunlin County +909099449|909099449|158909099449|SO2|Permanent|9449|Mailiao |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.753506|120.251825||8.00|TW|||90|TW|909|Yunlin County +909099449|909099449|158909099449|WS|Permanent|9449|Mailiao |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.753506|120.251825||8.00|TW|||90|TW|909|Yunlin County +909099449|909099449|158909099449|WD|Permanent|9449|Mailiao |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.753506|120.251825||8.00|TW|||90|TW|909|Yunlin County +909099465|909099465|158909099465|O3|Permanent|9465|Taihsi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.850600|120.271900||8.00|TW|||90|TW|909|Yunlin County +909099465|909099465|158909099465|PM2.5|Permanent|9465|Taihsi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.850600|120.271900||8.00|TW|||90|TW|909|Yunlin County +909099465|909099465|158909099465|PM10|Permanent|9465|Taihsi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.850600|120.271900||8.00|TW|||90|TW|909|Yunlin County +909099465|909099465|158909099465|NO2|Permanent|9465|Taihsi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.850600|120.271900||8.00|TW|||90|TW|909|Yunlin County +909099465|909099465|158909099465|CO|Permanent|9465|Taihsi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.850600|120.271900||8.00|TW|||90|TW|909|Yunlin County +909099465|909099465|158909099465|SO2|Permanent|9465|Taihsi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.850600|120.271900||8.00|TW|||90|TW|909|Yunlin County +909099465|909099465|158909099465|WS|Permanent|9465|Taihsi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.850600|120.271900||8.00|TW|||90|TW|909|Yunlin County +909099465|909099465|158909099465|WD|Permanent|9465|Taihsi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.850600|120.271900||8.00|TW|||90|TW|909|Yunlin County +909109415|909109415|158909109415|CO|Permanent|9415|Dongshan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.633436|121.793872||8.00|TW|||90|TW|910|Yilan County +909109415|909109415|158909109415|SO2|Permanent|9415|Dongshan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.633436|121.793872||8.00|TW|||90|TW|910|Yilan County +909109415|909109415|158909109415|WS|Permanent|9415|Dongshan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.633436|121.793872||8.00|TW|||90|TW|910|Yilan County +909109415|909109415|158909109415|WD|Permanent|9415|Dongshan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.633436|121.793872||8.00|TW|||90|TW|910|Yilan County +909109415|909109415|158909109415|O3|Permanent|9415|Dongshan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.633436|121.793872||8.00|TW|||90|TW|910|Yilan County +909109415|909109415|158909109415|PM2.5|Permanent|9415|Dongshan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.633436|121.793872||8.00|TW|||90|TW|910|Yilan County +909109415|909109415|158909109415|PM10|Permanent|9415|Dongshan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.633436|121.793872||8.00|TW|||90|TW|910|Yilan County +909109415|909109415|158909109415|NO2|Permanent|9415|Dongshan |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.633436|121.793872||8.00|TW|||90|TW|910|Yilan County +909109427|909109427|158909109427|O3|Permanent|9427|Yilan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.747917|121.746394||8.00|TW|||90|TW|910|Yilan County +909109427|909109427|158909109427|PM2.5|Permanent|9427|Yilan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.747917|121.746394||8.00|TW|||90|TW|910|Yilan County +909109427|909109427|158909109427|PM10|Permanent|9427|Yilan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.747917|121.746394||8.00|TW|||90|TW|910|Yilan County +909109427|909109427|158909109427|NO2|Permanent|9427|Yilan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.747917|121.746394||8.00|TW|||90|TW|910|Yilan County +909109427|909109427|158909109427|CO|Permanent|9427|Yilan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.747917|121.746394||8.00|TW|||90|TW|910|Yilan County +909109427|909109427|158909109427|SO2|Permanent|9427|Yilan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.747917|121.746394||8.00|TW|||90|TW|910|Yilan County +909109427|909109427|158909109427|WS|Permanent|9427|Yilan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.747917|121.746394||8.00|TW|||90|TW|910|Yilan County +909109427|909109427|158909109427|WD|Permanent|9427|Yilan|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.747917|121.746394||8.00|TW|||90|TW|910|Yilan County +909119420|909119420|158909119420|SO2|Permanent|9420|Annan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.048197|120.217500||8.00|TW|||90|TW|911|Tainan City +909119420|909119420|158909119420|WS|Permanent|9420|Annan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.048197|120.217500||8.00|TW|||90|TW|911|Tainan City +909119420|909119420|158909119420|WD|Permanent|9420|Annan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.048197|120.217500||8.00|TW|||90|TW|911|Tainan City +909119420|909119420|158909119420|O3|Permanent|9420|Annan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.048197|120.217500||8.00|TW|||90|TW|911|Tainan City +909119420|909119420|158909119420|PM10|Permanent|9420|Annan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.048197|120.217500||8.00|TW|||90|TW|911|Tainan City +909119420|909119420|158909119420|PM2.5|Permanent|9420|Annan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.048197|120.217500||8.00|TW|||90|TW|911|Tainan City +909119420|909119420|158909119420|NO2|Permanent|9420|Annan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.048197|120.217500||8.00|TW|||90|TW|911|Tainan City +909119420|909119420|158909119420|CO|Permanent|9420|Annan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.048197|120.217500||8.00|TW|||90|TW|911|Tainan City +909119450|909119450|158909119450|PM10|Permanent|9450|Shanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.115097|120.297142||8.00|TW|||90|TW|911|Tainan City +909119450|909119450|158909119450|NO2|Permanent|9450|Shanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.115097|120.297142||8.00|TW|||90|TW|911|Tainan City +909119450|909119450|158909119450|CO|Permanent|9450|Shanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.115097|120.297142||8.00|TW|||90|TW|911|Tainan City +909119450|909119450|158909119450|SO2|Permanent|9450|Shanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.115097|120.297142||8.00|TW|||90|TW|911|Tainan City +909119450|909119450|158909119450|WS|Permanent|9450|Shanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.115097|120.297142||8.00|TW|||90|TW|911|Tainan City +909119450|909119450|158909119450|WD|Permanent|9450|Shanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.115097|120.297142||8.00|TW|||90|TW|911|Tainan City +909119450|909119450|158909119450|O3|Permanent|9450|Shanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.115097|120.297142||8.00|TW|||90|TW|911|Tainan City +909119450|909119450|158909119450|PM2.5|Permanent|9450|Shanhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.115097|120.297142||8.00|TW|||90|TW|911|Tainan City +909119459|909119459|158909119459|WD|Permanent|9459|Sinying|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.305633|120.317250||8.00|TW|||90|TW|911|Tainan City +909119459|909119459|158909119459|O3|Permanent|9459|Sinying|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.305633|120.317250||8.00|TW|||90|TW|911|Tainan City +909119459|909119459|158909119459|PM2.5|Permanent|9459|Sinying|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.305633|120.317250||8.00|TW|||90|TW|911|Tainan City +909119459|909119459|158909119459|PM10|Permanent|9459|Sinying|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.305633|120.317250||8.00|TW|||90|TW|911|Tainan City +909119459|909119459|158909119459|NO2|Permanent|9459|Sinying|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.305633|120.317250||8.00|TW|||90|TW|911|Tainan City +909119459|909119459|158909119459|CO|Permanent|9459|Sinying|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.305633|120.317250||8.00|TW|||90|TW|911|Tainan City +909119459|909119459|158909119459|SO2|Permanent|9459|Sinying|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.305633|120.317250||8.00|TW|||90|TW|911|Tainan City +909119459|909119459|158909119459|WS|Permanent|9459|Sinying|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.305633|120.317250||8.00|TW|||90|TW|911|Tainan City +909119467|909119467|158909119467|WS|Permanent|9467|Tainan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.012200|120.186300||8.00|TW|||90|TW|911|Tainan City +909119467|909119467|158909119467|WD|Permanent|9467|Tainan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.012200|120.186300||8.00|TW|||90|TW|911|Tainan City +909119467|909119467|158909119467|O3|Permanent|9467|Tainan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.012200|120.186300||8.00|TW|||90|TW|911|Tainan City +909119467|909119467|158909119467|PM2.5|Permanent|9467|Tainan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.012200|120.186300||8.00|TW|||90|TW|911|Tainan City +909119467|909119467|158909119467|PM10|Permanent|9467|Tainan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.012200|120.186300||8.00|TW|||90|TW|911|Tainan City +909119467|909119467|158909119467|NO2|Permanent|9467|Tainan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.012200|120.186300||8.00|TW|||90|TW|911|Tainan City +909119467|909119467|158909119467|CO|Permanent|9467|Tainan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.012200|120.186300||8.00|TW|||90|TW|911|Tainan City +909119467|909119467|158909119467|SO2|Permanent|9467|Tainan |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.012200|120.186300||8.00|TW|||90|TW|911|Tainan City +909129421|909129421|158909129421|SO2|Permanent|9421|Puzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.465308|120.247350||8.00|TW|||90|TW|912|Chiayi County +909129421|909129421|158909129421|WS|Permanent|9421|Puzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.465308|120.247350||8.00|TW|||90|TW|912|Chiayi County +909129421|909129421|158909129421|WD|Permanent|9421|Puzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.465308|120.247350||8.00|TW|||90|TW|912|Chiayi County +909129421|909129421|158909129421|O3|Permanent|9421|Puzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.465308|120.247350||8.00|TW|||90|TW|912|Chiayi County +909129421|909129421|158909129421|PM2.5|Permanent|9421|Puzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.465308|120.247350||8.00|TW|||90|TW|912|Chiayi County +909129421|909129421|158909129421|PM10|Permanent|9421|Puzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.465308|120.247350||8.00|TW|||90|TW|912|Chiayi County +909129421|909129421|158909129421|NO2|Permanent|9421|Puzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.465308|120.247350||8.00|TW|||90|TW|912|Chiayi County +909129421|909129421|158909129421|CO|Permanent|9421|Puzih|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.465308|120.247350||8.00|TW|||90|TW|912|Chiayi County +909129458|909129458|158909129458|PM10|Permanent|9458|Singang|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.554839|120.345531||8.00|TW|||90|TW|912|Chiayi County +909129458|909129458|158909129458|NO2|Permanent|9458|Singang|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.554839|120.345531||8.00|TW|||90|TW|912|Chiayi County +909129458|909129458|158909129458|CO|Permanent|9458|Singang|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.554839|120.345531||8.00|TW|||90|TW|912|Chiayi County +909129458|909129458|158909129458|SO2|Permanent|9458|Singang|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.554839|120.345531||8.00|TW|||90|TW|912|Chiayi County +909129458|909129458|158909129458|WS|Permanent|9458|Singang|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.554839|120.345531||8.00|TW|||90|TW|912|Chiayi County +909129458|909129458|158909129458|WD|Permanent|9458|Singang|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.554839|120.345531||8.00|TW|||90|TW|912|Chiayi County +909129458|909129458|158909129458|O3|Permanent|9458|Singang|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.554839|120.345531||8.00|TW|||90|TW|912|Chiayi County +909129458|909129458|158909129458|PM2.5|Permanent|9458|Singang|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.554839|120.345531||8.00|TW|||90|TW|912|Chiayi County +909139423|909139423|158909139423|WD|Permanent|9423|Jhushan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.756389|120.677306||8.00|TW|||90|TW|913|Nantou County +909139423|909139423|158909139423|O3|Permanent|9423|Jhushan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.756389|120.677306||8.00|TW|||90|TW|913|Nantou County +909139423|909139423|158909139423|PM2.5|Permanent|9423|Jhushan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.756389|120.677306||8.00|TW|||90|TW|913|Nantou County +909139423|909139423|158909139423|PM10|Permanent|9423|Jhushan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.756389|120.677306||8.00|TW|||90|TW|913|Nantou County +909139423|909139423|158909139423|NO2|Permanent|9423|Jhushan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.756389|120.677306||8.00|TW|||90|TW|913|Nantou County +909139423|909139423|158909139423|CO|Permanent|9423|Jhushan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.756389|120.677306||8.00|TW|||90|TW|913|Nantou County +909139423|909139423|158909139423|SO2|Permanent|9423|Jhushan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.756389|120.677306||8.00|TW|||90|TW|913|Nantou County +909139423|909139423|158909139423|WS|Permanent|9423|Jhushan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.756389|120.677306||8.00|TW|||90|TW|913|Nantou County +909139437|909139437|158909139437|O3|Permanent|9437|Nantou|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.913000|120.685306||8.00|TW|||90|TW|913|Nantou County +909139437|909139437|158909139437|PM2.5|Permanent|9437|Nantou|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.913000|120.685306||8.00|TW|||90|TW|913|Nantou County +909139437|909139437|158909139437|PM10|Permanent|9437|Nantou|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.913000|120.685306||8.00|TW|||90|TW|913|Nantou County +909139437|909139437|158909139437|NO2|Permanent|9437|Nantou|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.913000|120.685306||8.00|TW|||90|TW|913|Nantou County +909139437|909139437|158909139437|CO|Permanent|9437|Nantou|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.913000|120.685306||8.00|TW|||90|TW|913|Nantou County +909139437|909139437|158909139437|SO2|Permanent|9437|Nantou|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.913000|120.685306||8.00|TW|||90|TW|913|Nantou County +909139437|909139437|158909139437|WS|Permanent|9437|Nantou|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.913000|120.685306||8.00|TW|||90|TW|913|Nantou County +909139437|909139437|158909139437|WD|Permanent|9437|Nantou|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.913000|120.685306||8.00|TW|||90|TW|913|Nantou County +909139442|909139442|158909139442|WD|Permanent|9442|Puli |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.968842|120.967903||8.00|TW|||90|TW|913|Nantou County +909139442|909139442|158909139442|O3|Permanent|9442|Puli |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.968842|120.967903||8.00|TW|||90|TW|913|Nantou County +909139442|909139442|158909139442|PM2.5|Permanent|9442|Puli |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.968842|120.967903||8.00|TW|||90|TW|913|Nantou County +909139442|909139442|158909139442|PM10|Permanent|9442|Puli |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.968842|120.967903||8.00|TW|||90|TW|913|Nantou County +909139442|909139442|158909139442|NO2|Permanent|9442|Puli |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.968842|120.967903||8.00|TW|||90|TW|913|Nantou County +909139442|909139442|158909139442|CO|Permanent|9442|Puli |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.968842|120.967903||8.00|TW|||90|TW|913|Nantou County +909139442|909139442|158909139442|SO2|Permanent|9442|Puli |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.968842|120.967903||8.00|TW|||90|TW|913|Nantou County +909139442|909139442|158909139442|WS|Permanent|9442|Puli |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.968842|120.967903||8.00|TW|||90|TW|913|Nantou County +909149424|909149424|158909149424|CO|Permanent|9424|Jhudong |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.740644|121.088903||8.00|TW|||90|TW|914|Hsinchu County +909149424|909149424|158909149424|SO2|Permanent|9424|Jhudong |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.740644|121.088903||8.00|TW|||90|TW|914|Hsinchu County +909149424|909149424|158909149424|WS|Permanent|9424|Jhudong |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.740644|121.088903||8.00|TW|||90|TW|914|Hsinchu County +909149424|909149424|158909149424|WD|Permanent|9424|Jhudong |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.740644|121.088903||8.00|TW|||90|TW|914|Hsinchu County +909149424|909149424|158909149424|O3|Permanent|9424|Jhudong |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.740644|121.088903||8.00|TW|||90|TW|914|Hsinchu County +909149424|909149424|158909149424|PM2.5|Permanent|9424|Jhudong |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.740644|121.088903||8.00|TW|||90|TW|914|Hsinchu County +909149424|909149424|158909149424|PM10|Permanent|9424|Jhudong |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.740644|121.088903||8.00|TW|||90|TW|914|Hsinchu County +909149424|909149424|158909149424|NO2|Permanent|9424|Jhudong |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.740644|121.088903||8.00|TW|||90|TW|914|Hsinchu County +909149452|909149452|158909149452|NO2|Permanent|9452|Hukou |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.900142|121.038653||8.00|TW|||90|TW|914|Hsinchu County +909149452|909149452|158909149452|CO|Permanent|9452|Hukou |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.900142|121.038653||8.00|TW|||90|TW|914|Hsinchu County +909149452|909149452|158909149452|SO2|Permanent|9452|Hukou |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.900142|121.038653||8.00|TW|||90|TW|914|Hsinchu County +909149452|909149452|158909149452|WS|Permanent|9452|Hukou |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.900142|121.038653||8.00|TW|||90|TW|914|Hsinchu County +909149452|909149452|158909149452|WD|Permanent|9452|Hukou |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.900142|121.038653||8.00|TW|||90|TW|914|Hsinchu County +909149452|909149452|158909149452|O3|Permanent|9452|Hukou |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.900142|121.038653||8.00|TW|||90|TW|914|Hsinchu County +909149452|909149452|158909149452|PM2.5|Permanent|9452|Hukou |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.900142|121.038653||8.00|TW|||90|TW|914|Hsinchu County +909149452|909149452|158909149452|PM10|Permanent|9452|Hukou |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.900142|121.038653||8.00|TW|||90|TW|914|Hsinchu County +909159433|909159433|158909159433|WD|Permanent|9433|Hualien |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.971956|121.599769||8.00|TW|||90|TW|915|Hualien County +909159433|909159433|158909159433|O3|Permanent|9433|Hualien |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.971956|121.599769||8.00|TW|||90|TW|915|Hualien County +909159433|909159433|158909159433|PM2.5|Permanent|9433|Hualien |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.971956|121.599769||8.00|TW|||90|TW|915|Hualien County +909159433|909159433|158909159433|PM10|Permanent|9433|Hualien |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.971956|121.599769||8.00|TW|||90|TW|915|Hualien County +909159433|909159433|158909159433|NO2|Permanent|9433|Hualien |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.971956|121.599769||8.00|TW|||90|TW|915|Hualien County +909159433|909159433|158909159433|CO|Permanent|9433|Hualien |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.971956|121.599769||8.00|TW|||90|TW|915|Hualien County +909159433|909159433|158909159433|SO2|Permanent|9433|Hualien |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.971956|121.599769||8.00|TW|||90|TW|915|Hualien County +909159433|909159433|158909159433|WS|Permanent|9433|Hualien |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.971956|121.599769||8.00|TW|||90|TW|915|Hualien County +909169434|909169434|158909169434|WS|Permanent|9434|Kinmen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.432133|118.312256||8.00|TW|||90|TW|916|Kinmen County +909169434|909169434|158909169434|PM10|Permanent|9434|Kinmen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.432133|118.312256||8.00|TW|||90|TW|916|Kinmen County +909169434|909169434|158909169434|WD|Permanent|9434|Kinmen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.432133|118.312256||8.00|TW|||90|TW|916|Kinmen County +909169434|909169434|158909169434|NO2|Permanent|9434|Kinmen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.432133|118.312256||8.00|TW|||90|TW|916|Kinmen County +909169434|909169434|158909169434|CO|Permanent|9434|Kinmen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.432133|118.312256||8.00|TW|||90|TW|916|Kinmen County +909169434|909169434|158909169434|SO2|Permanent|9434|Kinmen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.432133|118.312256||8.00|TW|||90|TW|916|Kinmen County +909169434|909169434|158909169434|O3|Permanent|9434|Kinmen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.432133|118.312256||8.00|TW|||90|TW|916|Kinmen County +909169434|909169434|158909169434|PM2.5|Permanent|9434|Kinmen|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.432133|118.312256||8.00|TW|||90|TW|916|Kinmen County +909179438|909179438|158909179438|PM10|Permanent|9438|Pingtung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.673081|120.488033||8.00|TW|||90|TW|917|Pingtung County +909179438|909179438|158909179438|NO2|Permanent|9438|Pingtung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.673081|120.488033||8.00|TW|||90|TW|917|Pingtung County +909179438|909179438|158909179438|CO|Permanent|9438|Pingtung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.673081|120.488033||8.00|TW|||90|TW|917|Pingtung County +909179438|909179438|158909179438|SO2|Permanent|9438|Pingtung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.673081|120.488033||8.00|TW|||90|TW|917|Pingtung County +909179438|909179438|158909179438|WS|Permanent|9438|Pingtung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.673081|120.488033||8.00|TW|||90|TW|917|Pingtung County +909179438|909179438|158909179438|WD|Permanent|9438|Pingtung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.673081|120.488033||8.00|TW|||90|TW|917|Pingtung County +909179438|909179438|158909179438|O3|Permanent|9438|Pingtung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.673081|120.488033||8.00|TW|||90|TW|917|Pingtung County +909179438|909179438|158909179438|PM2.5|Permanent|9438|Pingtung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.673081|120.488033||8.00|TW|||90|TW|917|Pingtung County +909179439|909179439|158909179439|O3|Permanent|9439|Hengchun |Active|TWN|Taiwan Environmental Protection Agency|TWN|21.958069|120.788928||8.00|TW|||90|TW|917|Pingtung County +909179439|909179439|158909179439|PM2.5|Permanent|9439|Hengchun |Active|TWN|Taiwan Environmental Protection Agency|TWN|21.958069|120.788928||8.00|TW|||90|TW|917|Pingtung County +909179439|909179439|158909179439|PM10|Permanent|9439|Hengchun |Active|TWN|Taiwan Environmental Protection Agency|TWN|21.958069|120.788928||8.00|TW|||90|TW|917|Pingtung County +909179439|909179439|158909179439|NO2|Permanent|9439|Hengchun |Active|TWN|Taiwan Environmental Protection Agency|TWN|21.958069|120.788928||8.00|TW|||90|TW|917|Pingtung County +909179439|909179439|158909179439|CO|Permanent|9439|Hengchun |Active|TWN|Taiwan Environmental Protection Agency|TWN|21.958069|120.788928||8.00|TW|||90|TW|917|Pingtung County +909179439|909179439|158909179439|SO2|Permanent|9439|Hengchun |Active|TWN|Taiwan Environmental Protection Agency|TWN|21.958069|120.788928||8.00|TW|||90|TW|917|Pingtung County +909179439|909179439|158909179439|WS|Permanent|9439|Hengchun |Active|TWN|Taiwan Environmental Protection Agency|TWN|21.958069|120.788928||8.00|TW|||90|TW|917|Pingtung County +909179439|909179439|158909179439|WD|Permanent|9439|Hengchun |Active|TWN|Taiwan Environmental Protection Agency|TWN|21.958069|120.788928||8.00|TW|||90|TW|917|Pingtung County +909179469|909179469|158909179469|O3|Permanent|9469|Chaojhou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.523108|120.561175||8.00|TW|||90|TW|917|Pingtung County +909179469|909179469|158909179469|PM2.5|Permanent|9469|Chaojhou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.523108|120.561175||8.00|TW|||90|TW|917|Pingtung County +909179469|909179469|158909179469|PM10|Permanent|9469|Chaojhou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.523108|120.561175||8.00|TW|||90|TW|917|Pingtung County +909179469|909179469|158909179469|NO2|Permanent|9469|Chaojhou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.523108|120.561175||8.00|TW|||90|TW|917|Pingtung County +909179469|909179469|158909179469|CO|Permanent|9469|Chaojhou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.523108|120.561175||8.00|TW|||90|TW|917|Pingtung County +909179469|909179469|158909179469|SO2|Permanent|9469|Chaojhou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.523108|120.561175||8.00|TW|||90|TW|917|Pingtung County +909179469|909179469|158909179469|WS|Permanent|9469|Chaojhou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.523108|120.561175||8.00|TW|||90|TW|917|Pingtung County +909179469|909179469|158909179469|WD|Permanent|9469|Chaojhou|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.523108|120.561175||8.00|TW|||90|TW|917|Pingtung County +909189444|909189444|158909189444|O3|Permanent|9444|Magong |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.569031|119.566158||8.00|TW|||90|TW|918|Penghu County +909189444|909189444|158909189444|PM2.5|Permanent|9444|Magong |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.569031|119.566158||8.00|TW|||90|TW|918|Penghu County +909189444|909189444|158909189444|PM10|Permanent|9444|Magong |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.569031|119.566158||8.00|TW|||90|TW|918|Penghu County +909189444|909189444|158909189444|NO2|Permanent|9444|Magong |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.569031|119.566158||8.00|TW|||90|TW|918|Penghu County +909189444|909189444|158909189444|CO|Permanent|9444|Magong |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.569031|119.566158||8.00|TW|||90|TW|918|Penghu County +909189444|909189444|158909189444|SO2|Permanent|9444|Magong |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.569031|119.566158||8.00|TW|||90|TW|918|Penghu County +909189444|909189444|158909189444|WS|Permanent|9444|Magong |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.569031|119.566158||8.00|TW|||90|TW|918|Penghu County +909189444|909189444|158909189444|WD|Permanent|9444|Magong |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.569031|119.566158||8.00|TW|||90|TW|918|Penghu County +909199445|909199445|158909199445|O3|Permanent|9445|Matzu|Active|TWN|Taiwan Environmental Protection Agency|TWN|26.160469|119.949875||8.00|TW|||90|TW|919|Lianjiang County +909199445|909199445|158909199445|WD|Permanent|9445|Matzu|Active|TWN|Taiwan Environmental Protection Agency|TWN|26.160469|119.949875||8.00|TW|||90|TW|919|Lianjiang County +909199445|909199445|158909199445|PM2.5|Permanent|9445|Matzu|Active|TWN|Taiwan Environmental Protection Agency|TWN|26.160469|119.949875||8.00|TW|||90|TW|919|Lianjiang County +909199445|909199445|158909199445|PM10|Permanent|9445|Matzu|Active|TWN|Taiwan Environmental Protection Agency|TWN|26.160469|119.949875||8.00|TW|||90|TW|919|Lianjiang County +909199445|909199445|158909199445|NO2|Permanent|9445|Matzu|Active|TWN|Taiwan Environmental Protection Agency|TWN|26.160469|119.949875||8.00|TW|||90|TW|919|Lianjiang County +909199445|909199445|158909199445|CO|Permanent|9445|Matzu|Active|TWN|Taiwan Environmental Protection Agency|TWN|26.160469|119.949875||8.00|TW|||90|TW|919|Lianjiang County +909199445|909199445|158909199445|SO2|Permanent|9445|Matzu|Active|TWN|Taiwan Environmental Protection Agency|TWN|26.160469|119.949875||8.00|TW|||90|TW|919|Lianjiang County +909199445|909199445|158909199445|WS|Permanent|9445|Matzu|Active|TWN|Taiwan Environmental Protection Agency|TWN|26.160469|119.949875||8.00|TW|||90|TW|919|Lianjiang County +909209446|909209446|158909209446|O3|Permanent|9446|Keelung |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.129167|121.760056||8.00|TW|||90|TW|920|Keelung +909209446|909209446|158909209446|PM2.5|Permanent|9446|Keelung |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.129167|121.760056||8.00|TW|||90|TW|920|Keelung +909209446|909209446|158909209446|PM10|Permanent|9446|Keelung |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.129167|121.760056||8.00|TW|||90|TW|920|Keelung +909209446|909209446|158909209446|NO2|Permanent|9446|Keelung |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.129167|121.760056||8.00|TW|||90|TW|920|Keelung +909209446|909209446|158909209446|CO|Permanent|9446|Keelung |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.129167|121.760056||8.00|TW|||90|TW|920|Keelung +909209446|909209446|158909209446|SO2|Permanent|9446|Keelung |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.129167|121.760056||8.00|TW|||90|TW|920|Keelung +909209446|909209446|158909209446|WS|Permanent|9446|Keelung |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.129167|121.760056||8.00|TW|||90|TW|920|Keelung +909209446|909209446|158909209446|WD|Permanent|9446|Keelung |Active|TWN|Taiwan Environmental Protection Agency|TWN|25.129167|121.760056||8.00|TW|||90|TW|920|Keelung +909219463|909219463|158909219463|O3|Permanent|9463|Chiayi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.464789|120.438367||8.00|TW|||90|TW|921|Chiayi City +909219463|909219463|158909219463|PM2.5|Permanent|9463|Chiayi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.464789|120.438367||8.00|TW|||90|TW|921|Chiayi City +909219463|909219463|158909219463|PM10|Permanent|9463|Chiayi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.464789|120.438367||8.00|TW|||90|TW|921|Chiayi City +909219463|909219463|158909219463|NO2|Permanent|9463|Chiayi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.464789|120.438367||8.00|TW|||90|TW|921|Chiayi City +909219463|909219463|158909219463|CO|Permanent|9463|Chiayi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.464789|120.438367||8.00|TW|||90|TW|921|Chiayi City +909219463|909219463|158909219463|SO2|Permanent|9463|Chiayi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.464789|120.438367||8.00|TW|||90|TW|921|Chiayi City +909219463|909219463|158909219463|WS|Permanent|9463|Chiayi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.464789|120.438367||8.00|TW|||90|TW|921|Chiayi City +909219463|909219463|158909219463|WD|Permanent|9463|Chiayi |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.464789|120.438367||8.00|TW|||90|TW|921|Chiayi City +909239466|909239466|158909239466|PM10|Permanent|9466|Taitung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.754000|121.146500||8.00|TW|||90|TW|923|Taitung +909239466|909239466|158909239466|NO2|Permanent|9466|Taitung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.754000|121.146500||8.00|TW|||90|TW|923|Taitung +909239466|909239466|158909239466|CO|Permanent|9466|Taitung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.754000|121.146500||8.00|TW|||90|TW|923|Taitung +909239466|909239466|158909239466|SO2|Permanent|9466|Taitung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.754000|121.146500||8.00|TW|||90|TW|923|Taitung +909239466|909239466|158909239466|WS|Permanent|9466|Taitung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.754000|121.146500||8.00|TW|||90|TW|923|Taitung +909239466|909239466|158909239466|WD|Permanent|9466|Taitung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.754000|121.146500||8.00|TW|||90|TW|923|Taitung +909239466|909239466|158909239466|O3|Permanent|9466|Taitung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.754000|121.146500||8.00|TW|||90|TW|923|Taitung +909239466|909239466|158909239466|PM2.5|Permanent|9466|Taitung |Active|TWN|Taiwan Environmental Protection Agency|TWN|22.754000|121.146500||8.00|TW|||90|TW|923|Taitung +909239475|909239475|158909239475|NO2|Permanent|9475|Guanshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.045083|121.161933||8.00|TW|||90|TW|923|Taitung +909239475|909239475|158909239475|SO2|Permanent|9475|Guanshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.045083|121.161933||8.00|TW|||90|TW|923|Taitung +909239475|909239475|158909239475|WS|Permanent|9475|Guanshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.045083|121.161933||8.00|TW|||90|TW|923|Taitung +909239475|909239475|158909239475|WD|Permanent|9475|Guanshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.045083|121.161933||8.00|TW|||90|TW|923|Taitung +909239475|909239475|158909239475|O3|Permanent|9475|Guanshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.045083|121.161933||8.00|TW|||90|TW|923|Taitung +909239475|909239475|158909239475|PM2.5|Permanent|9475|Guanshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.045083|121.161933||8.00|TW|||90|TW|923|Taitung +909239475|909239475|158909239475|PM10|Permanent|9475|Guanshan|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.045083|121.161933||8.00|TW|||90|TW|923|Taitung +909249401|909249401|158909249401|WD|Permanent|9401|Erlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.925175|120.409653||8.00|TW|||90|TW|924|Changhua County +909249401|909249401|158909249401|O3|Permanent|9401|Erlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.925175|120.409653||8.00|TW|||90|TW|924|Changhua County +909249401|909249401|158909249401|PM2.5|Permanent|9401|Erlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.925175|120.409653||8.00|TW|||90|TW|924|Changhua County +909249401|909249401|158909249401|PM10|Permanent|9401|Erlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.925175|120.409653||8.00|TW|||90|TW|924|Changhua County +909249401|909249401|158909249401|NO2|Permanent|9401|Erlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.925175|120.409653||8.00|TW|||90|TW|924|Changhua County +909249401|909249401|158909249401|CO|Permanent|9401|Erlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.925175|120.409653||8.00|TW|||90|TW|924|Changhua County +909249401|909249401|158909249401|SO2|Permanent|9401|Erlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.925175|120.409653||8.00|TW|||90|TW|924|Changhua County +909249401|909249401|158909249401|WS|Permanent|9401|Erlin |Active|TWN|Taiwan Environmental Protection Agency|TWN|23.925175|120.409653||8.00|TW|||90|TW|924|Changhua County +909249464|909249464|158909249464|NO2|Permanent|9464|Changhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.066000|120.541519||8.00|TW|||90|TW|924|Changhua County +909249464|909249464|158909249464|CO|Permanent|9464|Changhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.066000|120.541519||8.00|TW|||90|TW|924|Changhua County +909249464|909249464|158909249464|PM10|Permanent|9464|Changhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.066000|120.541519||8.00|TW|||90|TW|924|Changhua County +909249464|909249464|158909249464|SO2|Permanent|9464|Changhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.066000|120.541519||8.00|TW|||90|TW|924|Changhua County +909249464|909249464|158909249464|WS|Permanent|9464|Changhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.066000|120.541519||8.00|TW|||90|TW|924|Changhua County +909249464|909249464|158909249464|WD|Permanent|9464|Changhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.066000|120.541519||8.00|TW|||90|TW|924|Changhua County +909249464|909249464|158909249464|O3|Permanent|9464|Changhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.066000|120.541519||8.00|TW|||90|TW|924|Changhua County +909249464|909249464|158909249464|PM2.5|Permanent|9464|Changhua |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.066000|120.541519||8.00|TW|||90|TW|924|Changhua County +909249470|909249470|158909249470|WS|Permanent|9470|Siansi|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.131672|120.469061||8.00|TW|||90|TW|924|Changhua County +909249470|909249470|158909249470|WD|Permanent|9470|Siansi|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.131672|120.469061||8.00|TW|||90|TW|924|Changhua County +909249470|909249470|158909249470|O3|Permanent|9470|Siansi|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.131672|120.469061||8.00|TW|||90|TW|924|Changhua County +909249470|909249470|158909249470|PM2.5|Permanent|9470|Siansi|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.131672|120.469061||8.00|TW|||90|TW|924|Changhua County +909249470|909249470|158909249470|PM10|Permanent|9470|Siansi|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.131672|120.469061||8.00|TW|||90|TW|924|Changhua County +909249470|909249470|158909249470|NO2|Permanent|9470|Siansi|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.131672|120.469061||8.00|TW|||90|TW|924|Changhua County +909249470|909249470|158909249470|CO|Permanent|9470|Siansi|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.131672|120.469061||8.00|TW|||90|TW|924|Changhua County +909249470|909249470|158909249470|SO2|Permanent|9470|Siansi|Active|TWN|Taiwan Environmental Protection Agency|TWN|24.131672|120.469061||8.00|TW|||90|TW|924|Changhua County +909259455|909259455|158909259455|WS|Permanent|9455|Hsinchu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.805619|120.972075||8.00|TW|||90|TW|925|Hsinchu +909259455|909259455|158909259455|WD|Permanent|9455|Hsinchu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.805619|120.972075||8.00|TW|||90|TW|925|Hsinchu +909259455|909259455|158909259455|PM2.5|Permanent|9455|Hsinchu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.805619|120.972075||8.00|TW|||90|TW|925|Hsinchu +909259455|909259455|158909259455|PM10|Permanent|9455|Hsinchu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.805619|120.972075||8.00|TW|||90|TW|925|Hsinchu +909259455|909259455|158909259455|NO2|Permanent|9455|Hsinchu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.805619|120.972075||8.00|TW|||90|TW|925|Hsinchu +909259455|909259455|158909259455|CO|Permanent|9455|Hsinchu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.805619|120.972075||8.00|TW|||90|TW|925|Hsinchu +909259455|909259455|158909259455|SO2|Permanent|9455|Hsinchu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.805619|120.972075||8.00|TW|||90|TW|925|Hsinchu +909259455|909259455|158909259455|O3|Permanent|9455|Hsinchu |Active|TWN|Taiwan Environmental Protection Agency|TWN|24.805619|120.972075||8.00|TW|||90|TW|925|Hsinchu +158911000312|911000312|158911000312|PM2.5|Permanent|0312|Tainan (Study A)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.236900|120.183400||8.00|TW|||90|TW|911|Tainan City +158911000312|911000312|158911000312|PM10|Permanent|0312|Tainan (Study A)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.236900|120.183400||8.00|TW|||90|TW|911|Tainan City +158911000313|911000313|158911000313|PM10|Permanent|0313|Pingtung (Fangliao)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.370900|120.591200||8.00|TW|||90|TW|911|Tainan City +158911000313|911000313|158911000313|PM2.5|Permanent|0313|Pingtung (Fangliao)|Active|TWN|Taiwan Environmental Protection Agency|TWN|22.370900|120.591200||8.00|TW|||90|TW|911|Tainan City +158924000085|924000085|158924000085|PM2.5|Permanent|0085|Ayutthaya|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.854930|120.269640||8.00|TW|||90|TW|924|Changhua County +158924000085|924000085|158924000085|PM10|Permanent|0085|Ayutthaya|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.854930|120.269640||8.00|TW|||90|TW|924|Changhua County +158924000201|924000201|158924000201|PM10|Permanent|0201|Changhua (Yuanlin)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.950500|120.581900||8.00|TW|||90|TW|924|Changhua County +158924000201|924000201|158924000201|PM2.5|Permanent|0201|Changhua (Yuanlin)|Active|TWN|Taiwan Environmental Protection Agency|TWN|23.950500|120.581900||8.00|TW|||90|TW|924|Changhua County +AA1010001|AA1010001|231AA1010001|PM2.5|Permanent|0001|Addis Ababa Central|Active|AA1|U.S. Department of State Ethiopia - Addis Ababa|DSET|9.058498|38.761641||3.00|ET|||||| +AA1010002|AA1010002|231AA1010002|PM2.5|Permanent|0002|Addis Ababa Jacros|Active|AA1|U.S. Department of State Ethiopia - Addis Ababa|DSET|9.011444|38.820909||3.00|ET|||||| +795ABT010001|ABT010001|795ABT010001|PM2.5|Permanent|0001|Ashgabat|Active|ABT|U.S. Department of State - Ashgabat, Turkmenistan|DSTX|37.941500|58.387900||5.00|TX|||||| +AD1010001|AD1010001|784AD1010001|O3|Permanent|0001|Abu Dhabi|Active|AD1|U.S. Department of State UAE - Abu Dhabi|DSAE|24.424310|54.433874||4.00|AE|||||| +AD1010001|AD1010001|784AD1010001|PM2.5|Permanent|0001|Abu Dhabi|Active|AD1|U.S. Department of State UAE - Abu Dhabi|DSAE|24.424310|54.433874||4.00|AE|||||| +004AF1010001|AF1010001|004AF1010001|PM2.5|Permanent|0001|Kabul|Active|AF1|U.S. Department of State Afghanistan - Kabul|DSAF|34.554384|69.204597||4.50|AF|||||| +ALG010001|ALG010001|012ALG010001|PM2.5|Permanent|0001|Algiers|Active|ALG|U.S. Department of State Algeria - Algiers|DSAG|36.755798|3.039114||1.00|AG|||||| +031AZE010001|AZE010001|031AZE010001|PM2.5|Permanent|0001|Baku|Active|AZE|U.S. Department of State Azerbaijan - Baku|DSAJ|40.386992|49.842946||4.00|AJ|||||| +032BAA010001|BAA010001|032BAA010001|PM2.5|Permanent|0001|Buenos Aires1|Inactive|BAA|U.S. Department of State Argentina - Buenos Aires|DSAR|-34.603700|-58.381600||-3.00|AR|||||| +032BAA010002|BAA010002|032BAA010002|PM2.5|Permanent|0002|Buenos Aires|Active|BAA|U.S. Department of State Argentina - Buenos Aires|DSAR|-34.576600|-58.418800||-3.00|AR|||||| +854BFA010001|BFA010001|854BFA010001|PM2.5|Permanent|0001|Ouagadougou|Active|BFA|U.S. Department of State Burkina Faso - Ouagadougou|DSUV|12.304907|-1.497184||0.00|UV|||||| +BG1010001|BG1010001|170BG1010001|PM2.5|Permanent|0001|Bogota|Active|BG1|U.S. Department of State Colombia - Bogota|DSCO|4.637735|-74.094856||-5.00|CO|||||| +070BH1010001|BH1010001|070BH1010001|PM2.5|Permanent|0001|N/A|Inactive|BIH|U.S. Department of State Bosnia Herzegovina - Sarajevo|DSBK|0.000000|0.000000||2.00|BK|||||| +070BH2010001|BH2010001|070BH2010001|PM2.5|Permanent|0001|Banja Luka|Active|BH2|U.S. Department of State Bosnia Herzegovina - Banja Luka|DSBK|44.772500|17.185556||1.00|BK|||||| +417BI1010001|BI1010001|417BI1010001|PM2.5|Permanent|0001|Bishkek|Active|BI1|U.S. Department of State Kyrgyzstan - Bishkek|DSKG|42.827626|74.583840||6.00|KG|||||| +BIH010001|BIH010001|070BIH010001|PM2.5|Permanent|0001|Sarajevo|Active|BIH|U.S. Department of State Bosnia Herzegovina - Sarajevo|DSBK|43.856665|18.398205||1.00|BK|||||| +BJ1010001|BJ1010001|156BJ1010001|O3|Permanent|0001|Beijing|Active|BJ1|U.S. Department of State China - Beijing|DSCH|39.953352|116.466258||8.00|CH|||||| +BJ1010001|BJ1010001|156BJ1010001|PM2.5|Permanent|0001|Beijing|Active|BJ1|U.S. Department of State China - Beijing|DSCH|39.953352|116.466258||8.00|CH|||||| +076BR1010001|BR1010001|076BR1010001|PM2.5|Permanent|0001|Sao Paulo|Active|BR1|U.S. Department of State Brazil - Sao Paulo|DSBR|-23.629158|-46.696558||-3.00|BR|||||| +CC0020110|CC0020110|124CC0020110|PM2.5|Permanent|0110|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020110|CC0020110|124CC0020110|PM10|Permanent|0110|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020111|CC0020111|124CC0020111|PM10|Permanent|0111|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020111|CC0020111|124CC0020111|PM2.5|Permanent|0111|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020118|CC0020118|124CC0020118|PM2.5|Permanent|0118|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020119|CC0020119|124CC0020119|PM2.5|Permanent|0119|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020119|CC0020119|124CC0020119|PM10|Permanent|0119|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020125|CC0020125|124CC0020125|PM2.5|Permanent|0125|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020127|CC0020127|124CC0020127|PM2.5|Permanent|0127|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020128|CC0020128|124CC0020128|PM2.5|Permanent|0128|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020132|CC0020132|124CC0020132|PM2.5|Permanent|0132|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020134|CC0020134|124CC0020134|PM2.5|Permanent|0134|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020134|CC0020134|124CC0020134|PM10|Permanent|0134|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0020140|CC0020140|124CC0020140|PM2.5|Permanent|0140|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021003|CC0021003|124CC0021003|PM2.5|Permanent|1003|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021003|CC0021003|124CC0021003|PM10|Permanent|1003|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021005|CC0021005|124CC0021005|PM2.5|Permanent|1005|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021005|CC0021005|124CC0021005|PM10|Permanent|1005|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021101|CC0021101|124CC0021101|PM10|Permanent|1101|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021101|CC0021101|124CC0021101|PM2.5|Permanent|1101|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021202|CC0021202|124CC0021202|PM2.5|Permanent|1202|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021301|CC0021301|124CC0021301|PM2.5|Permanent|1301|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021301|CC0021301|124CC0021301|PM10|Permanent|1301|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021401|CC0021401|124CC0021401|PM2.5|Permanent|1401|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0021401|CC0021401|124CC0021401|PM10|Permanent|1401|N/A|Inactive|BC2|Metro Vancouver|CA|0.000000|0.000000||-8.00|CA|||||| +CC0050103|CC0050103|124CC0050103|PM2.5|Permanent|0103|Saint-Jean-Baptiste|Active|QC2|Canada-Quebec2|CA|45.641026|-73.499682||-5.00|CA|||||| +CC0050103|CC0050103|124CC0050103|NO2|Permanent|0103|Saint-Jean-Baptiste|Active|QC2|Canada-Quebec2|CA|45.641026|-73.499682||-5.00|CA|||||| +CC0050103|CC0050103|124CC0050103|SO2|Permanent|0103|Saint-Jean-Baptiste|Active|QC2|Canada-Quebec2|CA|45.641026|-73.499682||-5.00|CA|||||| +CC0050103|CC0050103|124CC0050103|O3|Permanent|0103|Saint-Jean-Baptiste|Active|QC2|Canada-Quebec2|CA|45.641026|-73.499682||-5.00|CA|||||| +CC0050109|CC0050109|124CC0050109|CO|Permanent|0109|Duncan|Active|QC2|Canada-Quebec2|CA|45.502648|-73.663913||-5.00|CA|||||| +CC0050109|CC0050109|124CC0050109|O3|Permanent|0109|Duncan|Active|QC2|Canada-Quebec2|CA|45.502648|-73.663913||-5.00|CA|||||| +CC0050109|CC0050109|124CC0050109|PM2.5|Permanent|0109|Duncan|Active|QC2|Canada-Quebec2|CA|45.502648|-73.663913||-5.00|CA|||||| +CC0050109|CC0050109|124CC0050109|NO2|Permanent|0109|Duncan|Active|QC2|Canada-Quebec2|CA|45.502648|-73.663913||-5.00|CA|||||| +124CC0050124|CC0050124|124CC0050124|PM2.5|Permanent|0124|Anjou|Active|QC2|Canada-Quebec2|CA|45.602846|-73.558874||-5.00|CA|||||| +CC0050126|CC0050126|124CC0050126|O3|Permanent|0126|Sainte-Anne-de-Bellevue|Active|QC2|Canada-Quebec2|CA|45.426509|-73.928944||-5.00|CA|||||| +CC0050126|CC0050126|124CC0050126|PM2.5|Permanent|0126|Sainte-Anne-de-Bellevue|Active|QC2|Canada-Quebec2|CA|45.426509|-73.928944||-5.00|CA|||||| +CC0050126|CC0050126|124CC0050126|NO2|Permanent|0126|Sainte-Anne-de-Bellevue|Active|QC2|Canada-Quebec2|CA|45.426509|-73.928944||-5.00|CA|||||| +CC0050126|CC0050126|124CC0050126|SO2|Permanent|0126|Sainte-Anne-de-Bellevue|Active|QC2|Canada-Quebec2|CA|45.426509|-73.928944||-5.00|CA|||||| +CC0050128|CC0050128|124CC0050128|O3|Permanent|0128|Aéroport de Montréal 1|Active|QC2|Canada-Quebec2|CA|45.468297|-73.741185||-5.00|CA|||||| +CC0050128|CC0050128|124CC0050128|PM2.5|Permanent|0128|Aéroport de Montréal 1|Active|QC2|Canada-Quebec2|CA|45.468297|-73.741185||-5.00|CA|||||| +CC0050128|CC0050128|124CC0050128|NO2|Permanent|0128|Aéroport de Montréal 1|Active|QC2|Canada-Quebec2|CA|45.468297|-73.741185||-5.00|CA|||||| +CC0050128|CC0050128|124CC0050128|CO|Permanent|0128|Aéroport de Montréal 1|Active|QC2|Canada-Quebec2|CA|45.468297|-73.741185||-5.00|CA|||||| +CC0050129|CC0050129|124CC0050129|O3|Permanent|0129|Rivière-des-Prairies|Active|QC2|Canada-Quebec2|CA|45.651722|-73.573896||-5.00|CA|||||| +CC0050129|CC0050129|124CC0050129|PM2.5|Permanent|0129|Rivière-des-Prairies|Active|QC2|Canada-Quebec2|CA|45.651722|-73.573896||-5.00|CA|||||| +CC0050129|CC0050129|124CC0050129|NO2|Permanent|0129|Rivière-des-Prairies|Active|QC2|Canada-Quebec2|CA|45.651722|-73.573896||-5.00|CA|||||| +CC0050129|CC0050129|124CC0050129|CO|Permanent|0129|Rivière-des-Prairies|Active|QC2|Canada-Quebec2|CA|45.651722|-73.573896||-5.00|CA|||||| +CC0050131|CC0050131|124CC0050131|PM2.5|Permanent|0131|Hochelaga|Active|QC2|Canada-Quebec2|CA|45.539928|-73.540388||-5.00|CA|||||| +CC0050133|CC0050133|124CC0050133|PM2.5|Permanent|0133|Chenier|Inactive|QC2|Canada-Quebec2|CA|45.601760|-73.541992||-5.00|CA|||||| +CC0050133|CC0050133|124CC0050133|NO2|Permanent|0133|Chenier|Inactive|QC2|Canada-Quebec2|CA|45.601760|-73.541992||-5.00|CA|||||| +CC0050133|CC0050133|124CC0050133|SO2|Permanent|0133|Chenier|Inactive|QC2|Canada-Quebec2|CA|45.601760|-73.541992||-5.00|CA|||||| +CC0050134|CC0050134|124CC0050134|O3|Permanent|0134|Molson|Active|QC2|Canada-Quebec2|CA|45.542767|-73.572039||-5.00|CA|||||| +CC0050134|CC0050134|124CC0050134|PM2.5|Permanent|0134|Molson|Active|QC2|Canada-Quebec2|CA|45.542767|-73.572039||-5.00|CA|||||| +CC0050134|CC0050134|124CC0050134|NO2|Permanent|0134|Molson|Active|QC2|Canada-Quebec2|CA|45.542767|-73.572039||-5.00|CA|||||| +CC0050134|CC0050134|124CC0050134|SO2|Permanent|0134|Molson|Active|QC2|Canada-Quebec2|CA|45.542767|-73.572039||-5.00|CA|||||| +CC0050135|CC0050135|124CC0050135|CO|Permanent|0135|Caserne 17|Active|QC2|Canada-Quebec2|CA|45.593325|-73.637328||-5.00|CA|||||| +CC0050135|CC0050135|124CC0050135|O3|Permanent|0135|Caserne 17|Active|QC2|Canada-Quebec2|CA|45.593325|-73.637328||-5.00|CA|||||| +CC0050135|CC0050135|124CC0050135|PM2.5|Permanent|0135|Caserne 17|Active|QC2|Canada-Quebec2|CA|45.593325|-73.637328||-5.00|CA|||||| +CC0050136|CC0050136|124CC0050136|PM2.5|Permanent|0136|St-Dominique|Active|QC2|Canada-Quebec2|CA|45.512189|-73.566872||-5.00|CA|||||| +CC0050138|CC0050138|124CC0050138|PM2.5|Permanent|0138|York-Roberval|Active|QC2|Canada-Quebec2|CA|45.464611|-73.582583||-5.00|CA|||||| +124CC0050401|CC0050401|124CC0050401|PM10|Permanent|0401|N/A|Inactive|NL1|Newfoundland & Labrador DEC|CA|47.505130|-52.794800||-3.50|CA|||||| +124CC0050602|CC0050602|124CC0050602|PM2.5|Permanent|0602|N/A|Inactive|NL1|Newfoundland & Labrador DEC|CA|48.952240|-57.922100||-3.50|CA|||||| +124CC0050901|CC0050901|124CC0050901|PM10|Permanent|0901|N/A|Inactive|NL1|Newfoundland & Labrador DEC|CA|47.098990|-55.198500||-3.50|CA|||||| +CC0054401|CC0054401|124CC0054401|PM2.5|Permanent|4401|N/A|Inactive|CN4|Meteorological Service of Canada|CA|45.116700|-74.283300||0.00|CA|||||| +CC0054501|CC0054501|124CC0054501|PM2.5|Permanent|4501|N/A|Inactive|CN4|Meteorological Service of Canada|CA|45.816700|-73.433300||0.00|CA|||||| +CC0055201|CC0055201|124CC0055201|PM2.5|Permanent|5201|N/A|Inactive|CN4|Meteorological Service of Canada|CA|46.300000|-72.050000||0.00|CA|||||| +124CC0080111|CC0080111|124CC0080111|PM2.5|Permanent|0111|N/A|Active|SK1|Saskatchewan Environment|CA|0.000000|0.000000||-6.00|CA|||||| +124CC0080211|CC0080211|124CC0080211|PM2.5|Permanent|0211|N/A|Active|SK1|Saskatchewan Environment|CA|0.000000|0.000000||-6.00|CA|||||| +124CC0080402|CC0080402|124CC0080402|PM2.5|Permanent|0402|N/A|Active|SK1|Saskatchewan Environment|CA|0.000000|0.000000||-6.00|CA|||||| +124CC0080502|CC0080502|124CC0080502|PM2.5|Permanent|0502|N/A|Active|SK1|Saskatchewan Environment|CA|0.000000|0.000000||-6.00|CA|||||| +124CC0081001|CC0081001|124CC0081001|PM2.5|Permanent|1001|N/A|Active|SK1|Saskatchewan Environment|CA|0.000000|0.000000||-6.00|CA|||||| +124CC0082002|CC0082002|124CC0082002|PM2.5|Permanent|2002|N/A|Active|SK1|Saskatchewan Environment|CA|0.000000|0.000000||-6.00|CA|||||| +124CC0090134|CC0090134|124CC0090134|O3|Permanent|0134|AJ Ottewell Community Centre|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.532090|-113.320980||-7.00|CA|||||| +124CC0090134|CC0090134|124CC0090134|PM2.5|Permanent|0134|AJ Ottewell Community Centre|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.532090|-113.320980||-7.00|CA|||||| +124CC0090134|CC0090134|124CC0090134|NO2|Permanent|0134|AJ Ottewell Community Centre|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.532090|-113.320980||-7.00|CA|||||| +124CC0090134|CC0090134|124CC0090134|SO2|Permanent|0134|AJ Ottewell Community Centre|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.532090|-113.320980||-7.00|CA|||||| +124CC0090134|CC0090134|124CC0090134|NO|Permanent|0134|AJ Ottewell Community Centre|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.532090|-113.320980||-7.00|CA|||||| +124CC0090134|CC0090134|124CC0090134|H2S|Permanent|0134|AJ Ottewell Community Centre|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.532090|-113.320980||-7.00|CA|||||| +124CC0090135|CC0090135|124CC0090135|SO2|Permanent|0135|Ardrossan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.554691|-113.144105||-7.00|CA|||||| +124CC0090135|CC0090135|124CC0090135|NO|Permanent|0135|Ardrossan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.554691|-113.144105||-7.00|CA|||||| +124CC0090135|CC0090135|124CC0090135|H2S|Permanent|0135|Ardrossan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.554691|-113.144105||-7.00|CA|||||| +124CC0090135|CC0090135|124CC0090135|O3|Permanent|0135|Ardrossan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.554691|-113.144105||-7.00|CA|||||| +124CC0090135|CC0090135|124CC0090135|PM2.5|Permanent|0135|Ardrossan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.554691|-113.144105||-7.00|CA|||||| +124CC0090135|CC0090135|124CC0090135|NO2|Permanent|0135|Ardrossan|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.554691|-113.144105||-7.00|CA|||||| +124CC0090136|CC0090136|124CC0090136|O3|Permanent|0136|St Albert|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.626972|-113.611917||-7.00|CA|||||| +124CC0090136|CC0090136|124CC0090136|PM2.5|Permanent|0136|St Albert|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.626972|-113.611917||-7.00|CA|||||| +124CC0090136|CC0090136|124CC0090136|NO2|Permanent|0136|St Albert|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.626972|-113.611917||-7.00|CA|||||| +124CC0090136|CC0090136|124CC0090136|CO|Permanent|0136|St Albert|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.626972|-113.611917||-7.00|CA|||||| +124CC0090136|CC0090136|124CC0090136|SO2|Permanent|0136|St Albert|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.626972|-113.611917||-7.00|CA|||||| +124CC0090136|CC0090136|124CC0090136|NO|Permanent|0136|St Albert|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.626972|-113.611917||-7.00|CA|||||| +124CC0090140|CC0090140|124CC0090140|NO|Permanent|0140|Edmonton Central East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.549509|-113.485930||-7.00|CA|||||| +124CC0090140|CC0090140|124CC0090140|O3|Permanent|0140|Edmonton Central East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.549509|-113.485930||-7.00|CA|||||| +124CC0090140|CC0090140|124CC0090140|PM2.5|Permanent|0140|Edmonton Central East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.549509|-113.485930||-7.00|CA|||||| +124CC0090140|CC0090140|124CC0090140|NO2|Permanent|0140|Edmonton Central East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.549509|-113.485930||-7.00|CA|||||| +124CC0090140|CC0090140|124CC0090140|CO|Permanent|0140|Edmonton Central East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.549509|-113.485930||-7.00|CA|||||| +124CC0090250|CC0090250|124CC0090250|O3|Permanent|0250|Airdrie|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.268227|-114.037677||-7.00|CA|||||| +124CC0090250|CC0090250|124CC0090250|PM2.5|Permanent|0250|Airdrie|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.268227|-114.037677||-7.00|CA|||||| +124CC0090250|CC0090250|124CC0090250|NO2|Permanent|0250|Airdrie|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.268227|-114.037677||-7.00|CA|||||| +124CC0090250|CC0090250|124CC0090250|CO|Permanent|0250|Airdrie|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.268227|-114.037677||-7.00|CA|||||| +124CC0090250|CC0090250|124CC0090250|NO|Permanent|0250|Airdrie|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|51.268227|-114.037677||-7.00|CA|||||| +124CC0090607|CC0090607|124CC0090607|NO2|Permanent|0607|Gibbons|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.827241|-113.327174||-7.00|CA|||||| +124CC0090607|CC0090607|124CC0090607|SO2|Permanent|0607|Gibbons|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.827241|-113.327174||-7.00|CA|||||| +124CC0090607|CC0090607|124CC0090607|NO|Permanent|0607|Gibbons|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.827241|-113.327174||-7.00|CA|||||| +124CC0090607|CC0090607|124CC0090607|H2S|Permanent|0607|Gibbons|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.827241|-113.327174||-7.00|CA|||||| +124CC0090607|CC0090607|124CC0090607|O3|Permanent|0607|Gibbons|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.827241|-113.327174||-7.00|CA|||||| +124CC0090607|CC0090607|124CC0090607|PM2.5|Permanent|0607|Gibbons|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.827241|-113.327174||-7.00|CA|||||| +124CC0090608|CC0090608|124CC0090608|SO2|Permanent|0608|Redwater|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.951834|-113.105857||-7.00|CA|||||| +124CC0090608|CC0090608|124CC0090608|NO|Permanent|0608|Redwater|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.951834|-113.105857||-7.00|CA|||||| +124CC0090608|CC0090608|124CC0090608|H2S|Permanent|0608|Redwater|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.951834|-113.105857||-7.00|CA|||||| +124CC0090608|CC0090608|124CC0090608|O3|Permanent|0608|Redwater|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.951834|-113.105857||-7.00|CA|||||| +124CC0090608|CC0090608|124CC0090608|PM2.5|Permanent|0608|Redwater|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.951834|-113.105857||-7.00|CA|||||| +124CC0090608|CC0090608|124CC0090608|NO2|Permanent|0608|Redwater|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|53.951834|-113.105857||-7.00|CA|||||| +124CC0090802|CC0090802|124CC0090802|SO2|Permanent|0802|Fort MacKay East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.026869|-111.500749||-7.00|CA|||||| +124CC0090802|CC0090802|124CC0090802|H2S|Permanent|0802|Fort MacKay East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.026869|-111.500749||-7.00|CA|||||| +124CC0090803|CC0090803|124CC0090803|SO2|Permanent|0803|Fort MacKay North|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.050000|-111.563100||-7.00|CA|||||| +124CC0090803|CC0090803|124CC0090803|H2S|Permanent|0803|Fort MacKay North|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|57.050000|-111.563100||-7.00|CA|||||| +124CC0090804|CC0090804|124CC0090804|SO2|Permanent|0804|Fort MacKay South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.968800|-111.482000||-7.00|CA|||||| +124CC0090804|CC0090804|124CC0090804|H2S|Permanent|0804|Fort MacKay South|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.968800|-111.482000||-7.00|CA|||||| +124CC0090805|CC0090805|124CC0090805|SO2|Permanent|0805|Fort MacKay West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.996700|-111.592600||-7.00|CA|||||| +124CC0090805|CC0090805|124CC0090805|NO|Permanent|0805|Fort MacKay West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.996700|-111.592600||-7.00|CA|||||| +124CC0090805|CC0090805|124CC0090805|H2S|Permanent|0805|Fort MacKay West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.996700|-111.592600||-7.00|CA|||||| +124CC0090805|CC0090805|124CC0090805|O3|Permanent|0805|Fort MacKay West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.996700|-111.592600||-7.00|CA|||||| +124CC0090805|CC0090805|124CC0090805|PM2.5|Permanent|0805|Fort MacKay West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.996700|-111.592600||-7.00|CA|||||| +124CC0090805|CC0090805|124CC0090805|NO2|Permanent|0805|Fort MacKay West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.996700|-111.592600||-7.00|CA|||||| +124CC0090808|CC0090808|124CC0090808|SO2|Permanent|0808|Conklin West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.621410|-111.172690||-7.00|CA|||||| +124CC0090808|CC0090808|124CC0090808|NO|Permanent|0808|Conklin West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.621410|-111.172690||-7.00|CA|||||| +124CC0090808|CC0090808|124CC0090808|O3|Permanent|0808|Conklin West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.621410|-111.172690||-7.00|CA|||||| +124CC0090808|CC0090808|124CC0090808|PM2.5|Permanent|0808|Conklin West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.621410|-111.172690||-7.00|CA|||||| +124CC0090808|CC0090808|124CC0090808|NO2|Permanent|0808|Conklin West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.621410|-111.172690||-7.00|CA|||||| +124CC0090808|CC0090808|124CC0090808|CO|Permanent|0808|Conklin West|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.621410|-111.172690||-7.00|CA|||||| +124CC0090809|CC0090809|124CC0090809|PM2.5|Permanent|0809|Conklin East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.632331|-111.078872||-7.00|CA|||||| +124CC0090809|CC0090809|124CC0090809|NO2|Permanent|0809|Conklin East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.632331|-111.078872||-7.00|CA|||||| +124CC0090809|CC0090809|124CC0090809|SO2|Permanent|0809|Conklin East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.632331|-111.078872||-7.00|CA|||||| +124CC0090809|CC0090809|124CC0090809|NO|Permanent|0809|Conklin East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.632331|-111.078872||-7.00|CA|||||| +124CC0090809|CC0090809|124CC0090809|O3|Permanent|0809|Conklin East|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.632331|-111.078872||-7.00|CA|||||| +124CC0094601|CC0094601|124CC0094601|NO2|Permanent|4601|Anzac|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.448889|-111.038056||-7.00|CA|||||| +124CC0094601|CC0094601|124CC0094601|SO2|Permanent|4601|Anzac|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.448889|-111.038056||-7.00|CA|||||| +124CC0094601|CC0094601|124CC0094601|NO|Permanent|4601|Anzac|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.448889|-111.038056||-7.00|CA|||||| +124CC0094601|CC0094601|124CC0094601|O3|Permanent|4601|Anzac|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.448889|-111.038056||-7.00|CA|||||| +124CC0094601|CC0094601|124CC0094601|PM2.5|Permanent|4601|Anzac|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|56.448889|-111.038056||-7.00|CA|||||| +124CC0094701|CC0094701|124CC0094701|NO|Permanent|4701|Janvier|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.903300|-110.749900||-7.00|CA|||||| +124CC0094701|CC0094701|124CC0094701|O3|Permanent|4701|Janvier|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.903300|-110.749900||-7.00|CA|||||| +124CC0094701|CC0094701|124CC0094701|PM2.5|Permanent|4701|Janvier|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.903300|-110.749900||-7.00|CA|||||| +124CC0094701|CC0094701|124CC0094701|NO2|Permanent|4701|Janvier|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.903300|-110.749900||-7.00|CA|||||| +124CC0094701|CC0094701|124CC0094701|SO2|Permanent|4701|Janvier|Active|AB1|Alberta Environmental Monitoring and Reporting Agency (AEMERA)|CA|55.903300|-110.749900||-7.00|CA|||||| +CC0100202|CC0100202|124CC0100202|PM2.5|Permanent|0202|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|53.914700|-122.742500||-8.00|CA|||||| +CC0100202|CC0100202|124CC0100202|PM10|Permanent|0202|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|53.914700|-122.742500||-8.00|CA|||||| +CC0100203|CC0100203|124CC0100203|PM10|Permanent|0203|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|53.871000|-122.743000||-8.00|CA|||||| +CC0100205|CC0100205|124CC0100205|PM2.5|Permanent|0205|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|53.859200|-122.763300||-8.00|CA|||||| +CC0100205|CC0100205|124CC0100205|PM10|Permanent|0205|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|53.859200|-122.763300||-8.00|CA|||||| +CC0100304|CC0100304|124CC0100304|PM2.5|Permanent|0304|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|48.441900|-123.363000||-8.00|CA|||||| +CC0100308|CC0100308|124CC0100308|PM2.5|Permanent|0308|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|48.423900|-123.492800||-8.00|CA|||||| +CC0100401|CC0100401|124CC0100401|PM2.5|Permanent|0401|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|50.674700|-120.333900||-8.00|CA|||||| +CC0101601|CC0101601|124CC0101601|PM2.5|Permanent|1601|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.706300|-123.154400||-8.00|CA|||||| +CC0101701|CC0101701|124CC0101701|PM10|Permanent|1701|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|52.982200|-122.492200||-8.00|CA|||||| +CC0101702|CC0101702|124CC0101702|PM2.5|Permanent|1702|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|52.963000|-122.497200||-8.00|CA|||||| +CC0101801|CC0101801|124CC0101801|PM2.5|Permanent|1801|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.094400|-116.512500||-8.00|CA|||||| +CC0102102|CC0102102|124CC0102102|PM2.5|Permanent|2102|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.200800|-123.993900||-8.00|CA|||||| +CC0102302|CC0102302|124CC0102302|PM10|Permanent|2302|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.887500|-124.558300||-8.00|CA|||||| +CC0102303|CC0102303|124CC0102303|PM2.5|Permanent|2303|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.889100|-124.562500||-8.00|CA|||||| +CC0102303|CC0102303|124CC0102303|PM10|Permanent|2303|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.889100|-124.562500||-8.00|CA|||||| +CC0102501|CC0102501|124CC0102501|PM2.5|Permanent|2501|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|54.518300|-128.597500||-8.00|CA|||||| +CC0102501|CC0102501|124CC0102501|PM10|Permanent|2501|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|54.518300|-128.597500||-8.00|CA|||||| +CC0102602|CC0102602|124CC0102602|PM2.5|Permanent|2602|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.260800|-124.805600||-8.00|CA|||||| +CC0102701|CC0102701|124CC0102701|PM10|Permanent|2701|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|52.141600|-122.152700||-8.00|CA|||||| +CC0102801|CC0102801|124CC0102801|PM2.5|Permanent|2801|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|50.016600|-125.247200||-8.00|CA|||||| +CC0103202|CC0103202|124CC0103202|PM2.5|Permanent|3202|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|51.297500|-116.966000||-8.00|CA|||||| +CC0103202|CC0103202|124CC0103202|PM10|Permanent|3202|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|51.297500|-116.966000||-8.00|CA|||||| +CC0103302|CC0103302|124CC0103302|PM2.5|Permanent|3302|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.490800|-117.295200||-8.00|CA|||||| +CC0103302|CC0103302|124CC0103302|PM10|Permanent|3302|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.490800|-117.295200||-8.00|CA|||||| +CC0103502|CC0103502|124CC0103502|PM2.5|Permanent|3502|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.317500|-117.661700||-8.00|CA|||||| +CC0103502|CC0103502|124CC0103502|PM10|Permanent|3502|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.317500|-117.661700||-8.00|CA|||||| +CC0103906|CC0103906|124CC0103906|PM2.5|Permanent|3906|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|54.022800|-128.036900||-8.00|CA|||||| +CC0104101|CC0104101|124CC0104101|PM2.5|Permanent|4101|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.031100|-118.439100||-8.00|CA|||||| +CC0104601|CC0104601|124CC0104601|PM2.5|Permanent|4601|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|54.691100|-127.054700||-8.00|CA|||||| +CC0104803|CC0104803|124CC0104803|PM2.5|Permanent|4803|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|48.785000|-123.715833||-8.00|CA|||||| +CC0105101|CC0105101|124CC0105101|PM10|Permanent|5101|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|54.397200|-126.645000||-8.00|CA|||||| +CC0105201|CC0105201|124CC0105201|PM10|Permanent|5201|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|54.230700|-125.764300||-8.00|CA|||||| +CC0105301|CC0105301|124CC0105301|PM2.5|Permanent|5301|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.439722|-123.478611||-8.00|CA|||||| +CC0105301|CC0105301|124CC0105301|PM10|Permanent|5301|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.439722|-123.478611||-8.00|CA|||||| +CC0105501|CC0105501|124CC0105501|PM10|Permanent|5501|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|56.245800|-120.848900||-8.00|CA|||||| +CC0106800|CC0106800|124CC0106800|PM2.5|Permanent|6800|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|48.921700|-125.541100||-8.00|CA|||||| +CC0106900|CC0106900|124CC0106900|PM2.5|Permanent|6900|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|54.016300|-124.006100||-8.00|CA|||||| +CC0107000|CC0107000|124CC0107000|PM2.5|Permanent|7000|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|50.426400|-127.488100||-8.00|CA|||||| +CC0107100|CC0107100|124CC0107100|PM2.5|Permanent|7100|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|49.682500|-124.996100||-8.00|CA|||||| +CC0107200|CC0107200|124CC0107200|PM2.5|Permanent|7200|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|53.307200|-122.533100||-8.00|CA|||||| +CC0107200|CC0107200|124CC0107200|PM10|Permanent|7200|N/A|Inactive|BC1|British Columbia Ministry of Environment|CA|53.307200|-122.533100||-8.00|CA|||||| +124CC0119004|CC0119004|124CC0119004|O3|Permanent|9004|Whitehorse NAPS|Active|YK1|Government of Yukon|CA|60.719720|-135.058750||-7.00|CA|||||| +124CC0119004|CC0119004|124CC0119004|PM2.5|Permanent|9004|Whitehorse NAPS|Active|YK1|Government of Yukon|CA|60.719720|-135.058750||-7.00|CA|||||| +124CC0119004|CC0119004|124CC0119004|NO2|Permanent|9004|Whitehorse NAPS|Active|YK1|Government of Yukon|CA|60.719720|-135.058750||-7.00|CA|||||| +124CC0119004|CC0119004|124CC0119004|NOX|Permanent|9004|Whitehorse NAPS|Active|YK1|Government of Yukon|CA|60.719720|-135.058750||-7.00|CA|||||| +124CC0119004|CC0119004|124CC0119004|NO|Permanent|9004|Whitehorse NAPS|Active|YK1|Government of Yukon|CA|60.719720|-135.058750||-7.00|CA|||||| +CD1010001|CD1010001|156CD1010001|PM2.5|Permanent|0001|Chengdu|Active|CD1|U.S. Department of State China - Chengdu|DSCH|30.624700|104.068388||8.00|CH|||||| +148CHD010001|CHD010001|148CHD010001|PM2.5|Permanent|0001|N'Djamena|Active|CHD|U.S. Department of State Chad - N'Djamena|DSCD|12.134800|15.055700||1.00|CD|||||| +384CI1010001|CI1010001|384CI1010001|PM2.5|Permanent|0001|Abidjan|Active|CI1|U.S. Department of State Ivory Coast - Abidjan|DSIV|5.360000|-4.008300||0.00|IV|||||| +840CK2010001|CK2010001|840CK2010001|O3|Permanent|0001|Eastern Band of Cherokee: Old Cherokee High|Active|CK2|Eastern Band of Cherokee Indians|R4|35.498711|-83.310242|604.500|-5.00|US|||37|NC|173|SWAIN +840CK2010001|CK2010001|840CK2010001|PM2.5|Permanent|0001|Eastern Band of Cherokee: Old Cherokee High|Active|CK2|Eastern Band of Cherokee Indians|R4|35.498711|-83.310242|604.500|-5.00|US|||37|NC|173|SWAIN +CMB010001|CMB010001|144CMB010001|PM2.5|Permanent|0001|Colombo|Active|CMB|U.S. Department of State Sri Lanka - Colombo|DSCE|6.909445|79.875341|51.900|5.50|CE|||||| +180COG010001|COG010001|180COG010001|PM2.5|Permanent|0001|Kinshasa|Active|COG|U.S. Department of State Congo- Kinshasa|DSCF|-4.300578|15.313658||1.00|CF|||||| +854COG010001|COG010001|854COG010001|PM2.5|Permanent|0001|Ouagadougou|Inactive|BFA|U.S. Department of State Burkina Faso - Ouagadougou|DSUV|12.304907|-1.497184||0.00|UV|||||| +188CRI010001|CRI010001|188CRI010001|PM2.5|Permanent|0001|San Jose|Active|CRI|U.S. Department of State Costa Rica - San Jose|DSCS|9.949488|-84.142878||-6.00|CS|||||| +192CUR010001|CUR010001|192CUR010001|PM2.5|Permanent|0001|N/A|Inactive|CUR|U.S. Department of State Curacao|DSUC|12.169600|-68.990000||4.00|UC|||||| +CUR010001|CUR010001|531CUR010001|O3|Permanent|0001|Curacao|Active|CUR|U.S. Department of State Curacao|DSUC|12.169600|-68.990000||-4.00|UC|||||| +CUR010001|CUR010001|531CUR010001|PM2.5|Permanent|0001|Curacao|Active|CUR|U.S. Department of State Curacao|DSUC|12.169600|-68.990000||-4.00|UC|||||| +004CUR010001|CUR010001|004CUR010001|PM2.5|Permanent|0001|N/A|Inactive|CUR|U.S. Department of State Curacao|DSUC|12.169600|-68.990000||4.00|UC|||||| +DB1010001|DB1010001|784DB1010001|O3|Permanent|0001|Dubai|Active|DB1|U.S. Department of State UAE - Dubai|DSAE|25.258481|55.309165||4.00|AE|||||| +DB1010001|DB1010001|784DB1010001|PM2.5|Permanent|0001|Dubai|Active|DB1|U.S. Department of State UAE - Dubai|DSAE|25.258481|55.309165||4.00|AE|||||| +DK1010001|DK1010001|050DK1010001|PM2.5|Permanent|0001|Dhaka|Active|DK1|U.S. Department of State Bangladesh - Dhaka|DSBG|23.796374|90.424614||6.00|BG|||||| +DRN010000|DRN010000|682DRN010000|PM2.5|Permanent|0000|Dhahran|Active|DRN|U.S. Department of State Saudi Arabia - Dhahran|DSSA|26.276861|50.147232||3.00|SA|||||| +DS1010001|DS1010001|356DS1010001|PM2.5|Permanent|0001|New Delhi|Active|DS1|U.S. Department of State India - New Delhi|DSIN|28.635760|77.224450||5.50|IN|||DS|DS|101|India +DS1010002|DS1010002|356DS1010002|PM2.5|Permanent|0002|Chennai|Active|DS2|U.S. Department of State India - Chennai|DSIN|13.087840|80.278475||5.50|IN|||DS|DS|101|India +DS1010003|DS1010003|356DS1010003|PM2.5|Permanent|0003|Kolkata|Active|DS3|U.S. Department of State India - Kolkata|DSIN|22.562630|88.363040||5.50|IN|||DS|DS|101|India +DS1010004|DS1010004|356DS1010004|PM2.5|Permanent|0004|Mumbai|Active|DS4|U.S. Department of State India - Mumbai|DSIN|19.072830|72.882610||5.50|IN|||DS|DS|101|India +DS1010005|DS1010005|356DS1010005|PM2.5|Permanent|0005|Hyderabad|Active|DS5|U.S. Department of State India - Hyderabad|DSIN|17.384050|78.456360||5.50|IN|||DS|DS|101|India +762DUS010001|DUS010001|762DUS010001|PM2.5|Permanent|0001|Dushanbe|Active|DUS|U.S. Department of State Tajikistan - Dushanbe|DSTI|38.557671|68.775917||5.00|TI|||||| +818EGY010001|EGY010001|818EGY010001|PM2.5|Permanent|0001|Cairo|Active|EGY|U.S. Department of State Egypt - Cairo|DSEG|31.233780|30.041020||2.00|EG|||||| +266GAB010001|GAB010001|266GAB010001|PM2.5|Permanent|0001|Libreville|Active|GAB|U.S. Department of State Gabon - Libreville|DSGB|0.390200|9.444360||1.00|GB|||||| +288GH1010001|GH1010001|288GH1010001|PM2.5|Permanent|0001|Accra|Active|GH1|U.S. Department of State Ghana - Accra|DSGH|5.580642|-0.170724||0.00|GH|||||| +324GN1010001|GN1010001|324GN1010001|PM2.5|Permanent|0001|Conakry|Active|GN1|U.S. Department of State Guinea - Conakry|DSGV|9.595100|-13.636400||0.00|GV|||||| +320GT1010001|GT1010001|320GT1010001|O3|Permanent|0001|Guatemala City|Active|GT1|U.S. Department of State Guatemala - Guatemala City|DSGT|14.989397|-90.522408||-6.00|GT|||||| +320GT1010001|GT1010001|320GT1010001|PM2.5|Permanent|0001|Guatemala City|Active|GT1|U.S. Department of State Guatemala - Guatemala City|DSGT|14.989397|-90.522408||-6.00|GT|||||| +320GT1010001|GT1010001|320GT1010001|PM10|Permanent|0001|Guatemala City|Active|GT1|U.S. Department of State Guatemala - Guatemala City|DSGT|14.989397|-90.522408||-6.00|GT|||||| +GZ1010001|GZ1010001|156GZ1010001|O3|Permanent|0001|Guangzhou|Active|GZ1|U.S. Department of State China - Guangzhou|DSCH|23.116785|113.318088||8.00|CH|||||| +GZ1010001|GZ1010001|156GZ1010001|PM2.5|Permanent|0001|Guangzhou|Active|GZ1|U.S. Department of State China - Guangzhou|DSCH|23.116785|113.318088||8.00|CH|||||| +HC1010001|HC1010001|704HC1010001|PM2.5|Permanent|0001|Ho Chi Minh City|Active|HC1|U.S. Department of State Vietnam - Ho Chi Minh|DSVM|10.782773|106.700035|20.100|7.00|VM|||||| +HN1010001|HN1010001|704HN1010001|PM2.5|Permanent|0001|Hanoi|Active|HN1|U.S. Department of State Vietnam - Hanoi|DSVM|21.021939|105.818806|16.800|7.00|VM|||||| +368IRQ010001|IRQ010001|368IRQ010001|PM2.5|Permanent|0001|Baghdad|Active|IRQ|U.S. Department of State Iraq - Baghdad|DSIZ|33.312800|44.361500||3.00|IZ|||||| +JDA010001|JDA010001|682JDA010001|PM2.5|Permanent|0001|Jeddah|Active|JDA|U.S. Department of State Saudi Arabia - Jeddah|DSSA|21.543486|39.172989||3.00|SA|||||| +JK1010001|JK1010001|360JK1010001|PM2.5|Permanent|0001|Jakarta South|Active|JK1|U.S. Department of State Indonesia - Jakarta|DSID|-6.236704|106.793244|15.300|7.00|ID|||JK|JK|101|N/A +JK1010002|JK1010002|360JK1010002|PM2.5|Permanent|0002|Jakarta Central|Active|JK1|U.S. Department of State Indonesia - Jakarta|DSID|-6.182536|106.834235|10.100|7.00|ID|||JK|JK|101|N/A +400JOR010001|JOR010001|400JOR010001|PM2.5|Permanent|0001|Amman|Active|JOR|U.S. Department of State Jordan - Amman|DSJO|31.945021|35.880501||2.00|JO|||||| +KAZ010001|KAZ010001|398KAZ010001|PM2.5|Permanent|0001|Nur-Sultan|Active|KAZ|U.S. Department of State Kazakhstan - Nur-Sultan|DSKZ|51.125287|71.467217||6.00|KZ|||||| +KC1010001|KC1010001|414KC1010001|PM2.5|Permanent|0001|Kuwait City|Active|KC1|U.S. Department of State Kuwait - Kuwait City|DSKU|29.292317|48.047679||3.00|KU|||||| +404KE1010001|KE1010001|404KE1010001|PM2.5|Permanent|0001|N/A|Inactive|KE1|U.S. Department of State Kenya - Nairobi|DSKE|-1.234370|36.817320||3.00|KE|||||| +404KE1010002|KE1010002|404KE1010002|PM2.5|Permanent|0002|Nairobi|Active|KE1|U.S. Department of State Kenya - Nairobi|DSKE|-1.234370|36.817320||3.00|KE|||||| +KM1010001|KM1010001|524KM1010001|O3|Permanent|0001|Embassy Kathmandu|Active|KM1|U.S. Department of State Nepal - Kathmandu|DSNP|27.738703|85.336206||5.75|NP|||||| +KM1010001|KM1010001|524KM1010001|PM2.5|Permanent|0001|Embassy Kathmandu|Active|KM1|U.S. Department of State Nepal - Kathmandu|DSNP|27.738703|85.336206||5.75|NP|||||| +KM1010002|KM1010002|524KM1010002|PM2.5|Permanent|0002|Phora Durbar Kathmandu|Active|KM1|U.S. Department of State Nepal - Kathmandu|DSNP|27.712464|85.315703||5.75|NP|||||| +KM1010002|KM1010002|524KM1010002|O3|Permanent|0002|Phora Durbar Kathmandu|Active|KM1|U.S. Department of State Nepal - Kathmandu|DSNP|27.712464|85.315703||5.75|NP|||||| +KP1010001|KP1010001|800KP1010001|PM2.5|Permanent|0001|Kampala|Active|KP1|U.S. Department of State Uganda - Kampala|DSUG|0.300225|32.591554||3.00|UG|||||| +804KYI010001|KYI010001|804KYI010001|PM2.5|Permanent|0001|Kyiv|Active|KYI|U.S. Department of State Ukraine - Kyiv|DSUA|50.465052|30.432118||2.00|UA|||||| +646KYI010001|KYI010001|646KYI010001|PM2.5|Permanent|0001|Kigali|Active|RWA|U.S. Department of State Rwanda - Kigali|DSRW|-1.936231|30.077952||2.00|RW|||||| +398KZ1010001|KZ1010001|398KZ1010001|PM2.5|Permanent|0001|Almaty|Active|KZ1|U.S. Department of State Kazakhstan - Almaty|DSKZ|43.252855|76.931180||6.00|KZ|||||| +418LAO010001|LAO010001|418LAO010001|PM2.5|Permanent|0001|Vientiane|Active|LAO|U.S. Department of State Laos - Vientiane|DSLA|17.896122|102.640000||7.00|LA|||||| +LM1010001|LM1010001|604LM1010001|PM2.5|Permanent|0001|Lima|Active|LM1|U.S. Department of State Peru - Lima|DSPE|-12.099398|-76.968882||-5.00|PE|||||| +450MAD010001|MAD010001|450MAD010001|PM2.5|Permanent|0001|Antananarivo|Active|MAD|U.S. Department of State Madagascar- Antananarivo|DSMA|-18.908480|47.537510||3.00|MA|||||| +484MEX010001|MEX010001|484MEX010001|PM2.5|Permanent|0001|Tijuana|Active|MEX|U.S. Department of State Mexico - Tijuana|DSMX|32.523366|-116.952495||-8.00|MX|||||| +466ML1010001|ML1010001|466ML1010001|PM2.5|Permanent|0001|Bamako|Active|ML1|U.S. Department of State Mali - Bamako|DSML|12.632524|-8.036911||0.00|ML|||||| +498MLD010001|MLD010001|498MLD010001|PM2.5|Permanent|0001|Chisinau|Active|MLD|U.S. Department of State Moldova - Chisinau|DSMD|47.021561|28.819380||2.00|MD|||||| +840MM0030004|MM0030004|840MM0030004|PM2.5|Temporary|0004|N/A|Inactive|WA1|Washington Department of Ecology|R10|46.425416|-117.060445||-8.00|US|||||| +840MM0070180|MM0070180|840MM0070180|PM2.5|Temporary|0180|Leavenworth_Mobile|Inactive|WA1|Washington Department of Ecology|R10|47.558570|-120.672669||-8.00|US|||||| +840MM0070182|MM0070182|840MM0070182|PM2.5|Temporary|0182|Cle Elum Mobile|Inactive|WA1|Washington Department of Ecology|R10|47.197448|-120.958335||-8.00|US|||||| +840MM0079990|MM0079990|840MM0079990|PM2.5|Temporary|9990|Cashmere Mobile|Active|WA1|Washington Department of Ecology|R10|47.519989|-120.473349||-8.00|US|||||| +840MM0199999|MM0199999|840MM0199999|PM2.5|Temporary|9999|Mobile-Republic|Inactive|WA1|Washington Department of Ecology|R10|48.649337|-118.738340||-8.00|US|||||| +840MM0230001|MM0230001|840MM0230001|PM2.5|Temporary|0001|Pomeroy|Inactive|WA1|Washington Department of Ecology|R10|46.474438|-117.614764||-8.00|US|||||| +MM0370179|MM0370179|840MM0370179|PM2.5|Temporary|0179|Mobile-Goldendale|Inactive|WA1|Washington Department of Ecology|R10|45.815778|-120.813668||-8.00|US|||||| +840MM0370180|MM0370180|840MM0370180|PM2.5|Temporary|0180|Cle Elum Mobile|Active|WA1|Washington Department of Ecology|R10|47.197041|-120.956834||-8.00|US|||||| +840MM0370181|MM0370181|840MM0370181|PM2.5|Temporary|0181|Mobile_Clarity08|Inactive|WA1|Washington Department of Ecology|R10|47.197523|-120.958207||-8.00|US|||||| +840MM0390006|MM0390006|840MM0390006|PM2.5|Temporary|0006|Mobile-White Salmon|Inactive|WA1|Washington Department of Ecology|R10|45.735931|-121.488398||-8.00|US|||||| +MM0390181|MM0390181|840MM0390181|PM2.5|Temporary|0181|Mobile_White_Salmon|Inactive|WA1|Washington Department of Ecology|R10|48.186475|-117.049026||-8.00|US|||||| +840MM0470180|MM0470180|840MM0470180|PM2.5|Temporary|0180|Brewster_Mobile|Inactive|WA1|Washington Department of Ecology|R10|48.088789|-119.784558||-8.00|US|||||| +840MM0479990|MM0479990|840MM0479990|PM2.5|Temporary|9990|Brewster Mobile|Active|WA1|Washington Department of Ecology|R10|48.098680|-119.779600||-8.00|US|||||| +840MM0510181|MM0510181|840MM0510181|PM2.5|Temporary|0181|Newport_Mobile|Inactive|WA1|Washington Department of Ecology|R10|47.197416|-120.958142||-8.00|US|||||| +MM0510182|MM0510182|840MM0510182|PM2.5|Temporary|0182|Mobile_Newport_2017|Inactive|WA1|Washington Department of Ecology|R10|47.768630|-120.664494||-8.00|US|||||| +840MM0510199|MM0510199|840MM0510199|PM2.5|Temporary|0199|Newport_Mobile|Inactive|WA1|Washington Department of Ecology|R10|48.186496|-117.049112||-8.00|US|||||| +MMAIR1000|MMAIR1000|840MMAIR1000|PM2.5|Temporary|1000|Willow Creek RS|Inactive|NCA|North Coast Unified Air Quality Management District|R9|40.868300|-123.977600||-8.00|US|||||| +MMAIR1001|MMAIR1001|840MMAIR1001|PM2.5|Temporary|1001|Unit1001|Active|EPA|USEPA-RTP|USEPA|40.880800|-123.989100||-8.00|US|||||| +MMAIR1002|MMAIR1002|840MMAIR1002|PM2.5|Temporary|1002|Unit1002|Active|EPA|USEPA-RTP|USEPA|41.047100|-123.675200||-8.00|US|||||| +MMAIR1003|MMAIR1003|840MMAIR1003|PM2.5|Temporary|1003|Unit1003|Active|EPA|USEPA-RTP|USEPA|40.548600|-123.165100||-8.00|US|||||| +MMAIR1005|MMAIR1005|840MMAIR1005|PM2.5|Temporary|1005|Unit1005|Inactive|EPA|USEPA-RTP|USEPA|0.000000|0.000000||0.00|US|||||| +MMAIR1006|MMAIR1006|840MMAIR1006|PM2.5|Temporary|1006|Unit1006|Inactive|EPA|USEPA-RTP|USEPA|0.000000|0.000000||0.00|US|||||| +MMCA41000|MMCA41000|840MMCA41000|PM2.5|Temporary|1000|Unit1000|Inactive|CA4|San Diego APCD|R9|32.631208|-117.059155||-8.00|US|||||| +MMCA41001|MMCA41001|840MMCA41001|PM2.5|Temporary|1001|Wilson Middle School|Inactive|CA4|San Diego APCD|R9|32.702168|-117.119665|103.400|-8.00|US|||||| +MMCA41002|MMCA41002|840MMCA41002|PM2.5|Temporary|1002|Central Elementary School|Inactive|CA4|San Diego APCD|R9|32.672074|-117.105997|36.600|-8.00|US|||||| +MMCA81001|MMCA81001|840MMCA81001|PM2.5|Temporary|1001|MMCA81001|Inactive|CA8|California Air Resources Board|R9|37.962066|-120.239117||-8.00|US|||||| +MMCA81002|MMCA81002|840MMCA81002|PM2.5|Temporary|1002|MMCA81002|Active|CA8|California Air Resources Board|R9|38.401186|-120.530877||-8.00|US|||||| +MMCA81003|MMCA81003|840MMCA81003|PM2.5|Temporary|1003|MMCA81003|Active|CA8|California Air Resources Board|R9|38.795975|-122.559550||-8.00|US|||||| +MMCA81004|MMCA81004|840MMCA81004|PM2.5|Temporary|1004|MMCA81004|Active|CA8|California Air Resources Board|R9|38.566400|-121.494327||-8.00|US|||||| +MMCA81005|MMCA81005|840MMCA81005|PM2.5|Temporary|1005|MMCA81005|Active|CA8|California Air Resources Board|R9|41.491284|-120.534096||-8.00|US|||||| +MMCA81006|MMCA81006|840MMCA81006|PM2.5|Temporary|1006|MMCA81006|Active|CA8|California Air Resources Board|R9|38.765774|-120.595915||-8.00|US|||||| +MMCA81007|MMCA81007|840MMCA81007|PM2.5|Temporary|1007|MMCA81007|Active|CA8|California Air Resources Board|R9|40.552393|-123.164978||-8.00|US|||||| +MMCA81008|MMCA81008|840MMCA81008|PM2.5|Temporary|1008|MMCA81008|Active|CA8|California Air Resources Board|R9|41.116365|-123.710539||-8.00|US|||||| +MMCA81009|MMCA81009|840MMCA81009|PM2.5|Temporary|1009|MMCA81009|Active|CA8|California Air Resources Board|R9|38.501136|-122.998252||-8.00|US|||||| +MMCA81010|MMCA81010|840MMCA81010|PM2.5|Temporary|1010|MMCA81010|Active|CA8|California Air Resources Board|R9|41.955897|-121.478984||-8.00|US|||||| +MMCA81011|MMCA81011|840MMCA81011|PM2.5|Temporary|1011|MMCA81011|Active|CA8|California Air Resources Board|R9|40.984025|-122.704604||-8.00|US|||||| +MMCA81012|MMCA81012|840MMCA81012|PM2.5|Temporary|1012|MMCA81012|Active|CA8|California Air Resources Board|R9|40.639522|-122.238328||-8.00|US|||||| +MMCA81013|MMCA81013|840MMCA81013|PM2.5|Temporary|1013|MMCA81013|Active|CA8|California Air Resources Board|R9|41.251838|-122.128251||-8.00|US|||||| +MMCA81014|MMCA81014|840MMCA81014|PM2.5|Temporary|1014|MMCA81014|Active|CA8|California Air Resources Board|R9|35.407916|-120.546627||-8.00|US|||||| +MMCA81015|MMCA81015|840MMCA81015|PM2.5|Temporary|1015|MMCA81015|Active|CA8|California Air Resources Board|R9|38.525620|-121.967854||-8.00|US|||||| +MMCA81016|MMCA81016|840MMCA81016|PM2.5|Temporary|1016|MMCA81016|Active|CA8|California Air Resources Board|R9|41.304216|-123.537161||-8.00|US|||||| +MMCA81017|MMCA81017|840MMCA81017|PM2.5|Temporary|1017|MMCA81017|Active|CA8|California Air Resources Board|R9|41.649213|-121.276338||-8.00|US|||||| +MMCA81018|MMCA81018|840MMCA81018|PM2.5|Temporary|1018|MMCA81018|Active|CA8|California Air Resources Board|R9|40.348867|-121.593525||-8.00|US|||||| +MMCA81019|MMCA81019|840MMCA81019|PM2.5|Temporary|1019|MMCA81019|Active|CA8|California Air Resources Board|R9|41.955854|-121.479049||-8.00|US|||||| +MMCA81020|MMCA81020|840MMCA81020|PM2.5|Temporary|1020|MMCA81020|Active|CA8|California Air Resources Board|R9|41.528524|-122.363620||-8.00|US|||||| +MMCA81021|MMCA81021|840MMCA81021|PM2.5|Temporary|1021|MMCA81021|Active|CA8|California Air Resources Board|R9|41.251634|-122.128637||-8.00|US|||||| +MMCA81022|MMCA81022|840MMCA81022|PM2.5|Temporary|1022|MMCA81022|Active|CA8|California Air Resources Board|R9|41.457939|-122.900062||-8.00|US|||||| +MMCA81023|MMCA81023|840MMCA81023|PM2.5|Temporary|1023|MMCA81023|Active|CA8|California Air Resources Board|R9|41.789643|-123.392622||-8.00|US|||||| +MMCA81024|MMCA81024|840MMCA81024|PM2.5|Temporary|1024|MMCA81024|Active|CA8|California Air Resources Board|R9|41.491231|-120.533967||-8.00|US|||||| +MMCA81025|MMCA81025|840MMCA81025|PM2.5|Temporary|1025|MMCA81025|Active|CA8|California Air Resources Board|R9|41.047121|-123.675156||-8.00|US|||||| +MMCA81026|MMCA81026|840MMCA81026|PM2.5|Temporary|1026|MMCA81026|Active|CA8|California Air Resources Board|R9|41.300944|-123.129616||-8.00|US|||||| +MMCA81027|MMCA81027|840MMCA81027|PM2.5|Temporary|1027|MMCA81027|Active|CA8|California Air Resources Board|R9|38.560874|-121.507051||-8.00|US|||||| +MMCA81028|MMCA81028|840MMCA81028|PM2.5|Temporary|1028|MMCA81028|Active|CA8|California Air Resources Board|R9|38.560896|-121.507072||-8.00|US|||||| +MMCA81029|MMCA81029|840MMCA81029|PM2.5|Temporary|1029|MMCA81029|Active|CA8|California Air Resources Board|R9|32.810068|-117.119172||-8.00|US|||||| +MMCA81030|MMCA81030|840MMCA81030|PM2.5|Temporary|1030|MMCA81030|Active|CA8|California Air Resources Board|R9|38.560842|-121.506987||-8.00|US|||||| +MMCA81031|MMCA81031|840MMCA81031|PM2.5|Temporary|1031|MMCA81031|Active|CA8|California Air Resources Board|R9|41.304227|-123.537204||-8.00|US|||||| +MMCA81032|MMCA81032|840MMCA81032|PM2.5|Temporary|1032|MMCA81032|Active|CA8|California Air Resources Board|R9|40.409346|-120.664387||-8.00|US|||||| +MMCA81033|MMCA81033|840MMCA81033|PM2.5|Temporary|1033|MMCA81033|Active|CA8|California Air Resources Board|R9|38.563761|-121.509326||-8.00|US|||||| +MMCA81034|MMCA81034|840MMCA81034|PM2.5|Temporary|1034|MMCA81034|Active|CA8|California Air Resources Board|R9|40.259088|-122.208309||-8.00|US|||||| +MMCA81035|MMCA81035|840MMCA81035|PM2.5|Temporary|1035|MMCA81035|Active|CA8|California Air Resources Board|R9|41.259724|-123.330867||-8.00|US|||||| +MMCA81036|MMCA81036|840MMCA81036|PM2.5|Temporary|1036|MMCA81036|Active|CA8|California Air Resources Board|R9|40.552329|-123.164957||-8.00|US|||||| +MMCA81037|MMCA81037|840MMCA81037|PM2.5|Temporary|1037|MMCA81037|Active|CA8|California Air Resources Board|R9|39.112369|-123.198495||-8.00|US|||||| +MMCA81038|MMCA81038|840MMCA81038|PM2.5|Temporary|1038|MMCA81038|Active|CA8|California Air Resources Board|R9|39.793360|-123.269498||-8.00|US|||||| +MMCA81039|MMCA81039|840MMCA81039|PM2.5|Temporary|1039|MMCA81039|Active|CA8|California Air Resources Board|R9|38.800321|-123.024817||-8.00|US|||||| +MMCA81040|MMCA81040|840MMCA81040|PM2.5|Temporary|1040|MMCA81040|Active|CA8|California Air Resources Board|R9|40.800658|-124.158554||-8.00|US|||||| +MMCA81041|MMCA81041|840MMCA81041|PM2.5|Temporary|1041|MMCA81041|Active|CA8|California Air Resources Board|R9|39.472096|-121.574943||-8.00|US|||||| +MMCA81042|MMCA81042|840MMCA81042|PM2.5|Temporary|1042|MMCA81042|Active|CA8|California Air Resources Board|R9|40.689089|-122.402179||-8.00|US|||||| +MMCA81043|MMCA81043|840MMCA81043|PM2.5|Temporary|1043|MMCA81043|Active|CA8|California Air Resources Board|R9|38.568428|-121.493189||-8.00|US|||||| +MMCA81044|MMCA81044|840MMCA81044|PM2.5|Temporary|1044|MMCA81044|Active|CA8|California Air Resources Board|R9|41.047508|-123.677044||-8.00|US|||||| +MMCA81045|MMCA81045|840MMCA81045|PM2.5|Temporary|1045|MMCA81045|Active|CA8|California Air Resources Board|R9|41.956229|-121.486452||-8.00|US|||||| +840MMCA81046|MMCA81046|840MMCA81046|PM2.5|Temporary|1046|MMCA81046|Active|CA8|California Air Resources Board|R9|41.304313|-123.537204||-8.00|US|||||| +840MMCA81047|MMCA81047|840MMCA81047|PM2.5|Temporary|1047|MMCA81047|Active|CA8|California Air Resources Board|R9|38.568846|-121.500678||-8.00|US|||||| +840MMCA81048|MMCA81048|840MMCA81048|PM2.5|Temporary|1048|MMCA81048|Active|CA8|California Air Resources Board|R9|39.059958|-120.125821||-8.00|US|||||| +840MMCA81049|MMCA81049|840MMCA81049|PM2.5|Temporary|1049|MMCA81049|Active|CA8|California Air Resources Board|R9|41.790040|-123.394489||-8.00|US|||||| +840MMCA81050|MMCA81050|840MMCA81050|PM2.5|Temporary|1050|MMCA81050|Active|CA8|California Air Resources Board|R9|38.258053|-120.354946||-8.00|US|||||| +840MMCA81051|MMCA81051|840MMCA81051|PM2.5|Temporary|1051|MMCA81051|Active|CA8|California Air Resources Board|R9|41.956326|-121.486387||-8.00|US|||||| +840MMCA81055|MMCA81055|840MMCA81055|PM2.5|Temporary|1055|MMCA81055|Active|CA8|California Air Resources Board|R9|32.809542|-117.139664||-8.00|US|||||| +840MMCA81057|MMCA81057|840MMCA81057|PM2.5|Temporary|1057|MMCA81057|Active|CA8|California Air Resources Board|R9|32.809349|-117.139492||-8.00|US|||||| +840MMCA82000|MMCA82000|840MMCA82000|PM2.5|Temporary|2000|N/A|Active|CA8|California Air Resources Board|R9|40.303355|-120.539911||-8.00|US|||||| +840MMCA82001|MMCA82001|840MMCA82001|PM2.5|Temporary|2001|MMCA82001|Active|CA8|California Air Resources Board|R9|38.561432|-121.509004||-8.00|US|||||| +840MMCA82002|MMCA82002|840MMCA82002|PM2.5|Temporary|2002|MMCA82002|Active|CA8|California Air Resources Board|R9|32.809510|-117.139835||-8.00|US|||||| +840MMCA82003|MMCA82003|840MMCA82003|PM2.5|Temporary|2003|MMCA82003|Active|CA8|California Air Resources Board|R9|38.247346|-119.220049||-8.00|US|||||| +840MMCA82004|MMCA82004|840MMCA82004|PM2.5|Temporary|2004|840MMCA82004|Active|CA8|California Air Resources Board|R9|37.060704|-119.376047||-8.00|US|||||| +840MMCA82005|MMCA82005|840MMCA82005|PM2.5|Temporary|2005|MMCA82005|Active|CA8|California Air Resources Board|R9|39.195367|-123.211048||-8.00|US|||||| +840MMCA82006|MMCA82006|840MMCA82006|PM2.5|Temporary|2006|MMCA82006|Active|CA8|California Air Resources Board|R9|38.765827|-120.596023||-8.00|US|||||| +840MMCA82007|MMCA82007|840MMCA82007|PM2.5|Temporary|2007|MMCA82007|Active|CA8|California Air Resources Board|R9|38.713996|-120.591474||-8.00|US|||||| +840MMCA82008|MMCA82008|840MMCA82008|PM2.5|Temporary|2008|MMCA82008|Active|CA8|California Air Resources Board|R9|38.933058|-119.981239||-8.00|US|||||| +840MMCA82009|MMCA82009|840MMCA82009|PM2.5|Temporary|2009|MMCA82009|Active|CA8|California Air Resources Board|R9|37.442930|-119.993405||-8.00|US|||||| +840MMCA82010|MMCA82010|840MMCA82010|PM2.5|Temporary|2010|N/A|Active|CA8|California Air Resources Board|R9|38.933208|-119.981132||-8.00|US|||||| +840MMCA82011|MMCA82011|840MMCA82011|PM2.5|Temporary|2011|N/A|Active|CA8|California Air Resources Board|R9|34.691960|-120.044346||-8.00|US|||||| +840MMCA82012|MMCA82012|840MMCA82012|PM2.5|Temporary|2012|MMCA82012|Active|CA8|California Air Resources Board|R9|38.934753|-119.977376||-8.00|US|||||| +840MMCA82013|MMCA82013|840MMCA82013|PM2.5|Temporary|2013|N/A|Active|CA8|California Air Resources Board|R9|39.425125|-122.985485||-8.00|US|||||| +840MMCA82014|MMCA82014|840MMCA82014|PM2.5|Temporary|2014|N/A|Active|CA8|California Air Resources Board|R9|38.011183|-121.813059||-8.00|US|||||| +840MMCA82015|MMCA82015|840MMCA82015|PM2.5|Temporary|2015|N/A|Active|CA8|California Air Resources Board|R9|41.903111|-122.568583||-8.00|US|||||| +840MMCA82016|MMCA82016|840MMCA82016|PM2.5|Temporary|2016|MMCA82016|Active|CA8|California Air Resources Board|R9|40.145566|-120.154982||-8.00|US|||||| +840MMCA82017|MMCA82017|840MMCA82017|PM2.5|Temporary|2017|MMCA82017|Active|CA8|California Air Resources Board|R9|37.470556|-119.964201||-8.00|US|||||| +840MMCA82018|MMCA82018|840MMCA82018|PM2.5|Temporary|2018|MMCA82018|Active|CA8|California Air Resources Board|R9|39.091190|-121.551619||-8.00|US|||||| +840MMCA82019|MMCA82019|840MMCA82019|PM2.5|Temporary|2019|N/A|Active|CA8|California Air Resources Board|R9|38.560874|-121.507030||0.00|US|||||| +840MMCA82020|MMCA82020|840MMCA82020|PM2.5|Temporary|2020|MMCA82020|Active|CA8|California Air Resources Board|R9|40.984272|-122.709346||-8.00|US|||||| +840MMCA82021|MMCA82021|840MMCA82021|PM2.5|Temporary|2021|MMCA82021|Active|CA8|California Air Resources Board|R9|38.545640|-119.478850||-8.00|US|||||| +840MMCA82022|MMCA82022|840MMCA82022|PM2.5|Temporary|2022|MMCA82022|Active|CA8|California Air Resources Board|R9|38.560748|-121.507110||-8.00|US|||||| +840MMCA82023|MMCA82023|840MMCA82023|PM2.5|Temporary|2023|MMCA82023|Active|CA8|California Air Resources Board|R9|38.560730|-121.507110||-8.00|US|||||| +840MMCA82025|MMCA82025|840MMCA82025|PM2.5|Temporary|2025|MMCA82025|Active|CA8|California Air Resources Board|R9|37.464130|-119.735999||-8.00|US|||||| +840MMCA82026|MMCA82026|840MMCA82026|PM2.5|Temporary|2026|MMCA82026|Active|CA8|California Air Resources Board|R9|38.560748|-121.507000||-8.00|US|||||| +840MMCA82027|MMCA82027|840MMCA82027|PM2.5|Temporary|2027|MMCA82027|Active|CA8|California Air Resources Board|R9|40.026262|-120.112517||-8.00|US|||||| +840MMCA82028|MMCA82028|840MMCA82028|PM2.5|Temporary|2028|N/A|Active|CA8|California Air Resources Board|R9|38.561411|-121.509025||-8.00|US|||||| +840MMCA82029|MMCA82029|840MMCA82029|PM2.5|Temporary|2029|N/A|Active|CA8|California Air Resources Board|R9|38.561046|-121.507223||-8.00|US|||||| +840MMCA82030|MMCA82030|840MMCA82030|PM2.5|Temporary|2030|MMCA82030|Active|CA8|California Air Resources Board|R9|37.545701|-119.920063||-8.00|US|||||| +840MMCA82031|MMCA82031|840MMCA82031|PM2.5|Temporary|2031|MMCA82031|Active|CA8|California Air Resources Board|R9|33.824544|-117.137733||-8.00|US|||||| +840MMCA82032|MMCA82032|840MMCA82032|PM2.5|Temporary|2032|MMCA82032|Active|CA8|California Air Resources Board|R9|38.906890|-123.233986||-8.00|US|||||| +840MMCA82033|MMCA82033|840MMCA82033|PM2.5|Temporary|2033|MMCA82033|Active|CA8|California Air Resources Board|R9|40.654446|-121.465917||-8.00|US|||||| +840MMCA82034|MMCA82034|840MMCA82034|PM2.5|Temporary|2034|MMCA82034|Active|CA8|California Air Resources Board|R9|34.750550|-120.517337||-8.00|US|||||| +840MMCA82035|MMCA82035|840MMCA82035|PM2.5|Temporary|2035|MMCA82035|Active|CA8|California Air Resources Board|R9|37.463819|-119.883113||-8.00|US|||||| +840MMCA82036|MMCA82036|840MMCA82036|PM2.5|Temporary|2036|N/A|Active|CA8|California Air Resources Board|R9|37.464548|-119.743488||-8.00|US|||||| +840MMCA82037|MMCA82037|840MMCA82037|PM2.5|Temporary|2037|MMCA82037|Active|CA8|California Air Resources Board|R9|38.566239|-121.494465||-8.00|US|||||| +840MMCA82038|MMCA82038|840MMCA82038|PM2.5|Temporary|2038|MMCA82038|Active|CA8|California Air Resources Board|R9|38.907394|-123.236046||-8.00|US|||||| +840MMCA82039|MMCA82039|840MMCA82039|PM2.5|Temporary|2039|MMCA82039|Active|CA8|California Air Resources Board|R9|34.664472|-120.109942||-8.00|US|||||| +840MMCA82040|MMCA82040|840MMCA82040|PM2.5|Temporary|2040|N/A|Active|CA8|California Air Resources Board|R9|41.261730|-121.951954||-8.00|US|||||| +840MMCA82041|MMCA82041|840MMCA82041|PM2.5|Temporary|2041|MMCA82041|Active|CA8|California Air Resources Board|R9|40.882777|-121.654058||-8.00|US|||||| +840MMCA82042|MMCA82042|840MMCA82042|PM2.5|Temporary|2042|MMCA82042|Active|CA8|California Air Resources Board|R9|34.390608|-119.513719||-8.00|US|||||| +840MMCA82043|MMCA82043|840MMCA82043|PM2.5|Temporary|2043|MMCA82043|Active|CA8|California Air Resources Board|R9|40.515765|-122.519596||-8.00|US|||||| +840MMCA82044|MMCA82044|840MMCA82044|PM2.5|Temporary|2044|MMCA82044|Active|CA8|California Air Resources Board|R9|38.561368|-121.508853||-8.00|US|||||| +840MMCA82045|MMCA82045|840MMCA82045|PM2.5|Temporary|2045|N/A|Active|CA8|California Air Resources Board|R9|36.731930|-119.508784||-8.00|US|||||| +840MMCA82046|MMCA82046|840MMCA82046|PM2.5|Temporary|2046|N/A|Active|CA8|California Air Resources Board|R9|38.560917|-121.507030||-8.00|US|||||| +840MMCA82047|MMCA82047|840MMCA82047|PM2.5|Temporary|2047|N/A|Active|CA8|California Air Resources Board|R9|38.560907|-121.506987||-8.00|US|||||| +840MMCA82048|MMCA82048|840MMCA82048|PM2.5|Temporary|2048|N/A|Active|CA8|California Air Resources Board|R9|38.561304|-121.508896||0.00|US|||||| +840MMCA82049|MMCA82049|840MMCA82049|PM2.5|Temporary|2049|N/A|Active|CA8|California Air Resources Board|R9|38.548493|-122.517536||-8.00|US|||||| +840MMCA82050|MMCA82050|840MMCA82050|PM2.5|Temporary|2050|MMCA82050|Active|CA8|California Air Resources Board|R9|38.561400|-121.509132||-8.00|US|||||| +840MMCA82051|MMCA82051|840MMCA82051|PM2.5|Temporary|2051|MMCA82051|Active|CA8|California Air Resources Board|R9|39.885457|-122.554893||-8.00|US|||||| +840MMCA82052|MMCA82052|840MMCA82052|PM2.5|Temporary|2052|MMCA82052|Active|CA8|California Air Resources Board|R9|38.560799|-121.507008||-8.00|US|||||| +840MMCA82053|MMCA82053|840MMCA82053|PM2.5|Temporary|2053|MMCA82053|Active|CA8|California Air Resources Board|R9|34.664515|-120.109921||-8.00|US|||||| +840MMCA82054|MMCA82054|840MMCA82054|PM2.5|Temporary|2054|MMCA82054|Active|CA8|California Air Resources Board|R9|34.445658|-119.758766||-8.00|US|||||| +840MMCA82055|MMCA82055|840MMCA82055|PM2.5|Temporary|2055|MMCA82055|Active|CA8|California Air Resources Board|R9|36.731983|-119.508891||-8.00|US|||||| +840MMCA82056|MMCA82056|840MMCA82056|PM2.5|Temporary|2056|MMCA82056|Active|CA8|California Air Resources Board|R9|38.561368|-121.509004||-8.00|US|||||| +840MMCA82057|MMCA82057|840MMCA82057|PM2.5|Temporary|2057|MMCA82057|Active|CA8|California Air Resources Board|R9|37.475481|-119.640534||-8.00|US|||||| +840MMCA82058|MMCA82058|840MMCA82058|PM2.5|Temporary|2058|MMCA82058|Active|CA8|California Air Resources Board|R9|40.303463|-120.539954||-8.00|US|||||| +840MMCA82059|MMCA82059|840MMCA82059|PM2.5|Temporary|2059|MMCA82059|Active|CA8|California Air Resources Board|R9|35.135790|-118.431308||-8.00|US|||||| +840MMCA82060|MMCA82060|840MMCA82060|PM2.5|Temporary|2060|N/A|Active|CA8|California Air Resources Board|R9|38.673184|-120.704470||-8.00|US|||||| +840MMCA82061|MMCA82061|840MMCA82061|PM2.5|Temporary|2061|N/A|Active|CA8|California Air Resources Board|R9|38.738877|-122.150245||-8.00|US|||||| +840MMCA82062|MMCA82062|840MMCA82062|PM2.5|Temporary|2062|MMCA82062|Active|CA8|California Air Resources Board|R9|41.047089|-123.675113||-8.00|US|||||| +840MMCA82063|MMCA82063|840MMCA82063|PM2.5|Temporary|2063|MMCA82063|Active|CA8|California Air Resources Board|R9|39.484820|-121.225119||-8.00|US|||||| +840MMCA82064|MMCA82064|840MMCA82064|PM2.5|Temporary|2064|MMCA82064|Active|CA8|California Air Resources Board|R9|38.560917|-121.507030||-8.00|US|||||| +840MMCA82065|MMCA82065|840MMCA82065|PM2.5|Temporary|2065|MMCA82065|Active|CA8|California Air Resources Board|R9|41.183131|-122.283497||-8.00|US|||||| +840MMCA82066|MMCA82066|840MMCA82066|PM2.5|Temporary|2066|MMCA82066|Active|CA8|California Air Resources Board|R9|41.789739|-123.392451||-8.00|US|||||| +840MMCA82067|MMCA82067|840MMCA82067|PM2.5|Temporary|2067|MMCA82067|Active|CA8|California Air Resources Board|R9|41.839939|-123.195662||-8.00|US|||||| +840MMCA82068|MMCA82068|840MMCA82068|PM2.5|Temporary|2068|N/A|Active|CA8|California Air Resources Board|R9|41.796477|-123.381121||-8.00|US|||||| +840MMCA82069|MMCA82069|840MMCA82069|PM2.5|Temporary|2069|MMCA82069|Active|CA8|California Air Resources Board|R9|41.047207|-123.675177||-8.00|US|||||| +840MMCA83999|MMCA83999|840MMCA83999|PM2.5|Temporary|3999|MMCA83999|Active|CA8|California Air Resources Board|R9|32.810120|-117.119171||-8.00|US|||||| +MMFRA1001|MMFRA1001|840MMFRA1001|PM2.5|Temporary|1001|MMFRA1001|Active|FRA|Feather River Air Quality Management District|R9|39.396425|-121.143923||-8.00|US|||||| +MMFS10011|MMFS10011|840MMFS10011|PM2.5|Temporary|0011|MMFS10011|Active|FS1|Forest Service|USEPA|39.714386|-105.123932||-7.00|US|||||| +MMFS10013|MMFS10013|840MMFS10013|PM2.5|Temporary|0013|Unit13|Active|FS1|Forest Service|USEPA|39.714333|-105.123909||-8.00|US|||||| +MMFS10015|MMFS10015|840MMFS10015|PM2.5|Temporary|0015|MMFS10015|Active|FS1|Forest Service|USEPA|39.714256|-105.124001||-8.00|US|||||| +MMFS10016|MMFS10016|840MMFS10016|PM2.5|Temporary|0016|N/A|Active|FS1|Forest Service|USEPA|39.714355|-105.123932||-7.00|US|||||| +MMFS10017|MMFS10017|840MMFS10017|PM2.5|Temporary|0017|Unit17|Active|FS1|Forest Service|USEPA|39.714367|-105.123932||-7.00|US|||||| +MMFS10019|MMFS10019|840MMFS10019|PM2.5|Temporary|0019|Unit19|Active|FS1|Forest Service|USEPA|45.253826|-113.888344||-8.00|US|||||| +MMFS10020|MMFS10020|840MMFS10020|PM2.5|Temporary|0020|Unit20|Active|FS1|Forest Service|USEPA|39.714333|-105.123970||-8.00|US|||||| +MMFS10021|MMFS10021|840MMFS10021|PM2.5|Temporary|0021|Unit21|Active|FS1|Forest Service|USEPA|39.714409|-105.123924||-8.00|US|||||| +MMFS10022|MMFS10022|840MMFS10022|PM2.5|Temporary|0022|Unit22|Active|FS1|Forest Service|USEPA|39.714336|-105.123970||-8.00|US|||||| +MMFS10023|MMFS10023|840MMFS10023|PM2.5|Temporary|0023|Unit23|Active|FS1|Forest Service|USEPA|39.714409|-105.123909||-5.00|US|||||| +MMFS10024|MMFS10024|840MMFS10024|PM2.5|Temporary|0024|Unit24|Active|FS1|Forest Service|USEPA|39.714340|-105.123848||-8.00|US|||||| +MMFS10025|MMFS10025|840MMFS10025|PM2.5|Temporary|0025|Unit25|Active|FS1|Forest Service|USEPA|36.739029|-119.255997||-8.00|US|||||| +MMFS10046|MMFS10046|840MMFS10046|PM2.5|Temporary|0046|Unit46|Active|FS1|Forest Service|USEPA|0.000000|0.000000||-8.00|US|||||| +MMFS10052|MMFS10052|840MMFS10052|PM2.5|Temporary|0052|Unit52|Active|FS1|Forest Service|USEPA|0.000000|0.000000||-8.00|US|||||| +MMFS10055|MMFS10055|840MMFS10055|PM2.5|Temporary|0055|Unit55|Active|FS1|Forest Service|USEPA|37.340000|-119.667000||-8.00|US|||||| +MMFS10061|MMFS10061|840MMFS10061|PM2.5|Temporary|0061|Unit61|Active|FS1|Forest Service|USEPA|33.455600|-111.996600||-7.00|US|||||| +MMFS10062|MMFS10062|840MMFS10062|PM2.5|Temporary|0062|Unit62|Active|FS1|Forest Service|USEPA|34.582200|-112.295500||-8.00|US|||||| +MMFS10065|MMFS10065|840MMFS10065|PM2.5|Temporary|0065|Unit65|Active|FS1|Forest Service|USEPA|46.927021|-114.095901||-7.00|US|||||| +MMFS10066|MMFS10066|840MMFS10066|PM2.5|Temporary|0066|Unit 66|Active|FS1|Forest Service|USEPA|39.714310|-105.123947||-7.00|US|||||| +MMFS10067|MMFS10067|840MMFS10067|PM2.5|Temporary|0067|Unit67|Active|FS1|Forest Service|USEPA|39.714279|-105.123955||-8.00|US|||||| +MMFS10068|MMFS10068|840MMFS10068|PM2.5|Temporary|0068|Unit68|Active|FS1|Forest Service|USEPA|44.851826|-113.619278||-7.00|US|||||| +MMFS10069|MMFS10069|840MMFS10069|PM2.5|Temporary|0069|Unit69|Active|FS1|Forest Service|USEPA|39.714325|-105.123901||-8.00|US|||||| +MMFS10073|MMFS10073|840MMFS10073|PM2.5|Temporary|0073|Unit73|Active|FS1|Forest Service|USEPA|0.000000|0.000000||-5.00|US|||||| +MMFS10075|MMFS10075|840MMFS10075|PM2.5|Temporary|0075|Unit75|Active|FS1|Forest Service|USEPA|37.939800|-119.128500||-8.00|US|||||| +MMFS10076|MMFS10076|840MMFS10076|PM2.5|Temporary|0076|Unit76|Active|FS1|Forest Service|USEPA|37.962000|-120.239100||-8.00|US|||||| +MMFS10086|MMFS10086|840MMFS10086|PM2.5|Temporary|0086|Unit0086|Active|FS1|Forest Service|USEPA|46.926865|-114.096115||-7.00|US|||||| +MMFS10139|MMFS10139|840MMFS10139|PM2.5|Temporary|0139|Unit139|Active|FS1|Forest Service|USEPA|46.926926|-114.096138||-7.00|US|||||| +MMFS10152|MMFS10152|840MMFS10152|PM2.5|Temporary|0152|Unit152|Active|FS1|Forest Service|USEPA|46.926781|-114.096230||-7.00|US|||||| +MMFS10153|MMFS10153|840MMFS10153|PM2.5|Temporary|0153|Unit153|Active|FS1|Forest Service|USEPA|46.926888|-114.096130||-7.00|US|||||| +MMFS10215|MMFS10215|840MMFS10215|PM2.5|Temporary|0215|Unit0215|Active|FS1|Forest Service|USEPA|39.714321|-105.123901||-8.00|US|||||| +MMFS10216|MMFS10216|840MMFS10216|PM2.5|Temporary|0216|Unit0216|Active|FS1|Forest Service|USEPA|39.714870|-105.124008||-8.00|US|||||| +MMFS10217|MMFS10217|840MMFS10217|PM2.5|Temporary|0217|Unit0217|Active|FS1|Forest Service|USEPA|45.087929|-114.240875||-7.00|US|||||| +840MMFS10231|MMFS10231|840MMFS10231|PM2.5|Temporary|0231|MMFS10231|Active|FS1|Forest Service|USEPA|39.714386|-105.123940||-7.00|US|||||| +MMFS10265|MMFS10265|840MMFS10265|PM2.5|Temporary|0265|Unit0265|Active|FS1|Forest Service|USEPA|39.714371|-105.123940||-8.00|US|||||| +MMFS10269|MMFS10269|840MMFS10269|PM2.5|Temporary|0269|Unit0269|Active|FS1|Forest Service|USEPA|38.979267|-105.353035||-7.00|US|||||| +MMFS10278|MMFS10278|840MMFS10278|PM2.5|Temporary|0278|Unit0278|Active|FS1|Forest Service|USEPA|39.714355|-105.123955||-7.00|US|||||| +MMFS10284|MMFS10284|840MMFS10284|PM2.5|Temporary|0284|Unit0284|Active|FS1|Forest Service|USEPA|39.714378|-105.123978||-8.00|US|||||| +MMFS10328|MMFS10328|840MMFS10328|PM2.5|Temporary|0328|Unit328|Active|FS1|Forest Service|USEPA|35.671535|-105.955544||-7.00|US|||||| +MMFS10386|MMFS10386|840MMFS10386|PM2.5|Temporary|0386|Unit386|Active|FS1|Forest Service|USEPA|36.392380|-105.285149||-7.00|US|||||| +840MMFS10401|MMFS10401|840MMFS10401|PM2.5|Temporary|0401|MMFS10401|Active|FS1|Forest Service|USEPA|37.877350|-119.343277||-8.00|US|||||| +840MMFS10418|MMFS10418|840MMFS10418|PM2.5|Temporary|0418|MMFS10418|Active|FS1|Forest Service|USEPA|47.817715|-120.713890||-7.00|US|||||| +840MMFS10487|MMFS10487|840MMFS10487|PM2.5|Temporary|0487|MMFS10487|Active|FS1|Forest Service|USEPA|39.714371|-105.123886||-7.00|US|||||| +840MMFS10488|MMFS10488|840MMFS10488|PM2.5|Temporary|0488|N/A|Active|FS1|Forest Service|USEPA|39.714291|-105.123917||0.00|US|||||| +840MMFS10493|MMFS10493|840MMFS10493|PM2.5|Temporary|0493|N/A|Active|FS1|Forest Service|USEPA|43.594055|-116.176628||0.00|US|||||| +840MMFS10494|MMFS10494|840MMFS10494|PM2.5|Temporary|0494|N/A|Active|FS1|Forest Service|USEPA|39.714298|-105.123886||0.00|US|||||| +840MMFS10513|MMFS10513|840MMFS10513|PM2.5|Temporary|0513|N/A|Active|FS1|Forest Service|USEPA|43.594093|-116.176704||0.00|US|||||| +MMFS10539|MMFS10539|840MMFS10539|PM2.5|Temporary|0539|Unit539|Active|FS1|Forest Service|USEPA|6.000000|207.000000||0.00|US|||||| +840MMFS10592|MMFS10592|840MMFS10592|PM2.5|Temporary|0592|MMFS10592|Active|FS1|Forest Service|USEPA|47.843128|-120.816483||-7.00|US|||||| +840MMFS10659|MMFS10659|840MMFS10659|PM2.5|Temporary|0659|N/A|Active|FS1|Forest Service|USEPA|39.714371|-105.123901||0.00|US|||||| +840MMFS10660|MMFS10660|840MMFS10660|PM2.5|Temporary|0660|N/A|Active|FS1|Forest Service|USEPA|39.714340|-105.123878||0.00|US|||||| +840MMFS10661|MMFS10661|840MMFS10661|PM2.5|Temporary|0661|N/A|Active|FS1|Forest Service|USEPA|43.593987|-116.176697||0.00|US|||||| +840MMFS10662|MMFS10662|840MMFS10662|PM2.5|Temporary|0662|N/A|Active|FS1|Forest Service|USEPA|44.516804|-116.041595||0.00|US|||||| +840MMFS10834|MMFS10834|840MMFS10834|PM2.5|Temporary|0834|N/A|Active|FS1|Forest Service|USEPA|35.611755|-82.568985||0.00|US|||||| +MMFS10835|MMFS10835|840MMFS10835|PM2.5|Temporary|0835|Unit835|Active|FS1|Forest Service|USEPA|37.526917|-79.680374||-5.00|US|||||| +840MMFS10840|MMFS10840|840MMFS10840|PM2.5|Temporary|0840|N/A|Active|FS1|Forest Service|USEPA|39.714363|-105.123901||0.00|US|||||| +MMFS10855|MMFS10855|840MMFS10855|PM2.5|Temporary|0855|Unit855|Active|FS1|Forest Service|USEPA|37.385071|-79.730209||-5.00|US|||||| +MMFS10856|MMFS10856|840MMFS10856|PM2.5|Temporary|0856|Unit856|Active|FS1|Forest Service|USEPA|37.454681|-79.602112||-5.00|US|||||| +840MMFS10866|MMFS10866|840MMFS10866|PM2.5|Temporary|0866|N/A|Active|FS1|Forest Service|USEPA|39.714378|-105.123970||0.00|US|||||| +840MMFS10882|MMFS10882|840MMFS10882|PM2.5|Temporary|0882|MMFS10882|Active|FS1|Forest Service|USEPA|39.714348|-105.123978||-7.00|US|||||| +MMFS10915|MMFS10915|840MMFS10915|PM2.5|Temporary|0915|Unit915|Active|FS1|Forest Service|USEPA|43.815876|-71.666344||-5.00|US|||||| +MMFS10916|MMFS10916|840MMFS10916|PM2.5|Temporary|0916|Unit916|Active|FS1|Forest Service|USEPA|36.762730|-90.410179||-6.00|US|||||| +840MMFS10917|MMFS10917|840MMFS10917|PM2.5|Temporary|0917|N/A|Active|FS1|Forest Service|USEPA|43.815815|-71.666420||0.00|US|||||| +840MMFS10925|MMFS10925|840MMFS10925|PM2.5|Temporary|0925|N/A|Active|FS1|Forest Service|USEPA|39.714275|-105.123917||0.00|US|||||| +840MMFS10947|MMFS10947|840MMFS10947|PM2.5|Temporary|0947|N/A|Active|FS1|Forest Service|USEPA|39.714375|-105.123970||0.00|US|||||| +840MMFS10949|MMFS10949|840MMFS10949|PM2.5|Temporary|0949|N/A|Active|FS1|Forest Service|USEPA|39.714371|-105.123917||0.00|US|||||| +MMFS10960|MMFS10960|840MMFS10960|PM2.5|Temporary|0960|Unit960|Active|FS1|Forest Service|USEPA|46.563099|-91.403183||-6.00|US|||||| +MMFS11000|MMFS11000|840MMFS11000|PM2.5|Temporary|1000|Unit1000|Active|FS1|Forest Service|USEPA|0.000000|0.000000||-5.00|US|||||| +MMFS11001|MMFS11001|840MMFS11001|PM2.5|Temporary|1001|Unit1001|Active|FS1|Forest Service|USEPA|34.845700|-93.785800||-7.00|US|||||| +MMFS11012|MMFS11012|840MMFS11012|PM2.5|Temporary|1012|Unit1012|Active|FS1|Forest Service|USEPA|48.607410|-118.134356||-8.00|US|||||| +MMFS11013|MMFS11013|840MMFS11013|PM2.5|Temporary|1013|Unit1013|Active|FS1|Forest Service|USEPA|37.233020|-119.505630||-8.00|US|||||| +MMFS11014|MMFS11014|840MMFS11014|PM2.5|Temporary|1014|Unit1014|Active|FS1|Forest Service|USEPA|32.898549|-117.120137||-8.00|US|||||| +MMFS11016|MMFS11016|840MMFS11016|PM2.5|Temporary|1016|Unit1016|Active|FS1|Forest Service|USEPA|37.035749|-119.512217||-8.00|US|||||| +MMFS11019|MMFS11019|840MMFS11019|PM10|Temporary|1019|Unit1019|Active|FS1|Forest Service|USEPA|36.138378|-118.617132||-8.00|US|||||| +MMFS11019|MMFS11019|840MMFS11019|PM2.5|Temporary|1019|Unit1019|Active|FS1|Forest Service|USEPA|36.138378|-118.617132||-8.00|US|||||| +MMFS11020|MMFS11020|840MMFS11020|PM2.5|Temporary|1020|Unit1020|Active|FS1|Forest Service|USEPA|38.330966|-119.757156||-8.00|US|||||| +MMFS11025|MMFS11025|840MMFS11025|PM2.5|Temporary|1025|Unit1025|Active|FS1|Forest Service|USEPA|40.946800|-123.636400||-8.00|US|||||| +MMFS11026|MMFS11026|840MMFS11026|PM2.5|Temporary|1026|Unit1026|Active|FS1|Forest Service|USEPA|35.755091|-118.417490||-8.00|US|||||| +MMFS11027|MMFS11027|840MMFS11027|PM2.5|Temporary|1027|Unit1027|Active|FS1|Forest Service|USEPA|35.755434|-118.418348||-8.00|US|||||| +MMFS11028|MMFS11028|840MMFS11028|PM2.5|Temporary|1028|Unit1028|Active|FS1|Forest Service|USEPA|34.210171|-118.870504||0.00|US|||||| +MMFS11029|MMFS11029|840MMFS11029|PM2.5|Temporary|1029|Unit1029|Active|FS1|Forest Service|USEPA|41.301212|-123.132384||-8.00|US|||||| +MMFS11030|MMFS11030|840MMFS11030|PM2.5|Temporary|1030|Unit1030|Active|FS1|Forest Service|USEPA|36.021380|-118.136909||-8.00|US|||||| +MMFS11031|MMFS11031|840MMFS11031|PM2.5|Temporary|1031|Unit1031|Active|FS1|Forest Service|USEPA|33.779140|-84.395835||-5.00|US|||||| +MMFS11032|MMFS11032|840MMFS11032|PM2.5|Temporary|1032|Unit1032|Active|FS1|Forest Service|USEPA|47.795141|-122.375808||-5.00|US|||||| +MMFS11033|MMFS11033|840MMFS11033|PM2.5|Temporary|1033|Unit1033|Active|FS1|Forest Service|USEPA|47.801600|-122.378576||-5.00|US|||||| +MMFS11034|MMFS11034|840MMFS11034|PM2.5|Temporary|1034|Unit1034|Active|FS1|Forest Service|USEPA|48.607528|-118.134227||-8.00|US|||||| +MMFS11038|MMFS11038|840MMFS11038|PM2.5|Temporary|1038|N/A|Active|FS1|Forest Service|USEPA|35.961100|-93.239600||0.00|US|||||| +MMFS11039|MMFS11039|840MMFS11039|PM2.5|Temporary|1039|N/A|Active|FS1|Forest Service|USEPA|35.142800|-93.895600||0.00|US|||||| +MMFS11043|MMFS11043|840MMFS11043|PM2.5|Temporary|1043|Unit1043|Active|FS1|Forest Service|USEPA|36.911037|-119.306159||-8.00|US|||||| +MMFS11044|MMFS11044|840MMFS11044|PM2.5|Temporary|1044|Unit1044|Active|FS1|Forest Service|USEPA|39.403721|-120.194871||-8.00|US|||||| +MMFS11045|MMFS11045|840MMFS11045|PM2.5|Temporary|1045|Unit1045|Active|FS1|Forest Service|USEPA|37.233127|-119.505608||-8.00|US|||||| +MMFS11051|MMFS11051|840MMFS11051|PM2.5|Temporary|1051|Unit1051|Active|FS1|Forest Service|USEPA|37.877190|-119.343388||-8.00|US|||||| +MMFS11052|MMFS11052|840MMFS11052|PM2.5|Temporary|1052|MMFS11052|Active|FS1|Forest Service|USEPA|37.629687|-119.084480||-8.00|US|||||| +MMFS11055|MMFS11055|840MMFS11055|PM2.5|Temporary|1055|Unit1055|Active|FS1|Forest Service|USEPA|36.832641|-119.684823||-8.00|US|||||| +MMFS11059|MMFS11059|840MMFS11059|PM2.5|Temporary|1059|N/A|Active|FS1|Forest Service|USEPA|32.808920|-117.132089||0.00|US|||||| +MMFS11060|MMFS11060|840MMFS11060|PM2.5|Temporary|1060|Unit1060|Active|FS1|Forest Service|USEPA|35.969818|-118.541300||-8.00|US|||||| +MMFS11061|MMFS11061|840MMFS11061|PM2.5|Temporary|1061|MMFS11061|Active|FS1|Forest Service|USEPA|32.809199|-117.132390||-8.00|US|||||| +MMFS11069|MMFS11069|840MMFS11069|PM2.5|Temporary|1069|Unit 1069|Active|FS1|Forest Service|USEPA|37.647368|-118.960991||0.00|US|||||| +840MMFS11070|MMFS11070|840MMFS11070|PM2.5|Temporary|1070|N/A|Active|FS1|Forest Service|USEPA|46.924678|-122.696021||-8.00|US|||||| +840MMFS11071|MMFS11071|840MMFS11071|PM2.5|Temporary|1071|N/A|Active|FS1|Forest Service|USEPA|47.029896|-122.451382||-8.00|US|||||| +840MMFS11075|MMFS11075|840MMFS11075|PM2.5|Temporary|1075|MMFS11075|Active|FS1|Forest Service|USEPA|32.790477|-108.243184||-7.00|US|||||| +840MMFS11078|MMFS11078|840MMFS11078|PM2.5|Temporary|1078|MMFS11078|Active|FS1|Forest Service|USEPA|47.028683|-122.668555||-8.00|US|||||| +840MMFS11079|MMFS11079|840MMFS11079|PM2.5|Temporary|1079|MMFS11079|Active|FS1|Forest Service|USEPA|47.048392|-122.555022||-8.00|US|||||| +840MMFS11085|MMFS11085|840MMFS11085|PM2.5|Temporary|1085|MMFS11085|Active|FS1|Forest Service|USEPA|37.981485|-120.367219||-8.00|US|||||| +840MMFS11086|MMFS11086|840MMFS11086|PM2.5|Temporary|1086|N/A|Active|FS1|Forest Service|USEPA|32.810079|-117.119172||0.00|US|||||| +840MMFS11306|MMFS11306|840MMFS11306|PM2.5|Temporary|1306|MMFS11306|Active|FS1|Forest Service|USEPA|48.623837|-116.954559||-7.00|US|||||| +840MMFS11307|MMFS11307|840MMFS11307|PM2.5|Temporary|1307|MMFS11307|Active|FS1|Forest Service|USEPA|46.926868|-114.096184||-8.00|US|||||| +840MMFS12264|MMFS12264|840MMFS12264|PM2.5|Temporary|2264|N/A|Active|FS1|Forest Service|USEPA|39.714352|-105.123993||0.00|US|||||| +840MMFS12265|MMFS12265|840MMFS12265|PM2.5|Temporary|2265|N/A|Active|FS1|Forest Service|USEPA|39.714325|-105.123894||0.00|US|||||| +840MMFS12401|MMFS12401|840MMFS12401|PM2.5|Temporary|2401|MMFS12401|Active|FS1|Forest Service|USEPA|47.195087|-114.894524||-7.00|US|||||| +840MMFS12402|MMFS12402|840MMFS12402|PM2.5|Temporary|2402|MMFS12402|Active|FS1|Forest Service|USEPA|47.195305|-114.894623||-7.00|US|||||| +840MMFS12601|MMFS12601|840MMFS12601|PM2.5|Temporary|2601|MMFS12601|Active|FS1|Forest Service|USEPA|40.659405|-119.369308||-8.00|US|||||| +840MMFS12602|MMFS12602|840MMFS12602|PM2.5|Temporary|2602|MMFS12602|Active|FS1|Forest Service|USEPA|40.659405|-119.369316||-8.00|US|||||| +MMFS13201|MMFS13201|840MMFS13201|PM2.5|Temporary|3201|MMFS13201|Active|FS1|Forest Service|USEPA|35.320000|-82.400002||-5.00|US|||||| +MMFS13202|MMFS13202|840MMFS13202|PM2.5|Temporary|3202|MMFS13202|Active|FS1|Forest Service|USEPA|35.349998|-77.669998||-5.00|US|||||| +MMFS13203|MMFS13203|840MMFS13203|PM2.5|Temporary|3203|MMFS13203|Active|FS1|Forest Service|USEPA|35.349998|-77.669998||-5.00|US|||||| +MMFS19999|MMFS19999|840MMFS19999|PM2.5|Temporary|9999|Unit9999|Active|FS1|Forest Service|USEPA|39.714382|-105.123970||-8.00|US|||||| +840MMFS1CCLV|MMFS1CCLV|840MMFS1CCLV|WS|Permanent|CCLV|Calveras Road|Active|FS1|Forest Service|USEPA|37.553055|-121.843888||-8.00|US|||MM|MM|FS1|FS1 - Forest Service +840MMFS1CCLV|MMFS1CCLV|840MMFS1CCLV|WD|Permanent|CCLV|Calveras Road|Active|FS1|Forest Service|USEPA|37.553055|-121.843888||-8.00|US|||MM|MM|FS1|FS1 - Forest Service +840MMFS1CCLV|MMFS1CCLV|840MMFS1CCLV|RHUM|Permanent|CCLV|Calveras Road|Active|FS1|Forest Service|USEPA|37.553055|-121.843888||-8.00|US|||MM|MM|FS1|FS1 - Forest Service +840MMFS1CCLV|MMFS1CCLV|840MMFS1CCLV|PM2.5|Permanent|CCLV|Calveras Road|Active|FS1|Forest Service|USEPA|37.553055|-121.843888||-8.00|US|||MM|MM|FS1|FS1 - Forest Service +840MMFS1CCLV|MMFS1CCLV|840MMFS1CCLV|PM10|Permanent|CCLV|Calveras Road|Active|FS1|Forest Service|USEPA|37.553055|-121.843888||-8.00|US|||MM|MM|FS1|FS1 - Forest Service +840MMFS1CCLV|MMFS1CCLV|840MMFS1CCLV|TEMP|Permanent|CCLV|Calveras Road|Active|FS1|Forest Service|USEPA|37.553055|-121.843888||-8.00|US|||MM|MM|FS1|FS1 - Forest Service +MMGBU1000|MMGBU1000|840MMGBU1000|RHUM|Temporary|1000|EBAM 0|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|38.545661|-119.478872||-8.00|US|||||| +MMGBU1000|MMGBU1000|840MMGBU1000|PM2.5|Temporary|1000|EBAM 0|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|38.545661|-119.478872||-8.00|US|||||| +MMGBU1000|MMGBU1000|840MMGBU1000|WS|Temporary|1000|EBAM 0|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|38.545661|-119.478872||-8.00|US|||||| +MMGBU1000|MMGBU1000|840MMGBU1000|WD|Temporary|1000|EBAM 0|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|38.545661|-119.478872||-8.00|US|||||| +MMGBU1001|MMGBU1001|840MMGBU1001|PM2.5|Temporary|1001|EBAM|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|38.765581|-119.807453||-8.00|US|||||| +MMGBU1001|MMGBU1001|840MMGBU1001|WS|Temporary|1001|EBAM|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|38.765581|-119.807453||-8.00|US|||||| +MMGBU1001|MMGBU1001|840MMGBU1001|WD|Temporary|1001|EBAM|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|38.765581|-119.807453||-8.00|US|||||| +MMGBU1001|MMGBU1001|840MMGBU1001|RHUM|Temporary|1001|EBAM|Inactive|GBU|Great Basin Unified Air Pollution Control District|R9|38.765581|-119.807453||-8.00|US|||||| +840MMGBU1002|MMGBU1002|840MMGBU1002|RHUM|Temporary|1002|PM2.5 Mammoth Lakes EBAM|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.645823|-118.966548||-8.00|US|||||| +840MMGBU1002|MMGBU1002|840MMGBU1002|PM2.5|Temporary|1002|PM2.5 Mammoth Lakes EBAM|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.645823|-118.966548||-8.00|US|||||| +840MMGBU1002|MMGBU1002|840MMGBU1002|WS|Temporary|1002|PM2.5 Mammoth Lakes EBAM|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.645823|-118.966548||-8.00|US|||||| +840MMGBU1002|MMGBU1002|840MMGBU1002|WD|Temporary|1002|PM2.5 Mammoth Lakes EBAM|Active|GBU|Great Basin Unified Air Pollution Control District|R9|37.645823|-118.966548||-8.00|US|||||| +840MMGBU1003|MMGBU1003|840MMGBU1003|RHUM|Temporary|1003|PM2.5 Woodfords EBAM|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.765559|-119.807410||-8.00|US|||||| +840MMGBU1003|MMGBU1003|840MMGBU1003|PM2.5|Temporary|1003|PM2.5 Woodfords EBAM|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.765559|-119.807410||-8.00|US|||||| +840MMGBU1003|MMGBU1003|840MMGBU1003|WS|Temporary|1003|PM2.5 Woodfords EBAM|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.765559|-119.807410||-8.00|US|||||| +840MMGBU1003|MMGBU1003|840MMGBU1003|WD|Temporary|1003|PM2.5 Woodfords EBAM|Active|GBU|Great Basin Unified Air Pollution Control District|R9|38.765559|-119.807410||-8.00|US|||||| +MMHI10HA1|MMHI10HA1|840MMHI10HA1|PM2.5|Temporary|0HA1|N/A|Inactive|HI1|Hawaii State Dept. of Health|R9|19.501000|-154.944400||-10.00|US|||||| +MMHI1HA01|MMHI1HA01|840MMHI1HA01|PM2.5|Temporary|HA01|HAAS_SCHOOL|Inactive|HI1|Hawaii State Dept. of Health|R9|19.501000|-154.944400||-10.00|US|||||| +MMHI1LE01|MMHI1LE01|840MMHI1LE01|PM2.5|Temporary|LE01|LEILANI|Inactive|HI1|Hawaii State Dept. of Health|R9|19.463989|-154.898000||-10.00|US|||||| +MMHI1PH01|MMHI1PH01|840MMHI1PH01|PM2.5|Temporary|PH01|PAHOA HIGH SCHOOL|Inactive|HI1|Hawaii State Dept. of Health|R9|19.491039|-154.942250||-10.00|US|||||| +MMMPC1000|MMMPC1000|840MMMPC1000|PM2.5|Temporary|1000|MariposaUnit1000|Active|MPC|Mariposa County|R9|37.498012|-119.981797||-8.00|US|||||| +840MMMPC1001|MMMPC1001|840MMMPC1001|PM2.5|Temporary|1001|MariposaUnit1001|Active|MPC|Mariposa County|R9|37.498012|-119.981904||-8.00|US|||||| +MMMT10001|MMMT10001|840MMMT10001|PM2.5|Temporary|0001|Dillon|Active|MT1|Montana DEQ|R8|45.206448|-112.642518||-7.00|US|||||| +MMMT10002|MMMT10002|840MMMT10002|PM2.5|Temporary|0002|Rainy Lake|Inactive|MT1|Montana DEQ|R8|47.347397|-113.589791||-7.00|US|||||| +MMMT10003|MMMT10003|840MMMT10003|PM2.5|Temporary|0003|Clearwater|Inactive|MT1|Montana DEQ|R8|46.998809|-113.384844||-7.00|US|||||| +MMMT10004|MMMT10004|840MMMT10004|PM2.5|Temporary|0004|White Sulphur Springs|Inactive|MT1|Montana DEQ|R8|46.502902|-110.906273||-7.00|US|||||| +MMMT10005|MMMT10005|840MMMT10005|PM2.5|Temporary|0005|Lincoln|Inactive|MT1|Montana DEQ|R8|46.955999|-112.655398||-7.00|US|||||| +MMMT10006|MMMT10006|840MMMT10006|PM2.5|Temporary|0006|Cut Bank|Active|MT1|Montana DEQ|R8|48.607406|-112.363842||-7.00|US|||||| +840MMMT10007|MMMT10007|840MMMT10007|PM2.5|Temporary|0007|Havre|Inactive|MT1|Montana DEQ|R8|48.551019|-109.677483||-7.00|US|||||| +840MMMT10008|MMMT10008|840MMMT10008|PM2.5|Temporary|0008|Red Lodge|Inactive|MT1|Montana DEQ|R8|45.169444|-109.258889||-7.00|US|||||| +840MMMT10009|MMMT10009|840MMMT10009|PM2.5|Temporary|0009|Pioneer Park|Inactive|MT1|Montana DEQ|R8|46.584320|-112.041621||-7.00|US|||||| +840MMMT10010|MMMT10010|840MMMT10010|PM2.5|Temporary|0010|Bear Gulch|Inactive|MT1|Montana DEQ|R8|46.578568|-112.079772||-7.00|US|||||| +840MMMT10011|MMMT10011|840MMMT10011|PM2.5|Temporary|0011|LaGrande Cannon|Inactive|MT1|Montana DEQ|R8|46.597282|-112.065026||-7.00|US|||||| +MMNC1LUR1|MMNC1LUR1|840MMNC1LUR1|PM2.5|Temporary|LUR1|Lake Lure Mobile Monitor 1|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.431204|-82.227495||-5.00|US|||||| +MMNC1MRN1|MMNC1MRN1|840MMNC1MRN1|PM2.5|Temporary|MRN1|Marion Mobile Monitor|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.686940|-81.995000||-7.00|US|||||| +MMNC1SYL1|MMNC1SYL1|840MMNC1SYL1|PM2.5|Temporary|SYL1|Sylva Mobile Monitor 1|Inactive|NC1|North Carolina DEQ - Division of Air Quality|R4|35.367010|-83.221230||-5.00|US|||||| +MMNPS1003|MMNPS1003|840MMNPS1003|PM2.5|Temporary|1003|MMNPS1003|Active|NPS|National Park Service|USEPA|60.788984|-161.779883||-9.00|US|||||| +MMNPS1004|MMNPS1004|840MMNPS1004|PM2.5|Temporary|1004|MMNPS1004|Active|NPS|National Park Service|USEPA|42.494066|-114.402909||-7.00|US|||||| +MMNPS1005|MMNPS1005|840MMNPS1005|PM2.5|Temporary|1005|MMNPS1005|Active|NPS|National Park Service|USEPA|45.412030|-116.329615||-7.00|US|||||| +MMNPS1006|MMNPS1006|840MMNPS1006|PM2.5|Temporary|1006|MMNPS1006|Active|NPS|National Park Service|USEPA|48.152390|-116.171515||-8.00|US|||||| +MMNPS1007|MMNPS1007|840MMNPS1007|PM2.5|Temporary|1007|MMNPS1007|Active|NPS|National Park Service|USEPA|44.329823|-115.802636||-7.00|US|||||| +MMNPS1008|MMNPS1008|840MMNPS1008|PM2.5|Temporary|1008|MMNPS1008|Active|NPS|National Park Service|USEPA|44.211205|-114.936841||-7.00|US|||||| +840MMNPS1010|MMNPS1010|840MMNPS1010|PM2.5|Temporary|1010|MMNPS1010|Active|NPS|National Park Service|USEPA|32.898409|-117.120137||-8.00|US|||||| +MMNPS1011|MMNPS1011|840MMNPS1011|PM2.5|Temporary|1011|MMNPS1011|Active|NPS|National Park Service|USEPA|37.797443|-119.859660||-8.00|US|||||| +MMNPS1013|MMNPS1013|840MMNPS1013|PM2.5|Temporary|1013|MMNPS1013|Active|NPS|National Park Service|USEPA|47.891668|-120.153608||-8.00|US|||||| +MMNPS1014|MMNPS1014|840MMNPS1014|PM2.5|Temporary|1014|MMNPS1014|Active|NPS|National Park Service|USEPA|41.582233|-121.912708||-8.00|US|||||| +MMNPS1015|MMNPS1015|840MMNPS1015|PM2.5|Temporary|1015|MMNPS1015|Active|NPS|National Park Service|USEPA|36.427928|-118.912303||-8.00|US|||||| +MMNPS1016|MMNPS1016|840MMNPS1016|PM2.5|Temporary|1016|MMNPS1016|Active|NPS|National Park Service|USEPA|36.427875|-118.912346||-8.00|US|||||| +MMNPS1017|MMNPS1017|840MMNPS1017|PM2.5|Temporary|1017|MMNPS1017|Active|NPS|National Park Service|USEPA|41.685884|-122.642033||-8.00|US|||||| +MMNPS1018|MMNPS1018|840MMNPS1018|PM2.5|Temporary|1018|MMNPS1018|Active|NPS|National Park Service|USEPA|41.319913|-122.295406||-8.00|US|||||| +MMNPS1019|MMNPS1019|840MMNPS1019|PM2.5|Temporary|1019|MMNPS1019|Active|NPS|National Park Service|USEPA|37.539972|-119.658194||-8.00|US|||||| +MMNPS1020|MMNPS1020|840MMNPS1020|PM2.5|Temporary|1020|MMNPS1020|Active|NPS|National Park Service|USEPA|37.674555|-119.783957||-8.00|US|||||| +MMNPS1021|MMNPS1021|840MMNPS1021|PM2.5|Temporary|1021|MMNPS1021|Active|NPS|National Park Service|USEPA|36.427778|-118.912389||-8.00|US|||||| +MMNPS1024|MMNPS1024|840MMNPS1024|PM2.5|Temporary|1024|MMNPS1024|Active|NPS|National Park Service|USEPA|40.102683|-123.793859||-8.00|US|||||| +MMNPS1026|MMNPS1026|840MMNPS1026|PM2.5|Temporary|1026|MMNPS1026|Active|NCA|North Coast Unified Air Quality Management District|R9|40.946850|-123.636510||-8.00|US|||||| +MMNPS1027|MMNPS1027|840MMNPS1027|PM2.5|Temporary|1027|MMNPS1027|Active|NCA|North Coast Unified Air Quality Management District|R9|40.102705|-123.793902||-8.00|US|||||| +MMNPS1028|MMNPS1028|840MMNPS1028|PM2.5|Temporary|1028|MMNPS1028|Active|NPS|National Park Service|USEPA|41.755965|-124.203594||-8.00|US|||||| +MMNPS1029|MMNPS1029|840MMNPS1029|PM2.5|Temporary|1029|MMNPS1029|Active|NPS|National Park Service|USEPA|39.508477|-121.590264||-8.00|US|||||| +MMNPS1030|MMNPS1030|840MMNPS1030|PM2.5|Temporary|1030|MMNPS1030|Active|NPS|National Park Service|USEPA|36.790284|-118.658717||-8.00|US|||||| +MMNPS1031|MMNPS1031|840MMNPS1031|PM2.5|Temporary|1031|MMNPS1031|Active|NCA|North Coast Unified Air Quality Management District|R9|40.800766|-124.158511||-8.00|US|||||| +MMNPS1032|MMNPS1032|840MMNPS1032|PM2.5|Temporary|1032|MMNPS1032|Active|NPS|National Park Service|USEPA|36.790338|-118.658674||-8.00|US|||||| +MMNPS1033|MMNPS1033|840MMNPS1033|PM2.5|Temporary|1033|MMNPS1033|Active|NPS|National Park Service|USEPA|36.452701|-118.611016||-8.00|US|||||| +840MMNPS1034|MMNPS1034|840MMNPS1034|PM2.5|Temporary|1034|MMNPS1034|Active|NPS|National Park Service|USEPA|41.189858|-123.696420||-8.00|US|||||| +840MMNPS1035|MMNPS1035|840MMNPS1035|PM2.5|Temporary|1035|MMNPS1035|Active|NPS|National Park Service|USEPA|40.012690|-122.383704||-8.00|US|||||| +840MMNPS1036|MMNPS1036|840MMNPS1036|PM2.5|Temporary|1036|MMNPS1036|Active|NPS|National Park Service|USEPA|41.513858|-123.996227||-8.00|US|||||| +840MMNPS1037|MMNPS1037|840MMNPS1037|PM2.5|Temporary|1037|MMNPS1037|Active|NPS|National Park Service|USEPA|39.018888|-122.913258||-8.00|US|||||| +840MMNPS1038|MMNPS1038|840MMNPS1038|PM2.5|Temporary|1038|MMNPS1038|Active|NPS|National Park Service|USEPA|39.018899|-122.913365||-8.00|US|||||| +840MMNPS1039|MMNPS1039|840MMNPS1039|PM2.5|Temporary|1039|MMNPS1039|Active|NPS|National Park Service|USEPA|46.334914|-116.535888||-8.00|US|||||| +840MMNPS1040|MMNPS1040|840MMNPS1040|PM2.5|Temporary|1040|MMNPS1040|Active|NPS|National Park Service|USEPA|39.714664|-105.126071||-7.00|US|||||| +840MMNPS1041|MMNPS1041|840MMNPS1041|PM2.5|Temporary|1041|MMNPS1041|Active|NPS|National Park Service|USEPA|46.233923|-116.247840||-8.00|US|||||| +840MMNPS1042|MMNPS1042|840MMNPS1042|PM2.5|Temporary|1042|MMNPS1042|Active|NPS|National Park Service|USEPA|46.464765|-116.235180||-8.00|US|||||| +840MMNPS1043|MMNPS1043|840MMNPS1043|PM2.5|Temporary|1043|MMNPS1043|Active|NPS|National Park Service|USEPA|41.427190|-122.382996||-8.00|US|||||| +840MMNPS1044|MMNPS1044|840MMNPS1044|PM2.5|Temporary|1044|MMNPS1044|Active|NPS|National Park Service|USEPA|41.784149|-122.051604||-8.00|US|||||| +840MMNPS1045|MMNPS1045|840MMNPS1045|PM2.5|Temporary|1045|MMNPS1045|Active|NPS|National Park Service|USEPA|41.528428|-122.371838||-8.00|US|||||| +840MMNPS1046|MMNPS1046|840MMNPS1046|PM2.5|Temporary|1046|MMNPS1046|Active|NPS|National Park Service|USEPA|41.457918|-122.900019||-8.00|US|||||| +840MMNPS1054|MMNPS1054|840MMNPS1054|PM2.5|Temporary|1054|MMNPS1054|Active|NPS|National Park Service|USEPA|43.648134|-116.271465||-7.00|US|||||| +840MMNPT1020|MMNPT1020|840MMNPT1020|PM2.5|Temporary|1020|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1021|MMNPT1021|840MMNPT1021|PM2.5|Temporary|1021|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1026|MMNPT1026|840MMNPT1026|PM2.5|Temporary|1026|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1031|MMNPT1031|840MMNPT1031|PM2.5|Temporary|1031|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1032|MMNPT1032|840MMNPT1032|PM2.5|Temporary|1032|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1033|MMNPT1033|840MMNPT1033|PM2.5|Temporary|1033|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1034|MMNPT1034|840MMNPT1034|PM2.5|Temporary|1034|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1036|MMNPT1036|840MMNPT1036|PM2.5|Temporary|1036|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1037|MMNPT1037|840MMNPT1037|PM2.5|Temporary|1037|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1038|MMNPT1038|840MMNPT1038|PM2.5|Temporary|1038|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1039|MMNPT1039|840MMNPT1039|PM2.5|Temporary|1039|N/A|Active|NPT|Nez Perce Tribe|R10|46.334989|-116.535823||-8.00|US|||||| +840MMNPT1041|MMNPT1041|840MMNPT1041|PM2.5|Temporary|1041|N/A|Active|NPT|Nez Perce Tribe|R10|46.233977|-116.247797||-8.00|US|||||| +840MMNPT1042|MMNPT1042|840MMNPT1042|PM2.5|Temporary|1042|N/A|Active|NPT|Nez Perce Tribe|R10|46.464744|-116.235137||-8.00|US|||||| +840MMNPT1044|MMNPT1044|840MMNPT1044|PM2.5|Temporary|1044|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1046|MMNPT1046|840MMNPT1046|PM2.5|Temporary|1046|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +840MMNPT1054|MMNPT1054|840MMNPT1054|PM2.5|Temporary|1054|N/A|Inactive|NPT|Nez Perce Tribe|R10|0.000000|0.000000||0.00|US|||||| +MMNV21000|MMNV21000|840MMNV21000|PM2.5|Temporary|1000|MMNV21000|Inactive|NV2|Washoe County Health District Air Quality Management Division|R9|39.889437|-119.964373||-8.00|US|||||| +MMOAQ1000|MMOAQ1000|840MMOAQ1000|PM10|Temporary|1000|Unit1000|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|60.489200|-151.069200||0.00|US|||||| +MMOAQ1000|MMOAQ1000|840MMOAQ1000|PM2.5|Temporary|1000|Unit1000|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|60.489200|-151.069200||0.00|US|||||| +MMOAQ1001|MMOAQ1001|840MMOAQ1001|PM2.5|Temporary|1001|Unit1001|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|61.223200|-149.874400||-8.00|US|||||| +MMOAQ1001|MMOAQ1001|840MMOAQ1001|PM10|Temporary|1001|Unit1001|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|61.223200|-149.874400||-8.00|US|||||| +MMOAQ1002|MMOAQ1002|840MMOAQ1002|PM2.5|Temporary|1002|Hayfork - 10 Gladys Way|Inactive|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|40.550600|-123.166700|91.500|-8.00|US|||||| +MMOAQ1003|MMOAQ1003|840MMOAQ1003|PM2.5|Temporary|1003|PASCAGOULA|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|30.378100|-88.533900|91.500|-6.00|US|||||| +MMOAQ1004|MMOAQ1004|840MMOAQ1004|PM2.5|Temporary|1004|Monterey - District Office|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|36.572800|-121.805000|91.500|-8.00|US|||||| +MMOAQ1005|MMOAQ1005|840MMOAQ1005|PM2.5|Temporary|1005|Fort Walton|Inactive|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|30.426600|-86.666700|91.500|-6.00|US|||||| +MMOAQ1006|MMOAQ1006|840MMOAQ1006|PM2.5|Temporary|1006|Unit1006|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|48.277800|-117.713300||-8.00|US|||||| +MMOAQ1007|MMOAQ1007|840MMOAQ1007|PM2.5|Temporary|1007|BAYROAD|Active|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|30.474674|-88.141140||-6.00|US|||||| +MMOAQ1011|MMOAQ1011|840MMOAQ1011|PM10|Temporary|1011|N/A|Inactive|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|66.834900|-161.043000||0.00|US|||||| +MMOAQ2011|MMOAQ2011|840MMOAQ2011|PM2.5|Temporary|2011|MMOAQ2011|Active|TUO|Tuolumne County APCD|R9|37.959800|-120.317500||-8.00|US|||||| +MMOR11000|MMOR11000|840MMOR11000|PM2.5|Temporary|1000|E-BAM|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|44.063963|-121.312623||-8.00|US|||||| +MMOR11001|MMOR11001|840MMOR11001|PM2.5|Temporary|1001|E-Sampler 1|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.493956|-122.642848||0.00|US|||||| +MMOR11002|MMOR11002|840MMOR11002|PM2.5|Temporary|1002|E-Sampler 2|Inactive|OR1|Oregon Dept. of Environmental Quality|R10|45.515220|-122.615576||0.00|US|||||| +104MMR010001|MMR010001|104MMR010001|PM2.5|Permanent|0001|Rangoon|Active|MMR|U.S. Department of State Burma - Rangoon|DSBM|16.825600|96.144500||6.50|BM|||||| +840MMSC00001|MMSC00001|840MMSC00001|PM2.5|Temporary|0001|EBAM-1|Inactive|CA3|South Coast AQMD|R9|33.948533|-116.522895||-8.00|US|||||| +840MMSC00006|MMSC00006|840MMSC00006|PM2.5|Temporary|0006|EBAM-6|Inactive|CA3|South Coast AQMD|R9|33.948533|-116.522776||-8.00|US|||||| +840MMSCCARB2|MMSCCARB2|840MMSCCARB2|PM2.5|Temporary|ARB2|N/A|Active|FS1|Forest Service|USEPA|39.396507|-121.144073||0.00|US|||||| +MMTUO1000|MMTUO1000|840MMTUO1000|PM2.5|Temporary|1000|MMTUO1000|Inactive|TUO|Tuolumne County APCD|R9|63.722999|-148.967271||-9.00|US|||||| +MMTUO1001|MMTUO1001|840MMTUO1001|PM2.5|Temporary|1001|MMTUO1001|Active|TUO|Tuolumne County APCD|R9|37.962098|-120.239031||-8.00|US|||||| +MMTUO1006|MMTUO1006|840MMTUO1006|PM2.5|Temporary|1006|N/A|Active|TUO|Tuolumne County APCD|R9|48.186496|-117.049112||0.00|US|||||| +MMTUO1012|MMTUO1012|840MMTUO1012|PM2.5|Temporary|1012|N/A|Active|TUO|Tuolumne County APCD|R9|45.815778|-120.813668||0.00|US|||||| +MMTUO1013|MMTUO1013|840MMTUO1013|PM2.5|Temporary|1013|N/A|Active|TUO|Tuolumne County APCD|R9|46.993825|-120.544932||0.00|US|||||| +MMTUO1014|MMTUO1014|840MMTUO1014|PM2.5|Temporary|1014|N/A|Active|TUO|Tuolumne County APCD|R9|47.197577|-120.958250||0.00|US|||||| +MMTUO1015|MMTUO1015|840MMTUO1015|PM2.5|Temporary|1015|N/A|Active|TUO|Tuolumne County APCD|R9|47.197448|-120.958335||0.00|US|||||| +MMTUO2011|MMTUO2011|840MMTUO2011|PM2.5|Temporary|2011|MMTUO2011|Active|TUO|Tuolumne County APCD|R9|37.859949|-120.178134||-8.00|US|||||| +MNA010001|MNA010001|048MNA010001|PM2.5|Permanent|0001|Manama|Active|MNA|U.S. Department of State Bahrain - Manama|DSBA|26.204697|50.570833||3.00|BA|||||| +MNA010001|MNA010001|048MNA010001|O3|Permanent|0001|Manama|Active|MNA|U.S. Department of State Bahrain - Manama|DSBA|26.204697|50.570833||3.00|BA|||||| +458MY1010001|MY1010001|458MY1010001|PM2.5|Permanent|0001|Kuala Lumpur|Active|MY1|U.S. Department of State Malaysia - Kuala Lumpur|DSMY|3.156750|101.721450||8.00|MY|||||| +702NEA000000|NEA000000|702NEA000000|PM2.5|Permanent|0000|Central|Active|NEA|Singapore National Environment Agency||1.357350|103.820000||8.00||||||| +702NEA000001|NEA000001|702NEA000001|PM2.5|Permanent|0001|North|Active|NEA|Singapore National Environment Agency||1.418030|103.820000||8.00||||||| +702NEA000002|NEA000002|702NEA000002|PM2.5|Permanent|0002|East|Active|NEA|Singapore National Environment Agency||1.357350|103.940002||8.00||||||| +702NEA000003|NEA000003|702NEA000003|PM2.5|Permanent|0003|South|Active|NEA|Singapore National Environment Agency||1.295870|103.820000||8.00||||||| +702NEA000004|NEA000004|702NEA000004|PM2.5|Permanent|0004|West|Active|NEA|Singapore National Environment Agency||1.357350|103.699997||8.00||||||| +566NI1010001|NI1010001|566NI1010001|PM2.5|Permanent|0001|Abuja|Active|NI1|U.S. Department of State Nigeria - Abuja|DSNI|9.041648|7.477374||1.00|NI|||||| +566NI2010001|NI2010001|566NI2010001|PM2.5|Permanent|0001|Lagos|Active|NI2|U.S. Department of State Nigeria - Lagos|DSNI|6.440483|3.406815||1.00|NI|||||| +NRB000042|NRB000042|404NRB000042|TEMP|Permanent|0042|Viwandani|Active|NRB|Nairobi EPA||-1.311220|36.873110||3.00||||||| +NRB000042|NRB000042|404NRB000042|RHUM|Permanent|0042|Viwandani|Active|NRB|Nairobi EPA||-1.311220|36.873110||3.00||||||| +NRB000043|NRB000043|404NRB000043|TEMP|Permanent|0043|Spare Unit|Active|NRB|Nairobi EPA||-1.280000|36.820000||3.00||||||| +NRB000043|NRB000043|404NRB000043|RHUM|Permanent|0043|Spare Unit|Active|NRB|Nairobi EPA||-1.280000|36.820000||3.00||||||| +NRB000045|NRB000045|404NRB000045|TEMP|Permanent|0045|St Scholastica Catholic School|Active|NRB|Nairobi EPA||-1.253111|36.856530||3.00||||||| +NRB000045|NRB000045|404NRB000045|RHUM|Permanent|0045|St Scholastica Catholic School|Active|NRB|Nairobi EPA||-1.253111|36.856530||3.00||||||| +NRB000045|NRB000045|404NRB000045|PM2.5|Permanent|0045|St Scholastica Catholic School|Active|NRB|Nairobi EPA||-1.253111|36.856530||3.00||||||| +NRB000045|NRB000045|404NRB000045|PM10|Permanent|0045|St Scholastica Catholic School|Active|NRB|Nairobi EPA||-1.253111|36.856530||3.00||||||| +NRB000046|NRB000046|404NRB000046|PM2.5|Permanent|0046|Nairobi CBD|Active|NRB|Nairobi EPA||-1.281560|36.818830||3.00||||||| +NRB000046|NRB000046|404NRB000046|PM10|Permanent|0046|Nairobi CBD|Active|NRB|Nairobi EPA||-1.281560|36.818830||3.00||||||| +NRB000046|NRB000046|404NRB000046|TEMP|Permanent|0046|Nairobi CBD|Active|NRB|Nairobi EPA||-1.281560|36.818830||3.00||||||| +NRB000046|NRB000046|404NRB000046|RHUM|Permanent|0046|Nairobi CBD|Active|NRB|Nairobi EPA||-1.281560|36.818830||3.00||||||| +NRB000055|NRB000055|404NRB000055|RHUM|Permanent|0055|All Saints Cathedral Primary School|Active|NRB|Nairobi EPA||-1.310669|36.810550||3.00||||||| +NRB000055|NRB000055|404NRB000055|PM2.5|Permanent|0055|All Saints Cathedral Primary School|Active|NRB|Nairobi EPA||-1.310669|36.810550||3.00||||||| +NRB000055|NRB000055|404NRB000055|PM10|Permanent|0055|All Saints Cathedral Primary School|Active|NRB|Nairobi EPA||-1.310669|36.810550||3.00||||||| +NRB000055|NRB000055|404NRB000055|TEMP|Permanent|0055|All Saints Cathedral Primary School|Active|NRB|Nairobi EPA||-1.310669|36.810550||3.00||||||| +NRB000068|NRB000068|404NRB000068|TEMP|Permanent|0068|Alliance Girls High School|Active|NRB|Nairobi EPA||-1.266140|36.663140||3.00||||||| +NRB000068|NRB000068|404NRB000068|RHUM|Permanent|0068|Alliance Girls High School|Active|NRB|Nairobi EPA||-1.266140|36.663140||3.00||||||| +NRB000068|NRB000068|404NRB000068|PM2.5|Permanent|0068|Alliance Girls High School|Active|NRB|Nairobi EPA||-1.266140|36.663140||3.00||||||| +NRB000068|NRB000068|404NRB000068|PM10|Permanent|0068|Alliance Girls High School|Active|NRB|Nairobi EPA||-1.266140|36.663140||3.00||||||| +728OD1010001|OD1010001|728OD1010001|PM2.5|Permanent|0001|Juba|Active|OD1|U.S. Department of State South Sudan - Juba|DSOD|4.855170|31.586124||2.00|OD|||||| +PI1010001|PI1010001|688PI1010001|PM2.5|Permanent|0001|Pristina|Active|PI1|U.S. Department of State Kosovo - Pristina|DSKV|42.655959|21.139953||1.00|KV|||||| +586PK1010001|PK1010001|586PK1010001|PM2.5|Permanent|0001|Islamabad|Active|PK1|U.S. Department of State Pakistan - Islamabad|DSPK|33.725614|73.116020||5.00|PK|||||| +586PK2010001|PK2010001|586PK2010001|PM2.5|Permanent|0001|Karachi|Active|PK2|U.S. Department of State Pakistan - Karachi|DSPK|24.841500|67.009100||5.00|PK|||||| +586PK2010002|PK2010002|586PK2010002|PM2.5|Permanent|0002|N/A|Active|PK2|U.S. Department of State Pakistan - Karachi|DSPK|24.841801|67.009060||5.00|PK|||||| +586PK3010001|PK3010001|586PK3010001|PM2.5|Permanent|0001|N/A|Inactive|PK3|U.S. Department of State Pakistan - Lahore|DSPK|31.560145|74.336213||5.00|PK|||||| +586PK3010003|PK3010003|586PK3010003|PM2.5|Permanent|0003|Lahore|Active|PK3|U.S. Department of State Pakistan - Lahore|DSPK|31.560078|74.335890||5.00|PK|||||| +586PK4010001|PK4010001|586PK4010001|PM2.5|Permanent|0001|Peshawar|Active|PK4|U.S. Department of State Pakistan - Peshawar|DSPK|34.005852|71.537750||5.00|PK|||||| +634QA1010001|QA1010001|634QA1010001|O3|Permanent|0001|Doha|Active|QA1|U.S. Department of State Qatar - Doha|DSQA|25.333700|51.229530||3.00|QA|||||| +634QA1010001|QA1010001|634QA1010001|PM2.5|Permanent|0001|Doha|Active|QA1|U.S. Department of State Qatar - Doha|DSQA|25.333700|51.229530||3.00|QA|||||| +682RIY010001|RIY010001|682RIY010001|PM2.5|Permanent|0001|Riyadh|Active|RIY|U.S. Department of State Saudi Arabia - Riyadh|DSSA|24.681220|46.620740||3.00|SA|||||| +682SAU010001|SAU010001|682SAU010001|PM2.5|Permanent|0001|Riyadh|Inactive|RIY|U.S. Department of State Saudi Arabia - Riyadh|DSSA|24.713600|46.675300||3.00|SA|||||| +686SEN010001|SEN010001|686SEN010001|PM2.5|Permanent|0001|Dakar|Active|SEN|U.S. Department of State Senegal - Dakar|DSSG|14.744791|-17.526484||0.00|SG|||||| +SH1010001|SH1010001|156SH1010001|PM2.5|Permanent|0001|Shanghai|Active|SH1|U.S. Department of State China - Shanghai|DSCH|31.210683|121.448226||8.00|CH|||||| +STOAQ0009|STOAQ0009|840STOAQ0009|O3|Temporary|0009|Arabi Ebam-Florida Ave & Delery|Inactive|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|29.971400|-89.998600||-6.00|US|||||| +STOAQ0009|STOAQ0009|840STOAQ0009|WS|Temporary|0009|Arabi Ebam-Florida Ave & Delery|Inactive|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|29.971400|-89.998600||-6.00|US|||||| +STOAQ0009|STOAQ0009|840STOAQ0009|WD|Temporary|0009|Arabi Ebam-Florida Ave & Delery|Inactive|OAQ|EPA Office of Air Quality Planning and Standards|USEPA|29.971400|-89.998600||-6.00|US|||||| +736SU1010001|SU1010001|736SU1010001|PM2.5|Permanent|0001|Khartoum Residential|Active|SU1|U.S. Department of State Sudan - Khartoum|DSSU|15.610262|32.576758||2.00|SU|||||| +736SU1730002|SU1730002|736SU1730002|PM2.5|Permanent|0002|Khartoum Embassy|Active|SU1|U.S. Department of State Sudan - Khartoum|DSSU|15.500700|32.559900||2.00|SU|||||| +SY1010001|SY1010001|156SY1010001|PM2.5|Permanent|0001|Shenyang|Active|SY1|U.S. Department of State China - Shenyang|DSCH|41.783510|123.424434||8.00|CH|||||| +TPCD0002T|TPCD0002T|764TPCD0002T|NO2|Permanent|002T|Bansomdejchaopraya Rajabhat University|Active|TPCD|Thailand Pollution Control Department||13.732846|100.487662||7.00||||||| +TPCD0002T|TPCD0002T|764TPCD0002T|CO|Permanent|002T|Bansomdejchaopraya Rajabhat University|Active|TPCD|Thailand Pollution Control Department||13.732846|100.487662||7.00||||||| +TPCD0002T|TPCD0002T|764TPCD0002T|SO2|Permanent|002T|Bansomdejchaopraya Rajabhat University|Active|TPCD|Thailand Pollution Control Department||13.732846|100.487662||7.00||||||| +TPCD0002T|TPCD0002T|764TPCD0002T|O3|Permanent|002T|Bansomdejchaopraya Rajabhat University|Active|TPCD|Thailand Pollution Control Department||13.732846|100.487662||7.00||||||| +TPCD0002T|TPCD0002T|764TPCD0002T|PM2.5|Permanent|002T|Bansomdejchaopraya Rajabhat University|Active|TPCD|Thailand Pollution Control Department||13.732846|100.487662||7.00||||||| +TPCD0002T|TPCD0002T|764TPCD0002T|PM10|Permanent|002T|Bansomdejchaopraya Rajabhat University|Active|TPCD|Thailand Pollution Control Department||13.732846|100.487662||7.00||||||| +TPCD0003T|TPCD0003T|764TPCD0003T|CO|Permanent|003T|Highway NO.3902|Active|TPCD|Thailand Pollution Control Department||13.636514|100.414262||7.00||||||| +TPCD0003T|TPCD0003T|764TPCD0003T|WS|Permanent|003T|Highway NO.3902|Active|TPCD|Thailand Pollution Control Department||13.636514|100.414262||7.00||||||| +TPCD0003T|TPCD0003T|764TPCD0003T|WD|Permanent|003T|Highway NO.3902|Active|TPCD|Thailand Pollution Control Department||13.636514|100.414262||7.00||||||| +TPCD0003T|TPCD0003T|764TPCD0003T|NOX|Permanent|003T|Highway NO.3902|Active|TPCD|Thailand Pollution Control Department||13.636514|100.414262||7.00||||||| +TPCD0003T|TPCD0003T|764TPCD0003T|O3|Permanent|003T|Highway NO.3902|Active|TPCD|Thailand Pollution Control Department||13.636514|100.414262||7.00||||||| +TPCD0003T|TPCD0003T|764TPCD0003T|PM2.5|Permanent|003T|Highway NO.3902|Active|TPCD|Thailand Pollution Control Department||13.636514|100.414262||7.00||||||| +TPCD0003T|TPCD0003T|764TPCD0003T|PM10|Permanent|003T|Highway NO.3902|Active|TPCD|Thailand Pollution Control Department||13.636514|100.414262||7.00||||||| +TPCD0005T|TPCD0005T|764TPCD0005T|O3|Permanent|005T|Thai Meteorological Department|Active|TPCD|Thailand Pollution Control Department||13.666183|100.605742||7.00||||||| +TPCD0005T|TPCD0005T|764TPCD0005T|WD|Permanent|005T|Thai Meteorological Department|Active|TPCD|Thailand Pollution Control Department||13.666183|100.605742||7.00||||||| +TPCD0005T|TPCD0005T|764TPCD0005T|NOX|Permanent|005T|Thai Meteorological Department|Active|TPCD|Thailand Pollution Control Department||13.666183|100.605742||7.00||||||| +TPCD0005T|TPCD0005T|764TPCD0005T|PM2.5|Permanent|005T|Thai Meteorological Department|Active|TPCD|Thailand Pollution Control Department||13.666183|100.605742||7.00||||||| +TPCD0005T|TPCD0005T|764TPCD0005T|PM10|Permanent|005T|Thai Meteorological Department|Active|TPCD|Thailand Pollution Control Department||13.666183|100.605742||7.00||||||| +TPCD0005T|TPCD0005T|764TPCD0005T|NO2|Permanent|005T|Thai Meteorological Department|Active|TPCD|Thailand Pollution Control Department||13.666183|100.605742||7.00||||||| +TPCD0005T|TPCD0005T|764TPCD0005T|CO|Permanent|005T|Thai Meteorological Department|Active|TPCD|Thailand Pollution Control Department||13.666183|100.605742||7.00||||||| +TPCD0005T|TPCD0005T|764TPCD0005T|SO2|Permanent|005T|Thai Meteorological Department|Active|TPCD|Thailand Pollution Control Department||13.666183|100.605742||7.00||||||| +TPCD0005T|TPCD0005T|764TPCD0005T|WS|Permanent|005T|Thai Meteorological Department|Active|TPCD|Thailand Pollution Control Department||13.666183|100.605742||7.00||||||| +TPCD0008T|TPCD0008T|764TPCD0008T|NO2|Permanent|008T|Prabadang Rehabiltation Center|Active|TPCD|Thailand Pollution Control Department||13.664087|100.543436||7.00||||||| +TPCD0008T|TPCD0008T|764TPCD0008T|CO|Permanent|008T|Prabadang Rehabiltation Center|Active|TPCD|Thailand Pollution Control Department||13.664087|100.543436||7.00||||||| +TPCD0008T|TPCD0008T|764TPCD0008T|SO2|Permanent|008T|Prabadang Rehabiltation Center|Active|TPCD|Thailand Pollution Control Department||13.664087|100.543436||7.00||||||| +TPCD0008T|TPCD0008T|764TPCD0008T|WS|Permanent|008T|Prabadang Rehabiltation Center|Active|TPCD|Thailand Pollution Control Department||13.664087|100.543436||7.00||||||| +TPCD0008T|TPCD0008T|764TPCD0008T|WD|Permanent|008T|Prabadang Rehabiltation Center|Active|TPCD|Thailand Pollution Control Department||13.664087|100.543436||7.00||||||| +TPCD0008T|TPCD0008T|764TPCD0008T|NOX|Permanent|008T|Prabadang Rehabiltation Center|Active|TPCD|Thailand Pollution Control Department||13.664087|100.543436||7.00||||||| +TPCD0008T|TPCD0008T|764TPCD0008T|PM10|Permanent|008T|Prabadang Rehabiltation Center|Active|TPCD|Thailand Pollution Control Department||13.664087|100.543436||7.00||||||| +TPCD0008T|TPCD0008T|764TPCD0008T|O3|Permanent|008T|Prabadang Rehabiltation Center|Active|TPCD|Thailand Pollution Control Department||13.664087|100.543436||7.00||||||| +TPCD0008T|TPCD0008T|764TPCD0008T|PM2.5|Permanent|008T|Prabadang Rehabiltation Center|Active|TPCD|Thailand Pollution Control Department||13.664087|100.543436||7.00||||||| +764TPCD000M1|TPCD000M1|764TPCD000M1|PM2.5|Permanent|00M1|PONRE Sakon Nakhon|Active|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M1|TPCD000M1|764TPCD000M1|PM10|Permanent|00M1|PONRE Sakon Nakhon|Active|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M2|TPCD000M2|764TPCD000M2|PM2.5|Permanent|00M2|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M2|TPCD000M2|764TPCD000M2|PM10|Permanent|00M2|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M3|TPCD000M3|764TPCD000M3|PM2.5|Permanent|00M3|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M3|TPCD000M3|764TPCD000M3|PM10|Permanent|00M3|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M4|TPCD000M4|764TPCD000M4|PM2.5|Permanent|00M4|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M4|TPCD000M4|764TPCD000M4|PM10|Permanent|00M4|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M5|TPCD000M5|764TPCD000M5|PM2.5|Permanent|00M5|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M5|TPCD000M5|764TPCD000M5|PM10|Permanent|00M5|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||0.00||||||| +764TPCD000M7|TPCD000M7|764TPCD000M7|PM2.5|Permanent|00M7|Bueng Kan District Office|Active|TPCD|Thailand Pollution Control Department||18.358249|103.652055||7.00||||||| +764TPCD000M7|TPCD000M7|764TPCD000M7|PM10|Permanent|00M7|Bueng Kan District Office|Active|TPCD|Thailand Pollution Control Department||18.358249|103.652055||7.00||||||| +TPCD000M8|TPCD000M8|764TPCD000M8|WD|Permanent|00M8|Rayong Mobile 8|Inactive|TPCD|Thailand Pollution Control Department||12.648576|101.322450||7.00||||||| +TPCD000M8|TPCD000M8|764TPCD000M8|NOX|Permanent|00M8|Rayong Mobile 8|Inactive|TPCD|Thailand Pollution Control Department||12.648576|101.322450||7.00||||||| +TPCD000M8|TPCD000M8|764TPCD000M8|O3|Permanent|00M8|Rayong Mobile 8|Inactive|TPCD|Thailand Pollution Control Department||12.648576|101.322450||7.00||||||| +TPCD000M8|TPCD000M8|764TPCD000M8|PM2.5|Permanent|00M8|Rayong Mobile 8|Inactive|TPCD|Thailand Pollution Control Department||12.648576|101.322450||7.00||||||| +TPCD000M8|TPCD000M8|764TPCD000M8|PM10|Permanent|00M8|Rayong Mobile 8|Inactive|TPCD|Thailand Pollution Control Department||12.648576|101.322450||7.00||||||| +TPCD000M8|TPCD000M8|764TPCD000M8|WS|Permanent|00M8|Rayong Mobile 8|Inactive|TPCD|Thailand Pollution Control Department||12.648576|101.322450||7.00||||||| +764TPCD000M9|TPCD000M9|764TPCD000M9|PM2.5|Permanent|00M9|Khai Surasinghanat|Active|TPCD|Thailand Pollution Control Department||12.648576|101.322450||7.00||||||| +764TPCD000M9|TPCD000M9|764TPCD000M9|PM10|Permanent|00M9|Khai Surasinghanat|Active|TPCD|Thailand Pollution Control Department||12.648576|101.322450||7.00||||||| +TPCD0010T|TPCD0010T|764TPCD0010T|NO2|Permanent|010T|National Housing Authority Klongchan|Active|TPCD|Thailand Pollution Control Department||13.779873|100.646090||7.00||||||| +TPCD0010T|TPCD0010T|764TPCD0010T|CO|Permanent|010T|National Housing Authority Klongchan|Active|TPCD|Thailand Pollution Control Department||13.779873|100.646090||7.00||||||| +TPCD0010T|TPCD0010T|764TPCD0010T|PM10|Permanent|010T|National Housing Authority Klongchan|Active|TPCD|Thailand Pollution Control Department||13.779873|100.646090||7.00||||||| +TPCD0010T|TPCD0010T|764TPCD0010T|SO2|Permanent|010T|National Housing Authority Klongchan|Active|TPCD|Thailand Pollution Control Department||13.779873|100.646090||7.00||||||| +TPCD0010T|TPCD0010T|764TPCD0010T|WS|Permanent|010T|National Housing Authority Klongchan|Active|TPCD|Thailand Pollution Control Department||13.779873|100.646090||7.00||||||| +TPCD0010T|TPCD0010T|764TPCD0010T|WD|Permanent|010T|National Housing Authority Klongchan|Active|TPCD|Thailand Pollution Control Department||13.779873|100.646090||7.00||||||| +TPCD0010T|TPCD0010T|764TPCD0010T|NOX|Permanent|010T|National Housing Authority Klongchan|Active|TPCD|Thailand Pollution Control Department||13.779873|100.646090||7.00||||||| +TPCD0010T|TPCD0010T|764TPCD0010T|O3|Permanent|010T|National Housing Authority Klongchan|Active|TPCD|Thailand Pollution Control Department||13.779873|100.646090||7.00||||||| +TPCD0010T|TPCD0010T|764TPCD0010T|PM2.5|Permanent|010T|National Housing Authority Klongchan|Active|TPCD|Thailand Pollution Control Department||13.779873|100.646090||7.00||||||| +764TPCD0011T|TPCD0011T|764TPCD0011T|PM2.5|Permanent|011T|National Housing Huaykwang|Active|TPCD|Thailand Pollution Control Department||13.775530|100.569195||7.00||||||| +764TPCD0011T|TPCD0011T|764TPCD0011T|PM10|Permanent|011T|National Housing Huaykwang|Active|TPCD|Thailand Pollution Control Department||13.775530|100.569195||7.00||||||| +764TPCD0011T|TPCD0011T|764TPCD0011T|O3|Permanent|011T|National Housing Huaykwang|Active|TPCD|Thailand Pollution Control Department||13.775530|100.569195||7.00||||||| +764TPCD0012T|TPCD0012T|764TPCD0012T|O3|Permanent|012T|Nonsi Witthaya School|Active|TPCD|Thailand Pollution Control Department||13.708067|100.547333||7.00||||||| +764TPCD0012T|TPCD0012T|764TPCD0012T|PM2.5|Permanent|012T|Nonsi Witthaya School|Active|TPCD|Thailand Pollution Control Department||13.708067|100.547333||7.00||||||| +764TPCD0012T|TPCD0012T|764TPCD0012T|PM10|Permanent|012T|Nonsi Witthaya School|Active|TPCD|Thailand Pollution Control Department||13.708067|100.547333||7.00||||||| +764TPCD0012T|TPCD0012T|764TPCD0012T|NO2|Permanent|012T|Nonsi Witthaya School|Active|TPCD|Thailand Pollution Control Department||13.708067|100.547333||7.00||||||| +764TPCD0012T|TPCD0012T|764TPCD0012T|SO2|Permanent|012T|Nonsi Witthaya School|Active|TPCD|Thailand Pollution Control Department||13.708067|100.547333||7.00||||||| +TPCD0013T|TPCD0013T|764TPCD0013T|SO2|Permanent|013T|Department of Disease Control|Active|TPCD|Thailand Pollution Control Department||13.852778|100.529444||7.00||||||| +TPCD0013T|TPCD0013T|764TPCD0013T|WS|Permanent|013T|Department of Disease Control|Active|TPCD|Thailand Pollution Control Department||13.852778|100.529444||7.00||||||| +TPCD0013T|TPCD0013T|764TPCD0013T|WD|Permanent|013T|Department of Disease Control|Active|TPCD|Thailand Pollution Control Department||13.852778|100.529444||7.00||||||| +TPCD0013T|TPCD0013T|764TPCD0013T|NOX|Permanent|013T|Department of Disease Control|Active|TPCD|Thailand Pollution Control Department||13.852778|100.529444||7.00||||||| +TPCD0013T|TPCD0013T|764TPCD0013T|O3|Permanent|013T|Department of Disease Control|Active|TPCD|Thailand Pollution Control Department||13.852778|100.529444||7.00||||||| +TPCD0013T|TPCD0013T|764TPCD0013T|PM2.5|Permanent|013T|Department of Disease Control|Active|TPCD|Thailand Pollution Control Department||13.852778|100.529444||7.00||||||| +TPCD0013T|TPCD0013T|764TPCD0013T|PM10|Permanent|013T|Department of Disease Control|Active|TPCD|Thailand Pollution Control Department||13.852778|100.529444||7.00||||||| +TPCD0013T|TPCD0013T|764TPCD0013T|NO2|Permanent|013T|Department of Disease Control|Active|TPCD|Thailand Pollution Control Department||13.852778|100.529444||7.00||||||| +TPCD0013T|TPCD0013T|764TPCD0013T|CO|Permanent|013T|Department of Disease Control|Active|TPCD|Thailand Pollution Control Department||13.852778|100.529444||7.00||||||| +TPCD0014T|TPCD0014T|764TPCD0014T|O3|Permanent|014T|Highway District|Active|TPCD|Thailand Pollution Control Department||13.705488|100.315622||7.00||||||| +TPCD0014T|TPCD0014T|764TPCD0014T|PM2.5|Permanent|014T|Highway District|Active|TPCD|Thailand Pollution Control Department||13.705488|100.315622||7.00||||||| +TPCD0014T|TPCD0014T|764TPCD0014T|PM10|Permanent|014T|Highway District|Active|TPCD|Thailand Pollution Control Department||13.705488|100.315622||7.00||||||| +TPCD0014T|TPCD0014T|764TPCD0014T|NO2|Permanent|014T|Highway District|Active|TPCD|Thailand Pollution Control Department||13.705488|100.315622||7.00||||||| +TPCD0014T|TPCD0014T|764TPCD0014T|CO|Permanent|014T|Highway District|Active|TPCD|Thailand Pollution Control Department||13.705488|100.315622||7.00||||||| +TPCD0014T|TPCD0014T|764TPCD0014T|SO2|Permanent|014T|Highway District|Active|TPCD|Thailand Pollution Control Department||13.705488|100.315622||7.00||||||| +764TPCD0016T|TPCD0016T|764TPCD0016T|O3|Permanent|016T|South Bangkok Power Plant|Active|TPCD|Thailand Pollution Control Department||13.618000|100.556200||7.00||||||| +764TPCD0016T|TPCD0016T|764TPCD0016T|PM2.5|Permanent|016T|South Bangkok Power Plant|Active|TPCD|Thailand Pollution Control Department||13.618000|100.556200||7.00||||||| +764TPCD0016T|TPCD0016T|764TPCD0016T|PM10|Permanent|016T|South Bangkok Power Plant|Active|TPCD|Thailand Pollution Control Department||13.618000|100.556200||7.00||||||| +764TPCD0016T|TPCD0016T|764TPCD0016T|NO2|Permanent|016T|South Bangkok Power Plant|Active|TPCD|Thailand Pollution Control Department||13.618000|100.556200||7.00||||||| +764TPCD0016T|TPCD0016T|764TPCD0016T|CO|Permanent|016T|South Bangkok Power Plant|Active|TPCD|Thailand Pollution Control Department||13.618000|100.556200||7.00||||||| +764TPCD0016T|TPCD0016T|764TPCD0016T|SO2|Permanent|016T|South Bangkok Power Plant|Active|TPCD|Thailand Pollution Control Department||13.618000|100.556200||7.00||||||| +TPCD0017T|TPCD0017T|764TPCD0017T|O3|Permanent|017T|Residence for Dept. of Mineral Resources|Active|TPCD|Thailand Pollution Control Department||13.652141|100.531805||7.00||||||| +TPCD0017T|TPCD0017T|764TPCD0017T|PM2.5|Permanent|017T|Residence for Dept. of Mineral Resources|Active|TPCD|Thailand Pollution Control Department||13.652141|100.531805||7.00||||||| +TPCD0017T|TPCD0017T|764TPCD0017T|PM10|Permanent|017T|Residence for Dept. of Mineral Resources|Active|TPCD|Thailand Pollution Control Department||13.652141|100.531805||7.00||||||| +TPCD0017T|TPCD0017T|764TPCD0017T|NO2|Permanent|017T|Residence for Dept. of Mineral Resources|Active|TPCD|Thailand Pollution Control Department||13.652141|100.531805||7.00||||||| +TPCD0017T|TPCD0017T|764TPCD0017T|CO|Permanent|017T|Residence for Dept. of Mineral Resources|Active|TPCD|Thailand Pollution Control Department||13.652141|100.531805||7.00||||||| +TPCD0017T|TPCD0017T|764TPCD0017T|SO2|Permanent|017T|Residence for Dept. of Mineral Resources|Active|TPCD|Thailand Pollution Control Department||13.652141|100.531805||7.00||||||| +TPCD0017T|TPCD0017T|764TPCD0017T|WS|Permanent|017T|Residence for Dept. of Mineral Resources|Active|TPCD|Thailand Pollution Control Department||13.652141|100.531805||7.00||||||| +TPCD0017T|TPCD0017T|764TPCD0017T|WD|Permanent|017T|Residence for Dept. of Mineral Resources|Active|TPCD|Thailand Pollution Control Department||13.652141|100.531805||7.00||||||| +TPCD0017T|TPCD0017T|764TPCD0017T|NOX|Permanent|017T|Residence for Dept. of Mineral Resources|Active|TPCD|Thailand Pollution Control Department||13.652141|100.531805||7.00||||||| +764TPCD0018T|TPCD0018T|764TPCD0018T|CO|Permanent|018T|City Hall, Samut Prakan|Active|TPCD|Thailand Pollution Control Department||13.599149|100.597345||7.00||||||| +764TPCD0018T|TPCD0018T|764TPCD0018T|SO2|Permanent|018T|City Hall, Samut Prakan|Active|TPCD|Thailand Pollution Control Department||13.599149|100.597345||7.00||||||| +764TPCD0018T|TPCD0018T|764TPCD0018T|O3|Permanent|018T|City Hall, Samut Prakan|Active|TPCD|Thailand Pollution Control Department||13.599149|100.597345||7.00||||||| +764TPCD0018T|TPCD0018T|764TPCD0018T|PM2.5|Permanent|018T|City Hall, Samut Prakan|Active|TPCD|Thailand Pollution Control Department||13.599149|100.597345||7.00||||||| +764TPCD0018T|TPCD0018T|764TPCD0018T|PM10|Permanent|018T|City Hall, Samut Prakan|Active|TPCD|Thailand Pollution Control Department||13.599149|100.597345||7.00||||||| +764TPCD0018T|TPCD0018T|764TPCD0018T|NO2|Permanent|018T|City Hall, Samut Prakan|Active|TPCD|Thailand Pollution Control Department||13.599149|100.597345||7.00||||||| +TPCD0019T|TPCD0019T|764TPCD0019T|CO|Permanent|019T|National Housing Authority Bangplee|Active|TPCD|Thailand Pollution Control Department||13.570500|100.786287||7.00||||||| +TPCD0019T|TPCD0019T|764TPCD0019T|SO2|Permanent|019T|National Housing Authority Bangplee|Active|TPCD|Thailand Pollution Control Department||13.570500|100.786287||7.00||||||| +TPCD0019T|TPCD0019T|764TPCD0019T|WS|Permanent|019T|National Housing Authority Bangplee|Active|TPCD|Thailand Pollution Control Department||13.570500|100.786287||7.00||||||| +TPCD0019T|TPCD0019T|764TPCD0019T|O3|Permanent|019T|National Housing Authority Bangplee|Active|TPCD|Thailand Pollution Control Department||13.570500|100.786287||7.00||||||| +TPCD0019T|TPCD0019T|764TPCD0019T|WD|Permanent|019T|National Housing Authority Bangplee|Active|TPCD|Thailand Pollution Control Department||13.570500|100.786287||7.00||||||| +TPCD0019T|TPCD0019T|764TPCD0019T|NOX|Permanent|019T|National Housing Authority Bangplee|Active|TPCD|Thailand Pollution Control Department||13.570500|100.786287||7.00||||||| +TPCD0019T|TPCD0019T|764TPCD0019T|PM2.5|Permanent|019T|National Housing Authority Bangplee|Active|TPCD|Thailand Pollution Control Department||13.570500|100.786287||7.00||||||| +TPCD0019T|TPCD0019T|764TPCD0019T|PM10|Permanent|019T|National Housing Authority Bangplee|Active|TPCD|Thailand Pollution Control Department||13.570500|100.786287||7.00||||||| +TPCD0019T|TPCD0019T|764TPCD0019T|NO2|Permanent|019T|National Housing Authority Bangplee|Active|TPCD|Thailand Pollution Control Department||13.570500|100.786287||7.00||||||| +764TPCD0020T|TPCD0020T|764TPCD0020T|NO2|Permanent|020T|Bangkok University Rangsit Campus|Active|TPCD|Thailand Pollution Control Department||14.037420|100.605216||7.00||||||| +764TPCD0020T|TPCD0020T|764TPCD0020T|CO|Permanent|020T|Bangkok University Rangsit Campus|Active|TPCD|Thailand Pollution Control Department||14.037420|100.605216||7.00||||||| +764TPCD0020T|TPCD0020T|764TPCD0020T|SO2|Permanent|020T|Bangkok University Rangsit Campus|Active|TPCD|Thailand Pollution Control Department||14.037420|100.605216||7.00||||||| +764TPCD0020T|TPCD0020T|764TPCD0020T|O3|Permanent|020T|Bangkok University Rangsit Campus|Active|TPCD|Thailand Pollution Control Department||14.037420|100.605216||7.00||||||| +764TPCD0020T|TPCD0020T|764TPCD0020T|PM2.5|Permanent|020T|Bangkok University Rangsit Campus|Active|TPCD|Thailand Pollution Control Department||14.037420|100.605216||7.00||||||| +764TPCD0020T|TPCD0020T|764TPCD0020T|PM10|Permanent|020T|Bangkok University Rangsit Campus|Active|TPCD|Thailand Pollution Control Department||14.037420|100.605216||7.00||||||| +TPCD0021T|TPCD0021T|764TPCD0021T|CO|Permanent|021T|Ayutthaya Witthayalai School|Active|TPCD|Thailand Pollution Control Department||14.352225|100.565352||7.00||||||| +TPCD0021T|TPCD0021T|764TPCD0021T|SO2|Permanent|021T|Ayutthaya Witthayalai School|Active|TPCD|Thailand Pollution Control Department||14.352225|100.565352||7.00||||||| +TPCD0021T|TPCD0021T|764TPCD0021T|WS|Permanent|021T|Ayutthaya Witthayalai School|Active|TPCD|Thailand Pollution Control Department||14.352225|100.565352||7.00||||||| +TPCD0021T|TPCD0021T|764TPCD0021T|WD|Permanent|021T|Ayutthaya Witthayalai School|Active|TPCD|Thailand Pollution Control Department||14.352225|100.565352||7.00||||||| +TPCD0021T|TPCD0021T|764TPCD0021T|NOX|Permanent|021T|Ayutthaya Witthayalai School|Active|TPCD|Thailand Pollution Control Department||14.352225|100.565352||7.00||||||| +TPCD0021T|TPCD0021T|764TPCD0021T|O3|Permanent|021T|Ayutthaya Witthayalai School|Active|TPCD|Thailand Pollution Control Department||14.352225|100.565352||7.00||||||| +TPCD0021T|TPCD0021T|764TPCD0021T|PM2.5|Permanent|021T|Ayutthaya Witthayalai School|Active|TPCD|Thailand Pollution Control Department||14.352225|100.565352||7.00||||||| +TPCD0021T|TPCD0021T|764TPCD0021T|PM10|Permanent|021T|Ayutthaya Witthayalai School|Active|TPCD|Thailand Pollution Control Department||14.352225|100.565352||7.00||||||| +TPCD0021T|TPCD0021T|764TPCD0021T|NO2|Permanent|021T|Ayutthaya Witthayalai School|Active|TPCD|Thailand Pollution Control Department||14.352225|100.565352||7.00||||||| +764TPCD0022T|TPCD0022T|764TPCD0022T|PM10|Permanent|022T|Sukhothai Thammathirat University|Active|TPCD|Thailand Pollution Control Department||13.907861|100.535641||7.00||||||| +764TPCD0022T|TPCD0022T|764TPCD0022T|O3|Permanent|022T|Sukhothai Thammathirat University|Active|TPCD|Thailand Pollution Control Department||13.907861|100.535641||7.00||||||| +764TPCD0022T|TPCD0022T|764TPCD0022T|PM2.5|Permanent|022T|Sukhothai Thammathirat University|Active|TPCD|Thailand Pollution Control Department||13.907861|100.535641||7.00||||||| +TPCD0024T|TPCD0024T|764TPCD0024T|O3|Permanent|024T|Na Phralan Police Station|Active|TPCD|Thailand Pollution Control Department||14.687391|100.871228||7.00||||||| +TPCD0024T|TPCD0024T|764TPCD0024T|PM2.5|Permanent|024T|Na Phralan Police Station|Active|TPCD|Thailand Pollution Control Department||14.687391|100.871228||7.00||||||| +TPCD0024T|TPCD0024T|764TPCD0024T|PM10|Permanent|024T|Na Phralan Police Station|Active|TPCD|Thailand Pollution Control Department||14.687391|100.871228||7.00||||||| +TPCD0024T|TPCD0024T|764TPCD0024T|NO2|Permanent|024T|Na Phralan Police Station|Active|TPCD|Thailand Pollution Control Department||14.687391|100.871228||7.00||||||| +TPCD0024T|TPCD0024T|764TPCD0024T|CO|Permanent|024T|Na Phralan Police Station|Active|TPCD|Thailand Pollution Control Department||14.687391|100.871228||7.00||||||| +TPCD0024T|TPCD0024T|764TPCD0024T|SO2|Permanent|024T|Na Phralan Police Station|Active|TPCD|Thailand Pollution Control Department||14.687391|100.871228||7.00||||||| +TPCD0024T|TPCD0024T|764TPCD0024T|WS|Permanent|024T|Na Phralan Police Station|Active|TPCD|Thailand Pollution Control Department||14.687391|100.871228||7.00||||||| +TPCD0024T|TPCD0024T|764TPCD0024T|WD|Permanent|024T|Na Phralan Police Station|Active|TPCD|Thailand Pollution Control Department||14.687391|100.871228||7.00||||||| +TPCD0024T|TPCD0024T|764TPCD0024T|NOX|Permanent|024T|Na Phralan Police Station|Active|TPCD|Thailand Pollution Control Department||14.687391|100.871228||7.00||||||| +TPCD0025T|TPCD0025T|764TPCD0025T|O3|Permanent|025T|Khao Noi Fire Station|Active|TPCD|Thailand Pollution Control Department||14.526302|100.926128||7.00||||||| +TPCD0025T|TPCD0025T|764TPCD0025T|PM2.5|Permanent|025T|Khao Noi Fire Station|Active|TPCD|Thailand Pollution Control Department||14.526302|100.926128||7.00||||||| +TPCD0025T|TPCD0025T|764TPCD0025T|PM10|Permanent|025T|Khao Noi Fire Station|Active|TPCD|Thailand Pollution Control Department||14.526302|100.926128||7.00||||||| +TPCD0025T|TPCD0025T|764TPCD0025T|NO2|Permanent|025T|Khao Noi Fire Station|Active|TPCD|Thailand Pollution Control Department||14.526302|100.926128||7.00||||||| +TPCD0025T|TPCD0025T|764TPCD0025T|CO|Permanent|025T|Khao Noi Fire Station|Active|TPCD|Thailand Pollution Control Department||14.526302|100.926128||7.00||||||| +TPCD0025T|TPCD0025T|764TPCD0025T|SO2|Permanent|025T|Khao Noi Fire Station|Active|TPCD|Thailand Pollution Control Department||14.526302|100.926128||7.00||||||| +TPCD0025T|TPCD0025T|764TPCD0025T|WS|Permanent|025T|Khao Noi Fire Station|Active|TPCD|Thailand Pollution Control Department||14.526302|100.926128||7.00||||||| +TPCD0025T|TPCD0025T|764TPCD0025T|WD|Permanent|025T|Khao Noi Fire Station|Active|TPCD|Thailand Pollution Control Department||14.526302|100.926128||7.00||||||| +TPCD0025T|TPCD0025T|764TPCD0025T|NOX|Permanent|025T|Khao Noi Fire Station|Active|TPCD|Thailand Pollution Control Department||14.526302|100.926128||7.00||||||| +TPCD0026T|TPCD0026T|764TPCD0026T|NO2|Permanent|026T|Environmental Office 8 ratchaburi|Active|TPCD|Thailand Pollution Control Department||13.532555|99.814873||7.00||||||| +TPCD0026T|TPCD0026T|764TPCD0026T|CO|Permanent|026T|Environmental Office 8 ratchaburi|Active|TPCD|Thailand Pollution Control Department||13.532555|99.814873||7.00||||||| +TPCD0026T|TPCD0026T|764TPCD0026T|SO2|Permanent|026T|Environmental Office 8 ratchaburi|Active|TPCD|Thailand Pollution Control Department||13.532555|99.814873||7.00||||||| +TPCD0026T|TPCD0026T|764TPCD0026T|WS|Permanent|026T|Environmental Office 8 ratchaburi|Active|TPCD|Thailand Pollution Control Department||13.532555|99.814873||7.00||||||| +TPCD0026T|TPCD0026T|764TPCD0026T|WD|Permanent|026T|Environmental Office 8 ratchaburi|Active|TPCD|Thailand Pollution Control Department||13.532555|99.814873||7.00||||||| +TPCD0026T|TPCD0026T|764TPCD0026T|NOX|Permanent|026T|Environmental Office 8 ratchaburi|Active|TPCD|Thailand Pollution Control Department||13.532555|99.814873||7.00||||||| +TPCD0026T|TPCD0026T|764TPCD0026T|O3|Permanent|026T|Environmental Office 8 ratchaburi|Active|TPCD|Thailand Pollution Control Department||13.532555|99.814873||7.00||||||| +TPCD0026T|TPCD0026T|764TPCD0026T|PM2.5|Permanent|026T|Environmental Office 8 ratchaburi|Active|TPCD|Thailand Pollution Control Department||13.532555|99.814873||7.00||||||| +TPCD0026T|TPCD0026T|764TPCD0026T|PM10|Permanent|026T|Environmental Office 8 ratchaburi|Active|TPCD|Thailand Pollution Control Department||13.532555|99.814873||7.00||||||| +TPCD0027T|TPCD0027T|764TPCD0027T|O3|Permanent|027T|Samut Sakhon Wittayalai School|Active|TPCD|Thailand Pollution Control Department||13.550263|100.264768||7.00||||||| +TPCD0027T|TPCD0027T|764TPCD0027T|PM2.5|Permanent|027T|Samut Sakhon Wittayalai School|Active|TPCD|Thailand Pollution Control Department||13.550263|100.264768||7.00||||||| +TPCD0027T|TPCD0027T|764TPCD0027T|NOX|Permanent|027T|Samut Sakhon Wittayalai School|Active|TPCD|Thailand Pollution Control Department||13.550263|100.264768||7.00||||||| +TPCD0027T|TPCD0027T|764TPCD0027T|PM10|Permanent|027T|Samut Sakhon Wittayalai School|Active|TPCD|Thailand Pollution Control Department||13.550263|100.264768||7.00||||||| +TPCD0027T|TPCD0027T|764TPCD0027T|NO2|Permanent|027T|Samut Sakhon Wittayalai School|Active|TPCD|Thailand Pollution Control Department||13.550263|100.264768||7.00||||||| +TPCD0027T|TPCD0027T|764TPCD0027T|CO|Permanent|027T|Samut Sakhon Wittayalai School|Active|TPCD|Thailand Pollution Control Department||13.550263|100.264768||7.00||||||| +TPCD0027T|TPCD0027T|764TPCD0027T|SO2|Permanent|027T|Samut Sakhon Wittayalai School|Active|TPCD|Thailand Pollution Control Department||13.550263|100.264768||7.00||||||| +TPCD0027T|TPCD0027T|764TPCD0027T|WS|Permanent|027T|Samut Sakhon Wittayalai School|Active|TPCD|Thailand Pollution Control Department||13.550263|100.264768||7.00||||||| +TPCD0027T|TPCD0027T|764TPCD0027T|WD|Permanent|027T|Samut Sakhon Wittayalai School|Active|TPCD|Thailand Pollution Control Department||13.550263|100.264768||7.00||||||| +TPCD0028T|TPCD0028T|764TPCD0028T|WD|Permanent|028T|Pluakdaeng District Health Office|Active|TPCD|Thailand Pollution Control Department||12.973780|101.212844||7.00||||||| +TPCD0028T|TPCD0028T|764TPCD0028T|NOX|Permanent|028T|Pluakdaeng District Health Office|Active|TPCD|Thailand Pollution Control Department||12.973780|101.212844||7.00||||||| +TPCD0028T|TPCD0028T|764TPCD0028T|PM2.5|Permanent|028T|Pluakdaeng District Health Office|Active|TPCD|Thailand Pollution Control Department||12.973780|101.212844||7.00||||||| +TPCD0028T|TPCD0028T|764TPCD0028T|PM10|Permanent|028T|Pluakdaeng District Health Office|Active|TPCD|Thailand Pollution Control Department||12.973780|101.212844||7.00||||||| +TPCD0028T|TPCD0028T|764TPCD0028T|NO2|Permanent|028T|Pluakdaeng District Health Office|Active|TPCD|Thailand Pollution Control Department||12.973780|101.212844||7.00||||||| +TPCD0028T|TPCD0028T|764TPCD0028T|CO|Permanent|028T|Pluakdaeng District Health Office|Active|TPCD|Thailand Pollution Control Department||12.973780|101.212844||7.00||||||| +TPCD0028T|TPCD0028T|764TPCD0028T|SO2|Permanent|028T|Pluakdaeng District Health Office|Active|TPCD|Thailand Pollution Control Department||12.973780|101.212844||7.00||||||| +TPCD0028T|TPCD0028T|764TPCD0028T|WS|Permanent|028T|Pluakdaeng District Health Office|Active|TPCD|Thailand Pollution Control Department||12.973780|101.212844||7.00||||||| +TPCD0028T|TPCD0028T|764TPCD0028T|O3|Permanent|028T|Pluakdaeng District Health Office|Active|TPCD|Thailand Pollution Control Department||12.973780|101.212844||7.00||||||| +764TPCD0029T|TPCD0029T|764TPCD0029T|PM2.5|Permanent|029T|Health Promotion Hospital Maptaput|Active|TPCD|Thailand Pollution Control Department||12.708620|101.166055||7.00||||||| +764TPCD0029T|TPCD0029T|764TPCD0029T|PM10|Permanent|029T|Health Promotion Hospital Maptaput|Active|TPCD|Thailand Pollution Control Department||12.708620|101.166055||7.00||||||| +TPCD0030T|TPCD0030T|764TPCD0030T|CO|Permanent|030T|Agricultural Office|Active|TPCD|Thailand Pollution Control Department||12.671521|101.275875||7.00||||||| +TPCD0030T|TPCD0030T|764TPCD0030T|SO2|Permanent|030T|Agricultural Office|Active|TPCD|Thailand Pollution Control Department||12.671521|101.275875||7.00||||||| +TPCD0030T|TPCD0030T|764TPCD0030T|WS|Permanent|030T|Agricultural Office|Active|TPCD|Thailand Pollution Control Department||12.671521|101.275875||7.00||||||| +TPCD0030T|TPCD0030T|764TPCD0030T|WD|Permanent|030T|Agricultural Office|Active|TPCD|Thailand Pollution Control Department||12.671521|101.275875||7.00||||||| +TPCD0030T|TPCD0030T|764TPCD0030T|NOX|Permanent|030T|Agricultural Office|Active|TPCD|Thailand Pollution Control Department||12.671521|101.275875||7.00||||||| +TPCD0030T|TPCD0030T|764TPCD0030T|O3|Permanent|030T|Agricultural Office|Active|TPCD|Thailand Pollution Control Department||12.671521|101.275875||7.00||||||| +TPCD0030T|TPCD0030T|764TPCD0030T|PM2.5|Permanent|030T|Agricultural Office|Active|TPCD|Thailand Pollution Control Department||12.671521|101.275875||7.00||||||| +TPCD0030T|TPCD0030T|764TPCD0030T|PM10|Permanent|030T|Agricultural Office|Active|TPCD|Thailand Pollution Control Department||12.671521|101.275875||7.00||||||| +TPCD0030T|TPCD0030T|764TPCD0030T|NO2|Permanent|030T|Agricultural Office|Active|TPCD|Thailand Pollution Control Department||12.671521|101.275875||7.00||||||| +764TPCD0031T|TPCD0031T|764TPCD0031T|PM2.5|Permanent|031T|Field Crop Research Center|Active|TPCD|Thailand Pollution Control Department||12.735114|101.135620||7.00||||||| +764TPCD0031T|TPCD0031T|764TPCD0031T|PM10|Permanent|031T|Field Crop Research Center|Active|TPCD|Thailand Pollution Control Department||12.735114|101.135620||7.00||||||| +TPCD0032T|TPCD0032T|764TPCD0032T|WS|Permanent|032T|Laem Chabang Municipal Stadium|Active|TPCD|Thailand Pollution Control Department||13.119214|100.918596||7.00||||||| +TPCD0032T|TPCD0032T|764TPCD0032T|WD|Permanent|032T|Laem Chabang Municipal Stadium|Active|TPCD|Thailand Pollution Control Department||13.119214|100.918596||7.00||||||| +TPCD0032T|TPCD0032T|764TPCD0032T|NOX|Permanent|032T|Laem Chabang Municipal Stadium|Active|TPCD|Thailand Pollution Control Department||13.119214|100.918596||7.00||||||| +TPCD0032T|TPCD0032T|764TPCD0032T|O3|Permanent|032T|Laem Chabang Municipal Stadium|Active|TPCD|Thailand Pollution Control Department||13.119214|100.918596||7.00||||||| +TPCD0032T|TPCD0032T|764TPCD0032T|PM2.5|Permanent|032T|Laem Chabang Municipal Stadium|Active|TPCD|Thailand Pollution Control Department||13.119214|100.918596||7.00||||||| +TPCD0032T|TPCD0032T|764TPCD0032T|PM10|Permanent|032T|Laem Chabang Municipal Stadium|Active|TPCD|Thailand Pollution Control Department||13.119214|100.918596||7.00||||||| +TPCD0032T|TPCD0032T|764TPCD0032T|NO2|Permanent|032T|Laem Chabang Municipal Stadium|Active|TPCD|Thailand Pollution Control Department||13.119214|100.918596||7.00||||||| +TPCD0032T|TPCD0032T|764TPCD0032T|CO|Permanent|032T|Laem Chabang Municipal Stadium|Active|TPCD|Thailand Pollution Control Department||13.119214|100.918596||7.00||||||| +TPCD0032T|TPCD0032T|764TPCD0032T|SO2|Permanent|032T|Laem Chabang Municipal Stadium|Active|TPCD|Thailand Pollution Control Department||13.119214|100.918596||7.00||||||| +TPCD0033T|TPCD0033T|764TPCD0033T|CO|Permanent|033T|Health Promotion Hospital Bankhaohin|Active|TPCD|Thailand Pollution Control Department||13.173562|100.927866||7.00||||||| +TPCD0033T|TPCD0033T|764TPCD0033T|SO2|Permanent|033T|Health Promotion Hospital Bankhaohin|Active|TPCD|Thailand Pollution Control Department||13.173562|100.927866||7.00||||||| +TPCD0033T|TPCD0033T|764TPCD0033T|WS|Permanent|033T|Health Promotion Hospital Bankhaohin|Active|TPCD|Thailand Pollution Control Department||13.173562|100.927866||7.00||||||| +TPCD0033T|TPCD0033T|764TPCD0033T|WD|Permanent|033T|Health Promotion Hospital Bankhaohin|Active|TPCD|Thailand Pollution Control Department||13.173562|100.927866||7.00||||||| +TPCD0033T|TPCD0033T|764TPCD0033T|NOX|Permanent|033T|Health Promotion Hospital Bankhaohin|Active|TPCD|Thailand Pollution Control Department||13.173562|100.927866||7.00||||||| +TPCD0033T|TPCD0033T|764TPCD0033T|O3|Permanent|033T|Health Promotion Hospital Bankhaohin|Active|TPCD|Thailand Pollution Control Department||13.173562|100.927866||7.00||||||| +TPCD0033T|TPCD0033T|764TPCD0033T|PM2.5|Permanent|033T|Health Promotion Hospital Bankhaohin|Active|TPCD|Thailand Pollution Control Department||13.173562|100.927866||7.00||||||| +TPCD0033T|TPCD0033T|764TPCD0033T|PM10|Permanent|033T|Health Promotion Hospital Bankhaohin|Active|TPCD|Thailand Pollution Control Department||13.173562|100.927866||7.00||||||| +TPCD0033T|TPCD0033T|764TPCD0033T|NO2|Permanent|033T|Health Promotion Hospital Bankhaohin|Active|TPCD|Thailand Pollution Control Department||13.173562|100.927866||7.00||||||| +TPCD0034T|TPCD0034T|764TPCD0034T|CO|Permanent|034T|Environment Agency Section 13, Chonburi|Active|TPCD|Thailand Pollution Control Department||13.355065|100.977777||7.00||||||| +TPCD0034T|TPCD0034T|764TPCD0034T|SO2|Permanent|034T|Environment Agency Section 13, Chonburi|Active|TPCD|Thailand Pollution Control Department||13.355065|100.977777||7.00||||||| +TPCD0034T|TPCD0034T|764TPCD0034T|NOX|Permanent|034T|Environment Agency Section 13, Chonburi|Active|TPCD|Thailand Pollution Control Department||13.355065|100.977777||7.00||||||| +TPCD0034T|TPCD0034T|764TPCD0034T|O3|Permanent|034T|Environment Agency Section 13, Chonburi|Active|TPCD|Thailand Pollution Control Department||13.355065|100.977777||7.00||||||| +TPCD0034T|TPCD0034T|764TPCD0034T|PM2.5|Permanent|034T|Environment Agency Section 13, Chonburi|Active|TPCD|Thailand Pollution Control Department||13.355065|100.977777||7.00||||||| +TPCD0034T|TPCD0034T|764TPCD0034T|PM10|Permanent|034T|Environment Agency Section 13, Chonburi|Active|TPCD|Thailand Pollution Control Department||13.355065|100.977777||7.00||||||| +TPCD0034T|TPCD0034T|764TPCD0034T|NO2|Permanent|034T|Environment Agency Section 13, Chonburi|Active|TPCD|Thailand Pollution Control Department||13.355065|100.977777||7.00||||||| +TPCD0035T|TPCD0035T|764TPCD0035T|SO2|Permanent|035T|City Hall, Chiangmai|Active|TPCD|Thailand Pollution Control Department||18.840633|98.969661||7.00||||||| +TPCD0035T|TPCD0035T|764TPCD0035T|WS|Permanent|035T|City Hall, Chiangmai|Active|TPCD|Thailand Pollution Control Department||18.840633|98.969661||7.00||||||| +TPCD0035T|TPCD0035T|764TPCD0035T|WD|Permanent|035T|City Hall, Chiangmai|Active|TPCD|Thailand Pollution Control Department||18.840633|98.969661||7.00||||||| +TPCD0035T|TPCD0035T|764TPCD0035T|NOX|Permanent|035T|City Hall, Chiangmai|Active|TPCD|Thailand Pollution Control Department||18.840633|98.969661||7.00||||||| +TPCD0035T|TPCD0035T|764TPCD0035T|PM2.5|Permanent|035T|City Hall, Chiangmai|Active|TPCD|Thailand Pollution Control Department||18.840633|98.969661||7.00||||||| +TPCD0035T|TPCD0035T|764TPCD0035T|PM10|Permanent|035T|City Hall, Chiangmai|Active|TPCD|Thailand Pollution Control Department||18.840633|98.969661||7.00||||||| +TPCD0035T|TPCD0035T|764TPCD0035T|NO2|Permanent|035T|City Hall, Chiangmai|Active|TPCD|Thailand Pollution Control Department||18.840633|98.969661||7.00||||||| +TPCD0035T|TPCD0035T|764TPCD0035T|CO|Permanent|035T|City Hall, Chiangmai|Active|TPCD|Thailand Pollution Control Department||18.840633|98.969661||7.00||||||| +TPCD0035T|TPCD0035T|764TPCD0035T|O3|Permanent|035T|City Hall, Chiangmai|Active|TPCD|Thailand Pollution Control Department||18.840633|98.969661||7.00||||||| +TPCD0036T|TPCD0036T|764TPCD0036T|WD|Permanent|036T|Yupparaj Wittayalai School|Active|TPCD|Thailand Pollution Control Department||18.791092|98.988666||7.00||||||| +TPCD0036T|TPCD0036T|764TPCD0036T|O3|Permanent|036T|Yupparaj Wittayalai School|Active|TPCD|Thailand Pollution Control Department||18.791092|98.988666||7.00||||||| +TPCD0036T|TPCD0036T|764TPCD0036T|PM2.5|Permanent|036T|Yupparaj Wittayalai School|Active|TPCD|Thailand Pollution Control Department||18.791092|98.988666||7.00||||||| +TPCD0036T|TPCD0036T|764TPCD0036T|NOX|Permanent|036T|Yupparaj Wittayalai School|Active|TPCD|Thailand Pollution Control Department||18.791092|98.988666||7.00||||||| +TPCD0036T|TPCD0036T|764TPCD0036T|PM10|Permanent|036T|Yupparaj Wittayalai School|Active|TPCD|Thailand Pollution Control Department||18.791092|98.988666||7.00||||||| +TPCD0036T|TPCD0036T|764TPCD0036T|NO2|Permanent|036T|Yupparaj Wittayalai School|Active|TPCD|Thailand Pollution Control Department||18.791092|98.988666||7.00||||||| +TPCD0036T|TPCD0036T|764TPCD0036T|CO|Permanent|036T|Yupparaj Wittayalai School|Active|TPCD|Thailand Pollution Control Department||18.791092|98.988666||7.00||||||| +TPCD0036T|TPCD0036T|764TPCD0036T|SO2|Permanent|036T|Yupparaj Wittayalai School|Active|TPCD|Thailand Pollution Control Department||18.791092|98.988666||7.00||||||| +TPCD0036T|TPCD0036T|764TPCD0036T|WS|Permanent|036T|Yupparaj Wittayalai School|Active|TPCD|Thailand Pollution Control Department||18.791092|98.988666||7.00||||||| +TPCD0037T|TPCD0037T|764TPCD0037T|PM2.5|Permanent|037T|Meteorological stations, Lampang|Active|TPCD|Thailand Pollution Control Department||18.278251|99.506447||7.00||||||| +TPCD0037T|TPCD0037T|764TPCD0037T|NO2|Permanent|037T|Meteorological stations, Lampang|Active|TPCD|Thailand Pollution Control Department||18.278251|99.506447||7.00||||||| +TPCD0037T|TPCD0037T|764TPCD0037T|CO|Permanent|037T|Meteorological stations, Lampang|Active|TPCD|Thailand Pollution Control Department||18.278251|99.506447||7.00||||||| +TPCD0037T|TPCD0037T|764TPCD0037T|SO2|Permanent|037T|Meteorological stations, Lampang|Active|TPCD|Thailand Pollution Control Department||18.278251|99.506447||7.00||||||| +TPCD0037T|TPCD0037T|764TPCD0037T|WS|Permanent|037T|Meteorological stations, Lampang|Active|TPCD|Thailand Pollution Control Department||18.278251|99.506447||7.00||||||| +TPCD0037T|TPCD0037T|764TPCD0037T|WD|Permanent|037T|Meteorological stations, Lampang|Active|TPCD|Thailand Pollution Control Department||18.278251|99.506447||7.00||||||| +TPCD0037T|TPCD0037T|764TPCD0037T|O3|Permanent|037T|Meteorological stations, Lampang|Active|TPCD|Thailand Pollution Control Department||18.278251|99.506447||7.00||||||| +TPCD0037T|TPCD0037T|764TPCD0037T|NOX|Permanent|037T|Meteorological stations, Lampang|Active|TPCD|Thailand Pollution Control Department||18.278251|99.506447||7.00||||||| +TPCD0037T|TPCD0037T|764TPCD0037T|PM10|Permanent|037T|Meteorological stations, Lampang|Active|TPCD|Thailand Pollution Control Department||18.278251|99.506447||7.00||||||| +TPCD0038T|TPCD0038T|764TPCD0038T|WD|Permanent|038T|Health Promotion Hospital Sob Pad, Lampang|Active|TPCD|Thailand Pollution Control Department||18.250747|99.763986||7.00||||||| +TPCD0038T|TPCD0038T|764TPCD0038T|NOX|Permanent|038T|Health Promotion Hospital Sob Pad, Lampang|Active|TPCD|Thailand Pollution Control Department||18.250747|99.763986||7.00||||||| +TPCD0038T|TPCD0038T|764TPCD0038T|PM2.5|Permanent|038T|Health Promotion Hospital Sob Pad, Lampang|Active|TPCD|Thailand Pollution Control Department||18.250747|99.763986||7.00||||||| +TPCD0038T|TPCD0038T|764TPCD0038T|PM10|Permanent|038T|Health Promotion Hospital Sob Pad, Lampang|Active|TPCD|Thailand Pollution Control Department||18.250747|99.763986||7.00||||||| +TPCD0038T|TPCD0038T|764TPCD0038T|NO2|Permanent|038T|Health Promotion Hospital Sob Pad, Lampang|Active|TPCD|Thailand Pollution Control Department||18.250747|99.763986||7.00||||||| +TPCD0038T|TPCD0038T|764TPCD0038T|CO|Permanent|038T|Health Promotion Hospital Sob Pad, Lampang|Active|TPCD|Thailand Pollution Control Department||18.250747|99.763986||7.00||||||| +TPCD0038T|TPCD0038T|764TPCD0038T|SO2|Permanent|038T|Health Promotion Hospital Sob Pad, Lampang|Active|TPCD|Thailand Pollution Control Department||18.250747|99.763986||7.00||||||| +TPCD0038T|TPCD0038T|764TPCD0038T|WS|Permanent|038T|Health Promotion Hospital Sob Pad, Lampang|Active|TPCD|Thailand Pollution Control Department||18.250747|99.763986||7.00||||||| +TPCD0038T|TPCD0038T|764TPCD0038T|O3|Permanent|038T|Health Promotion Hospital Sob Pad, Lampang|Active|TPCD|Thailand Pollution Control Department||18.250747|99.763986||7.00||||||| +TPCD0039T|TPCD0039T|764TPCD0039T|WS|Permanent|039T|Health Promotion Hospital|Active|TPCD|Thailand Pollution Control Department||18.419425|99.727046||7.00||||||| +TPCD0039T|TPCD0039T|764TPCD0039T|WD|Permanent|039T|Health Promotion Hospital|Active|TPCD|Thailand Pollution Control Department||18.419425|99.727046||7.00||||||| +TPCD0039T|TPCD0039T|764TPCD0039T|NOX|Permanent|039T|Health Promotion Hospital|Active|TPCD|Thailand Pollution Control Department||18.419425|99.727046||7.00||||||| +TPCD0039T|TPCD0039T|764TPCD0039T|CO|Permanent|039T|Health Promotion Hospital|Active|TPCD|Thailand Pollution Control Department||18.419425|99.727046||7.00||||||| +TPCD0039T|TPCD0039T|764TPCD0039T|O3|Permanent|039T|Health Promotion Hospital|Active|TPCD|Thailand Pollution Control Department||18.419425|99.727046||7.00||||||| +TPCD0039T|TPCD0039T|764TPCD0039T|PM2.5|Permanent|039T|Health Promotion Hospital|Active|TPCD|Thailand Pollution Control Department||18.419425|99.727046||7.00||||||| +TPCD0039T|TPCD0039T|764TPCD0039T|PM10|Permanent|039T|Health Promotion Hospital|Active|TPCD|Thailand Pollution Control Department||18.419425|99.727046||7.00||||||| +TPCD0039T|TPCD0039T|764TPCD0039T|NO2|Permanent|039T|Health Promotion Hospital|Active|TPCD|Thailand Pollution Control Department||18.419425|99.727046||7.00||||||| +TPCD0039T|TPCD0039T|764TPCD0039T|SO2|Permanent|039T|Health Promotion Hospital|Active|TPCD|Thailand Pollution Control Department||18.419425|99.727046||7.00||||||| +TPCD0040T|TPCD0040T|764TPCD0040T|CO|Permanent|040T|Provincial Waterworks Authority Mae Moh|Active|TPCD|Thailand Pollution Control Department||18.282664|99.659873||7.00||||||| +TPCD0040T|TPCD0040T|764TPCD0040T|SO2|Permanent|040T|Provincial Waterworks Authority Mae Moh|Active|TPCD|Thailand Pollution Control Department||18.282664|99.659873||7.00||||||| +TPCD0040T|TPCD0040T|764TPCD0040T|WS|Permanent|040T|Provincial Waterworks Authority Mae Moh|Active|TPCD|Thailand Pollution Control Department||18.282664|99.659873||7.00||||||| +TPCD0040T|TPCD0040T|764TPCD0040T|WD|Permanent|040T|Provincial Waterworks Authority Mae Moh|Active|TPCD|Thailand Pollution Control Department||18.282664|99.659873||7.00||||||| +TPCD0040T|TPCD0040T|764TPCD0040T|NOX|Permanent|040T|Provincial Waterworks Authority Mae Moh|Active|TPCD|Thailand Pollution Control Department||18.282664|99.659873||7.00||||||| +TPCD0040T|TPCD0040T|764TPCD0040T|O3|Permanent|040T|Provincial Waterworks Authority Mae Moh|Active|TPCD|Thailand Pollution Control Department||18.282664|99.659873||7.00||||||| +TPCD0040T|TPCD0040T|764TPCD0040T|PM2.5|Permanent|040T|Provincial Waterworks Authority Mae Moh|Active|TPCD|Thailand Pollution Control Department||18.282664|99.659873||7.00||||||| +TPCD0040T|TPCD0040T|764TPCD0040T|PM10|Permanent|040T|Provincial Waterworks Authority Mae Moh|Active|TPCD|Thailand Pollution Control Department||18.282664|99.659873||7.00||||||| +TPCD0040T|TPCD0040T|764TPCD0040T|NO2|Permanent|040T|Provincial Waterworks Authority Mae Moh|Active|TPCD|Thailand Pollution Control Department||18.282664|99.659873||7.00||||||| +TPCD0041T|TPCD0041T|764TPCD0041T|PM10|Permanent|041T|Nakhonsawan Irrigation Project|Active|TPCD|Thailand Pollution Control Department||15.686254|100.110542||7.00||||||| +TPCD0041T|TPCD0041T|764TPCD0041T|NO2|Permanent|041T|Nakhonsawan Irrigation Project|Active|TPCD|Thailand Pollution Control Department||15.686254|100.110542||7.00||||||| +TPCD0041T|TPCD0041T|764TPCD0041T|CO|Permanent|041T|Nakhonsawan Irrigation Project|Active|TPCD|Thailand Pollution Control Department||15.686254|100.110542||7.00||||||| +TPCD0041T|TPCD0041T|764TPCD0041T|SO2|Permanent|041T|Nakhonsawan Irrigation Project|Active|TPCD|Thailand Pollution Control Department||15.686254|100.110542||7.00||||||| +TPCD0041T|TPCD0041T|764TPCD0041T|WS|Permanent|041T|Nakhonsawan Irrigation Project|Active|TPCD|Thailand Pollution Control Department||15.686254|100.110542||7.00||||||| +TPCD0041T|TPCD0041T|764TPCD0041T|WD|Permanent|041T|Nakhonsawan Irrigation Project|Active|TPCD|Thailand Pollution Control Department||15.686254|100.110542||7.00||||||| +TPCD0041T|TPCD0041T|764TPCD0041T|NOX|Permanent|041T|Nakhonsawan Irrigation Project|Active|TPCD|Thailand Pollution Control Department||15.686254|100.110542||7.00||||||| +TPCD0041T|TPCD0041T|764TPCD0041T|O3|Permanent|041T|Nakhonsawan Irrigation Project|Active|TPCD|Thailand Pollution Control Department||15.686254|100.110542||7.00||||||| +TPCD0041T|TPCD0041T|764TPCD0041T|PM2.5|Permanent|041T|Nakhonsawan Irrigation Project|Active|TPCD|Thailand Pollution Control Department||15.686254|100.110542||7.00||||||| +TPCD0042T|TPCD0042T|764TPCD0042T|O3|Permanent|042T|Environment Agency Section 14, Surat Thani|Active|TPCD|Thailand Pollution Control Department||9.126057|99.325355||7.00||||||| +TPCD0042T|TPCD0042T|764TPCD0042T|PM2.5|Permanent|042T|Environment Agency Section 14, Surat Thani|Active|TPCD|Thailand Pollution Control Department||9.126057|99.325355||7.00||||||| +TPCD0042T|TPCD0042T|764TPCD0042T|PM10|Permanent|042T|Environment Agency Section 14, Surat Thani|Active|TPCD|Thailand Pollution Control Department||9.126057|99.325355||7.00||||||| +TPCD0042T|TPCD0042T|764TPCD0042T|NO2|Permanent|042T|Environment Agency Section 14, Surat Thani|Active|TPCD|Thailand Pollution Control Department||9.126057|99.325355||7.00||||||| +TPCD0042T|TPCD0042T|764TPCD0042T|CO|Permanent|042T|Environment Agency Section 14, Surat Thani|Active|TPCD|Thailand Pollution Control Department||9.126057|99.325355||7.00||||||| +TPCD0042T|TPCD0042T|764TPCD0042T|SO2|Permanent|042T|Environment Agency Section 14, Surat Thani|Active|TPCD|Thailand Pollution Control Department||9.126057|99.325355||7.00||||||| +TPCD0042T|TPCD0042T|764TPCD0042T|WS|Permanent|042T|Environment Agency Section 14, Surat Thani|Active|TPCD|Thailand Pollution Control Department||9.126057|99.325355||7.00||||||| +TPCD0042T|TPCD0042T|764TPCD0042T|WD|Permanent|042T|Environment Agency Section 14, Surat Thani|Active|TPCD|Thailand Pollution Control Department||9.126057|99.325355||7.00||||||| +TPCD0042T|TPCD0042T|764TPCD0042T|NOX|Permanent|042T|Environment Agency Section 14, Surat Thani|Active|TPCD|Thailand Pollution Control Department||9.126057|99.325355||7.00||||||| +TPCD0043T|TPCD0043T|764TPCD0043T|O3|Permanent|043T|Talat Yai, Mueang|Active|TPCD|Thailand Pollution Control Department||7.881636|98.394291||7.00||||||| +TPCD0043T|TPCD0043T|764TPCD0043T|PM2.5|Permanent|043T|Talat Yai, Mueang|Active|TPCD|Thailand Pollution Control Department||7.881636|98.394291||7.00||||||| +TPCD0043T|TPCD0043T|764TPCD0043T|PM10|Permanent|043T|Talat Yai, Mueang|Active|TPCD|Thailand Pollution Control Department||7.881636|98.394291||7.00||||||| +TPCD0043T|TPCD0043T|764TPCD0043T|WS|Permanent|043T|Talat Yai, Mueang|Active|TPCD|Thailand Pollution Control Department||7.881636|98.394291||7.00||||||| +TPCD0043T|TPCD0043T|764TPCD0043T|WD|Permanent|043T|Talat Yai, Mueang|Active|TPCD|Thailand Pollution Control Department||7.881636|98.394291||7.00||||||| +TPCD0043T|TPCD0043T|764TPCD0043T|NOX|Permanent|043T|Talat Yai, Mueang|Active|TPCD|Thailand Pollution Control Department||7.881636|98.394291||7.00||||||| +TPCD0044T|TPCD0044T|764TPCD0044T|NO2|Permanent|044T|Hat Yai Municipality|Active|TPCD|Thailand Pollution Control Department||7.020545|100.484040||7.00||||||| +TPCD0044T|TPCD0044T|764TPCD0044T|CO|Permanent|044T|Hat Yai Municipality|Active|TPCD|Thailand Pollution Control Department||7.020545|100.484040||7.00||||||| +TPCD0044T|TPCD0044T|764TPCD0044T|SO2|Permanent|044T|Hat Yai Municipality|Active|TPCD|Thailand Pollution Control Department||7.020545|100.484040||7.00||||||| +TPCD0044T|TPCD0044T|764TPCD0044T|O3|Permanent|044T|Hat Yai Municipality|Active|TPCD|Thailand Pollution Control Department||7.020545|100.484040||7.00||||||| +TPCD0044T|TPCD0044T|764TPCD0044T|PM10|Permanent|044T|Hat Yai Municipality|Active|TPCD|Thailand Pollution Control Department||7.020545|100.484040||7.00||||||| +TPCD0046T|TPCD0046T|764TPCD0046T|WD|Permanent|046T|Water Resources Regional Office4 khonkaen|Active|TPCD|Thailand Pollution Control Department||16.445329|102.835251||7.00||||||| +TPCD0046T|TPCD0046T|764TPCD0046T|NOX|Permanent|046T|Water Resources Regional Office4 khonkaen|Active|TPCD|Thailand Pollution Control Department||16.445329|102.835251||7.00||||||| +TPCD0046T|TPCD0046T|764TPCD0046T|PM2.5|Permanent|046T|Water Resources Regional Office4 khonkaen|Active|TPCD|Thailand Pollution Control Department||16.445329|102.835251||7.00||||||| +TPCD0046T|TPCD0046T|764TPCD0046T|PM10|Permanent|046T|Water Resources Regional Office4 khonkaen|Active|TPCD|Thailand Pollution Control Department||16.445329|102.835251||7.00||||||| +TPCD0046T|TPCD0046T|764TPCD0046T|NO2|Permanent|046T|Water Resources Regional Office4 khonkaen|Active|TPCD|Thailand Pollution Control Department||16.445329|102.835251||7.00||||||| +TPCD0046T|TPCD0046T|764TPCD0046T|CO|Permanent|046T|Water Resources Regional Office4 khonkaen|Active|TPCD|Thailand Pollution Control Department||16.445329|102.835251||7.00||||||| +TPCD0046T|TPCD0046T|764TPCD0046T|SO2|Permanent|046T|Water Resources Regional Office4 khonkaen|Active|TPCD|Thailand Pollution Control Department||16.445329|102.835251||7.00||||||| +TPCD0046T|TPCD0046T|764TPCD0046T|WS|Permanent|046T|Water Resources Regional Office4 khonkaen|Active|TPCD|Thailand Pollution Control Department||16.445329|102.835251||7.00||||||| +TPCD0046T|TPCD0046T|764TPCD0046T|O3|Permanent|046T|Water Resources Regional Office4 khonkaen|Active|TPCD|Thailand Pollution Control Department||16.445329|102.835251||7.00||||||| +TPCD0047T|TPCD0047T|764TPCD0047T|O3|Permanent|047T|Municipal Waste Water Pumping Station|Active|TPCD|Thailand Pollution Control Department||14.979726|102.098301||7.00||||||| +TPCD0047T|TPCD0047T|764TPCD0047T|PM2.5|Permanent|047T|Municipal Waste Water Pumping Station|Active|TPCD|Thailand Pollution Control Department||14.979726|102.098301||7.00||||||| +TPCD0047T|TPCD0047T|764TPCD0047T|PM10|Permanent|047T|Municipal Waste Water Pumping Station|Active|TPCD|Thailand Pollution Control Department||14.979726|102.098301||7.00||||||| +TPCD0047T|TPCD0047T|764TPCD0047T|NO2|Permanent|047T|Municipal Waste Water Pumping Station|Active|TPCD|Thailand Pollution Control Department||14.979726|102.098301||7.00||||||| +TPCD0047T|TPCD0047T|764TPCD0047T|CO|Permanent|047T|Municipal Waste Water Pumping Station|Active|TPCD|Thailand Pollution Control Department||14.979726|102.098301||7.00||||||| +TPCD0047T|TPCD0047T|764TPCD0047T|SO2|Permanent|047T|Municipal Waste Water Pumping Station|Active|TPCD|Thailand Pollution Control Department||14.979726|102.098301||7.00||||||| +TPCD0047T|TPCD0047T|764TPCD0047T|WS|Permanent|047T|Municipal Waste Water Pumping Station|Active|TPCD|Thailand Pollution Control Department||14.979726|102.098301||7.00||||||| +TPCD0047T|TPCD0047T|764TPCD0047T|WD|Permanent|047T|Municipal Waste Water Pumping Station|Active|TPCD|Thailand Pollution Control Department||14.979726|102.098301||7.00||||||| +TPCD0047T|TPCD0047T|764TPCD0047T|NOX|Permanent|047T|Municipal Waste Water Pumping Station|Active|TPCD|Thailand Pollution Control Department||14.979726|102.098301||7.00||||||| +TPCD0050T|TPCD0050T|764TPCD0050T|CO|Permanent|050T|Chulalongkorn Hospital|Active|TPCD|Thailand Pollution Control Department||13.729852|100.536501||7.00||||||| +TPCD0050T|TPCD0050T|764TPCD0050T|SO2|Permanent|050T|Chulalongkorn Hospital|Active|TPCD|Thailand Pollution Control Department||13.729852|100.536501||7.00||||||| +TPCD0050T|TPCD0050T|764TPCD0050T|NOX|Permanent|050T|Chulalongkorn Hospital|Active|TPCD|Thailand Pollution Control Department||13.729852|100.536501||7.00||||||| +TPCD0050T|TPCD0050T|764TPCD0050T|O3|Permanent|050T|Chulalongkorn Hospital|Active|TPCD|Thailand Pollution Control Department||13.729852|100.536501||7.00||||||| +TPCD0050T|TPCD0050T|764TPCD0050T|PM2.5|Permanent|050T|Chulalongkorn Hospital|Active|TPCD|Thailand Pollution Control Department||13.729852|100.536501||7.00||||||| +TPCD0050T|TPCD0050T|764TPCD0050T|PM10|Permanent|050T|Chulalongkorn Hospital|Active|TPCD|Thailand Pollution Control Department||13.729852|100.536501||7.00||||||| +TPCD0050T|TPCD0050T|764TPCD0050T|NO2|Permanent|050T|Chulalongkorn Hospital|Active|TPCD|Thailand Pollution Control Department||13.729852|100.536501||7.00||||||| +TPCD0052T|TPCD0052T|764TPCD0052T|O3|Permanent|052T|Thonburi Power Sub-Station|Active|TPCD|Thailand Pollution Control Department||13.727622|100.486568||7.00||||||| +TPCD0052T|TPCD0052T|764TPCD0052T|WD|Permanent|052T|Thonburi Power Sub-Station|Active|TPCD|Thailand Pollution Control Department||13.727622|100.486568||7.00||||||| +TPCD0052T|TPCD0052T|764TPCD0052T|NOX|Permanent|052T|Thonburi Power Sub-Station|Active|TPCD|Thailand Pollution Control Department||13.727622|100.486568||7.00||||||| +TPCD0052T|TPCD0052T|764TPCD0052T|PM2.5|Permanent|052T|Thonburi Power Sub-Station|Active|TPCD|Thailand Pollution Control Department||13.727622|100.486568||7.00||||||| +TPCD0052T|TPCD0052T|764TPCD0052T|PM10|Permanent|052T|Thonburi Power Sub-Station|Active|TPCD|Thailand Pollution Control Department||13.727622|100.486568||7.00||||||| +TPCD0052T|TPCD0052T|764TPCD0052T|NO2|Permanent|052T|Thonburi Power Sub-Station|Active|TPCD|Thailand Pollution Control Department||13.727622|100.486568||7.00||||||| +TPCD0052T|TPCD0052T|764TPCD0052T|CO|Permanent|052T|Thonburi Power Sub-Station|Active|TPCD|Thailand Pollution Control Department||13.727622|100.486568||7.00||||||| +TPCD0052T|TPCD0052T|764TPCD0052T|SO2|Permanent|052T|Thonburi Power Sub-Station|Active|TPCD|Thailand Pollution Control Department||13.727622|100.486568||7.00||||||| +TPCD0052T|TPCD0052T|764TPCD0052T|WS|Permanent|052T|Thonburi Power Sub-Station|Active|TPCD|Thailand Pollution Control Department||13.727622|100.486568||7.00||||||| +TPCD0053T|TPCD0053T|764TPCD0053T|CO|Permanent|053T|Chokchai Police Station|Active|TPCD|Thailand Pollution Control Department||13.795425|100.593030||7.00||||||| +TPCD0053T|TPCD0053T|764TPCD0053T|WS|Permanent|053T|Chokchai Police Station|Active|TPCD|Thailand Pollution Control Department||13.795425|100.593030||7.00||||||| +TPCD0053T|TPCD0053T|764TPCD0053T|PM2.5|Permanent|053T|Chokchai Police Station|Active|TPCD|Thailand Pollution Control Department||13.795425|100.593030||7.00||||||| +TPCD0053T|TPCD0053T|764TPCD0053T|PM10|Permanent|053T|Chokchai Police Station|Active|TPCD|Thailand Pollution Control Department||13.795425|100.593030||7.00||||||| +TPCD0053T|TPCD0053T|764TPCD0053T|NO2|Permanent|053T|Chokchai Police Station|Active|TPCD|Thailand Pollution Control Department||13.795425|100.593030||7.00||||||| +TPCD0053T|TPCD0053T|764TPCD0053T|WD|Permanent|053T|Chokchai Police Station|Active|TPCD|Thailand Pollution Control Department||13.795425|100.593030||7.00||||||| +TPCD0053T|TPCD0053T|764TPCD0053T|NOX|Permanent|053T|Chokchai Police Station|Active|TPCD|Thailand Pollution Control Department||13.795425|100.593030||7.00||||||| +TPCD0054T|TPCD0054T|764TPCD0054T|SO2|Permanent|054T|National Housing Authority Dindaeng|Active|TPCD|Thailand Pollution Control Department||13.762517|100.550200||7.00||||||| +TPCD0054T|TPCD0054T|764TPCD0054T|O3|Permanent|054T|National Housing Authority Dindaeng|Active|TPCD|Thailand Pollution Control Department||13.762517|100.550200||7.00||||||| +TPCD0054T|TPCD0054T|764TPCD0054T|PM2.5|Permanent|054T|National Housing Authority Dindaeng|Active|TPCD|Thailand Pollution Control Department||13.762517|100.550200||7.00||||||| +TPCD0054T|TPCD0054T|764TPCD0054T|PM10|Permanent|054T|National Housing Authority Dindaeng|Active|TPCD|Thailand Pollution Control Department||13.762517|100.550200||7.00||||||| +TPCD0054T|TPCD0054T|764TPCD0054T|NO2|Permanent|054T|National Housing Authority Dindaeng|Active|TPCD|Thailand Pollution Control Department||13.762517|100.550200||7.00||||||| +TPCD0054T|TPCD0054T|764TPCD0054T|CO|Permanent|054T|National Housing Authority Dindaeng|Active|TPCD|Thailand Pollution Control Department||13.762517|100.550200||7.00||||||| +TPCD0057T|TPCD0057T|764TPCD0057T|O3|Permanent|057T|NREO, Chiangrai|Active|TPCD|Thailand Pollution Control Department||19.909242|99.823357||7.00||||||| +TPCD0057T|TPCD0057T|764TPCD0057T|PM2.5|Permanent|057T|NREO, Chiangrai|Active|TPCD|Thailand Pollution Control Department||19.909242|99.823357||7.00||||||| +TPCD0057T|TPCD0057T|764TPCD0057T|PM10|Permanent|057T|NREO, Chiangrai|Active|TPCD|Thailand Pollution Control Department||19.909242|99.823357||7.00||||||| +TPCD0057T|TPCD0057T|764TPCD0057T|NO2|Permanent|057T|NREO, Chiangrai|Active|TPCD|Thailand Pollution Control Department||19.909242|99.823357||7.00||||||| +TPCD0057T|TPCD0057T|764TPCD0057T|CO|Permanent|057T|NREO, Chiangrai|Active|TPCD|Thailand Pollution Control Department||19.909242|99.823357||7.00||||||| +TPCD0057T|TPCD0057T|764TPCD0057T|SO2|Permanent|057T|NREO, Chiangrai|Active|TPCD|Thailand Pollution Control Department||19.909242|99.823357||7.00||||||| +TPCD0057T|TPCD0057T|764TPCD0057T|WS|Permanent|057T|NREO, Chiangrai|Active|TPCD|Thailand Pollution Control Department||19.909242|99.823357||7.00||||||| +TPCD0057T|TPCD0057T|764TPCD0057T|WD|Permanent|057T|NREO, Chiangrai|Active|TPCD|Thailand Pollution Control Department||19.909242|99.823357||7.00||||||| +TPCD0058T|TPCD0058T|764TPCD0058T|PM2.5|Permanent|058T|NREO, Mae Hongson|Active|TPCD|Thailand Pollution Control Department||19.304686|97.970999||7.00||||||| +TPCD0058T|TPCD0058T|764TPCD0058T|PM10|Permanent|058T|NREO, Mae Hongson|Active|TPCD|Thailand Pollution Control Department||19.304686|97.970999||7.00||||||| +TPCD0058T|TPCD0058T|764TPCD0058T|NO2|Permanent|058T|NREO, Mae Hongson|Active|TPCD|Thailand Pollution Control Department||19.304686|97.970999||7.00||||||| +TPCD0058T|TPCD0058T|764TPCD0058T|CO|Permanent|058T|NREO, Mae Hongson|Active|TPCD|Thailand Pollution Control Department||19.304686|97.970999||7.00||||||| +TPCD0058T|TPCD0058T|764TPCD0058T|SO2|Permanent|058T|NREO, Mae Hongson|Active|TPCD|Thailand Pollution Control Department||19.304686|97.970999||7.00||||||| +TPCD0058T|TPCD0058T|764TPCD0058T|WS|Permanent|058T|NREO, Mae Hongson|Active|TPCD|Thailand Pollution Control Department||19.304686|97.970999||7.00||||||| +TPCD0058T|TPCD0058T|764TPCD0058T|WD|Permanent|058T|NREO, Mae Hongson|Active|TPCD|Thailand Pollution Control Department||19.304686|97.970999||7.00||||||| +TPCD0058T|TPCD0058T|764TPCD0058T|O3|Permanent|058T|NREO, Mae Hongson|Active|TPCD|Thailand Pollution Control Department||19.304686|97.970999||7.00||||||| +TPCD0059T|TPCD0059T|764TPCD0059T|O3|Permanent|059T|The Government Public Relations Department|Active|TPCD|Thailand Pollution Control Department||13.783185|100.540489||7.00||||||| +TPCD0059T|TPCD0059T|764TPCD0059T|PM2.5|Permanent|059T|The Government Public Relations Department|Active|TPCD|Thailand Pollution Control Department||13.783185|100.540489||7.00||||||| +TPCD0059T|TPCD0059T|764TPCD0059T|PM10|Permanent|059T|The Government Public Relations Department|Active|TPCD|Thailand Pollution Control Department||13.783185|100.540489||7.00||||||| +TPCD0059T|TPCD0059T|764TPCD0059T|NO2|Permanent|059T|The Government Public Relations Department|Active|TPCD|Thailand Pollution Control Department||13.783185|100.540489||7.00||||||| +TPCD0059T|TPCD0059T|764TPCD0059T|CO|Permanent|059T|The Government Public Relations Department|Active|TPCD|Thailand Pollution Control Department||13.783185|100.540489||7.00||||||| +TPCD0059T|TPCD0059T|764TPCD0059T|SO2|Permanent|059T|The Government Public Relations Department|Active|TPCD|Thailand Pollution Control Department||13.783185|100.540489||7.00||||||| +TPCD0059T|TPCD0059T|764TPCD0059T|WS|Permanent|059T|The Government Public Relations Department|Active|TPCD|Thailand Pollution Control Department||13.783185|100.540489||7.00||||||| +TPCD0059T|TPCD0059T|764TPCD0059T|WD|Permanent|059T|The Government Public Relations Department|Active|TPCD|Thailand Pollution Control Department||13.783185|100.540489||7.00||||||| +TPCD0059T|TPCD0059T|764TPCD0059T|NOX|Permanent|059T|The Government Public Relations Department|Active|TPCD|Thailand Pollution Control Department||13.783185|100.540489||7.00||||||| +TPCD0060T|TPCD0060T|764TPCD0060T|O3|Permanent|060T|Municipality Office Tungsadao|Active|TPCD|Thailand Pollution Control Department||13.588554|101.286359||7.00||||||| +TPCD0060T|TPCD0060T|764TPCD0060T|PM2.5|Permanent|060T|Municipality Office Tungsadao|Active|TPCD|Thailand Pollution Control Department||13.588554|101.286359||7.00||||||| +TPCD0060T|TPCD0060T|764TPCD0060T|PM10|Permanent|060T|Municipality Office Tungsadao|Active|TPCD|Thailand Pollution Control Department||13.588554|101.286359||7.00||||||| +TPCD0060T|TPCD0060T|764TPCD0060T|NO2|Permanent|060T|Municipality Office Tungsadao|Active|TPCD|Thailand Pollution Control Department||13.588554|101.286359||7.00||||||| +TPCD0060T|TPCD0060T|764TPCD0060T|CO|Permanent|060T|Municipality Office Tungsadao|Active|TPCD|Thailand Pollution Control Department||13.588554|101.286359||7.00||||||| +TPCD0060T|TPCD0060T|764TPCD0060T|SO2|Permanent|060T|Municipality Office Tungsadao|Active|TPCD|Thailand Pollution Control Department||13.588554|101.286359||7.00||||||| +TPCD0060T|TPCD0060T|764TPCD0060T|WS|Permanent|060T|Municipality Office Tungsadao|Active|TPCD|Thailand Pollution Control Department||13.588554|101.286359||7.00||||||| +TPCD0060T|TPCD0060T|764TPCD0060T|WD|Permanent|060T|Municipality Office Tungsadao|Active|TPCD|Thailand Pollution Control Department||13.588554|101.286359||7.00||||||| +TPCD0060T|TPCD0060T|764TPCD0060T|NOX|Permanent|060T|Municipality Office Tungsadao|Active|TPCD|Thailand Pollution Control Department||13.588554|101.286359||7.00||||||| +TPCD0061T|TPCD0061T|764TPCD0061T|O3|Permanent|061T|Bodindecha Sing Singhaseni School|Active|TPCD|Thailand Pollution Control Department||13.769634|100.614567||7.00||||||| +TPCD0061T|TPCD0061T|764TPCD0061T|PM2.5|Permanent|061T|Bodindecha Sing Singhaseni School|Active|TPCD|Thailand Pollution Control Department||13.769634|100.614567||7.00||||||| +TPCD0061T|TPCD0061T|764TPCD0061T|PM10|Permanent|061T|Bodindecha Sing Singhaseni School|Active|TPCD|Thailand Pollution Control Department||13.769634|100.614567||7.00||||||| +TPCD0061T|TPCD0061T|764TPCD0061T|NO2|Permanent|061T|Bodindecha Sing Singhaseni School|Active|TPCD|Thailand Pollution Control Department||13.769634|100.614567||7.00||||||| +TPCD0061T|TPCD0061T|764TPCD0061T|CO|Permanent|061T|Bodindecha Sing Singhaseni School|Active|TPCD|Thailand Pollution Control Department||13.769634|100.614567||7.00||||||| +TPCD0061T|TPCD0061T|764TPCD0061T|SO2|Permanent|061T|Bodindecha Sing Singhaseni School|Active|TPCD|Thailand Pollution Control Department||13.769634|100.614567||7.00||||||| +TPCD0061T|TPCD0061T|764TPCD0061T|WS|Permanent|061T|Bodindecha Sing Singhaseni School|Active|TPCD|Thailand Pollution Control Department||13.769634|100.614567||7.00||||||| +TPCD0061T|TPCD0061T|764TPCD0061T|WD|Permanent|061T|Bodindecha Sing Singhaseni School|Active|TPCD|Thailand Pollution Control Department||13.769634|100.614567||7.00||||||| +TPCD0061T|TPCD0061T|764TPCD0061T|NOX|Permanent|061T|Bodindecha Sing Singhaseni School|Active|TPCD|Thailand Pollution Control Department||13.769634|100.614567||7.00||||||| +TPCD0062T|TPCD0062T|764TPCD0062T|O3|Permanent|062T|City Hall, Narathiwat|Active|TPCD|Thailand Pollution Control Department||6.426885|101.823005||7.00||||||| +TPCD0062T|TPCD0062T|764TPCD0062T|PM2.5|Permanent|062T|City Hall, Narathiwat|Active|TPCD|Thailand Pollution Control Department||6.426885|101.823005||7.00||||||| +TPCD0062T|TPCD0062T|764TPCD0062T|PM10|Permanent|062T|City Hall, Narathiwat|Active|TPCD|Thailand Pollution Control Department||6.426885|101.823005||7.00||||||| +TPCD0062T|TPCD0062T|764TPCD0062T|NO2|Permanent|062T|City Hall, Narathiwat|Active|TPCD|Thailand Pollution Control Department||6.426885|101.823005||7.00||||||| +TPCD0062T|TPCD0062T|764TPCD0062T|CO|Permanent|062T|City Hall, Narathiwat|Active|TPCD|Thailand Pollution Control Department||6.426885|101.823005||7.00||||||| +TPCD0062T|TPCD0062T|764TPCD0062T|SO2|Permanent|062T|City Hall, Narathiwat|Active|TPCD|Thailand Pollution Control Department||6.426885|101.823005||7.00||||||| +TPCD0062T|TPCD0062T|764TPCD0062T|WS|Permanent|062T|City Hall, Narathiwat|Active|TPCD|Thailand Pollution Control Department||6.426885|101.823005||7.00||||||| +TPCD0062T|TPCD0062T|764TPCD0062T|WD|Permanent|062T|City Hall, Narathiwat|Active|TPCD|Thailand Pollution Control Department||6.426885|101.823005||7.00||||||| +TPCD0062T|TPCD0062T|764TPCD0062T|NOX|Permanent|062T|City Hall, Narathiwat|Active|TPCD|Thailand Pollution Control Department||6.426885|101.823005||7.00||||||| +TPCD0063T|TPCD0063T|764TPCD0063T|WS|Permanent|063T|Sateng, Mueang|Active|TPCD|Thailand Pollution Control Department||6.549994|101.279999||7.00||||||| +TPCD0063T|TPCD0063T|764TPCD0063T|O3|Permanent|063T|Sateng, Mueang|Active|TPCD|Thailand Pollution Control Department||6.549994|101.279999||7.00||||||| +TPCD0063T|TPCD0063T|764TPCD0063T|WD|Permanent|063T|Sateng, Mueang|Active|TPCD|Thailand Pollution Control Department||6.549994|101.279999||7.00||||||| +TPCD0063T|TPCD0063T|764TPCD0063T|NOX|Permanent|063T|Sateng, Mueang|Active|TPCD|Thailand Pollution Control Department||6.549994|101.279999||7.00||||||| +TPCD0063T|TPCD0063T|764TPCD0063T|PM2.5|Permanent|063T|Sateng, Mueang|Active|TPCD|Thailand Pollution Control Department||6.549994|101.279999||7.00||||||| +TPCD0063T|TPCD0063T|764TPCD0063T|PM10|Permanent|063T|Sateng, Mueang|Active|TPCD|Thailand Pollution Control Department||6.549994|101.279999||7.00||||||| +TPCD0067T|TPCD0067T|764TPCD0067T|NO2|Permanent|067T|Municipality Office, Nan|Active|TPCD|Thailand Pollution Control Department||18.788878|100.776359||7.00||||||| +TPCD0067T|TPCD0067T|764TPCD0067T|CO|Permanent|067T|Municipality Office, Nan|Active|TPCD|Thailand Pollution Control Department||18.788878|100.776359||7.00||||||| +TPCD0067T|TPCD0067T|764TPCD0067T|SO2|Permanent|067T|Municipality Office, Nan|Active|TPCD|Thailand Pollution Control Department||18.788878|100.776359||7.00||||||| +TPCD0067T|TPCD0067T|764TPCD0067T|O3|Permanent|067T|Municipality Office, Nan|Active|TPCD|Thailand Pollution Control Department||18.788878|100.776359||7.00||||||| +TPCD0067T|TPCD0067T|764TPCD0067T|PM2.5|Permanent|067T|Municipality Office, Nan|Active|TPCD|Thailand Pollution Control Department||18.788878|100.776359||7.00||||||| +TPCD0067T|TPCD0067T|764TPCD0067T|PM10|Permanent|067T|Municipality Office, Nan|Active|TPCD|Thailand Pollution Control Department||18.788878|100.776359||7.00||||||| +TPCD0068T|TPCD0068T|764TPCD0068T|SO2|Permanent|068T|Provincial Administrative Stadium, Lamphun|Active|TPCD|Thailand Pollution Control Department||18.567443|99.007994||7.00||||||| +TPCD0068T|TPCD0068T|764TPCD0068T|WS|Permanent|068T|Provincial Administrative Stadium, Lamphun|Active|TPCD|Thailand Pollution Control Department||18.567443|99.007994||7.00||||||| +TPCD0068T|TPCD0068T|764TPCD0068T|WD|Permanent|068T|Provincial Administrative Stadium, Lamphun|Active|TPCD|Thailand Pollution Control Department||18.567443|99.007994||7.00||||||| +TPCD0068T|TPCD0068T|764TPCD0068T|NOX|Permanent|068T|Provincial Administrative Stadium, Lamphun|Active|TPCD|Thailand Pollution Control Department||18.567443|99.007994||7.00||||||| +TPCD0068T|TPCD0068T|764TPCD0068T|O3|Permanent|068T|Provincial Administrative Stadium, Lamphun|Active|TPCD|Thailand Pollution Control Department||18.567443|99.007994||7.00||||||| +TPCD0068T|TPCD0068T|764TPCD0068T|PM2.5|Permanent|068T|Provincial Administrative Stadium, Lamphun|Active|TPCD|Thailand Pollution Control Department||18.567443|99.007994||7.00||||||| +TPCD0068T|TPCD0068T|764TPCD0068T|PM10|Permanent|068T|Provincial Administrative Stadium, Lamphun|Active|TPCD|Thailand Pollution Control Department||18.567443|99.007994||7.00||||||| +TPCD0068T|TPCD0068T|764TPCD0068T|NO2|Permanent|068T|Provincial Administrative Stadium, Lamphun|Active|TPCD|Thailand Pollution Control Department||18.567443|99.007994||7.00||||||| +TPCD0068T|TPCD0068T|764TPCD0068T|CO|Permanent|068T|Provincial Administrative Stadium, Lamphun|Active|TPCD|Thailand Pollution Control Department||18.567443|99.007994||7.00||||||| +TPCD0069T|TPCD0069T|764TPCD0069T|NOX|Permanent|069T|Meteorology Center, Phrae|Active|TPCD|Thailand Pollution Control Department||18.128928|100.162345||7.00||||||| +TPCD0069T|TPCD0069T|764TPCD0069T|O3|Permanent|069T|Meteorology Center, Phrae|Active|TPCD|Thailand Pollution Control Department||18.128928|100.162345||7.00||||||| +TPCD0069T|TPCD0069T|764TPCD0069T|PM2.5|Permanent|069T|Meteorology Center, Phrae|Active|TPCD|Thailand Pollution Control Department||18.128928|100.162345||7.00||||||| +TPCD0069T|TPCD0069T|764TPCD0069T|PM10|Permanent|069T|Meteorology Center, Phrae|Active|TPCD|Thailand Pollution Control Department||18.128928|100.162345||7.00||||||| +TPCD0069T|TPCD0069T|764TPCD0069T|NO2|Permanent|069T|Meteorology Center, Phrae|Active|TPCD|Thailand Pollution Control Department||18.128928|100.162345||7.00||||||| +TPCD0069T|TPCD0069T|764TPCD0069T|CO|Permanent|069T|Meteorology Center, Phrae|Active|TPCD|Thailand Pollution Control Department||18.128928|100.162345||7.00||||||| +TPCD0069T|TPCD0069T|764TPCD0069T|SO2|Permanent|069T|Meteorology Center, Phrae|Active|TPCD|Thailand Pollution Control Department||18.128928|100.162345||7.00||||||| +TPCD0069T|TPCD0069T|764TPCD0069T|WS|Permanent|069T|Meteorology Center, Phrae|Active|TPCD|Thailand Pollution Control Department||18.128928|100.162345||7.00||||||| +TPCD0069T|TPCD0069T|764TPCD0069T|WD|Permanent|069T|Meteorology Center, Phrae|Active|TPCD|Thailand Pollution Control Department||18.128928|100.162345||7.00||||||| +TPCD0070T|TPCD0070T|764TPCD0070T|SO2|Permanent|070T|Knowledge Park, Phayao|Active|TPCD|Thailand Pollution Control Department||19.163862|99.902715||7.00||||||| +TPCD0070T|TPCD0070T|764TPCD0070T|WS|Permanent|070T|Knowledge Park, Phayao|Active|TPCD|Thailand Pollution Control Department||19.163862|99.902715||7.00||||||| +TPCD0070T|TPCD0070T|764TPCD0070T|WD|Permanent|070T|Knowledge Park, Phayao|Active|TPCD|Thailand Pollution Control Department||19.163862|99.902715||7.00||||||| +TPCD0070T|TPCD0070T|764TPCD0070T|NOX|Permanent|070T|Knowledge Park, Phayao|Active|TPCD|Thailand Pollution Control Department||19.163862|99.902715||7.00||||||| +TPCD0070T|TPCD0070T|764TPCD0070T|O3|Permanent|070T|Knowledge Park, Phayao|Active|TPCD|Thailand Pollution Control Department||19.163862|99.902715||7.00||||||| +TPCD0070T|TPCD0070T|764TPCD0070T|PM2.5|Permanent|070T|Knowledge Park, Phayao|Active|TPCD|Thailand Pollution Control Department||19.163862|99.902715||7.00||||||| +TPCD0070T|TPCD0070T|764TPCD0070T|PM10|Permanent|070T|Knowledge Park, Phayao|Active|TPCD|Thailand Pollution Control Department||19.163862|99.902715||7.00||||||| +TPCD0070T|TPCD0070T|764TPCD0070T|NO2|Permanent|070T|Knowledge Park, Phayao|Active|TPCD|Thailand Pollution Control Department||19.163862|99.902715||7.00||||||| +TPCD0070T|TPCD0070T|764TPCD0070T|CO|Permanent|070T|Knowledge Park, Phayao|Active|TPCD|Thailand Pollution Control Department||19.163862|99.902715||7.00||||||| +TPCD0071T|TPCD0071T|764TPCD0071T|CO|Permanent|071T|Sriaranyothai Kindergarten|Active|TPCD|Thailand Pollution Control Department||13.692122|102.502124||7.00||||||| +TPCD0071T|TPCD0071T|764TPCD0071T|SO2|Permanent|071T|Sriaranyothai Kindergarten|Active|TPCD|Thailand Pollution Control Department||13.692122|102.502124||7.00||||||| +TPCD0071T|TPCD0071T|764TPCD0071T|WS|Permanent|071T|Sriaranyothai Kindergarten|Active|TPCD|Thailand Pollution Control Department||13.692122|102.502124||7.00||||||| +TPCD0071T|TPCD0071T|764TPCD0071T|WD|Permanent|071T|Sriaranyothai Kindergarten|Active|TPCD|Thailand Pollution Control Department||13.692122|102.502124||7.00||||||| +TPCD0071T|TPCD0071T|764TPCD0071T|O3|Permanent|071T|Sriaranyothai Kindergarten|Active|TPCD|Thailand Pollution Control Department||13.692122|102.502124||7.00||||||| +TPCD0071T|TPCD0071T|764TPCD0071T|PM2.5|Permanent|071T|Sriaranyothai Kindergarten|Active|TPCD|Thailand Pollution Control Department||13.692122|102.502124||7.00||||||| +TPCD0071T|TPCD0071T|764TPCD0071T|PM10|Permanent|071T|Sriaranyothai Kindergarten|Active|TPCD|Thailand Pollution Control Department||13.692122|102.502124||7.00||||||| +TPCD0071T|TPCD0071T|764TPCD0071T|NO2|Permanent|071T|Sriaranyothai Kindergarten|Active|TPCD|Thailand Pollution Control Department||13.692122|102.502124||7.00||||||| +TPCD0072T|TPCD0072T|764TPCD0072T|O3|Permanent|072T|Provincial Health Office, Loei|Active|TPCD|Thailand Pollution Control Department||17.452765|101.728715||7.00||||||| +TPCD0072T|TPCD0072T|764TPCD0072T|PM2.5|Permanent|072T|Provincial Health Office, Loei|Active|TPCD|Thailand Pollution Control Department||17.452765|101.728715||7.00||||||| +TPCD0072T|TPCD0072T|764TPCD0072T|PM10|Permanent|072T|Provincial Health Office, Loei|Active|TPCD|Thailand Pollution Control Department||17.452765|101.728715||7.00||||||| +TPCD0072T|TPCD0072T|764TPCD0072T|NO2|Permanent|072T|Provincial Health Office, Loei|Active|TPCD|Thailand Pollution Control Department||17.452765|101.728715||7.00||||||| +TPCD0072T|TPCD0072T|764TPCD0072T|CO|Permanent|072T|Provincial Health Office, Loei|Active|TPCD|Thailand Pollution Control Department||17.452765|101.728715||7.00||||||| +TPCD0072T|TPCD0072T|764TPCD0072T|SO2|Permanent|072T|Provincial Health Office, Loei|Active|TPCD|Thailand Pollution Control Department||17.452765|101.728715||7.00||||||| +TPCD0072T|TPCD0072T|764TPCD0072T|WS|Permanent|072T|Provincial Health Office, Loei|Active|TPCD|Thailand Pollution Control Department||17.452765|101.728715||7.00||||||| +TPCD0072T|TPCD0072T|764TPCD0072T|WD|Permanent|072T|Provincial Health Office, Loei|Active|TPCD|Thailand Pollution Control Department||17.452765|101.728715||7.00||||||| +TPCD0073T|TPCD0073T|764TPCD0073T|PM10|Permanent|073T|Maesai Health Office|Active|TPCD|Thailand Pollution Control Department||20.427234|99.883724||7.00||||||| +TPCD0073T|TPCD0073T|764TPCD0073T|NO2|Permanent|073T|Maesai Health Office|Active|TPCD|Thailand Pollution Control Department||20.427234|99.883724||7.00||||||| +TPCD0073T|TPCD0073T|764TPCD0073T|CO|Permanent|073T|Maesai Health Office|Active|TPCD|Thailand Pollution Control Department||20.427234|99.883724||7.00||||||| +TPCD0073T|TPCD0073T|764TPCD0073T|SO2|Permanent|073T|Maesai Health Office|Active|TPCD|Thailand Pollution Control Department||20.427234|99.883724||7.00||||||| +TPCD0073T|TPCD0073T|764TPCD0073T|WS|Permanent|073T|Maesai Health Office|Active|TPCD|Thailand Pollution Control Department||20.427234|99.883724||7.00||||||| +TPCD0073T|TPCD0073T|764TPCD0073T|WD|Permanent|073T|Maesai Health Office|Active|TPCD|Thailand Pollution Control Department||20.427234|99.883724||7.00||||||| +TPCD0073T|TPCD0073T|764TPCD0073T|O3|Permanent|073T|Maesai Health Office|Active|TPCD|Thailand Pollution Control Department||20.427234|99.883724||7.00||||||| +TPCD0073T|TPCD0073T|764TPCD0073T|PM2.5|Permanent|073T|Maesai Health Office|Active|TPCD|Thailand Pollution Control Department||20.427234|99.883724||7.00||||||| +TPCD0074T|TPCD0074T|764TPCD0074T|PM2.5|Permanent|074T|Government Complex, Rayong|Active|TPCD|Thailand Pollution Control Department||12.706325|101.180975||7.00||||||| +TPCD0074T|TPCD0074T|764TPCD0074T|PM10|Permanent|074T|Government Complex, Rayong|Active|TPCD|Thailand Pollution Control Department||12.706325|101.180975||7.00||||||| +TPCD0074T|TPCD0074T|764TPCD0074T|NO2|Permanent|074T|Government Complex, Rayong|Active|TPCD|Thailand Pollution Control Department||12.706325|101.180975||7.00||||||| +TPCD0074T|TPCD0074T|764TPCD0074T|SO2|Permanent|074T|Government Complex, Rayong|Active|TPCD|Thailand Pollution Control Department||12.706325|101.180975||7.00||||||| +TPCD0074T|TPCD0074T|764TPCD0074T|WS|Permanent|074T|Government Complex, Rayong|Active|TPCD|Thailand Pollution Control Department||12.706325|101.180975||7.00||||||| +TPCD0074T|TPCD0074T|764TPCD0074T|WD|Permanent|074T|Government Complex, Rayong|Active|TPCD|Thailand Pollution Control Department||12.706325|101.180975||7.00||||||| +TPCD0074T|TPCD0074T|764TPCD0074T|NOX|Permanent|074T|Government Complex, Rayong|Active|TPCD|Thailand Pollution Control Department||12.706325|101.180975||7.00||||||| +TPCD0074T|TPCD0074T|764TPCD0074T|CO|Permanent|074T|Government Complex, Rayong|Active|TPCD|Thailand Pollution Control Department||12.706325|101.180975||7.00||||||| +TPCD0074T|TPCD0074T|764TPCD0074T|O3|Permanent|074T|Government Complex, Rayong|Active|TPCD|Thailand Pollution Control Department||12.706325|101.180975||7.00||||||| +TPCD0075T|TPCD0075T|764TPCD0075T|WS|Permanent|075T|Chalermprakiet Hospital|Active|TPCD|Thailand Pollution Control Department||19.322380|101.025365||7.00||||||| +TPCD0075T|TPCD0075T|764TPCD0075T|WD|Permanent|075T|Chalermprakiet Hospital|Active|TPCD|Thailand Pollution Control Department||19.322380|101.025365||7.00||||||| +TPCD0075T|TPCD0075T|764TPCD0075T|NOX|Permanent|075T|Chalermprakiet Hospital|Active|TPCD|Thailand Pollution Control Department||19.322380|101.025365||7.00||||||| +TPCD0075T|TPCD0075T|764TPCD0075T|O3|Permanent|075T|Chalermprakiet Hospital|Active|TPCD|Thailand Pollution Control Department||19.322380|101.025365||7.00||||||| +TPCD0075T|TPCD0075T|764TPCD0075T|PM2.5|Permanent|075T|Chalermprakiet Hospital|Active|TPCD|Thailand Pollution Control Department||19.322380|101.025365||7.00||||||| +TPCD0075T|TPCD0075T|764TPCD0075T|PM10|Permanent|075T|Chalermprakiet Hospital|Active|TPCD|Thailand Pollution Control Department||19.322380|101.025365||7.00||||||| +TPCD0075T|TPCD0075T|764TPCD0075T|NO2|Permanent|075T|Chalermprakiet Hospital|Active|TPCD|Thailand Pollution Control Department||19.322380|101.025365||7.00||||||| +TPCD0075T|TPCD0075T|764TPCD0075T|CO|Permanent|075T|Chalermprakiet Hospital|Active|TPCD|Thailand Pollution Control Department||19.322380|101.025365||7.00||||||| +TPCD0075T|TPCD0075T|764TPCD0075T|SO2|Permanent|075T|Chalermprakiet Hospital|Active|TPCD|Thailand Pollution Control Department||19.322380|101.025365||7.00||||||| +TPCD0076T|TPCD0076T|764TPCD0076T|SO2|Permanent|076T|Non-Formal Education Centre, Mea Sot|Active|TPCD|Thailand Pollution Control Department||16.750102|98.591312||7.00||||||| +TPCD0076T|TPCD0076T|764TPCD0076T|WS|Permanent|076T|Non-Formal Education Centre, Mea Sot|Active|TPCD|Thailand Pollution Control Department||16.750102|98.591312||7.00||||||| +TPCD0076T|TPCD0076T|764TPCD0076T|WD|Permanent|076T|Non-Formal Education Centre, Mea Sot|Active|TPCD|Thailand Pollution Control Department||16.750102|98.591312||7.00||||||| +TPCD0076T|TPCD0076T|764TPCD0076T|NOX|Permanent|076T|Non-Formal Education Centre, Mea Sot|Active|TPCD|Thailand Pollution Control Department||16.750102|98.591312||7.00||||||| +TPCD0076T|TPCD0076T|764TPCD0076T|O3|Permanent|076T|Non-Formal Education Centre, Mea Sot|Active|TPCD|Thailand Pollution Control Department||16.750102|98.591312||7.00||||||| +TPCD0076T|TPCD0076T|764TPCD0076T|PM2.5|Permanent|076T|Non-Formal Education Centre, Mea Sot|Active|TPCD|Thailand Pollution Control Department||16.750102|98.591312||7.00||||||| +TPCD0076T|TPCD0076T|764TPCD0076T|PM10|Permanent|076T|Non-Formal Education Centre, Mea Sot|Active|TPCD|Thailand Pollution Control Department||16.750102|98.591312||7.00||||||| +TPCD0076T|TPCD0076T|764TPCD0076T|NO2|Permanent|076T|Non-Formal Education Centre, Mea Sot|Active|TPCD|Thailand Pollution Control Department||16.750102|98.591312||7.00||||||| +TPCD0076T|TPCD0076T|764TPCD0076T|CO|Permanent|076T|Non-Formal Education Centre, Mea Sot|Active|TPCD|Thailand Pollution Control Department||16.750102|98.591312||7.00||||||| +TPCD0077T|TPCD0077T|764TPCD0077T|NO2|Permanent|077T|Bu Yai Bai Hall Station|Active|TPCD|Thailand Pollution Control Department||13.934197|101.586960||7.00||||||| +TPCD0077T|TPCD0077T|764TPCD0077T|CO|Permanent|077T|Bu Yai Bai Hall Station|Active|TPCD|Thailand Pollution Control Department||13.934197|101.586960||7.00||||||| +TPCD0077T|TPCD0077T|764TPCD0077T|SO2|Permanent|077T|Bu Yai Bai Hall Station|Active|TPCD|Thailand Pollution Control Department||13.934197|101.586960||7.00||||||| +TPCD0077T|TPCD0077T|764TPCD0077T|WS|Permanent|077T|Bu Yai Bai Hall Station|Active|TPCD|Thailand Pollution Control Department||13.934197|101.586960||7.00||||||| +TPCD0077T|TPCD0077T|764TPCD0077T|WD|Permanent|077T|Bu Yai Bai Hall Station|Active|TPCD|Thailand Pollution Control Department||13.934197|101.586960||7.00||||||| +TPCD0077T|TPCD0077T|764TPCD0077T|NOX|Permanent|077T|Bu Yai Bai Hall Station|Active|TPCD|Thailand Pollution Control Department||13.934197|101.586960||7.00||||||| +TPCD0077T|TPCD0077T|764TPCD0077T|PM10|Permanent|077T|Bu Yai Bai Hall Station|Active|TPCD|Thailand Pollution Control Department||13.934197|101.586960||7.00||||||| +TPCD0077T|TPCD0077T|764TPCD0077T|O3|Permanent|077T|Bu Yai Bai Hall Station|Active|TPCD|Thailand Pollution Control Department||13.934197|101.586960||7.00||||||| +TPCD0077T|TPCD0077T|764TPCD0077T|PM2.5|Permanent|077T|Bu Yai Bai Hall Station|Active|TPCD|Thailand Pollution Control Department||13.934197|101.586960||7.00||||||| +764TPCD0078T|TPCD0078T|764TPCD0078T|PM2.5|Permanent|078T|Child Development Center, Betong|Active|TPCD|Thailand Pollution Control Department||5.763873|101.067903||7.00||||||| +764TPCD0078T|TPCD0078T|764TPCD0078T|PM10|Permanent|078T|Child Development Center, Betong|Active|TPCD|Thailand Pollution Control Department||5.763873|101.067903||7.00||||||| +TPCD0079T|TPCD0079T|764TPCD0079T|WD|Permanent|079T|Pak Prak, Kanchanaburi|Active|TPCD|Thailand Pollution Control Department||14.022425|99.536118||7.00||||||| +TPCD0079T|TPCD0079T|764TPCD0079T|NOX|Permanent|079T|Pak Prak, Kanchanaburi|Active|TPCD|Thailand Pollution Control Department||14.022425|99.536118||7.00||||||| +TPCD0079T|TPCD0079T|764TPCD0079T|PM10|Permanent|079T|Pak Prak, Kanchanaburi|Active|TPCD|Thailand Pollution Control Department||14.022425|99.536118||7.00||||||| +TPCD0079T|TPCD0079T|764TPCD0079T|WS|Permanent|079T|Pak Prak, Kanchanaburi|Active|TPCD|Thailand Pollution Control Department||14.022425|99.536118||7.00||||||| +TPCD0079T|TPCD0079T|764TPCD0079T|O3|Permanent|079T|Pak Prak, Kanchanaburi|Active|TPCD|Thailand Pollution Control Department||14.022425|99.536118||7.00||||||| +TPCD0079T|TPCD0079T|764TPCD0079T|PM2.5|Permanent|079T|Pak Prak, Kanchanaburi|Active|TPCD|Thailand Pollution Control Department||14.022425|99.536118||7.00||||||| +TPCD0080T|TPCD0080T|764TPCD0080T|O3|Permanent|080T|Phiman, Satun|Active|TPCD|Thailand Pollution Control Department||6.624698|100.066208||7.00||||||| +TPCD0080T|TPCD0080T|764TPCD0080T|PM2.5|Permanent|080T|Phiman, Satun|Active|TPCD|Thailand Pollution Control Department||6.624698|100.066208||7.00||||||| +TPCD0080T|TPCD0080T|764TPCD0080T|PM10|Permanent|080T|Phiman, Satun|Active|TPCD|Thailand Pollution Control Department||6.624698|100.066208||7.00||||||| +TPCD0080T|TPCD0080T|764TPCD0080T|WS|Permanent|080T|Phiman, Satun|Active|TPCD|Thailand Pollution Control Department||6.624698|100.066208||7.00||||||| +TPCD0080T|TPCD0080T|764TPCD0080T|WD|Permanent|080T|Phiman, Satun|Active|TPCD|Thailand Pollution Control Department||6.624698|100.066208||7.00||||||| +TPCD0080T|TPCD0080T|764TPCD0080T|NOX|Permanent|080T|Phiman, Satun|Active|TPCD|Thailand Pollution Control Department||6.624698|100.066208||7.00||||||| +764TPCD0081T|TPCD0081T|764TPCD0081T|NO2|Permanent|081T|Water reservoir|Active|TPCD|Thailand Pollution Control Department||13.832076|100.057961||7.00||||||| +764TPCD0081T|TPCD0081T|764TPCD0081T|CO|Permanent|081T|Water reservoir|Active|TPCD|Thailand Pollution Control Department||13.832076|100.057961||7.00||||||| +764TPCD0081T|TPCD0081T|764TPCD0081T|SO2|Permanent|081T|Water reservoir|Active|TPCD|Thailand Pollution Control Department||13.832076|100.057961||7.00||||||| +764TPCD0081T|TPCD0081T|764TPCD0081T|O3|Permanent|081T|Water reservoir|Active|TPCD|Thailand Pollution Control Department||13.832076|100.057961||7.00||||||| +764TPCD0081T|TPCD0081T|764TPCD0081T|PM2.5|Permanent|081T|Water reservoir|Active|TPCD|Thailand Pollution Control Department||13.832076|100.057961||7.00||||||| +764TPCD0081T|TPCD0081T|764TPCD0081T|PM10|Permanent|081T|Water reservoir|Active|TPCD|Thailand Pollution Control Department||13.832076|100.057961||7.00||||||| +764TPCD0082T|TPCD0082T|764TPCD0082T|PM10|Permanent|082T|Nong Thin Public Park|Active|TPCD|Thailand Pollution Control Department||17.877480|102.728925||7.00||||||| +764TPCD0082T|TPCD0082T|764TPCD0082T|PM2.5|Permanent|082T|Nong Thin Public Park|Active|TPCD|Thailand Pollution Control Department||17.877480|102.728925||7.00||||||| +764TPCD0083T|TPCD0083T|764TPCD0083T|PM2.5|Permanent|083T|OTOP Center|Active|TPCD|Thailand Pollution Control Department||15.245413|104.846219||7.00||||||| +764TPCD0083T|TPCD0083T|764TPCD0083T|PM10|Permanent|083T|OTOP Center|Active|TPCD|Thailand Pollution Control Department||15.245413|104.846219||7.00||||||| +764TPCD0084T|TPCD0084T|764TPCD0084T|PM2.5|Permanent|084T|Samut Songkhram Health Office|Active|TPCD|Thailand Pollution Control Department||13.428581|100.024664||7.00||||||| +764TPCD0084T|TPCD0084T|764TPCD0084T|PM10|Permanent|084T|Samut Songkhram Health Office|Active|TPCD|Thailand Pollution Control Department||13.428581|100.024664||7.00||||||| +764TPCD0085T|TPCD0085T|764TPCD0085T|PM10|Permanent|085T|Suphan Buri Stadium|Active|TPCD|Thailand Pollution Control Department||14.476210|100.086100||7.00||||||| +764TPCD0085T|TPCD0085T|764TPCD0085T|PM2.5|Permanent|085T|Suphan Buri Stadium|Active|TPCD|Thailand Pollution Control Department||14.476210|100.086100||7.00||||||| +764TPCD0086T|TPCD0086T|764TPCD0086T|PM2.5|Permanent|086T|Chom Nan Chaloem Phrakiat Public Park|Active|TPCD|Thailand Pollution Control Department||16.820830|100.258100||7.00||||||| +764TPCD0086T|TPCD0086T|764TPCD0086T|PM10|Permanent|086T|Chom Nan Chaloem Phrakiat Public Park|Active|TPCD|Thailand Pollution Control Department||16.820830|100.258100||7.00||||||| +764TPCD0087T|TPCD0087T|764TPCD0087T|PM2.5|Permanent|087T|Trat Provincial Central Stadium|Active|TPCD|Thailand Pollution Control Department||12.234860|102.523700||7.00||||||| +764TPCD0087T|TPCD0087T|764TPCD0087T|PM10|Permanent|087T|Trat Provincial Central Stadium|Active|TPCD|Thailand Pollution Control Department||12.234860|102.523700||7.00||||||| +764TPCD0088T|TPCD0088T|764TPCD0088T|PM10|Permanent|088T|Meteorological station, Nakhon Phanom|Active|TPCD|Thailand Pollution Control Department||17.412350|104.778600||7.00||||||| +764TPCD0088T|TPCD0088T|764TPCD0088T|PM2.5|Permanent|088T|Meteorological station, Nakhon Phanom|Active|TPCD|Thailand Pollution Control Department||17.412350|104.778600||7.00||||||| +764TPCD0089T|TPCD0089T|764TPCD0089T|PM2.5|Permanent|089T|Elderly Health Rehabilitation Center|Active|TPCD|Thailand Pollution Control Department||8.426920|99.961470||7.00||||||| +764TPCD0089T|TPCD0089T|764TPCD0089T|PM10|Permanent|089T|Elderly Health Rehabilitation Center|Active|TPCD|Thailand Pollution Control Department||8.426920|99.961470||7.00||||||| +TPCD00A29|TPCD00A29|764TPCD00A29|NO2|Permanent|0A29|Health Promotion Hospital Maptaput|Inactive|TPCD|Thailand Pollution Control Department||12.708620|101.166055||7.00||||||| +TPCD00A29|TPCD00A29|764TPCD00A29|CO|Permanent|0A29|Health Promotion Hospital Maptaput|Inactive|TPCD|Thailand Pollution Control Department||12.708620|101.166055||7.00||||||| +TPCD00A29|TPCD00A29|764TPCD00A29|SO2|Permanent|0A29|Health Promotion Hospital Maptaput|Inactive|TPCD|Thailand Pollution Control Department||12.708620|101.166055||7.00||||||| +TPCD00A29|TPCD00A29|764TPCD00A29|O3|Permanent|0A29|Health Promotion Hospital Maptaput|Inactive|TPCD|Thailand Pollution Control Department||12.708620|101.166055||7.00||||||| +TPCD00A29|TPCD00A29|764TPCD00A29|PM10|Permanent|0A29|Health Promotion Hospital Maptaput|Inactive|TPCD|Thailand Pollution Control Department||12.708620|101.166055||7.00||||||| +TPCD00A31|TPCD00A31|764TPCD00A31|NOX|Permanent|0A31|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||7.00||||||| +TPCD00A31|TPCD00A31|764TPCD00A31|O3|Permanent|0A31|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||7.00||||||| +TPCD00A31|TPCD00A31|764TPCD00A31|PM10|Permanent|0A31|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||7.00||||||| +TPCD00A31|TPCD00A31|764TPCD00A31|WS|Permanent|0A31|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||7.00||||||| +TPCD00A31|TPCD00A31|764TPCD00A31|WD|Permanent|0A31|N/A|Inactive|TPCD|Thailand Pollution Control Department||0.000000|0.000000||7.00||||||| +TPCD00A44|TPCD00A44|764TPCD00A44|WS|Permanent|0A44|Hat Yai District, Songkhla Provinc|Inactive|TPCD|Thailand Pollution Control Department||7.008600|100.474700||7.00||||||| +TPCD00A44|TPCD00A44|764TPCD00A44|WD|Permanent|0A44|Hat Yai District, Songkhla Provinc|Inactive|TPCD|Thailand Pollution Control Department||7.008600|100.474700||7.00||||||| +TPCD00A44|TPCD00A44|764TPCD00A44|NOX|Permanent|0A44|Hat Yai District, Songkhla Provinc|Inactive|TPCD|Thailand Pollution Control Department||7.008600|100.474700||7.00||||||| +TPCD00A44|TPCD00A44|764TPCD00A44|O3|Permanent|0A44|Hat Yai District, Songkhla Provinc|Inactive|TPCD|Thailand Pollution Control Department||7.008600|100.474700||7.00||||||| +TPCD00A44|TPCD00A44|764TPCD00A44|PM10|Permanent|0A44|Hat Yai District, Songkhla Provinc|Inactive|TPCD|Thailand Pollution Control Department||7.008600|100.474700||7.00||||||| +764TPCD00O10|TPCD00O10|764TPCD00O10|PM10|Permanent|0O10|Grand Monaco Village|Active|TPCD|Thailand Pollution Control Department||13.672332|100.698602||7.00||||||| +764TPCD00O10|TPCD00O10|764TPCD00O10|PM2.5|Permanent|0O10|Grand Monaco Village|Active|TPCD|Thailand Pollution Control Department||13.672332|100.698602||7.00||||||| +764TPCD00O20|TPCD00O20|764TPCD00O20|PM2.5|Permanent|0O20|Amphawan Temple|Active|TPCD|Thailand Pollution Control Department||16.078641|103.634844||7.00||||||| +764TPCD00O21|TPCD00O21|764TPCD00O21|PM2.5|Permanent|0O21|District Hall, Kamphaeng Phet|Active|TPCD|Thailand Pollution Control Department||16.485150|99.524454||7.00||||||| +764TPCD00O22|TPCD00O22|764TPCD00O22|PM2.5|Permanent|0O22|Buriram Provincial Government Center|Active|TPCD|Thailand Pollution Control Department||14.944398|103.106601||7.00||||||| +764TPCD00O23|TPCD00O23|764TPCD00O23|PM2.5|Permanent|0O23|Chaiyaphum City Hall|Active|TPCD|Thailand Pollution Control Department||15.808061|102.031993||7.00||||||| +764TPCD00O24|TPCD00O24|764TPCD00O24|PM2.5|Permanent|0O24|Kalasin Provincial Government Center|Active|TPCD|Thailand Pollution Control Department||16.442904|103.535221||7.00||||||| +764TPCD00O25|TPCD00O25|764TPCD00O25|PM2.5|Permanent|0O25|Uthai Thani Provincial Hall|Active|TPCD|Thailand Pollution Control Department||15.373638|100.038725||7.00||||||| +764TPCD00O26|TPCD00O26|764TPCD00O26|PM2.5|Permanent|0O26|Phichit Provincial Government Center|Active|TPCD|Thailand Pollution Control Department||16.421049|100.362900||7.00||||||| +764TPCD00O27|TPCD00O27|764TPCD00O27|PM2.5|Permanent|0O27|Sri Nakhon Khuean Khan Park|Active|TPCD|Thailand Pollution Control Department||13.696681|100.563631||7.00||||||| +764TPCD00O28|TPCD00O28|764TPCD00O28|PM2.5|Permanent|0O28|Municipality Office, Sukhothai|Active|TPCD|Thailand Pollution Control Department||17.014167|99.821667||7.00||||||| +764TPCD00O29|TPCD00O29|764TPCD00O29|PM2.5|Permanent|0O29|Municipality Office, Uttaradit|Active|TPCD|Thailand Pollution Control Department||17.623330|100.096110||7.00||||||| +764TPCD00O30|TPCD00O30|764TPCD00O30|PM2.5|Permanent|0O30|Mobile AQ Monitoring unit No 04|Active|TPCD|Thailand Pollution Control Department||18.804720|98.896850||7.00||||||| +764TPCD00O30|TPCD00O30|764TPCD00O30|PM10|Permanent|0O30|Mobile AQ Monitoring unit No 04|Active|TPCD|Thailand Pollution Control Department||18.804720|98.896850||7.00||||||| +764TPCD00O31|TPCD00O31|764TPCD00O31|PM10|Permanent|0O31|Debaratana Vejjanukul Hospital|Active|TPCD|Thailand Pollution Control Department||18.498330|98.379440||7.00||||||| +764TPCD00O31|TPCD00O31|764TPCD00O31|PM2.5|Permanent|0O31|Debaratana Vejjanukul Hospital|Active|TPCD|Thailand Pollution Control Department||18.498330|98.379440||7.00||||||| +764TPCD00O59|TPCD00O59|764TPCD00O59|PM2.5|Permanent|0O59|Nakhonban Phetchabun Cultural Hall|Active|TPCD|Thailand Pollution Control Department||16.419884|101.160035||7.00||||||| +764TPCD00O63|TPCD00O63|764TPCD00O63|PM2.5|Permanent|0O63|Meteorological Station Lopburi|Active|TPCD|Thailand Pollution Control Department||14.800032|100.628548||7.00||||||| +TPCD0M101|TPCD0M101|764TPCD0M101|PM10|Permanent|M101|Mobile AQ Monitoring unit No.04|Inactive|TPCD|Thailand Pollution Control Department||18.804718|98.896851||7.00||||||| +TPCD0M101|TPCD0M101|764TPCD0M101|NO2|Permanent|M101|Mobile AQ Monitoring unit No.04|Inactive|TPCD|Thailand Pollution Control Department||18.804718|98.896851||7.00||||||| +TPCD0M101|TPCD0M101|764TPCD0M101|CO|Permanent|M101|Mobile AQ Monitoring unit No.04|Inactive|TPCD|Thailand Pollution Control Department||18.804718|98.896851||7.00||||||| +TPCD0M101|TPCD0M101|764TPCD0M101|SO2|Permanent|M101|Mobile AQ Monitoring unit No.04|Inactive|TPCD|Thailand Pollution Control Department||18.804718|98.896851||7.00||||||| +TPCD0M101|TPCD0M101|764TPCD0M101|O3|Permanent|M101|Mobile AQ Monitoring unit No.04|Inactive|TPCD|Thailand Pollution Control Department||18.804718|98.896851||7.00||||||| +TPCD0M109|TPCD0M109|764TPCD0M109|O3|Permanent|M109|District Health Office Mae Chaem|Inactive|TPCD|Thailand Pollution Control Department||18.300000|98.214300||7.00||||||| +TPCD0M109|TPCD0M109|764TPCD0M109|PM10|Permanent|M109|District Health Office Mae Chaem|Inactive|TPCD|Thailand Pollution Control Department||18.300000|98.214300||7.00||||||| +TPCD0M109|TPCD0M109|764TPCD0M109|NO2|Permanent|M109|District Health Office Mae Chaem|Inactive|TPCD|Thailand Pollution Control Department||18.300000|98.214300||7.00||||||| +TPCD0M109|TPCD0M109|764TPCD0M109|CO|Permanent|M109|District Health Office Mae Chaem|Inactive|TPCD|Thailand Pollution Control Department||18.300000|98.214300||7.00||||||| +TPCD0M109|TPCD0M109|764TPCD0M109|SO2|Permanent|M109|District Health Office Mae Chaem|Inactive|TPCD|Thailand Pollution Control Department||18.300000|98.214300||7.00||||||| +TPCD0M110|TPCD0M110|764TPCD0M110|O3|Permanent|M110|Big C Supercenter Public Company Limited|Inactive|TPCD|Thailand Pollution Control Department||17.393583|104.768161||7.00||||||| +TPCD0M110|TPCD0M110|764TPCD0M110|PM10|Permanent|M110|Big C Supercenter Public Company Limited|Inactive|TPCD|Thailand Pollution Control Department||17.393583|104.768161||7.00||||||| +TPCD0M110|TPCD0M110|764TPCD0M110|NO2|Permanent|M110|Big C Supercenter Public Company Limited|Inactive|TPCD|Thailand Pollution Control Department||17.393583|104.768161||7.00||||||| +TPCD0M110|TPCD0M110|764TPCD0M110|CO|Permanent|M110|Big C Supercenter Public Company Limited|Inactive|TPCD|Thailand Pollution Control Department||17.393583|104.768161||7.00||||||| +TPCD0M110|TPCD0M110|764TPCD0M110|SO2|Permanent|M110|Big C Supercenter Public Company Limited|Inactive|TPCD|Thailand Pollution Control Department||17.393583|104.768161||7.00||||||| +TT0300001|TT0300001|840TT0300001|O3|Permanent|0001|Wampanoag Laboratory-Martha's Vineyard|Active|WT1|Wampanoag Tribe|R1|41.330470|-70.785840||-5.00|US|||||| +TT0328801|TT0328801|840TT0328801|O3|Permanent|8801|Catawba Indian Nation|Active|CAT|Catawba Indian Nation|R4|34.912630|-80.874283||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |45|SC|091|YORK +TT0328801|TT0328801|840TT0328801|PM2.5|Permanent|8801|Catawba Indian Nation|Active|CAT|Catawba Indian Nation|R4|34.912630|-80.874283||-5.00|US|16740| Charlotte-Gastonia-Concord, NC-SC |45|SC|091|YORK +TT1010002|TT1010002|840TT1010002|PM2.5|Permanent|0002|Nespelem|Active|CR1|Confederated Tribes of Colville Reservation|R10|48.167100|-118.974748||-8.00|US|||||| +TT1010003|TT1010003|840TT1010003|PM2.5|Permanent|0003|Inchelium|Active|CR1|Confederated Tribes of Colville Reservation|R10|48.296960|-118.202420||-8.00|US|||||| +840TT1820003|TT1820003|840TT1820003|DEWPOINT|Permanent|0003|Kamiah|Active|NPT|Nez Perce Tribe|R10|46.209400|-116.027500||-8.00|US|||||| +840TT1820003|TT1820003|840TT1820003|RWD|Permanent|0003|Kamiah|Active|NPT|Nez Perce Tribe|R10|46.209400|-116.027500||-8.00|US|||||| +840TT1820003|TT1820003|840TT1820003|PM2.5|Permanent|0003|Kamiah|Active|NPT|Nez Perce Tribe|R10|46.209400|-116.027500||-8.00|US|||||| +840TT1820003|TT1820003|840TT1820003|RWS|Permanent|0003|Kamiah|Active|NPT|Nez Perce Tribe|R10|46.209400|-116.027500||-8.00|US|||||| +840TT1820003|TT1820003|840TT1820003|TEMP|Permanent|0003|Kamiah|Active|NPT|Nez Perce Tribe|R10|46.209400|-116.027500||-8.00|US|||||| +840TT1820003|TT1820003|840TT1820003|RHUM|Permanent|0003|Kamiah|Active|NPT|Nez Perce Tribe|R10|46.209400|-116.027500||-8.00|US|||||| +840TT1820003|TT1820003|840TT1820003|BARPR|Permanent|0003|Kamiah|Active|NPT|Nez Perce Tribe|R10|46.209400|-116.027500||-8.00|US|||||| +840TT1820003|TT1820003|840TT1820003|PRECIP|Permanent|0003|Kamiah|Active|NPT|Nez Perce Tribe|R10|46.209400|-116.027500||-8.00|US|||||| +840TT1820013|TT1820013|840TT1820013|PRECIP|Permanent|0013|Lapwai|Active|NPT|Nez Perce Tribe|R10|46.397200|-116.806200||-8.00|US|||||| +840TT1820013|TT1820013|840TT1820013|DEWPOINT|Permanent|0013|Lapwai|Active|NPT|Nez Perce Tribe|R10|46.397200|-116.806200||-8.00|US|||||| +840TT1820013|TT1820013|840TT1820013|RWD|Permanent|0013|Lapwai|Active|NPT|Nez Perce Tribe|R10|46.397200|-116.806200||-8.00|US|||||| +840TT1820013|TT1820013|840TT1820013|RWS|Permanent|0013|Lapwai|Active|NPT|Nez Perce Tribe|R10|46.397200|-116.806200||-8.00|US|||||| +840TT1820013|TT1820013|840TT1820013|PM2.5|Permanent|0013|Lapwai|Active|NPT|Nez Perce Tribe|R10|46.397200|-116.806200||-8.00|US|||||| +840TT1820013|TT1820013|840TT1820013|TEMP|Permanent|0013|Lapwai|Active|NPT|Nez Perce Tribe|R10|46.397200|-116.806200||-8.00|US|||||| +840TT1820013|TT1820013|840TT1820013|RHUM|Permanent|0013|Lapwai|Active|NPT|Nez Perce Tribe|R10|46.397200|-116.806200||-8.00|US|||||| +840TT1820013|TT1820013|840TT1820013|BARPR|Permanent|0013|Lapwai|Active|NPT|Nez Perce Tribe|R10|46.397200|-116.806200||-8.00|US|||||| +TT5420500|TT5420500|840TT5420500|O3|Permanent|0500|Santa Rosa Rancheria|Active|TYK|Tachi-Yokut Tribe||36.233333|-119.765083||-8.00||||||| +TT5420500|TT5420500|840TT5420500|PM10|Permanent|0500|Santa Rosa Rancheria|Active|TYK|Tachi-Yokut Tribe||36.233333|-119.765083||-8.00||||||| +TT5420500|TT5420500|840TT5420500|TEMP|Permanent|0500|Santa Rosa Rancheria|Active|TYK|Tachi-Yokut Tribe||36.233333|-119.765083||-8.00||||||| +TT5420500|TT5420500|840TT5420500|RWD|Permanent|0500|Santa Rosa Rancheria|Active|TYK|Tachi-Yokut Tribe||36.233333|-119.765083||-8.00||||||| +TT5420500|TT5420500|840TT5420500|RWS|Permanent|0500|Santa Rosa Rancheria|Active|TYK|Tachi-Yokut Tribe||36.233333|-119.765083||-8.00||||||| +840TT5950010|TT5950010|840TT5950010|PM10|Permanent|0010|Salton Sea Beach|Active|TOR|Torres Martinez Desert Cahuilla Indians|R9|33.379110|-116.016056||-8.00|US|||||| +840TT5950010|TT5950010|840TT5950010|PM2.5|Permanent|0010|Salton Sea Beach|Active|TOR|Torres Martinez Desert Cahuilla Indians|R9|33.379110|-116.016056||-8.00|US|||||| +840TT5951999|TT5951999|840TT5951999|PM10|Permanent|1999|Torres Martinez Administration|Active|TOR|Torres Martinez Desert Cahuilla Indians|R9|33.561122|-116.153561||-8.00|US|||||| +840TT5980500|TT5980500|840TT5980500|TEMP|Permanent|0500|Indio-29 Palms|Active|TNP|Twenty-Nine Palms Band of Mission Indians|R9|33.719690|-116.189700||-8.00|US|||||| +840TT5980500|TT5980500|840TT5980500|RWD|Permanent|0500|Indio-29 Palms|Active|TNP|Twenty-Nine Palms Band of Mission Indians|R9|33.719690|-116.189700||-8.00|US|||||| +840TT5980500|TT5980500|840TT5980500|RWS|Permanent|0500|Indio-29 Palms|Active|TNP|Twenty-Nine Palms Band of Mission Indians|R9|33.719690|-116.189700||-8.00|US|||||| +840TT5980500|TT5980500|840TT5980500|O3|Permanent|0500|Indio-29 Palms|Active|TNP|Twenty-Nine Palms Band of Mission Indians|R9|33.719690|-116.189700||-8.00|US|||||| +840TT5980500|TT5980500|840TT5980500|PM2.5|Permanent|0500|Indio-29 Palms|Active|TNP|Twenty-Nine Palms Band of Mission Indians|R9|33.719690|-116.189700||-8.00|US|||||| +840TT5980500|TT5980500|840TT5980500|PM10|Permanent|0500|Indio-29 Palms|Active|TNP|Twenty-Nine Palms Band of Mission Indians|R9|33.719690|-116.189700||-8.00|US|||||| +840TT6147005|TT6147005|840TT6147005|PM10|Permanent|7005|N/A|Inactive|GRI|Gila River Indian Community DEQ Air Quality Program|R9|0.000000|0.000000||-7.00|US|||||| +TT9209004|TT9209004|840TT9209004|O3|Permanent|9004|Miami|Active|QT1|Quapaw Nation|R6|36.922222|-94.838890||-6.00|US|33060| Miami, OK |||| +TT9209004|TT9209004|840TT9209004|PM2.5|Permanent|9004|Miami|Active|QT1|Quapaw Nation|R6|36.922222|-94.838890||-6.00|US|33060| Miami, OK |||| +TT9209004|TT9209004|840TT9209004|WS|Permanent|9004|Miami|Active|QT1|Quapaw Nation|R6|36.922222|-94.838890||-6.00|US|33060| Miami, OK |||| +TT9209004|TT9209004|840TT9209004|WD|Permanent|9004|Miami|Active|QT1|Quapaw Nation|R6|36.922222|-94.838890||-6.00|US|33060| Miami, OK |||| +TT9209004|TT9209004|840TT9209004|RHUM|Permanent|9004|Miami|Active|QT1|Quapaw Nation|R6|36.922222|-94.838890||-6.00|US|33060| Miami, OK |||| +UB1010001|UB1010001|496UB1010001|PM2.5|Permanent|0001|Ulaanbaatar|Active|UB1|U.S. Department of State Mongolia - Ulaanbaatar|DSMG|47.928385|106.929470||8.00|MG|||||| +UZB010000|UZB010000|860UZB010000|PM2.5|Permanent|0000|Tashkent1|Inactive|UZB|U.S. Department of State Uzbekistan - Tashkent|DSUZ|0.000000|0.000000||5.00|UZ|||||| +UZB010001|UZB010001|860UZB010001|PM2.5|Permanent|0001|Tashkent|Active|UZB|U.S. Department of State Uzbekistan - Tashkent|DSUZ|41.367200|69.272500||5.00|UZ|||||| +UZB010001|UZB010001|860UZB010001|O3|Permanent|0001|Tashkent|Active|UZB|U.S. Department of State Uzbekistan - Tashkent|DSUZ|41.367200|69.272500||5.00|UZ|||||| +VG0010002|VG0010002|840VG0010002|PM2.5|Permanent|0002|Durham|Active|VG1|Village Green|USEPA|35.902370|-78.888200||-5.00|US|||37|NC|063|DURHAM +051YER010001|YER010001|051YER010001|PM2.5|Permanent|0001|Yerevan|Active|YER|U.S. Department of State Armenia - Yerevan|DSAM|40.165150|44.481710||4.00|AM|||||| diff --git a/data/table_files/met_header_columns_V11.0.txt b/data/table_files/met_header_columns_V11.0.txt index d57e089cb0..7a448d8d17 100644 --- a/data/table_files/met_header_columns_V11.0.txt +++ b/data/table_files/met_header_columns_V11.0.txt @@ -6,6 +6,8 @@ V11.0 : STAT : ISC : VERSION MODEL DESC FCST_LEAD FCST_VALID_BEG FCST_VALID V11.0 : STAT : MCTC : VERSION MODEL DESC FCST_LEAD FCST_VALID_BEG FCST_VALID_END OBS_LEAD OBS_VALID_BEG OBS_VALID_END FCST_VAR FCST_UNITS FCST_LEV OBS_VAR OBS_UNITS OBS_LEV OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS FCST_THRESH OBS_THRESH COV_THRESH ALPHA LINE_TYPE TOTAL (N_CAT) F[0-9]*_O[0-9]* EC_VALUE V11.0 : STAT : MCTS : VERSION MODEL DESC FCST_LEAD FCST_VALID_BEG FCST_VALID_END OBS_LEAD OBS_VALID_BEG OBS_VALID_END FCST_VAR FCST_UNITS FCST_LEV OBS_VAR OBS_UNITS OBS_LEV OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS FCST_THRESH OBS_THRESH COV_THRESH ALPHA LINE_TYPE TOTAL N_CAT ACC ACC_NCL ACC_NCU ACC_BCL ACC_BCU HK HK_BCL HK_BCU HSS HSS_BCL HSS_BCU GER GER_BCL GER_BCU HSS_EC HSS_EC_BCL HSS_EC_BCU EC_VALUE V11.0 : STAT : MPR : VERSION MODEL DESC FCST_LEAD FCST_VALID_BEG FCST_VALID_END OBS_LEAD OBS_VALID_BEG OBS_VALID_END FCST_VAR FCST_UNITS FCST_LEV OBS_VAR OBS_UNITS OBS_LEV OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS FCST_THRESH OBS_THRESH COV_THRESH ALPHA LINE_TYPE TOTAL INDEX OBS_SID OBS_LAT OBS_LON OBS_LVL OBS_ELV FCST OBS OBS_QC CLIMO_MEAN CLIMO_STDEV CLIMO_CDF +V11.0 : STAT : SEEPS : VERSION MODEL DESC FCST_LEAD FCST_VALID_BEG FCST_VALID_END OBS_LEAD OBS_VALID_BEG OBS_VALID_END FCST_VAR FCST_UNITS FCST_LEV OBS_VAR OBS_UNITS OBS_LEV OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS FCST_THRESH OBS_THRESH COV_THRESH ALPHA LINE_TYPE TOTAL S12 S13 S21 S23 S31 S32 PF1 PF2 PF3 PV1 PV2 PV3 MEAN_FCST MEAN_OBS SEEPS +V11.0 : STAT : SEEPS_MPR : VERSION MODEL DESC FCST_LEAD FCST_VALID_BEG FCST_VALID_END OBS_LEAD OBS_VALID_BEG OBS_VALID_END FCST_VAR FCST_UNITS FCST_LEV OBS_VAR OBS_UNITS OBS_LEV OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS FCST_THRESH OBS_THRESH COV_THRESH ALPHA LINE_TYPE OBS_SID OBS_LAT OBS_LON FCST OBS OBS_QC FCST_CAT OBS_CAT P1 P2 T1 T2 SEEPS V11.0 : STAT : NBRCNT : VERSION MODEL DESC FCST_LEAD FCST_VALID_BEG FCST_VALID_END OBS_LEAD OBS_VALID_BEG OBS_VALID_END FCST_VAR FCST_UNITS FCST_LEV OBS_VAR OBS_UNITS OBS_LEV OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS FCST_THRESH OBS_THRESH COV_THRESH ALPHA LINE_TYPE TOTAL FBS FBS_BCL FBS_BCU FSS FSS_BCL FSS_BCU AFSS AFSS_BCL AFSS_BCU UFSS UFSS_BCL UFSS_BCU F_RATE F_RATE_BCL F_RATE_BCU O_RATE O_RATE_BCL O_RATE_BCU V11.0 : STAT : NBRCTC : VERSION MODEL DESC FCST_LEAD FCST_VALID_BEG FCST_VALID_END OBS_LEAD OBS_VALID_BEG OBS_VALID_END FCST_VAR FCST_UNITS FCST_LEV OBS_VAR OBS_UNITS OBS_LEV OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS FCST_THRESH OBS_THRESH COV_THRESH ALPHA LINE_TYPE TOTAL FY_OY FY_ON FN_OY FN_ON V11.0 : STAT : NBRCTS : VERSION MODEL DESC FCST_LEAD FCST_VALID_BEG FCST_VALID_END OBS_LEAD OBS_VALID_BEG OBS_VALID_END FCST_VAR FCST_UNITS FCST_LEV OBS_VAR OBS_UNITS OBS_LEV OBTYPE VX_MASK INTERP_MTHD INTERP_PNTS FCST_THRESH OBS_THRESH COV_THRESH ALPHA LINE_TYPE TOTAL BASER BASER_NCL BASER_NCU BASER_BCL BASER_BCU FMEAN FMEAN_NCL FMEAN_NCU FMEAN_BCL FMEAN_BCU ACC ACC_NCL ACC_NCU ACC_BCL ACC_BCU FBIAS FBIAS_BCL FBIAS_BCU PODY PODY_NCL PODY_NCU PODY_BCL PODY_BCU PODN PODN_NCL PODN_NCU PODN_BCL PODN_BCU POFD POFD_NCL POFD_NCU POFD_BCL POFD_BCU FAR FAR_NCL FAR_NCU FAR_BCL FAR_BCU CSI CSI_NCL CSI_NCU CSI_BCL CSI_BCU GSS GSS_BCL GSS_BCU HK HK_NCL HK_NCU HK_BCL HK_BCU HSS HSS_BCL HSS_BCU ODDS ODDS_NCL ODDS_NCU ODDS_BCL ODDS_BCU LODDS LODDS_NCL LODDS_NCU LODDS_BCL LODDS_BCU ORSS ORSS_NCL ORSS_NCU ORSS_BCL ORSS_BCU EDS EDS_NCL EDS_NCU EDS_BCL EDS_BCU SEDS SEDS_NCL SEDS_NCU SEDS_BCL SEDS_BCU EDI EDI_NCL EDI_NCU EDI_BCL EDI_BCU SEDI SEDI_NCL SEDI_NCU SEDI_BCL SEDI_BCU BAGSS BAGSS_BCL BAGSS_BCU diff --git a/docs/Users_Guide/appendixB.rst b/docs/Users_Guide/appendixB.rst index 2fb620adf5..e6f343bca4 100644 --- a/docs/Users_Guide/appendixB.rst +++ b/docs/Users_Guide/appendixB.rst @@ -23,6 +23,8 @@ The following map projections are currently supported in MET: * Gaussian Projection +* Semi Lat/Lon + Grid Specification Strings ========================== @@ -82,6 +84,10 @@ For a Gaussian grid, the syntax is The parameters **Nx** and **Ny** are as before, while **lon_zero** defines the first longitude. +For a Semi Lat/Lon grid, no grid specification string is supported. This grid type is only supported via Python embedding or when reading NetCDF files generated by another MET tool. A Semi Lat/Lon grid defines the information about 2D field of data whose dimension are defined by arrays of latitude (**lats**), longitude (**lons**), level (**levels**), and time (**times**). Times are defined as unixtime, the number of seconds since January 1, 1970. Typically, the lats or lons array and the levels or times array has non-zero length. For example, a zonal mean field is defined using the lats and levels array. A meridional mean field is defined using the lons and levels array. A Hovmoeller field is defined using lats or lons versus times. An arbitrary cross-section is defined by specifying both the lats and lons array with exactly the same length versus levels or times. + +Statistics can be computed from data on Semi Lat/Lon grids but only when all data resides on the same Semi Lat/Lon grid. Two Semi Lat/Lon grids are equal when their lats, lons, levels, and times arrays match. No functionality is provided to regrid Semi Lat/Lon data. The MET tools can plot Semi Lat/Lon data, however no map data is overlaid since these grids lack two spatial dimensions. + Grids ===== diff --git a/docs/Users_Guide/appendixF.rst b/docs/Users_Guide/appendixF.rst index 28253bf357..1c751dad96 100644 --- a/docs/Users_Guide/appendixF.rst +++ b/docs/Users_Guide/appendixF.rst @@ -173,6 +173,15 @@ When specified as a dictionary, the contents of the **grid** dictionary vary bas • lon_zero (double) • nx, ny (int) +• **SemiLatLon** grid dictionary entries: + + • type ("SemiLatLon") + • name (string) + • lats (list of doubles) + • lons (list of doubles) + • levels (list of doubles) + • times (list of doubles) + Additional information about supported grids can be found in :ref:`appendixB`. **Using Xarray DataArrays** diff --git a/docs/Users_Guide/config_options.rst b/docs/Users_Guide/config_options.rst index e93c0e18c0..b8e50a2152 100644 --- a/docs/Users_Guide/config_options.rst +++ b/docs/Users_Guide/config_options.rst @@ -212,6 +212,16 @@ MET tool stating the location of the parsing error. Runtime Environment Variables ----------------------------- +MET_AIRNOW_STATIONS +^^^^^^^^ + +The MET_AIRNOW_STATIONS environment variable can be used to specify a file that +will override the default file. If set it should be a full path to the file. +The default is: + "MET_BASE/table_files/airnow_monitoring_site_locations_v2.dat" +This file contains ascii column data that allows lookups of latitude,longitude, +and elevation for all airnow stations based on stationId and/or AqSid. + MET_BASE ^^^^^^^^ diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index 1ab7cfb4ae..b6a73a21be 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -25,7 +25,7 @@ NCEP's BUFRLIB is written entirely in Fortran. The portion of MET that handles t The MET package is intended to be a tool for the modeling community to use and adapt. As users make upgrades and improvements to the tools, they are encouraged to offer those upgrades to the broader community by offering feedback to the developers. -Required Compilers and Acripting Languages +Required Compilers and Scripting Languages ========================================== The MET package was developed and tested using the GNU g++/gfortran compilers and the Intel icc/ifort compilers. As additional compilers are successfully tested, they will be added to the list of supported platforms/compilers. @@ -38,8 +38,8 @@ In order to control the desired flow through MET, users are encouraged to run th .. _Install_Required-libraries-and: -Required Libraries and Optional U1tilities -========================================== +Required Libraries and Optional Utilities +========================================= Three external libraries are required for compiling/building MET and should be downloaded and installed before attempting to install MET. Additional external libraries required for building advanced features in MET are discussed in :numref:`Installation-of-required` : @@ -143,8 +143,38 @@ Building the MET Package Building the MET package consists of three main steps: (1) install the required libraries, (2) configure the environment variables, and (3) configure and execute the build. Users can follow the instructions below or use a sample installation script. Users can find the script and its instructions under on the `Downloads `_ page of the MET website. +Get the MET source code +----------------------- + +The MET source code is available for download from the public `MET GitHub repository `_. + +- Open a web browser and go to the `latest stable MET release `_. + +- Click on the `Source code` link (either the *zip* or *tar.gz*) under Assets and when prompted, save it to your machine. + +- (Optional) Verify the checksum of the source code download + + - Download the checksum file that corresponds to the source code download link that was used (checksum_zip.txt for the *zip* file and checksum_tar.txt for the *tar.gz* file). Put the checksum file into the same directory as the source code file. + - Run the *sha256sum* command with the --check argument to verify that the source code download file was not corrupted. + +Zip File:: + + sha256sum --check checksum_zip.txt + +Tar File:: + + sha256sum --check checksum_tar.txt + +.. note:: + If the source code is downloaded using **wget**, then the filenames will not + match the filenames listed in the checksum files. If the source code is + downloaded using **curl**, the *-LJO* flags should be added to the command to + preserve the expected filenames found in the checksum files. + +- Uncompress the source code (on Linux/Unix\ *: gunzip* for zip file or *tar xvfz* for the tar.gz file) + Install the Required Libraries -============================== +------------------------------ • Please refer to :numref:`Installation-of-required` and :numref:`Installation-of-optional` on how to install the required and optional libraries. diff --git a/docs/Users_Guide/point-stat.rst b/docs/Users_Guide/point-stat.rst index d2be7d4701..4d240515b9 100644 --- a/docs/Users_Guide/point-stat.rst +++ b/docs/Users_Guide/point-stat.rst @@ -431,6 +431,8 @@ ________________________ rps = BOTH; // Only for HiRA eclv = BOTH; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } The **output_flag** array controls the type of output that the Point-Stat tool generates. Each flag corresponds to an output line type in the STAT file. Setting the flag to NONE indicates that the line type should not be generated. Setting the flag to STAT indicates that the line type should be written to the STAT file only. Setting the flag to BOTH indicates that the line type should be written to the STAT file as well as a separate ASCII file where the data is grouped by line type. The output flags correspond to the following output line types: @@ -475,6 +477,10 @@ The **output_flag** array controls the type of output that the Point-Stat tool g 20. **MPR** for Matched Pair data +21. **SEEPS** for averaged SEEPS (Stable Equitable Error in Probability Space) score + +22. **SEEPS_MPR** for SEEPS score of Matched Pair data + Note that the FHO and CTC line types are easily derived from each other. Users are free to choose which measures are most desired. The output line types are described in more detail in :numref:`point_stat-output`. Note that writing out matched pair data (MPR lines) for a large number of cases is generally not recommended. The MPR lines create very large output files and are only intended for use on a small set of cases. @@ -1447,4 +1453,120 @@ The first set of header columns are common to all of the output files generated - CLIMO_CDF - Climatological cumulative distribution function value +.. _table_PS_format_info_SEEPS_MPR: + +.. list-table:: Format information for SEEPS (Stable Equitable Error in Probability Space) of MPR (Matched Pair) output line type. + :widths: auto + :header-rows: 2 + + * - SEEPS_MPR OUTPUT FORMAT + - + - + * - Column Number + - SEEPS_MPR Column Name + - Description + * - 24 + - SEEPS_MPR + - SEEPS Matched Pair line type + * - 25 + - OBS_SID + - Station Identifier of observation + * - 26 + - OBS_LAT + - Latitude of the observation in degrees north + * - 27 + - OBS_LON + - Longitude of the observation in degrees east + * - 28 + - FCST + - Forecast value interpolated to the observation location + * - 29 + - OBS + - Observation value + * - 30 + - OBS_QC + - Quality control flag for observation + * - 31 + - FCST_CAT + - Forecast category to 3 by 3 matrix + * - 32 + - OBS_CAT + - Observationtegory to 3 by 3 matrix + * - 33 + - P1 + - Climo-derived probability value for this station (dry) + * - 34 + - P2 + - Climo-derived probability value for this station (dry + light) + * - 35 + - T1 + - Threshold 1 for p1 + * - 36 + - T2 + - Threshold 2 for p2 + * - 37 + - SEEPS + - SEEPS (Stable Equitable Error in Probability Space) score + + +.. _table_PS_format_info_SEEPS: + +.. list-table:: Format information for SEEPS (Stable Equitable Error in Probability Space) output line type. + :widths: auto + :header-rows: 2 + + * - SEEPS OUTPUT FORMAT + - + - + * - Column Number + - SEEPS Column Name + - Description + * - 24 + - SEEPS + - SEEPS line type + * - 25 + - TOTAL + - Total number of SEEPS matched pairs + * - 26 + - S12 + - Counts multiplied by the weights for FCST_CAT 1 and OBS_CAT 2 + * - 27 + - S13 + - Counts multiplied by the weights for FCST_CAT 1 and OBS_CAT 3 + * - 28 + - S21 + - Counts multiplied by the weights for FCST_CAT 2 and OBS_CAT 1 + * - 29 + - S23 + - Counts multiplied by the weights for FCST_CAT 2 and OBS_CAT 3 + * - 30 + - S31 + - Counts multiplied by the weights for FCST_CAT 3 and OBS_CAT 1 + * - 31 + - S32 + - Counts multiplied by the weights for FCST_CAT 3 and OBS_CAT 2 +LINE_TYPE TOTAL S12 S13 S21 S23 S31 S32 PV1 PV2 PV3 PF1 PF2 PF3 MEAN_FCST MEAN_OBS SEEPS + * - 32 + - PF1 + - marginal probabilities of the forecast values (FCST_CAT 1) + * - 33 + - PF2 + - marginal probabilities of the forecast values (FCST_CAT 2) + * - 34 + - PF3 + - marginal probabilities of the forecast values (FCST_CAT 3) + * - 35 + - PV1 + - marginal probabilities of the observed values (OBS_CAT 1) + * - 36 + - PV2 + - marginal probabilities of the observed values (OBS_CAT 2) + * - 37 + - PV3 + - marginal probabilities of the observed values (OBS_CAT 3) + * - 38 + - SEEPS + - Averaged SEEPS (Stable Equitable Error in Probability Space) score + + The STAT output files described for point_stat may be used as inputs to the Stat-Analysis tool. For more information on using the Stat-Analysis tool to create stratifications and aggregations of the STAT files produced by point_stat, please see :numref:`stat-analysis`. diff --git a/docs/Users_Guide/reformat_point.rst b/docs/Users_Guide/reformat_point.rst index 7a5171028a..c430bbdcb5 100644 --- a/docs/Users_Guide/reformat_point.rst +++ b/docs/Users_Guide/reformat_point.rst @@ -422,7 +422,7 @@ ASCII2NC tool This section describes how to run the ASCII2NC tool. The ASCII2NC tool is used to reformat ASCII point observations into the NetCDF format expected by the Point-Stat tool. For those users wishing to verify against point observations that are not available in PrepBUFR format, the ASCII2NC tool provides a way of incorporating those observations into MET. If the ASCII2NC tool is used to perform a reformatting step, no configuration file is needed. However, for more complex processing, such as summarizing time series observations, a configuration file may be specified. For details on the configuration file options, see :numref:`config_options` and example configuration files distributed with the MET code. -Initial versions of the ASCII2NC tool supported only a simple 11 column ASCII point observation format. It currently supports point observation data in the following formats: the default 11 column format, little_r format, `SURFace RADiation (SURFRAD) `_ and Integrated Surface Irradiance Study (ISIS) formats, the Western Wind and Solar Integration Study (WWSIS) format, and the `AErosol RObotic NEtwork (AERONET) versions 2 and 3 format. `_ WWSIS data are available by request from National Renewable Energy Laboratory (NREL) in Boulder, CO. +Initial versions of the ASCII2NC tool supported only a simple 11 column ASCII point observation format. It currently supports point observation data in the following formats: the default 11 column format, little_r format, `SURFace RADiation (SURFRAD) `_ and Integrated Surface Irradiance Study (ISIS) formats, the Western Wind and Solar Integration Study (WWSIS) format, the `AirNow DailyData_v2, AirNow HourlyData, and AirNow HourlyAQObs formats. `_, and the `AErosol RObotic NEtwork (AERONET) versions 2 and 3 format. `_ WWSIS data are available by request from National Renewable Energy Laboratory (NREL) in Boulder, CO. MET version 9.0 adds support for the passing observations to ascii2nc using a Python script with the "-format python" option. An example of running ASCII2NC with Python embedding is included below. @@ -505,7 +505,7 @@ Required arguments for ascii2nc Optional arguments for ascii2nc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -3. The **-format ASCII_format** option may be set to "met_point", "little_r", "surfrad", "wwsis", "aeronet", "aeronetv2", "aeronetv3", or "python". If passing in ISIS data, use the "surfrad" format flag. +3. The **-format ASCII_format** option may be set to "met_point", "little_r", "surfrad", "wwsis", "airnowhourlyaqobs", "airnowhourly", "airnowdaily_v2", "aeronet", "aeronetv2", "aeronetv3", or "python". If passing in ISIS data, use the "surfrad" format flag. 4. The **-config file** option is the configuration file for generating time summaries. diff --git a/internal/test_unit/config/PB2NCConfig b/internal/test_unit/config/PB2NCConfig index 5225ffb9ef..4bce72e3ab 100644 --- a/internal/test_unit/config/PB2NCConfig +++ b/internal/test_unit/config/PB2NCConfig @@ -75,7 +75,7 @@ level_category = []; // BUFR variable names to retain or derive. // If emtpy, process all available variables. // -obs_bufr_var = [ "QOB", "TOB", "ZOB", "UOB", "VOB", +obs_bufr_var = [ "QOB", "TOB", "ZOB", "UOB", "VOB", "TP24", "D_DPT", "D_WIND", "D_RH", "D_MIXR" ]; //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_APCP b/internal/test_unit/config/PointStatConfig_APCP index b795c13f2a..d777ae8583 100644 --- a/internal/test_unit/config/PointStatConfig_APCP +++ b/internal/test_unit/config/PointStatConfig_APCP @@ -39,6 +39,9 @@ wind_thresh = [ NA ]; wind_logic = UNION; eclv_points = 0.05; +cat_thresh = [ >0.254, >0.635, >1.270, >2.540 ]; +message_type = "ADPSFC"; + fcst = { sid_inc = []; sid_exc = []; @@ -47,10 +50,8 @@ fcst = { field = [ { - name = "${FCST_FIELD_NAME}"; - level = "${FCST_FIELD_LEVEL}"; - cat_thresh = [ >0.254, >0.635, >1.270, >2.540 ]; - message_type = "ADPSFC"; + name = "${FCST_FIELD_NAME}"; + level = "${FCST_FIELD_LEVEL}"; } ]; @@ -126,6 +127,8 @@ output_flag = { rps = NONE; eclv = BOTH; mpr = NONE; + seeps = ${SEEPS_FLAG}; + seeps_mpr = ${SEEPS_FLAG}; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_APCP_HIRA b/internal/test_unit/config/PointStatConfig_APCP_HIRA index 44dbd4220b..f45252252a 100644 --- a/internal/test_unit/config/PointStatConfig_APCP_HIRA +++ b/internal/test_unit/config/PointStatConfig_APCP_HIRA @@ -129,6 +129,8 @@ output_flag = { rps = STAT; eclv = STAT; mpr = STAT; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_GTG_latlon b/internal/test_unit/config/PointStatConfig_GTG_latlon index f98475964f..0c7bf07e41 100644 --- a/internal/test_unit/config/PointStatConfig_GTG_latlon +++ b/internal/test_unit/config/PointStatConfig_GTG_latlon @@ -148,6 +148,8 @@ output_flag = { rps = NONE; eclv = BOTH; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_GTG_lc b/internal/test_unit/config/PointStatConfig_GTG_lc index b2133e7ee4..67cb871303 100644 --- a/internal/test_unit/config/PointStatConfig_GTG_lc +++ b/internal/test_unit/config/PointStatConfig_GTG_lc @@ -156,6 +156,8 @@ output_flag = { rps = NONE; eclv = BOTH; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_INTERP_OPTS b/internal/test_unit/config/PointStatConfig_INTERP_OPTS index eaf7027140..db5d996c24 100644 --- a/internal/test_unit/config/PointStatConfig_INTERP_OPTS +++ b/internal/test_unit/config/PointStatConfig_INTERP_OPTS @@ -139,6 +139,8 @@ output_flag = { rps = NONE; eclv = NONE; mpr = STAT; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_LAND_TOPO_MASK b/internal/test_unit/config/PointStatConfig_LAND_TOPO_MASK index cae0c06dee..6b856fcc1e 100644 --- a/internal/test_unit/config/PointStatConfig_LAND_TOPO_MASK +++ b/internal/test_unit/config/PointStatConfig_LAND_TOPO_MASK @@ -179,6 +179,8 @@ output_flag = { rps = NONE; eclv = NONE; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_MASK_SID b/internal/test_unit/config/PointStatConfig_MASK_SID index 4b11f2805e..b8c11030cd 100644 --- a/internal/test_unit/config/PointStatConfig_MASK_SID +++ b/internal/test_unit/config/PointStatConfig_MASK_SID @@ -134,6 +134,8 @@ output_flag = { rps = NONE; eclv = BOTH; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_PHYS b/internal/test_unit/config/PointStatConfig_PHYS index cce7b88b95..d93e5391a7 100644 --- a/internal/test_unit/config/PointStatConfig_PHYS +++ b/internal/test_unit/config/PointStatConfig_PHYS @@ -135,6 +135,8 @@ output_flag = { rps = NONE; eclv = BOTH; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_PHYS_pint b/internal/test_unit/config/PointStatConfig_PHYS_pint index e9927a2339..d70192a9ae 100644 --- a/internal/test_unit/config/PointStatConfig_PHYS_pint +++ b/internal/test_unit/config/PointStatConfig_PHYS_pint @@ -130,6 +130,8 @@ output_flag = { rps = NONE; eclv = BOTH; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_WINDS b/internal/test_unit/config/PointStatConfig_WINDS index 4a7644510e..609814fd4f 100644 --- a/internal/test_unit/config/PointStatConfig_WINDS +++ b/internal/test_unit/config/PointStatConfig_WINDS @@ -150,6 +150,8 @@ output_flag = { orank = NONE; eclv = NONE; mpr = NONE; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_aeronet b/internal/test_unit/config/PointStatConfig_aeronet index d99143041f..bbad04e26c 100644 --- a/internal/test_unit/config/PointStatConfig_aeronet +++ b/internal/test_unit/config/PointStatConfig_aeronet @@ -199,6 +199,8 @@ output_flag = { rps = NONE; eclv = NONE; mpr = STAT; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_airnow b/internal/test_unit/config/PointStatConfig_airnow index 244aeda748..0e4e48d710 100644 --- a/internal/test_unit/config/PointStatConfig_airnow +++ b/internal/test_unit/config/PointStatConfig_airnow @@ -229,6 +229,8 @@ output_flag = { rps = NONE; eclv = NONE; mpr = STAT; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_climo b/internal/test_unit/config/PointStatConfig_climo index b215e9b896..1621e61ec5 100644 --- a/internal/test_unit/config/PointStatConfig_climo +++ b/internal/test_unit/config/PointStatConfig_climo @@ -269,6 +269,8 @@ output_flag = { rps = NONE; eclv = NONE; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_climo_WMO b/internal/test_unit/config/PointStatConfig_climo_WMO index 29febac1df..a703ad8266 100644 --- a/internal/test_unit/config/PointStatConfig_climo_WMO +++ b/internal/test_unit/config/PointStatConfig_climo_WMO @@ -217,6 +217,8 @@ output_flag = { rps = BOTH; eclv = NONE; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_climo_prob b/internal/test_unit/config/PointStatConfig_climo_prob index b85293f226..8a924ef106 100644 --- a/internal/test_unit/config/PointStatConfig_climo_prob +++ b/internal/test_unit/config/PointStatConfig_climo_prob @@ -219,6 +219,8 @@ output_flag = { rps = NONE; eclv = BOTH; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_dup b/internal/test_unit/config/PointStatConfig_dup index 2d72cf364d..efd861241c 100644 --- a/internal/test_unit/config/PointStatConfig_dup +++ b/internal/test_unit/config/PointStatConfig_dup @@ -152,6 +152,8 @@ output_flag = { rps = NONE; eclv = STAT; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_mpr_thresh b/internal/test_unit/config/PointStatConfig_mpr_thresh index 5a482ab234..1a3a33851f 100644 --- a/internal/test_unit/config/PointStatConfig_mpr_thresh +++ b/internal/test_unit/config/PointStatConfig_mpr_thresh @@ -211,6 +211,8 @@ output_flag = { rps = NONE; eclv = NONE; mpr = NONE; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_obs_summary b/internal/test_unit/config/PointStatConfig_obs_summary index 3875c81010..e2d6bcef3d 100644 --- a/internal/test_unit/config/PointStatConfig_obs_summary +++ b/internal/test_unit/config/PointStatConfig_obs_summary @@ -141,6 +141,8 @@ output_flag = { rps = NONE; eclv = STAT; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_obs_summary_all b/internal/test_unit/config/PointStatConfig_obs_summary_all index 0ab61af959..972fa2dcbe 100644 --- a/internal/test_unit/config/PointStatConfig_obs_summary_all +++ b/internal/test_unit/config/PointStatConfig_obs_summary_all @@ -210,6 +210,8 @@ output_flag = { rps = NONE; eclv = STAT; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_prob b/internal/test_unit/config/PointStatConfig_prob index 91ec54e3de..20bd7a217b 100644 --- a/internal/test_unit/config/PointStatConfig_prob +++ b/internal/test_unit/config/PointStatConfig_prob @@ -137,6 +137,8 @@ output_flag = { rps = NONE; eclv = BOTH; mpr = NONE; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_python b/internal/test_unit/config/PointStatConfig_python index ba5ddefd93..8854bf604a 100644 --- a/internal/test_unit/config/PointStatConfig_python +++ b/internal/test_unit/config/PointStatConfig_python @@ -207,6 +207,8 @@ output_flag = { rps = NONE; eclv = NONE; mpr = STAT; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_qty_inc_exc b/internal/test_unit/config/PointStatConfig_qty_inc_exc index 2cdf627cae..8dc3f1413a 100644 --- a/internal/test_unit/config/PointStatConfig_qty_inc_exc +++ b/internal/test_unit/config/PointStatConfig_qty_inc_exc @@ -196,6 +196,8 @@ output_flag = { rps = NONE; eclv = NONE; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/PointStatConfig_sid_inc_exc b/internal/test_unit/config/PointStatConfig_sid_inc_exc index 31318d2d18..e20d929374 100644 --- a/internal/test_unit/config/PointStatConfig_sid_inc_exc +++ b/internal/test_unit/config/PointStatConfig_sid_inc_exc @@ -142,6 +142,8 @@ output_flag = { rps = NONE; eclv = NONE; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/ref_config/PointStatConfig_ADPUPA b/internal/test_unit/config/ref_config/PointStatConfig_ADPUPA index 63673104be..b88fe591c1 100644 --- a/internal/test_unit/config/ref_config/PointStatConfig_ADPUPA +++ b/internal/test_unit/config/ref_config/PointStatConfig_ADPUPA @@ -174,6 +174,8 @@ output_flag = { ecnt = NONE; eclv = NONE; mpr = NONE; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/ref_config/PointStatConfig_ONLYSF b/internal/test_unit/config/ref_config/PointStatConfig_ONLYSF index fa9363986b..e700666d93 100644 --- a/internal/test_unit/config/ref_config/PointStatConfig_ONLYSF +++ b/internal/test_unit/config/ref_config/PointStatConfig_ONLYSF @@ -184,6 +184,8 @@ output_flag = { ecnt = NONE; eclv = NONE; mpr = NONE; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/config/ref_config/PointStatConfig_WINDS b/internal/test_unit/config/ref_config/PointStatConfig_WINDS index 23cb75b2d6..a0dd7bdb04 100644 --- a/internal/test_unit/config/ref_config/PointStatConfig_WINDS +++ b/internal/test_unit/config/ref_config/PointStatConfig_WINDS @@ -167,6 +167,8 @@ output_flag = { ecnt = NONE; eclv = NONE; mpr = NONE; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/internal/test_unit/xml/unit_ascii2nc.xml b/internal/test_unit/xml/unit_ascii2nc.xml index 01322961a8..ac2341f270 100644 --- a/internal/test_unit/xml/unit_ascii2nc.xml +++ b/internal/test_unit/xml/unit_ascii2nc.xml @@ -117,4 +117,37 @@ + + &MET_BIN;/ascii2nc + \ + &DATA_DIR_OBS;/airnow/daily_data_v2.dat \ + &OUTPUT_DIR;/ascii2nc/airnow/daily_data_v2_20220312.nc + + + &OUTPUT_DIR;/ascii2nc/airnow/daily_data_v2_20220312.nc + + + + + &MET_BIN;/ascii2nc + \ + &DATA_DIR_OBS;/airnow/HourlyAQObs_2022031200.dat \ + &OUTPUT_DIR;/ascii2nc/airnow/HourlyAQObs_20220312.nc + + + &OUTPUT_DIR;/ascii2nc/airnow/HourlyAQObs_20220312.nc + + + + + &MET_BIN;/ascii2nc + \ + &DATA_DIR_OBS;/airnow/HourlyData_2022031200.dat \ + &OUTPUT_DIR;/ascii2nc/airnow/HourlyData_20220312.nc + + + &OUTPUT_DIR;/ascii2nc/airnow/HourlyData_20220312.nc + + + diff --git a/internal/test_unit/xml/unit_point_stat.xml b/internal/test_unit/xml/unit_point_stat.xml index dd607efaff..8eb398fa66 100644 --- a/internal/test_unit/xml/unit_point_stat.xml +++ b/internal/test_unit/xml/unit_point_stat.xml @@ -166,6 +166,7 @@ FCST_FIELD_NAME APCP FCST_FIELD_LEVEL A3 OBS_DICT fcst + SEEPS_FLAG NONE OUTPUT_PREFIX GRIB1_NAM_TRMM \ @@ -192,6 +193,7 @@ FCST_FIELD_NAME APCP FCST_FIELD_LEVEL A3 OBS_DICT fcst + SEEPS_FLAG NONE OUTPUT_PREFIX GRIB2_SREF_TRMM \ @@ -217,13 +219,8 @@ END_DS 1800 FCST_FIELD_NAME APCP_24 FCST_FIELD_LEVEL (*,*) - OBS_DICT { field = [ - { name = "APCP"; - level = "A24"; - cat_thresh = [ >0.254, >0.635, >1.270, >2.540 ]; - message_type = "ADPSFC"; - } - ]; } + OBS_DICT { field = [ { name = "APCP"; level = "A24"; } ]; } + SEEPS_FLAG NONE OUTPUT_PREFIX NCMET_NAM_HMTGAGE \ @@ -242,6 +239,35 @@ + + &MET_BIN;/point_stat + + BEG_DS -1800 + END_DS 1800 + FCST_FIELD_NAME APCP_24 + FCST_FIELD_LEVEL (*,*) + OBS_DICT { field = [ { name = "TP24"; level = "L0"; is_precipitation = TRUE; } ]; } + SEEPS_FLAG BOTH + OUTPUT_PREFIX NCMET_NAM_NDAS_SEEPS + + \ + &DATA_DIR_MODEL;/met_nc/nam/nam_2012040900_F036_APCP24.nc \ + &OUTPUT_DIR;/pb2nc/ndas.20120410.t12z.prepbufr.tm00.nc \ + &CONFIG_DIR;/PointStatConfig_APCP \ + -outdir &OUTPUT_DIR;/point_stat -v 1 + + + &OUTPUT_DIR;/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V.stat + &OUTPUT_DIR;/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V_fho.txt + &OUTPUT_DIR;/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V_ctc.txt + &OUTPUT_DIR;/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V_cts.txt + &OUTPUT_DIR;/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V_cnt.txt + &OUTPUT_DIR;/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V_sl1l2.txt + &OUTPUT_DIR;/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V_seeps.txt + &OUTPUT_DIR;/point_stat/point_stat_NCMET_NAM_NDAS_SEEPS_360000L_20120410_120000V_seeps_mpr.txt + + + &MET_BIN;/point_stat @@ -249,13 +275,8 @@ END_DS 150000000 FCST_FIELD_NAME RAINNC FCST_FIELD_LEVEL (0,*,*) - OBS_DICT { field = [ - { name = "APCP"; - level = "A3"; - cat_thresh = [ >0.254, >0.635, >1.270, >2.540 ]; - message_type = "ADPSFC"; - } - ]; } + OBS_DICT { field = [ { name = "APCP"; level = "A3"; } ]; } + SEEPS_FLAG NONE OUTPUT_PREFIX NCPINT_TRMM \ diff --git a/internal/test_unit/xml/unit_python.xml b/internal/test_unit/xml/unit_python.xml index 4f17952155..e0f2cfe781 100644 --- a/internal/test_unit/xml/unit_python.xml +++ b/internal/test_unit/xml/unit_python.xml @@ -587,4 +587,45 @@ + + &MET_BIN;/plot_data_plane + \ + PYTHON_NUMPY \ + &OUTPUT_DIR;/python/wrfout_d01_2008-08-08_12_00_00_PLEV_ZONAL_MEAN.ps \ + 'name="&MET_BASE;/python/derive_WRF_semilatlon.py &DATA_DIR_MODEL;/p_interp/wrfout_d01_2008-08-08_12:00:00_PLEV TT lat";' \ + -title "WRF Zonal Mean" \ + -v 1 + + + &OUTPUT_DIR;/python/wrfout_d01_2008-08-08_12_00_00_PLEV_ZONAL_MEAN.ps + + + + + &MET_BIN;/pcp_combine + \ + -add PYTHON_NUMPY \ + 'name="&MET_BASE;/python/derive_WRF_semilatlon.py &DATA_DIR_MODEL;/p_interp/wrfout_d01_2008-08-08_12:00:00_PLEV TT lon";' \ + &OUTPUT_DIR;/python/wrfout_d01_2008-08-08_12_00_00_PLEV_MERIDIONAL_MEAN.nc \ + -name "TT_MERIDIONAL_MEAN" -v 1 + + + &OUTPUT_DIR;/python/wrfout_d01_2008-08-08_12_00_00_PLEV_MERIDIONAL_MEAN.nc + + + + + &MET_BIN;/plot_data_plane + \ + &OUTPUT_DIR;/python/wrfout_d01_2008-08-08_12_00_00_PLEV_MERIDIONAL_MEAN.nc \ + &OUTPUT_DIR;/python/wrfout_d01_2008-08-08_12_00_00_PLEV_MERIDIONAL_MEAN.ps \ + 'name="TT_MERIDIONAL_MEAN"; level="(*,*)";' \ + -title "WRF Meridional Mean" \ + -v 1 + + + &OUTPUT_DIR;/python/wrfout_d01_2008-08-08_12_00_00_PLEV_MERIDIONAL_MEAN.ps + + + diff --git a/internal/test_util/basic/vx_util/Makefile.am b/internal/test_util/basic/vx_util/Makefile.am index 96afff9e82..9d289ddaf2 100644 --- a/internal/test_util/basic/vx_util/Makefile.am +++ b/internal/test_util/basic/vx_util/Makefile.am @@ -104,6 +104,7 @@ test_ascii_header_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/basic/vx_util/Makefile.in b/internal/test_util/basic/vx_util/Makefile.in index 92a97c3470..0827617613 100644 --- a/internal/test_util/basic/vx_util/Makefile.in +++ b/internal/test_util/basic/vx_util/Makefile.in @@ -398,6 +398,7 @@ test_ascii_header_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_data2d_factory/Makefile.am b/internal/test_util/libcode/vx_data2d_factory/Makefile.am index 04a31968c0..56c2d8b39c 100644 --- a/internal/test_util/libcode/vx_data2d_factory/Makefile.am +++ b/internal/test_util/libcode/vx_data2d_factory/Makefile.am @@ -44,6 +44,7 @@ test_factory_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_data2d_factory/Makefile.in b/internal/test_util/libcode/vx_data2d_factory/Makefile.in index 0350814177..902879f0e6 100644 --- a/internal/test_util/libcode/vx_data2d_factory/Makefile.in +++ b/internal/test_util/libcode/vx_data2d_factory/Makefile.in @@ -351,6 +351,7 @@ test_factory_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_data2d_grib/Makefile.am b/internal/test_util/libcode/vx_data2d_grib/Makefile.am index 662306b683..98b98e107e 100644 --- a/internal/test_util/libcode/vx_data2d_grib/Makefile.am +++ b/internal/test_util/libcode/vx_data2d_grib/Makefile.am @@ -20,6 +20,7 @@ test_read_grib1_LDADD = -lvx_data2d_grib \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_data2d_grib/Makefile.in b/internal/test_util/libcode/vx_data2d_grib/Makefile.in index 0afc0481e4..b6eed1a9d1 100644 --- a/internal/test_util/libcode/vx_data2d_grib/Makefile.in +++ b/internal/test_util/libcode/vx_data2d_grib/Makefile.in @@ -321,6 +321,7 @@ test_read_grib1_LDADD = -lvx_data2d_grib \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_data2d_nc_met/Makefile.am b/internal/test_util/libcode/vx_data2d_nc_met/Makefile.am index f93bdb37eb..44fb5a4500 100644 --- a/internal/test_util/libcode/vx_data2d_nc_met/Makefile.am +++ b/internal/test_util/libcode/vx_data2d_nc_met/Makefile.am @@ -21,6 +21,7 @@ test_read_nc_met_LDADD = -lvx_data2d_nc_met \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_data2d_nc_met/Makefile.in b/internal/test_util/libcode/vx_data2d_nc_met/Makefile.in index d351e950c8..5593c9c5ee 100644 --- a/internal/test_util/libcode/vx_data2d_nc_met/Makefile.in +++ b/internal/test_util/libcode/vx_data2d_nc_met/Makefile.in @@ -323,6 +323,7 @@ test_read_nc_met_LDADD = -lvx_data2d_nc_met \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_data2d_nccf/Makefile.am b/internal/test_util/libcode/vx_data2d_nccf/Makefile.am index a4f1713c5e..b39e9ea8ad 100644 --- a/internal/test_util/libcode/vx_data2d_nccf/Makefile.am +++ b/internal/test_util/libcode/vx_data2d_nccf/Makefile.am @@ -21,6 +21,7 @@ test_read_nccf_LDADD = -lvx_data2d_nccf \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_data2d_nccf/Makefile.in b/internal/test_util/libcode/vx_data2d_nccf/Makefile.in index 290e0983e1..5d9b74d852 100644 --- a/internal/test_util/libcode/vx_data2d_nccf/Makefile.in +++ b/internal/test_util/libcode/vx_data2d_nccf/Makefile.in @@ -321,6 +321,7 @@ test_read_nccf_LDADD = -lvx_data2d_nccf \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_grid/Makefile.am b/internal/test_util/libcode/vx_grid/Makefile.am index dfce6b1eb2..5241aa1e0c 100644 --- a/internal/test_util/libcode/vx_grid/Makefile.am +++ b/internal/test_util/libcode/vx_grid/Makefile.am @@ -17,8 +17,10 @@ test_grid_area_CPPFLAGS = ${MET_CPPFLAGS} test_grid_area_LDFLAGS = -L. ${MET_LDFLAGS} test_grid_area_LDADD = -lvx_grid \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ + -lvx_cal \ -lvx_log \ -lz \ -lm diff --git a/internal/test_util/libcode/vx_grid/Makefile.in b/internal/test_util/libcode/vx_grid/Makefile.in index 63e4a37b09..e8038cb4c0 100644 --- a/internal/test_util/libcode/vx_grid/Makefile.in +++ b/internal/test_util/libcode/vx_grid/Makefile.in @@ -317,8 +317,10 @@ test_grid_area_CPPFLAGS = ${MET_CPPFLAGS} test_grid_area_LDFLAGS = -L. ${MET_LDFLAGS} test_grid_area_LDADD = -lvx_grid \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ + -lvx_cal \ -lvx_log \ -lz \ -lm diff --git a/internal/test_util/libcode/vx_nc_util/Makefile.am b/internal/test_util/libcode/vx_nc_util/Makefile.am index ff40235a5c..b374eba00f 100644 --- a/internal/test_util/libcode/vx_nc_util/Makefile.am +++ b/internal/test_util/libcode/vx_nc_util/Makefile.am @@ -42,6 +42,7 @@ test_pressure_levels_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_nc_util/Makefile.in b/internal/test_util/libcode/vx_nc_util/Makefile.in index 12cc0c0ccf..57f091eed3 100644 --- a/internal/test_util/libcode/vx_nc_util/Makefile.in +++ b/internal/test_util/libcode/vx_nc_util/Makefile.in @@ -343,6 +343,7 @@ test_pressure_levels_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_tc_util/Makefile.am b/internal/test_util/libcode/vx_tc_util/Makefile.am index a1d0fed6c5..5f3c12868d 100644 --- a/internal/test_util/libcode/vx_tc_util/Makefile.am +++ b/internal/test_util/libcode/vx_tc_util/Makefile.am @@ -44,6 +44,7 @@ test_read_LDADD = -lvx_stat_out \ -lvx_gsl_prob \ -lvx_cal \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ @@ -60,6 +61,7 @@ test_read_prob_LDADD = -lvx_stat_out \ -lvx_analysis_util \ -lvx_tc_util \ -lvx_shapedata \ + -lvx_util_math \ -lvx_util \ $(PYTHON_LIBS) \ -lvx_statistics \ @@ -77,6 +79,7 @@ test_read_prob_LDADD = -lvx_stat_out \ -lvx_gsl_prob \ -lvx_cal \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/libcode/vx_tc_util/Makefile.in b/internal/test_util/libcode/vx_tc_util/Makefile.in index 1d54d61f1a..1d6a17442c 100644 --- a/internal/test_util/libcode/vx_tc_util/Makefile.in +++ b/internal/test_util/libcode/vx_tc_util/Makefile.in @@ -349,6 +349,7 @@ test_read_LDADD = -lvx_stat_out \ -lvx_gsl_prob \ -lvx_cal \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ @@ -365,6 +366,7 @@ test_read_prob_LDADD = -lvx_stat_out \ -lvx_analysis_util \ -lvx_tc_util \ -lvx_shapedata \ + -lvx_util_math \ -lvx_util \ $(PYTHON_LIBS) \ -lvx_statistics \ @@ -382,6 +384,7 @@ test_read_prob_LDADD = -lvx_stat_out \ -lvx_gsl_prob \ -lvx_cal \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/tools/other/mode_time_domain/Makefile.am b/internal/test_util/tools/other/mode_time_domain/Makefile.am index 693d9de44c..e6146a8d2a 100644 --- a/internal/test_util/tools/other/mode_time_domain/Makefile.am +++ b/internal/test_util/tools/other/mode_time_domain/Makefile.am @@ -65,6 +65,7 @@ test_velocity_LDADD = \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/internal/test_util/tools/other/mode_time_domain/Makefile.in b/internal/test_util/tools/other/mode_time_domain/Makefile.in index fd4dda4c92..6a57baf133 100644 --- a/internal/test_util/tools/other/mode_time_domain/Makefile.in +++ b/internal/test_util/tools/other/mode_time_domain/Makefile.in @@ -390,6 +390,7 @@ test_velocity_LDADD = \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/scripts/config/PointStatConfig b/scripts/config/PointStatConfig index 8a4c18a5f0..b4d26b94b7 100644 --- a/scripts/config/PointStatConfig +++ b/scripts/config/PointStatConfig @@ -204,6 +204,8 @@ output_flag = { rps = NONE; // Only for HiRA eclv = BOTH; mpr = BOTH; + seeps = NONE; + seeps_mpr = NONE; } //////////////////////////////////////////////////////////////////////////////// diff --git a/scripts/python/Makefile.am b/scripts/python/Makefile.am index 368da3da7f..76aa04cdf1 100644 --- a/scripts/python/Makefile.am +++ b/scripts/python/Makefile.am @@ -32,7 +32,8 @@ pythonscripts_DATA = \ read_ascii_xarray.py \ read_ascii_point.py \ read_ascii_mpr.py \ - read_met_point_obs.py + read_met_point_obs.py \ + derive_WRF_semilatlon.py EXTRA_DIST = ${pythonscripts_DATA} diff --git a/scripts/python/Makefile.in b/scripts/python/Makefile.in index a21cc012c1..80da2e8f84 100644 --- a/scripts/python/Makefile.in +++ b/scripts/python/Makefile.in @@ -303,7 +303,8 @@ pythonscripts_DATA = \ read_ascii_xarray.py \ read_ascii_point.py \ read_ascii_mpr.py \ - read_met_point_obs.py + read_met_point_obs.py \ + derive_WRF_semilatlon.py EXTRA_DIST = ${pythonscripts_DATA} MAINTAINERCLEANFILES = Makefile.in diff --git a/scripts/python/derive_WRF_semilatlon.py b/scripts/python/derive_WRF_semilatlon.py new file mode 100644 index 0000000000..4a9bc74f31 --- /dev/null +++ b/scripts/python/derive_WRF_semilatlon.py @@ -0,0 +1,103 @@ +from __future__ import print_function + +import os +import sys +import numpy as np +import datetime as dt +from netCDF4 import Dataset,chartostring + +########################################### + + ## + ## input file specified on the command line + ## load the data into the numpy array + ## + +if len(sys.argv) == 4: + # Read the input file as the first argument + input_file = os.path.expandvars(sys.argv[1]) + var_name = sys.argv[2] + axis = sys.argv[3] + + try: + # Print some output to verify that this script ran + print("Input File: " + repr(input_file)) + print("Variable: " + repr(var_name)) + print("Axis: " + repr(axis)) + + # Read input file + f = Dataset(input_file, 'r') + + data = np.float64(f.variables[var_name][0,:,:,:]) + data[data > 1.0e30] = np.nan + + pvals = list(np.float64(f.variables["pressure"][:])) + + if axis == "lon": + met_data = np.nanmean(data[::-1], axis=1).copy() + elif axis == "lat": + met_data = np.nanmean(data[::-1], axis=2).transpose().copy() + elif axis == "latlon": + met_data = np.nanmean(data[::-1], axis=1).copy() + else: + print("ERROR: Unsupported axis type: " + axis) + sys.exit(1) + + print("Data Shape: " + repr(met_data.shape)) + print("Data Type: " + repr(met_data.dtype)) + except NameError: + print("Trouble reading data from input file") +else: + print("Must specify exactly one input file, variable name, and summary axis (lat, lon, latlon).") + sys.exit(1) + +########################################### + + ## + ## create the metadata dictionary + ## + +init = dt.datetime.strptime(getattr(f, "START_DATE"), "%Y-%m-%d_%H:%M:%S") +valid_ref = dt.datetime.strptime(getattr(f.variables["Time"], "units"), "hours since %Y-%m-%d %H:%M:%S") +add_hours = float(f.variables["Time"][:]) +valid = valid_ref + dt.timedelta(hours=add_hours) +lead, rem = divmod((valid-init).total_seconds(), 3600) +accum = "00" + + # Use the first column of lats + +if axis == "lon": + lats = list() + lons = list(np.float64(f.variables["XLONG"][0,0,:])) +elif axis == "lat": + lats = list(np.float64(f.variables["XLAT"][0,:,0])) + lons = list() +elif axis == "latlon": + lats = list(np.float64(f.variables["XLONG"][0,0,:])) + lons = list(np.float64(f.variables["XLAT"][0,0,:])) + +levels = list(pvals) +times = list() + +attrs = { + 'valid': valid.strftime("%Y%m%d_%H%M%S"), + 'init': init.strftime("%Y%m%d_%H%M%S"), + 'lead': str(int(lead)), + 'accum': accum, + + 'name': var_name, + 'long_name': str(getattr(f.variables[var_name], "description")), + 'level': axis + "_mean", + 'units': str(getattr(f.variables[var_name], "units")), + + 'grid': { + 'type' : "SemiLatLon", + 'name' : axis + "_mean", + 'lats' : lats, + 'lons' : lons, + 'levels' : levels, + 'times' : times + } +} + +print("Attributes: " + repr(attrs)) diff --git a/src/basic/Makefile.am b/src/basic/Makefile.am index 53ed55eff4..363f2b42b9 100644 --- a/src/basic/Makefile.am +++ b/src/basic/Makefile.am @@ -25,6 +25,7 @@ endif SUBDIRS += vx_math \ vx_util \ + vx_util_math \ vx_config MAINTAINERCLEANFILES = Makefile.in diff --git a/src/basic/Makefile.in b/src/basic/Makefile.in index e2f2780d5c..b6f34032a8 100644 --- a/src/basic/Makefile.in +++ b/src/basic/Makefile.in @@ -152,7 +152,8 @@ am__define_uniq_tagged_files = \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = vx_log vx_cal enum_to_string vx_math vx_util vx_config +DIST_SUBDIRS = vx_log vx_cal enum_to_string vx_math vx_util \ + vx_util_math vx_config am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ @@ -324,7 +325,8 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = vx_log vx_cal $(am__append_1) vx_math vx_util vx_config +SUBDIRS = vx_log vx_cal $(am__append_1) vx_math vx_util vx_util_math \ + vx_config MAINTAINERCLEANFILES = Makefile.in all: all-recursive diff --git a/src/basic/vx_cal/time_array.cc b/src/basic/vx_cal/time_array.cc index 70bfc0a898..ce09662d43 100644 --- a/src/basic/vx_cal/time_array.cc +++ b/src/basic/vx_cal/time_array.cc @@ -94,6 +94,30 @@ return ( * this ); //////////////////////////////////////////////////////////////////////// +bool TimeArray::operator==(const TimeArray & a) const + +{ + +if ( Nelements != a.Nelements ) return ( false ); + +bool status = true; + +for (int j=0; j<(Nelements); ++j) { + + if ( e[j] != a.e[j] ) { + status = false; + break; + } +} + +return ( status ); + +} + + +//////////////////////////////////////////////////////////////////////// + + void TimeArray::init_from_scratch() { @@ -460,6 +484,27 @@ return(u); //////////////////////////////////////////////////////////////////////// +ConcatString TimeArray::serialize() const + +{ + + ConcatString s; + + if(n_elements() == 0) return(s); + + int j; + + s << e[0]; + for(j=1; j= 0) str_buf[buf_len] = '\0'; // Change the trailing blank space to a null @@ -119,13 +140,8 @@ void m_rstrip(char *str_buf, int buf_len) { str_buf[idx] = '\0'; if((idx > 0) && !is_whitespaces(str_buf[idx-1])) break; } + else if (!find_white_ch) break; } } //////////////////////////////////////////////////////////////////////// - -bool is_whitespaces(char cur_char) { - return (' ' == cur_char || '\t' == cur_char || '\n' == cur_char || '\r' == cur_char); -} - -//////////////////////////////////////////////////////////////////////// diff --git a/src/basic/vx_log/str_wrappers.h b/src/basic/vx_log/str_wrappers.h index 579f702b4e..dfc2188447 100644 --- a/src/basic/vx_log/str_wrappers.h +++ b/src/basic/vx_log/str_wrappers.h @@ -27,7 +27,10 @@ extern void m_strncpy(char *to_str, const char *from_str, const int buf_len, const char *method_name, const char *extra_msg=(char *)0, bool truncate=false); -extern void m_rstrip(char *str_buf, const int buf_len=-1); +extern void m_rstrip(char *str_buf, const int buf_len=-1, bool find_white_ch=true); + +extern bool m_replace_char(char *str_buf, char from_ch, char to_ch, + bool all_instances=true); extern bool is_whitespaces(char cur_char); diff --git a/src/basic/vx_math/Makefile.am b/src/basic/vx_math/Makefile.am index 68c98c23ab..1f47ebac2c 100644 --- a/src/basic/vx_math/Makefile.am +++ b/src/basic/vx_math/Makefile.am @@ -23,7 +23,6 @@ libvx_math_a_SOURCES = viewgravity_to_string.cc viewgravity_to_string.h \ is_bad_data.h \ trig.h \ legendre.cc legendre.h \ - so3.h so3.cc \ vx_vector.h vx_vector.cc \ vx_math.h libvx_math_a_CPPFLAGS = ${MET_CPPFLAGS} diff --git a/src/basic/vx_math/Makefile.in b/src/basic/vx_math/Makefile.in index af41825bee..b99d0c4ebd 100644 --- a/src/basic/vx_math/Makefile.in +++ b/src/basic/vx_math/Makefile.in @@ -113,7 +113,7 @@ am_libvx_math_a_OBJECTS = \ libvx_math_a-nint.$(OBJEXT) libvx_math_a-nti.$(OBJEXT) \ libvx_math_a-ptile.$(OBJEXT) libvx_math_a-pwl.$(OBJEXT) \ libvx_math_a-affine.$(OBJEXT) libvx_math_a-legendre.$(OBJEXT) \ - libvx_math_a-so3.$(OBJEXT) libvx_math_a-vx_vector.$(OBJEXT) + libvx_math_a-vx_vector.$(OBJEXT) libvx_math_a_OBJECTS = $(am_libvx_math_a_OBJECTS) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) @@ -138,7 +138,6 @@ am__depfiles_remade = ./$(DEPDIR)/libvx_math_a-affine.Po \ ./$(DEPDIR)/libvx_math_a-nti.Po \ ./$(DEPDIR)/libvx_math_a-ptile.Po \ ./$(DEPDIR)/libvx_math_a-pwl.Po \ - ./$(DEPDIR)/libvx_math_a-so3.Po \ ./$(DEPDIR)/libvx_math_a-viewgravity_to_string.Po \ ./$(DEPDIR)/libvx_math_a-vx_vector.Po am__mv = mv -f @@ -359,7 +358,6 @@ libvx_math_a_SOURCES = viewgravity_to_string.cc viewgravity_to_string.h \ is_bad_data.h \ trig.h \ legendre.cc legendre.h \ - so3.h so3.cc \ vx_vector.h vx_vector.cc \ vx_math.h @@ -420,7 +418,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_math_a-nti.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_math_a-ptile.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_math_a-pwl.Po@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_math_a-so3.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_math_a-viewgravity_to_string.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_math_a-vx_vector.Po@am__quote@ # am--include-marker @@ -570,20 +567,6 @@ libvx_math_a-legendre.obj: legendre.cc @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_math_a-legendre.obj `if test -f 'legendre.cc'; then $(CYGPATH_W) 'legendre.cc'; else $(CYGPATH_W) '$(srcdir)/legendre.cc'; fi` -libvx_math_a-so3.o: so3.cc -@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_math_a-so3.o -MD -MP -MF $(DEPDIR)/libvx_math_a-so3.Tpo -c -o libvx_math_a-so3.o `test -f 'so3.cc' || echo '$(srcdir)/'`so3.cc -@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_math_a-so3.Tpo $(DEPDIR)/libvx_math_a-so3.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='so3.cc' object='libvx_math_a-so3.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_math_a-so3.o `test -f 'so3.cc' || echo '$(srcdir)/'`so3.cc - -libvx_math_a-so3.obj: so3.cc -@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_math_a-so3.obj -MD -MP -MF $(DEPDIR)/libvx_math_a-so3.Tpo -c -o libvx_math_a-so3.obj `if test -f 'so3.cc'; then $(CYGPATH_W) 'so3.cc'; else $(CYGPATH_W) '$(srcdir)/so3.cc'; fi` -@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_math_a-so3.Tpo $(DEPDIR)/libvx_math_a-so3.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='so3.cc' object='libvx_math_a-so3.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_math_a-so3.obj `if test -f 'so3.cc'; then $(CYGPATH_W) 'so3.cc'; else $(CYGPATH_W) '$(srcdir)/so3.cc'; fi` - libvx_math_a-vx_vector.o: vx_vector.cc @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_math_a-vx_vector.o -MD -MP -MF $(DEPDIR)/libvx_math_a-vx_vector.Tpo -c -o libvx_math_a-vx_vector.o `test -f 'vx_vector.cc' || echo '$(srcdir)/'`vx_vector.cc @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_math_a-vx_vector.Tpo $(DEPDIR)/libvx_math_a-vx_vector.Po @@ -731,7 +714,6 @@ distclean: distclean-am -rm -f ./$(DEPDIR)/libvx_math_a-nti.Po -rm -f ./$(DEPDIR)/libvx_math_a-ptile.Po -rm -f ./$(DEPDIR)/libvx_math_a-pwl.Po - -rm -f ./$(DEPDIR)/libvx_math_a-so3.Po -rm -f ./$(DEPDIR)/libvx_math_a-viewgravity_to_string.Po -rm -f ./$(DEPDIR)/libvx_math_a-vx_vector.Po -rm -f Makefile @@ -787,7 +769,6 @@ maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libvx_math_a-nti.Po -rm -f ./$(DEPDIR)/libvx_math_a-ptile.Po -rm -f ./$(DEPDIR)/libvx_math_a-pwl.Po - -rm -f ./$(DEPDIR)/libvx_math_a-so3.Po -rm -f ./$(DEPDIR)/libvx_math_a-viewgravity_to_string.Po -rm -f ./$(DEPDIR)/libvx_math_a-vx_vector.Po -rm -f Makefile diff --git a/src/basic/vx_util/Makefile.am b/src/basic/vx_util/Makefile.am index d0ab31bce7..b0daa451e9 100644 --- a/src/basic/vx_util/Makefile.am +++ b/src/basic/vx_util/Makefile.am @@ -35,6 +35,7 @@ libvx_util_a_SOURCES = ascii_table.cc ascii_table.h \ long_array.cc long_array.h \ num_array.cc num_array.h \ thresh_array.cc thresh_array.h \ + main.cc main.h \ make_path.cc make_path.h \ memory.cc memory.h \ normalize.cc normalize.h \ @@ -71,6 +72,7 @@ libvx_util_a_SOURCES = ascii_table.cc ascii_table.h \ observation.h observation.cc \ stat_column_defs.h \ handle_openmp.h handle_openmp.cc \ + main.cc main.h \ RectangularTemplate.h RectangularTemplate.cc $(OPT_PYTHON_SOURCES) libvx_util_a_CPPFLAGS = ${MET_CPPFLAGS} diff --git a/src/basic/vx_util/Makefile.in b/src/basic/vx_util/Makefile.in index 74de7cf298..624a71121a 100644 --- a/src/basic/vx_util/Makefile.in +++ b/src/basic/vx_util/Makefile.in @@ -117,8 +117,8 @@ am__libvx_util_a_SOURCES_DIST = ascii_table.cc ascii_table.h \ is_number.cc is_number.h crc_array.h crr_array.h ncrr_array.h \ int_array.h two_d_array.h long_array.cc long_array.h \ num_array.cc num_array.h thresh_array.cc thresh_array.h \ - make_path.cc make_path.h memory.cc memory.h normalize.cc \ - normalize.h ordinal.cc ordinal.h roman_numeral.cc \ + main.cc main.h make_path.cc make_path.h memory.cc memory.h \ + normalize.cc normalize.h ordinal.cc ordinal.h roman_numeral.cc \ roman_numeral.h string_fxns.cc string_fxns.h substring.cc \ substring.h fix_float.cc fix_float.h command_line.cc \ command_line.h file_size.cc file_size.h file_exists.cc \ @@ -151,8 +151,8 @@ am_libvx_util_a_OBJECTS = libvx_util_a-ascii_table.$(OBJEXT) \ libvx_util_a-long_array.$(OBJEXT) \ libvx_util_a-num_array.$(OBJEXT) \ libvx_util_a-thresh_array.$(OBJEXT) \ - libvx_util_a-make_path.$(OBJEXT) libvx_util_a-memory.$(OBJEXT) \ - libvx_util_a-normalize.$(OBJEXT) \ + libvx_util_a-main.$(OBJEXT) libvx_util_a-make_path.$(OBJEXT) \ + libvx_util_a-memory.$(OBJEXT) libvx_util_a-normalize.$(OBJEXT) \ libvx_util_a-ordinal.$(OBJEXT) \ libvx_util_a-roman_numeral.$(OBJEXT) \ libvx_util_a-string_fxns.$(OBJEXT) \ @@ -181,6 +181,7 @@ am_libvx_util_a_OBJECTS = libvx_util_a-ascii_table.$(OBJEXT) \ libvx_util_a-GridOffset.$(OBJEXT) \ libvx_util_a-observation.$(OBJEXT) \ libvx_util_a-handle_openmp.$(OBJEXT) \ + libvx_util_a-main.$(OBJEXT) \ libvx_util_a-RectangularTemplate.$(OBJEXT) $(am__objects_2) libvx_util_a_OBJECTS = $(am_libvx_util_a_OBJECTS) AM_V_P = $(am__v_P_@AM_V@) @@ -226,6 +227,7 @@ am__depfiles_remade = ./$(DEPDIR)/libvx_util_a-CircularTemplate.Po \ ./$(DEPDIR)/libvx_util_a-interp_util.Po \ ./$(DEPDIR)/libvx_util_a-is_number.Po \ ./$(DEPDIR)/libvx_util_a-long_array.Po \ + ./$(DEPDIR)/libvx_util_a-main.Po \ ./$(DEPDIR)/libvx_util_a-make_path.Po \ ./$(DEPDIR)/libvx_util_a-mask_poly.Po \ ./$(DEPDIR)/libvx_util_a-memory.Po \ @@ -467,6 +469,7 @@ libvx_util_a_SOURCES = ascii_table.cc ascii_table.h \ long_array.cc long_array.h \ num_array.cc num_array.h \ thresh_array.cc thresh_array.h \ + main.cc main.h \ make_path.cc make_path.h \ memory.cc memory.h \ normalize.cc normalize.h \ @@ -503,6 +506,7 @@ libvx_util_a_SOURCES = ascii_table.cc ascii_table.h \ observation.h observation.cc \ stat_column_defs.h \ handle_openmp.h handle_openmp.cc \ + main.cc main.h \ RectangularTemplate.h RectangularTemplate.cc $(OPT_PYTHON_SOURCES) libvx_util_a_CPPFLAGS = ${MET_CPPFLAGS} @@ -582,6 +586,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_util_a-interp_util.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_util_a-is_number.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_util_a-long_array.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_util_a-main.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_util_a-make_path.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_util_a-mask_poly.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_util_a-memory.Po@am__quote@ # am--include-marker @@ -788,6 +793,20 @@ libvx_util_a-thresh_array.obj: thresh_array.cc @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_util_a-thresh_array.obj `if test -f 'thresh_array.cc'; then $(CYGPATH_W) 'thresh_array.cc'; else $(CYGPATH_W) '$(srcdir)/thresh_array.cc'; fi` +libvx_util_a-main.o: main.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_util_a-main.o -MD -MP -MF $(DEPDIR)/libvx_util_a-main.Tpo -c -o libvx_util_a-main.o `test -f 'main.cc' || echo '$(srcdir)/'`main.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_util_a-main.Tpo $(DEPDIR)/libvx_util_a-main.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='main.cc' object='libvx_util_a-main.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_util_a-main.o `test -f 'main.cc' || echo '$(srcdir)/'`main.cc + +libvx_util_a-main.obj: main.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_util_a-main.obj -MD -MP -MF $(DEPDIR)/libvx_util_a-main.Tpo -c -o libvx_util_a-main.obj `if test -f 'main.cc'; then $(CYGPATH_W) 'main.cc'; else $(CYGPATH_W) '$(srcdir)/main.cc'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_util_a-main.Tpo $(DEPDIR)/libvx_util_a-main.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='main.cc' object='libvx_util_a-main.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_util_a-main.obj `if test -f 'main.cc'; then $(CYGPATH_W) 'main.cc'; else $(CYGPATH_W) '$(srcdir)/main.cc'; fi` + libvx_util_a-make_path.o: make_path.cc @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_util_a-make_path.o -MD -MP -MF $(DEPDIR)/libvx_util_a-make_path.Tpo -c -o libvx_util_a-make_path.o `test -f 'make_path.cc' || echo '$(srcdir)/'`make_path.cc @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_util_a-make_path.Tpo $(DEPDIR)/libvx_util_a-make_path.Po @@ -1406,6 +1425,7 @@ distclean: distclean-am -rm -f ./$(DEPDIR)/libvx_util_a-interp_util.Po -rm -f ./$(DEPDIR)/libvx_util_a-is_number.Po -rm -f ./$(DEPDIR)/libvx_util_a-long_array.Po + -rm -f ./$(DEPDIR)/libvx_util_a-main.Po -rm -f ./$(DEPDIR)/libvx_util_a-make_path.Po -rm -f ./$(DEPDIR)/libvx_util_a-mask_poly.Po -rm -f ./$(DEPDIR)/libvx_util_a-memory.Po @@ -1496,6 +1516,7 @@ maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libvx_util_a-interp_util.Po -rm -f ./$(DEPDIR)/libvx_util_a-is_number.Po -rm -f ./$(DEPDIR)/libvx_util_a-long_array.Po + -rm -f ./$(DEPDIR)/libvx_util_a-main.Po -rm -f ./$(DEPDIR)/libvx_util_a-make_path.Po -rm -f ./$(DEPDIR)/libvx_util_a-mask_poly.Po -rm -f ./$(DEPDIR)/libvx_util_a-memory.Po diff --git a/src/basic/vx_util/ascii_header.cc b/src/basic/vx_util/ascii_header.cc index 9262714746..adf307e47a 100644 --- a/src/basic/vx_util/ascii_header.cc +++ b/src/basic/vx_util/ascii_header.cc @@ -127,6 +127,7 @@ void AsciiHeaderLine::clear() { void AsciiHeaderLine::set_col_names(const char *s) { ConcatString cs; StringArray tok; + const char *method_name = "AsciiHeaderLine::set_col_names(const char *) -> "; // Parse the header column names ColNames.parse_wsss(s); @@ -139,7 +140,7 @@ void AsciiHeaderLine::set_col_names(const char *s) { // Can only have one variable index column if(VarIndexName.nonempty()) { - mlog << Error << "\nAsciiHeaderLine::set(const char *line) -> " + mlog << Error << "\n" << method_name << "can't have multiple variable index columns in line:\n" << s << "\n\n"; exit(1); @@ -160,7 +161,7 @@ void AsciiHeaderLine::set_col_names(const char *s) { // Check that the variable index column has already been set if(VarIndexName.empty()) { - mlog << Error << "\nAsciiHeaderLine::set(const char *line) -> " + mlog << Error << "\n" << method_name << "lines with variable length columns must also " << "contain a variable index column:\n" << s << "\n\n"; @@ -223,8 +224,8 @@ int AsciiHeaderLine::col_offset(const char *name, const int dim) const { // Search for column names using regular expressions for(i=0, match=bad_data_int; i= length(dim)) { - mlog << Error << "\nAsciiHeaderLine::col_name() -> " + mlog << Error << "\n" << method_name << "range check error for data/line type \"" << DataType << "/" << LineType << "\" and offset = " << offset << "\n\n"; @@ -404,6 +406,7 @@ void AsciiHeader::read(const char *version) { DataLine line; AsciiHeaderLine header_line; LineDataFile in; + const char *method_name = "AsciiHeader::read() -> "; // Set the delimiter for parsing this data line.set_delimiter(ascii_header_delim); @@ -419,7 +422,7 @@ void AsciiHeader::read(const char *version) { // Open the data file if(!in.open(file_name.c_str())) { - mlog << Error << "\nAsciiHeader::read() -> " + mlog << Error << "\n" << method_name << "trouble reading file:\n" << file_name << "\n\n"; exit(1); } @@ -432,7 +435,7 @@ void AsciiHeader::read(const char *version) { // Check for the expected number of tokens if(line.n_items() != 4) { - mlog << Error << "\nAsciiHeader::read() -> " + mlog << Error << "\n" << method_name << "expected 4 tokens but found " << line.n_items() << " on line number " << line.line_number() << " of file:\n" << file_name << "\n\n"; @@ -462,7 +465,7 @@ void AsciiHeader::read(const char *version) { const AsciiHeaderLine * AsciiHeader::header(const char *version, const char *data_type, const char *line_type) { - + const char *method_name = "AsciiHeader::header() -> "; ConcatString version_mm(parse_version_major_minor(version)); // Check if the version needs to be loaded @@ -480,7 +483,7 @@ const AsciiHeaderLine * AsciiHeader::header(const char *version, // Check for no match if(it == Headers.end()) { - mlog << Error << "\nAsciiHeaderLine::header() -> " + mlog << Error << "\n" << method_name << "can't find header columns for MET version \"" << version << "\", data type \"" << data_type << "\", line type \"" << line_type << "\"!\n\n"; diff --git a/src/basic/vx_log/main.cc b/src/basic/vx_util/main.cc similarity index 100% rename from src/basic/vx_log/main.cc rename to src/basic/vx_util/main.cc diff --git a/src/basic/vx_log/main.h b/src/basic/vx_util/main.h similarity index 100% rename from src/basic/vx_log/main.h rename to src/basic/vx_util/main.h diff --git a/src/basic/vx_util/num_array.cc b/src/basic/vx_util/num_array.cc index e5b8adba2e..e959753e01 100644 --- a/src/basic/vx_util/num_array.cc +++ b/src/basic/vx_util/num_array.cc @@ -93,6 +93,31 @@ NumArray & NumArray::operator=(const NumArray & a) //////////////////////////////////////////////////////////////////////// +bool NumArray::operator==(const NumArray & a) const + +{ + + if ( e.size() != a.e.size() ) return ( false ); + + bool status = true; + int n = e.size(); + + for (int j=0; j&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = src/basic/vx_util_math +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LIBRARIES = $(noinst_LIBRARIES) +AR = ar +ARFLAGS = cru +AM_V_AR = $(am__v_AR_@AM_V@) +am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) +am__v_AR_0 = @echo " AR " $@; +am__v_AR_1 = +libvx_util_math_a_AR = $(AR) $(ARFLAGS) +libvx_util_math_a_LIBADD = +am_libvx_util_math_a_OBJECTS = libvx_util_math_a-so3.$(OBJEXT) +libvx_util_math_a_OBJECTS = $(am_libvx_util_math_a_OBJECTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libvx_util_math_a-so3.Po +am__mv = mv -f +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(libvx_util_math_a_SOURCES) +DIST_SOURCES = $(libvx_util_math_a_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUFRLIB_NAME = @BUFRLIB_NAME@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC_LIBS = @FC_LIBS@ +FFLAGS = @FFLAGS@ +FLIBS = @FLIBS@ +GREP = @GREP@ +GRIB2CLIB_NAME = @GRIB2CLIB_NAME@ +GRIB2_LIBS = @GRIB2_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MET_BUFR = @MET_BUFR@ +MET_BUFRLIB = @MET_BUFRLIB@ +MET_CAIRO = @MET_CAIRO@ +MET_CAIROINC = @MET_CAIROINC@ +MET_CAIROLIB = @MET_CAIROLIB@ +MET_FREETYPE = @MET_FREETYPE@ +MET_FREETYPEINC = @MET_FREETYPEINC@ +MET_FREETYPELIB = @MET_FREETYPELIB@ +MET_GRIB2C = @MET_GRIB2C@ +MET_GRIB2CINC = @MET_GRIB2CINC@ +MET_GRIB2CLIB = @MET_GRIB2CLIB@ +MET_GSL = @MET_GSL@ +MET_GSLINC = @MET_GSLINC@ +MET_GSLLIB = @MET_GSLLIB@ +MET_HDF = @MET_HDF@ +MET_HDF5 = @MET_HDF5@ +MET_HDF5INC = @MET_HDF5INC@ +MET_HDF5LIB = @MET_HDF5LIB@ +MET_HDFEOS = @MET_HDFEOS@ +MET_HDFEOSINC = @MET_HDFEOSINC@ +MET_HDFEOSLIB = @MET_HDFEOSLIB@ +MET_HDFINC = @MET_HDFINC@ +MET_HDFLIB = @MET_HDFLIB@ +MET_NETCDF = @MET_NETCDF@ +MET_NETCDFINC = @MET_NETCDFINC@ +MET_NETCDFLIB = @MET_NETCDFLIB@ +MET_PYTHON_CC = @MET_PYTHON_CC@ +MET_PYTHON_LD = @MET_PYTHON_LD@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +OPENMP_CFLAGS = @OPENMP_CFLAGS@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON_LIBS = @PYTHON_LIBS@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +YACC = @YACC@ +YFLAGS = @YFLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +MAINTAINERCLEANFILES = Makefile.in + +# The library +noinst_LIBRARIES = libvx_util_math.a +libvx_util_math_a_SOURCES = so3.cc so3.h +libvx_util_math_a_CPPFLAGS = ${MET_CPPFLAGS} +all: all-am + +.SUFFIXES: +.SUFFIXES: .cc .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/basic/vx_util_math/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/basic/vx_util_math/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLIBRARIES: + -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) + +libvx_util_math.a: $(libvx_util_math_a_OBJECTS) $(libvx_util_math_a_DEPENDENCIES) $(EXTRA_libvx_util_math_a_DEPENDENCIES) + $(AM_V_at)-rm -f libvx_util_math.a + $(AM_V_AR)$(libvx_util_math_a_AR) libvx_util_math.a $(libvx_util_math_a_OBJECTS) $(libvx_util_math_a_LIBADD) + $(AM_V_at)$(RANLIB) libvx_util_math.a + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_util_math_a-so3.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.cc.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +libvx_util_math_a-so3.o: so3.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_util_math_a-so3.o -MD -MP -MF $(DEPDIR)/libvx_util_math_a-so3.Tpo -c -o libvx_util_math_a-so3.o `test -f 'so3.cc' || echo '$(srcdir)/'`so3.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_util_math_a-so3.Tpo $(DEPDIR)/libvx_util_math_a-so3.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='so3.cc' object='libvx_util_math_a-so3.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_util_math_a-so3.o `test -f 'so3.cc' || echo '$(srcdir)/'`so3.cc + +libvx_util_math_a-so3.obj: so3.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_util_math_a-so3.obj -MD -MP -MF $(DEPDIR)/libvx_util_math_a-so3.Tpo -c -o libvx_util_math_a-so3.obj `if test -f 'so3.cc'; then $(CYGPATH_W) 'so3.cc'; else $(CYGPATH_W) '$(srcdir)/so3.cc'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_util_math_a-so3.Tpo $(DEPDIR)/libvx_util_math_a-so3.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='so3.cc' object='libvx_util_math_a-so3.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_util_math_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_util_math_a-so3.obj `if test -f 'so3.cc'; then $(CYGPATH_W) 'so3.cc'; else $(CYGPATH_W) '$(srcdir)/so3.cc'; fi` + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook +check-am: all-am +check: check-am +all-am: Makefile $(LIBRARIES) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-am + +clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am + +distclean: distclean-am + -rm -f ./$(DEPDIR)/libvx_util_math_a-so3.Po + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f ./$(DEPDIR)/libvx_util_math_a-so3.Po + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-noinstLIBRARIES cscopelist-am ctags \ + ctags-am dist-hook distclean distclean-compile \ + distclean-generic distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am + +.PRECIOUS: Makefile + + +# Include the project definitions + +include ${top_srcdir}/Make-include + +# If we are in development mode, generate the "to_string" files and +# clean them up in a "make clean". We don't want to do either of these +# in a distribution because the enum_to_string utility isn't available. + +# Build the library when making a distribution so that +# we can make chk4copyright to add the copyright notices. + +dist-hook: $(noinst_LIBRARIES) + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/basic/vx_math/so3.cc b/src/basic/vx_util_math/so3.cc similarity index 100% rename from src/basic/vx_math/so3.cc rename to src/basic/vx_util_math/so3.cc diff --git a/src/basic/vx_math/so3.h b/src/basic/vx_util_math/so3.h similarity index 100% rename from src/basic/vx_math/so3.h rename to src/basic/vx_util_math/so3.h diff --git a/src/libcode/Makefile.am b/src/libcode/Makefile.am index 7d6f82fb1e..b22ff5ea90 100644 --- a/src/libcode/Makefile.am +++ b/src/libcode/Makefile.am @@ -60,6 +60,7 @@ SUBDIRS += vx_data2d_factory \ vx_regrid \ vx_nc_obs \ vx_solar \ - vx_bool_calc + vx_bool_calc \ + vx_seeps MAINTAINERCLEANFILES = Makefile.in diff --git a/src/libcode/Makefile.in b/src/libcode/Makefile.in index 81233c2ca0..631e84600e 100644 --- a/src/libcode/Makefile.in +++ b/src/libcode/Makefile.in @@ -162,7 +162,7 @@ DIST_SUBDIRS = vx_grid vx_data2d vx_nc_util vx_data2d_grib \ vx_render vx_ps vx_plot_util vx_shapedata vx_statistics \ vx_stat_out vx_analysis_util vx_tc_util vx_summary \ vx_time_series vx_physics vx_series_data vx_regrid vx_nc_obs \ - vx_solar vx_bool_calc + vx_solar vx_bool_calc vx_seeps am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ @@ -341,7 +341,7 @@ SUBDIRS = vx_grid vx_data2d vx_nc_util vx_data2d_grib vx_data2d_nc_met \ vx_render vx_ps vx_plot_util vx_shapedata vx_statistics \ vx_stat_out vx_analysis_util vx_tc_util vx_summary \ vx_time_series vx_physics vx_series_data vx_regrid vx_nc_obs \ - vx_solar vx_bool_calc + vx_solar vx_bool_calc vx_seeps MAINTAINERCLEANFILES = Makefile.in all: all-recursive diff --git a/src/libcode/vx_data2d_nc_met/get_met_grid.cc b/src/libcode/vx_data2d_nc_met/get_met_grid.cc index 3512c6aaed..c6882057e3 100644 --- a/src/libcode/vx_data2d_nc_met/get_met_grid.cc +++ b/src/libcode/vx_data2d_nc_met/get_met_grid.cc @@ -42,6 +42,8 @@ static void get_stereographic_data_v2 (NcFile *, StereographicData &); static void get_mercator_data_v2 (NcFile *, MercatorData &); static void get_gaussian_data (NcFile *, GaussianData &); +static void get_semilatlon_data (NcFile *, SemiLatLonData &); +static void get_semilatlon_var (NcFile *, const char *, NumArray &); /////////////////////////////////////////////////////////////////////////////// @@ -82,6 +84,7 @@ void read_netcdf_grid_v3(NcFile * f_in, Grid & gr) RotatedLatLonData rll_data; MercatorData mc_data; GaussianData g_data; + SemiLatLonData sl_data; // // Parse the grid specification out of the global attributes @@ -97,6 +100,7 @@ void read_netcdf_grid_v3(NcFile * f_in, Grid & gr) // - Lambert Conformal // - Polar Stereographic // - Gaussian + // - SemiLatLon // if (!IS_INVALID_NC(proj_att)) { @@ -133,6 +137,11 @@ void read_netcdf_grid_v3(NcFile * f_in, Grid & gr) get_gaussian_data(f_in, g_data); gr.set(g_data); + } else if ( strcasecmp(proj_att_name.c_str(), semilatlon_proj_type) == 0 ) { + + get_semilatlon_data(f_in, sl_data); + gr.set(sl_data); + } else { // Unsupported projection type mlog << Error << "\nread_netcdf_grid_v3() -> " @@ -249,20 +258,20 @@ data.name = latlon_proj_type; get_global_att(ncfile, string("lat_ll"), data.lat_ll); // Longitude of the bottom left corner - get_global_att(ncfile, string("lon_ll"), data.lon_ll); +get_global_att(ncfile, string("lon_ll"), data.lon_ll); data.lon_ll *= -1.0; // Latitude increment - get_global_att(ncfile, string("delta_lat"), data.delta_lat); +get_global_att(ncfile, string("delta_lat"), data.delta_lat); // Longitude increment - get_global_att(ncfile, string("delta_lon"), data.delta_lon); +get_global_att(ncfile, string("delta_lon"), data.delta_lon); // Number of points in the Latitude (y) direction - get_global_att(ncfile, string("Nlat"), data.Nlat); +get_global_att(ncfile, string("Nlat"), data.Nlat); // Number of points in the Longitudinal (x) direction - get_global_att(ncfile, string("Nlon"), data.Nlon); +get_global_att(ncfile, string("Nlon"), data.Nlon); data.dump(); @@ -285,35 +294,33 @@ void get_rot_latlon_data_v3(NcFile * ncfile, RotatedLatLonData & data) data.name = latlon_proj_type; // Latitude of the bottom left corner - get_global_att(ncfile, string("rot_lat_ll"), data.rot_lat_ll); +get_global_att(ncfile, string("rot_lat_ll"), data.rot_lat_ll); // Longitude of the bottom left corner - get_global_att(ncfile, string("rot_lon_ll"), data.rot_lon_ll); +get_global_att(ncfile, string("rot_lon_ll"), data.rot_lon_ll); data.rot_lon_ll *= -1.0; // Latitude increment - get_global_att(ncfile, string("delta_rot_lat"), data.delta_rot_lat); +get_global_att(ncfile, string("delta_rot_lat"), data.delta_rot_lat); // Longitude increment - get_global_att(ncfile, string("delta_rot_lon"), data.delta_rot_lon); +get_global_att(ncfile, string("delta_rot_lon"), data.delta_rot_lon); // Number of points in the Latitude (y) direction - get_global_att(ncfile, string("Nlat"), data.Nlat); +get_global_att(ncfile, string("Nlat"), data.Nlat); // Number of points in the Longitudinal (x) direction - get_global_att(ncfile, string("Nlon"), data.Nlon); +get_global_att(ncfile, string("Nlon"), data.Nlon); // true lat/lon of south pole - get_global_att(ncfile, string("true_lat_south_pole"), data.true_lat_south_pole); - get_global_att(ncfile, string("true_lon_south_pole"), data.true_lon_south_pole); +get_global_att(ncfile, string("true_lat_south_pole"), data.true_lat_south_pole); +get_global_att(ncfile, string("true_lon_south_pole"), data.true_lon_south_pole); if ( !west_longitude_positive ) data.true_lon_south_pole *= -1.0; // auxiliary rotation - get_global_att(ncfile, string("aux_rotation"), data.aux_rotation); - - +get_global_att(ncfile, string("aux_rotation"), data.aux_rotation); data.dump(); @@ -338,43 +345,43 @@ ConcatString att_value; data.name = lambert_proj_type; // Hemisphere - get_global_att(ncfile, string("hemisphere"), att_value); +get_global_att(ncfile, string("hemisphere"), att_value); data.hemisphere = att_value.char_at(0); // First scale latitude - get_global_att(ncfile, string("scale_lat_1"), data.scale_lat_1); +get_global_att(ncfile, string("scale_lat_1"), data.scale_lat_1); // Second scale latitude - get_global_att(ncfile, string("scale_lat_2"), data.scale_lat_2); +get_global_att(ncfile, string("scale_lat_2"), data.scale_lat_2); // Latitude pin - get_global_att(ncfile, string("lat_pin"), data.lat_pin); +get_global_att(ncfile, string("lat_pin"), data.lat_pin); // Longitude pin - get_global_att(ncfile, string("lon_pin"), data.lon_pin); +get_global_att(ncfile, string("lon_pin"), data.lon_pin); data.lon_pin *= -1.0; // X pin - get_global_att(ncfile, string("x_pin"), data.x_pin); +get_global_att(ncfile, string("x_pin"), data.x_pin); // Y pin - get_global_att(ncfile, string("y_pin"), data.y_pin); +get_global_att(ncfile, string("y_pin"), data.y_pin); // Orientation longitude - get_global_att(ncfile, string("lon_orient"), data.lon_orient); +get_global_att(ncfile, string("lon_orient"), data.lon_orient); data.lon_orient *= -1.0; // Grid spacing in km - get_global_att(ncfile, string("d_km"), data.d_km); +get_global_att(ncfile, string("d_km"), data.d_km); // Radius of the earth - get_global_att(ncfile, string("r_km"), data.r_km); +get_global_att(ncfile, string("r_km"), data.r_km); // Number of points in the x-direction - get_global_att(ncfile, string("nx"), data.nx); +get_global_att(ncfile, string("nx"), data.nx); // Number of points in the y-direction - get_global_att(ncfile, string("ny"), data.ny); +get_global_att(ncfile, string("ny"), data.ny); // Rotation angle data.so2_angle = 0.0; @@ -409,33 +416,33 @@ data.hemisphere = att_value.char_at(0); get_global_att(ncfile, (string)"scale_lat", data.scale_lat); // Latitude pin - get_global_att(ncfile, (string)"lat_pin", data.lat_pin); +get_global_att(ncfile, (string)"lat_pin", data.lat_pin); // Longitude pin - get_global_att(ncfile, string("lon_pin"), data.lon_pin); +get_global_att(ncfile, string("lon_pin"), data.lon_pin); data.lon_pin *= -1.0; // X pin - get_global_att(ncfile, string("x_pin"), data.x_pin); +get_global_att(ncfile, string("x_pin"), data.x_pin); // Y pin - get_global_att(ncfile, string("y_pin"), data.y_pin); +get_global_att(ncfile, string("y_pin"), data.y_pin); // Orientation longitude - get_global_att(ncfile, string("lon_orient"), data.lon_orient); +get_global_att(ncfile, string("lon_orient"), data.lon_orient); data.lon_orient *= -1.0; // Grid spacing in km - get_global_att(ncfile, string("d_km"), data.d_km); +get_global_att(ncfile, string("d_km"), data.d_km); // Radius of the earth - get_global_att(ncfile, string("r_km"), data.r_km); +get_global_att(ncfile, string("r_km"), data.r_km); // Number of points in the x-direction - get_global_att(ncfile, string("nx"), data.nx); +get_global_att(ncfile, string("nx"), data.nx); // Number of points in the y-direction - get_global_att(ncfile, string("ny"), data.ny); +get_global_att(ncfile, string("ny"), data.ny); data.dump(); @@ -459,24 +466,24 @@ void get_mercator_data_v3(NcFile * ncfile, MercatorData & data) data.name = mercator_proj_type; // Latitude of the bottom left corner - get_global_att(ncfile, string("lat_ll"), data.lat_ll); +get_global_att(ncfile, string("lat_ll"), data.lat_ll); // Longitude of the bottom left corner - get_global_att(ncfile, string("lon_ll"), data.lon_ll); +get_global_att(ncfile, string("lon_ll"), data.lon_ll); data.lon_ll *= -1.0; // Latitude of the bottom left corner - get_global_att(ncfile, string("lat_ur"), data.lat_ur); +get_global_att(ncfile, string("lat_ur"), data.lat_ur); // Longitude of the bottom left corner - get_global_att(ncfile, string("lon_ur"), data.lon_ur); +get_global_att(ncfile, string("lon_ur"), data.lon_ur); data.lon_ur *= -1.0; // Number of points in the Latitudinal (y) direction - get_global_att(ncfile, string("ny"), data.ny); +get_global_att(ncfile, string("ny"), data.ny); // Number of points in the Longitudinal (x) direction - get_global_att(ncfile, string("nx"), data.nx); +get_global_att(ncfile, string("nx"), data.nx); data.dump(); @@ -500,23 +507,23 @@ void get_latlon_data_v2(NcFile * ncfile, LatLonData & data) data.name = latlon_proj_type; // Latitude of the bottom left corner - get_global_att(ncfile, string("lat_ll_deg"), data.lat_ll); +get_global_att(ncfile, string("lat_ll_deg"), data.lat_ll); // Longitude of the bottom left corner - get_global_att(ncfile, string("lon_ll_deg"), data.lon_ll); +get_global_att(ncfile, string("lon_ll_deg"), data.lon_ll); data.lon_ll *= -1.0; // Latitude increment - get_global_att(ncfile, string("delta_lat_deg"), data.delta_lat); +get_global_att(ncfile, string("delta_lat_deg"), data.delta_lat); // Longitude increment - get_global_att(ncfile, string("delta_lon_deg"), data.delta_lon); +get_global_att(ncfile, string("delta_lon_deg"), data.delta_lon); // Number of points in the Latitude (y) direction - get_global_att(ncfile, string("Nlat"), data.Nlat); +get_global_att(ncfile, string("Nlat"), data.Nlat); // Number of points in the Longitudinal (x) direction - get_global_att(ncfile, string("Nlon"), data.Nlon); +get_global_att(ncfile, string("Nlon"), data.Nlon); data.dump(); @@ -540,16 +547,16 @@ void get_lambert_data_v2(NcFile * ncfile, LambertData & data) data.name = lambert_proj_type; // First scale latitude - get_global_att(ncfile, string("p1_deg"), data.scale_lat_1); +get_global_att(ncfile, string("p1_deg"), data.scale_lat_1); // Second scale latitude - get_global_att(ncfile, string("p2_deg"), data.scale_lat_2); +get_global_att(ncfile, string("p2_deg"), data.scale_lat_2); // Latitude pin - get_global_att(ncfile, string("p0_deg"), data.lat_pin); +get_global_att(ncfile, string("p0_deg"), data.lat_pin); // Longitude pin - get_global_att(ncfile, string("l0_deg"), data.lon_pin); +get_global_att(ncfile, string("l0_deg"), data.lon_pin); data.lon_pin *= -1.0; // X pin @@ -559,20 +566,20 @@ data.x_pin = 0.0; data.y_pin = 0.0; // Orientation longitude - get_global_att(ncfile, string("lcen_deg"), data.lon_orient); +get_global_att(ncfile, string("lcen_deg"), data.lon_orient); data.lon_orient *= -1.0; // Grid spacing in km - get_global_att(ncfile, string("d_km"), data.d_km); +get_global_att(ncfile, string("d_km"), data.d_km); // Radius of the earth - get_global_att(ncfile, string("r_km"), data.r_km); +get_global_att(ncfile, string("r_km"), data.r_km); // Number of points in the x-direction - get_global_att(ncfile, string("nx"), data.nx); +get_global_att(ncfile, string("nx"), data.nx); // Number of points in the y-direction - get_global_att(ncfile, string("ny"), data.ny); +get_global_att(ncfile, string("ny"), data.ny); // Rotation angle data.so2_angle = 0.0; @@ -602,13 +609,13 @@ data.name = stereographic_proj_type; data.hemisphere = 'N'; // Scale latitude - get_global_att(ncfile, string("p1_deg"), data.scale_lat); +get_global_att(ncfile, string("p1_deg"), data.scale_lat); // Latitude pin - get_global_att(ncfile, string("p0_deg"), data.lat_pin); +get_global_att(ncfile, string("p0_deg"), data.lat_pin); // Longitude pin - get_global_att(ncfile, string("l0_deg"), data.lon_pin); +get_global_att(ncfile, string("l0_deg"), data.lon_pin); data.lon_pin *= -1.0; // X pin @@ -618,20 +625,20 @@ data.x_pin = 0.0; data.y_pin = 0.0; // Orientation longitude - get_global_att(ncfile, string("lcen_deg"), data.lon_orient); +get_global_att(ncfile, string("lcen_deg"), data.lon_orient); data.lon_orient *= -1.0; // Grid spacing in km - get_global_att(ncfile, string("d_km"), data.d_km); +get_global_att(ncfile, string("d_km"), data.d_km); // Radius of the earth - get_global_att(ncfile, string("r_km"), data.r_km); +get_global_att(ncfile, string("r_km"), data.r_km); // Number of points in the x-direction - get_global_att(ncfile, string("nx"), data.nx); +get_global_att(ncfile, string("nx"), data.nx); // Number of points in the y-direction - get_global_att(ncfile, string("ny"), data.ny); +get_global_att(ncfile, string("ny"), data.ny); data.dump(); @@ -655,24 +662,24 @@ void get_mercator_data_v2(NcFile * ncfile, MercatorData & data) data.name = mercator_proj_type; // Latitude of the bottom left corner - get_global_att(ncfile, string("lat_ll_deg"), data.lat_ll); +get_global_att(ncfile, string("lat_ll_deg"), data.lat_ll); // Longitude of the bottom left corner - get_global_att(ncfile, string("lon_ll_deg"), data.lon_ll); +get_global_att(ncfile, string("lon_ll_deg"), data.lon_ll); data.lon_ll *= -1.0; // Latitude of the bottom left corner - get_global_att(ncfile, string("lat_ur_deg"), data.lat_ur); +get_global_att(ncfile, string("lat_ur_deg"), data.lat_ur); // Longitude of the bottom left corner - get_global_att(ncfile, string("lon_ur_deg"), data.lon_ur); +get_global_att(ncfile, string("lon_ur_deg"), data.lon_ur); data.lon_ur *= -1.0; // Number of points in the Latitudinal (y) direction - get_global_att(ncfile, string("Nlat"), data.ny); +get_global_att(ncfile, string("Nlat"), data.ny); // Number of points in the Longitudinal (x) direction - get_global_att(ncfile, string("Nlon"), data.nx); +get_global_att(ncfile, string("Nlon"), data.nx); data.dump(); @@ -699,19 +706,19 @@ data.name = gaussian_proj_type; // Longitude for x = 0 // - get_global_att(ncfile, string("lon_zero"), data.lon_zero); +get_global_att(ncfile, string("lon_zero"), data.lon_zero); // // nx // - get_global_att(ncfile, string("nx"), data.nx); +get_global_att(ncfile, string("nx"), data.nx); // // ny // - get_global_att(ncfile, string("ny"), data.ny); +get_global_att(ncfile, string("ny"), data.ny); data.dump(); @@ -724,4 +731,63 @@ return; } +/////////////////////////////////////////////////////////////////////////////// + + +void get_semilatlon_data (NcFile * ncfile, SemiLatLonData & data) + +{ + + +data.name = semilatlon_proj_type; + +get_semilatlon_var(ncfile, "lat", data.lats); + +get_semilatlon_var(ncfile, "lon", data.lons); + +get_semilatlon_var(ncfile, "level", data.levels); + +get_semilatlon_var(ncfile, "time", data.times); + +data.dump(); + + // + // done + // + +return; + +} + + +/////////////////////////////////////////////////////////////////////////////// + + +void get_semilatlon_var(NcFile *ncfile, const char * var_name, NumArray &out_na) { + +NcVar nc_var = get_var(ncfile, var_name); + +out_na.clear(); + + // + // requested variable may or may not be present in the file + // + +if ( IS_INVALID_NC(nc_var) ) return; + + // + // store the requested data in the specified NumArray object + // + +long count = get_data_size(&nc_var); +double * data_values = new double[ count ]; +get_nc_data(&nc_var, data_values); +for(int i=0; iget()\n\n"; + mlog << Error << "\n" << method_name << "bad status for var->get()\n\n"; exit ( 1 ); } @@ -484,7 +515,7 @@ for (j=0; j<(a.n_elements()); ++j) { if ( (var == NULL) || ( (j != var->x_slot) && (j != var->y_slot) ) ) { - mlog << Error << "\n" << method_name << " star found in bad slot\n\n"; + mlog << Error << "\n" << method_name << "star found in bad slot\n\n"; exit ( 1 ); @@ -511,7 +542,7 @@ if ( count != 2 ) { int y_slot_tmp = 0; if ( var == NULL || (var->x_slot < 0) || (var->y_slot < 0) ) { - mlog << Error << "\n" << method_name << " bad x|y|z slot\n\n"; + mlog << Error << "\n" << method_name << "bad x|y|z slot\n\n"; exit ( 1 ); diff --git a/src/libcode/vx_data2d_python/dataplane_from_numpy_array.cc b/src/libcode/vx_data2d_python/dataplane_from_numpy_array.cc index f9e0bbfa06..8e5ef5428c 100644 --- a/src/libcode/vx_data2d_python/dataplane_from_numpy_array.cc +++ b/src/libcode/vx_data2d_python/dataplane_from_numpy_array.cc @@ -27,7 +27,7 @@ // 2D numpy arrays seem to store things in row-major order // -inline void nympy_array_one_to_two(const int n, const int Ncols, int & row, int & col) +inline void numpy_array_one_to_two(const int n, const int Ncols, int & row, int & col) { diff --git a/src/libcode/vx_data2d_python/dataplane_from_numpy_array.hpp b/src/libcode/vx_data2d_python/dataplane_from_numpy_array.hpp index f36f866bc1..66879e3526 100644 --- a/src/libcode/vx_data2d_python/dataplane_from_numpy_array.hpp +++ b/src/libcode/vx_data2d_python/dataplane_from_numpy_array.hpp @@ -15,7 +15,7 @@ //////////////////////////////////////////////////////////////////////// -extern inline void nympy_array_one_to_two(const int n, const int Ncols, int & row, int & col); +extern inline void numpy_array_one_to_two(const int n, const int Ncols, int & row, int & col); //////////////////////////////////////////////////////////////////////// @@ -39,7 +39,7 @@ T value; for (j=0; j " @@ -456,6 +448,93 @@ return; //////////////////////////////////////////////////////////////////////// + // + // name (string) + // + // lats (array of double) + // + // lons (array of double) + // + // levels (array of double) + // + // times (array of double) + // + +void get_semilatlon_grid (const Python3_Dict & dict, Grid & g) + +{ + +SemiLatLonData data; +ConcatString s; + +s = dict.lookup_string("name"); + +set_string(data.name, s); + +lookup_python_num_array(dict, "lats", data.lats); +lookup_python_num_array(dict, "lons", data.lons); +lookup_python_num_array(dict, "levels", data.levels); +lookup_python_num_array(dict, "times", data.times); + + // + // done + // + +g.set(data); + +if ( data.name ) { delete [] data.name; data.name = (const char *) 0; } + +return; + +} + + +//////////////////////////////////////////////////////////////////////// + + +void lookup_python_num_array(const Python3_Dict & dict, const char *key, NumArray &vals) + +{ + +PyObject * obj = dict.lookup_item(key); + + // + // parse values from list + // + +if ( PyList_Check(obj) ) { + + Python3_List list(obj); + + for (int j=0; j<(list.size()); ++j) vals.add(pyobject_as_double(list[j])); + +} + + // + // parse values from array + // + +else { + + Python3_Numpy np; + np.set(obj); + + if ( ! pointdata_from_np_array(np, &vals) ) { + + mlog << Error << "\nlookup_python_num_array() -> " + << "can't parse values for \"" << key << "\" from python \"" + << Py_TYPE(obj)->tp_name << "\" object.\n"; + } + +} + +return; + +} + +//////////////////////////////////////////////////////////////////////// + + // // the fact that our destination is "const char *" rather than // diff --git a/src/libcode/vx_grid/Makefile.am b/src/libcode/vx_grid/Makefile.am index e7d5ffc41d..97130d15ef 100644 --- a/src/libcode/vx_grid/Makefile.am +++ b/src/libcode/vx_grid/Makefile.am @@ -28,6 +28,9 @@ libvx_grid_a_SOURCES = \ latlon_xyz.h latlon_xyz.cc \ rot_latlon_grid.cc rot_latlon_grid.h \ tcrmw_grid.cc tcrmw_grid.h \ - goes_grid_defs.h goes_grid.cc goes_grid.h \ + goes_grid_defs.h \ + goes_grid.cc goes_grid.h \ + semilatlon_grid_defs.h \ + semilatlon_grid.cc semilatlon_grid.h \ vx_grid.h libvx_grid_a_CPPFLAGS = ${MET_CPPFLAGS} diff --git a/src/libcode/vx_grid/Makefile.in b/src/libcode/vx_grid/Makefile.in index 09155d44c7..7151c4fbca 100644 --- a/src/libcode/vx_grid/Makefile.in +++ b/src/libcode/vx_grid/Makefile.in @@ -118,7 +118,8 @@ am_libvx_grid_a_OBJECTS = libvx_grid_a-earth_rotation.$(OBJEXT) \ libvx_grid_a-latlon_xyz.$(OBJEXT) \ libvx_grid_a-rot_latlon_grid.$(OBJEXT) \ libvx_grid_a-tcrmw_grid.$(OBJEXT) \ - libvx_grid_a-goes_grid.$(OBJEXT) + libvx_grid_a-goes_grid.$(OBJEXT) \ + libvx_grid_a-semilatlon_grid.$(OBJEXT) libvx_grid_a_OBJECTS = $(am_libvx_grid_a_OBJECTS) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) @@ -146,7 +147,8 @@ am__depfiles_remade = ./$(DEPDIR)/libvx_grid_a-earth_rotation.Po \ ./$(DEPDIR)/libvx_grid_a-merc_grid.Po \ ./$(DEPDIR)/libvx_grid_a-rot_latlon_grid.Po \ ./$(DEPDIR)/libvx_grid_a-st_grid.Po \ - ./$(DEPDIR)/libvx_grid_a-tcrmw_grid.Po + ./$(DEPDIR)/libvx_grid_a-tcrmw_grid.Po \ + ./$(DEPDIR)/libvx_grid_a-semilatlon_grid.Po am__mv = mv -f AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -370,7 +372,10 @@ libvx_grid_a_SOURCES = \ latlon_xyz.h latlon_xyz.cc \ rot_latlon_grid.cc rot_latlon_grid.h \ tcrmw_grid.cc tcrmw_grid.h \ - goes_grid_defs.h goes_grid.cc goes_grid.h \ + goes_grid_defs.h \ + goes_grid.cc goes_grid.h \ + semilatlon_grid_defs.h \ + semilatlon_grid.cc semilatlon_grid.h \ vx_grid.h libvx_grid_a_CPPFLAGS = ${MET_CPPFLAGS} @@ -434,6 +439,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_grid_a-rot_latlon_grid.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_grid_a-st_grid.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_grid_a-tcrmw_grid.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_grid_a-semilatlon_grid.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @@ -623,6 +629,20 @@ libvx_grid_a-goes_grid.obj: goes_grid.cc @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_grid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_grid_a-goes_grid.obj `if test -f 'goes_grid.cc'; then $(CYGPATH_W) 'goes_grid.cc'; else $(CYGPATH_W) '$(srcdir)/goes_grid.cc'; fi` +libvx_grid_a-semilatlon_grid.o: semilatlon_grid.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_grid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_grid_a-semilatlon_grid.o -MD -MP -MF $(DEPDIR)/libvx_grid_a-semilatlon_grid.Tpo -c -o libvx_grid_a-semilatlon_grid.o `test -f 'semilatlon_grid.cc' || echo '$(srcdir)/'`semilatlon_grid.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_grid_a-semilatlon_grid.Tpo $(DEPDIR)/libvx_grid_a-semilatlon_grid.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='semilatlon_grid.cc' object='libvx_grid_a-semilatlon_grid.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_grid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_grid_a-semilatlon_grid.o `test -f 'semilatlon_grid.cc' || echo '$(srcdir)/'`semilatlon_grid.cc + +libvx_grid_a-semilatlon_grid.obj: semilatlon_grid.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_grid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_grid_a-semilatlon_grid.obj -MD -MP -MF $(DEPDIR)/libvx_grid_a-semilatlon_grid.Tpo -c -o libvx_grid_a-semilatlon_grid.obj `if test -f 'semilatlon_grid.cc'; then $(CYGPATH_W) 'semilatlon_grid.cc'; else $(CYGPATH_W) '$(srcdir)/semilatlon_grid.cc'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_grid_a-semilatlon_grid.Tpo $(DEPDIR)/libvx_grid_a-semilatlon_grid.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='semilatlon_grid.cc' object='libvx_grid_a-semilatlon_grid.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_grid_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_grid_a-semilatlon_grid.obj `if test -f 'semilatlon_grid.cc'; then $(CYGPATH_W) 'semilatlon_grid.cc'; else $(CYGPATH_W) '$(srcdir)/semilatlon_grid.cc'; fi` + ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am @@ -760,6 +780,7 @@ distclean: distclean-am -rm -f ./$(DEPDIR)/libvx_grid_a-rot_latlon_grid.Po -rm -f ./$(DEPDIR)/libvx_grid_a-st_grid.Po -rm -f ./$(DEPDIR)/libvx_grid_a-tcrmw_grid.Po + -rm -f ./$(DEPDIR)/libvx_grid_a-semilatlon_grid.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -817,6 +838,7 @@ maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libvx_grid_a-rot_latlon_grid.Po -rm -f ./$(DEPDIR)/libvx_grid_a-st_grid.Po -rm -f ./$(DEPDIR)/libvx_grid_a-tcrmw_grid.Po + -rm -f ./$(DEPDIR)/libvx_grid_a-semilatlon_grid.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic diff --git a/src/libcode/vx_grid/grid_base.cc b/src/libcode/vx_grid/grid_base.cc index 035d6765e0..4dd2604dca 100644 --- a/src/libcode/vx_grid/grid_base.cc +++ b/src/libcode/vx_grid/grid_base.cc @@ -223,6 +223,22 @@ mlog << Debug(grid_debug_level) } +//////////////////////////////////////////////////////////////////////// + + +void SemiLatLonData::dump() + +{ + +mlog << Debug(grid_debug_level) + << "\nSemiLatLon Grid Data:\n" + << " lats: " << lats.summarize() << "\n" + << " lons: " << lons.summarize() << "\n" + << " levels: " << levels.summarize() << "\n" + << " times: " << times.summarize() << "\n\n"; +} + + //////////////////////////////////////////////////////////////////////// @@ -300,6 +316,7 @@ m = (const MercatorData *) 0; g = (const GaussianData *) 0; gi = (const GoesImagerData *) 0; tc = (const TcrmwData *) 0; +sl = (const SemiLatLonData *) 0; clear(); @@ -323,6 +340,7 @@ if ( m ) { delete m; m = (const MercatorData *) 0; }; if ( g ) { delete g; g = (const GaussianData *) 0; }; if ( gi ) { delete gi; gi = (const GoesImagerData *) 0; }; if ( tc ) { delete tc; tc = (const TcrmwData *) 0; }; +if ( sl ) { delete sl; sl = (const SemiLatLonData *) 0; }; return; @@ -343,6 +361,7 @@ if ( info.rll ) set( *(info.rll) ); if ( info.m ) set( *(info.m ) ); if ( info.g ) set( *(info.g ) ); if ( info.gi ) set( *(info.gi ) ); +if ( info.sl ) set( *(info.sl ) ); return; @@ -365,6 +384,7 @@ if ( rll ) ++count; if ( m ) ++count; if ( g ) ++count; if ( gi ) ++count; +if ( sl ) ++count; return ( count == 1 ); @@ -393,6 +413,8 @@ else if ( rll ) gg.set( *rll ); else if ( m ) gg.set( *m ); else if ( g ) gg.set( *g ); else if ( gi ) gg.set( *gi ); +else if ( sl ) gg.set( *sl ); + return; @@ -553,6 +575,33 @@ return; } +//////////////////////////////////////////////////////////////////////// + + +void GridInfo::set(const SemiLatLonData & data) + +{ + +clear(); + +SemiLatLonData * D = (SemiLatLonData *) 0; + +D = new SemiLatLonData; + + // + // deep copy instead of memcpy because the struct + // contains dynamically allocated NumArray objects + // + +*D = data; + +sl = D; D = (SemiLatLonData *) 0; + +return; + +} + + //////////////////////////////////////////////////////////////////////// @@ -743,7 +792,9 @@ bool status = find_grid_by_name(_name, *this); if ( !status ) { - mlog << Error << "\nGrid::set(const char *) -> grid lookup failed for name \"" << _name << "\"\n\n"; + mlog << Error << "\nGrid::set(const char *) -> " + << "grid lookup failed for name \"" + << _name << "\"\n\n"; exit ( 1 ); @@ -924,7 +975,8 @@ GridInfo Grid::info() const if ( !rep ) { - mlog << Error << "\nGrid::info() const -> empty grid!\n\n"; + mlog << Error << "\nGrid::info() const -> " + << "empty grid!\n\n"; exit ( 1 ); @@ -944,7 +996,8 @@ double Grid::rot_grid_to_earth(int x, int y) const if ( !rep ) { - mlog << Error << "\nGrid::rot_grid_to_earth() const -> empty grid!\n\n"; + mlog << Error << "\nGrid::rot_grid_to_earth() const -> " + << "empty grid!\n\n"; exit ( 1 ); @@ -965,7 +1018,8 @@ bool Grid::wrap_lon() const if ( !rep ) { - mlog << Error << "\nGrid::wrap_lon() const -> empty grid!\n\n"; + mlog << Error << "\nGrid::wrap_lon() const -> " + << "empty grid!\n\n"; exit ( 1 ); @@ -985,7 +1039,8 @@ void Grid::shift_right(int N) if ( !rep ) { - mlog << Error << "\nGrid::shift_right() -> empty grid!\n\n"; + mlog << Error << "\nGrid::shift_right() -> " + << "empty grid!\n\n"; exit ( 1 ); @@ -1005,7 +1060,8 @@ Grid Grid::subset_ll(int x_ll, int y_ll, int nx_new, int ny_new) const if ( ! rep ) { - mlog << Error << "\n\n Grid::subset_ll() const -> empty grid!\n\n"; + mlog << Error << "\n\n Grid::subset_ll() const -> " + << "empty grid!\n\n"; exit ( 1 ); @@ -1013,7 +1069,8 @@ if ( ! rep ) { if ( (nx_new < 2) || ( ny_new < 2) ) { - mlog << Error << "\n\n Grid::subset_ll() const -> bad size for subset grid\n\n"; + mlog << Error << "\n\n Grid::subset_ll() const -> " + << "bad size for subset grid\n\n"; exit ( 1 ); @@ -1084,9 +1141,17 @@ if ( info_new.lc ) { g_new.set(m_new); +} else if ( info_new.sl ) { + + mlog << Error << "\n\n Grid::subset_ll() const -> " + << "subsetting is not supported for SemiLatLon grids\n\n"; + + exit ( 1 ); + } else { - mlog << Error << "\n\n Grid::subset_ll() const -> bad grid projection\n\n"; + mlog << Error << "\n\n Grid::subset_ll() const -> " + << "bad grid projection\n\n"; exit ( 1 ); @@ -1187,6 +1252,7 @@ else if ( i1.rll && i2.rll ) return ( is_eq(i1.rll, i2.rll) ); else if ( i1.m && i2.m ) return ( is_eq(i1.m, i2.m ) ); else if ( i1.g && i2.g ) return ( is_eq(i1.g, i2.g ) ); else if ( i1.gi && i2.gi ) return ( is_eq(i1.gi, i2.gi ) ); +else if ( i1.sl && i2.sl ) return ( is_eq(i1.sl, i2.sl ) ); return ( false ); @@ -1388,6 +1454,27 @@ return ( status ); } + +//////////////////////////////////////////////////////////////////////// + + +bool is_eq(const SemiLatLonData * gi1, const SemiLatLonData * gi2) +{ + +if ( !gi1 || !gi2 ) return ( false ); + +bool status = false; + +if ( gi1->lats == gi2->lats && + gi1->lons == gi2->lons && + gi1->levels == gi2->levels && + gi1->times == gi2->times ) status = true; + +return ( status ); + +} + + //////////////////////////////////////////////////////////////////////// diff --git a/src/libcode/vx_grid/grid_base.h b/src/libcode/vx_grid/grid_base.h index eb77e04b4b..9da7246b72 100644 --- a/src/libcode/vx_grid/grid_base.h +++ b/src/libcode/vx_grid/grid_base.h @@ -32,6 +32,7 @@ #include "merc_grid_defs.h" #include "gaussian_grid_defs.h" #include "goes_grid_defs.h" +#include "semilatlon_grid_defs.h" //////////////////////////////////////////////////////////////////////// @@ -64,14 +65,15 @@ class GridInfo { bool ok() const; - void set(const LambertData &); - void set(const StereographicData &); - void set(const LatLonData &); - void set(const RotatedLatLonData &); - void set(const MercatorData &); - void set(const GaussianData &); - void set(const GoesImagerData &); - void set(const TcrmwData &); + void set(const LambertData &); + void set(const StereographicData &); + void set(const LatLonData &); + void set(const RotatedLatLonData &); + void set(const MercatorData &); + void set(const GaussianData &); + void set(const GoesImagerData &); + void set(const TcrmwData &); + void set(const SemiLatLonData &); void create_grid(Grid &) const; @@ -87,6 +89,7 @@ class GridInfo { const GaussianData * g; // allocated const GoesImagerData * gi; // allocated const TcrmwData * tc; // allocated + const SemiLatLonData * sl; // allocated }; @@ -205,6 +208,7 @@ class Grid : public GridInterface { Grid(const GaussianData &); Grid(const GoesImagerData &); Grid(const TcrmwData &); + Grid(const SemiLatLonData &); virtual ~Grid(); Grid(const Grid &); Grid & operator=(const Grid &); @@ -213,6 +217,8 @@ class Grid : public GridInterface { void dump(ostream &, int = 0) const; + bool is_set() const; + void set (const char *); // lookup by name void set (const LambertData &); void set (const StereographicData &); @@ -222,6 +228,7 @@ class Grid : public GridInterface { void set (const GaussianData &); void set (const GoesImagerData &); void set (const TcrmwData &); + void set (const SemiLatLonData &); void set_swap_to_north(bool swap_to_north); bool get_swap_to_north() const; @@ -264,6 +271,12 @@ class Grid : public GridInterface { //////////////////////////////////////////////////////////////////////// +inline bool Grid::is_set() const { return ( rep != 0 ); } + + +//////////////////////////////////////////////////////////////////////// + + extern bool operator==(const Grid &, const Grid &); extern bool operator!=(const Grid &, const Grid &); extern bool operator==(const GridInfo &, const GridInfo &); @@ -275,6 +288,7 @@ extern bool is_eq(const RotatedLatLonData *, const RotatedLatLonData *); extern bool is_eq(const MercatorData *, const MercatorData *); extern bool is_eq(const GaussianData *, const GaussianData *); extern bool is_eq(const GoesImagerData *, const GoesImagerData *); +extern bool is_eq(const SemiLatLonData *, const SemiLatLonData *); //////////////////////////////////////////////////////////////////////// diff --git a/src/libcode/vx_grid/semilatlon_grid.cc b/src/libcode/vx_grid/semilatlon_grid.cc new file mode 100644 index 0000000000..9018bc400e --- /dev/null +++ b/src/libcode/vx_grid/semilatlon_grid.cc @@ -0,0 +1,516 @@ +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* +// ** Copyright UCAR (c) 1992 - 2022 +// ** University Corporation for Atmospheric Research (UCAR) +// ** National Center for Atmospheric Research (NCAR) +// ** Research Applications Lab (RAL) +// ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* + + +//////////////////////////////////////////////////////////////////////// + + +using namespace std; + + +#include +#include +#include +#include +#include +#include + +#include "vx_math.h" +#include "vx_util.h" +#include "vx_log.h" +#include "semilatlon_grid.h" + + +//////////////////////////////////////////////////////////////////////// + + + // + // Code for class SemiLatLonGrid + // + + +//////////////////////////////////////////////////////////////////////// + + +SemiLatLonGrid::SemiLatLonGrid() + +{ + +clear(); + +} + + +//////////////////////////////////////////////////////////////////////// + + +SemiLatLonGrid::~SemiLatLonGrid() + +{ + +clear(); + +} + + +//////////////////////////////////////////////////////////////////////// + + +SemiLatLonGrid::SemiLatLonGrid(const SemiLatLonData & data) + +{ + +clear(); + +if ( data.name ) Name = data.name; + + // Process the lat/lon dimensions + +Lats = data.lats; +Lons = data.lons; + +if ( Lats.n() > 0 && Lons.n() > 0 ) { + + if ( Lats.n() != Lons.n() ) { + mlog << Error << "\nSemiLatLonGrid::SemiLatLonGrid(const SemiLatLonData & data) -> " + << "when both are specified, the number of lats (" << Lats.n() + << ") and lons (" << Lons.n() << ") must match.\n\n"; + exit ( 1 ); + } + + IsLatLon = true; + xDim = &Lons; +} +else if ( Lons.n() > 0 ) { xDim = &Lons; } +else if ( Lats.n() > 0 ) { yDim = &Lats; } +else { + + mlog << Error << "\nSemiLatLonGrid::SemiLatLonGrid(const SemiLatLonData & data) -> " + << "the number of lats (" << Lats.n() << ") and lons (" << Lons.n() + << ") cannot both be zero.\n\n"; + exit ( 1 ); + +} + + // Process the other dimensions + +add_dimension(data.levels, Levels); +add_dimension(data.times, Times); + +if ( !xDim || !yDim ) { + + mlog << Error << "\nSemiLatLonGrid::SemiLatLonGrid(const SemiLatLonData & data) -> " + << "the number of levels (" << Levels.n() << ") and times (" << Times.n() + << ") cannot both be zero.\n\n"; + exit ( 1 ); + +} + +Nx = xDim->n(); +Ny = yDim->n(); + + // Store the data + +Data = data; + +return; + +} + + +//////////////////////////////////////////////////////////////////////// + + +void SemiLatLonGrid::add_dimension(const NumArray &data, NumArray &dim) + +{ + + // store the dimension data + +dim = data; + + // set dimensions is non-zero + +if ( dim.n() == 0 ) return; + + if ( !xDim ) xDim = &dim; +else if ( !yDim ) yDim = &dim; +else { + + mlog << Error << "\nvoid SemiLatLonGrid::add_dimension() -> " + << "more than two non-zero dimensions!\n\n"; + exit ( 1 ); + +} + +return; + +} + +//////////////////////////////////////////////////////////////////////// + + +void SemiLatLonGrid::clear() + +{ + +Name.clear(); + +Lats.clear(); +Lons.clear(); +Levels.clear(); +Times.clear(); + +xDim = (NumArray *) 0; +yDim = (NumArray *) 0; + +IsLatLon = false; +Nx = 0; +Ny = 0; + +memset(&Data, 0, sizeof(Data)); + +return; + +} + + +//////////////////////////////////////////////////////////////////////// + + +void SemiLatLonGrid::latlon_to_xy(double xdim_val, double ydim_val, double &x, double &y) const + +{ + +if ( !xDim || !yDim ) { + mlog << Error << "\nSemiLatLonGrid::latlon_to_xy() -> " + << "dimensions not defined!\n\n"; + exit ( 1 ); +} + +if ( IsLatLon ) { + mlog << Error << "\nSemiLatLonGrid::latlon_to_xy() -> " + << "not supported when IsLatLon is true.\n\n"; + exit ( 1 ); +} + +int i, x_int, y_int; +x_int = y_int = bad_data_int; + +// Search the X dimension +for(i=0; in(); i++) { + if(is_eq(xdim_val, xDim->buf()[i])) { + x_int = i; + break; + } +} + +// Search the Y dimension +for(i=0; in(); i++) { + if(is_eq(ydim_val, yDim->buf()[i])) { + y_int = i; + break; + } +} + +if ( is_bad_data(x_int) || is_bad_data(y_int) ) { + mlog << Error << "\nSemiLatLonGrid::latlon_to_xy() -> " + << "no match found for (" << xdim_val << ", " << ydim_val << ").\n\n"; + exit ( 1 ); +} + +x = (double) x_int; +y = (double) y_int; + +return; + +} + + +//////////////////////////////////////////////////////////////////////// + + +void SemiLatLonGrid::xy_to_latlon(double x, double y, double & xdim_val, double & ydim_val) const + +{ + +if ( !xDim || !yDim ) { + mlog << Error << "\nSemiLatLonGrid::xy_to_latlon() -> " + << "dimensions not defined!\n\n"; + exit ( 1 ); +} + +int x_int = nint(x); +int y_int = nint(y); + +if ( x_int < 0 || x_int >= Nx || + y_int < 0 || y_int >= Ny ) { + mlog << Error << "\nSemiLatLonGrid::xy_to_latlon() -> " + << "(" << x_int << ", " << y_int << ") outside of the grid dimension (" + << Nx << ", " << Ny <<")!\n\n"; + exit ( 1 ); +} + +xdim_val = xDim->buf()[x_int]; +ydim_val = yDim->buf()[y_int]; + +return; + +} + + +//////////////////////////////////////////////////////////////////////// + + +double SemiLatLonGrid::calc_area(int x, int y) const + +{ + + // Grid cell area is not defined for semilatlon grids + +return ( bad_data_double ); + +} + + +//////////////////////////////////////////////////////////////////////// + + +int SemiLatLonGrid::nx() const + +{ + +return ( Nx ); + +} + + +//////////////////////////////////////////////////////////////////////// + + +int SemiLatLonGrid::ny() const + +{ + +return ( Ny ); + +} + + +//////////////////////////////////////////////////////////////////////// + + +ConcatString SemiLatLonGrid::name() const + +{ + +return ( Name ); + +} + + +//////////////////////////////////////////////////////////////////////// + + +void SemiLatLonGrid::dump(ostream & out, int depth) const + +{ + +Indent prefix(depth); + + +out << prefix << "Name = "; + +if ( Name.length() > 0 ) out << '\"' << Name << '\"'; +else out << "(nul)\n"; + +out << '\n'; + +out << prefix << "Projection = SemiLatLon\n"; + +out << prefix << "Lats:\n"; +Lats.dump(out, depth+1); + +out << prefix << "Lons:\n"; +Lons.dump(out, depth+1); + +out << prefix << "Levels:\n"; +Levels.dump(out, depth+1); + +out << prefix << "Times:\n"; +Times.dump(out, depth+1); + +out << prefix << "IsLatLon = " << bool_to_string(IsLatLon) << "\n"; +out << prefix << "Nx = " << Nx << "\n"; +out << prefix << "Ny = " << Ny << "\n"; + + // + // done + // + +out.flush(); + +return; + +} + + +//////////////////////////////////////////////////////////////////////// + + +ConcatString SemiLatLonGrid::serialize(const char *sep) const + +{ + +ConcatString a; + +a << "Projection: SemiLatLon" << sep; + +a << "Nx: " << Nx << sep; +a << "Ny: " << Ny << sep; + +a << "Lats: " << Lats.summarize() << sep; +a << "Lons: " << Lons.summarize() << sep; +a << "Levels: " << Levels.summarize() << sep; +a << "Times: " << Times.summarize() << sep; + + // + // done + // + +return ( a ); + +} + + +//////////////////////////////////////////////////////////////////////// + + +GridInfo SemiLatLonGrid::info() const + +{ + +GridInfo i; + +i.set(Data); + +return ( i ); + +} + + +//////////////////////////////////////////////////////////////////////// + + +double SemiLatLonGrid::rot_grid_to_earth(int x, int y) const + +{ + +// +// The rotation angle from grid relative to earth relative +// does not apply to semilatlon grids +// + +return ( 0.0 ); + +} + + +//////////////////////////////////////////////////////////////////////// + + +bool SemiLatLonGrid::wrap_lon() const + +{ + +return ( false ); + +} + + +//////////////////////////////////////////////////////////////////////// + + +void SemiLatLonGrid::shift_right(int N) + +{ + +mlog << Error << "\nSemiLatLonGrid::shift_right(int) -> " + << "shifting is not allowed for non-global grids\n\n"; + +exit ( 1 ); + +return; + +} + + +//////////////////////////////////////////////////////////////////////// + + +GridRep * SemiLatLonGrid::copy() const + +{ + +SemiLatLonGrid * p = new SemiLatLonGrid (Data); + +p->Name = Name; + +return ( p ); + +} + + +//////////////////////////////////////////////////////////////////////// + + + // + // Code for misc functions + // + + +//////////////////////////////////////////////////////////////////////// + + +Grid::Grid(const SemiLatLonData & data) + +{ + +init_from_scratch(); + +set(data); + +} + + +//////////////////////////////////////////////////////////////////////// + + +void Grid::set(const SemiLatLonData & data) + +{ + +clear(); + +rep = new SemiLatLonGrid (data); + +if ( !rep ) { + + mlog << Error << "\nGrid::set(const SemiLatLonData &) -> " + << "memory allocation error\n\n"; + + exit ( 1 ); + +} + +return; + +} + + +//////////////////////////////////////////////////////////////////////// diff --git a/src/libcode/vx_grid/semilatlon_grid.h b/src/libcode/vx_grid/semilatlon_grid.h new file mode 100644 index 0000000000..a6a07d6c66 --- /dev/null +++ b/src/libcode/vx_grid/semilatlon_grid.h @@ -0,0 +1,112 @@ +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* +// ** Copyright UCAR (c) 1992 - 2022 +// ** University Corporation for Atmospheric Research (UCAR) +// ** National Center for Atmospheric Research (NCAR) +// ** Research Applications Lab (RAL) +// ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* + + +//////////////////////////////////////////////////////////////////////// + + +#ifndef __MET_SEMILATLON_GRID_H__ +#define __MET_SEMILATLON_GRID_H__ + + +//////////////////////////////////////////////////////////////////////// + + +#include "grid_base.h" + + +//////////////////////////////////////////////////////////////////////// + + +class SemiLatLonGrid : public GridRep { + + friend class Grid; + + private: + + SemiLatLonGrid(); + ~SemiLatLonGrid(); + SemiLatLonGrid(const SemiLatLonData &); + + void add_dimension(const NumArray &, NumArray &); + + // + // + // + + void clear(); + + ConcatString Name; + + // Lat and/or Lon are non-empty and Levels or Times are non-empty + // When Lat and Lon are both specified, they must be the same length + + NumArray Lats; + NumArray Lons; + NumArray Levels; + NumArray Times; + + NumArray * xDim; // not allocated + NumArray * yDim; // not allocated + + bool IsLatLon; + int Nx; + int Ny; + + SemiLatLonData Data; + + // + // grid interface + // + + void latlon_to_xy(double lat, double lon, double & x, double & y) const; + + void xy_to_latlon(double x, double y, double & lat, double & lon) const; + + double calc_area(int x, int y) const; + + int nx() const; + int ny() const; + + double scale_km() const; + + ConcatString name() const; + + void dump(ostream &, int = 0) const; + + ConcatString serialize(const char *sep=" ") const; + + GridInfo info() const; + + double rot_grid_to_earth(int x, int y) const; + + bool wrap_lon() const; + + void shift_right(int); + + GridRep * copy() const; + +}; + + +//////////////////////////////////////////////////////////////////////// + + +inline double SemiLatLonGrid::scale_km() const { return ( -1.0 ); } + + +//////////////////////////////////////////////////////////////////////// + + +#endif /* __MET_SEMILATLON_GRID_H__ */ + + +//////////////////////////////////////////////////////////////////////// + + + diff --git a/src/libcode/vx_grid/semilatlon_grid_defs.h b/src/libcode/vx_grid/semilatlon_grid_defs.h new file mode 100644 index 0000000000..5511007469 --- /dev/null +++ b/src/libcode/vx_grid/semilatlon_grid_defs.h @@ -0,0 +1,41 @@ +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* +// ** Copyright UCAR (c) 1992 - 2022 +// ** University Corporation for Atmospheric Research (UCAR) +// ** National Center for Atmospheric Research (NCAR) +// ** Research Applications Lab (RAL) +// ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* + + +//////////////////////////////////////////////////////////////////////// + + +#ifndef __SEMILATLON_GRID_DEFINITIONS_H__ +#define __SEMILATLON_GRID_DEFINITIONS_H__ + + +//////////////////////////////////////////////////////////////////////// + + +struct SemiLatLonData { + + const char * name; + + // Arrays to define SemiLatLon dimensions + + NumArray lats; + NumArray lons; + NumArray levels; + NumArray times; + + void dump(); +}; + + +//////////////////////////////////////////////////////////////////////// + + +#endif /* __SEMILATLON_GRID_DEFINITIONS_H__ */ + + +//////////////////////////////////////////////////////////////////////// diff --git a/src/libcode/vx_grid/vx_grid.h b/src/libcode/vx_grid/vx_grid.h index 9eb152119b..b1769e7921 100644 --- a/src/libcode/vx_grid/vx_grid.h +++ b/src/libcode/vx_grid/vx_grid.h @@ -29,6 +29,7 @@ #include "merc_grid.h" #include "gaussian_grid.h" #include "tcrmw_grid.h" +#include "semilatlon_grid.h" #include "find_grid_by_name.h" diff --git a/src/libcode/vx_nc_util/grid_output.cc b/src/libcode/vx_nc_util/grid_output.cc index 9912fc06e0..1b9a0b1ccd 100644 --- a/src/libcode/vx_nc_util/grid_output.cc +++ b/src/libcode/vx_nc_util/grid_output.cc @@ -1,5 +1,3 @@ - - // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* // ** Copyright UCAR (c) 1992 - 2022 // ** University Corporation for Atmospheric Research (UCAR) @@ -9,8 +7,6 @@ // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* - - //////////////////////////////////////////////////////////////////////// @@ -20,6 +16,7 @@ using namespace std; #include #include #include +#include #include #include "grid_output.h" @@ -36,12 +33,17 @@ static void rotated_latlon_grid_output (const GridInfo &, NcFile * ncfile); static void stereographic_grid_output (const GridInfo &, NcFile * ncfile); static void mercator_grid_output (const GridInfo &, NcFile * ncfile); static void gaussian_grid_output (const GridInfo &, NcFile * ncfile); +static void semilatlon_grid_output (const GridInfo &, NcFile * ncfile, NcDim &, NcDim &); +static void write_semilatlon_var (NcFile * ncfile, const char *, + NcDim *, const NumArray &, const char *, + const char *, const char *); //////////////////////////////////////////////////////////////////////// -void grid_output(const GridInfo & info, NcFile * ncfile) +void grid_output(const GridInfo & info, NcFile * ncfile, + NcDim & lat_dim, NcDim & lon_dim) { @@ -60,6 +62,7 @@ else if ( info.ll ) latlon_grid_output (info, ncfile); else if ( info.rll ) rotated_latlon_grid_output (info, ncfile); else if ( info.m ) mercator_grid_output (info, ncfile); else if ( info.g ) gaussian_grid_output (info, ncfile); +else if ( info.sl ) semilatlon_grid_output (info, ncfile, lat_dim, lon_dim); else { mlog << Error << "\ngrid_output(const GridInfo &, NcFile *) -> can't determine projection!\n\n"; @@ -89,7 +92,7 @@ double t; const LambertData & data = *(info.lc); -add_att(ncfile, "Projection", "Lambert Conformal"); +add_att(ncfile, "Projection", lambert_proj_type); // // hemisphere @@ -217,7 +220,7 @@ double t; const LatLonData & data = *(info.ll); -ncfile->putAtt("Projection", "LatLon"); +ncfile->putAtt("Projection", latlon_proj_type); // // lat_ll @@ -400,7 +403,7 @@ double t; const StereographicData & data = *(info.st); -ncfile->putAtt("Projection", "Polar Stereographic"); +ncfile->putAtt("Projection", stereographic_proj_type); // // hemisphere @@ -519,7 +522,7 @@ double t; const MercatorData & data = *(info.m); -ncfile->putAtt("Projection", "Mercator"); +ncfile->putAtt("Projection", mercator_proj_type); // // lat_ll @@ -598,7 +601,7 @@ const GaussianData & data = *(info.g); -ncfile->putAtt("Projection", "Gaussian"); +ncfile->putAtt("Projection", gaussian_proj_type); // // Lon_Zero @@ -637,4 +640,125 @@ return; //////////////////////////////////////////////////////////////////////// +void semilatlon_grid_output(const GridInfo & info, NcFile * ncfile, + NcDim & lat_dim, NcDim & lon_dim) + +{ + +const SemiLatLonData & data = *(info.sl); + +ncfile->putAtt("Projection", semilatlon_proj_type); + +NcDim nc_dim, new_lat_dim, new_lon_dim; + + // + // lat and lon data + // create new lat/lon dimensions in case the inputs + // are already defined + // + +if ( data.lats.n() == data.lons.n() && data.lats.n() > 0 ) { + new_lon_dim = add_dim(ncfile, "latlon", (long) data.lats.n()); + write_semilatlon_var(ncfile, "lat", &new_lon_dim, data.lats, + "latitude", "degrees_north", "latitude"); + write_semilatlon_var(ncfile, "lon", &new_lon_dim, data.lons, + "longitude", "degrees_east", "longitude"); +} +else if ( data.lats.n() > 0 ) { + new_lat_dim = add_dim(ncfile, "lat", (long) data.lats.n()); + write_semilatlon_var(ncfile, "lat", &new_lat_dim, data.lats, + "latitude", "degrees_north", "latitude"); +} +else if ( data.lons.n() > 0 ) { + new_lon_dim = add_dim(ncfile, "lon", (long) data.lons.n()); + write_semilatlon_var(ncfile, "lon", &new_lon_dim, data.lons, + "longitude", "degrees_east", "longitude"); +} +else { + mlog << Error << "\nsemilatlon_grid_output(const GridInfo & info, NcFile * ncfile) -> " + << "lat and lon arrays should not both be empty!\n\n"; + exit ( 1 ); +} + + // + // level and time data + // + +if ( data.levels.n() > 0 ) { + nc_dim = add_dim(ncfile, "level", (long) data.levels.n()); + write_semilatlon_var(ncfile, "level", &nc_dim, data.levels, + "level", 0, 0); +} +else if ( data.times.n() > 0 ) { + nc_dim = add_dim(ncfile, "time", (long) data.times.n()); + write_semilatlon_var(ncfile, "times", &nc_dim, data.times, + "time", 0, 0); +} +else { + mlog << Error << "\nsemilatlon_grid_output(const GridInfo & info, NcFile * ncfile) -> " + << "level and time arrays should not both be empty!\n\n"; + exit ( 1 ); +} + + // + // store the second dimension + // + + if ( new_lat_dim.isNull() ) new_lat_dim = nc_dim; +else if ( new_lon_dim.isNull() ) new_lon_dim = nc_dim; + + // + // save the newly created dimensions + // + +lat_dim = new_lat_dim; +lon_dim = new_lon_dim; + + // + // done + // + +return; + +} + + +//////////////////////////////////////////////////////////////////////// + + +void write_semilatlon_var(NcFile * ncfile, const char * var_name, + NcDim * nc_dim, const NumArray &var, + const char * long_name_str, const char * units_str, + const char * standard_name_str) { + +NcVar nc_var = ncfile->addVar(var_name, ncFloat, *nc_dim); +float * var_data = new float [var.n()]; +for (int i=0; igetSize(), 0); + +if ( var_data ) { delete var_data; var_data = (float *) 0; } + + // + // done + // + +return; + +} + + +//////////////////////////////////////////////////////////////////////// diff --git a/src/libcode/vx_nc_util/grid_output.h b/src/libcode/vx_nc_util/grid_output.h index b22d19fd11..671ebaa43a 100644 --- a/src/libcode/vx_nc_util/grid_output.h +++ b/src/libcode/vx_nc_util/grid_output.h @@ -1,5 +1,3 @@ - - // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* // ** Copyright UCAR (c) 1992 - 2022 // ** University Corporation for Atmospheric Research (UCAR) @@ -9,8 +7,6 @@ // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* - - //////////////////////////////////////////////////////////////////////// @@ -30,7 +26,7 @@ using namespace netCDF; //////////////////////////////////////////////////////////////////////// -extern void grid_output(const GridInfo &, NcFile * ncfile); +extern void grid_output(const GridInfo &, NcFile *, NcDim &, NcDim &); //////////////////////////////////////////////////////////////////////// @@ -41,5 +37,3 @@ extern void grid_output(const GridInfo &, NcFile * ncfile); //////////////////////////////////////////////////////////////////////// - - diff --git a/src/libcode/vx_nc_util/write_netcdf.cc b/src/libcode/vx_nc_util/write_netcdf.cc index 374aaa4c4a..798c155032 100644 --- a/src/libcode/vx_nc_util/write_netcdf.cc +++ b/src/libcode/vx_nc_util/write_netcdf.cc @@ -28,8 +28,6 @@ using namespace std; /////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////////// - static void write_netcdf_latlon_1d(NcFile *, NcDim *, NcDim *, const Grid &); static void write_netcdf_latlon_2d(NcFile *, NcDim *, NcDim *, const Grid &); @@ -63,12 +61,23 @@ void write_netcdf_global(NcFile * f_out, const char *file_name, /////////////////////////////////////////////////////////////////////////////// -void write_netcdf_proj(NcFile * f_out, const Grid & grid) +void write_netcdf_proj(NcFile * f_out, const Grid & grid, NcDim & lat_dim, NcDim & lon_dim) { const GridInfo info = grid.info(); -grid_output(info, f_out); + // + // add lat and lon dimensions for non-SemiLatLon grids + // + +if ( !info.sl ) { + + lat_dim = add_dim(f_out, "lat", (long) grid.ny() ); + lon_dim = add_dim(f_out, "lon", (long) grid.nx() ); + +} + +grid_output(info, f_out, lat_dim, lon_dim); return; @@ -79,11 +88,12 @@ return; void write_netcdf_latlon(NcFile *f_out, NcDim *lat_dim, NcDim *lon_dim, const Grid &grid) { - // Write 1-dimensional arrays for lat/lon grids and 2-d for all others + // Write 1-dimensional arrays for lat/lon grids if(grid.info().ll != 0) { write_netcdf_latlon_1d(f_out, lat_dim, lon_dim, grid); } - else { + // Write 2-dimensional arrays for all others, except SemiLatLon + else if(grid.info().sl == 0) { write_netcdf_latlon_2d(f_out, lat_dim, lon_dim, grid); } @@ -96,10 +106,7 @@ void write_netcdf_latlon_1d(NcFile *f_out, NcDim *lat_dim, NcDim *lon_dim, const Grid &grid) { int i; double lat, lon; - //NcVar *lat_var = (NcVar *) 0; - //NcVar *lon_var = (NcVar *) 0; - NcVar lat_var ; - NcVar lon_var ; + NcVar lat_var, lon_var; float *lat_data = (float *) 0; float *lon_data = (float *) 0; @@ -107,9 +114,6 @@ void write_netcdf_latlon_1d(NcFile *f_out, NcDim *lat_dim, NcDim *lon_dim, lat_var = f_out->addVar("lat", ncFloat, *lat_dim); lon_var = f_out->addVar("lon", ncFloat, *lon_dim); - //lat_var = &lat_var_T; - //lon_var = &lon_var_T; - // Add variable attributes add_att(&lat_var, long_name_att_name, "latitude"); add_att(&lat_var, units_att_name, "degrees_north"); @@ -153,10 +157,7 @@ void write_netcdf_latlon_2d(NcFile *f_out, NcDim *lat_dim, NcDim *lon_dim, const Grid &grid) { int i, x, y; double lat, lon; - //NcVar *lat_var = (NcVar *) 0; - //NcVar *lon_var = (NcVar *) 0; - NcVar lat_var ; - NcVar lon_var ; + NcVar lat_var, lon_var; float *lat_data = (float *) 0; float *lon_data = (float *) 0; std::vector dims; @@ -173,12 +174,10 @@ void write_netcdf_latlon_2d(NcFile *f_out, NcDim *lat_dim, NcDim *lon_dim, add_att(&lat_var, long_name_att_name, "latitude"); add_att(&lat_var, units_att_name, "degrees_north"); add_att(&lat_var, standard_name_att_name, "latitude"); - //add_att(&lat_var, "axis", "Y"); add_att(&lon_var, long_name_att_name, "longitude"); add_att(&lon_var, units_att_name, "degrees_east"); add_att(&lon_var, standard_name_att_name, "longitude"); - //add_att(&lon_var, "axis", "X"); // Allocate space for lat/lon values lat_data = new float [grid.nx()*grid.ny()]; diff --git a/src/libcode/vx_nc_util/write_netcdf.h b/src/libcode/vx_nc_util/write_netcdf.h index 48d547c547..79f76e044c 100644 --- a/src/libcode/vx_nc_util/write_netcdf.h +++ b/src/libcode/vx_nc_util/write_netcdf.h @@ -31,7 +31,7 @@ extern void write_netcdf_global (NcFile *, const char *, const char *, const char *model_name = (const char *) 0, const char *obtype = (const char *) 0, const char *desc = (const char *) 0); -extern void write_netcdf_proj (NcFile *, const Grid &); +extern void write_netcdf_proj (NcFile *, const Grid &, NcDim &, NcDim &); extern void write_netcdf_latlon (NcFile *, NcDim *, NcDim *, const Grid &); extern void write_netcdf_grid_weight(NcFile *, NcDim *, NcDim *, const GridWeightType, const DataPlane &); extern void write_netcdf_var_times (NcVar *, const DataPlane &); diff --git a/src/libcode/vx_plot_util/vx_plot_util.cc b/src/libcode/vx_plot_util/vx_plot_util.cc index f072d761f4..cef6e6d74a 100644 --- a/src/libcode/vx_plot_util/vx_plot_util.cc +++ b/src/libcode/vx_plot_util/vx_plot_util.cc @@ -36,6 +36,14 @@ using namespace std; void draw_map(const Grid &gr, const Box &gr_bb, PSfile &p, const Box &dim, MetConfig *conf) { + + // Skip plotting map data for SemiLatLon grids + if ( gr.info().sl ) { + mlog << Debug(4) << "draw_map() -> " + << "Map data is not plotted for SemiLatLon grids.\n"; + return; + } + int i; Dictionary *map_dict = (Dictionary *) 0; ConcatString file_name, line_dash; diff --git a/src/libcode/vx_pointdata_python/pointdata_from_array.hpp b/src/libcode/vx_pointdata_python/pointdata_from_array.hpp index f9bf3cdb8c..bda1ea7d19 100644 --- a/src/libcode/vx_pointdata_python/pointdata_from_array.hpp +++ b/src/libcode/vx_pointdata_python/pointdata_from_array.hpp @@ -36,7 +36,7 @@ T value; for (j=0; jextend(n); for (j=0; jextend(n); for (j=0; j " + << "value for key \"" << key << "\" not found\n\n"; + + exit ( 1 ); + +} + +return ( a ); + +} + + +//////////////////////////////////////////////////////////////////////// + + PyObject * Python3_Dict::lookup_dict(const char * key) const { diff --git a/src/libcode/vx_python3_utils/python3_dict.h b/src/libcode/vx_python3_utils/python3_dict.h index add18bfc3f..349b4b5c69 100644 --- a/src/libcode/vx_python3_utils/python3_dict.h +++ b/src/libcode/vx_python3_utils/python3_dict.h @@ -66,12 +66,13 @@ class Python3_Dict { int size() const; - int lookup_int (const char * key) const; - double lookup_double (const char * key) const; - ConcatString lookup_string (const char * key, bool error_out = true) const; + int lookup_int (const char * key) const; + double lookup_double (const char * key) const; + ConcatString lookup_string (const char * key, bool error_out = true) const; - PyObject * lookup_dict (const char * key) const; - PyObject * lookup_list (const char * key) const; + PyObject * lookup_item (const char * key) const; + PyObject * lookup_dict (const char * key) const; + PyObject * lookup_list (const char * key) const; }; diff --git a/src/libcode/vx_seeps/Makefile.am b/src/libcode/vx_seeps/Makefile.am new file mode 100644 index 0000000000..2e8bd0f20e --- /dev/null +++ b/src/libcode/vx_seeps/Makefile.am @@ -0,0 +1,16 @@ +## @start 1 +## Makefile.am -- Process this file with automake to produce Makefile.in +## @end 1 + +MAINTAINERCLEANFILES = Makefile.in + +# Include the project definitions + +include ${top_srcdir}/Make-include + +# The library + +noinst_LIBRARIES = libvx_seeps.a +libvx_seeps_a_SOURCES = \ + seeps.cc seeps.h +libvx_seeps_a_CPPFLAGS = ${MET_CPPFLAGS} diff --git a/src/libcode/vx_seeps/Makefile.in b/src/libcode/vx_seeps/Makefile.in new file mode 100644 index 0000000000..a8801149e5 --- /dev/null +++ b/src/libcode/vx_seeps/Makefile.in @@ -0,0 +1,635 @@ +# Makefile.in generated by automake 1.16.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2018 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = src/libcode/vx_seeps +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LIBRARIES = $(noinst_LIBRARIES) +AR = ar +ARFLAGS = cru +AM_V_AR = $(am__v_AR_@AM_V@) +am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) +am__v_AR_0 = @echo " AR " $@; +am__v_AR_1 = +libvx_seeps_a_AR = $(AR) $(ARFLAGS) +libvx_seeps_a_LIBADD = +am_libvx_seeps_a_OBJECTS = libvx_seeps_a-seeps.$(OBJEXT) +libvx_seeps_a_OBJECTS = $(am_libvx_seeps_a_OBJECTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libvx_seeps_a-seeps.Po +am__mv = mv -f +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(libvx_seeps_a_SOURCES) +DIST_SOURCES = $(libvx_seeps_a_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUFRLIB_NAME = @BUFRLIB_NAME@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FC_LIBS = @FC_LIBS@ +FFLAGS = @FFLAGS@ +FLIBS = @FLIBS@ +GREP = @GREP@ +GRIB2CLIB_NAME = @GRIB2CLIB_NAME@ +GRIB2_LIBS = @GRIB2_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MET_BUFR = @MET_BUFR@ +MET_BUFRLIB = @MET_BUFRLIB@ +MET_CAIRO = @MET_CAIRO@ +MET_CAIROINC = @MET_CAIROINC@ +MET_CAIROLIB = @MET_CAIROLIB@ +MET_FREETYPE = @MET_FREETYPE@ +MET_FREETYPEINC = @MET_FREETYPEINC@ +MET_FREETYPELIB = @MET_FREETYPELIB@ +MET_GRIB2C = @MET_GRIB2C@ +MET_GRIB2CINC = @MET_GRIB2CINC@ +MET_GRIB2CLIB = @MET_GRIB2CLIB@ +MET_GSL = @MET_GSL@ +MET_GSLINC = @MET_GSLINC@ +MET_GSLLIB = @MET_GSLLIB@ +MET_HDF = @MET_HDF@ +MET_HDF5 = @MET_HDF5@ +MET_HDF5INC = @MET_HDF5INC@ +MET_HDF5LIB = @MET_HDF5LIB@ +MET_HDFEOS = @MET_HDFEOS@ +MET_HDFEOSINC = @MET_HDFEOSINC@ +MET_HDFEOSLIB = @MET_HDFEOSLIB@ +MET_HDFINC = @MET_HDFINC@ +MET_HDFLIB = @MET_HDFLIB@ +MET_NETCDF = @MET_NETCDF@ +MET_NETCDFINC = @MET_NETCDFINC@ +MET_NETCDFLIB = @MET_NETCDFLIB@ +MET_PYTHON_CC = @MET_PYTHON_CC@ +MET_PYTHON_LD = @MET_PYTHON_LD@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +OPENMP_CFLAGS = @OPENMP_CFLAGS@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PYTHON_LIBS = @PYTHON_LIBS@ +RANLIB = @RANLIB@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +YACC = @YACC@ +YFLAGS = @YFLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +MAINTAINERCLEANFILES = Makefile.in + +# The library +noinst_LIBRARIES = libvx_seeps.a +libvx_seeps_a_SOURCES = \ + seeps.cc seeps.h + +libvx_seeps_a_CPPFLAGS = ${MET_CPPFLAGS} +all: all-am + +.SUFFIXES: +.SUFFIXES: .cc .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libcode/vx_seeps/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/libcode/vx_seeps/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLIBRARIES: + -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) + +libvx_seeps.a: $(libvx_seeps_a_OBJECTS) $(libvx_seeps_a_DEPENDENCIES) $(EXTRA_libvx_seeps_a_DEPENDENCIES) + $(AM_V_at)-rm -f libvx_seeps.a + $(AM_V_AR)$(libvx_seeps_a_AR) libvx_seeps.a $(libvx_seeps_a_OBJECTS) $(libvx_seeps_a_LIBADD) + $(AM_V_at)$(RANLIB) libvx_seeps.a + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvx_seeps_a-seeps.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.cc.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +libvx_seeps_a-seeps.o: seeps.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_seeps_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_seeps_a-seeps.o -MD -MP -MF $(DEPDIR)/libvx_seeps_a-seeps.Tpo -c -o libvx_seeps_a-seeps.o `test -f 'seeps.cc' || echo '$(srcdir)/'`seeps.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_seeps_a-seeps.Tpo $(DEPDIR)/libvx_seeps_a-seeps.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='seeps.cc' object='libvx_seeps_a-seeps.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_seeps_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_seeps_a-seeps.o `test -f 'seeps.cc' || echo '$(srcdir)/'`seeps.cc + +libvx_seeps_a-seeps.obj: seeps.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_seeps_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libvx_seeps_a-seeps.obj -MD -MP -MF $(DEPDIR)/libvx_seeps_a-seeps.Tpo -c -o libvx_seeps_a-seeps.obj `if test -f 'seeps.cc'; then $(CYGPATH_W) 'seeps.cc'; else $(CYGPATH_W) '$(srcdir)/seeps.cc'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvx_seeps_a-seeps.Tpo $(DEPDIR)/libvx_seeps_a-seeps.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='seeps.cc' object='libvx_seeps_a-seeps.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvx_seeps_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libvx_seeps_a-seeps.obj `if test -f 'seeps.cc'; then $(CYGPATH_W) 'seeps.cc'; else $(CYGPATH_W) '$(srcdir)/seeps.cc'; fi` + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LIBRARIES) +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-am + +clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am + +distclean: distclean-am + -rm -f ./$(DEPDIR)/libvx_seeps_a-seeps.Po + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f ./$(DEPDIR)/libvx_seeps_a-seeps.Po + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-noinstLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am + +.PRECIOUS: Makefile + + +# Include the project definitions + +include ${top_srcdir}/Make-include + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/libcode/vx_seeps/seeps.cc b/src/libcode/vx_seeps/seeps.cc new file mode 100644 index 0000000000..fa8ce18715 --- /dev/null +++ b/src/libcode/vx_seeps/seeps.cc @@ -0,0 +1,498 @@ + + +//////////////////////////////////////////////////////////////////////// + + +using namespace std; + +#include +#include +#include +#include +#include +#include +#include + +#include "file_exists.h" + +#include "string_fxns.h" +#include "vx_log.h" +#include "nc_utils.h" +#include "seeps.h" + +//////////////////////////////////////////////////////////////////////// + +bool standalone_debug_seeps = false; + +static SeepsClimo *seeps_Climo = 0; + +static const char *def_seeps_filename = "MET_BASE/climo/seeps/PPT24_seepsweights.nc"; + +static const char *var_name_sid = "sid"; +static const char *var_name_lat = "lat"; +static const char *var_name_lon = "lon"; +static const char *var_name_elv = "elv"; + +//////////////////////////////////////////////////////////////////////// + +SeepsClimo *get_seeps_climo() { + if (! seeps_Climo) seeps_Climo = new SeepsClimo(); + return seeps_Climo; +} + +//////////////////////////////////////////////////////////////////////// + +void release_seeps_climo() { + if (seeps_Climo) { delete seeps_Climo; seeps_Climo = 0; } +} + +//////////////////////////////////////////////////////////////////////// + + +SeepsClimo::SeepsClimo() { + + ConcatString seeps_name= get_seeps_climo_filename(); + if (file_exists(seeps_name.c_str())) { + read_records(seeps_name); + } +} + +//////////////////////////////////////////////////////////////////////// + +SeepsClimo::~SeepsClimo() { + clear(); +} + +//////////////////////////////////////////////////////////////////////// + +void SeepsClimo::clear() { + for (map::iterator it=seeps_score_00_map.begin(); + it!=seeps_score_00_map.end(); ++it) { + delete it->second; + } + + for (map::iterator it=seeps_score_12_map.begin(); + it!=seeps_score_12_map.end(); ++it) { + delete it->second; + } + + seeps_score_00_map.clear(); + seeps_score_12_map.clear(); +}; + +//////////////////////////////////////////////////////////////////////// + +SeepsClimoRecord *SeepsClimo::create_climo_record( + int sid, float lat, float lon, float elv, + float *p1, float *p2, float *t1, float *t2, float *scores) { + int offset; + SeepsClimoRecord *record = new SeepsClimoRecord(); + + record->sid = sid; + record->lat = lat; + record->lon = lon; + record->elv = elv; + if (standalone_debug_seeps && SAMPLE_STATION_ID == sid) { + cout << " sid=" << sid << ", lat=" << lat << ", lon=" << lon << ", elv=" << elv << "\n"; + } + for (int idx=0; idxp1[idx] = p1[idx]; + record->p2[idx] = p2[idx]; + record->t1[idx] = t1[idx]; + record->t2[idx] = t2[idx]; + + if (standalone_debug_seeps && SAMPLE_STATION_ID == sid) { + cout << str_format("\t%2d: %6.3f %6.3f %6.3f %6.3f ", + (idx+1), record->p1[idx], record->p2[idx], record->t1[idx], record->t2[idx]); + } + for (int idx_m=0; idx_mscores[idx][idx_m] = scores[offset]; + if (standalone_debug_seeps && SAMPLE_STATION_ID == sid) { + cout << str_format(" %.3f", record->scores[idx][idx_m]); + } + } + if (standalone_debug_seeps && SAMPLE_STATION_ID == sid) cout << "\n"; + } + + return record; +} + +//////////////////////////////////////////////////////////////////////// + +SeepsRecord *SeepsClimo::get_record(int sid, int month, int hour) { + SeepsRecord *record = 0; + const char *method_name = "SeepsClimo::get_record() -> "; + + if (seeps_ready) { + SeepsClimoRecord *climo_record = 0; + map::iterator it; + if (hour < 6 || hour >= 18) { + it = seeps_score_00_map.find(sid); + if (it != seeps_score_00_map.end()) climo_record = it->second; + } + else { + it = seeps_score_12_map.find(sid); + if (it != seeps_score_12_map.end()) climo_record = it->second; + } + if (climo_record) { + + record = new SeepsRecord; + record->sid = climo_record->sid; + record->lat = climo_record->lat; + record->lon = climo_record->lon; + record->elv = climo_record->elv; + record->month = month; + record->p1 = climo_record->p1[month-1]; + record->p2 = climo_record->p2[month-1]; + record->t1 = climo_record->t1[month-1]; + record->t2 = climo_record->t2[month-1]; + for (int idx=0; idxscores[idx] = climo_record->scores[month-1][idx]; + } + } + } + else { + mlog << Error << "\n" << method_name + << "The SEEPS climo data is missing!" + << " Turn off SEEPS and SEEPS_MPR to continue\n\n"; + exit(1); + } + return record; +} + +//////////////////////////////////////////////////////////////////////// + +ConcatString SeepsClimo::get_seeps_climo_filename() { + ConcatString seeps_filename; + const char *method_name = "SeepsClimo::get_seeps_climo_filename() -> "; + + // Use the MET_TMP_DIR environment variable, if set. + bool use_env = get_env(MET_ENV_SEEPS_CLIMO_NAME, seeps_filename); + if(use_env) { + seeps_filename = replace_path(seeps_filename); + } + else seeps_filename = replace_path(def_seeps_filename); + + if (seeps_ready = file_exists(seeps_filename.c_str())) { + mlog << Debug(7) << method_name << "SEEPS climo name=\"" + << seeps_filename.c_str() << "\"\n"; + } + else { + ConcatString message = " "; + if (use_env) { + message.add("from the env. name "); + message.add(MET_ENV_SEEPS_CLIMO_NAME); + } + mlog << Warning << "\n" << method_name + << "The SEEPS climo name \"" << seeps_filename.c_str() + << "\"" << message << " does not exist!\n\n"; + } + + return seeps_filename; +} + +//////////////////////////////////////////////////////////////////////// + +float SeepsClimo::get_score(int sid, float p_fcst, float p_obs, + int month, int hour) { + float score = (float)bad_data_double; + SeepsRecord *record = get_record(sid, month, hour); + + if (record) { + // Determine location in contingency table + int ic = (p_obs>record->t1)+(p_obs>record->t2); + int jc = (p_fcst>record->t1)+(p_fcst>record->t2); + + score = record->scores[(jc*3)+ic]; + } + + return score; +} + +//////////////////////////////////////////////////////////////////////// + +SeepsScore *SeepsClimo::get_seeps_score(int sid, float p_fcst, + float p_obs, int month, int hour) { + SeepsScore *score = 0; + SeepsRecord *record = get_record(sid, month, hour); + + if (record) { + score = new SeepsScore(); + score->p1 = record->p1; + score->p2 = record->p1; + score->t1 = record->t1; + score->t2 = record->t2; + + score->obs_cat = (p_obs>record->t1)+(p_obs>record->t2); + score->model_cat = (p_fcst>record->t1)+(p_fcst>record->t2); + score->score = record->scores[(score->model_cat*3)+score->obs_cat]; + } + + return score; +} + + +//////////////////////////////////////////////////////////////////////// + +void SeepsClimo::print_all() { + const char *method_name = "SeepsClimo::print_all() -> "; + + cout << "\n"; + cout << "=============== 00Z ===============\n"; + cout << " sid\tlat\tlon\telv\n"; + cout << "\tmonth\tp1\tp2\tt1\tt2\tscores (3 by 3 matrix)\n"; + for (map::iterator it=seeps_score_00_map.begin(); + it!=seeps_score_00_map.end(); ++it) { + print_record(it->second); + } + + cout << "\n"; + cout << "=============== 12Z ===============\n"; + cout << " sid\tlat\tlon\telv\n"; + cout << "\tmonth\tp1\tp2\tt1\tt2\tscores (3 by 3 matrix)\n"; + for (map::iterator it=seeps_score_12_map.begin(); + it!=seeps_score_12_map.end(); ++it) { + print_record(it->second); + } + +} + +//////////////////////////////////////////////////////////////////////// + +void SeepsClimo::print_record(SeepsClimoRecord *record, bool with_header) { + if (with_header) { + cout << " sid\tlat\tlon\telv\n"; + cout << "\tmonth\tp1\tp2\tt1\tt2\tscores (3 by 3 matrix)\n"; + } + cout << " " << record->sid << "\t" << record->lat << "\t" << record->lon + << "\t" << record->elv << "\n"; + for (int idx=0; idxp1[idx] << "\t" << record->p2[idx] + << "\t" << record->t1[idx] << "\t" << record->t2[idx]; + for (int idx2=0; idx2scores[idx][idx2]; + } + cout << "\n"; + } +} + +//////////////////////////////////////////////////////////////////////// + +void SeepsClimo::print_record(SeepsRecord *record, bool with_header) { + if (with_header) cout << " sid\tlat\tlon\telv\tp1\tp2\tt1\tt2\tscores (3 by 3 matrix)\n"; + + cout << " " << record->sid << "\t" << record->lat << "\t" << record->lon + << "\t" << record->elv << "\t" << record->p1 << "\t" << record->p2 + << "\t" << record->t1 << "\t" << record->t2; + for (int idx=0; idxscores[idx]; + } + cout << " for month " << record->month << "\n"; +} + +//////////////////////////////////////////////////////////////////////// + +void SeepsClimo::read_records(ConcatString filename) { + clock_t clock_time = clock(); + float p1_00_buf[SEEPS_MONTH]; + float p2_00_buf[SEEPS_MONTH]; + float t1_00_buf[SEEPS_MONTH]; + float t2_00_buf[SEEPS_MONTH]; + float p1_12_buf[SEEPS_MONTH]; + float p2_12_buf[SEEPS_MONTH]; + float t1_12_buf[SEEPS_MONTH]; + float t2_12_buf[SEEPS_MONTH]; + float matrix_00_buf[SEEPS_MONTH*SEEPS_MATRIX_SIZE]; + float matrix_12_buf[SEEPS_MONTH*SEEPS_MATRIX_SIZE]; + NcFile *nc_file = open_ncfile(filename.c_str()); + const char *method_name = "SeepsClimo::read_records() -> "; + + // dimensions: month = 12 ; nstn = 5293 ; nmatrix = 9 ; + get_dim(nc_file, dim_name_nstn, nstn, true); + mlog << Debug(3) << method_name << "dimension nstn = " << nstn << "\n"; + if (standalone_debug_seeps) cout << "dimension nstn = " << nstn << "\n"; + + int *sid_array = new int[nstn]; + float *lat_array = new float[nstn]; + float *lon_array = new float[nstn]; + float *elv_array = new float[nstn]; + float *p1_00_array = new float[nstn*SEEPS_MONTH]; + float *p2_00_array = new float[nstn*SEEPS_MONTH]; + float *t1_00_array = new float[nstn*SEEPS_MONTH]; + float *t2_00_array = new float[nstn*SEEPS_MONTH]; + float *p1_12_array = new float[nstn*SEEPS_MONTH]; + float *p2_12_array = new float[nstn*SEEPS_MONTH]; + float *t1_12_array = new float[nstn*SEEPS_MONTH]; + float *t2_12_array = new float[nstn*SEEPS_MONTH]; + float *matrix_00_array = new float[nstn*SEEPS_MONTH*SEEPS_MATRIX_SIZE]; + float *matrix_12_array = new float[nstn*SEEPS_MONTH*SEEPS_MATRIX_SIZE]; + + NcVar var_sid = get_nc_var(nc_file, var_name_sid); + NcVar var_lat = get_nc_var(nc_file, var_name_lat); + NcVar var_lon = get_nc_var(nc_file, var_name_lon); + NcVar var_elv = get_nc_var(nc_file, var_name_elv); + NcVar var_p1_00 = get_nc_var(nc_file, var_name_p1_00); + NcVar var_p2_00 = get_nc_var(nc_file, var_name_p2_00); + NcVar var_t1_00 = get_nc_var(nc_file, var_name_t1_00); + NcVar var_t2_00 = get_nc_var(nc_file, var_name_t2_00); + NcVar var_p1_12 = get_nc_var(nc_file, var_name_p1_12); + NcVar var_p2_12 = get_nc_var(nc_file, var_name_p2_12); + NcVar var_t1_12 = get_nc_var(nc_file, var_name_t1_12); + NcVar var_t2_12 = get_nc_var(nc_file, var_name_t2_12); + NcVar var_matrix_00 = get_nc_var(nc_file, var_name_matrix_00); + NcVar var_matrix_12 = get_nc_var(nc_file, var_name_matrix_12); + + if (IS_INVALID_NC(var_sid) || !get_nc_data(&var_sid, sid_array)) { + mlog << Error << "\n" << method_name + << "Did not get sid\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_lat) || !get_nc_data(&var_lat, lat_array)) { + mlog << Error << "\n" << method_name + << "Did not get lat\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_lon) || !get_nc_data(&var_lon, lon_array)) { + mlog << Error << "\n" << method_name + << "Did not get lon\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_elv) || !get_nc_data(&var_elv, elv_array)) { + mlog << Error << "\n" << method_name + << "Did not get elv\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_p1_00) || !get_nc_data(&var_p1_00, p1_00_array)) { + mlog << Error << "\n" << method_name + << "Did not get p1_00\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_p2_00) || !get_nc_data(&var_p2_00, p2_00_array)) { + mlog << Error << "\n" << method_name + << "Did not get p2_00\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_t1_00) || !get_nc_data(&var_t1_00, t1_00_array)) { + mlog << Error << "\n" << method_name + << "Did not get t1_00\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_t2_00) || !get_nc_data(&var_t2_00, t2_00_array)) { + mlog << Error << "\n" << method_name + << "Did not get t2_00\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_p1_12) || !get_nc_data(&var_p1_12, p1_12_array)) { + mlog << Error << "\n" << method_name + << "Did not get p1_12\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_p2_12) || !get_nc_data(&var_p2_12, p2_12_array)) { + mlog << Error << "\n" << method_name + << "Did not get p2_12\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_t1_12) || !get_nc_data(&var_t1_12, t1_12_array)) { + mlog << Error << "\n" << method_name + << "Did not get t1_12\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_t2_12) || !get_nc_data(&var_t2_12, t2_12_array)) { + mlog << Error << "\n" << method_name + << "Did not get t2_12\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_matrix_00) || !get_nc_data(&var_matrix_00, matrix_00_array)) { + mlog << Error << "\n" << method_name + << "Did not get matrix_00\n\n"; + exit(1); + } + if (IS_INVALID_NC(var_matrix_12) || !get_nc_data(&var_matrix_12, matrix_12_array)) { + mlog << Error << "\n" << method_name + << "Did not get matrix_12\n\n"; + exit(1); + } + + SeepsClimoRecord *rec_00; + SeepsClimoRecord *rec_12; + for (int idx=0; idxclose(); + + float duration = (float)(clock() - clock_time)/CLOCKS_PER_SEC; + mlog << Debug(4) << method_name << "took " << duration << " seconds\n"; + if (standalone_debug_seeps) cout << method_name << "took " << duration << " seconds\n"; + +} + +//////////////////////////////////////////////////////////////////////// + +void SeepsAggScore::init() { + + n_obs = 0; + c12 = 0; + c13 = 0; + c21 = 0; + c23 = 0; + c31 = 0; + c32 = 0; + s12 = 0.; + s13 = 0.; + s21 = 0.; + s23 = 0.; + s31 = 0.; + s32 = 0.; + pv1 = 0.; + pv2 = 0.; + pv3 = 0.; + pf1 = 0.; + pf2 = 0.; + pf3 = 0.; + mean_fcst = bad_data_double; + mean_obs = bad_data_double; + score = bad_data_double; + +} + +//////////////////////////////////////////////////////////////////////// diff --git a/src/libcode/vx_seeps/seeps.h b/src/libcode/vx_seeps/seeps.h new file mode 100644 index 0000000000..ad6d52691a --- /dev/null +++ b/src/libcode/vx_seeps/seeps.h @@ -0,0 +1,163 @@ + + +//////////////////////////////////////////////////////////////////////// + + +#ifndef __SEEPS_H__ +#define __SEEPS_H__ + + +//////////////////////////////////////////////////////////////////////// + + +#include + +#include "concat_string.h" + + +//////////////////////////////////////////////////////////////////////// + +#define SEEPS_MONTH 12 +#define SEEPS_MATRIX_SIZE 9 + +#define SAMPLE_STATION_ID 11035 + +//////////////////////////////////////////////////////////////////////// + +static const char *MET_ENV_SEEPS_CLIMO_NAME = "MET_SEEPS_CLIMO_NAME"; + +static const char *dim_name_nstn = "nstn"; + +static const char *var_name_p1_00 = "p1_00"; +static const char *var_name_p2_00 = "p2_00"; +static const char *var_name_t1_00 = "t1_00"; +static const char *var_name_t2_00 = "t2_00"; +static const char *var_name_p1_12 = "p1_12"; +static const char *var_name_p2_12 = "p2_12"; +static const char *var_name_t1_12 = "t1_12"; +static const char *var_name_t2_12 = "t2_12"; +static const char *var_name_matrix_00 = "matrix_00"; +static const char *var_name_matrix_12 = "matrix_12"; + +//////////////////////////////////////////////////////////////////////// + +struct SeepsScore { + int obs_cat; // i = obs category 0,1,2 + int model_cat; // j = model category 0,1,2 + float p1; + float p2; + float t1; + float t2; + float score; +}; + +//////////////////////////////////////////////////////////////////////// + +struct SeepsAggScore { + void init(); + + int n_obs; + int c12; + int c13; + int c21; + int c23; + int c31; + int c32; + float s12; + float s13; + float s21; + float s23; + float s31; + float s32; + float pv1; // marginal probabilities of the observed values + float pv2; + float pv3; + float pf1; // marginal probabilities of the forecast values + float pf2; + float pf3; + float mean_fcst; + float mean_obs; + float score; +}; + +//////////////////////////////////////////////////////////////////////// + + +struct SeepsRecord { + int sid; + int month; // 1 to 12, not 0 to 11 + float lat; + float lon; + float elv; + float p1; + float p2; + float t1; + float t2; + float scores[SEEPS_MATRIX_SIZE]; +}; + +//////////////////////////////////////////////////////////////////////// + +struct SeepsClimoRecord { + int sid; + float lat; + float lon; + float elv; + float p1[SEEPS_MONTH]; + float p2[SEEPS_MONTH]; + float t1[SEEPS_MONTH]; + float t2[SEEPS_MONTH]; + float scores[SEEPS_MONTH][SEEPS_MATRIX_SIZE]; +}; + +//////////////////////////////////////////////////////////////////////// + +class SeepsClimo { + + private: + + bool seeps_ready; + int nstn; + map seeps_score_00_map; + map seeps_score_12_map; + + SeepsClimoRecord *create_climo_record(int sid, float lat, float lon, float elv, + float *p1, float *p2, float *t1, float *t2, + float *scores); + ConcatString get_seeps_climo_filename(); + void print_record(SeepsClimoRecord *record, bool with_header=false); + void read_records(ConcatString filename); + + public: + + SeepsClimo(); + ~SeepsClimo(); + + void clear(); + SeepsRecord *get_record(int sid, int month, int hour=0); + float get_score(int sid, float p_fcst, float p_obs, int month, int hour=0); + SeepsScore *get_seeps_score(int sid, float p_fcst, float p_obs, int month, int hour=0); + void print_all(); + void print_record(SeepsRecord *record, bool with_header=false); + + // + // + // + + SeepsRecord get_seeps_record(int sid) const; + +}; + +//////////////////////////////////////////////////////////////////////// + +extern SeepsClimo *get_seeps_climo(); +extern void release_seeps_climo(); + +//////////////////////////////////////////////////////////////////////// + + +#endif /* __SEEPS_H__ */ + + +//////////////////////////////////////////////////////////////////////// + diff --git a/src/libcode/vx_stat_out/stat_columns.cc b/src/libcode/vx_stat_out/stat_columns.cc index f90a3f3ab7..885479bf5c 100644 --- a/src/libcode/vx_stat_out/stat_columns.cc +++ b/src/libcode/vx_stat_out/stat_columns.cc @@ -1567,6 +1567,108 @@ void write_mpr_row(StatHdrColumns &shc, const PairDataPoint *pd_ptr, //////////////////////////////////////////////////////////////////////// +void write_seeps_row(StatHdrColumns &shc, const PairDataPoint *pd_ptr, + STATOutputType out_type, + AsciiTable &stat_at, int &stat_row, + AsciiTable &txt_at, int &txt_row, + bool update_thresh) { + const char *method_name = "write_seeps_row() -> "; + + // SEEPS line type + shc.set_line_type(stat_seeps_str); + + // Set the threshold columns, if requested. + if(update_thresh) { + shc.set_fcst_thresh(na_str); + shc.set_obs_thresh(na_str); + shc.set_thresh_logic(SetLogic_None); + shc.set_cov_thresh(na_str); + } + + // Not Applicable + shc.set_alpha(bad_data_double); + + // Write a line + if(pd_ptr->seeps.n_obs > 0 && + !is_bad_data(pd_ptr->seeps.score)) { + + // Write the header columns + write_header_cols(shc, stat_at, stat_row); + + // Write the data columns + write_seeps_cols(pd_ptr, stat_at, stat_row, n_header_columns); + + // If requested, copy row to the text file + if(out_type == STATOutputType_Both) { + copy_ascii_table_row(stat_at, stat_row, txt_at, txt_row); + + // Increment the text row counter + txt_row++; + } + + // Increment the STAT row counter + stat_row++; + } + + return; +} + +//////////////////////////////////////////////////////////////////////// + +void write_seeps_mpr_row(StatHdrColumns &shc, const PairDataPoint *pd_ptr, + STATOutputType out_type, + AsciiTable &stat_at, int &stat_row, + AsciiTable &txt_at, int &txt_row, + bool update_thresh) { + + // SEEPS line type + shc.set_line_type(stat_seeps_mpr_str); + + // Set the threshold columns, if requested. + if(update_thresh) { + shc.set_fcst_thresh(na_str); + shc.set_obs_thresh(na_str); + shc.set_thresh_logic(SetLogic_None); + shc.set_cov_thresh(na_str); + } + + // Not Applicable + shc.set_alpha(bad_data_double); + + // Write a line for each matched pair + for(int i=0; in_obs; i++) { + + if(i >= pd_ptr->seeps_mpr.size()) break; + if(!pd_ptr->seeps_mpr[i] || + is_bad_data(pd_ptr->seeps_mpr[i]->score)) continue; + + // Set the observation valid time + shc.set_obs_valid_beg(pd_ptr->vld_ta[i]); + shc.set_obs_valid_end(pd_ptr->vld_ta[i]); + + // Write the header columns + write_header_cols(shc, stat_at, stat_row); + + // Write the data columns + write_seeps_mpr_cols(pd_ptr, i, stat_at, stat_row, n_header_columns); + + // If requested, copy row to the text file + if(out_type == STATOutputType_Both) { + copy_ascii_table_row(stat_at, stat_row, txt_at, txt_row); + + // Increment the text row counter + txt_row++; + } + + // Increment the STAT row counter + stat_row++; + } + + return; +} + +//////////////////////////////////////////////////////////////////////// + void write_isc_row(StatHdrColumns &shc, const ISCInfo &isc_info, STATOutputType out_type, AsciiTable &stat_at, int &stat_row, @@ -3966,6 +4068,85 @@ void write_mpr_cols(const PairDataPoint *pd_ptr, int i, //////////////////////////////////////////////////////////////////////// +void write_seeps_cols(const PairDataPoint *pd_ptr, + AsciiTable &at, int r, int c) { + // + // Stable Equitable Error in Probability Space (SEEPS) + // Dump out the SEEPS line: + // TOTAL S12, S13, + // S21, S23, S31, + // S32, PF1, PF2, + // PF3, PV1, PV2, + // PV3, MEAN_FCST, MEAN_OBS, + // SEEPS + // + + at.set_entry(r, c+0, pd_ptr->seeps.n_obs); // Total Number of Pairs + + at.set_entry(r, c+1, bad_data_double); // pd_ptr->seeps.s12); // s12 + at.set_entry(r, c+2, bad_data_double); // pd_ptr->seeps.s13); // S13 + at.set_entry(r, c+3, bad_data_double); // pd_ptr->seeps.s21); // s21 + at.set_entry(r, c+4, bad_data_double); // pd_ptr->seeps.s23); // s23 + at.set_entry(r, c+5, bad_data_double); // pd_ptr->seeps.s31); // s31 + at.set_entry(r, c+6, bad_data_double); // pd_ptr->seeps.s32); // s32 + + at.set_entry(r, c+7, bad_data_double); // pd_ptr->seeps.pf1); // pf1 + at.set_entry(r, c+8, bad_data_double); // pd_ptr->seeps.pf2); // pf2 + at.set_entry(r, c+9, bad_data_double); // pd_ptr->seeps.pf3); // pf3 + + at.set_entry(r, c+10, bad_data_double); // pd_ptr->seeps.pv1); // pv1 + at.set_entry(r, c+11, bad_data_double); // pd_ptr->seeps.pv2); // pv2 + at.set_entry(r, c+12, bad_data_double); // pd_ptr->seeps.pv3); // pv3 + + at.set_entry(r, c+13, pd_ptr->seeps.mean_fcst); // mean_fcst + at.set_entry(r, c+14, pd_ptr->seeps.mean_obs); // mean_obs + + at.set_entry(r, c+15, pd_ptr->seeps.score); // SEEPS score + + return; +} + +//////////////////////////////////////////////////////////////////////// + +void write_seeps_mpr_cols(const PairDataPoint *pd_ptr, int i, + AsciiTable &at, int r, int c) { + // + // Stable Equitable Error in Probability Space (SEEPS) + // Dump out the SEEPS line: + // OBS_SID, OBS_LAT, OBS_LON, + // FCST, OBS, OBS_QC, + // FCST_CAT, OBS_CAT, P1, + // P2, T1, T2, + // SEEPS + // + + at.set_entry(r, c+0, (string)pd_ptr->sid_sa[i]); // Station ID + + at.set_entry(r, c+1, pd_ptr->lat_na[i]); // Latitude + + at.set_entry(r, c+2, pd_ptr->lon_na[i]); // Longitude + + at.set_entry(r, c+3, pd_ptr->f_na[i]); // Forecast Value + + at.set_entry(r, c+4, pd_ptr->o_na[i]); // Observation Value + + at.set_entry(r, c+5, (string)pd_ptr->o_qc_sa[i]); // Observation Quality Control + + at.set_entry(r, c+6, pd_ptr->seeps_mpr[i]->model_cat); // model category + at.set_entry(r, c+7, pd_ptr->seeps_mpr[i]->obs_cat); // observation category + + at.set_entry(r, c+8, pd_ptr->seeps_mpr[i]->p1); // p1 + at.set_entry(r, c+9, pd_ptr->seeps_mpr[i]->p2); // p2 + + at.set_entry(r, c+10, pd_ptr->seeps_mpr[i]->t1); // t1 + at.set_entry(r, c+11, pd_ptr->seeps_mpr[i]->t2); // t2 + + at.set_entry(r, c+12, pd_ptr->seeps_mpr[i]->score); // SEEPS score + +} + +//////////////////////////////////////////////////////////////////////// + void write_isc_cols(const ISCInfo &isc_info, int i, AsciiTable &at, int r, int c) { diff --git a/src/libcode/vx_stat_out/stat_columns.h b/src/libcode/vx_stat_out/stat_columns.h index 5090c1dbb2..27b16aa66b 100644 --- a/src/libcode/vx_stat_out/stat_columns.h +++ b/src/libcode/vx_stat_out/stat_columns.h @@ -104,6 +104,12 @@ extern void write_dmap_row (StatHdrColumns &, const DMAPInfo &, STATOutputType, extern void write_mpr_row (StatHdrColumns &, const PairDataPoint *, STATOutputType, AsciiTable &, int &, AsciiTable &, int &, bool update_thresh = true); +extern void write_seeps_row (StatHdrColumns &, const PairDataPoint *, STATOutputType, + AsciiTable &, int &, AsciiTable &, int &, + bool update_thresh = true); +extern void write_seeps_mpr_row (StatHdrColumns &, const PairDataPoint *, STATOutputType, + AsciiTable &, int &, AsciiTable &, int &, + bool update_thresh = true); extern void write_isc_row (StatHdrColumns &, const ISCInfo &, STATOutputType, AsciiTable &, int &, AsciiTable &, int &); extern void write_ecnt_row (StatHdrColumns &, const ECNTInfo &, STATOutputType, @@ -173,6 +179,10 @@ extern void write_dmap_cols (const DMAPInfo &, AsciiTable &, int, int); extern void write_mpr_cols (const PairDataPoint *, int, AsciiTable &, int, int); +extern void write_seeps_cols (const PairDataPoint *, + AsciiTable &, int, int); +extern void write_seeps_mpr_cols (const PairDataPoint *, int, + AsciiTable &, int, int); extern void write_isc_cols (const ISCInfo &, int, AsciiTable &, int, int); extern void write_ecnt_cols (const ECNTInfo &, diff --git a/src/libcode/vx_statistics/compute_stats.cc b/src/libcode/vx_statistics/compute_stats.cc index 35705314eb..1364fcd11b 100644 --- a/src/libcode/vx_statistics/compute_stats.cc +++ b/src/libcode/vx_statistics/compute_stats.cc @@ -1376,3 +1376,82 @@ void compute_ecnt_mean(const ECNTInfo *ecnt_info, int n, } //////////////////////////////////////////////////////////////////////// +// +// Compute aggregated SEEPS. +// +//////////////////////////////////////////////////////////////////////// + +void compute_aggregated_seeps(const PairDataPoint *pd, SeepsAggScore *seeps) { + static const char *method_name = "compute_seeps_agg() -> "; + + // + // Check that the forecast and observation arrays of the same length + // + if(pd->f_na.n() != pd->o_na.n()) { + mlog << Error << "\n" << method_name + << "the forecast and observation arrays must have the same " + << "length!\n\n"; + throw(1); + } + + SeepsScore *seeps_mpr; + int count, count_diagonal; + int c12, c13, c21, c23, c31, c32; + double score, obs_sum, fcst_sum; + + score = obs_sum = fcst_sum = 0.0; + count = count_diagonal = c12 = c13 = c21 = c23 = c31 = c32 = 0; + for(int i=0; in_obs; i++) { + + if (i >= pd->seeps_mpr.size()) break; + seeps_mpr = pd->seeps_mpr[i]; + if (!seeps_mpr || is_eq(seeps_mpr->score, bad_data_double)) continue; + + count++; + obs_sum += pd->o_na[i]; // Observation Value + fcst_sum += pd->f_na[i]; // Forecast Value + score += seeps_mpr->score; + + if (seeps_mpr->model_cat == 0) { + if (seeps_mpr->obs_cat == 1) c12++; + else if(seeps_mpr->obs_cat == 2) c13++; + else count_diagonal++; + // pd.pf1 + } + else if (seeps_mpr->model_cat == 1) { + if (seeps_mpr->obs_cat == 0) c21++; + else if(seeps_mpr->obs_cat == 2) c23++; + else count_diagonal++; + // pd.pf2 + } + else if (seeps_mpr->model_cat == 2) { + if (seeps_mpr->obs_cat == 0) c31++; + else if (seeps_mpr->obs_cat == 1) c32++; + else count_diagonal++; + // pd.pf3 + } + } + if (count > 0) { + seeps->n_obs = count; + seeps->mean_fcst = fcst_sum / count; + seeps->mean_obs = obs_sum / count; + seeps->score = score / count; + } + seeps->c12 = c12; + seeps->c13 = c13; + seeps->c21 = c21; + seeps->c23 = c23; + seeps->c31 = c31; + seeps->c32 = c32; + + if (count != (c12+c13+c21+c23+c31+c32+count_diagonal)){ + mlog << Debug(2) << method_name + << "INFO check count: all=" << count << " s12=" << c12<< " s13=" << c13 + << " s21=" << c21 << " s23=" << c23 + << " s31=" << c31 << " s32=" << c32 << "\n"; + } + + return; +} + +//////////////////////////////////////////////////////////////////////// diff --git a/src/libcode/vx_statistics/compute_stats.h b/src/libcode/vx_statistics/compute_stats.h index 083438e8fe..2d46624ad7 100644 --- a/src/libcode/vx_statistics/compute_stats.h +++ b/src/libcode/vx_statistics/compute_stats.h @@ -60,6 +60,8 @@ extern void compute_i_mean_stdev(const NumArray &, bool, double, int, CIInfo &, CIInfo &); +extern void compute_aggregated_seeps(const PairDataPoint *pd, SeepsAggScore *seeps); + //////////////////////////////////////////////////////////////////////// // // Compute means of statistics for climatological bins. diff --git a/src/libcode/vx_statistics/pair_data_point.cc b/src/libcode/vx_statistics/pair_data_point.cc index cc8a156ed9..48d8b6c068 100644 --- a/src/libcode/vx_statistics/pair_data_point.cc +++ b/src/libcode/vx_statistics/pair_data_point.cc @@ -68,7 +68,9 @@ PairDataPoint & PairDataPoint::operator=(const PairDataPoint &pd) { void PairDataPoint::init_from_scratch() { + seeps_mpr.clear(); clear(); + seeps_climo = get_seeps_climo(); return; } @@ -80,6 +82,11 @@ void PairDataPoint::clear() { PairBase::clear(); f_na.clear(); + for (int idx=0; idx= n_obs) { mlog << Error << "\nPairDataPoint::set_point_pair() -> " @@ -182,6 +222,7 @@ void PairDataPoint::set_point_pair(int i_obs, const char *sid, o, qc, cmn, csd, wgt); f_na.set(i_obs, f); + *seeps_mpr[i_obs] = *seeps; return; } @@ -194,6 +235,7 @@ bool PairDataPoint::add_grid_pair(double f, double o, add_grid_obs(o, cmn, csd, wgt); f_na.add(f); + seeps_mpr.push_back(NULL); return(true); } @@ -233,6 +275,31 @@ bool PairDataPoint::add_grid_pair(const NumArray &f_in, const NumArray &o_in, //////////////////////////////////////////////////////////////////////// +static int seeps_record_count = 0; +static int seeps_debug_level = 9; + +SeepsScore *PairDataPoint::compute_seeps(const char *sid, double f, + double o, unixtime ut) { + SeepsScore *seeps = 0; + int month, day, year, hour, minute, second; + + int sid_no = atoi(sid); + if (sid_no) { + unix_to_mdyhms(ut, month, day, year, hour, minute, second); + seeps = seeps_climo->get_seeps_score(sid_no, f, o, month, hour); + if (mlog.verbosity_level() >= seeps_debug_level + && seeps && !is_eq(seeps->score, bad_data_double) + && !is_eq(seeps->score, 0) && seeps_record_count < 10) { + mlog << Debug(seeps_debug_level) + << "PairDataPoint::compute_seeps() score = " << seeps->score << "\n"; + seeps_record_count++; + } + } + return seeps; +} + +//////////////////////////////////////////////////////////////////////// + PairDataPoint PairDataPoint::subset_pairs_cnt_thresh( const SingleThresh &ft, const SingleThresh &ot, const SetLogic type) const { @@ -269,11 +336,13 @@ PairDataPoint PairDataPoint::subset_pairs_cnt_thresh( // Handle point data if(is_point_vx()) { - out_pd.add_point_pair(sid_sa[i].c_str(), lat_na[i], + if (out_pd.add_point_pair(sid_sa[i].c_str(), lat_na[i], lon_na[i], x_na[i], y_na[i], vld_ta[i], lvl_na[i], elv_na[i], f_na[i], o_na[i], o_qc_sa[i].c_str(), - cmn_na[i], csd_na[i], wgt_na[i]); + cmn_na[i], csd_na[i], wgt_na[i])) { + out_pd.set_seeps_score(seeps_mpr[i], i); + } } // Handle gridded data else { @@ -938,6 +1007,14 @@ void VxPairDataPoint::add_point_obs(float *hdr_arr, const char *hdr_typ_str, return; } + bool precip_flag = fcst_info->is_precipitation() && + obs_info->is_precipitation(); + int precip_interval = bad_data_int; + if (precip_flag) { + if (wgt_dp) precip_interval = wgt_dp->accum(); + else precip_interval = fcst_dpa[0].accum(); + } + hdr_lat = hdr_arr[0]; hdr_lon = hdr_arr[1]; hdr_elv = hdr_arr[2]; @@ -1116,6 +1193,9 @@ void VxPairDataPoint::add_point_obs(float *hdr_arr, const char *hdr_typ_str, // Look through all of the PairDataPoint objects to see if the // observation should be added. + bool has_seeps = false; + SeepsScore *seeps = 0; + // Check the message types for(i=0; i seeps_mpr; + SeepsAggScore seeps; ////////////////////////////////////////////////////////////////// @@ -54,10 +58,11 @@ class PairDataPoint : public PairBase { bool add_point_pair(const char *, double, double, double, double, unixtime, double, double, double, double, const char *, double, double, double); + void set_seeps_score(SeepsScore *, int index=-1); void set_point_pair(int, const char *, double, double, double, double, unixtime, double, double, double, double, - const char *, double, double, double); + const char *, double, double, double, SeepsScore *); bool add_grid_pair(double, double, double, double, double); @@ -68,6 +73,8 @@ class PairDataPoint : public PairBase { PairDataPoint subset_pairs_cnt_thresh(const SingleThresh &ft, const SingleThresh &ot, const SetLogic type) const; + SeepsScore *compute_seeps(const char *, double, double, unixtime); + }; //////////////////////////////////////////////////////////////////////// @@ -219,6 +226,8 @@ class VxPairDataPoint { void set_mpr_thresh(const StringArray &, const ThreshArray &); + void set_seeps_thresh(const StringArray &, const ThreshArray &); + void set_climo_cdf_info_ptr(const ClimoCDFInfo *); void set_msg_typ_sfc(const StringArray &); @@ -231,6 +240,10 @@ class VxPairDataPoint { const char *, float *, Grid &, const char * = 0, const DataPlane * = 0); + void add_prec_point_obs(float *, const char *, const char *, unixtime, + const char *, float *, Grid &, int month, int hour, + const char * = 0, const DataPlane * = 0); + int get_n_pair() const; void set_duplicate_flag(DuplicateType duplicate_flag); @@ -249,6 +262,7 @@ class VxPairDataPoint { void inc_count(int ***&, int, int, int); }; + //////////////////////////////////////////////////////////////////////// // // Miscellanous functions @@ -270,6 +284,16 @@ extern void apply_mpr_thresh_mask(DataPlane &, DataPlane &, DataPlane &, DataPlane &, const StringArray &, const ThreshArray &); +extern bool check_seeps_thresh(double, double, + const StringArray &, const ThreshArray &, + ConcatString * = 0); + +extern double get_seeps_column_value(double, double, + const char *); + +extern void apply_seeps_thresh_mask(DataPlane &, DataPlane &, + const StringArray &, const ThreshArray &); + // Apply conditional thresholds to subset the wind pairs extern void subset_wind_pairs(const PairDataPoint &, const PairDataPoint &, const SingleThresh &, diff --git a/src/tools/core/ensemble_stat/Makefile.am b/src/tools/core/ensemble_stat/Makefile.am index 5aec02dd98..96d06158e7 100644 --- a/src/tools/core/ensemble_stat/Makefile.am +++ b/src/tools/core/ensemble_stat/Makefile.am @@ -31,8 +31,10 @@ ensemble_stat_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/core/ensemble_stat/Makefile.in b/src/tools/core/ensemble_stat/Makefile.in index 754e348cfd..9d532022da 100644 --- a/src/tools/core/ensemble_stat/Makefile.in +++ b/src/tools/core/ensemble_stat/Makefile.in @@ -338,8 +338,10 @@ ensemble_stat_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/core/ensemble_stat/ensemble_stat.cc b/src/tools/core/ensemble_stat/ensemble_stat.cc index f710378cef..e437bc0ca3 100644 --- a/src/tools/core/ensemble_stat/ensemble_stat.cc +++ b/src/tools/core/ensemble_stat/ensemble_stat.cc @@ -2105,11 +2105,7 @@ void setup_nc_file(unixtime valid_ut, const char *suffix) { conf_info.model.c_str(), conf_info.obtype.c_str()); // Add the projection information - write_netcdf_proj(nc_out, grid); - - // Define Dimensions - lat_dim = add_dim(nc_out, "lat", (long) grid.ny()); - lon_dim = add_dim(nc_out, "lon", (long) grid.nx()); + write_netcdf_proj(nc_out, grid, lat_dim, lon_dim); // Add the lat/lon variables if(conf_info.nc_info.do_latlon) { @@ -3042,7 +3038,6 @@ void write_ens_var_float(EnsVarInfo * ens_info, float *ens_data, const DataPlane // Otherwise, add to the list of previously defined variables nc_ens_var_sa.add(ens_var_name); - ens_var = add_var(nc_out, (string)ens_var_name, ncFloat, lat_dim, lon_dim); // diff --git a/src/tools/core/grid_stat/Makefile.am b/src/tools/core/grid_stat/Makefile.am index e1451258f0..4569f0ff7e 100644 --- a/src/tools/core/grid_stat/Makefile.am +++ b/src/tools/core/grid_stat/Makefile.am @@ -31,8 +31,10 @@ grid_stat_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/core/grid_stat/Makefile.in b/src/tools/core/grid_stat/Makefile.in index 1cd6f1986b..f167bb520d 100644 --- a/src/tools/core/grid_stat/Makefile.in +++ b/src/tools/core/grid_stat/Makefile.in @@ -337,8 +337,10 @@ grid_stat_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/core/grid_stat/grid_stat.cc b/src/tools/core/grid_stat/grid_stat.cc index 9f3e211f54..a7ed788b3c 100644 --- a/src/tools/core/grid_stat/grid_stat.cc +++ b/src/tools/core/grid_stat/grid_stat.cc @@ -545,11 +545,7 @@ void setup_nc_file(const GridStatNcOutInfo & nc_info, } // Add the projection information - write_netcdf_proj(nc_out, grid); - - // Define Dimensions - lat_dim = add_dim(nc_out,"lat", (long) grid.ny()); - lon_dim = add_dim(nc_out,"lon", (long) grid.nx()); + write_netcdf_proj(nc_out, grid, lat_dim, lon_dim); // Add the lat/lon variables if(nc_info.do_latlon) { diff --git a/src/tools/core/mode/Makefile.am b/src/tools/core/mode/Makefile.am index 34fe475c05..4e1692b1c1 100644 --- a/src/tools/core/mode/Makefile.am +++ b/src/tools/core/mode/Makefile.am @@ -50,10 +50,12 @@ mode_LDADD = -lvx_pxm \ -lvx_data2d \ -lvx_nc_util \ -lvx_regrid \ + -lvx_seeps \ -lvx_grid \ -lvx_config \ -lvx_bool_calc \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/core/mode/Makefile.in b/src/tools/core/mode/Makefile.in index e13bd3db57..9bc47116ec 100644 --- a/src/tools/core/mode/Makefile.in +++ b/src/tools/core/mode/Makefile.in @@ -375,10 +375,12 @@ mode_LDADD = -lvx_pxm \ -lvx_data2d \ -lvx_nc_util \ -lvx_regrid \ + -lvx_seeps \ -lvx_grid \ -lvx_config \ -lvx_bool_calc \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/core/mode/mode_exec.cc b/src/tools/core/mode/mode_exec.cc index 109d06228d..8c93b2530a 100644 --- a/src/tools/core/mode/mode_exec.cc +++ b/src/tools/core/mode/mode_exec.cc @@ -891,11 +891,7 @@ if ( info.all_false() ) return; engine.conf_info.desc.c_str()); // Add the projection information - write_netcdf_proj(f_out, grid); - - // Define Dimensions - lat_dim = add_dim(f_out, "lat", (long) grid.ny()); - lon_dim = add_dim(f_out, "lon", (long) grid.nx()); + write_netcdf_proj(f_out, grid, lat_dim, lon_dim); fcst_thresh_dim = add_dim(f_out, "fcst_thresh_length", fcst_thresh.length()); obs_thresh_dim = add_dim(f_out, "obs_thresh_length", obs_thresh.length()); diff --git a/src/tools/core/mode/multivar_frontend.cc b/src/tools/core/mode/multivar_frontend.cc index 5d4e9b4bfc..519f3ab436 100644 --- a/src/tools/core/mode/multivar_frontend.cc +++ b/src/tools/core/mode/multivar_frontend.cc @@ -525,13 +525,17 @@ for (x=0; x max_stat_col ? max_prob_col : max_stat_col); - max_col = (max_mctc_col > max_col ? max_mctc_col : max_col); - max_col = (max_orank_col > max_col ? max_orank_col : max_col); + if (max_mctc_col > max_col) max_col = max_mctc_col; + if (max_orank_col > max_col) max_col = max_orank_col; // Add the header columns max_col += n_header_columns + 1; @@ -747,6 +753,7 @@ void process_obs_file(int i_nc) { // Process each observation in the file int str_length, block_size; + int prev_grib_code = bad_data_int; for(int i_block_start_idx=0; i_block_start_idx buf_size) block_size = buf_size; @@ -798,19 +805,22 @@ void process_obs_file(int i_nc) { // Store the variable name int org_grib_code = met_point_obs->get_grib_code_or_var_index(obs_arr); int grib_code = org_grib_code; - if (use_var_id && grib_code < var_names.n()) { - var_name = var_names[grib_code]; - grib_code = bad_data_int; - } - else { - var_name = ""; - } + if (prev_grib_code != org_grib_code) { + if (use_var_id && grib_code < var_names.n()) { + var_name = var_names[grib_code]; + grib_code = bad_data_int; + } + else { + var_name = ""; + } - // Check for wind components - is_ugrd = ( use_var_id && var_name == ugrd_abbr_str ) || - (!use_var_id && nint(grib_code) == ugrd_grib_code); - is_vgrd = ( use_var_id && var_name == vgrd_abbr_str ) || - (!use_var_id && nint(grib_code) == vgrd_grib_code); + // Check for wind components + is_ugrd = ( use_var_id && var_name == ugrd_abbr_str ) || + (!use_var_id && nint(grib_code) == ugrd_grib_code); + is_vgrd = ( use_var_id && var_name == vgrd_abbr_str ) || + (!use_var_id && nint(grib_code) == vgrd_grib_code); + prev_grib_code = org_grib_code; + } // If the current observation is UGRD, save it as the // previous. If vector winds are to be computed, UGRD @@ -1017,6 +1027,27 @@ void process_scores() { shc.set_obs_valid_end(conf_info.vx_opt[i].vx_pd.end_ut); } + // Write out the SEEPS MPR lines + if(conf_info.vx_opt[i].output_flag[i_seeps_mpr] != STATOutputType_None) { + write_seeps_mpr_row(shc, pd_ptr, + conf_info.vx_opt[i].output_flag[i_seeps_mpr], + stat_at, i_stat_row, + txt_at[i_seeps_mpr], i_txt_row[i_seeps_mpr]); + + // Reset the observation valid time + shc.set_obs_valid_beg(conf_info.vx_opt[i].vx_pd.beg_ut); + shc.set_obs_valid_end(conf_info.vx_opt[i].vx_pd.end_ut); + } + + // Write out the SEEPS lines + if(conf_info.vx_opt[i].output_flag[i_seeps] != STATOutputType_None) { + compute_aggregated_seeps(pd_ptr, &pd_ptr->seeps); + write_seeps_row(shc, pd_ptr, + conf_info.vx_opt[i].output_flag[i_seeps], + stat_at, i_stat_row, + txt_at[i_seeps], i_txt_row[i_seeps]); + } + // Compute CTS scores if(!conf_info.vx_opt[i].vx_pd.fcst_info->is_prob() && conf_info.vx_opt[i].fcat_ta.n() > 0 && @@ -1901,6 +1932,8 @@ void do_hira_prob(int i_vx, const PairDataPoint *pd_ptr) { // Set flag for specific humidity bool spfh_flag = conf_info.vx_opt[i_vx].vx_pd.fcst_info->is_specific_humidity() && conf_info.vx_opt[i_vx].vx_pd.obs_info->is_specific_humidity(); + bool precip_flag = conf_info.vx_opt[i_vx].vx_pd.fcst_info->is_precipitation() && + conf_info.vx_opt[i_vx].vx_pd.obs_info->is_precipitation(); shc.set_interp_mthd(InterpMthd_Nbrhd, conf_info.vx_opt[i_vx].hira_info.shape); diff --git a/src/tools/core/point_stat/point_stat.h b/src/tools/core/point_stat/point_stat.h index 72651ede4f..0a24e9209a 100644 --- a/src/tools/core/point_stat/point_stat.h +++ b/src/tools/core/point_stat/point_stat.h @@ -71,7 +71,8 @@ static const char **txt_columns[n_txt] = { val1l2_columns, pct_columns, pstd_columns, pjc_columns, prc_columns, ecnt_columns, orank_columns, rps_columns, eclv_columns, - mpr_columns, vcnt_columns + mpr_columns, vcnt_columns, seeps_mpr_columns, + seeps_columns }; // Length of header columns @@ -82,7 +83,8 @@ static const int n_txt_columns[n_txt] = { n_val1l2_columns, n_pct_columns, n_pstd_columns, n_pjc_columns, n_prc_columns, n_ecnt_columns, n_orank_columns, n_rps_columns, n_eclv_columns, - n_mpr_columns, n_vcnt_columns + n_mpr_columns, n_vcnt_columns, n_seeps_mpr_columns, + n_seeps_columns }; // Text file abbreviations @@ -93,7 +95,8 @@ static const char *txt_file_abbr[n_txt] = { "val1l2", "pct", "pstd", "pjc", "prc", "ecnt", "orank", "rps", "eclv", - "mpr", "vcnt" + "mpr", "vcnt", "seeps_mpr", + "seeps" }; //////////////////////////////////////////////////////////////////////// diff --git a/src/tools/core/point_stat/point_stat_conf_info.cc b/src/tools/core/point_stat/point_stat_conf_info.cc index f2eb3cb06a..4067714758 100644 --- a/src/tools/core/point_stat/point_stat_conf_info.cc +++ b/src/tools/core/point_stat/point_stat_conf_info.cc @@ -1099,10 +1099,11 @@ void PointStatVxOpt::set_perc_thresh(const PairDataPoint *pd_ptr) { int PointStatVxOpt::n_txt_row(int i_txt_row) const { int n = 0; int n_bin; + const char *method_name = "PointStatVxOpt::n_txt_row(int) -> "; // Range check if(i_txt_row < 0 || i_txt_row >= n_txt) { - mlog << Error << "\nPointStatVxOpt::n_txt_row(int) -> " + mlog << Error << "\n" << method_name << "range check error for " << i_txt_row << "\n\n"; exit(1); } @@ -1280,13 +1281,24 @@ int PointStatVxOpt::n_txt_row(int i_txt_row) const { break; + case(i_seeps_mpr): + // Compute the number of matched pairs to be written + n = vx_pd.get_n_pair(); + + break; + + case(i_seeps): + // Compute the number of matched pairs to be written + n = vx_pd.get_n_pair(); + + break; + default: - mlog << Error << "\nPointStatVxOpt::n_txt_row(int) -> " + mlog << Error << "\n" << method_name << "unexpected output type index value: " << i_txt_row << "\n\n"; exit(1); } - return(n); } diff --git a/src/tools/core/point_stat/point_stat_conf_info.h b/src/tools/core/point_stat/point_stat_conf_info.h index 60a3c2b8d9..2b47ce1188 100644 --- a/src/tools/core/point_stat/point_stat_conf_info.h +++ b/src/tools/core/point_stat/point_stat_conf_info.h @@ -51,36 +51,40 @@ static const int i_rps = 16; static const int i_eclv = 17; static const int i_mpr = 18; static const int i_vcnt = 19; +static const int i_seeps_mpr = 20; +static const int i_seeps = 21; -static const int n_txt = 20; +static const int n_txt = 22; // Text file type static const STATLineType txt_file_type[n_txt] = { - stat_fho, // 0 - stat_ctc, // 1 - stat_cts, // 2 - stat_mctc, // 3 - stat_mcts, // 4 - - stat_cnt, // 5 - stat_sl1l2, // 6 - stat_sal1l2, // 7 - stat_vl1l2, // 8 - stat_val1l2, // 9 - - stat_pct, // 10 - stat_pstd, // 11 - stat_pjc, // 12 - stat_prc, // 13 - stat_ecnt, // 14 - - stat_orank, // 15 - stat_rps, // 16 - stat_eclv, // 17 - stat_mpr, // 18 - stat_vcnt, // 19 - + stat_fho, // 0 + stat_ctc, // 1 + stat_cts, // 2 + stat_mctc, // 3 + stat_mcts, // 4 + + stat_cnt, // 5 + stat_sl1l2, // 6 + stat_sal1l2, // 7 + stat_vl1l2, // 8 + stat_val1l2, // 9 + + stat_pct, // 10 + stat_pstd, // 11 + stat_pjc, // 12 + stat_prc, // 13 + stat_ecnt, // 14 + + stat_orank, // 15 + stat_rps, // 16 + stat_eclv, // 17 + stat_mpr, // 18 + stat_vcnt, // 19 + + stat_seeps_mpr, // 20 + stat_seeps // 21 }; //////////////////////////////////////////////////////////////////////// diff --git a/src/tools/core/series_analysis/Makefile.am b/src/tools/core/series_analysis/Makefile.am index 26352e71eb..6681bf63de 100644 --- a/src/tools/core/series_analysis/Makefile.am +++ b/src/tools/core/series_analysis/Makefile.am @@ -31,8 +31,10 @@ series_analysis_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/core/series_analysis/Makefile.in b/src/tools/core/series_analysis/Makefile.in index 44383d6f7d..0b8493b157 100644 --- a/src/tools/core/series_analysis/Makefile.in +++ b/src/tools/core/series_analysis/Makefile.in @@ -339,8 +339,10 @@ series_analysis_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/core/series_analysis/series_analysis.cc b/src/tools/core/series_analysis/series_analysis.cc index f3fb73609d..c0533c16bf 100644 --- a/src/tools/core/series_analysis/series_analysis.cc +++ b/src/tools/core/series_analysis/series_analysis.cc @@ -2089,11 +2089,7 @@ void setup_nc_file(const VarInfo *fcst_info, const VarInfo *obs_info) { add_att(nc_out, "obs_units", (string)obs_info->units_attr()); // Add the projection information - write_netcdf_proj(nc_out, grid); - - // Define Dimensions - lat_dim = add_dim(nc_out, "lat", (long) grid.ny()); - lon_dim = add_dim(nc_out, "lon", (long) grid.nx()); + write_netcdf_proj(nc_out, grid, lat_dim, lon_dim); // Add the lat/lon variables write_netcdf_latlon(nc_out, &lat_dim, &lon_dim, grid); diff --git a/src/tools/core/stat_analysis/Makefile.am b/src/tools/core/stat_analysis/Makefile.am index 00e6a2488d..0949473aab 100644 --- a/src/tools/core/stat_analysis/Makefile.am +++ b/src/tools/core/stat_analysis/Makefile.am @@ -34,10 +34,12 @@ stat_analysis_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_time_series \ -lvx_pb_util \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/core/stat_analysis/Makefile.in b/src/tools/core/stat_analysis/Makefile.in index 085f2d63ab..fb6bd3781a 100644 --- a/src/tools/core/stat_analysis/Makefile.in +++ b/src/tools/core/stat_analysis/Makefile.in @@ -347,10 +347,12 @@ stat_analysis_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_time_series \ -lvx_pb_util \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/core/wavelet_stat/Makefile.am b/src/tools/core/wavelet_stat/Makefile.am index 25150834a5..f5c836affd 100644 --- a/src/tools/core/wavelet_stat/Makefile.am +++ b/src/tools/core/wavelet_stat/Makefile.am @@ -37,8 +37,10 @@ wavelet_stat_LDADD = -lvx_pxm \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/core/wavelet_stat/Makefile.in b/src/tools/core/wavelet_stat/Makefile.in index c6a0a82fa8..757c040f8f 100644 --- a/src/tools/core/wavelet_stat/Makefile.in +++ b/src/tools/core/wavelet_stat/Makefile.in @@ -344,8 +344,10 @@ wavelet_stat_LDADD = -lvx_pxm \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/dev_utils/Makefile.am b/src/tools/dev_utils/Makefile.am index d161fe92b6..718a7f1349 100644 --- a/src/tools/dev_utils/Makefile.am +++ b/src/tools/dev_utils/Makefile.am @@ -134,6 +134,7 @@ gen_climo_bin_LDADD = -lvx_stat_out \ -lvx_regrid \ -lvx_grid \ -lvx_config \ + -lvx_util_math \ -lvx_util \ -lvx_cal \ -lvx_gsl_prob \ diff --git a/src/tools/dev_utils/Makefile.in b/src/tools/dev_utils/Makefile.in index 73fca6d9f6..902859fd19 100644 --- a/src/tools/dev_utils/Makefile.in +++ b/src/tools/dev_utils/Makefile.in @@ -574,6 +574,7 @@ gen_climo_bin_LDADD = -lvx_stat_out \ -lvx_regrid \ -lvx_grid \ -lvx_config \ + -lvx_util_math \ -lvx_util \ -lvx_cal \ -lvx_gsl_prob \ diff --git a/src/tools/dev_utils/gen_climo_bin.cc b/src/tools/dev_utils/gen_climo_bin.cc index 25a1a60cb0..5983eba9aa 100644 --- a/src/tools/dev_utils/gen_climo_bin.cc +++ b/src/tools/dev_utils/gen_climo_bin.cc @@ -251,11 +251,9 @@ void setup_nc_file() { write_netcdf_global(nc_out, out_file.text(), program_name.c_str(), "Climatology", "NA"); // Add the projection information - write_netcdf_proj(nc_out, grid); + write_netcdf_proj(nc_out, grid, lat_dim, lon_dim); - // Add dimensions - lat_dim = add_dim(nc_out, "lat", (long) grid.ny()); - lon_dim = add_dim(nc_out, "lon", (long) grid.nx()); + // Add the lat/lon variables write_netcdf_latlon(nc_out, &lat_dim, &lon_dim, grid); // The number of CDF values is one less than the number of bins diff --git a/src/tools/other/ascii2nc/Makefile.am b/src/tools/other/ascii2nc/Makefile.am index f548cb9330..09e7b76179 100644 --- a/src/tools/other/ascii2nc/Makefile.am +++ b/src/tools/other/ascii2nc/Makefile.am @@ -24,6 +24,8 @@ ascii2nc_SOURCES = ascii2nc.cc \ met_handler.cc met_handler.h \ surfrad_handler.cc surfrad_handler.h \ wwsis_handler.cc wwsis_handler.h \ + airnow_handler.cc airnow_handler.h \ + airnow_locations.cc airnow_locations.h \ aeronet_handler.cc aeronet_handler.h $(OPT_PYTHON_SOURCES) ascii2nc_CPPFLAGS = ${MET_CPPFLAGS} -I../../../basic/vx_log @@ -48,6 +50,7 @@ ascii2nc_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_cal \ -lvx_math \ diff --git a/src/tools/other/ascii2nc/Makefile.in b/src/tools/other/ascii2nc/Makefile.in index 855a836b36..d4b3ddbdd4 100644 --- a/src/tools/other/ascii2nc/Makefile.in +++ b/src/tools/other/ascii2nc/Makefile.in @@ -106,8 +106,10 @@ am__ascii2nc_SOURCES_DIST = ascii2nc.cc ascii2nc_conf_info.cc \ ascii2nc_conf_info.h file_handler.cc file_handler.h \ little_r_handler.cc little_r_handler.h met_handler.cc \ met_handler.h surfrad_handler.cc surfrad_handler.h \ - wwsis_handler.cc wwsis_handler.h aeronet_handler.cc \ - aeronet_handler.h python_handler.h python_handler.cc + wwsis_handler.cc wwsis_handler.h airnow_handler.cc \ + airnow_handler.h airnow_locations.cc airnow_locations.h \ + aeronet_handler.cc aeronet_handler.h python_handler.h \ + python_handler.cc @ENABLE_PYTHON_TRUE@am__objects_1 = ascii2nc-python_handler.$(OBJEXT) am__objects_2 = $(am__objects_1) am_ascii2nc_OBJECTS = ascii2nc-ascii2nc.$(OBJEXT) \ @@ -117,6 +119,8 @@ am_ascii2nc_OBJECTS = ascii2nc-ascii2nc.$(OBJEXT) \ ascii2nc-met_handler.$(OBJEXT) \ ascii2nc-surfrad_handler.$(OBJEXT) \ ascii2nc-wwsis_handler.$(OBJEXT) \ + ascii2nc-airnow_handler.$(OBJEXT) \ + ascii2nc-airnow_locations.$(OBJEXT) \ ascii2nc-aeronet_handler.$(OBJEXT) $(am__objects_2) ascii2nc_OBJECTS = $(am_ascii2nc_OBJECTS) am__DEPENDENCIES_1 = @@ -140,6 +144,8 @@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/ascii2nc-aeronet_handler.Po \ + ./$(DEPDIR)/ascii2nc-airnow_handler.Po \ + ./$(DEPDIR)/ascii2nc-airnow_locations.Po \ ./$(DEPDIR)/ascii2nc-ascii2nc.Po \ ./$(DEPDIR)/ascii2nc-ascii2nc_conf_info.Po \ ./$(DEPDIR)/ascii2nc-file_handler.Po \ @@ -359,6 +365,8 @@ ascii2nc_SOURCES = ascii2nc.cc \ met_handler.cc met_handler.h \ surfrad_handler.cc surfrad_handler.h \ wwsis_handler.cc wwsis_handler.h \ + airnow_handler.cc airnow_handler.h \ + airnow_locations.cc airnow_locations.h \ aeronet_handler.cc aeronet_handler.h $(OPT_PYTHON_SOURCES) ascii2nc_CPPFLAGS = ${MET_CPPFLAGS} -I../../../basic/vx_log @@ -383,6 +391,7 @@ ascii2nc_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_cal \ -lvx_math \ @@ -477,6 +486,8 @@ distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascii2nc-aeronet_handler.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascii2nc-airnow_handler.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascii2nc-airnow_locations.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascii2nc-ascii2nc.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascii2nc-ascii2nc_conf_info.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascii2nc-file_handler.Po@am__quote@ # am--include-marker @@ -604,6 +615,34 @@ ascii2nc-wwsis_handler.obj: wwsis_handler.cc @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ascii2nc-wwsis_handler.obj `if test -f 'wwsis_handler.cc'; then $(CYGPATH_W) 'wwsis_handler.cc'; else $(CYGPATH_W) '$(srcdir)/wwsis_handler.cc'; fi` +ascii2nc-airnow_handler.o: airnow_handler.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ascii2nc-airnow_handler.o -MD -MP -MF $(DEPDIR)/ascii2nc-airnow_handler.Tpo -c -o ascii2nc-airnow_handler.o `test -f 'airnow_handler.cc' || echo '$(srcdir)/'`airnow_handler.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ascii2nc-airnow_handler.Tpo $(DEPDIR)/ascii2nc-airnow_handler.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='airnow_handler.cc' object='ascii2nc-airnow_handler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ascii2nc-airnow_handler.o `test -f 'airnow_handler.cc' || echo '$(srcdir)/'`airnow_handler.cc + +ascii2nc-airnow_handler.obj: airnow_handler.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ascii2nc-airnow_handler.obj -MD -MP -MF $(DEPDIR)/ascii2nc-airnow_handler.Tpo -c -o ascii2nc-airnow_handler.obj `if test -f 'airnow_handler.cc'; then $(CYGPATH_W) 'airnow_handler.cc'; else $(CYGPATH_W) '$(srcdir)/airnow_handler.cc'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ascii2nc-airnow_handler.Tpo $(DEPDIR)/ascii2nc-airnow_handler.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='airnow_handler.cc' object='ascii2nc-airnow_handler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ascii2nc-airnow_handler.obj `if test -f 'airnow_handler.cc'; then $(CYGPATH_W) 'airnow_handler.cc'; else $(CYGPATH_W) '$(srcdir)/airnow_handler.cc'; fi` + +ascii2nc-airnow_locations.o: airnow_locations.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ascii2nc-airnow_locations.o -MD -MP -MF $(DEPDIR)/ascii2nc-airnow_locations.Tpo -c -o ascii2nc-airnow_locations.o `test -f 'airnow_locations.cc' || echo '$(srcdir)/'`airnow_locations.cc +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ascii2nc-airnow_locations.Tpo $(DEPDIR)/ascii2nc-airnow_locations.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='airnow_locations.cc' object='ascii2nc-airnow_locations.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ascii2nc-airnow_locations.o `test -f 'airnow_locations.cc' || echo '$(srcdir)/'`airnow_locations.cc + +ascii2nc-airnow_locations.obj: airnow_locations.cc +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ascii2nc-airnow_locations.obj -MD -MP -MF $(DEPDIR)/ascii2nc-airnow_locations.Tpo -c -o ascii2nc-airnow_locations.obj `if test -f 'airnow_locations.cc'; then $(CYGPATH_W) 'airnow_locations.cc'; else $(CYGPATH_W) '$(srcdir)/airnow_locations.cc'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ascii2nc-airnow_locations.Tpo $(DEPDIR)/ascii2nc-airnow_locations.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='airnow_locations.cc' object='ascii2nc-airnow_locations.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ascii2nc-airnow_locations.obj `if test -f 'airnow_locations.cc'; then $(CYGPATH_W) 'airnow_locations.cc'; else $(CYGPATH_W) '$(srcdir)/airnow_locations.cc'; fi` + ascii2nc-aeronet_handler.o: aeronet_handler.cc @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ascii2nc_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ascii2nc-aeronet_handler.o -MD -MP -MF $(DEPDIR)/ascii2nc-aeronet_handler.Tpo -c -o ascii2nc-aeronet_handler.o `test -f 'aeronet_handler.cc' || echo '$(srcdir)/'`aeronet_handler.cc @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ascii2nc-aeronet_handler.Tpo $(DEPDIR)/ascii2nc-aeronet_handler.Po @@ -761,6 +800,8 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/ascii2nc-aeronet_handler.Po + -rm -f ./$(DEPDIR)/ascii2nc-airnow_handler.Po + -rm -f ./$(DEPDIR)/ascii2nc-airnow_locations.Po -rm -f ./$(DEPDIR)/ascii2nc-ascii2nc.Po -rm -f ./$(DEPDIR)/ascii2nc-ascii2nc_conf_info.Po -rm -f ./$(DEPDIR)/ascii2nc-file_handler.Po @@ -815,6 +856,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/ascii2nc-aeronet_handler.Po + -rm -f ./$(DEPDIR)/ascii2nc-airnow_handler.Po + -rm -f ./$(DEPDIR)/ascii2nc-airnow_locations.Po -rm -f ./$(DEPDIR)/ascii2nc-ascii2nc.Po -rm -f ./$(DEPDIR)/ascii2nc-ascii2nc_conf_info.Po -rm -f ./$(DEPDIR)/ascii2nc-file_handler.Po diff --git a/src/tools/other/ascii2nc/airnow_handler.cc b/src/tools/other/ascii2nc/airnow_handler.cc new file mode 100644 index 0000000000..2eb467ee8c --- /dev/null +++ b/src/tools/other/ascii2nc/airnow_handler.cc @@ -0,0 +1,966 @@ +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* +// ** Copyright UCAR (c) 1992 - 2022 +// ** University Corporation for Atmospheric Research (UCAR) +// ** National Center for Atmospheric Research (NCAR) +// ** Research Applications Lab (RAL) +// ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* + + +//////////////////////////////////////////////////////////////////////// + + +using namespace std; + + +#include +#include +#include +#include +#include + +#include "vx_log.h" +#include "vx_math.h" +#include "vx_util.h" + +#include "airnow_handler.h" + +static const char *AIRNOW_NA_STR = "N/A"; +static const char *airnow_stations_env = "MET_AIRNOW_STATIONS"; + +const int AirnowHandler::AIRNOW_FORMAT_VERSION_HOURLY = 1; +const int AirnowHandler::AIRNOW_FORMAT_VERSION_HOURLYAQOBS = 2; +const int AirnowHandler::AIRNOW_FORMAT_VERSION_DAILYV2 = 3; +const int AirnowHandler::AIRNOW_FORMAT_VERSION_UNKNOWN = -1; + +const int AirnowHandler::NUM_COLS_HOURLY = 9; +const int AirnowHandler::NUM_COLS_HOURLYAQOBS = 34; +const int AirnowHandler::NUM_COLS_DAILYV2 = 13; + +// header values shared by more than one format +const string hdr_aqsid = "AQSID"; +const string hdr_site = "SiteName"; +const string hdr_lat = "Latitude"; +const string hdr_lon = "Longitude"; +const string hdr_valid_date = "ValidDate"; +const string hdr_source = "DataSource"; +const string hdr_valid_time = "ValidTime"; +const string hdr_param = "ParameterName"; +const string hdr_units = "ReportingUnits"; +const string hdr_value = "Value"; + +// header values specific to dailyv2 - defined by this software as there is no header in the data +const string hdr_dailyv2_ave_period = "AveragingPeriod"; +const string hdr_dailyv2_aqi_value = "AQIValue"; +const string hdr_dailyv2_aqi_category = "AQICategory"; +const string hdr_dailyv2_full_aqsid = "FullAQSID"; + +// header values specific to hourlyaqobs +const string hdr_hourlyaqobs_status = "Status"; +const string hdr_hourlyaqobs_epa_region = "EPARegion"; +const string hdr_hourlyaqobs_elevation = "Elevation"; +const string hdr_gmtoffset = "GMTOffset"; +const string hdr_hourlyaqobs_countrycode = "CountryCode"; +const string hdr_hourlyaqobs_statename = "StateName"; +const string hdr_hourlyaqobs_reportingarea = "ReportingArea_PipeDelimited"; +const string hdr_hourlyaqobs_ozone_aqi = "OZONE_AQI"; +const string hdr_hourlyaqobs_ozone_measured = "OZONE_Measured"; +const string hdr_hourlyaqobs_ozone = "OZONE"; +const string hdr_hourlyaqobs_ozone_units = "OZONE_Unit"; +const string hdr_hourlyaqobs_pm10_aqi = "PM10_AQI"; +const string hdr_hourlyaqobs_pm10_measured = "PM10_Measured"; +const string hdr_hourlyaqobs_pm10 = "PM10"; +const string hdr_hourlyaqobs_pm10_units = "PM10_Unit"; +const string hdr_hourlyaqobs_pm25_aqi = "PM25_AQI"; +const string hdr_hourlyaqobs_pm25_measured = "PM25_Measured"; +const string hdr_hourlyaqobs_pm25 = "PM25"; +const string hdr_hourlyaqobs_pm25_units = "PM25_Unit"; +const string hdr_hourlyaqobs_no2_aqi = "NO2_AQI"; +const string hdr_hourlyaqobs_no2_measured = "NO2_Measured"; +const string hdr_hourlyaqobs_no2 = "NO2"; +const string hdr_hourlyaqobs_no2_units = "NO2_Unit"; +const string hdr_hourlyaqobs_co = "CO"; +const string hdr_hourlyaqobs_co_units = "CO_Unit"; +const string hdr_hourlyaqobs_so2 = "SO2"; +const string hdr_hourlyaqobs_so2_units = "SO2_Unit"; + +const float AIRNOW_MISSING_VALUE = -999.; + +string remove_quotes(string &s); +bool doubleOrMissing(const string &s, double &value); +vector parseHourlyAqobsLine(const string &asciiLine, bool &ok); + +//////////////////////////////////////////////////////////////////////// + + +// +// Code for class AirnowHandler +// + + +//////////////////////////////////////////////////////////////////////// + + +AirnowHandler::AirnowHandler(const string &program_name) : + FileHandler(program_name) +{ + use_var_id = true; + format_version = AIRNOW_FORMAT_VERSION_UNKNOWN; + + ConcatString fname; + + // + // search for MET_AIRNOW_STATIONS environment variable + // if not defined, use a hardwired value + // + if(get_env(airnow_stations_env, fname)) { + monitoringSiteFileName = fname; + } else { + monitoringSiteFileName = "MET_BASE/table_files/airnow_monitoring_site_locations_v2.txt"; + } +} + +//////////////////////////////////////////////////////////////////////// + + +AirnowHandler::~AirnowHandler() +{ +} + + +//////////////////////////////////////////////////////////////////////// + + + +bool AirnowHandler::isFileType(LineDataFile &ascii_file) const +{ + // + // Initialize the return value. + // + bool is_file_type = false; + + // + // Read the first line from the file. + // + DataLine dl; + dl.set_delimiter(","); + ascii_file >> dl; + string line = dl.get_line(); + ConcatString cstring(line); + + // try delimeter "|" and check for DAILYV2 or HOURLY + StringArray tokens = cstring.split("|"); + if (NUM_COLS_DAILYV2 == tokens.n_elements()) { + is_file_type = true; + return is_file_type; + } else if (NUM_COLS_HOURLY == tokens.n_elements()) { + is_file_type = true; + return is_file_type; + } + + // try with "," delimiter and look for HOURLYABQ + StringArray tokens2 = cstring.split(","); + if (NUM_COLS_HOURLYAQOBS == tokens2.n_elements()) { + is_file_type = true; + return is_file_type; + } + return is_file_type; +} + +void AirnowHandler::setFormatVersion(int version) { + + format_version = version; +} + +//////////////////////////////////////////////////////////////////////// +// Private/Protected methods +//////////////////////////////////////////////////////////////////////// + +bool AirnowHandler::_readObservations(LineDataFile &ascii_file) +{ + DataLine data_line; + string method_name = "AirnowHandler::_readObservations() "; + string header_type; + string delimiter; + int column_cnt; + + _initializeColumnPointers(); + + if (format_version == AIRNOW_FORMAT_VERSION_UNKNOWN) { + // try to figure out which one it is and set it + if (!_determineFileType(ascii_file)) { + return false; + } + } + + if (format_version == AIRNOW_FORMAT_VERSION_DAILYV2) { + doStripQuotes = false; + _setDailyv2HeaderInfo(); + header_type = "AIRNOW_DAILY_V2"; + delimiter = "|"; + column_cnt = NUM_COLS_DAILYV2; + } + else if (format_version == AIRNOW_FORMAT_VERSION_HOURLYAQOBS) { + doStripQuotes = true; + if (!_readHeaderInfo(ascii_file)) + return false; + header_type = "AIRNOW_HOURLY_AQOBS"; + delimiter = ","; + column_cnt = NUM_COLS_HOURLYAQOBS; + } + else if (format_version == AIRNOW_FORMAT_VERSION_HOURLY) { + doStripQuotes = false; + _setHourlyHeaderInfo(); + if (!locations.initialize(monitoringSiteFileName)) { + return false; + } + header_type = "AIRNOW_HOURLY"; + delimiter = "|"; + column_cnt = NUM_COLS_HOURLY; + } + else { + mlog << Error << method_name << " format value=" << format_version << " expect " + << AIRNOW_FORMAT_VERSION_DAILYV2 << " or " << AIRNOW_FORMAT_VERSION_HOURLYAQOBS + << " or " << AIRNOW_FORMAT_VERSION_HOURLY << "\n\n"; + header_type = "AIRNOW_HOURLY"; + return false; + } + header_names.dump(cout); + + if (format_version == AIRNOW_FORMAT_VERSION_HOURLYAQOBS) { + // need to process this a special way because of comma separated strings with + // commas within some strings + return _readObservationsHourlyAqobs(ascii_file, column_cnt, delimiter, header_type); + } else { + return _readObservationsStandard(ascii_file, column_cnt, delimiter, header_type); + } +} + +//////////////////////////////////////////////////////////////////////// + +bool AirnowHandler::_readObservationsStandard(LineDataFile &ascii_file, + int column_cnt, const string &delimiter, + const string &header_type) +{ + DataLine data_line; + // + // Process the observation lines + // + int bad_line_count = 0; + data_line.set_delimiter(delimiter.c_str()); + while (ascii_file >> data_line) { + if (!_parseObservationLineStandard(data_line, ascii_file.filename(), + column_cnt, header_type)) { + bad_line_count++; + } + } + return true; +} + +//////////////////////////////////////////////////////////////////////// + +bool AirnowHandler::_parseObservationLineStandard(DataLine &data_line, + const string &filename, + int column_cnt, + const string &header_type) +{ + string method_name = "AirnowHandler::_parseObservationLineStandard() "; + + // + // Make sure that the line contains the correct number of tokens + // + if (data_line.n_items() != column_cnt) { + mlog << Error << "\n" << method_name << "-> " + << "line number " << data_line.line_number() + << " does not have the correct number of columns " << data_line.n_items() + << " (" << column_cnt << "). Skipping this line in \"" + << filename << "\".\n\n"; + return false; + } + + time_t valid_time = _getValidTime(data_line); + if (valid_time == 0) { + mlog << Error << "\n" << method_name << "-> " + << "line number " << data_line.line_number() + << " time could not be parsed, skipping this line in \"" + << filename << "\".\n\n"; + return false; + } + + // fill in expected things + double lat, lon, elev; + string stationId = _extractColumn(data_line, stationIdPtr); + string col; + + if (format_version == AIRNOW_FORMAT_VERSION_HOURLY) { + if (!locations.lookupLatLonElev(stationId, lat, lon, elev)) { + mlog << Warning << method_name << "-> " + << "Skipping line number " << data_line.line_number() + << " StationId " << stationId << " Not found in locations file\n"; + // skip this line + return false; + } + } else { + col = _extractColumn(data_line, latPtr); + lat = atof(col.c_str()); + col = _extractColumn(data_line, lonPtr); + lon = atof(col.c_str()); + if (elevPtr >= 0) { + col = _extractColumn(data_line, elevPtr); + elev = atof(col.c_str()); + } else { + elev = AIRNOW_MISSING_VALUE; + } + } + string varName; + string units; + double value; + int aqiValue; + int aqiCategory; + //double height_m = AIRNOW_MISSING_VALUE; // maybe change + // go with this for now, can easily replace with previous line + double height_m = elev; + + if (format_version == AIRNOW_FORMAT_VERSION_DAILYV2) { + varName = _extractColumn(data_line, varnamePtr); + units = _extractColumn(data_line, unitsPtr); + col = _extractColumn(data_line, valuePtr); + value = atof(col.c_str()); + col = _extractColumn(data_line, aqiPtr); + aqiValue = atoi(col.c_str()); + col = _extractColumn(data_line, aqiCategoryPtr); + aqiCategory = atoi(col.c_str()); + // for now only the single variable is written as an observation + _addObservations(Observation(header_type, stationId, valid_time, + lat, lon, elev, na_str, 0, + AIRNOW_MISSING_VALUE, height_m, + value, varName)); + } else if (format_version == AIRNOW_FORMAT_VERSION_HOURLY) { + varName = _extractColumn(data_line, varnamePtr); + units = _extractColumn(data_line, unitsPtr); + col = _extractColumn(data_line, valuePtr); + value = atof(col.c_str()); + _addObservations(Observation(header_type, stationId, valid_time, + lat, lon, elev, na_str, 0, + AIRNOW_MISSING_VALUE, height_m, + value, varName)); + } + return true; +} + +//////////////////////////////////////////////////////////////////////// + +bool AirnowHandler::_readObservationsHourlyAqobs(LineDataFile &ascii_file, + int column_cnt, const string &delimiter, + const string &header_type) +{ + string method_name = "AirnowHandler::_readObservationsHourlyAqobs() "; + + // + // Process the observation lines + // + int bad_line_count = 0; + + // + // hack set the delimiter to something invalid so you get one big string + // + DataLine data_line; + data_line.set_delimiter("%$@"); + + int lineNumber = -1; + while (ascii_file >> data_line) { + lineNumber++; + if (!_parseObservationLineAqobs(data_line[0], column_cnt, header_type, + lineNumber, ascii_file.filename())) { + ++bad_line_count; + } + } + return true; +} + +//////////////////////////////////////////////////////////////////////// + +bool AirnowHandler::_parseObservationLineAqobs(const string &data_line, + int column_cnt, + const string &header_type, + int lineNumber, + const string &filename) +{ + string method_name = "AirnowHandler::_parseObservationLineAqobs() "; + + bool ok = true; + vector tokens = parseHourlyAqobsLine(data_line, ok); + if (!ok) { + return false; + } + + if ((int)tokens.size() != column_cnt) { + mlog << Error << "\nAirnowHandler" << method_name << "-> " + << "line number " << lineNumber + << " does not have the correct number of columns " << tokens.size() + << " (" << column_cnt << "). Skipping this line in \"" + << filename << "\".\n\n"; + // for now just skip this line + return false; + } + time_t valid_time = _getValidTime(tokens); + if (valid_time == 0) { + mlog << Error << "\n" << method_name << "-> " + << "line number " << lineNumber + << " time could not be parsed, skipping this line in \"" + << filename << "\".\n\n"; + return false; + } + + // fill in expected things + double lat, lon, elev; + string stationId = tokens[stationIdPtr]; + string col; + + lat = atof(tokens[latPtr].c_str()); + lon = atof(tokens[lonPtr].c_str()); + if (elevPtr >= 0) { + elev = atof(tokens[elevPtr].c_str()); + } else { + elev = 0.0; // or maybe -99 missing + } + + _addHourlyAqobsObs(tokens, header_type, stationId, valid_time, lat, lon, elev, + ozoneMeasuredPtr, ozoneAqiPtr, ozonePtr, ozoneUnitPtr, + hdr_hourlyaqobs_ozone); + _addHourlyAqobsObs(tokens, header_type, stationId, valid_time, lat, lon, elev, + pm10MeasuredPtr, pm10AqiPtr, pm10Ptr, pm10UnitPtr, + hdr_hourlyaqobs_pm10); + _addHourlyAqobsObs(tokens, header_type, stationId, valid_time, lat, lon, elev, + pm25MeasuredPtr, pm25AqiPtr, pm25Ptr, pm25UnitPtr, + hdr_hourlyaqobs_pm25); + _addHourlyAqobsObs(tokens, header_type, stationId, valid_time, lat, lon, elev, + no2MeasuredPtr, no2AqiPtr, no2Ptr, no2UnitPtr, + hdr_hourlyaqobs_no2); + _addHourlyAqobsObs(tokens, header_type, stationId, valid_time, lat, lon, elev, + coPtr, coUnitPtr, hdr_hourlyaqobs_co); + _addHourlyAqobsObs(tokens, header_type, stationId, valid_time, lat, lon, elev, + so2Ptr, so2UnitPtr, hdr_hourlyaqobs_so2); + return true; +} + +//////////////////////////////////////////////////////////////////////// + +bool AirnowHandler::_determineFileType(LineDataFile &ascii_file) +{ + // + // Read the first line from the file. + // + DataLine dl; + dl.set_delimiter(","); + ascii_file >> dl; + ascii_file.rewind(); + string line = dl.get_line(); + ConcatString cstring(line); + + // try delimeter "|" and check for DAILYV2 or HOURLY + StringArray tokens = cstring.split("|"); + if (NUM_COLS_DAILYV2 == tokens.n_elements()) { + format_version = AIRNOW_FORMAT_VERSION_DAILYV2; + return true; + } else if (NUM_COLS_HOURLY == tokens.n_elements()) { + format_version = AIRNOW_FORMAT_VERSION_HOURLY; + return true; + } + + // try with "," delimiter and look for HOURLYABQ + StringArray tokens2 = cstring.split(","); + if (NUM_COLS_HOURLYAQOBS == tokens2.n_elements()) { + format_version = AIRNOW_FORMAT_VERSION_HOURLYAQOBS; + return true; + } + format_version = AIRNOW_FORMAT_VERSION_UNKNOWN; + mlog << Error << "\nAirnowHandler::_determineFileType -> " + << "Unknown file type\n\n"; + return false; +} + +//////////////////////////////////////////////////////////////////////// + +void AirnowHandler::_addHourlyAqobsObs(const vector &data_line, const string &header_type, + const string &stationId, const time_t &valid_time, + double lat, double lon, double elev, + int measuredPtr, int aqiPtr, int valuePtr, + int unitPtr, const string &varname) +{ + string col; + int status; + int aqi; + double value; + string units; + // double height_m = AIRNOW_MISSING_VALUE; // maybe change + // go with this, can easily switch to previous line + double height_m = elev; + + status = atoi(data_line[measuredPtr].c_str()); + if (status == 1) { + aqi = atoi(data_line[aqiPtr].c_str()); + if (doubleOrMissing(data_line[valuePtr], value)) { + units = data_line[unitPtr]; // ignored for now + // for now only the single variable is written as an observation + _addObservations(Observation(header_type, stationId, valid_time, + lat, lon, elev, na_str, 0, + AIRNOW_MISSING_VALUE, height_m, + value, varname)); + } + } +} + +//////////////////////////////////////////////////////////////////////// + + +void AirnowHandler::_addHourlyAqobsObs(const vector &data_line, const string &header_type, + const string &stationId, const time_t &valid_time, + double lat, double lon, double elev, + int valuePtr, int unitPtr, const string &varname) +{ + string col; + double value; + string units; + // double height_m = AIRNOW_MISSING_VALUE; // maybe change + // go with this, can easily switch to previous line + double height_m = elev; + + if (doubleOrMissing(data_line[valuePtr], value)) { + units = data_line[unitPtr]; // ignored for now + _addObservations(Observation(header_type, stationId, valid_time, + lat, lon, elev, na_str, 0, + AIRNOW_MISSING_VALUE, height_m, + value, varname)); + } +} + +//////////////////////////////////////////////////////////////////////// + +time_t AirnowHandler::_getValidTime(const DataLine &data_line) const + +{ + // + // Pull out the date information + // + if (datePtr < 0) { + mlog << Error << "\nAirnowHandler::_getValidTime -> " + << "Date column pointer is not set\n\n"; + return 0; + } + string dateStr = _extractColumn(data_line, datePtr); + string timeStr; + if (timePtr >= 0) { + timeStr = _extractColumn(data_line, timePtr); + } else { + timeStr = ""; + } + return _getValidTime(dateStr, timeStr); +} + +//////////////////////////////////////////////////////////////////////// + +time_t AirnowHandler::_getValidTime(const vector &data_line) const +{ + // + // Pull out the date information + // + if (datePtr < 0) { + mlog << Error << "\nAirnowHandler::_getValidTime -> " + << "Date column pointer is not set\n\n"; + return 0; + } + string dateStr = data_line[datePtr]; + string timeStr; + if (timePtr >= 0) { + timeStr = data_line[timePtr]; + } else { + timeStr = ""; + } + return _getValidTime(dateStr, timeStr); +} + +//////////////////////////////////////////////////////////////////////// + +time_t AirnowHandler::_getValidTime(const string &dateStr, const string &timeStr) const +{ + string mon, mday, year; + string hour, min, sec; + + ConcatString date_string(dateStr); + StringArray dateTokens = date_string.split("/"); + if (1 == dateTokens.n_elements()) { + mlog << Error << "\nAirnowHandler::_getValidTime -> " + << "Not supported date: \"" << date_string << "\".\n\n"; + return 0; + } + mon = dateTokens[0]; + mday = dateTokens[1]; + year = dateTokens[2]; + if (year.size() == 2) { + // assume it's at least the year 2000 and this is the last 2 digits + // (really should look at file name). This will work till 2099 if + // assumptions are true + year = "20" + year; + } + + hour = "00"; + min = "00"; + sec = "00"; + if (!timeStr.empty()) { + // + // Pull out the time information, which is optional + // + ConcatString time_string(timeStr); + StringArray timeTokens = time_string.split(":"); + if (1 == timeTokens.n_elements()) { + // assume its hour + hour = timeTokens[0]; + } else if (2 == timeTokens.n_elements()) { + hour = timeTokens[0]; + min = timeTokens[1]; + } else if (3 == timeTokens.n_elements()) { + hour = timeTokens[0]; + min = timeTokens[1]; + sec = timeTokens[2]; + } else { + mlog << Error << "\nAirnowHandler::_getValidTime -> " + << "Not supported time: \"" << time_string << "\".\n\n"; + return 0; + } + } + + // + // Set up the time structure + // + + struct tm time_struct; + memset(&time_struct, 0, sizeof(time_struct)); + + time_struct.tm_year = atoi(year.c_str()) -1900; + time_struct.tm_mon = atoi(mon.c_str()) - 1; + time_struct.tm_mday = atoi(mday.c_str()); + time_struct.tm_hour = atoi(hour.c_str()); + time_struct.tm_min = atoi(min.c_str()); + time_struct.tm_sec = atoi(sec.c_str()); + return timegm(&time_struct); +} + +//////////////////////////////////////////////////////////////////////// + +void AirnowHandler::_setDailyv2HeaderInfo() +{ + header_names.clear(); + header_names.add(hdr_valid_date); + datePtr = 0; + header_names.add(hdr_aqsid); + header_names.add(hdr_site); + header_names.add(hdr_param); + varnamePtr = 3; + header_names.add(hdr_units); + unitsPtr = 4; + header_names.add(hdr_value); + valuePtr = 5; + header_names.add(hdr_dailyv2_ave_period); + header_names.add(hdr_source); + header_names.add(hdr_dailyv2_aqi_value); + aqiPtr = 8; + header_names.add(hdr_dailyv2_aqi_category); + aqiCategoryPtr = 9; + header_names.add(hdr_lat); + latPtr = 10; + header_names.add(hdr_lon); + lonPtr = 11; + header_names.add(hdr_dailyv2_full_aqsid); + stationIdPtr = 12; +} + + +//////////////////////////////////////////////////////////////////////// + +void AirnowHandler::_setHourlyHeaderInfo() +{ + header_names.clear(); + header_names.add(hdr_valid_date); + datePtr = 0; + header_names.add(hdr_valid_time); + timePtr = 1; + header_names.add(hdr_aqsid); + stationIdPtr = 2; + header_names.add(hdr_site); + header_names.add(hdr_gmtoffset); + header_names.add(hdr_param); + varnamePtr = 5; + header_names.add(hdr_units); + unitsPtr = 6; + header_names.add(hdr_value); + valuePtr = 7; + header_names.add(hdr_source); +} + +//////////////////////////////////////////////////////////////////////// + +bool AirnowHandler::_readHeaderInfo(LineDataFile &ascii_file) +{ + StringArray reference_headers; + + // set the expected stuff, noting that the order seen in a sample + // file is different than in the documentation, meaning need to do + // a 'one to one and onto' check refererence versus actual to be thorough + reference_headers.clear(); + reference_headers.add(hdr_aqsid); + reference_headers.add(hdr_site); + reference_headers.add(hdr_hourlyaqobs_status); + reference_headers.add(hdr_hourlyaqobs_epa_region); + reference_headers.add(hdr_lat); + reference_headers.add(hdr_lon); + reference_headers.add(hdr_hourlyaqobs_elevation); + reference_headers.add(hdr_gmtoffset); + reference_headers.add(hdr_hourlyaqobs_countrycode); + reference_headers.add(hdr_hourlyaqobs_statename); + reference_headers.add(hdr_valid_date); + reference_headers.add(hdr_valid_time); + reference_headers.add(hdr_source); + reference_headers.add(hdr_hourlyaqobs_reportingarea); + reference_headers.add(hdr_hourlyaqobs_ozone_aqi); + reference_headers.add(hdr_hourlyaqobs_pm10_aqi); + reference_headers.add(hdr_hourlyaqobs_pm25_aqi); + reference_headers.add(hdr_hourlyaqobs_no2_aqi); + reference_headers.add(hdr_hourlyaqobs_ozone_measured); + reference_headers.add(hdr_hourlyaqobs_pm10_measured); + reference_headers.add(hdr_hourlyaqobs_pm25_measured); + reference_headers.add(hdr_hourlyaqobs_no2_measured); + reference_headers.add(hdr_hourlyaqobs_pm25); + reference_headers.add(hdr_hourlyaqobs_pm25_units); + reference_headers.add(hdr_hourlyaqobs_ozone); + reference_headers.add(hdr_hourlyaqobs_ozone_units); + reference_headers.add(hdr_hourlyaqobs_no2); + reference_headers.add(hdr_hourlyaqobs_no2_units); + reference_headers.add(hdr_hourlyaqobs_co); + reference_headers.add(hdr_hourlyaqobs_co_units); + reference_headers.add(hdr_hourlyaqobs_so2); + reference_headers.add(hdr_hourlyaqobs_so2_units); + reference_headers.add(hdr_hourlyaqobs_pm10); + reference_headers.add(hdr_hourlyaqobs_pm10_units); + + DataLine data_line; + data_line.set_delimiter(","); + + // + // The first line of the file contains the headers + // + + if (!(ascii_file >> data_line)) + { + mlog << Error << "\nAirnowHandler::_readHeaderInfo() -> " + << "error reading header line from input ASCII file \"" + << ascii_file.filename() << "\"\n\n"; + + return false; + } + + // + // Check for the correct number of columns in the header line + // + + if (data_line.n_items() != NUM_COLS_HOURLYAQOBS) { + mlog << Error << "\nAirnowHandler::_readHeaderInfo() -> " + << "AIRNOW file has incorrect number of columns (" + << data_line.n_items() << ") in header line\n\n"; + return false; + } + + // + // look at each column and check if it is one of the + // reference strings, while also setting pointers to + // the columns that are of interest + // + + header_names.clear(); + bool status = true; + for (int i=0; i " + << "AIRNOW file has unknown header item " << s << "\n\n"; + status = false; + } + } + return status; +} + +//////////////////////////////////////////////////////////////////////// + + +void AirnowHandler::_initializeColumnPointers() +{ + // column pointers set for both daily v2 and hourly aqobs + stationIdPtr = -1; + datePtr = -1; + latPtr = -1; + lonPtr = -1; + varnamePtr = -1; + unitsPtr = -1; + valuePtr = -1; + aqiPtr = -1; + aqiCategoryPtr = -1; + timePtr = -1; + elevPtr = -1; + ozoneAqiPtr = -1; + ozoneMeasuredPtr = -1; + ozonePtr = -1; + ozoneUnitPtr = -1; + pm10AqiPtr = -1; + pm10MeasuredPtr = -1; + pm10Ptr = -1; + pm10UnitPtr = -1; + pm25AqiPtr = -1; + pm25MeasuredPtr = -1; + pm25Ptr = -1; + pm25UnitPtr = -1; + no2AqiPtr = -1; + no2MeasuredPtr = -1; + no2Ptr = -1; + no2UnitPtr = -1; + coPtr = -1; + coUnitPtr = -1; + so2Ptr = -1; + so2UnitPtr = -1; +} + + +//////////////////////////////////////////////////////////////////////// + +string AirnowHandler::_extractColumn(const DataLine &data_line, int ptr) const +{ + string c = data_line[ptr]; + if (doStripQuotes) { + c = remove_quotes(c); + } + // if you see a '\r' at the end remove that + std::size_t i1 = c.find_last_of("\r"); + if (i1 == string::npos) { + return c; + } + return c.substr(0, i1-1); +} + +//////////////////////////////////////////////////////////////////////// + +string remove_quotes(string &s) +{ + std::size_t i0, i1; + i0 = s.find_first_of("\""); + i1 = s.find_last_of("\""); + if (i0 == string::npos || i1 == string::npos) { + return s; + } + if (i1-i0-1 > 0) { + return s.substr(i0+1, i1-i0-1); + } else { + // it must be the empty string, so return that + return ""; + } +} + +//////////////////////////////////////////////////////////////////////// + +bool doubleOrMissing(const string &s, double &value) +{ + if (s.empty()) { + value = AIRNOW_MISSING_VALUE; + return false; + } else { + value = atof(s.c_str()); + return true; + } +} + +//////////////////////////////////////////////////////////////////////// + +vector parseHourlyAqobsLine(const string &asciiLine, bool &ok) +{ + string fullLine = asciiLine; + vector tokens; + + // break this line into all the things between double quotes, ignoring the commas + string remainder = fullLine; + std::size_t i0, i1; + ok = true; + for (;;) { + i0 = remainder.find_first_of("\""); + if (i0 == string::npos) { + break; + } + remainder = remainder.substr(i0+1); + i1 = remainder.find_first_of("\""); + if (i1 == string::npos) { + mlog << Warning << "\nparseHourlyAqobsLine -> " + << "line doesn't have matching double quotes\n" + << fullLine << "\n\n"; + // skip this line + ok = false; + break; + } else { + string token = remainder.substr(0, i1); + tokens.push_back(token); + remainder = remainder.substr(i1+1); + } + } + return tokens; +} diff --git a/src/tools/other/ascii2nc/airnow_handler.h b/src/tools/other/ascii2nc/airnow_handler.h new file mode 100644 index 0000000000..956f837f20 --- /dev/null +++ b/src/tools/other/ascii2nc/airnow_handler.h @@ -0,0 +1,205 @@ +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* +// ** Copyright UCAR (c) 1992 - 2022 +// ** University Corporation for Atmospheric Research (UCAR) +// ** National Center for Atmospheric Research (NCAR) +// ** Research Applications Lab (RAL) +// ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* + + +//////////////////////////////////////////////////////////////////////// + + +#ifndef __AIRNOWHANDLER_H__ +#define __AIRNOWHANDLER_H__ + + +//////////////////////////////////////////////////////////////////////// + + +#include +#include +#include + +#include "file_handler.h" +#include "airnow_locations.h" + +//////////////////////////////////////////////////////////////////////// + + +class AirnowHandler : public FileHandler +{ + +public: + + AirnowHandler(const string &program_name); + virtual ~AirnowHandler(); + + virtual bool isFileType(LineDataFile &ascii_file) const; + + void setFormatVersion(int version); + + static string getFormatStringDailyV2() + { + return "airnowdaily_v2"; + } + + static string getFormatStringHourlyAqObs() + { + return "airnowhourlyaqobs"; + } + + static string getFormatStringHourly() + { + return "airnowhourly"; + } + + ///////////////////////// + // Protected constants // + ///////////////////////// + + // + // The format versions map to integers 1 - 3 + // + static const int AIRNOW_FORMAT_VERSION_HOURLY; + static const int AIRNOW_FORMAT_VERSION_HOURLYAQOBS; + static const int AIRNOW_FORMAT_VERSION_DAILYV2; + static const int AIRNOW_FORMAT_VERSION_UNKNOWN; + + + // + // Number of columns expected for each type + // + static const int NUM_COLS_HOURLY; + static const int NUM_COLS_HOURLYAQOBS; + static const int NUM_COLS_DAILYV2; + +protected: + + ///////////////////////// + // Protected constants // + ///////////////////////// + + // Unchanging header information + + string _stationId; + double _stationLat; + double _stationLon; + double _stationAlt; + + int format_version; + + StringArray header_names; + + // flag as to whether to strip leading and trailing quotes from column data + bool doStripQuotes; + + // column pointers set for both daily v2 and hourly aqobs + int stationIdPtr; + int datePtr; + int latPtr; + int lonPtr; + + // column pointers for daily v2 + int varnamePtr; + int unitsPtr; + int valuePtr; + int aqiPtr; + int aqiCategoryPtr; + + // column pointers for hourlyaqobs + int timePtr; + int elevPtr; + int ozoneAqiPtr; + int ozoneMeasuredPtr; + int ozonePtr; + int ozoneUnitPtr; + int pm10AqiPtr; + int pm10MeasuredPtr; + int pm10Ptr; + int pm10UnitPtr; + int pm25AqiPtr; + int pm25MeasuredPtr; + int pm25Ptr; + int pm25UnitPtr; + int no2AqiPtr; + int no2MeasuredPtr; + int no2Ptr; + int no2UnitPtr; + int coPtr; + int coUnitPtr; + int so2Ptr; + int so2UnitPtr; + + string monitoringSiteFileName; + + AirnowLocations locations; + + /////////////////////// + // Protected methods // + /////////////////////// + + // Set the header strings for the dailyv2 data format, which does not include header + // information in the data + + void _setDailyv2HeaderInfo(); + void _setHourlyHeaderInfo(); + + // Read and save the header information from the given file, The file pointer + // is assumed to be at the beginning of the file. Sets the _stationId, + // _stationLat, _stationLon and _stationAlt values. + + bool _readHeaderInfo(LineDataFile &ascii_file); + + bool _determineFileType(LineDataFile &ascii_file); + + void _addHourlyAqobsObs(const vector &data_line, const string &header_type, + const string &stationId, const time_t &valid_time, + double lat, double lon, double elev, + int measuredPtr, int aqiPtr, int valuePtr, + int unitPtr, const string &varname); + void _addHourlyAqobsObs(const vector &data_line, const string &header_type, + const string &stationId, const time_t &valid_time, + double lat, double lon, double elev, + int valuePtr, int unitPtr, const string &varname); + + // Get the observation valid time from the given observation line + + time_t _getValidTime(const vector &data_line) const; + time_t _getValidTime(const DataLine &data_line) const; + time_t _getValidTime(const string &dateStr, const string &timeStr) const; + + + // Read the observations from the given file and add them to the + // _observations vector. + + virtual bool _readObservations(LineDataFile &ascii_file); + bool _readObservationsHourlyAqobs(LineDataFile &ascii_file, int column_cnt, const string &delimiter, + const string &header_type); + bool _readObservationsStandard(LineDataFile &ascii_file, int column_cnt, const string &delimiter, + const string &header_type); + bool _parseObservationLineStandard(DataLine &data_line, + const string &filename, + int column_cnt, + const string &header_type); + bool _parseObservationLineAqobs(const string &data_line, int column_cnt, + const string &header_type, int lineNumber, + const string &filename); + + void _initializeColumnPointers(); + + string _extractColumn(const DataLine &data_line, int ptr) const; + vector _parseHourlyAqobsLine(const string &asciiLine); + +}; + + +//////////////////////////////////////////////////////////////////////// + + +#endif /* __AERONETHANDLER_H__ */ + + +//////////////////////////////////////////////////////////////////////// + + diff --git a/src/tools/other/ascii2nc/airnow_locations.cc b/src/tools/other/ascii2nc/airnow_locations.cc new file mode 100644 index 0000000000..0435ad8281 --- /dev/null +++ b/src/tools/other/ascii2nc/airnow_locations.cc @@ -0,0 +1,187 @@ +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* +// ** Copyright UCAR (c) 1992 - 2022 +// ** University Corporation for Atmospheric Research (UCAR) +// ** National Center for Atmospheric Research (NCAR) +// ** Research Applications Lab (RAL) +// ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* + + +//////////////////////////////////////////////////////////////////////// + + +using namespace std; + + +#include +#include +#include +#include +#include + +#include "vx_log.h" +#include "vx_math.h" +#include "vx_util.h" + +#include "airnow_locations.h" + +//////////////////////////////////////////////////////////////////////// + + +// +// Code for class AirnowLocations +// + + +//////////////////////////////////////////////////////////////////////// + + +AirnowLocations::AirnowLocations() +{ + // + // this is a default + // + monitoringSiteFileName = "Monitoring_Site_Locations_V2.dat"; +} + + +//////////////////////////////////////////////////////////////////////// + + +AirnowLocations::~AirnowLocations() +{ +} + + +//////////////////////////////////////////////////////////////////////// + +bool AirnowLocations::initialize(const string &fileName) +{ + string method_name = "AirnowLocations::initialize() "; + + monitoringSiteFileName = fileName; + LineDataFile locFile; + if (!locFile.open(monitoringSiteFileName.c_str())) { + mlog << Error << method_name << "->" + << "can't open input ASCII file \"" << monitoringSiteFileName + << "\" for reading\n\n"; + return false; + } + DataLine data_line; + data_line.set_delimiter("|"); + // first line is header + locFile >> data_line; + + // search for the columns we want + int aqsidPtr = -1; + int sidPtr = -1; + int fullaqsidPtr = -1; + int latPtr = -1; + int lonPtr = -1; + int elevPtr = -1; + + bool status = true; + if (!_setPtr(data_line, "AQSID", aqsidPtr)) status = false; + if (!_setPtr(data_line, "StationID", sidPtr)) status = false; + if (!_setPtr(data_line, "FullAQSID", fullaqsidPtr)) status = false; + if (!_setPtr(data_line, "Latitude", latPtr)) status = false; + if (!_setPtr(data_line, "Longitude", lonPtr)) status = false; + if (!_setPtr(data_line, "Elevation", elevPtr)) status = false; + if (!status) { + return false; + } + + // this is inefficient, but will work + int bad_line_count = 0; + while (locFile >> data_line) { + string aqsid = data_line[aqsidPtr]; + string fullaqsid = data_line[fullaqsidPtr]; + string stationid = data_line[sidPtr]; + double lat = atof(data_line[latPtr]); + double lon = atof(data_line[lonPtr]); + double elev = atof(data_line[elevPtr]); + + // assume the full aqsid are unique compared to the non-full simple aqsid or even the station id + // look for the 'full' + std::vector::const_iterator it; + it = find(monitoringSiteFullAqsid.begin(), monitoringSiteFullAqsid.end(), fullaqsid); + if (it == monitoringSiteFullAqsid.end()) { + monitoringSiteAqsid.push_back(aqsid); + monitoringSiteFullAqsid.push_back(fullaqsid); + monitoringSiteStationId.push_back(stationid); + monitoringSiteLat.push_back(lat); + monitoringSiteLon.push_back(lon); + monitoringSiteElev.push_back(elev); + } else { + int index = (int)(it - monitoringSiteFullAqsid.begin()); + string aqsid2 = monitoringSiteAqsid[index]; + string stationid2 = monitoringSiteStationId[index]; + double lat2 = monitoringSiteLat[index]; + double lon2 = monitoringSiteLon[index]; + double elev2 = monitoringSiteElev[index]; + if (lat != lat2 || lon != lon2 || elev != elev2 || aqsid2 != aqsid || stationid2 != stationid) { + mlog << Warning << "AirnowLocations" << method_name << "-> " + << "Multiple values seen for a single FullAQSID (" << fullaqsid << ")" + << "Values used: StationId:" << stationid << " Aqsid:" << aqsid << " Lat,Lon,Elev:" + << lat << "," << lon << "," << elev + << "Not used StationId:" << stationid2 << " Aqsid:" << aqsid2 << " Lat,Lon,Elev:" + << lat2 << "," << lon2 << "," << elev2 << "\n\n"; + } + } + } + locFile.close(); + +#ifdef DEBUGGING + for (size_t i=0; i::const_iterator it = find(monitoringSiteAqsid.begin(), monitoringSiteAqsid.end(), aqsid); + if (it == monitoringSiteAqsid.end()) { + it = find(monitoringSiteStationId.begin(), monitoringSiteStationId.end(), aqsid); + if (it == monitoringSiteStationId.end()) { + it = find(monitoringSiteFullAqsid.begin(), monitoringSiteFullAqsid.end(), aqsid); + if (it == monitoringSiteFullAqsid.end()) { + return false; + } + } + } + int index = (int)(it - monitoringSiteAqsid.begin()); + lat = monitoringSiteLat[index]; + lon = monitoringSiteLon[index]; + elev = monitoringSiteElev[index]; + return true; +} + +//////////////////////////////////////////////////////////////////////// + +bool AirnowLocations::_setPtr(DataLine &data_line, const string &headerName, int &ptr) const +{ + for (int i=0; i" + << "Did not see '" << headerName << "' in the header line of file " + << monitoringSiteFileName << "\n"; + return false; +} + diff --git a/src/tools/other/ascii2nc/airnow_locations.h b/src/tools/other/ascii2nc/airnow_locations.h new file mode 100644 index 0000000000..569f19d4ab --- /dev/null +++ b/src/tools/other/ascii2nc/airnow_locations.h @@ -0,0 +1,62 @@ +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* +// ** Copyright UCAR (c) 1992 - 2022 +// ** University Corporation for Atmospheric Research (UCAR) +// ** National Center for Atmospheric Research (NCAR) +// ** Research Applications Lab (RAL) +// ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA +// *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* + + +//////////////////////////////////////////////////////////////////////// + + +#ifndef __AIRNOWLOCATIONS_H__ +#define __AIRNOWLOCATIONS_H__ + + +//////////////////////////////////////////////////////////////////////// +#include +#include + +//////////////////////////////////////////////////////////////////////// + + +class AirnowLocations +{ + +public: + + AirnowLocations(); + virtual ~AirnowLocations(); + bool initialize(const string &locationsFile); + bool lookupLatLonElev(const string aqsid, double &lat, double &lon, double &elev) const; + +private: + + bool _setPtr(DataLine &data_line, const string &headerName, int &ptr) const; + + string monitoringSiteFileName; + + // all the AQSID's from the monitoring site file, set only for Hourly format. + // and all the associated location information from the monitoring site file, in the same order + // 3 different AQSID's are found in the lookup file: stationId, Aqsid, FullAqsid + // + vector monitoringSiteStationId; + vector monitoringSiteAqsid; + vector monitoringSiteFullAqsid; + vector monitoringSiteLat; + vector monitoringSiteLon; + vector monitoringSiteElev; + +}; + + +//////////////////////////////////////////////////////////////////////// + + +#endif + + +//////////////////////////////////////////////////////////////////////// + + diff --git a/src/tools/other/ascii2nc/ascii2nc.cc b/src/tools/other/ascii2nc/ascii2nc.cc index 45efcb7e73..e1be8ba119 100644 --- a/src/tools/other/ascii2nc/ascii2nc.cc +++ b/src/tools/other/ascii2nc/ascii2nc.cc @@ -46,6 +46,7 @@ // 018 03-01-21 Fillmore Replace pickle files for temporary // ascii. // 019 07/06/22 Howard Soh METplus-Internal #19 Rename main to met_main +// 020 08/26/22 Dave Albo Add AirNow observations. // //////////////////////////////////////////////////////////////////////// @@ -79,6 +80,7 @@ #include "surfrad_handler.h" #include "wwsis_handler.h" #include "aeronet_handler.h" +#include "airnow_handler.h" #ifdef ENABLE_PYTHON #include "global_python.h" @@ -102,6 +104,9 @@ enum ASCIIFormat { ASCIIFormat_Little_R, ASCIIFormat_SurfRad, ASCIIFormat_WWSIS, + ASCIIFormat_Airnow_dailyv2, + ASCIIFormat_Airnow_hourlyaqobs, + ASCIIFormat_Airnow_hourly, ASCIIFormat_Aeronet_v2, ASCIIFormat_Aeronet_v3, ASCIIFormat_Python, @@ -286,6 +291,24 @@ FileHandler *create_file_handler(const ASCIIFormat format, const ConcatString &a return((FileHandler *) new WwsisHandler(program_name)); } + case ASCIIFormat_Airnow_dailyv2: { + AirnowHandler *handler = new AirnowHandler(program_name); + handler->setFormatVersion(AirnowHandler::AIRNOW_FORMAT_VERSION_DAILYV2); + return((FileHandler *) handler); + } + + case ASCIIFormat_Airnow_hourlyaqobs: { + AirnowHandler *handler = new AirnowHandler(program_name); + handler->setFormatVersion(AirnowHandler::AIRNOW_FORMAT_VERSION_HOURLYAQOBS); + return((FileHandler *) handler); + } + + case ASCIIFormat_Airnow_hourly: { + AirnowHandler *handler = new AirnowHandler(program_name); + handler->setFormatVersion(AirnowHandler::AIRNOW_FORMAT_VERSION_HOURLY); + return((FileHandler *) handler); + } + case ASCIIFormat_Aeronet_v2: { AeronetHandler *handler = new AeronetHandler(program_name); handler->setFormatVersion(2); @@ -398,6 +421,19 @@ FileHandler *determine_ascii_format(const ConcatString &ascii_filename) { delete aeronet_file; + // + // See if this is an Airnow file. + // + f_in.rewind(); + AirnowHandler *airnow_file = new AirnowHandler(program_name); + + if(airnow_file->isFileType(f_in)) { + f_in.close(); + return((FileHandler *) airnow_file); + } + + delete airnow_file; + // // If we get here, we didn't recognize the file contents. // @@ -441,6 +477,9 @@ void usage() { << LittleRHandler::getFormatString() << "\", \"" << SurfradHandler::getFormatString() << "\", \"" << WwsisHandler::getFormatString() << "\", \"" + << AirnowHandler::getFormatStringDailyV2() << "\", \"" + << AirnowHandler::getFormatStringHourlyAqObs() << "\", \"" + << AirnowHandler::getFormatStringHourly() << "\", \"" << AeronetHandler::getFormatString() << "\", \"" << AeronetHandler::getFormatString_v2() << "\", \"" << AeronetHandler::getFormatString_v3() << "\""; @@ -511,6 +550,15 @@ void set_format(const StringArray & a) { else if(WwsisHandler::getFormatString() == a[0]) { ascii_format = ASCIIFormat_WWSIS; } + else if(AirnowHandler::getFormatStringDailyV2() == a[0]) { + ascii_format = ASCIIFormat_Airnow_dailyv2; + } + else if(AirnowHandler::getFormatStringHourlyAqObs() == a[0]) { + ascii_format = ASCIIFormat_Airnow_hourlyaqobs; + } + else if(AirnowHandler::getFormatStringHourly() == a[0]) { + ascii_format = ASCIIFormat_Airnow_hourly; + } else if(AeronetHandler::getFormatString() == a[0] || AeronetHandler::getFormatString_v2() == a[0]) { ascii_format = ASCIIFormat_Aeronet_v2; diff --git a/src/tools/other/gen_ens_prod/Makefile.am b/src/tools/other/gen_ens_prod/Makefile.am index 5c1191f123..de1913ed11 100644 --- a/src/tools/other/gen_ens_prod/Makefile.am +++ b/src/tools/other/gen_ens_prod/Makefile.am @@ -31,8 +31,10 @@ gen_ens_prod_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/gen_ens_prod/Makefile.in b/src/tools/other/gen_ens_prod/Makefile.in index dba9718cfb..f89cc6b0d4 100644 --- a/src/tools/other/gen_ens_prod/Makefile.in +++ b/src/tools/other/gen_ens_prod/Makefile.in @@ -338,8 +338,10 @@ gen_ens_prod_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/gen_ens_prod/gen_ens_prod.cc b/src/tools/other/gen_ens_prod/gen_ens_prod.cc index 5df9c68656..32948bf06a 100644 --- a/src/tools/other/gen_ens_prod/gen_ens_prod.cc +++ b/src/tools/other/gen_ens_prod/gen_ens_prod.cc @@ -788,11 +788,7 @@ void setup_nc_file() { conf_info.model.c_str()); // Add the projection information - write_netcdf_proj(nc_out, grid); - - // Define Dimensions - lat_dim = add_dim(nc_out, "lat", (long) grid.ny()); - lon_dim = add_dim(nc_out, "lon", (long) grid.nx()); + write_netcdf_proj(nc_out, grid, lat_dim, lon_dim); // Add the lat/lon variables if(conf_info.ens_input[0]->nc_info.do_latlon) { diff --git a/src/tools/other/gen_vx_mask/Makefile.am b/src/tools/other/gen_vx_mask/Makefile.am index 5eb4938ea7..3b71d70c18 100644 --- a/src/tools/other/gen_vx_mask/Makefile.am +++ b/src/tools/other/gen_vx_mask/Makefile.am @@ -43,6 +43,7 @@ gen_vx_mask_LDADD = -lvx_shapedata \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_solar \ diff --git a/src/tools/other/gen_vx_mask/Makefile.in b/src/tools/other/gen_vx_mask/Makefile.in index 11cf29caeb..1b6f49ad05 100644 --- a/src/tools/other/gen_vx_mask/Makefile.in +++ b/src/tools/other/gen_vx_mask/Makefile.in @@ -345,6 +345,7 @@ gen_vx_mask_LDADD = -lvx_shapedata \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_solar \ diff --git a/src/tools/other/gen_vx_mask/gen_vx_mask.cc b/src/tools/other/gen_vx_mask/gen_vx_mask.cc index dfcb1eef07..55572b1a2b 100644 --- a/src/tools/other/gen_vx_mask/gen_vx_mask.cc +++ b/src/tools/other/gen_vx_mask/gen_vx_mask.cc @@ -1259,11 +1259,7 @@ void write_netcdf(const DataPlane &dp) { write_netcdf_global(f_out, out_filename.c_str(), program_name); // Add the projection information - write_netcdf_proj(f_out, grid); - - // Define Dimensions - lat_dim = add_dim(f_out, "lat", (long) grid.ny()); - lon_dim = add_dim(f_out, "lon", (long) grid.nx()); + write_netcdf_proj(f_out, grid, lat_dim, lon_dim); // Add the lat/lon variables write_netcdf_latlon(f_out, &lat_dim, &lon_dim, grid); diff --git a/src/tools/other/grid_diag/Makefile.am b/src/tools/other/grid_diag/Makefile.am index 1d30d1bce4..c097c9757e 100644 --- a/src/tools/other/grid_diag/Makefile.am +++ b/src/tools/other/grid_diag/Makefile.am @@ -33,6 +33,7 @@ grid_diag_LDADD = -lvx_stat_out \ -lvx_grid \ -lvx_config \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/grid_diag/Makefile.in b/src/tools/other/grid_diag/Makefile.in index d474c9d012..e4b4bb8972 100644 --- a/src/tools/other/grid_diag/Makefile.in +++ b/src/tools/other/grid_diag/Makefile.in @@ -339,6 +339,7 @@ grid_diag_LDADD = -lvx_stat_out \ -lvx_grid \ -lvx_config \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/gsi_tools/Makefile.am b/src/tools/other/gsi_tools/Makefile.am index 1c94d4be2b..7f4f5acdf5 100644 --- a/src/tools/other/gsi_tools/Makefile.am +++ b/src/tools/other/gsi_tools/Makefile.am @@ -49,9 +49,11 @@ gsid2mpr_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ @@ -94,9 +96,11 @@ gsidens2orank_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/gsi_tools/Makefile.in b/src/tools/other/gsi_tools/Makefile.in index c081fe4df1..550b454f44 100644 --- a/src/tools/other/gsi_tools/Makefile.in +++ b/src/tools/other/gsi_tools/Makefile.in @@ -389,9 +389,11 @@ gsid2mpr_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ @@ -435,9 +437,11 @@ gsidens2orank_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/ioda2nc/Makefile.am b/src/tools/other/ioda2nc/Makefile.am index 5942b7460c..e5ed2a95cd 100644 --- a/src/tools/other/ioda2nc/Makefile.am +++ b/src/tools/other/ioda2nc/Makefile.am @@ -35,6 +35,7 @@ ioda2nc_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/ioda2nc/Makefile.in b/src/tools/other/ioda2nc/Makefile.in index 610293d256..833d72a4a4 100644 --- a/src/tools/other/ioda2nc/Makefile.in +++ b/src/tools/other/ioda2nc/Makefile.in @@ -354,6 +354,7 @@ ioda2nc_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/ioda2nc/ioda2nc.cc b/src/tools/other/ioda2nc/ioda2nc.cc index 5007a7384f..90c6c75c34 100644 --- a/src/tools/other/ioda2nc/ioda2nc.cc +++ b/src/tools/other/ioda2nc/ioda2nc.cc @@ -692,7 +692,8 @@ void process_ioda_file(int i_pb) { if(has_station_id) { char tmp_sid[nstring+1]; m_strncpy(tmp_sid, hdr_station_ids+(i_read*nstring), nstring, method_name_s, "tmp_sid"); - m_rstrip(tmp_sid, nstring); + m_rstrip(tmp_sid, nstring, false); + m_replace_char(tmp_sid, ' ', '_'); hdr_sid = tmp_sid; } else hdr_sid.clear(); diff --git a/src/tools/other/lidar2nc/Makefile.am b/src/tools/other/lidar2nc/Makefile.am index d4ebc99268..e705508c9b 100644 --- a/src/tools/other/lidar2nc/Makefile.am +++ b/src/tools/other/lidar2nc/Makefile.am @@ -42,6 +42,7 @@ lidar2nc_LDADD = -lvx_shapedata \ -lvx_stat_out \ -lvx_statistics \ -lvx_grid \ + -lvx_util_math \ -lvx_util \ -lvx_config \ -lvx_gsl_prob \ diff --git a/src/tools/other/lidar2nc/Makefile.in b/src/tools/other/lidar2nc/Makefile.in index c14f6d1138..04ae0045bf 100644 --- a/src/tools/other/lidar2nc/Makefile.in +++ b/src/tools/other/lidar2nc/Makefile.in @@ -362,6 +362,7 @@ lidar2nc_LDADD = -lvx_shapedata \ -lvx_stat_out \ -lvx_statistics \ -lvx_grid \ + -lvx_util_math \ -lvx_util \ -lvx_config \ -lvx_gsl_prob \ diff --git a/src/tools/other/madis2nc/Makefile.am b/src/tools/other/madis2nc/Makefile.am index ff187ff565..e80d52cf35 100644 --- a/src/tools/other/madis2nc/Makefile.am +++ b/src/tools/other/madis2nc/Makefile.am @@ -34,6 +34,7 @@ madis2nc_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/madis2nc/Makefile.in b/src/tools/other/madis2nc/Makefile.in index 1a48754c7c..94579deef3 100644 --- a/src/tools/other/madis2nc/Makefile.in +++ b/src/tools/other/madis2nc/Makefile.in @@ -340,6 +340,7 @@ madis2nc_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/mode_graphics/Makefile.am b/src/tools/other/mode_graphics/Makefile.am index e1861a8de3..afaeca62e9 100644 --- a/src/tools/other/mode_graphics/Makefile.am +++ b/src/tools/other/mode_graphics/Makefile.am @@ -36,6 +36,7 @@ plot_mode_field_LDADD = -lvx_config \ -lvx_render \ -lvx_color \ -lvx_log \ + -lvx_util_math \ -lvx_util \ -lvx_config \ -lvx_cal \ diff --git a/src/tools/other/mode_graphics/Makefile.in b/src/tools/other/mode_graphics/Makefile.in index 4effb87ed7..3b18cedc1e 100644 --- a/src/tools/other/mode_graphics/Makefile.in +++ b/src/tools/other/mode_graphics/Makefile.in @@ -362,6 +362,7 @@ plot_mode_field_LDADD = -lvx_config \ -lvx_render \ -lvx_color \ -lvx_log \ + -lvx_util_math \ -lvx_util \ -lvx_config \ -lvx_cal \ diff --git a/src/tools/other/mode_time_domain/Makefile.am b/src/tools/other/mode_time_domain/Makefile.am index fde9fbe977..4bd79bb065 100644 --- a/src/tools/other/mode_time_domain/Makefile.am +++ b/src/tools/other/mode_time_domain/Makefile.am @@ -63,6 +63,7 @@ mtd_LDADD = -lvx_pxm \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/mode_time_domain/Makefile.in b/src/tools/other/mode_time_domain/Makefile.in index 31303f9e28..9a321b9805 100644 --- a/src/tools/other/mode_time_domain/Makefile.in +++ b/src/tools/other/mode_time_domain/Makefile.in @@ -409,6 +409,7 @@ mtd_LDADD = -lvx_pxm \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/modis_regrid/Makefile.am b/src/tools/other/modis_regrid/Makefile.am index e63afad3f0..1a3d11f10d 100644 --- a/src/tools/other/modis_regrid/Makefile.am +++ b/src/tools/other/modis_regrid/Makefile.am @@ -44,6 +44,7 @@ modis_regrid_LDADD = -lvx_pxm \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/modis_regrid/Makefile.in b/src/tools/other/modis_regrid/Makefile.in index 4bd97d62de..a71b4cd8d4 100644 --- a/src/tools/other/modis_regrid/Makefile.in +++ b/src/tools/other/modis_regrid/Makefile.in @@ -359,6 +359,7 @@ modis_regrid_LDADD = -lvx_pxm \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/modis_regrid/data_plane_to_netcdf.cc b/src/tools/other/modis_regrid/data_plane_to_netcdf.cc index c1b916c236..67baabf37c 100644 --- a/src/tools/other/modis_regrid/data_plane_to_netcdf.cc +++ b/src/tools/other/modis_regrid/data_plane_to_netcdf.cc @@ -94,12 +94,8 @@ void write_grid_to_netcdf(const DataPlane & plane, const Grid & grid, const char write_netcdf_global(f_out, out_filename, program_name); // Add the projection information - write_netcdf_proj(f_out, grid); - - // Define Dimensions - lat_dim = add_dim(f_out, "lat", (long) grid.ny()); - lon_dim = add_dim(f_out, "lon", (long) grid.nx()); - + write_netcdf_proj(f_out, grid, lat_dim, lon_dim); + // Add the lat/lon variables write_netcdf_latlon(f_out, &lat_dim, &lon_dim, grid); diff --git a/src/tools/other/pb2nc/Makefile.am b/src/tools/other/pb2nc/Makefile.am index ce99c025a1..0aea80b067 100644 --- a/src/tools/other/pb2nc/Makefile.am +++ b/src/tools/other/pb2nc/Makefile.am @@ -52,6 +52,7 @@ pb2nc_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/pb2nc/Makefile.in b/src/tools/other/pb2nc/Makefile.in index 19c3242e3d..a8f71ec6b4 100644 --- a/src/tools/other/pb2nc/Makefile.in +++ b/src/tools/other/pb2nc/Makefile.in @@ -382,6 +382,7 @@ pb2nc_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/plot_data_plane/Makefile.am b/src/tools/other/plot_data_plane/Makefile.am index 3997aaf742..1aaf606d3a 100644 --- a/src/tools/other/plot_data_plane/Makefile.am +++ b/src/tools/other/plot_data_plane/Makefile.am @@ -35,6 +35,7 @@ plot_data_plane_LDADD = -lvx_data2d_factory \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/plot_data_plane/Makefile.in b/src/tools/other/plot_data_plane/Makefile.in index b3fe461597..69e64aa697 100644 --- a/src/tools/other/plot_data_plane/Makefile.in +++ b/src/tools/other/plot_data_plane/Makefile.in @@ -340,6 +340,7 @@ plot_data_plane_LDADD = -lvx_data2d_factory \ -lvx_grid \ -lvx_config \ -lvx_gsl_prob \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/plot_point_obs/Makefile.am b/src/tools/other/plot_point_obs/Makefile.am index 690bb9ab63..edcbb884ce 100644 --- a/src/tools/other/plot_point_obs/Makefile.am +++ b/src/tools/other/plot_point_obs/Makefile.am @@ -39,6 +39,7 @@ plot_point_obs_LDADD = -lvx_statistics \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/plot_point_obs/Makefile.in b/src/tools/other/plot_point_obs/Makefile.in index b049926898..bb6cef27ae 100644 --- a/src/tools/other/plot_point_obs/Makefile.in +++ b/src/tools/other/plot_point_obs/Makefile.in @@ -346,6 +346,7 @@ plot_point_obs_LDADD = -lvx_statistics \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/point2grid/Makefile.am b/src/tools/other/point2grid/Makefile.am index 28ec81099a..d0f2997a4e 100644 --- a/src/tools/other/point2grid/Makefile.am +++ b/src/tools/other/point2grid/Makefile.am @@ -31,6 +31,7 @@ point2grid_LDADD = -lvx_statistics \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/point2grid/Makefile.in b/src/tools/other/point2grid/Makefile.in index 6b3bbd4937..a78b4bd269 100644 --- a/src/tools/other/point2grid/Makefile.in +++ b/src/tools/other/point2grid/Makefile.in @@ -350,6 +350,7 @@ point2grid_LDADD = -lvx_statistics \ -lvx_config \ -lvx_gsl_prob \ -lvx_color \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_cal \ diff --git a/src/tools/other/point2grid/point2grid.cc b/src/tools/other/point2grid/point2grid.cc index 388e90b22d..78c622e17c 100644 --- a/src/tools/other/point2grid/point2grid.cc +++ b/src/tools/other/point2grid/point2grid.cc @@ -604,7 +604,8 @@ int get_obs_type(NcFile *nc) { input_type = "OBS_MET"; } - mlog << Debug(5) << method_name << "input type: " << input_type << "\".\n"; + mlog << Debug(5) << method_name << "input type: \"" << input_type << "\"\n"; + return obs_type; } @@ -1550,11 +1551,7 @@ void open_nc(const Grid &grid, ConcatString run_cs) { add_att(nc_out, "RunCommand", run_cs); // Add the projection information - write_netcdf_proj(nc_out, grid); - - // Define Dimensions - lat_dim = add_dim(nc_out, "lat", (long) grid.ny()); - lon_dim = add_dim(nc_out, "lon", (long) grid.nx()); + write_netcdf_proj(nc_out, grid, lat_dim, lon_dim); // Add the lat/lon variables write_netcdf_latlon(nc_out, &lat_dim, &lon_dim, grid); diff --git a/src/tools/other/regrid_data_plane/Makefile.am b/src/tools/other/regrid_data_plane/Makefile.am index 32bbc91cea..d63de8b32c 100644 --- a/src/tools/other/regrid_data_plane/Makefile.am +++ b/src/tools/other/regrid_data_plane/Makefile.am @@ -30,6 +30,7 @@ regrid_data_plane_LDADD = -lvx_statistics \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/regrid_data_plane/Makefile.in b/src/tools/other/regrid_data_plane/Makefile.in index 5f938951e1..c0cfece3f4 100644 --- a/src/tools/other/regrid_data_plane/Makefile.in +++ b/src/tools/other/regrid_data_plane/Makefile.in @@ -336,6 +336,7 @@ regrid_data_plane_LDADD = -lvx_statistics \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/regrid_data_plane/regrid_data_plane.cc b/src/tools/other/regrid_data_plane/regrid_data_plane.cc index 3c9188b000..253fe37c47 100644 --- a/src/tools/other/regrid_data_plane/regrid_data_plane.cc +++ b/src/tools/other/regrid_data_plane/regrid_data_plane.cc @@ -374,11 +374,7 @@ void open_nc(const Grid &grid, ConcatString run_cs) { add_att(nc_out, "RunCommand", run_cs); // Add the projection information - write_netcdf_proj(nc_out, grid); - - // Define Dimensions - lat_dim = add_dim(nc_out, "lat", (long) grid.ny()); - lon_dim = add_dim(nc_out, "lon", (long) grid.nx()); + write_netcdf_proj(nc_out, grid, lat_dim, lon_dim); // Add the lat/lon variables write_netcdf_latlon(nc_out, &lat_dim, &lon_dim, grid); diff --git a/src/tools/other/shift_data_plane/Makefile.am b/src/tools/other/shift_data_plane/Makefile.am index af2d6875b8..0982049cd4 100644 --- a/src/tools/other/shift_data_plane/Makefile.am +++ b/src/tools/other/shift_data_plane/Makefile.am @@ -30,6 +30,7 @@ shift_data_plane_LDADD = -lvx_statistics \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/shift_data_plane/Makefile.in b/src/tools/other/shift_data_plane/Makefile.in index 46c3b4a89c..a151336841 100644 --- a/src/tools/other/shift_data_plane/Makefile.in +++ b/src/tools/other/shift_data_plane/Makefile.in @@ -336,6 +336,7 @@ shift_data_plane_LDADD = -lvx_statistics \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/shift_data_plane/shift_data_plane.cc b/src/tools/other/shift_data_plane/shift_data_plane.cc index 1affa85a9b..f41e0f2d5b 100644 --- a/src/tools/other/shift_data_plane/shift_data_plane.cc +++ b/src/tools/other/shift_data_plane/shift_data_plane.cc @@ -279,6 +279,7 @@ void process_data_file() { void write_netcdf(const DataPlane &dp, const Grid &grid, const VarInfo *vinfo, const GrdFileType &ftype) { ConcatString cs; + NcDim lat_dim, lon_dim; // Create a new NetCDF file and open it NcFile *f_out = open_ncfile(OutputFilename.c_str(), true); @@ -297,11 +298,7 @@ void write_netcdf(const DataPlane &dp, const Grid &grid, add_att(f_out, "RunCommand", shift_cs); // Add the projection information - write_netcdf_proj(f_out, grid); - - // Define Dimensions - NcDim lat_dim = add_dim(f_out, "lat", (long) grid.ny()); - NcDim lon_dim = add_dim(f_out, "lon", (long) grid.nx()); + write_netcdf_proj(f_out, grid, lat_dim, lon_dim); // Add the lat/lon variables write_netcdf_latlon(f_out, &lat_dim, &lon_dim, grid); diff --git a/src/tools/other/wwmca_tool/Makefile.am b/src/tools/other/wwmca_tool/Makefile.am index ba4e6d5e69..8f4fbf9a7c 100644 --- a/src/tools/other/wwmca_tool/Makefile.am +++ b/src/tools/other/wwmca_tool/Makefile.am @@ -52,6 +52,7 @@ wwmca_regrid_LDADD = -lvx_pxm \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ @@ -95,6 +96,7 @@ wwmca_plot_LDADD = -lvx_pxm \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/wwmca_tool/Makefile.in b/src/tools/other/wwmca_tool/Makefile.in index d2ff39b70b..8790efcea3 100644 --- a/src/tools/other/wwmca_tool/Makefile.in +++ b/src/tools/other/wwmca_tool/Makefile.in @@ -415,6 +415,7 @@ wwmca_regrid_LDADD = -lvx_pxm \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ @@ -459,6 +460,7 @@ wwmca_plot_LDADD = -lvx_pxm \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/other/wwmca_tool/nc_output.cc b/src/tools/other/wwmca_tool/nc_output.cc index efe34200c9..5fd8431615 100644 --- a/src/tools/other/wwmca_tool/nc_output.cc +++ b/src/tools/other/wwmca_tool/nc_output.cc @@ -74,11 +74,10 @@ void WwmcaRegridder::do_output(const char * output_filename) write_netcdf_global(ncfile, output_filename, "wwmca_regrid"); // - // dimensions + // Add the projection information // - lat_dim = add_dim(ncfile, "lat", ToGrid->ny()); - lon_dim = add_dim(ncfile, "lon", ToGrid->nx()); + write_netcdf_proj(ncfile, *ToGrid, lat_dim, lon_dim); // // lat/lon variables @@ -185,12 +184,6 @@ void WwmcaRegridder::do_output(const char * output_filename) write_netcdf_var_times(&data_var, init_time, valid_time, accum_time); - // - // global attributes - // - - grid_output(ToGrid->info(), ncfile); - // // fill in data values // diff --git a/src/tools/tc_utils/rmw_analysis/Makefile.am b/src/tools/tc_utils/rmw_analysis/Makefile.am index 61223d7f69..a912434654 100644 --- a/src/tools/tc_utils/rmw_analysis/Makefile.am +++ b/src/tools/tc_utils/rmw_analysis/Makefile.am @@ -34,9 +34,10 @@ rmw_analysis_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ - -lvx_color \ + -lvx_color \ -lvx_log \ -lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas \ $(FLIBS) diff --git a/src/tools/tc_utils/rmw_analysis/Makefile.in b/src/tools/tc_utils/rmw_analysis/Makefile.in index f466f69a91..e87a7303e3 100644 --- a/src/tools/tc_utils/rmw_analysis/Makefile.in +++ b/src/tools/tc_utils/rmw_analysis/Makefile.in @@ -341,9 +341,10 @@ rmw_analysis_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ - -lvx_color \ + -lvx_color \ -lvx_log \ -lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas \ $(FLIBS) diff --git a/src/tools/tc_utils/tc_dland/Makefile.am b/src/tools/tc_utils/tc_dland/Makefile.am index d304029ddf..f8e08df837 100644 --- a/src/tools/tc_utils/tc_dland/Makefile.am +++ b/src/tools/tc_utils/tc_dland/Makefile.am @@ -21,6 +21,7 @@ tc_dland_LDADD = -lvx_tc_util \ -lvx_gnomon \ -lvx_nav \ -lvx_log \ + -lvx_util_math \ -lvx_util \ -lvx_config \ -lvx_gsl_prob \ diff --git a/src/tools/tc_utils/tc_dland/Makefile.in b/src/tools/tc_utils/tc_dland/Makefile.in index 8efdd55cc8..8cb08b78fe 100644 --- a/src/tools/tc_utils/tc_dland/Makefile.in +++ b/src/tools/tc_utils/tc_dland/Makefile.in @@ -339,6 +339,7 @@ tc_dland_LDADD = -lvx_tc_util \ -lvx_gnomon \ -lvx_nav \ -lvx_log \ + -lvx_util_math \ -lvx_util \ -lvx_config \ -lvx_gsl_prob \ diff --git a/src/tools/tc_utils/tc_dland/tc_dland.cc b/src/tools/tc_utils/tc_dland/tc_dland.cc index 5fad6ae650..2c043a9619 100644 --- a/src/tools/tc_utils/tc_dland/tc_dland.cc +++ b/src/tools/tc_utils/tc_dland/tc_dland.cc @@ -223,12 +223,8 @@ void process_distances() { // Add the projection information mlog << Debug(3) << "Writing NetCDF map projection.\n"; - write_netcdf_proj(f_out, grid); + write_netcdf_proj(f_out, grid, lat_dim, lon_dim); - // Define Dimensions - lat_dim = add_dim(f_out, "lat", (long) grid.ny()); - lon_dim = add_dim(f_out, "lon", (long) grid.nx()); - // Add the lat/lon variables if(latlon_flag) { mlog << Debug(3) << "Writing NetCDF lat/lon variables.\n"; diff --git a/src/tools/tc_utils/tc_gen/Makefile.am b/src/tools/tc_utils/tc_gen/Makefile.am index 98cdec5d5c..7f739ade46 100644 --- a/src/tools/tc_utils/tc_gen/Makefile.am +++ b/src/tools/tc_utils/tc_gen/Makefile.am @@ -33,10 +33,12 @@ tc_gen_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_pb_util \ -lvx_cal \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/tc_utils/tc_gen/Makefile.in b/src/tools/tc_utils/tc_gen/Makefile.in index a2135110f9..0bda9b9032 100644 --- a/src/tools/tc_utils/tc_gen/Makefile.in +++ b/src/tools/tc_utils/tc_gen/Makefile.in @@ -340,10 +340,12 @@ tc_gen_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_pb_util \ -lvx_cal \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/tc_utils/tc_gen/tc_gen.cc b/src/tools/tc_utils/tc_gen/tc_gen.cc index ecb53f577c..f28d121d12 100644 --- a/src/tools/tc_utils/tc_gen/tc_gen.cc +++ b/src/tools/tc_utils/tc_gen/tc_gen.cc @@ -1913,11 +1913,7 @@ void setup_nc_file() { // Add the projection information Grid grid = conf_info.NcOutGrid; - write_netcdf_proj(nc_out, grid); - - // Define Dimensions - lat_dim = add_dim(nc_out, "lat", (long) grid.ny()); - lon_dim = add_dim(nc_out, "lon", (long) grid.nx()); + write_netcdf_proj(nc_out, grid, lat_dim, lon_dim); // Add the lat/lon variables if(conf_info.NcInfo.do_latlon) { diff --git a/src/tools/tc_utils/tc_pairs/Makefile.am b/src/tools/tc_utils/tc_pairs/Makefile.am index 1dd9e1275f..03cbce0348 100644 --- a/src/tools/tc_utils/tc_pairs/Makefile.am +++ b/src/tools/tc_utils/tc_pairs/Makefile.am @@ -39,6 +39,7 @@ tc_pairs_LDADD = -lvx_stat_out \ -lvx_pb_util \ -lvx_cal \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/tc_utils/tc_pairs/Makefile.in b/src/tools/tc_utils/tc_pairs/Makefile.in index ed2c7b3925..3b34b63f9b 100644 --- a/src/tools/tc_utils/tc_pairs/Makefile.in +++ b/src/tools/tc_utils/tc_pairs/Makefile.in @@ -370,6 +370,7 @@ tc_pairs_LDADD = -lvx_stat_out \ -lvx_pb_util \ -lvx_cal \ -lvx_nav \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/tc_utils/tc_rmw/Makefile.am b/src/tools/tc_utils/tc_rmw/Makefile.am index 549c547212..b2f3262661 100644 --- a/src/tools/tc_utils/tc_rmw/Makefile.am +++ b/src/tools/tc_utils/tc_rmw/Makefile.am @@ -35,6 +35,7 @@ tc_rmw_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/tc_utils/tc_rmw/Makefile.in b/src/tools/tc_utils/tc_rmw/Makefile.in index 7f3d33fcc9..1ab4002cec 100644 --- a/src/tools/tc_utils/tc_rmw/Makefile.in +++ b/src/tools/tc_utils/tc_rmw/Makefile.in @@ -344,6 +344,7 @@ tc_rmw_LDADD = -lvx_stat_out \ -lvx_config \ -lvx_gsl_prob \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/tc_utils/tc_stat/Makefile.am b/src/tools/tc_utils/tc_stat/Makefile.am index 06b56431ce..02b7d39821 100644 --- a/src/tools/tc_utils/tc_stat/Makefile.am +++ b/src/tools/tc_utils/tc_stat/Makefile.am @@ -34,10 +34,12 @@ tc_stat_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_gsl_prob \ -lvx_pb_util \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \ diff --git a/src/tools/tc_utils/tc_stat/Makefile.in b/src/tools/tc_utils/tc_stat/Makefile.in index 9d02cc18f4..e2f297ef2d 100644 --- a/src/tools/tc_utils/tc_stat/Makefile.in +++ b/src/tools/tc_utils/tc_stat/Makefile.in @@ -343,10 +343,12 @@ tc_stat_LDADD = -lvx_stat_out \ -lvx_nc_util \ -lvx_regrid \ -lvx_grid \ + -lvx_seeps \ -lvx_config \ -lvx_gsl_prob \ -lvx_pb_util \ -lvx_cal \ + -lvx_util_math \ -lvx_util \ -lvx_math \ -lvx_color \